footer .footer-top {
    background: #282e3c;
    padding: 48px 0 42px 0;
    color: #ccc;
}
.footer-top h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 28px 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 {
    border-top: 1px solid #50545f;
    background: #242937;
    padding: 25px 0px;
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
footer .footer-bottom a {
    color: #fff;
}
footer .footer-bottom a:hover {
    color: #ccc;
}
.footer-logo img {
    margin: 4px 0 28px 0;
}
.footer-logo .text {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-right: 50px;
}
.footer-top ul.menu {
    padding: 0;
}
.footer-top ul.menu li {
    margin: 0 0 8px 0;
}
.footer-top ul.menu li a {
    color: #ccc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-top ul.menu li a:hover {
    color: #fff;
}
.footer-top ul.services {
    padding: 0;
}
.footer-top ul.services li {
    margin: 0 0 5px 0;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
}
.footer-contact-text {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}
.footer-contact-info {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
}
.footer-contact-info i {
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    font-size: 15px;
}
.footer-contact-info a {
    color: #ccc;
}
.footer-contact-info:last-child {
    margin-bottom: 0;
}
.footer-logo-wrapper {
    background-color: #eee;
    padding: 30px 0 0 0;
}
.footer-logo-wrapper .logo-wrapper {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.footer-logo-wrapper .logo-wrapper img {
    max-height: 100%;
}