.bg-footer {
    background-color: #F8F8F8;
    padding: 50px 0 30px;
}

.footer-heading {
    /* letter-spacing: 2px; */
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.footer-link a {
    color: #000;
    /* line-height: 40px; */
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #0e4bc6;
}

.contact-info {
    color: #020006;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}



.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #36393b;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #2d2f2e;
}