
/** Footer **/
.floating-btn{
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    bottom: 180px;
    right: 15px;
    background: #0084FF;
    border-radius: 10px;
}
#footer {
    color: #FFF;
}

#footer a {
    color: #FFF;
    padding: 0;
    font-size: 20px;
}
.footer-top{
    box-shadow: 0 10px 10px 4px #00000052;
}
.footer-top .widget{
    padding: 0;
    margin-bottom: 0;
}
.footer-top .widget.widget_media_image{
    margin-bottom: 2px;
}
.footer-top .row-01{
    background: linear-gradient(#02B8B4, #1DACD9);
}
.footer-top .row_02{
    margin: 0 auto !important;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-top ul.menu{
    display: flex;
    align-items: center;
    gap: 60px;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-top ul.menu::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    bottom: -3px;
}
.footer-top ul.menu li{
    border: none;
}
.footer-widgets-aside ul li {
    margin: 0;
    padding-bottom: 10px;
    list-style-type: none;
    position: relative;
    border: none !important;
}
.footer-wrapper .widget .widget-title{
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    line-height: 26px;
    letter-spacing: 0;
}
.footer-wrapper p{
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
}
.footer-wrapper p:last-child{
    margin-bottom: 0;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 15px 0px;
    background-color: #003E93;
    display: none;
}
#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: linear-gradient(#02B8B4, #1DACD9);
}