/* End custom CSS */

.elementor-kit-6 {
	--e-global-color-primary: #030624;
	--e-global-color-secondary: #030624;
	--e-global-color-text: #030624;
	--e-global-color-accent: #1980ff;
	--e-global-color-e1fae64: #1980ff;
	--e-global-color-3cf2183: #fff;
	--e-global-color-26c2eaa: #f6f6f6;
	--e-global-color-295e00b: #c3c3ca;
	--e-global-typography-primary-font-family: "Nunito Sans";
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: "Nunito Sans";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Nunito Sans";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Nunito Sans";
	--e-global-typography-accent-font-weight: 500;
	color: var(--e-global-color-accent);
	font-family: "Nunito Sans", Sans-serif;
}

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

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

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

.elementor-kit-6 h1 {
	color: var(--e-global-color-3cf2183);
	font-family: "Nunito Sans", Sans-serif;
	font-size: 44px;
	font-weight: 400;
}

.elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 0px 0px 0px 0px;
}

.elementor-kit-6 input:not([type="button"]):not([type="submit"]), .elementor-kit-6 textarea, .elementor-kit-6 .elementor-field-textual {
	font-size: 16px;
	border-radius: 4px 4px 4px 4px;
	padding: 15px 15px 15px 15px;
}

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

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

.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 {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

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

/* Start custom CSS */
header.page-header {
	display: none;
}

a {
	color: #1980ff;
}

textarea {
	padding: 15px !important;
}

.elementor-select-wrapper .select-caret-down-wrapper i {
	font-size: 12px;
	color: #999;
}

.elementor-mark-required .elementor-field-label {
	position: relative;
}

.elementor-mark-required .elementor-field-label:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #00ff90;
	display: block;
	position: absolute;
	right: -10px;
	top: 0;
}
