/* End Custom Fonts CSS */

.elementor-kit-7 {
	--e-global-color-primary: #6366f1;
	--e-global-color-secondary: #eff2fc;
	--e-global-color-success: #83f6c3;
	--e-global-color-info: #651fff;
	--e-global-color-warning: #ffba08;
	--e-global-color-danger: #ef4444;
	--e-global-color-light: #fff;
	--e-global-color-dark: #3f4041;
	--e-global-typography-primary-font-family: "IBM Plex Sans";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "IBM Plex Sans";
	--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: "IBM Plex Sans";
	--e-global-typography-accent-font-weight: 900;
	background-color: #fff;
	font-family: "Naria", Sans-serif;
}

.elementor-kit-7 e-page-transition {
	background-color: transparent;
	background-image: linear-gradient(180deg, #fff 0%, #6a7dff 0%);
}

.elementor-kit-7 a {
	font-family: "Naria", Sans-serif;
}

.elementor-kit-7 h1 {
	font-family: "Naria", Sans-serif;
}

.elementor-kit-7 h2 {
	font-family: "Naria", Sans-serif;
}

.elementor-kit-7 h3 {
	font-family: "Naria", Sans-serif;
}

.elementor-kit-7 h4 {
	font-family: "Naria", Sans-serif;
}

.elementor-kit-7 h5 {
	font-family: "Naria", Sans-serif;
}

.elementor-kit-7 img {
	border-radius: 15px 15px 15px 15px;
}

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

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

.elementor-widget:not(:last-child) {
	--kit-widget-spacing: 20px;
}

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

h1.entry-title {
	display: var(--page-title-display);
}

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