/* .bg-footer {
    background-color: #2d3142;
    padding: 80px 0 30px;
}
 */

 * {
    font-weight: 300;
 }
 .bg-footer {
    background-position: top center;
    position: relative;
    z-index: 5;
    padding: 230px 0 30px;
}

.bg-footer:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-bg.png);
    background-position: top center;
    z-index: -1;
    background-size: cover;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #d0d0d0;
    line-height: 40px;
    font-size: 16px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #EA4A4B;
}

.footer-contact-info-links {
    margin-top: 2.2rem;
}

.footer-paragraph {
    color: #d0d0d0;
    line-height: 30px;
    font-size: 16px;
    transition: all 0.5s;
    width: 100%;
}

.contact-info {
    color: #d0d0d0;
    font-size: 16px;
}

.contact-info a {
    color: #d0d0d0;
}

.contact-info a:hover {
    color: #ea4a4b;
}


.contact-info i {
    margin-right: 10px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.list-inline-item {
    margin-right: 0 !important;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-divider {
    border-top: 1px solid #c2c2c236;
}

.footer-copyright {
    font-size: 14px;
}

.footer-right-wrapper span {
    color: rgb(172, 172, 172);
}

.footer-right-wrapper a {
    color: rgb(172, 172, 172);
    font-size: 14px;
    
}

.footer-right-wrapper a:hover {
    color: #ea4a4b;
}

@media (max-width: 786px) {
    .bg-footer {
        padding: 300px 0 30px;
    }
}