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

.top-bar {
    background-color: #0079c9;
    display:flex;
    align-items:center;
    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: #0687dc;
}

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




/* =========== 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: 20px;
    color: #000;
    font-weight: bold;
}

.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: #fff;
        text-align: center;
        font-size: 12px;
        line-height: 25px;
        padding: 8px;
    }
    .header-contact{
        display:none;
    }
}

@media (max-width: 1200px) {

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

}

@media (max-width: 768px) {
    .sliding-text {
        padding-bottom: 2px;
        margin-bottom: 2px;
        border-bottom: 1px solid rgba(253, 253, 253, 0.35);
    }
}



/*------------------------------------------------------------------------------------------
#  Sliding Text
------------------------------------------------------------------------------------------*/

.sliding-text {
    font-family: 'Roboto', sans-serif;
    background: transparent !important;
    letter-spacing: 0.75px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliding-text a{
    color: #fff;
}

.marquee-heading{
    background: #c85b01 !important;
    letter-spacing: 0.75px;
    padding: 8px 10px ;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}


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

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

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

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

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

    .header-logo .logo-default {
        max-width: 60px;
        max-height: 60px;
    }


    .sm-d-none{
        display: none;
    }
}

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

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

    .header-logo .logo-default {
        max-width: 40px;
        max-height: 40px;
    }
}


.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: #0079c8;
    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  =========== */