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

.top-bar {
    background-color: #053a5f;
    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;
    padding: 0;
}

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

.top-social li {
    position: relative;
    list-style: none;
    border-left: 1px solid rgba(250, 248, 248, 0.63);
}

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

.top-social li:hover{
    background-color: #4e5b85;
}

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

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

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


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

.header{
    background-color: #fff;
    padding: 5px 0;
}

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

.header-sub-title{
    font-size: 16px;
    color: #2e364f;
    font-weight: 500;
}

.header-title{
    color: #0f317e;
    font-weight: 700;
}



@media (max-width: 767.98px) {
    .nav-menu-item>a {
        padding: 0 8px;
        line-height: 25px;
        font-weight: 400;
        color: #495057;
        text-decoration: none;
    }

    .top-social a {
        overflow: hidden;
        font-weight: 700;
        color: #dfdfe0;
        text-align: center;
        font-size: 12px;
        line-height: 25px;
        padding: 8px;
    }
    .header-contact{
        display:none;
    }

    .header-logo {
        font-size: 14px;
    }

    .header-sub-title {
        font-size: 13px;
    }

    .contact-info {
        line-height: 22px;
    }

    .button-color-white {
        margin: 5px 0;
}
}

@media (max-width: 1200px) {

    .header-contact{
        margin-top: 10px;
      justify-content: center;
    }
    
    .counter-number{
        font-size: 18px;
    }
    .counter-desc{
        font-size: 15px;
    }

}


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