
/** Footer **/
#footer .widget{
    padding: 0;
    margin-bottom: 0;
}
#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}
.footer-top .widget_media_image{
    margin-bottom: 14px !important;
}
.footer-top .widget_media_image img{
    margin-left: 50px;
}
.footer-top .is-divider{
    margin-top: 0 !important;
    margin-bottom: 25px;
    max-width: 60px;
    background: linear-gradient(90deg, #186873 0%, #09AAB2 49.19%, #186672 100%);
}
.footer-widgets-aside ul.menu li + li {
    border-top: 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;
    line-height: 29px;
    margin-bottom: 0;
    display: block;
    letter-spacing: 0;
    padding-bottom: 9px;
}
.footer-wrapper p{
    margin-bottom: 16px;
    line-height: 27px;
    font-size: 15px;
    color: #444444;
}
.footer-wrapper p:last-child{
    margin-bottom: 0;
}
.footer-wrapper p i{
    margin-right: 7px;
    font-size: 17px;
    color: #186873;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 15px 0px;
    background-color: #027373;
    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: #027373;
}