.elementor-kit-5{--e-global-color-primary:#5ABA47;--e-global-color-secondary:#464646;--e-global-color-accent:#FFFFFF;--e-global-color-text:#1F1F1F;--e-global-color-eec0e70:#EEEEEE;--e-global-color-a5e1f39:#FFFFFF;--e-global-color-f0ceef4:#3E8F32;--e-global-color-5844ddc:#7ED464;--e-global-color-3ec38cb:#F7F1E5;--e-global-color-4fbcdc8:#CCCCCC;--e-global-color-71cc5a8:#F6F6F6;--e-global-color-24b6103:#E6E6E6;--e-global-typography-primary-font-family:"Encode Sans Expanded";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:19px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-9a286bc-font-family:"Encode Sans Expanded";--e-global-typography-9a286bc-font-size:55px;--e-global-typography-9a286bc-font-weight:700;color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:17px;line-height:1.7em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-primary );font-size:20px;font-weight:700;color:var( --e-global-color-a5e1f39 );border-radius:0px 0px 0px 0px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 h1{color:var( --e-global-color-primary );font-size:50px;line-height:1.4em;}.elementor-kit-5 h2{color:var( --e-global-color-primary );font-size:40px;line-height:1.4em;}.elementor-kit-5 h3{color:var( --e-global-color-primary );font-size:30px;line-height:1.4em;}.elementor-kit-5 h4{color:var( --e-global-color-primary );font-size:20px;line-height:1.4em;}.elementor-kit-5 h5{color:var( --e-global-color-primary );font-size:18px;line-height:1.3em;}.elementor-kit-5 h6{color:var( --e-global-color-primary );font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.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-5{--e-global-typography-9a286bc-font-size:45px;}.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: 100px;
	--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, .6);
	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);
}


/***
* class: Button
*/

.elementor-button-wrapper .elementor-button .elementor-button-text, .elementor-button-wrapper .elementor-button .elementor-button-icon{
    z-index: 1;
}

.elementor-button-wrapper .elementor-button:before {
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-transform: scaleY(0) rotateX(0deg);
    transform: scaleY(0) rotateX(0deg);
}

.elementor-button-wrapper .elementor-button:hover:before {
    transition: all 0.20s linear;
    -moz-transition: all 0.20s linear;
    -webkit-transition: all 0.20s linear;
    -o-transition: all 0.20s linear;
    background-color: var(--e-global-color-secondary);
    -webkit-transform: scaleY(1) rotateX(0deg);
    transform: scaleY(1) rotateX(0deg);
}

/*CUSTOM HEADING*/
.elementor-heading-title > span {
    color: var(--e-global-color-primary);
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 67%, #FFFFFF12 0%);
    border-radius: 0px 0px 0px 0px;
}

#stickyHeader {
    position: fixed;
    top: -100px; /* Hidden initially */
    left: 0;
    width: 100%;
    background: #363636; /* Change to match branding */
    color: #fff;
    padding: 10px 0;
    text-align: center;
    transition: top 0.3s ease-in-out;
    z-index: 999;
}/* End custom CSS */