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

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: 25%;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

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

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

footer .top .col.col2 {
    width: 24%;
}

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



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

footer .bottom p  {
    font-size: 14px;
    font-weight: 500;
    color: white;
}

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

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 {
    font-weight: 800;
    font-size: 24px;
    color: white;
    margin-bottom: 22px;
    display: block;
    float: left;
    position: relative;
    padding-left: 0px;
    margin-top: 24px;
}

footer .h3.decor::after {
    height: 100%;
    top: 0;
    width: 4px;
}

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: 180%;
}

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: #93d6ff;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 115px;

}

footer .social li:nth-child(2) a {
}

footer .social li:nth-child(3) a {
}

footer .social li:nth-child(4) a {
}

footer .social li:nth-child(5) a {
}

footer .social li:nth-child(6) a {
}


footer .link-list li {
    margin-bottom: 9px;
    color: white;
    clear: both;
    display: block;
    width: 100%;
    min-height: 18px;
}

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.85);
    font-weight: 400;
    padding-left: 18px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

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

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

footer .link-list li span small {
    font-size: 100%;
    margin-right: 6px;
    min-width: 30px;
    display: inline-block;
}

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

footer .info-list {
    margin-bottom: 24px;
    font-weight: 400;
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, 0.85);
}

footer .info-list li {
    display: block;
    float: left;
    clear: both;
}

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 {
        margin-left: -36px;
    }
}

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