/* Footer */
footer {
    padding: 50px 0;
    border-top: 1px solid #707070;
    background: #1F2021;
    clear: both;
}

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

.bsi24-footer-about {
    display: flex;
    align-items: center;
}

.footer-logo {
    flex-shrink: 0;
    margin: 0 60px 0 0;
}

.footer-logo img {
    max-width: 170px;
}

.bsi24-about_info {
    width: 45%;
    font-size: 14px;
    color: #F7F7F7;
    line-height: 26px;
}

.bsi24-footer-nav {
    flex-shrink: 0;
    width: 41%;
    margin-top: 30px;
}

ul.bsi24-footer-navList {
    display: flex;
    flex-wrap: wrap;
}

li.bsi24-footer-navItem {
    width: 33%;
    margin-bottom: 24px;
}

li.bsi24-footer-navItem a {
    font-size: 15px;
    color: #f7f7f7;
}

.footer-socialList {
    display: flex;
    align-items: center;
}

.footer-socialitem {
    margin-right: 10px;
}

.bsi24-footer-social {
    margin-top: 50px;
}




@media(max-width:767px) {
    .bsi25-abt_wrap {
        flex-direction: column;
    }

    .bsi25-abt-img img {
        display: inline-block;
        width: 80%;
    }

    footer {
        padding: 30px 0
    }

    .bsi24-footer-inner,
    .bsi24-footer-about {
        flex-direction: column;
    }

    .footer-logo {
        margin-right: 0;
    }

    .bsi24-about_info {
        width: 100%;
        text-align: left;
        margin-top: 40px;
    }

    .bsi24-footer-nav {
        width: 100%;
        margin-top: 40px;
    }

    li.bsi24-footer-navItem {
        width: 50%;
    }

    .footer-socialList {
        justify-content: center;
        margin-top: 50px;
    }

    /* Footer End */
}