/* hide original footer*/
footer{
    display: none;
}

#footer {
    margin-top: 125px;
    position: relative;
    background-color: #0C1B33;
    padding: 0;
}

.section-b2b{
    padding: 100px 0;
}


.footer-slogan{
    color: #8DA5CB;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -1.6px;
}

.footer-text{
    color: #8DA5CB;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.border-top{
    border-top: solid 1px #223b63;
}

.footer-inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.footer-inner-item {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: flex-start;
    position: relative;
    z-index: 999;
}

.footer-inner-item.d-hide{
    display: none;
}
#footer ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.social{
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.social-item{
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.social-item a{
    border-bottom: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer ul li{
    padding-bottom: 9px;
}
#footer a{
    color: #8DA5CB;
    text-decoration: none;
}

.insta-x{
    max-width: 23px;
}
.social {
    display: flex;
    gap: 35px;
    align-items: flex-start;
}

.padding-top{
    padding-top: 100px;
}
.effect {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
@media screen and (max-width: 991px) {

    .section-b2b.section-footer{
        padding: 60px 0;
    }
    .section-b2b.wrapper-b2b.section-bna.before-and-after-area{
        padding-bottom: 0;
    }

    .section-b2b.section-footer{
        padding: 60px 0;
    }

    .footer-inner-item.d-hide{
        display: flex;
    }

    .footer-inner, .footer-inner-item {
        width: 100%;
        display: block;
    }

    .effect {
        display: none;
    }

    .social {
        margin: 40px 0;
    }

    .footer-inner-item.m-hide{
        display: none!important;
    }
}