/* End custom CSS */

.elementor-kit-6 {
	--e-global-color-primary: #f1a91e;
	--e-global-color-secondary: #1f2227;
	--e-global-color-text: #fff;
	--e-global-color-accent: #000;
	--e-global-color-6a6b6ef: #b2b4b2;
	--e-global-color-3cd0a4a: #3f4444;
	--e-global-typography-primary-font-family: "Montserrat";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Manrope";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Manrope";
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Manrope";
	--e-global-typography-accent-font-weight: 500;
	color: var(--e-global-color-accent);
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.78em;
}

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

.elementor-kit-6 a {
	color: var(--e-global-color-primary);
	font-family: "Manrope", Sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.elementor-kit-6 h1 {
	color: var(--e-global-color-text);
	font-family: "Montserrat", Sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0px;
}

.elementor-kit-6 h2 {
	color: var(--e-global-color-accent);
	font-family: "Montserrat", Sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0px;
}

.elementor-kit-6 h3 {
	color: var(--e-global-color-accent);
	font-family: "Montserrat", Sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0px;
}

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

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

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

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

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

.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 h1 {
		font-size: 50px;
	}
	
	.elementor-kit-6 h2 {
		font-size: 35px;
	}
	
	.elementor-kit-6 h3 {
		font-size: 30px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-kit-6 p {
		margin-block-end: 16px;
	}
	
	.elementor-kit-6 a {
		font-size: 16px;
	}
	
	.elementor-kit-6 h1 {
		font-size: 40px;
	}
	
	.elementor-kit-6 h2 {
		font-size: 30px;
	}
	
	.elementor-kit-6 h3 {
		font-size: 25px;
	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/* Start custom CSS */
html, body {
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body::-webkit-scrollbar {
	width: 10px;
	background: white;
}

body::-webkit-scrollbar-thumb {
	background: #f1a91e;
	border-radius: 5px;
	cursor: pointer;
}

.page-header .entry-title {
	display: none !important;
}
