.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#2F2F2F;--e-global-color-accent:#FF4D4D;--e-global-color-607fca0:#8B8C8E;--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;--e-global-typography-2ca3bd5-font-family:"Playfair Display";--e-global-typography-2ca3bd5-font-size:88px;--e-global-typography-2ca3bd5-font-weight:500;--e-global-typography-2ca3bd5-text-transform:capitalize;--e-global-typography-2ca3bd5-line-height:98px;--e-global-typography-2ca3bd5-letter-spacing:-1px;--e-global-typography-ccb0c82-font-family:"Playfair Display";--e-global-typography-ccb0c82-font-size:52px;--e-global-typography-ccb0c82-font-weight:500;--e-global-typography-ccb0c82-line-height:68px;--e-global-typography-28077bf-font-family:"Playfair Display";--e-global-typography-28077bf-font-size:36px;--e-global-typography-28077bf-font-weight:500;--e-global-typography-28077bf-letter-spacing:-1px;--e-global-typography-2e1a299-font-size:18px;--e-global-typography-2e1a299-font-weight:400;--e-global-typography-2e1a299-line-height:26px;--e-global-typography-2e1a299-letter-spacing:0.1px;--e-global-typography-8262b54-font-family:"Roboto";--e-global-typography-8262b54-font-size:14px;--e-global-typography-8262b54-font-weight:500;--e-global-typography-8262b54-text-transform:uppercase;--e-global-typography-8262b54-letter-spacing:1px;--e-global-typography-3664848-font-family:"Playfair Display";--e-global-typography-3664848-font-size:22px;--e-global-typography-3664848-text-transform:capitalize;--e-global-typography-3664848-line-height:32px;--e-global-typography-3664848-letter-spacing:0.6px;--e-global-typography-528c3d1-font-family:"Roboto";--e-global-typography-528c3d1-font-size:14px;--e-global-typography-528c3d1-font-weight:500;--e-global-typography-528c3d1-text-transform:uppercase;--e-global-typography-528c3d1-letter-spacing:0.14em;--e-global-typography-15652cc-font-family:"Roboto";--e-global-typography-15652cc-font-size:17px;--e-global-typography-15652cc-font-weight:400;--e-global-typography-15652cc-line-height:29px;--e-global-typography-2337ad1-font-family:"Montserrat";--e-global-typography-2337ad1-font-size:12px;--e-global-typography-2337ad1-font-weight:700;--e-global-typography-2337ad1-text-transform:uppercase;--e-global-typography-2337ad1-line-height:29px;--e-global-typography-2337ad1-letter-spacing:1px;--e-global-typography-b66dcb6-font-family:"Libre Franklin";--e-global-typography-b66dcb6-font-size:17px;--e-global-typography-b66dcb6-font-weight:400;--e-global-typography-b66dcb6-line-height:31px;--e-global-typography-b66dcb6-letter-spacing:0.25px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:30px;--container-default-padding-bottom:0px;--container-default-padding-left:30px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* Shrinking Sticky header, Elementor Container edition
* class: .sticky-header
* This will only work with the Elementor container section
* the header uses additional 3 classes to gain higher CSS specificity and to avoid adding !important
*/
header.sticky-header.e-container.elementor-element {
	--header-height: 100px; /* Set your own header height */
	--shrink-header-to: 0.6; /* Shrinks to 60%, values: 0.1 to 1 */
	--transition-timing: .45s cubic-bezier(.4, 0, .2, 1); /* values: .1s to 0.5s (or more), replace "cubic-bezier(.4, 0, .2, 1)" with "ease" if you need a simpler transition */
	background-color: rgba(244, 245, 248, 1); /* Set your own background color */
	--min-height: var(--header-height);
	--transition: background-color var(--transition-timing),
					backdrop-filter var(--transition-timing),
					box-shadow var(--transition-timing),
					min-height var(--transition-timing);
}
header.sticky-header.e-container.elementor-element.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8); /* Set your own background color on scroll */
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07); /* Delete this line if you don't want shadow on scroll */
	-webkit-backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	backdrop-filter: saturate(180%) blur(20px); /* Delete this line if you don't use transparency on scroll */
	--min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/** contact form **/
.contact-form .elementor-field-group label.elementor-field-label {
    order: 2;
    padding-top: 10px;
}
.contact-form .elementor-field-group input {
    order: 1;
}
.contact-form  textarea#form-field-message {
    border-width: 1px;
}
.contact-form .elementor-field-type-textarea {
    margin-top: 35px;
}
.contact-form .elementor-button[type="submit"] {
    flex-basis: fit-content;
}
.contact-form .elementor-field-group.elementor-field-type-submit {
    justify-content: flex-end;
}
.contact-form .elementor-button .elementor-align-icon-right {
        line-height: 0px;
}
.contact-form .elementor-button[type="submit"] span {
    justify-content: end;
}/* End custom CSS */