.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-6 .elementor-button {
    position: relative;
    overflow: hidden;
}
.elementor-kit-6 .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.5s ease;
}
.elementor-kit-6 .elementor-button:hover::before {
    left: 125%;
}



.btn-anim .ff-btn-submit,
.ff-btn-submit.btn-anim {
    position: relative;
    overflow: hidden;
}

.btn-anim .ff-btn-submit::before,
.ff-btn-submit.btn-anim::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.5s ease;
    pointer-events: none;
}

.btn-anim .ff-btn-submit:hover::before,
.ff-btn-submit.btn-anim:hover::before {
    left: 125%;
}

.ff-btn-submit.btn-anim:hover,
.btn-anim .ff-btn-submit:hover {
    background-color: inherit !important;
    opacity: 1 !important;
    color: inherit !important;
}

.green-color {
    color: #96EB64;
}


.form-phone .iti__country-container {
    display: none !important;
}


.form-phone .iti__tel-input {
    padding-left: 1px !important;
    width: 100% !important;
    text-align: left !important;
}


.form-phone .iti {
    display: block !important;
}

.form-phone .iti__selected-country {
    display: none !important;
}


.form-phone input[type="tel"] {
    padding-left: 1px !important;
    text-align: left !important;
}

.form-phone input[type="tel"]::placeholder {
    text-align: left !important;
}


.form-phone .iti--allow-dropdown .iti__tel-input {
    padding-left: 1px !important;
}/* End custom CSS */