.elementor-367 .elementor-element.elementor-element-ba68ca8{--display:flex;--min-height:230px;--justify-content:center;--overflow:hidden;--margin-top:-60px;--margin-bottom:-60px;--margin-left:0px;--margin-right:0px;--z-index:400;}.elementor-367 .elementor-element.elementor-element-2061d03e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-2061d03e:not(.elementor-motion-effects-element-type-background), .elementor-367 .elementor-element.elementor-element-2061d03e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-367 .elementor-element.elementor-element-2061d03e.e-con{--e-con-transform-rotateZ:-3deg;--e-con-transform-scale:1.05;}.elementor-367 .elementor-element.elementor-element-eee3805{--display:flex;--min-height:100px;--justify-content:center;--overflow:hidden;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-367 .elementor-element.elementor-element-eee3805:not(.elementor-motion-effects-element-type-background), .elementor-367 .elementor-element.elementor-element-eee3805 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}@media(min-width:901px){.elementor-367 .elementor-element.elementor-element-2061d03e{--width:100%;}}@media(max-width:900px){.elementor-367 .elementor-element.elementor-element-ba68ca8{--width:100%;--min-height:126px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-367 .elementor-element.elementor-element-2061d03e{--width:105%;--margin-top:0px;--margin-bottom:0px;--margin-left:-6px;--margin-right:0px;}.elementor-367 .elementor-element.elementor-element-eee3805{--width:100%;--min-height:80px;}}/* Start custom CSS for html, class: .elementor-element-2575cc32 */.scrolling-text {
  overflow: hidden;
  position: relative;
  background: #fff; /* optional */

}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 0%;
  animation: marquee 300s linear infinite !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    padding-left: 0%;
    animation: marquee 300s linear infinite;
    font-size: 46px;
    background-color: #f24648;
    color: #ffffff;
    font-family: 'Gobold';
    text-transform: uppercase;
}

/* Tablet */
@media (max-width: 1024px) {
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    padding-left: 0%;
    animation: marquee 300s linear infinite;
    font-size: 36px;
    background-color: #f24648;
    color: #ffffff;
    font-family: 'Gobold';
    text-transform: uppercase;
}
}

/* Mobile */
@media (max-width: 768px) {
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    padding-left: 0%;
    animation: marquee 300s linear infinite;
    font-size: 26px;
    background-color: #f24648;
    color: #ffffff;
    font-family: 'Gobold';
    text-transform: uppercase;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-eee3805 */.scrolling-text {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  white-space: nowrap;
}

.scrolling-text h2 {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}

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