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

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: auto;
}

footer .top .row {
    justify-content: space-between;
}

footer .top .col.col1 {
    width: auto;
}

footer .top .col.col2 {
    width: auto;
}

footer .top .col.col3 {
    width: auto;
}



footer .bottom {
    background-color: white;
    padding-top: 36px;
    padding-bottom: 36px;
}

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

footer .bottom p a {
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    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;
}

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

footer .h3 {
    padding-top: 12px;
    font-weight: 700;
    font-size: 18px;
    color: white;
    margin-bottom: 36px;
    display: block;
    float: left;
    text-transform: uppercase;
}

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: white;
    float: left;
    background-color: #2267b4;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    border-radius: 50%;
}

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

footer .link-list li a {
    font-size: 16px;
    text-decoration: none;
    position: relative;
    text-decoration: none;
    color: white;
    font-weight: 400;
    padding-left: 21px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

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

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

footer .info-list li {
    display: block;
    float: left;
    clear: both;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

footer .info-list li span {

}

footer .col-logo {
    margin-left: -18px;
    margin-bottom: 24px;
}

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 {
    }
}

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

@media screen and (max-width: 350px) {

    footer .col-logo {
        min-height: 56px;
    }

    footer .col-logo img {
        width: 100%;
        height: auto;
    }


}