.elementor-kit-8{--e-global-color-primary:#171717;--e-global-color-secondary:#000000;--e-global-color-text:#040404;--e-global-color-accent:#61CE70;--e-global-color-18728d7:#202020;--e-global-color-f9c8fdf:#196199;--e-global-color-0032389:#003366;--e-global-color-d8bc41e:#32C9E8;--e-global-color-9839e5f:#002244;--e-global-color-7903319:#3858E8;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-size:50px;--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:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-4402c31-font-family:"Poppins";--e-global-typography-4402c31-font-size:45px;--e-global-typography-4402c31-font-weight:700;--e-global-typography-f21bca5-font-family:"Poppins";--e-global-typography-f21bca5-font-size:16px;--e-global-typography-f21bca5-font-weight:400;--e-global-typography-eb632ce-font-family:"Poppins";--e-global-typography-eb632ce-font-size:36px;--e-global-typography-eb632ce-font-weight:700;background-color:#FFFFFF;color:#1A1A1A;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:#11A9C8;font-weight:600;}.elementor-kit-8 h2{color:#1F1F1F;font-family:"Poppins", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-8 h3{color:#0F0F0F;font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;}.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 .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-8{--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:15px;--e-global-typography-4402c31-font-size:28px;--e-global-typography-f21bca5-font-size:15px;--e-global-typography-eb632ce-font-size:24px;}.elementor-kit-8 h2{font-size:25px;}.elementor-kit-8 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Optional: make the accordion title look like a "Read more" text link */
.readmore-accordion .elementor-tab-title{
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  gap: 8px;
  cursor: pointer;
}

.readmore-accordion .elementor-accordion-icon{
  display: none !important; /* hide the default accordion icon */
}

/* Optional spacing for the expanded text */
.readmore-accordion .elementor-tab-content{
  border: 0 !important;
  padding: 10px 0 0 0 !important;
}



.header-transparent,
.header-solid{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
transition: opacity .25s ease, transform .25s ease;
}

/* solid header hidden by default */
.header-solid{
opacity: 0;
pointer-events: none;
transform: translateY(-6px);
}

/* prevent page content hiding behind fixed header /
body{
padding-top: 90px; / change this to your header height */
}/* End custom CSS */