
/** Footer **/

#footer {
    color: #FFF;
    background: #004AAF;
}
.footer-wrapper .widget{
    padding: 0;
    margin-bottom: 0;
}
#footer ul li{
    border: none;
}
#footer ul li a {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

#footer .footer-widgets-aside .col {
    padding-left: 0px;
    padding-right: 0px;
}

.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 .custom-html-widget p{
    line-height: 35px;
}
.footer-wrapper p b{
    font-weight: 600;
}
.row_footer > .col{
    display: flex;
    align-items: flex-end;
}
.footer-wrapper .widget.widget_media_image{
    margin-bottom: 19px;
}
.footer-wrapper .widget.widget_search{
    position: relative;
}
.footer-wrapper .social-icons > span.widget-title{
    padding-right: 17px;
}
.footer-wrapper .widget.widget_search .is-divider{
    display: none;
}
.footer-wrapper .widget.widget_search .widget-title{
    margin-bottom: 12px;
}
.footer-wrapper .social-icons {
    display: flex;
    justify-content: flex-end;
}
.footer-wrapper .social-icons > span,
.footer-wrapper .widget .widget-title{
    font-size: 20px;
    margin-bottom: 16px;
    display: block;
    line-height: 30px;
    letter-spacing: 0;
    font-family: Philosopher, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.footer-wrapper .social-icons > span{
    margin-bottom: 0;
    line-height: 26px;
}
.footer-wrapper .social-icons a{
    margin: 0 7px;
    width: 26px;
    height: 26px;
}
.footer-wrapper .widget .is-divider{
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    margin-top: 0;
    margin-bottom: 9px;
}
.footer-wrapper .widget_search input.wpcf7-email{
    border-radius: 6px;
    border: none;
    box-shadow: none;
    height: 40px;
    margin-bottom: 0;
    padding-right: 35px;
}
.footer-wrapper form{
    margin-bottom: 0;
}
.footer-wrapper .widget_search input.wpcf7-submit{
    margin: 0;
    position: absolute;
    top: 42px;
    right: 0;
    height: 40px;
    font-size: 0;
    background: url(../images/send-191.png) center no-repeat;
    width: 30px;
    border: none;
}
.copy_right{
    border-top: 1px solid #1F91E0;
    padding: 22px 0 23px;
}
.absolute-footer{
    display: none;
}
.footer-wrapper p{
    margin-bottom: 0;
    line-height: 30px;
    font-size: 16px;
}
.footer-wrapper p i{
    margin-right: 5px;
}
#footer .absolute-footer.dark {
    color: #FFF;
    padding: 15px 0px;
    background-color: #0097FF;
}

#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: #0097FF;
}