

.header-top-area {
    padding: 10px 0 50px;
    background: #fff;
}

.header-top-area .header-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

img, svg {
    vertical-align: middle;
}

.header-top-area .header-details .single-header .header-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}

.header-top-area .header-details .single-header .header-address .header-icon {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1e5ad7;
    font-size: 24px;
    background: none;
    border: 1px solid rgba(119, 119, 119, 0.2);
    border-radius: 5px;
}
h6 {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.header-top-area .header-details .single-header .header-address .header-address-content .address-para {
    margin-top: 8px;
    display: block;
}

.header-top-area .header-details .single-header .header-button a {
    background: none;
    border: 2px solid #1e5ad7;
    color: #1e5ad7;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header-top-area .header-details .single-header .header-button a:hover {
    color: #fff;
    background: #1e5ad7;
}


.header-bottom {
    margin-top: -35px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.header-bottom .menu-area {
    background: #1e5ad7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 35px;
}


.header-area {
    position: relative;
}






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

.top-bar {
    display:flex;
    align-items:center;
    border-bottom: 1px solid #0000001a;
    background-color: #000d44;
    padding: 8px 0;
}

.top-bar p{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.header-link {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}
.fw-semi-bold{
    font-weight: 600 !important;
}

.contact-info {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}
.icon-top{
    padding-right: 4px;
}

.navbar-option{
    position: relative;
    padding-right: 15px;
}

.navbar-option:after{
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--primaryColor);
    transform: translateY(-50%);
}


.header-link {
    position: relative;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.6s;
}

.header-link:hover {
    --whiteColor: #fff;
    background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
}

.header-link:hover {
    background-size: 100% 2px;
}




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

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

.top-social li {
    position: relative;
    list-style: none;
}

.top-social li {
    background-color: rgb(71, 95, 141);
    height: 30px;
    width: 30px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}


.top-social li a{
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1;
}


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

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

.bg-ash {
    background-color: var(--ashColor);
}
.navbar-center {
    padding: 8px 0;
}
.theme-light .navbar-brand .logo-light, .theme-light .logo .logo-light {
    display: block !important;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.contact-card-wrap.style-two .contact-card {
    margin-right: 50px;
}

.contact-card-wrap.style-two .contact-card .contact-icon {
    width: 50px;
    height: 50px;
}
.navbar-center .contact-card-wrap .contact-card .contact-icon {
    margin: 0;
}
.transition {
    transition: all 350ms linear;
}
.rounded-circle {
    border-radius: 50%!important;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
}
.contact-card-wrap.style-two .contact-card .contact-info {
    width: auto;
    margin-left: 20px;
}
.fs-15 {
    font-size: 15px;
}

.font-secondary {
    font-family: var(--secondaryFont);
}

.text-title {
    color: var(--titleColor);
}

.hover-text-secondary:hover {
    color: var(--primaryColor);
}

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

.login-link {
    font-family: var(--secondaryFont);
    color: #000d44;
    font-weight: 600 !important;
    display: inline-block !important;
    position: relative !important;
}

.option-item{
    position: relative;
}

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


.text-heading{
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #808596;
}

.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;
    color: #fff;
    display:flex;
    justify-content:center;
    align-items: center;
    gap: 18px;
}

.header-logo span{
    color: #1e5ad6;
     font-size: 28px;
    margin-bottom: 0;
    font-weight: 700;
     display: none;
}

.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;
}

@media (max-width: 767px) {

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

    .img_notice img{
        width: 30px;
        height:33px;
    }
    .header-logo {
        font-size: 21px;
    }
    .sub-title {
        font-size: 12px;
    }

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

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

}


.info-text{

}

.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  =========== */


/*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;
}
