.elementor-kit-6 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-kit-6 h5 {
	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);
}

.elementor-kit-6 h6 {
	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);
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1240px;
}

 {}

.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:1024px) {
	.elementor-kit-6 h5 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-kit-6 h6 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-6 h5 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-kit-6 h6 {
		font-size: var(--e-global-typography-primary-font-size);
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
}