.clients-section { padding: 80px 0; background: #FFF; }
.clients-section-inner { display: flex; align-items: center; }
.clients-section .clients-left { width: 35%; padding: 40px; color: #FFF; background-color: #00a0e3; float: left; height: 360px; display: flex; align-items: center; }
.clients-section .clients-left h3 { margin: 0; font-weight: normal; }
.clients-section .clients-right { width: 65%; overflow: hidden; float: left; position: relative; }
.clients-section .world-map { margin-top: 20px; text-align: center; }
@keyframes rowLeft {
    from { right: -150px; }
    to { right: 950px; }
}
@-webkit-keyframes rowLeft {
	from { right: -150px; }
    to { right: 950px; }
}

.clients-row {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
    margin-bottom: 20px;
}

.clients-row:nth-child(4) {
    margin-bottom: 0;
}

.clients-row img {                    
    position: absolute;
    right: -150px;
      max-height: 60px;
    max-width: 150px;
    width: auto;
    height: auto;
  filter: grayscale(100%);
  -webkit-animation: rowLeft 32s infinite linear;
          animation: rowLeft 32s infinite linear;
}
.clients-row img:nth-child(1) {
    -webkit-animation-delay: -8s;
            animation-delay: -8s;
}
.clients-row img:nth-child(2) {
    -webkit-animation-delay: -16s;
            animation-delay: -16s;
}
.clients-row img:nth-child(3) {
    -webkit-animation-delay: -24s;
            animation-delay: -24s;
}
.clients-row img:nth-child(4) {
    -webkit-animation-delay: -32s;
            animation-delay: -32s;
}
.clients-row img:nth-child(5) {
    -webkit-animation-delay: -40s;
            animation-delay: -40s;
}
.clients-row img:nth-child(6) {
    -webkit-animation-delay: -48s;
            animation-delay: -48s;
}
.clients-row img:nth-child(7) {
    -webkit-animation-delay: -56s;
            animation-delay: -56s;
}
.clients-row img:nth-child(8) {
    -webkit-animation-delay: -64s;
            animation-delay: -64s;
}
.clients-row img:nth-child(9) {
    -webkit-animation-delay: -72s;
            animation-delay: -72s;
}
.clients-row img:nth-child(10) {
    -webkit-animation-delay: -80s;
            animation-delay: -80s;
}
.clients-row img:nth-child(11) {
    -webkit-animation-delay: -88s;
            animation-delay: -88s;
}
.clients-row img:nth-child(12) {
    -webkit-animation-delay: -96s;
            animation-delay: -96s;
}
.clients-row img:nth-child(13) {
    -webkit-animation-delay: -104s;
            animation-delay: -104s;
}
.clients-row img:nth-child(14) {
    -webkit-animation-delay: -112s;
            animation-delay: -112s;
}
.clients-row img:nth-child(15) {
    -webkit-animation-delay: -120s;
            animation-delay: -120s;
}
.clients-row img:nth-child(16) {
    -webkit-animation-delay: -128s;
            animation-delay: -128s;
}
.clients-row img:nth-child(17) {
    -webkit-animation-delay: -136s;
            animation-delay: -136s;
}
.clients-row img:nth-child(18) {
    -webkit-animation-delay: -144s;
            animation-delay: -144s;
}
.clients-row img:nth-child(19) {
    -webkit-animation-delay: -152s;
            animation-delay: -152s;
}
.clients-row img:nth-child(20) {
    -webkit-animation-delay: -160s;
            animation-delay: -160s;
}

.fade {
    background: -webkit-linear-gradient(
180deg,#fff 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#fff 100%);
    background: linear-gradient(
-90deg,#fff 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,0) 75%,#fff 100%); 
    height: 400px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 200;
}

@media (max-width: 767px) {
  .clients-section { padding: 50px 0; }
  .clients-row img { width: 155px; height: auto; max-height: unset; }
  .clients-section-inner { flex-direction: column-reverse; }
  .clients-section .clients-left { width: 100%; height: auto; padding: 30px; }
  .clients-section .clients-right { width: 100%; }
}