footer.section, footer.section:nth-child(2n) {
    background-color: #424244;
}   

footer.section, footer {
    background-color: #4c4c4e !important;
    margin-bottom: 0;
}

footer .row {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
}

footer .top {
    padding-top: 120px;
    padding-bottom: 120px;
}

footer .top .col {
    width: 23.333%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

footer .top .col.col4 {
    width: 30%;
}

footer .top .col.col1 {
    width: 22%;
}

footer .top .col.col2 {
    width: 26%;
    padding-right: 3%;
}

footer .top .col.col3 {
    width: 22%;
}



footer .bottom {
    background-color: rgba(0, 0, 0, 0.05);
    padding-top: 36px;
    padding-bottom: 36px;
}

footer .bottom p  {
    font-size: 14px;
    font-weight: 400;
}

footer .bottom p a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

footer .bottom .col {
    width: 100%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

footer .bottom .col p {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 500;
}

footer .bottom .col span {
    float: right;
}

footer .h3 {
    font-weight: 900;
    font-size: 19px;
    color: white;
    margin-bottom: 36px;
    display: block;
    float: left;
    margin-top: 44px;
}

footer .link-list, footer .info-list, footer .social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    clear: both;
    font-size: 16px;
    line-height: 160%;
}

footer .social {
    margin-bottom: -9px;
}


footer .social li {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
}

footer .social li:last-child {
    margin-right: 0;
}

footer .social li a {
    text-decoration: none;
    color: #40b4d7;
    float: left;
    background-color: rgba(0, 0, 0, 0.05) !important;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    border-radius: 50%;
}

footer .social li:nth-child(2) a {
    background-color: #667aaf;
}

footer .social li:nth-child(3) a {
    background-color: #628eb4;
}

footer .social li:nth-child(4) a {
    background-color: #589bb0;
}

footer .social li:nth-child(5) a {
    background-color: #4da8aa;
}

footer .social li:nth-child(6) a {
    background-color: #3eaa99;
}


footer .link-list li {
    margin-bottom: 6px;
    color: white;
    clear: both;
}

footer .link-list li a, footer .link-list li span {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    padding-left: 16px;
    display: block;
    float: left;
    line-height: 160%;
}

footer .link-list li span {
    padding-left: 24px;
    margin-bottom: 3px;
}

footer .link-list li span small {
    font-size: 100%;
    display: block;
    float: left;
    min-width: 42px;
    font-weight: 500;
}

footer .link-list li a i, footer .link-list li span i {
    margin-right: 9px;
    font-size: 50%;
    color: #40b4d7;
    position: absolute;
    top: 9px;
    left: 0;
}

footer .link-list li span i {
    font-size: 90%;
    top: 4px;
}

footer .info-list {
    margin-bottom: 24px;
    font-weight: 400;
    float: left;
    width: 100%;
}

footer .info-list li {
    display: block;
    float: left;
    clear: both;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    font-size: 16px;
}

footer .info-list li span {

}

footer .col-logo {
    margin-left: -18px;
    margin-bottom: 32px;
    width: 320px;
}

footer .col-logo .left {
    position: relative;
}

footer .col-logo .left img {
    float: left;
    margin-left: -9px;
}

footer .col {
    transition: all 0.6s ease-in-out;
    opacity: 1 !important;
}

footer .top .col.col4 {
    opacity: 0;
}

footer.anim .top .col.col4 {
    opacity: 1;
}


footer .top .col.col1 {
    opacity: 0;
}

footer.anim .top .col.col1 {
    opacity: 1;
    transition-delay: 0.3s;
}

footer .top .col.col2 {
    opacity: 0;
}

footer.anim .top .col.col2 {
    opacity: 1;
    transition-delay: 0.6s;
}

footer .top .col.col3 {
    opacity: 0;
}

footer.anim .top .col.col3 {
    opacity: 1;
    transition-delay: 0.9s;
}

footer .bottom .col {
    opacity: 0;
}

footer.anim .bottom .col {
    opacity: 1;
    transition-delay: 0.9s;
}



@media screen and (max-width: 1000px) {
    footer .top .col {
        width: 50% !important;
        padding-top: 24px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    footer .top {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

@media screen and (max-width: 890px) {
    footer .col-logo {
        margin-left: -48px;
    }
}

@media screen and (max-width: 540px) {
    footer .top .col {
        width: 100% !important;
    }
}