.fr-footer{
    position:relative;
    z-index:10;
    padding-bottom:120px;
    background-color: #0f0f1a !important; /* Unify background color */
}

.fr-footer-left{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.fr-footer-text{
    line-height:1.8;
}

.fr-footer-links li{
    margin-bottom:12px;
}

.fr-footer-links a{
    text-decoration:none;
    display:flex;
    align-items:center;
    transition:.25s;
}

.fr-footer-links a i{
    width:22px;
    margin-right:10px;
}

.fr-footer-links a:hover{
    padding-left:5px;
}

.fr-footer-bottom{
    margin-bottom:50px;
}

.fr-footer-bottom-logo{
    max-height:55px;
}

@media (max-width:991px){

    .fr-footer{
        text-align:center;
    }

    .fr-footer-left{
        align-items:center;
    }

    .fr-footer-links a{
        justify-content:center;
    }

    .fr-footer h5{
        margin-top:15px;
    }
}
