.elementor-kit-12 {
	--e-global-color-primary: #83BBB8;
	--e-global-color-secondary: #E8E8ED;
	--e-global-color-text: #000000;
	--e-global-color-accent: #61CE70;
	--e-global-color-02607a2: #000000;
	--e-global-color-becb522: #FFFFFF;
	--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;
	color: #000000;
}

.elementor-kit-12 h1 {
	color: #0A0000;
}

.elementor-kit-12 h2 {
	color: #000000;
}

.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button {
	color: var( --e-global-color-becb522 );
	background-color: var( --e-global-color-primary );
	border-radius: 50px 50px 50px 50px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-element {
	--widgets-spacing: 20px;
}{}

h1.entry-title {
	display: var(--page-title-display);
}

@media(max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.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;
	}
}