.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#6ED5A6;--e-global-color-5d178e6:#210C6E;--e-global-color-3e62189:#BBBBBB;--e-global-color-40839b2:#292929;--e-global-color-1a24ae4:#562ABD;--e-global-color-7b9857b:#F8F7FF;--e-global-color-acabec4:#242327;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;--e-global-typography-e19c68e-font-family:"Azeret Mono";--e-global-typography-e19c68e-text-transform:uppercase;--e-global-typography-aa35ab1-font-family:"DM Sans";--e-global-typography-aa35ab1-font-size:1rem;--e-global-typography-00d802d-font-family:"Poppins";--e-global-typography-00d802d-font-size:clamp(1.875rem, 0.7212rem + 5.1282vw, 4.375rem);--e-global-typography-00d802d-font-weight:700;--e-global-typography-b49a022-font-family:"Poppins";--e-global-typography-b49a022-font-size:clamp(1.5625rem, 0.8413rem + 3.2051vw, 3.125rem);--e-global-typography-b49a022-font-weight:600;--e-global-typography-ae51a2d-font-family:"Poppins";--e-global-typography-ae51a2d-font-size:clamp(1.25rem, 0.9615rem + 1.2821vw, 1.875rem);--e-global-typography-9a70c89-font-family:"Poppins";--e-global-typography-9a70c89-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-cbff152-font-family:"Poppins";--e-global-typography-cbff152-font-size:1.2rem;--e-global-typography-fcd58b0-font-family:"DM Sans";--e-global-typography-fcd58b0-font-size:1rem;--e-global-typography-fcd58b0-font-weight:600;--e-global-typography-cf05997-font-family:"DM Sans";--e-global-typography-cf05997-font-size:1.125rem;--e-global-typography-49f9efd-font-family:"DM Sans";--e-global-typography-49f9efd-font-size:0.875rem;background-color:var( --e-global-color-5d178e6 );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 a{color:#6ED5A6;}.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);}.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-4{--e-global-typography-aa35ab1-font-size:1.075rem;--e-global-typography-00d802d-font-size:clamp(1.875rem, 0.7212rem + 5.1282vw, 4.375rem);--e-global-typography-b49a022-font-size:clamp(1.5625rem, 0.8413rem + 3.2051vw, 3.125rem);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-aa35ab1-font-size:1.075rem;--e-global-typography-00d802d-font-size:clamp(1.875rem, 0.7212rem + 5.1282vw, 4.375rem);--e-global-typography-b49a022-font-size:clamp(1.5625rem, 0.8413rem + 3.2051vw, 3.125rem);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* shrinking header section */

.shrinker {
	background: transparent;
        height: (set your header height in pixels);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: #fff;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	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;
}


#hide-header {
    transition: top .3s;
    }
    
    

.hover2 {
     transition: all 0.3s ease;
}

.hover2:hover {
  transform: translateY(-2px);
}

.hover1 {
     transition: all 0.3s ease;
}

.hover1:hover {
  transform: scale(1.02);
}

.hover3 {
     transition: all 0.3s ease;
}

.hover3:hover {
  transform: translateY(-5px);
}/* End custom CSS */