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

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

.sticky-top {
    top: -1px;
}


/* =========== Hover Navigation =========== */
.hover-nav-menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.nav-menu-item {
    position:relative;
    height:100%;
    border-left: 1px solid #0000001a;
}

.nav-menu-item:hover {
    background-color: #e9ecef;
}

.nav-menu-item:first-child {
    border-left: 0!important;
}

.nav-menu-item>a {
    padding: 0 12px;
    line-height: 45px;
    font-weight: 400;
    color: #495057;
    text-decoration:none;
}

.nav-menu-item .sub-menu-indicator{
    font-size: .75rem;
    margin: 0 0 0 .375rem !important;
}

.sub-menu-items {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    list-style: none;
    z-index: -1;
    line-height: 1.5;
    background: #fff;
    border: 0;
    border-radius: 0px;
    top: 100%;
    left: -1px;
    min-width: 120px;
    margin-top: 10px;
    padding:0px;
    border: 1px solid #0000001a;
    border-top: 1px solid #f18052;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
    transition: opacity .25s ease,margin .2s ease;
}

.sub-menu-items .sub-menu-items{
    left: 100%;
    top:0px;

}

.hover-nav-menu:not(.on-click) .nav-menu-item:hover>.sub-menu-items {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 499;
}

.sub-menu-items .nav-menu-item:not(:first-child) {
    border-top: 1px solid #0000001a;
    border-left: 0!important;
}

.sub-menu-items .nav-menu-item>a {
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
}

/* =========== Hover Navigation  End =========== */



.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;
    border-left: 1px solid rgba(241, 241, 241, 0.1);
}

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

.top-social li:hover{
    background-color: rgb(18, 53, 77);
}

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



.contact-info{
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    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: 10px 0;
}

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

.header-title{
    font-weight: 700;
}

.sub-title{
    font-size: 16px;
    font-width: 700;
    color: #495057;
}

.header-contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
}

.header-contact li {
    display: flex;
    align-items: center;
    overflow: hidden;
    list-style: none;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.header-contact li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.header-contact li .i-plain {
    margin-top: 0!important;
    font-size: 36px!important;
    color: #cc420a;
    width: 3rem;
    height: 3rem !important;
    line-height:  3rem !important;

}

.header-contact li .he-text {
    padding-left: 10px;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-contact li .he-text .he-info {
    font-weight: 600;
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    display: block;
    color: #cc420a;
    text-decoration: none;
}

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

@media (max-width: 1200px) {

    .header-contact li .i-plain {
        margin-top: 0 !important;
        font-size: 22px !important;
        color: #f18052;
        width: 2rem;
        height: 2rem !important;
        line-height:2rem !important;
    }

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

    .header-branding {
        font-size: 22px;
    }
    .contact-info{
        line-height: 28px;
    }

}


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