/* Contact Style */

#contact_banner .content-col .elementor-text-editor {
    width: 50%;
    margin: 0 auto;
    line-height: 1.4;
}

#contact_form .image-col .elementor-column-wrap {
    border-top-right-radius: 25px;
}

section#contact_form:before {
    content: url(/wp-content/uploads/2020/08/angle-down-new.png);
    position: absolute;
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
    border-radius: 50%;
    background: #fff;
    z-index: 9;
}

.contact-form-col .wpcf7-submit {
    background-color: transparent !important;
    border: 2px solid #fff;
    border-radius: 30px;
    float: none;
}

.contact-form-col .wpcf7-form label {
    color: #feaa46;
}

.contact-form-col .elementor-widget-heading, .contact-form-col .elementor-widget-text-editor {
    margin-bottom: 5px !important;
}

.service-image {
    margin-bottom: 0 !important;
}

.service-content {
    text-align: center;
    padding: 10px 10px 20px;
    color: #fff;
    z-index: 9;
}

.service-content:before {
    content: '';
    background-color: #FEAA46;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: -50px;
}

.service-col:nth-child(even) .service-content:before {
    background-color: #f88644;
}

.service-content .elementor-widget-heading {
    margin-bottom: 5px !important;
}

.service-content h5.elementor-heading-title {
    color: #fff;
}

.service-content .elementor-widget-heading .elementor-heading-title {
    font-weight: 400 !important;
}

.service-content .elementor-widget-heading h4.elementor-heading-title {
    font-size: 1.25rem;
    font-weight: 500 !important;
}

.service-content .theme-btn .elementor-button {
    padding: 15px 40px !important;
}

#who_we_are .elementor-widget-text-editor {
    width: 80%;
    margin: 0 auto 20px;
}

#moorzen_services_heading .section-sub-title {
    width: 80%;
    margin: 0 auto;
}

/* Responsive */

@media(max-width: 767px) {
	#contact_banner .content-col .elementor-text-editor {
        width: 90%;
    }
    #contact_form .image-col {
        min-height: 250px;
    }

    #contact_form .image-col .elementor-column-wrap {
        border-radius: 0;
    }
    #who_we_are .elementor-widget-text-editor {
        width: 95%;
    }
}