.clients.element-one .clients-item > .holder,
.clients.element-two .clients-item > .holder {
    height: 100px !important;
}

.ani0 {
  width:500px;
  height:500px;
  border:4px solid #dcdee82b;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:50%
}
.circle0 {
  width:100px;
  height:134px;
  position:absolute;
  z-index:99;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  margin:auto;
  animation:120s linear -20s infinite circle0
}
@keyframes circle0 {
  0% {
    transform:rotate(0) translate(-250px) rotate(0)
  }
  100% {
    transform:rotate(360deg) translate(-250px) rotate(-360deg)
  }
}
.ani1 {
  width:500px;
  height:500px;
  border:4px solid #dcdee82b;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:50%
}
.circle1 {
  width:100px;
  height:134px;
  position:absolute;
  z-index:-99;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  margin:auto;
  animation:120s linear -80s infinite circle1
}
@keyframes circle1 {
  0% {
    transform:rotate(0) translate(-250px) rotate(0)
  }
  100% {
    transform:rotate(360deg) translate(-250px) rotate(-360deg)
  }
}
.ani2 {
  width:360px;
  height:360px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:50%;
  box-shadow:0 0 66px #7b90d
}
.circle2 {
  width:100px;
  height:134px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  z-index:99;
  margin:auto;
  animation:120s linear infinite circle2
}
@keyframes circle2 {
  0% {
    transform:rotate(0) translate(-180px) rotate(0)
  }
  100% {
    transform:rotate(360deg) translate(-180px) rotate(-360deg)
  }
}
.ani3 {
  width:360px;
  height:360px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:50%;
  box-shadow:0 0 100px #a9bafc
}
.circle3 {
  width:100px;
  height:134px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  z-index:99;
  margin:auto;
  animation:120s linear -60s infinite circle3
}
@keyframes circle3 {
  0% {
    transform:rotate(0) translate(-180px) rotate(0)
  }
  100% {
    transform:rotate(360deg) translate(-180px) rotate(-360deg)
  }
}
.ani4 {
  width:240px;
  height:240px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:50%;
  box-shadow:0 0 66px #7b90d
}
.circle4 {
  width:100px;
  height:134px;
  position:absolute;
  z-index:99;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  margin:auto;
  animation:120s linear -30s infinite circle4
}
@keyframes circle4 {
  0% {
    transform:rotate(0) translate(-120px) rotate(0)
  }
  100% {
    transform:rotate(360deg) translate(-120px) rotate(-360deg)
  }
}
.ani5 {
  width:240px;
  height:240px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:50%;
  box-shadow:0 0 150px #99aefc
}
.circle5 {
  width:100px;
  height:134px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:99;
  overflow:hidden;
  margin:auto;
  animation:120s linear -90s infinite circle5
}
@keyframes circle5 {
  0% {
    transform:rotate(0) translate(-120px) rotate(0)
  }
  100% {
    transform:rotate(360deg) translate(-120px) rotate(-360deg)
  }
}
.ani7 {
  width:130px;
  height:130px;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  border-radius:50%;
  box-shadow:0 0 83px #2b53de
}
.circle7 {
  width:100px;
  height:100px;
  position:absolute;
  z-index:99;
  top:0;
  bottom:0;
  left:0;
  right:0;
  overflow:hidden;
  margin:auto;
  animation:10s linear infinite circle7
}