/* End Custom Fonts CSS */

.elementor-kit-11 {
	--e-global-color-primary: #d44b6d;
	--e-global-color-secondary: #231f20;
	--e-global-color-text: #212023;
	--e-global-color-accent: #78c5ef;
	--e-global-color-2a31143: #653966;
	--e-global-typography-primary-font-family: "Calibri";
	--e-global-typography-primary-font-weight: normal;
	--e-global-typography-secondary-font-family: "VAG Rounded Ltc";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Calibri";
	--e-global-typography-text-font-weight: normal;
	--e-global-typography-accent-font-family: "Calibri";
	--e-global-typography-accent-font-weight: normal;
	font-family: "Calibri", Sans-serif;
}

.elementor-kit-11 button, .elementor-kit-11 input[type="button"], .elementor-kit-11 input[type="submit"], .elementor-kit-11 .elementor-button {
	background-color: var(--e-global-color-accent);
	font-family: "VAG Rounded Ltc", Sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--e-global-color-secondary);
	box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, .25);
	border-radius: 50px 50px 50px 50px;
	padding: 12px 16px 12px 16px;
}

.elementor-kit-11 button:hover, .elementor-kit-11 button:focus, .elementor-kit-11 input[type="button"]:hover, .elementor-kit-11 input[type="button"]:focus, .elementor-kit-11 input[type="submit"]:hover, .elementor-kit-11 input[type="submit"]:focus, .elementor-kit-11 .elementor-button:hover, .elementor-kit-11 .elementor-button:focus {
	background-color: var(--e-global-color-primary);
	color: #fff;
}

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

.elementor-kit-11 h1 {
	font-family: "Calibri", Sans-serif;
}

.elementor-kit-11 h2 {
	color: var(--e-global-color-secondary);
	font-family: "Calibri", Sans-serif;
	font-size: 72px;
	font-weight: 700;
}

.elementor-kit-11 h3 {
	font-family: "VAG Rounded Ltc", Sans-serif;
	font-size: 32px;
	font-weight: 700;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100%;
}

.e-con {
	--container-max-width: 100%;
}

.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-kit-11 h2 {
		font-size: 50px;
	}
	
	.elementor-kit-11 h3 {
		font-size: 24px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-11 h2 {
		font-size: 42px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}
