/* =========== top bar css =========== */

.top-bar {
    background-color: #1b1b1b;
    display:flex;
    align-items:center;
    height :40px;
    border-bottom: 1px solid #0000001a;
}


.top-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.top-social li:first-child {
    border-left: 0!important;
}

.top-social li {
    position: relative;
    list-style: none;
    padding:0  8px;
}

.top-social a {
    overflow: hidden;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height:40px;
    padding: 0 8px;
}

@media (max-width: 767.98px) {
    .top-bar {
        height: auto;
    }
}

.contact-info{
    padding-left: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.icon-top {
    color: #f1af3b;
    padding-right: 6px;
    font-size: 16px;
}


.header-right-btn{
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}


@media (max-width: 991px) {
    .header-right-btn{
        display: none;
    }
}


/* =========== top bar css END =========== */



/*mode switch Start*/

.mode-toggle-icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    background: #d8e2ef;
    border-radius: 50%;
    color: #0e2332;
    font-size: 14px;
    margin-bottom: 0px;
}

.mode-toggle-icon:hover {
    background: #b6c1d2;
}



.mod-switcher {
    display: flex;
    width: auto;
    align-items: center;
    padding: 0px 2px;
    border: 1px solid #00000063;
    border-radius: 5px;
    margin-left: 8px;
    max-width: 80px;
}

.mode-icon {
    padding-right: 6px;
    padding-left: 4px;
    font-size: 16px;
    color: #0e2332;
}

.mod-switcher .form-check-input:focus {
    border-color: #00000063;
    outline: 0;
    box-shadow: none;
}

.mod-switcher .form-check-input:checked {
    background-color: #095f47;
    border-color: #2d918c;
    box-shadow: none !important;
}

.mod-switcher .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
    .mod-switcher {
        margin-bottom: 5px;
        margin-left: 0px;
    }
}

.landing-dark-switcher .mode-icon {
    color: #777777;
}

.landing-dark-switcher .mod-switcher .form-check-input:checked {
    background-color: transparent;
    border-color: #2d918c;
    box-shadow: none !important;
}

.landing-dark-switcher .mod-switcher {
    color: #777777;
}


.bd-links-group {
    cursor: pointer;
}




/* =========== Header css  =========== */

.header {
    position: relative;
    padding: 10px 0 0;
}

.header-nav {
    background: #fff;
    border-bottom: 1px solid #e7ebf0;
}

.logo-default {
    height: 60px;
}

.main-header{
    border-bottom: 1px solid #0000001a;
}

.header-text{
    color: #333;
    font-weight: bold;
    text-shadow: 1px 1px #043872;
}
.sticky-top {
    top: -1px !important;
}

.header::before{
    content: "";
    background-repeat: repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
    opacity: 0.25;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: -3;
    width: 100%;
    height: auto;
    transform: scaley(-1);
}

.header-logo{
    text-decoration: none;
    font-size: 28px;
    font-width: 900;
    color: #fff;
    display:flex;
    justify-content:center;
    align-items: center;
    gap: 10px;
}
.header-logo .logo-default{
    display:block;
    width:100px;
    height: 100px;
    margin-left: auto;
    margin-right: 0;
    transition: height .4s ease,padding .4s ease,margin .4s ease,opacity .3s ease;
}

.sub-title{
    font-size: 16px;
    font-width: 700;
    color: #696c7c;
    text-shadow: none;
}


.highlight-menu{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap:wrap;
    justify-content:end;
    gap:10px;
}

.highlight-menu li{
    list-style: none;
    padding-left: 8px;

}

.highlight-menu li a{
    color: #fff;
    font-size:12px;
    text-decoration:none;
}

.highlight-menu li a:hover{
    color: #ff9933;
}

.img_notice{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.img_notice img{
    width: 55px;
    height:60px;
}

.branding .text-heading {
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 0px 1px #1ab68c;
    color: #1ab68c ;
}

.header-subtitle{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(68 68 68);
}

.branding {
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 10px;
}


@media (max-width: 992px) {
    .highlight-menu {
        justify-content: center;
    }

    .contact-info {
        padding: 0 4px;
        font-size: 12px;
        line-height: 25px;
    }

    .topbar-text {
        line-height: 25px;
    }

    .auth-topbar {
        font-size: 11px;
        line-height: 25px;
    }

    .top-social .social-icon {
        padding: 0 5px;
        height: 16px;
        font-size: 1rem;
    }

    .topbar-text {
        line-height: 20px;
        font-size: 11px;
    }

    .mod-switcher {
        padding: 0px -1px;
        margin-left: 0px !important;
        max-width: 65px !important;
    }
}
@media (max-width: 767px) {

    .header-logo .logo-default{
        max-width: 80px;
        width:auto;
        margin:0;
    }
    .highlight-menu{
    justify-content:center;
    }

    .header-logo {
        font-size: 21px;
    }
    .sub-title {
        font-size: 12px;
    }

    .contact-info {
        padding: 0 8px;
        line-height: 20px;
    }

    .social-txt{
        display: none;
    }
    .top-social a{
        padding: 5px 0px;
    }

    .logo-default {
        height: 50px;
    }

    .branding .text-heading {
        font-size: 18px;
    }

    .header-subtitle {
        font-size: 11px;
    }

    .top-bar .icon{
        margin-bottom: 5px;
    }

}


.header-info-box{
    position: relative;
    float: left;
    margin-left: 16px;
    padding: 0 0 0 55px;
}


.header-info-box .header-info-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background: #043872;
    height: 45px;
    width: 45px;
    line-height: 45px;
    -webkit-border-radius: 3px 50% 50%;
    -moz-border-radius: 3px 50% 50%;
    border-radius: 3px 50% 50%;
    webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.header-info-box:hover .header-info-icon {
    -webkit-border-radius: 50% 3px 50% 50%;
    -moz-border-radius: 50% 3px 50% 50%;
    border-radius: 50% 3px 50% 50%;
}
/* =========== Header css End  =========== */