#wrapper footer {
    background-image: url("../images/footer.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

#wrapper footer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);

}

#wrapper footer .footer-container {
    position: relative;
    z-index: 10;
    color: white;
    padding: 80px 0px 0px;
}

#wrapper footer .footer-col-1 .contact-details table tr td {
    border: none;
}

#wrapper footer .footer-col-1 .contact-details table tr td:first-child {
    width: 100px;
}

#wrapper footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#wrapper footer ul li a {
    padding: 5px 0px;
    display: block;
    color: white;
    text-decoration: none;
    opacity: 0.9;
}

#wrapper footer ul li a:hover {
    opacity: 1;
}

#wrapper footer .social-icons ul {
    margin-bottom: 20px;
}

#wrapper footer .social-icons ul li {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 30px;
    border-radius: 50%;
}

#wrapper footer .social-icons {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#wrapper footer .social-icons ul li:first-child {
    background-color: #475993;
}

#wrapper footer .social-icons ul li:nth-child(2) {
    background-color: #76A9EA;
}

#wrapper footer .social-icons ul li:nth-child(3) {
    background-color: #F34A38;
}

#wrapper footer .social-icons ul li:last-child {
    background-color: #0077B7;
}

#wrapper footer .social-icons ul li:last-child {
    margin-right: 0px;
}

#wrapper footer .social-icons ul li a {
    padding: 0;
    font-size: 25px;
}

#wrapper footer .copy-right ul li {
    display: inline-block;
    font-size: 14px;
}

#wrapper footer .copy-right ul li a {
    font-size: 14px;
}

@media(max-width:1200px) {
    #wrapper footer .footer-col-1 .contact-details table tr td {
        padding: .7rem .2rem;
    }
}

@media(max-width:992px) {
    #wrapper footer .row .col-lg-4,
    #wrapper footer .row .col-lg-2 {
        margin-bottom: 30px;
    }
}

@media(max-width:480px) {
    #wrapper footer .social-icons ul li {
        display: inline-block;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 45px;
        margin-right: 30px;
        border-radius: 50%;
    }

    #wrapper footer .social-icons ul li a {
        padding: 0;
        font-size: 18px;
    }

    #wrapper footer .footer-col-4 {
        margin-top: 30px;
    }

    #wrapper footer .copy-right ul li {
        font-size: 12px;
    }
    #wrapper footer .copy-right ul li a {
        font-size: 12px;
        margin-top: -5px;
    }
}
