#block-footer {
    background: #161616;
    color: #ccc;
    padding: 0px 0;
    font-size: 14px;
}
#block-footer a, #block-footer a:hover{
    text-decoration: none;
}
#block-footer div, #block-footer p {
    line-height: 1.7em;
    font-size: 14px;
}
.footer-widget-area {
    margin-top: -10px;
}
.footer-widget-area .widget {
    margin-bottom: 20px;
}
.footer-widget-area .widget:last-child {
    margin-bottom: 0;
}
#block-footer .social-icons-list a {
    color: #ccc;
}
.widget h4{
    margin: 60px 0 20px;
    font-size: 24px;
    word-wrap: break-word;    
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;

}
#block-footer .widget_nav_menu {
    margin-bottom: 30px;
}
#block-footer .widget_nav_menu ul {
    list-style: none;
    margin: 0 0 0 -30px;
    padding: 0;
    float: none;
}
#block-footer .widget_nav_menu ul li {
    padding: 0;
    margin: 0;
    float: none;
    margin-left: 30px;
}
#block-footer h4 {
    color: #00ab9b;
    margin-bottom: 30px;
}
#block-footer .widget_nav_menu ul li a {
    display: block;
    color: #fff !important;
    font-weight: 500;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAABCAYAAABOrTWvAAAAGXRFW…RBVHjaYnR3d//PAAGMQAxm79ixg9HDw2NUfFR80IgDBBgAvfWN1mHQu4wAAAAASUVORK5CYII=) 0 100% repeat-x;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 14px;
}
#block-footer .widget_nav_menu ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;
    color: #00ab9b;
}
#block-footer .widget_nav_menu ul li a:hover {
    color: #fff !important;
    background-color: transparent;
}
#block-footer .social-icons-list {
    margin-bottom: 10px;
}
.widget ul, .page-content ul {
    list-style: none;
    padding-left: 0;
}
.social-icons-list {
    list-style: none;
    margin: 40px 0 60px;
    padding: 0;
}
#block-footer .social-small {
    margin-top: 20px;
}
.social-small li {
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
#block-footer .social-small a {
    font-size: 16px;
    margin-right: 75px;
}
.fa-facebook:before {
    padding-right: 5px;
}
.fa-instagram:before {
    padding-right: 5px;
}
.fa-whatsapp:before {
    font-size: 19px;
    top: 3px;
    position: relative;
}
#block-footer .social-icons-list li {
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px !important;
}
.social-icons-list li {
    margin: 0 0 30px !important;
}
.social-icons-list li span {
    color: #00ab9b !important;
    font-size: 24px;
    width: 48px;
    margin-left: -16px;
    vertical-align: middle;
    text-align: center;
}
#block-footer .social-icons-list .fas {
    font-size: 16px;
}
.social-small a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    margin: 0 10px 0 0;
    font-size: 18px;
    transition: all .3s ease;
    color: #00ab9b;
}
.social-small a {
    color: #ccc;
}
footer {
    background: #0c0c0c;
    color: #868686;
    text-align: left;
    padding: 20px 0 18px;
    overflow: hidden;
}
footer div {
    font-size: 14px;
}
footer p {
    margin-bottom: 0;
}
footer a {
    color: #00ab9b;
}
footer a:hover {
    color: #ccc;
    text-decoration: none;
}

@media (min-width: 768px) {
    #block-footer .col-md-5 .widget_nav_menu ul li {
        float: left;
        width: 40%;
    }
}