.elementor-96 .elementor-element.elementor-element-318aed2{--display:flex;--min-height:0px;--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-96 .elementor-element.elementor-element-318aed2:not(.elementor-motion-effects-element-type-background), .elementor-96 .elementor-element.elementor-element-318aed2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-a235d15 */.marquee-container {
            width:100%;
            overflow: hidden;
            position: relative;
            padding: 1px;
            padding-bottom: 33px;
        }
        .marquee {
            display: inline-block;
            position: absolute;
            white-space: nowrap;
            animation: marquee 16s linear infinite;
            font-size: 14px;
            color: white; 
            font-weight: 600;
              text-transform: capitalize;

        }
        @keyframes marquee {
            0% { right: -100%; }
            50% { right: 0%; }
            100% { right: 100%; }
        }
        @media only screen and (max-width: 600px) {
             .marquee-container {
            width: 400%;
            overflow: hidden;
            position: relative;
            padding: 10px;
            padding-bottom: 50px;
        }
        }
               @media only screen and (max-width: 600px) {
                   .marquee {
            display: inline-block;
            position: absolute;
            white-space: nowrap;
            animation: marquee 16s linear infinite;
            font-size: 24px;
            color: white; 
            font-weight: 600;
              text-transform: capitalize;

        }
               }
               @media only screen and (max-width: 600px) { @keyframes marquee {
            0% { right: -100%; }
            50% { right: 0%; }
            100% { right: 100%; }
        }
            }/* End custom CSS */