.elementor-kit-28{--e-global-color-primary:#228B22;--e-global-color-secondary:#414141;--e-global-color-text:#282828;--e-global-color-accent:#228B22;--e-global-color-8e6a1f1:#F9F6EB;--e-global-color-9320fd7:#FFFFFF;--e-global-color-3172996:#000000;--e-global-color-5bb712a:#F7F7F7;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:500;--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;color:#1A1A1A;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-28 button,.elementor-kit-28 input[type="button"],.elementor-kit-28 input[type="submit"],.elementor-kit-28 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Roboto", Sans-serif;font-size:15px;font-weight:500;text-transform:uppercase;line-height:24px;letter-spacing:1.6px;color:#F1F1F1;}.elementor-kit-28 button:hover,.elementor-kit-28 button:focus,.elementor-kit-28 input[type="button"]:hover,.elementor-kit-28 input[type="button"]:focus,.elementor-kit-28 input[type="submit"]:hover,.elementor-kit-28 input[type="submit"]:focus,.elementor-kit-28 .elementor-button:hover,.elementor-kit-28 .elementor-button:focus{background-color:var( --e-global-color-3172996 );color:#FFFFFF;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.elementor-kit-28 a{color:var( --e-global-color-primary );}.elementor-kit-28 a:hover{color:#0565FD;}.elementor-kit-28 h1{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-28 h2{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-28 h3{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-28 h4{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-28 h5{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-kit-28 h6{font-family:"Roboto", Sans-serif;font-weight:500;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.marquee-wrapper {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  animation: scroll-left 15s linear infinite;
}

.marquee-content .elementor-icon-list-items {
  display: inline-flex;
  gap: 50px; /* Adjust spacing between icons */
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}/* End custom CSS */