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

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



.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 #0000001a;
}

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

.top-social li:hover{
    background-color: #e9ecef;
}
.contact-info{
    padding-left: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #6c757d;
    letter-spacing: 1px;
}

.header-contact{
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}


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

    .header-contact {
        justify-content: center;
        flex-wrap: wrap;
    }

    .logo{
        display: flex;
        justify-content: center;
    }

}

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


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

.header{
    background-image: url("../../../assets/img/header-bg.png");
    background-position: bottom ;
    position: relative;
    background-repeat: no-repeat;

}
.header:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(5, 58, 95, 0.96);
    width: 100%;
    transition: .5s ease;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.logo-default img{
    display:block;
    max-width: 90px;
    max-height: 150px;
    transition: height .4s ease,padding .4s ease,margin .4s ease,opacity .3s ease;
}

.mojib-img img {
    display:block;
    max-width: 100%;
    width: 150px;
    margin-left: auto;
    transition: height .4s ease,padding .4s ease,margin .4s ease,opacity .3s ease;
}

.sc-name{
    padding-top: 20px;
    font-size: 20px;
    line-height:22px;
    font-weight:600;
    color: #fff;
    text-shadow: 2px 2px 12px #333;
}

.sc-subtitle{
    padding-top: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 12px #333;
}
.sc-ein{
    padding-bottom: 10px;
    padding-top: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px 12px #333;
}

@media (max-width: 767.98px) {
    .top-social a {
        text-align: center;
        font-size: 15px;
        line-height: 31px;
        padding: 12px;
    }
    .sc-name {
        text-align: center;
        font-size: 18px;
        line-height: 22px;
    }
    .sc-subtitle, .sc-ein{
        padding-top: 10px;
        font-size: 12px;
        text-align: center;
    }

    .logo-default img {
        height: 80px;
        width: 80px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
}


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

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

.header-contact li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-contact li .i-plain {
    margin-top: 0!important;
    font-size: 28px!important;
    color: #fafafa;
    width: 2rem;
    height: 2rem !important;
    line-height: 3rem !important;
}
.header-contact li .he-text {
    padding-left: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #e1e1e1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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