.tech_list{padding:0;position:relative}.scroller__inner{align-items:center;animation:Scroll 40s linear infinite;animation-direction:reverse;display:flex;gap:17px;justify-content:center}.scroller[data-animated=true] .scroller__inner{animation:scroll var(--_animation-duration,80s) var(--_animation-direction,forwards) linear infinite;flex-wrap:nowrap;width:max-content}.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=fast]{--_animation-duration:20s}.scroller[data-speed=slow]{--_animation-duration:60s}@keyframes scroll{to{transform:translate(calc(-50% - 8.5px))}}.tech_list.scroller .logos_inner{background-color:var(--primary_color)}.service-count-section .heading-count .count-text span{margin-left:10px}@media (max-width:767px){.scroller__inner{animation:Scroll 17s linear infinite;animation-direction:reverse}}