img.mb-3.ft-logo {
    display: block;
    margin: 0px auto;
    margin-bottom: 3px !important;
}
p.lead.fw-bold {
    font-size: 16px;
    font-weight: 500 !important;
    text-align: justify;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}
.navbar-brand img {
    z-index: 9999;
    position: absolute;
    top: 6px;
}
.nav-link:focus, .nav-link:hover {
    color: #102b4e;
}
section.srch-fm-dv {
    padding: 25px 0px;
    background-image: linear-gradient(180deg, #fff, #102b4edb);
}
p.mb-0 {
    font-size: 16px;
    font-weight: 600;
    color:#102b4e;
}
.contnt-dptcr p {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    line-height: 28px;
}
a.navbar-brand img {
    width: 17%;
}

@media (min-width:320px) and (max-width:767px){
.navbar-toggler { background-color: #102b4e;border: 1px solid #102b4e;padding: 1px;}
i.fa-solid.fa-bars {color: #fff;padding: 4px;}    
.navbar-brand img { top: 4px; width: 100px;} 
.navbar { padding-top: 5px; padding-bottom: 5px;}
.carousel-caption h5 {font-size: 16px;font-weight: 700;}
.carousel-caption h5 small {font-size: 15px;}
.carousel-caption p {font-size: 15px;}
a.navbar-brand img {width: 50%;}

    
}    