.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-50c2b4c */body, button, input, select, textarea, .ast-button, .ast-custom-button {
    font-family: 'Barlow Condensed', sans-serif;
}

input.wpcf7-form-control.wpcf7-text.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    background-color: #ffffff;
    border-color: #8d9098;
    padding-top: 10px;
    padding-right: 17px;
    padding-bottom: 10px;
    padding-left: 17px;
    margin-bottom: 20px;
}

.wpcf7-form-control.form-radio .wpcf7-list-item {
    display: inline-block;
    margin: 2% 0;
    width: 25%;
    font-size: 16px;
    text-align: left;
}

input[type='checkbox']:after,
input[type='checkbox']:checked:after{
    border-radius: 5px;
}

input[type='radio']:after,
input[type='radio']:checked:after {
    border-radius: 15px;
}

input[type='radio']:after, input[type='checkbox']:after {
    width: 22px;
    height: 22px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

input[type='radio']:checked:after, input[type='checkbox']:checked:after {
    width: 22px;
    height: 22px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #EE3236;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

input[type="submit"], input[type="submit"]:not([disabled]) {
    background-color: #ee3336;
    border-color: #ee3336;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 10px 60px;
    border-radius: 5px;
}

.contact-form-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-tab {
    font-size: 16px;
}

.contact-form-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.contact-form-service .column2 {
    width: 50%;
}

.contact-form-service .tab-menu-form {
    background-color: #fff;
    border-color: #000;
}

.form-begin {
    padding: 5%;
    box-shadow: 0px 0px 10px 5px #ccc;
    border-radius: 10px;
    margin-bottom: 5%;
}

.form-begin .two_columns {
    display: flex;
    justify-content: space-between; 
    gap: 20px;
}

.form-begin .column1, 
.form-begin .column2 {
    width: 100%;
}/* End custom CSS */