footer a {
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
footer .footer-top {
    background-image: url("/design/footer-bg.jpg");
    background-position: center center;
    background-size: cover;
    padding: 70px 0 42px 0;
    color: #fff;
    position: relative;
}
footer .footer-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.footer-top h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    margin: 0 0 25px 0;
}
footer .footer-top ul {
    list-style: none;
    padding-left:0px;
}
footer .footer-top ul li a i {
    font-size:13px;
    margin-right:10px;
}
footer .footer-bottom {
    background: #27272b;
    padding: 29px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
footer .footer-bottom a {
    color: #fff;
}
footer .footer-bottom a:hover {
    color: #ffef1d;
}
.footer-logo img {
    max-width: 240px;
    margin: 3px 0 30px 0;
}
.footer-logo .text {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    padding-right: 10px;
}
.footer-top ul {
    padding: 0;
}
.footer-top ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    padding: 0;
}
.footer-top ul li:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 20px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #e3f6f9;
}
.footer-top ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0 12px 20px;
    display: block;
}
.footer-top ul li a:hover {
    color: #ffef1d;
}
.footer-contact-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}
.footer-contact-info {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
}
.footer-contact-info.first {
    margin-top: 15px;
    margin-bottom: 25px;
}
.footer-contact-info i {
    position: absolute;
    top: 1px;
    left: 0;
    color: #fff;
    font-size: 22px;
}
.footer-contact-info a {
    color: #fff;
}
.footer-contact-info a:hover {
    color: #ffef1d;
}
.footer-contact-info:last-child {
    margin-bottom: 0;
}
.footer-top .social-wrapper {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
}
.footer-top .social-wrapper .follow-text {
    margin-bottom: 7px;
}
.footer-top .social-wrapper .social-link i {
    font-size: 16px;
}