footer {
    z-index: 4;
    position: relative;
    background-color: rgb(45, 45, 45);
    top: 12em;
}
footer .container-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.footer-brand img {
    padding-bottom: 35px
}
.footer p,
.footer li a {
    color: #fff;
}
.footer h4 {
    color: #fff;
    padding-bottom: 20px;
    font-weight: 500;
}

/*---------- Footer Bottom CSS ----------*/

.footer_bottom {
    background: #101010;
}
.footer_bottom p {
    font-size: 13px;
    color: #b6b6b6;
}
.footer_bottom p a {
    font-size: 13px;
    color: #ddd;
}



.upperFoot {
    height: 150px;
    width: 100%;
    border-top: 1px solid #000;
    background-image: url(../assets/images/foo-ban-tech.png);
    -webkit-animation: backgroundScroll 60s linear infinite;
    animation: backgroundScroll 60s linear infinite;
}

.upperFoot img {
    max-height: 150px;
}

@-webkit-keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2940px 0;
    }
}

@keyframes backgroundScroll {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2940px 0;
    }
}

.upperFoot {
    color: #ffffff;
}

.upperFoot .fa {
    padding: 10px;
}

.upperFoot span a {
    color: #fff;
    font-size: 2.2em;
    padding-right: 5px;
}

.upperFoot span a:hover {
    color: #ed6156;
}