.elementor-kit-1423{--e-global-color-primary:#E84E1B;--e-global-color-secondary:#F9D3C7;--e-global-color-text:#292D3B;--e-global-color-accent:#E84E1B;--e-global-color-def23b1:#4C4E55;--e-global-color-a54d2ec:#F8F9FB;--e-global-color-68fc582:#2B4596;--e-global-color-eb1a544:#E3E9F3;--e-global-color-e7349c8:#FFFFFF;--e-global-color-50db532:#FAE6CD;--e-global-color-94a42ae:#F1F1F1;--e-global-color-3af620c:#B93E15;--e-global-color-31a4de3:#E4E4E4;--e-global-color-5ef30ce:#EBEEF0;--e-global-color-56fa1d9:#EFF0F1;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;font-size:1em;}.elementor-kit-1423 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1423 a{color:var( --e-global-color-primary );}.elementor-kit-1423 a:hover{color:var( --e-global-color-primary );}.elementor-kit-1423 h1{font-size:2em;}.elementor-kit-1423 h2{font-size:1.8em;}.elementor-kit-1423 h3{font-size:1.6em;}.elementor-kit-1423 h4{font-size:1.3em;}.elementor-kit-1423 button,.elementor-kit-1423 input[type="button"],.elementor-kit-1423 input[type="submit"],.elementor-kit-1423 .elementor-button{font-size:0.85em;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-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 *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 70px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
    display: none;
}

.ioTmNg path {
    fill: #fff !important;
}

.ipfCpo h2{
    color:#fff !important;
}/* End custom CSS */