footer.ks-footer .footer-up {
    background-color: #202020;
}
footer.ks-footer .footer-up .company_logo {
    height: 2.85rem;
    width: auto;
}
footer.ks-footer .footer-up .footer-container {
    color: #c6c6c6;
}
footer.ks-footer .footer-up .footer-container .ks-icons-address {
    font-size: 18px;
    margin-top: 2px;
    margin-right: 7px;
    filter: invert(100%);
}
footer.ks-footer .footer-up .footer-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.ks-footer .footer-up .footer-container ul .ks-call {
    display: flex;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    footer.ks-footer .footer-up .footer-container ul .ks-call {
        display: block;
   }
    footer.ks-footer .footer-up .footer-container ul .ks-call a {
        line-height: 4px;
   }
}
footer.ks-footer .footer-up .footer-container ul li img {
    height: 17px;
    width: auto;
}
footer.ks-footer .footer-up .footer-container ul li a {
    line-height: 24px;
    text-decoration: none;
    color: #c6c6c6;
}
footer.ks-footer .footer-up .footer-container ul li a:hover {
    color: #fff;
}
footer.ks-footer .footer-up .footer-container ul .social-links a {
    margin-right: 5px;
    padding: 5px;
}
footer.ks-footer .footer-up .footer-container ul .social-links a i {
    font-size: 19px;
    padding-top: 2px;
}
footer.ks-footer .footer-up .footer-container ul .social-links .ks-linkedin {
    filter: invert(100%);
}
footer.ks-footer .footer-up .footer-container ul .social-links .ks-linkedin img {
    padding-top: 2px;
    height: 25px;
}
footer.ks-footer .footer-down {
    background-color: #000;
    color: #c6c6c6;
}
footer.ks-footer .footer-down .ks-img-right img {
    border: 2px solid #fff;
    border-radius: 3px;
    vertical-align: middle;
}
footer.ks-footer .copyright {
    background-color: #202020;
    color: #c4c4c4;
}
