footer.site-footer {

}

ul.nav-footer a{
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'daxlight';
}


ul.nav-footer a:hover{
    color: rgb(1,54,113);
}

ul.nav-footer li {
    color: #fff;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}





.site-footer-content {
    bottom: -200px;
    display: block;
    margin-top: 310px;
}

ul.nav-footer img {
    max-width: 150px;
    padding: 20px 0;
}

ul.nav-footer-social {
    display: flex;
    justify-content: flex-end;
    display: none;
}

ul.nav-footer-social li {
    padding: 10px;
}



@media screen and (max-width: 991px) {
    footer.site-footer {
        padding: 50px 15px 50px;
        background: rgb(25,78,150);
        border-top: solid 40px #003571;
    }

}  

@media screen and (min-width: 992px) {
    .site-footer-bg {
        content: '';
        width: 100%;
        position: absolute;
        height: 400px;
        margin-top: -20px;
        z-index: -2;
    }   

    .site-footer-bg:before {
        background: url(../media/images/welle-footer.svg);
        background: url(../../media/images/welle-footer.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        position: absolute;
        content: '';
        width: 100%;
        height: 760px;
        margin-top: -355px;
        z-index: -2;
    }

    .site-footer ul.nav-footer img {
        max-width: 170px;
        padding: 20px 0;
    }


    footer.site-footer .container {
        padding: 195px 15px 0px;
    }
    
    .site-footer .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
}


}


@media screen and (min-width: 1400px) {
    footer.site-footer .container {
        padding: 150px 15px 0px;
    }
}



@media screen and (min-width: 1600px) {
    footer.site-footer .container {
        padding: 133px 15px 0px;
    }
}