.wave-wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.wave-wrap .wave-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
}
.wave-wrap .wave-inner .wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat !important;
  background-position: 0 bottom !important;
  transform-origin: center bottom !important;
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.wave-wrap .wave-inner .wave.waveone {
  -webkit-animation: move_wave 30s linear infinite;
          animation: move_wave 30s linear infinite;
  background-size: 50% 132px !important;
  -webkit-animation: move_wave 25s linear infinite;
          animation: move_wave 25s linear infinite;
  background-size: 50% 132px;
  background-image: url(assets/images/shape/waveone.png);
}
.wave-wrap .wave-inner .wave.wavetwo {
  -webkit-animation: move_wave 30s linear infinite;
          animation: move_wave 30s linear infinite;
  background-size: 50% 132px !important;
  animation: move_wave 30s linear infinite;
  background-size: 50% 132px;
  background-image: url(assets/images/shape/wavetwo.png);
}
.wave-wrap .wave-inner.bgone {
  z-index: 2;
  opacity: 0.6;
  z-index: 2;
  opacity: 0.6;
}
.wave-wrap .wave-inner.bgtwo {
  z-index: 1;
  opacity: 0.7;
  z-index: 1;
  opacity: 0.7;
}

.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner {
  width: 300%;
}
.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.waveone {
  -webkit-animation: move_wave 20s linear infinite;
          animation: move_wave 20s linear infinite;
  background-size: 50% 58px !important;
}
.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.wavetwo {
  -webkit-animation: move_wave 15s linear infinite;
          animation: move_wave 15s linear infinite;
  background-size: 50% 66px !important;
}