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

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

.btn.style-two {
    color: var(--whiteColor);
    z-index: 5;
    font-weight: 600;
    padding: 17px 29px 16px 26px;
    border: none;
    overflow: hidden;
    transition: all ease 300ms;
    border-radius: 10px;
}

.btn span {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    color: #fff;
}

.btn.style-two:before {
    background: var(--primaryColor);
    z-index: -1;
}

.btn.style-two:after {
    background-color: var(--secColor);
}
.btn:after {
    z-index: -2;
    opacity: 0;
}

.btn:before, .btn:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all ease 300ms;
}

.btn span .icon-left {
    position: absolute;
    top: 6px !important;
    right: 0;
    transition: all 350ms linear;
}

.btn .icon-right {
    position: absolute;
    right: 58px;
    top: 22px;
    opacity: 0;
    transition: all 350ms linear;
}

.btn:hover {
    padding-left: 21px;
    padding-right: 34px;
}

.btn:hover:before {
    width: 46px;
    height: 100%;
    border-radius: 6px 0 0 6px;
}

.btn:hover .icon-right {
    right: 14px;
    opacity: 1;
}
.btn:hover span .icon-left {
    right: 0%;
    opacity: 0;
}

.btn:hover:after {
    opacity: 1;
}

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

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