@-webkit-keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.marquee{align-items:center;display:flex;justify-content:flex-start;overflow:hidden}.marquee .logo-strip-wrap{-webkit-animation:marquee 24s linear infinite;animation:marquee 24s linear infinite;transform:translateX(0);white-space:nowrap;will-change:transform}.logo-strip-section{display:none}.logo-strip-section .logo-strip-wrap{align-items:center;display:flex;justify-content:center;padding:10px 100px;width:100%}.logo-strip-section .logo-strip-wrap .logo-image-wrap{align-items:center;display:flex}.logo-strip-title h3{font-size:24px;font-weight:700;letter-spacing:2px;line-height:36px;margin:0 15px 0 0;text-transform:capitalize}.logo-strip-section .logo-strip-wrap .logo-image-wrap .logo-image{padding:0 15px}.logo-strip-section .logo-strip-wrap .logo-image-wrap .logo-image img{max-height:50px;max-width:170px;object-fit:contain}@media (max-width:1300px){.logo-strip-section .logo-strip-wrap+.logo-strip-wrap{display:none}.logo-strip-section .logo-strip-wrap{padding:10px}}@media (max-width:991px){.marquee .logo-strip-wrap{-webkit-animation:marquee 12s linear infinite;animation:marquee 12s linear infinite}}