/* End Custom Fonts CSS */

.elementor-kit-6 {
	--e-global-color-primary: #0d033c;
	--e-global-color-secondary: #d99e28;
	--e-global-color-text: #24266b;
	--e-global-color-accent: #d99e28;
	--e-global-color-f3e39fa: #fff;
	--e-global-color-4c0beb8: #000;
	--e-global-typography-primary-font-family: "Excel-crane";
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: "Excel-crane";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Excel-crane";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Excel-crane";
	--e-global-typography-accent-font-weight: 400;
	color: var(--e-global-color-primary);
}

.elementor-kit-6 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-kit-6 a {
	color: var(--e-global-color-text);
}

.elementor-kit-6 a:hover {
	color: var(--e-global-color-secondary);
}

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

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

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

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

@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;
	}
}
