
.footer{
    background:  linear-gradient(66deg, #080C18 1.56%, #232D4A 101.51%);
}
.footer .title strong{
	display: block;

}

.footer-row a{
	color: #fff;
}
.footer-row a:hover{
    color: #E8C981;
}
.line_footer{
    width: 90%;
    height: 1px;
    position: relative;
    left: 5%;
    background: linear-gradient(90deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
}

div#back-top {
    height: 60px;
    position: fixed;
    overflow: hidden;
    width: 60px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: 20px;
    bottom: 100px;
    z-index: 89;
}
div#back-top a {
    
    line-height: 50px;
    background: #5d5d5d;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
}
div#back-top a svg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.midle-footer { 
    color: #FFFFFF;
}
.logo-footer{
    display: block;
    max-width: 200px;
}


@media(max-width: 767px){
    .footer-row{
        display: block;
    }
    .logo-footer{
        max-width: 200px;
        margin:  0 auto 30px;
    }
    
    div#back-top {
        height: 40px;
        width: 40px;
        right: 10px;
    }
    div#back-top a {
        width: 34px;
        height: 34px;
        top: 3px;
        left: 3px;
    }
  
}
