.bg-footer {
    background-color: #000;
    padding: 50px 0 120px;
    border-top: 1px solid #9E9E9E;
}
.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #999;
    line-height: 40px;
    font-size: 16px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #fff;
}

.contact-info {
    color: #acacac;
    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;
    color: #fff;
}
.bg-footer p
{
color: #999;
}
.footer-copyright
{
    border-top: 1px solid #999;
    padding-top: 16px;
    margin-top: 16px !important;
}
.footer-copyright p
{
    color: #fff;
}