.elementor-kit-1416{--e-global-color-primary:#00A0DC;--e-global-color-secondary:#111111;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--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;color:#FFFFFF;font-family:"Barlow", Sans-serif;font-weight:500;background-color:#111111;}.elementor-kit-1416 a{color:var( --e-global-color-primary );}.elementor-kit-1416 a:hover{color:#FFFFFF;}.elementor-kit-1416 h1{color:#FFFFFF;font-family:"Barlow Condensed", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-kit-1416 h2{color:#FFFFFF;font-family:"Barlow Condensed", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-kit-1416 h3{color:#FFFFFF;font-family:"Barlow Condensed", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-kit-1416 h4{color:#FFFFFF;font-family:"Barlow Condensed", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-kit-1416 h5{color:#FFFFFF;font-family:"Barlow Condensed", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-kit-1416 h6{color:#FFFFFF;font-family:"Barlow Condensed", Sans-serif;font-weight:800;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1416 e-page-transition{background-color:#FFBC7D;}@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 */.elementor-widget-text-editor p:last-child{
    margin-bottom:0px;
}

/* Custom CSS for the carousel container */
.carousel-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  align-items:center !important;
  align-content:center !important;
}

.carousel-track {
  display: flex;
  animation: scroll-left linear infinite;
  animation-duration: 30s; /* Adjust the speed */
}

.carousel-item {
  display: inline-block;
  width: auto;
  flex: none;
  align-items:center;
  margin-left:79px;
  margin-right: 79px; /* Gap between items */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 8px)); /* Adjusted for gap */
  }
}

/* Custom CSS for the carousel container */
.carousel-container2 {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  align-items:center !important;
  align-content:center !important;
}

.carousel-track2 {
  display: flex;
  animation: scroll-left linear infinite;
  animation-duration: 30s; /* Adjust the speed */
}

.carousel-item2 {
  display: inline-block;
  width: auto;
  flex: none;
  align-items:center;
  margin-left:1.6495vw;
  margin-right: 1.6495vw; /* Gap between items */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 8px)); /* Adjusted for gap */
  }
}

.text-stroke {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFFFFF;
    text-stroke-width: 2px; /* Fallback for non-Webkit browsers */
    text-stroke-color: #FFFFFF;
    color: transparent;
}/* End custom CSS */