.footer_01 .widget{
    padding: 0;
}
.footer_01 .widget .widget-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}
.footer_01 .widget .is-divider{
    display: none;
}
.footer_01 .widget p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-bottom: 0;
}
.footer_01 .widget_nav_menu .widget-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 7px;
    color: #fff;
}
.footer_01 #nav_menu-2{
    margin-bottom: 30px;
}
.footer_01 .widget_nav_menu ul li{
    border: none;
}
.footer_01 .widget_nav_menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 0 0px 0 12px;
    position: relative;
}
.footer_01 .widget_nav_menu ul li a::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C0C0C0;
    position: absolute;
    top: 15px;
    left: 0;
}
.footer-wrapper .absolute-footer{
    padding: 0;
}
.copyright-footer{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
}
.absolute-footer .copyright-footer{
    border-top: 1px solid #C5C5C5;
    padding: 30px 0;
}
/** Footer **/
#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: #004AAF;
}
