/* End custom CSS */

.elementor-kit-5 {
	--e-global-color-primary: #000;
	--e-global-color-secondary: #fff;
	--e-global-color-text: #5c5c5c;
	--e-global-color-accent: #f6893d;
	--e-global-color-54c3aa6: #fff4ed;
	--e-global-color-38fff20: #7a7e82;
	--e-global-color-6b39630: #f6f6f6;
	--e-global-color-d48ce9c: #e1f5f3;
	--e-global-typography-primary-font-family: "Inter";
	--e-global-typography-primary-font-size: 64px;
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-primary-text-transform: capitalize;
	--e-global-typography-primary-line-height: 72px;
	--e-global-typography-secondary-font-family: "Inter";
	--e-global-typography-secondary-font-size: 40px;
	--e-global-typography-secondary-font-weight: 700;
	--e-global-typography-secondary-line-height: 50px;
	--e-global-typography-text-font-family: "Inter";
	--e-global-typography-text-font-size: 18px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-text-line-height: 28px;
	--e-global-typography-accent-font-family: "Inter";
	--e-global-typography-accent-font-size: 14px;
	--e-global-typography-accent-font-weight: 500;
	--e-global-typography-accent-text-transform: uppercase;
	--e-global-typography-accent-line-height: 14px;
	--e-global-typography-bef35b7-font-family: "Inter";
	--e-global-typography-bef35b7-font-size: 20px;
	--e-global-typography-bef35b7-font-weight: 400;
	--e-global-typography-bef35b7-line-height: 28px;
	--e-global-typography-81a92d6-font-family: "Inter";
	--e-global-typography-81a92d6-font-size: 16px;
	--e-global-typography-81a92d6-font-weight: 400;
	--e-global-typography-81a92d6-text-transform: uppercase;
	--e-global-typography-81a92d6-letter-spacing: 3px;
	--e-global-typography-adb8c77-font-family: "Inter";
	--e-global-typography-adb8c77-font-size: 28px;
	--e-global-typography-adb8c77-font-weight: 600;
	--e-global-typography-adb8c77-line-height: 36px;
	--e-global-typography-276a0ce-font-family: "Inter";
	--e-global-typography-276a0ce-font-size: 32px;
	--e-global-typography-276a0ce-font-weight: 700;
	--e-global-typography-276a0ce-line-height: 36px;
	color: #38383c;
}

.elementor-kit-5 a {
	color: #ed8b00;
	font-weight: bold;
}

.elementor-kit-5 a:hover {
	color: #ed8b00;
}

.elementor-kit-5 h1 {
	text-transform: none;
}

.elementor-kit-5 h2 {
	text-transform: none;
}

.elementor-kit-5 h3 {
	text-transform: none;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

.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-kit-5 {
		--e-global-typography-primary-font-size: 40px;
		--e-global-typography-primary-line-height: 50px;
		--e-global-typography-secondary-font-size: 32px;
		--e-global-typography-secondary-line-height: 40px;
		--e-global-typography-adb8c77-font-size: 22px;
		--e-global-typography-276a0ce-font-size: 26px;
		--e-global-typography-276a0ce-line-height: 32px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */
.elementor-kit-5 .wpforms-container-full .wpforms-field-description a {
	position: relative;
	text-decoration: none;
	transition: color .3s;
	color: #f6893d !important;
}

.elementor-kit-5 .wpforms-container-full .wpforms-field-description a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #f6893d;
	bottom: -4px;
	left: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s;
}

.elementor-kit-5 .wpforms-container-full .wpforms-field-description a:hover::before {
	transform: scaleX(1);
}
