footer.do-footer .do-footer-top {
     overflow: hidden;
     padding-top: 40px;
     padding-bottom: 30px;
}

footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address {
    clear: both;
}
footer.do-footer .do-footer-top .do-footer-widget h3.do-footer-widget-header {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
footer.do-footer .do-footer-top ul {
    padding-left: 0;
}
footer.do-footer .footer-social  {
    padding-left: 0;
    display: flex;
}
footer.do-footer .do-footer-top ul li {
    position: relative;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    list-style: none;
}
footer.do-footer .do-footer-top .do-footer-about-widget .do-company-address ul li i {
    font-size: 34px;
    color: #fff;
    position: initial;
    left: 0px;
    top: 0px;
    margin: 0px 15px 0 0px;
}
footer.do-footer .do-footer-top .do-footer-widget ul li a {
    color: #fff;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
#copyright .do-footer-bottom {
    text-align: center;
    padding: 10px 0;
}
#copyright .footerBottomInner .copyright-text {
    color: #000;
}
.footerBottomInner .copyright-text {
    margin: 0 30px 0 0;
    font-size: 12px;
    text-align: left;
    color: #fff;
    padding: 5px 0 0 0;
}

@media (max-width: 992px) {
    .footerBottomInner .copyright-text {
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
}

.logo-block {
    margin-top: 0!important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.logo-block div, .logo-block a, .logo-block img{
    margin-right: 5px;
}
.social-icon img{
    height: 33px;
}
.fb-icon{
    position: relative;
    left: -10px;
}
.fb-text{
    position: relative;;
    left: -5px;
    top: -7px
}
