.elementor-kit-19464{--e-global-color-primary:#FF0000;--e-global-color-secondary:#797676;--e-global-color-text:#000000;--e-global-color-accent:#FF0000;--e-global-color-ba572a4:#FFFFFF;--e-global-color-38b5d22:#006341;--e-global-color-030cc8e:#6CC24A;--e-global-color-c526f1f:#2D2926;--e-global-color-cff1948:#F5F5F5;--e-global-typography-primary-font-family:"Josefin Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Josefin Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Josefin Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-weight:500;color:#000000;}.elementor-kit-19464 a{color:var( --e-global-color-primary );}.elementor-kit-19464 a:hover{color:var( --e-global-color-primary );}.elementor-kit-19464 h1{font-size:clamp(32px, 6vw, 70px);}.elementor-kit-19464 h2{font-size:clamp(26px, 3vw, 50px);}.elementor-kit-19464 h3{font-size:clamp(22px, 1/5vw, 30px);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1521px;}.e-con{--container-max-width:1521px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.elementor-kit-19464 e-page-transition{background-color:var( --e-global-color-primary );}.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-kit-19464{--e-global-typography-text-font-size:17px;}.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;
}

/*Hide "Contact" menu item when "Contact" button is visible*/
@media screen and (min-width: 1024px){
	.contact-nav-link {
		display: none !important;
	}
}


/*Sticky Header Code*/
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: #fff;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color:#fff;
	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);
}

/*Custom CSS*/
.values-box {
    min-height: 220px;
}

.suppport-page-box {
    min-height: 330px;
}

@media screen and (max-height: 767px){
    .values-box,
    .suppport-page-box{
        min-height: 0px;
    }
}/* End custom CSS */