/*Footer*/


.full-width-screen-footer{
    height: 80%;
    width: 100%;
    max-width: 100vW;
    overflow: hidden !important;
}


#particles-js{
    width: 100%;
    height: 100%;
    background-color: #0F2F60;
    z-index: 1;
    position: relative;
}

#particles-js canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.footer{
    z-index: 0 !important;
}

.footer li{
    text-decoration: none !important;
    color: #d1d1d1;
    z-index: 2 !important;
    padding: 10px;
    font-size: 1rem;
    position: relative;
    font-weight: 500;
}

.footer li:hover{
    color: #fff;
}

.footer a{
    text-decoration: none;
}

.footer a:hover{
    color: transparent;
}

.footer ul{
    z-index: 2;
}

.footer li i{
    font-size: 2rem;
}

.footer-logo{
    height: 100% !important;
}

.footer-logo h1{
    display: inline-block;
    z-index: 2;
    position: relative;
    width: 100%;
    font-size: 2.5rem !important;
    color: #fff;
}

@media(max-width:578px){
    .footer-logo h1{
        font-size: 1.5rem !important;
    }
}

.last-logo{
    width: 250px;
    z-index: 2;
    display: inline-block;
}

.social-icons li{
    color: #d1d1d1;
    transition: 0.3s;
}

.z-in-2{
    z-index: 2;
}


@media (max-width: 768px) {
    #particles-js .row{
        height: 50% !important;
        margin: 20px 0px;
    }
}
