/* End Custom Fonts CSS */

.elementor-kit-29661 {
	--e-global-color-primary: #25094c;
	--e-global-color-secondary: #a500ff;
	--e-global-color-text: #7c7c7c;
	--e-global-color-accent: #7c7c7c;
	--e-global-color-134338e4: #a500ff;
	--e-global-color-182765d2: #25094c;
	--e-global-color-676724a6: #000;
	--e-global-color-4c232660: #fff;
	--e-global-color-97b19bf: #e5deff;
	--e-global-color-343ed18: #f7f7f7;
	--e-global-color-2a5f76f: #ddd;
	--e-global-color-089909f: #f2f0f8;
	--e-global-color-7d647e4: #f1edff;
	--e-global-color-9b0ac34: #171a1e;
	--e-global-color-eaca734: #e23bcb;
	--e-global-typography-primary-font-family: "Versos";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Versos";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Versos";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Versos";
	--e-global-typography-accent-font-weight: 500;
	--e-global-typography-f5b2a7b-font-family: "Versos";
	--e-global-typography-f5b2a7b-font-size: 12px;
	--e-global-typography-f5b2a7b-font-weight: 700;
	--e-global-typography-35c1469-font-family: "Versos";
	--e-global-typography-35c1469-font-size: 14px;
	--e-global-typography-35c1469-font-weight: 600;
	font-family: "Versos", Sans-serif;
	font-weight: 400;
}

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

.elementor-kit-29661 button, .elementor-kit-29661 input[type="button"], .elementor-kit-29661 input[type="submit"], .elementor-kit-29661 .elementor-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-kit-29661 label {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-kit-29661 input:not([type="button"]):not([type="submit"]), .elementor-kit-29661 textarea, .elementor-kit-29661 .elementor-field-textual {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-weight: var(--e-global-typography-text-font-weight);
}

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

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

.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-kit-29661 {
		--e-global-typography-f5b2a7b-font-size: 11px;
		--e-global-typography-35c1469-font-size: 11px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */
h1, h2, h3, h4, h5, h6, p, li {
	font-family: "Versos" !important;
}

input::-webkit-input-placeholder {
	/* Edge */
	opacity: 1;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 1;
}

input::placeholder {
	opacity: 1;
}

html {
	overflow-x: hidden;
	position: relative;
	min-height: 100%;
}

html::-webkit-scrollbar {
	width: 8px;
	height: 10px;
	background-color: #f5f5f5;
}

html::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #9585bf;
}

html::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

.grecaptcha-badge {
	display: none !important;
}
