/* End custom CSS */

.elementor-kit-193305 {
	--e-global-color-primary: #0e76bc;
	--e-global-color-secondary: #283891;
	--e-global-color-text: #25aae1;
	--e-global-color-accent: #f26522;
	--e-global-color-b54dce8: #fff;
	--e-global-color-aa88502: #000;
	--e-global-typography-primary-font-family: "Sofia Sans Condensed";
	--e-global-typography-primary-font-weight: 600;
	--e-global-typography-secondary-font-family: "Sofia Sans Condensed";
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Montserrat";
	--e-global-typography-text-font-size: 18px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "Montserrat";
	--e-global-typography-accent-font-size: 18px;
	--e-global-typography-accent-font-weight: 700;
}

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

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

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

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

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

.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-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 */

/* Slide In From The Top Option */
.header-2 {
	transform: translatey(-120px);
	-moz-transition: all .3s ease !important;
	-webkit-transition: all .3s ease !important;
	transition: all .3s ease !important;
	width: 100% !important;
}

.elementor-sticky--effects.header-2 {
	height: auto !important;
	transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
	display: none !important;
}

/* End Of Slide In From The Top Option */
html, body {
	max-width: 100% !important;
	overflow-x: hidden !important;
}
