/* End custom CSS */

.elementor-kit-2167 {
	--e-global-color-primary: #61ce70;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #333;
	--e-global-color-accent: #61ce70;
	--e-global-color-20975219: #4054b2;
	--e-global-color-2f7afa0b: #23a455;
	--e-global-color-72715e65: #000;
	--e-global-color-28cdfed2: #fff;
	--e-global-color-59e1859: #1a83b0;
	--e-global-color-861a923: #fece3b;
	--e-global-color-72ac9f9: #f8f9ef;
	--e-global-color-bffc60d: #f0f0f0;
	--e-global-color-98142fe: #158624;
	--e-global-typography-primary-font-family: "Arial";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Arial";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Montserrat";
	--e-global-typography-text-font-size: 17px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Arial";
	--e-global-typography-accent-font-weight: 500;
	color: #333;
	font-family: "Montserrat", Sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}

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

.elementor-kit-2167 a {
	color: #454545;
}

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

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

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

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

.site-header {
	padding-inline-end: 0px;
	padding-inline-start: 0px;
}

.site-footer .site-branding {
	flex-direction: column;
	align-items: stretch;
}

@media (max-width:1175px) {
	.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;
	}
}

/* Start custom CSS */
header.sticky-header {
	--header-height: 40px;
	--opacity: 1;
	--shrink-me: .4;
	--sticky-background-color: #fdfdfd;
	--transition: .8s ease-in-out;
	transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition);
}

header.sticky-header.elementor-sticky--effects {
	background-color: var(--sticky-background-color) !important;
	background-image: none !important;
	opacity: var(--opacity) !important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

header.sticky-header.elementor-sticky--effects.nitro-lazy {
	background-image: none !important;
}

header.sticky-header > .elementor-container {
	transition: min-height var(--transition);
}

header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc(var(--header-height) * var(--shrink-me)) !important;
	height: calc(var(--header-height) * var(--shrink-me));
}

header.sticky-header .elementor-nav-menu .elementor-item {
	transition: padding var(--transition);
}

header.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
	padding-bottom: 10px !important;
	padding-top: 5px !important;
}

header.sticky-header > .elementor-container .logo img {
	transition: max-width var(--transition);
}

header.sticky-header.elementor-sticky--effects .logo img {
	max-width: calc(100% * var(--shrink-me));
}
