* {
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.anchor {
    text-decoration: none;
    color: #07658a;
}
.horizontal-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.horizontal-list li {
    margin-right: 10px;
}
.horizontal-list li a {
    text-decoration: none;
}
.header-bar {
    background-color: #CAF0F8;
}
.clr {
    color: #05668A;
    font-weight: 500;
    font-size: 14px;
}
.nav-link {
    color: #494545;
    font-weight: 500;
    font-size: 14px;
}
.btn-update {
    background-color: #05668A;
    color: white;
    font-weight: 500;
    padding: 5px 15px 5px 15px;
    border: none;
    border-radius: 5px;
}
.btn:hover {
    background-color: #05668A;
    color: white;
}
.btn {
    background-color: #FE6600;
    color: white;
    /* height: 35px; */
    padding: 5px;
}
.btn:hover {
    background-color: #05668A;
    color: white;
}
/* Keyframes for dropdown animation */
@keyframes growDropdown {
    0% {
        opacity: 0;
        transform: scaleY(0.5);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}
.dropdown-menu {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    transform-origin: top;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
/* Show main dropdown with animation */
.dropdown:hover > .dropdown-menu {
    display: block;
    animation: growDropdown .4s ease-in-out forwards;
}
/* Submenu (Right-side dropdown) */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu.rightgrow {
    display: none;
    opacity: 0;
    position: absolute;
    left: 100%; /* Moves the submenu to the right */
    top: 0; /* Aligns with parent */
    min-width: 200px;
    transform-origin: left;
    transition: opacity 0.3s ease-in-out, transform .3s ease-in-out;
}
/* Show submenu when hovering over parent */
.dropdown-submenu:hover > .dropdown-menu.rightgrow {
    display: block;
    animation: growDropdown .4s ease-in-out forwards;
}
.hvclr {
    text-decoration: none;
}
/* drawer */
/* .drawer-header {
    padding: 15px 0px 0px 15px !important;
    background-color: #fff;
} */
.numspn {
    margin-left: 20px;
}
.iconfnt {
    font-size: 8px !important;
    color: white;
    background-color: #f57c00;
    border: 1px solid #f57c00;
    padding: 0px 2px;
    border-radius: 2px;
}
.fontsf {
    font-size: 13px;
}
/* .btndr {
    width: 150px;
    margin-left: 20px;
} */
.sclf {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0px !important;
}
.icnnfn {
    font-size: 9px;
    padding: 4px 4px;
    color: white;
}
.clrfb {
    background-color: #4267B2;
    border: 1px solid #4267B2;
}
.clrinsta {
    background-color: #E1306C;
    border: 1px solid #E1306C;
}
.clryutu {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}
.clrlinkd {
    background-color: #0077B5;
    border: 1px solid#0077B5;
}
.clrltwit {
    color: white;
    background-color: #000;
    border-radius: 50%;
    font-size: 9px;
    padding: 6px 8px;
}
.drawer-title {
    font-size: 27px;
    font-weight: 900;
    color: #f57c00;
}
.drawer-subtitle {
    font-size: 14px;
    color: #2e2b2b;
    font-weight: 600;
}
/* .drawer-menu {
    padding: 0px 0px 5px 20px !important;
    margin-top: -10px !important;
} */
.drawer-menu a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
    color: #5f5d5d;
    font-size: 15px;
}
.drawer-menu a:hover {
    color: orange;
}
/* .social-icons {
    margin-top: -10px;
} */
/* Hover effect for actbdr class */
.actbdr:hover {
    border-bottom: 4px solid #f57c00;
    color: #f57c00 !important;
    transition: 0.1s;
}
.hvclr:hover {
    background-color: #f57c00;
    color: white;
    transition: 0.6s;
}
/* Active class styling */
.act {
    border-bottom: 4px solid #f57c00;
    color: #f57c00 !important;
}
.header-bar {
    background-color: #CAF0F8;
}
.fa-bars {
    color: #05668A;
}
.dropdown-toggle {
    padding: 5px 20px 5px 20px !important;
}
.horizontal-list {
    padding: 5px 0px 5px 0px;
    margin-left: 10px;
}
/* .padd {
    padding: 0rem 1.2rem 0rem 1.2rem;
} */
@media only screen and (max-width: 768px) {

    .header-bar {
        display: none !important;
    }
    .btn-update {
        display: none !important;
    }
    .dmbnone {
        display: none !important;
    }
    .dropdown-toggle {
        padding: 5px !important;
    }
    .navbar-collapse {
        width: 100px;
        position: absolute;
        top: 25px;
        right: 15px;
    }
    .dsomlog {
        width: 160px;
    }
    .dropdown-menu {
        display: none !important;
    }
    .drawer-menu a {
        display: block;
        padding: 3px 0;
    }
}
.offcanvas {
    transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.2s;
}
@media(max-width:768px) {
    .forlap {
        display: none;
    }
}
@media(min-width:992px) {
    .formb {
        display: none;
    }
}
.padd{
    margin: 0px 10px;
}
/* footer */
.footrrow {
    background-color: #15232C;
    color: #fff;
    padding: 40px 20px 20px 20px;
}
.footer h5 {
    color: #ffffff;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: none;
}
.fab {
    height: 25px;
    width: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 50%;
}
.footer .fa-facebook-f{
    background-color: #4267B2;
}
.footer .fa-youtube{
    background-color: #FF0000;
}
.footer .fa-twitter{
    background-color: #1DA1F2;
}
.footer .fa-instagram{
    background-color: #F56040;
}
.footer .fa-linkedin-in{
    background-color:  #0077B5;
}
.footer .bi-geo-alt {
    color: #f57c00;
}
/* .social-icons {
    margin-left: 25px;
} */

.offcanvas{
    width:420px !important;
    padding:18px;
}

a{
    color:#5f5d5d;
    text-decoration: none;
}
footer .social-icons{
    margin: 15px 0px 20px 25px !important;
    padding-right: 150px !important;
    text-align: justify !important;
}
@media(min-width:992px){
    .footabt {
        margin: 15px 0px 20px 25px !important;
        padding-right: 150px !important;
        text-align: justify !important;
    }

}
@media (max-width: 767px) {
    .footabt {
        padding-right: 30px !important;
        padding-top: 10px;
        text-align: center;
    }
    .footer .social-icons {
        display: flex;
        justify-content: center;
        margin-left: -20px;
    }
    .footer .bdr {
        width: 150px;
        height: 1px;
        background-color: #fff;
        margin-bottom: 5px;
        margin-top: -7px;
    }
    .footrrow {
        background-color: #05668A;
        padding: 20px 0px 0px 20px;
    }
    .footer li {
        padding-bottom: 0px !important;
    }
    .footer .list-unstyled {
        padding-top: 10px;
    }
    .fab {
        margin: 3px !important;
    }
    .dsomlogo{
        width: 150px;
       margin-left: 80px !important;
    }
    .ftseclap{
        display: none !important;
    }
    .copyright{
        margin-top: 10px !important;
    }
    .copyright p{
        font-size: 10px !important;
    }
    footer .social-icons{
        text-align: center !important;
    }
}
.footer h5 {
    font-size: 26px;
    font-weight: 500;
}
.bi-arrow-right-circle-fill {
    font-size: 15px;
    color: #f57c00;
}
.footer li {
    font-size: 15px;
    padding-bottom: 5px;
}
p{
    font-size: 15px;
}
.footer .ftget {
    color: #f57c00;
    padding-bottom: 10px;
    font-size: 13px;
}
.footer .ftgettop {
    padding-top: 15px;
}
/* secondsec */
.footer .initiated-by {
    font-size: 14px;
}
.footertext {
    font-size: 15px;
    color: #2f3133;
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 500;
}
/* footersec */
.footer .initiated-by {
    font-size: 14px;
}
/* secondsec */
.footer .initiated-by {
    font-size: 14px;
}
.footer .btn {
    margin: 0 20px;
    border-color: #ff6600;
    color: #ffffff;
    padding: 10px 20px 10px 20px !important;
    border-radius: 30px;
}
.footer .btn:hover{
    background-color: #ff6600;
} 
.footer .google {
    max-height: 70px !important;
}
.copyright{
    background-color: #15232C;
}
/* mobilesec */
.mobilebutton{
background-color: #FF686B; 
border: 1px solid #FF686B ;
color: white;
padding: 5px 85px;
border-radius: 15px;
}
.mobilebutton2{
background-color: #B9FBC0 ;
color: #003B21;
border: 1px solid #B9FBC0;
border-radius: 15px;
padding: 5px 10px;
}
.mobilebutton3{
background-color: #8EECF5 ;
color: #001F79;
border: 1px solid #8EECF5;
border-radius: 15px;
padding: 5px 10px;
}
/* Hide on large screens (≥992px) */
@media (min-width: 992px) {
.ftsecmb {
display: none !important;
}
.copyright p{
padding: 10px 60px !important;
}
}