.footer{
    background: url("../images/components/footer-bg.jpg");
    min-height: 300px;
    float: left;
    width: 100%;
}
.footer-menu {
    float: left;
    width: 100%;
    background: #593f66;
    text-align: center;
}
.footer-menu a {
    float: left;
    text-align: center;
    line-height: 65px;
    width: 12.5%;
}
.footer-menu a:nth-child(1),
.footer-menu a:nth-child(4),
.footer-menu a:nth-child(7){
    background: #593f66;
}
.footer-menu a:nth-child(2),
.footer-menu a:nth-child(5),
.footer-menu a:nth-child(8){
    background: #4f365b;
}
.footer-menu a:nth-child(3),
.footer-menu a:nth-child(6){
    background: #674678;
}

.footer-copyrights {
    float: left;
    margin-top: 5%;
    text-align: center;
    width: 100%;
    margin-bottom: 2%;
}
.follow-us {
    color: #aeadab;
    text-transform: capitalize;
    line-height: 11px;
}
.copyright-text {
    color: #6c6072;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}