.footer-container-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    background-color: rgb(54, 56, 57);
}
.footer-container {
    width: 100%;
}
.footer-option {
    line-height: 2.5;
}
.footer-menu-wrapper {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    background-color: rgb(54, 56, 57);
    min-height: 100px;
}
.footer-menu {
    max-width: 1160px;
    width: 100%;
    margin: auto;
    padding: 15px 0;
    color: white;
    text-align: center;
    font-size: 0px;
}
.footer-content-column {
    display: inline-block;
    width: calc(25% - 60px);
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    padding: 30px;
}
.footer-content-column a {
    color: #fff;
}
.footer-content-column img {
    width: 200px;
    height: 51px;
}
.footer-social {
    width: 100%;
}
.footer-social img {
    padding: 20px 10px 0 0;
    opacity: 0.8;
    width: 25px;
    height: 25px;
}
.footer-social img:hover {
    opacity: 1;
}
.footer-title h3 {
    margin-bottom: 5px;
}
.footer-title-line {
    width: 100%;
    height: 1px;
    background-color: #797979;
    margin-bottom: 10px;
}
.footer-content input[type=submit] {
    background-color: #2585b4;
    color: white;
    font-family: poppins-semibold, sans-serif;
}
.newsletter-info {
    display: none;
    color: white;
}
.footer-copyright-container {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    background-color: rgb(40, 42, 43);
}
.footer-copyright-wrapper {
    max-width: 1160px;
    margin: auto;
}
.footer-copyright {
    padding: 30px;
    float: left;
    color: white;
    font-size: 12px;
}
.footer-privacy {
    padding: 30px;
    float: right;
    color: #808080;
    font-size: 12px;
}
.footer-privacy a {
    color: #2585b4;
}