.bhs-footer-widgets{
background:#888888;
color:#fff;
padding:80px 0 30px;
}
.footer-logo{
    color:#fff !important;
}
.footer-widget h4{
margin-bottom:25px;
font-weight:700;
color:#fff !important;
}

.footer-about{
line-height:30px;
opacity:.8;
}

.footer-menu{
list-style:none;
padding:0;
margin:0;
}

.footer-menu li{
margin-bottom:14px;
}

.footer-menu a{
color:#d1d5db;
text-decoration:none;
transition:.3s;
}

.footer-menu a:hover{
color:#ff4f81;
padding-left:6px;
}

.footer-contact{
list-style:none;
padding:0;
}

.footer-contact li{
margin-bottom:18px;
}

.footer-contact i{
color:#ff4f81;
width:25px;
}

.footer-social a{
width:42px;
height:42px;
display:inline-flex;
align-items:center;
justify-content:center;
background:#1f2937;
border-radius:50%;
margin-right:10px;
color:#fff;
transition:.3s;
}

.footer-social a:hover{
background:#ff4f81;
}

.download-app img{
height:48px;
margin-right:10px;
margin-top:10px;
}

.copyright{
margin:0;
opacity:.7;
}
.footer-widget h4{
    color:#fff;
}

#backToTop{

    position:fixed;

    bottom:25px;

    right:25px;

    width:50px;

    height:50px;

    border:none;

    border-radius:50%;

    background:#E91E63;

    color:#fff;

    cursor:pointer;

    display:none;

    z-index:9999;

    transition:.3s;

}
#backToTop i{
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    height:100%;

    font-size:22px;
    line-height:1;

    margin:0;
    padding:0;
}
#backToTop:hover{

    transform:translateY(-5px);

}

