@keyframes slides{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.logos{overflow:hidden;position:relative;white-space:nowrap;width:100%}.logos:after,.logos:before{content:"";height:100%;position:absolute;top:0;width:100px;z-index:2}.logos:before{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);left:0}.logos:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);right:0}.logo_items{animation:slides 20s linear infinite;display:flex;min-width:100%}.logos:hover .logo_items{animation-play-state:paused}.logo-sldr-hme-otr{padding:80px 0}.logo_items img{filter:grayscale(100%);height:70px!important;margin:0 40px;padding:5px;transition:all .4s ease}.logo_items img:hover{filter:grayscale(0);transform:scale(1.3)}.logo-sldr-hme-hdg{text-align:center}.logo-sldr-hme-hdg h4>span{color:#fc1919;font-weight:700}@media(max-width:767px){.logo_items img{margin:0 20px}.logo_items{animation:slides 6s linear infinite}}