/* End custom CSS */

.elementor-kit-6 {
	--e-global-color-primary: #d13330;
	--e-global-color-secondary: #930f0c;
	--e-global-color-text: #1e1e1e;
	--e-global-color-accent: #faf9f6;
	--e-global-color-5d51121: #ececec;
	--e-global-color-7fad432: #f1f1f1;
	--e-global-typography-primary-font-family: "Lato";
	--e-global-typography-primary-font-size: 19px;
	--e-global-typography-primary-font-weight: 400;
	--e-global-typography-secondary-font-family: "Besley";
	--e-global-typography-secondary-font-size: 19px;
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Lato";
	--e-global-typography-text-font-size: 19px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Lato";
	--e-global-typography-accent-font-weight: 700;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: var(--e-global-typography-primary-font-weight);
	background-color: var(--e-global-color-accent);
}

.elementor-kit-6 p {
	margin-block-end: 0px;
}

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

.elementor-kit-6 h1 {
	font-family: "Besley", Sans-serif;
	font-size: 2.4em;
	font-weight: 400;
	line-height: 1.2em;
}

.elementor-kit-6 h2 {
	font-family: "Besley", Sans-serif;
	font-size: 2.1em;
	font-weight: 400;
	line-height: 1.2em;
}

.elementor-kit-6 h3 {
	font-family: "Besley", Sans-serif;
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.2em;
}

.elementor-kit-6 h4 {
	font-family: "Besley", Sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-kit-6 h5 {
	font-family: "Besley", Sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-kit-6 h6 {
	font-family: "Besley", Sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	line-height: 1.3em;
}

.elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
	font-family: "Lato", Sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: var(--e-global-color-accent);
	background-color: var(--e-global-color-primary);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 5px 5px 5px 5px;
	padding: 10px 20px 10px 20px;
}

.elementor-kit-6 button:hover, .elementor-kit-6 button:focus, .elementor-kit-6 input[type="button"]:hover, .elementor-kit-6 input[type="button"]:focus, .elementor-kit-6 input[type="submit"]:hover, .elementor-kit-6 input[type="submit"]:focus, .elementor-kit-6 .elementor-button:hover, .elementor-kit-6 .elementor-button:focus {
	color: var(--e-global-color-accent);
	background-color: var(--e-global-color-secondary);
}

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

.e-con {
	--container-max-width: 1200px;
	--container-default-padding-top: 0px;
	--container-default-padding-right: 0px;
	--container-default-padding-bottom: 0px;
	--container-default-padding-left: 0px;
}

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

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

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

.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:1366px) {
	.elementor-kit-6 {
		font-size: var(--e-global-typography-primary-font-size);
	}
}

@media (max-width:1024px) {
	.elementor-kit-6 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-kit-6 h1 {
		font-size: 1.8em;
	}
	
	.elementor-kit-6 h2 {
		font-size: 1.6em;
	}
	
	.elementor-kit-6 h3 {
		font-size: 1.5em;
	}
	
	.elementor-kit-6 h4 {
		font-size: 1.4em;
	}
	
	.elementor-kit-6 h5 {
		font-size: 1.3em;
	}
	
	.elementor-kit-6 h6 {
		font-size: 1.2em;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-6 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */

/*buttons*/
.elementor-button-text {
	text-align: left;
}

.subjects .divider:last-child {
	display: none;
}

.jet-form-builder-row input:focus, .jet-form-builder-row textarea:focus {
	outline-color: #d13330;
}
