.elementor-19248 .elementor-element.elementor-element-424b8854{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19248 .elementor-element.elementor-element-424b8854:not(.elementor-motion-effects-element-type-background), .elementor-19248 .elementor-element.elementor-element-424b8854 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-87a4e26 );}.elementor-19248 .elementor-element.elementor-element-f5cc759{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19248 .elementor-element.elementor-element-6f494d76{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-424b8854 */.news-ticker .elementor-widget, .news-ticker span{
    margin-right: 0px!important;
}
.news-ticker .elementor-countdown-item:not(:last-of-type) span::after {
    content:":";
    margin-left: 2px;
}
.news-ticker p {
    margin-block-end:0px;
    margin-right: 30px!important;
   font-family:  "Youth", Sans-serif;
}
@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}
.news-ticker {
  width: 100%;
  overflow-x: hidden;
}
.news-ticker-items {
  display: flex;
  width: 4080px;
  animation-name: infiniteScroll;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.news-ticker-item {
  white-space: nowrap;
}
@media (max-width:1024px){
    .news-ticker-items {
  width: 4070px;
  animation-name: infiniteScroll;
  animation-duration: 30s;}
}
@media (max-width:767px){
    .news-ticker-items {
  width: 4090px;
  animation-name: infiniteScroll;
  animation-duration: 30s;}
}/* End custom CSS */