
/** Footer **/
.home #footer{
    margin-top: -940px;
}
.footer-top{
    margin-top: -700px;
    z-index: 1;
}
.footer-top .row:nth-child(2){
    background: url(../images/frame204.png) no-repeat;
    padding: 107px 150px 85px;
    background-size: contain;
}
.footer-top .widget{
    padding: 0;
    .is-divider{
        display: none;
    }
}
.footer-top .widget .widget-title{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}
.footer-top p{
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    margin-bottom: 14px;
}
.footer-top .menu li{
    border: none;
}
.footer-top .menu li a{
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #fff;
}
.footer-top .social-icons{
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-top .social-icons a{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    i{
        font-size: 16px !important;
        top: 0;
    }
}
.footer-top form p{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    display: block;
    margin-bottom: 3px;
}
.footer-top form input{
    border-radius: 30px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin-bottom: 0;
    color: #666666;
}
.footer-top form input.wpcf7-submit{
    position: absolute;
    top: 36px;
    right: 11px;
    border: none;
    background: url(../images/mdi_email.png) no-repeat;
    font-size: 0;
    padding: 0;
    width: 23px;
    height: 23px;
}
.footer-top .text p{
    margin-bottom: 0;
}
.footer-top .block-menu h4{
    display: none;
}
.footer-top .block-menu .menu{
    margin-bottom: 0;
    display: flex;
    gap: 35px;
    justify-content: flex-end;
    li a{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: #333;
    }
}
.absolute-footer{
    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: #004AAF;
}
