.elementor-kit-104{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-170deef:#2098BF;--e-global-color-7bd96c1:#025383;--e-global-color-0c408db:#218EB5;--e-global-color-ea46e31:#05D6CE;--e-global-color-acf8033:#FEBC28;--e-global-color-1a083c1:#FF9F2C;--e-global-typography-primary-font-family:"urw-din";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-104 e-page-transition{background-color:#FFBC7D;}.elementor-kit-104 a{color:#FFFFFF;}.elementor-kit-104 a:hover{color:var( --e-global-color-ea46e31 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* shrinking header section */

.sticky-header {
	background: transparent;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.sticky-header.elementor-sticky--effects {
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	
	
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
	
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;

}

/* shrinking logo image */

.logo img {
	width: 300px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.sticky-header.elementor-sticky--effects img {
	width: 250px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;/* End custom CSS */