/* Hide Copyright */
.footer_bottom .container {
    display: none;
}
.footer_sidebar .col-md-3 {
    width: 50%;
}
/* End of Copyright */

/* New Footer */
.footer-top {
    padding: 40px !important;
}
.about_us_widget p {
    color: #fff;
    text-align: justify;
}

.widgettitle {
    color: #fff;
}

.footer-top .footer_sidebar .widget .logo {
    padding-bottom: 0 !important;
}

.footer-top .footer_sidebar .widget + .widget {
    margin-top: 50px;
}

.location_address {
    color: #fff !important;
}
.footer-top .footer_sidebar .widget.widget_contact ul li .fleft a {
    color: #fff;
    opacity: 1;
}

.footer-top .footer_sidebar li.menu-item a {
    color: #fff;
}
.footer-top #text-6 {
    margin-top: 0;
}
#mc4wp_form_widget-2 .input-group-addon, .input-group-btn, .input-group .form-control {
    display: flex !important;
    margin-bottom: 10px;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

#mc4wp_form_widget-2 
 .form-control {
    height: 50px !important;
}

#mc4wp_form_widget-2 .input-group-btn>.btn {
    width: 100%;
    height: 50px;
    background: #5F91BD;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    border: 0;
    text-shadow: unset !important;
}

#mc4wp_form_widget-2 .input-group-btn>.btn:hover {
    background: #212733;
}
#mc4wp_form_widget-2 .input-group-addon, .input-group-btn {
    width: 100% !important;
}
/* End of New Footer */