@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}


@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #f3f4fc;
  }

  70% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}











:where([data-lb-section="testimonials-yop"]) .digital_modules {
  display: block;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 50px;
}
:where([data-lb-section="testimonials-yop"]) .digital_modules .reporting_area h2 {
  font: 500 36px/45px "Poppins", sans-serif;
  color: #181818;
  max-width: 430px;
  padding: 25px 0;
}
:where([data-lb-section="testimonials-yop"]) .digital_modules .reporting_area p {
  max-width: 515px;
  padding-bottom: 10px;
}
:where([data-lb-section="testimonials-yop"]) .digital_modules .reporting_img {
  float: right;
  position: relative;
  padding-bottom: 90px;
  padding-left: 30px;
  margin-right: 40px;
}
:where([data-lb-section="testimonials-yop"]) .digital_modules .reporting_img img {
  max-width: 100%;
}




:where([data-lb-section="testimonials-yop"]) .testimonial_area {
  display: block;
  overflow: hidden;
  background: #f7f9ff;
  padding: 90px 0 30px;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_img img {
  margin-left: -40px;
  animation: float-bob-y infinite 2s linear;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s {
  padding-left: 35px;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s h2 {
  font: 500 35px/45px "Poppins", sans-serif;
  color: #181818;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s p {
  font-size: 18px;
  padding: 30px 0;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .author {
  text-align: center;
  max-width: 250px;
  padding-bottom: 40px;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .author a {
  font: 400 20px/1 "Poppins", sans-serif;
  color: rgba(36, 36, 37, 0.902);
  display: block;
  padding-bottom: 10px;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .author a:hover, :where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .author a:focus {
  color: #1be394;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .author h6 {
  font: 400 18px/1 "Poppins", sans-serif;
  color: #1be394;
  padding-bottom: 30px;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .author img {
  border-radius: 50%;
  box-shadow: 0px 22px 28px 0px rgba(83, 83, 83, 0.35);
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .carousel-indicators {
  display: block;
  left: auto;
  margin: 0;
  right: 0;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .carousel-indicators li {
  display: block;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #ffe2dd;
  border: 3px solid #f7f9ff;
  margin-bottom: 6px;
  transition: all 300ms linear 0s;
}
:where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .carousel-indicators li:hover, :where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .carousel-indicators li:focus, :where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s .carousel-indicators li.active {
  background: #ff9a89;
  border-color: #ff9a89;
}
























@media (max-width: 1199px) {

  :where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_img img {
    margin: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  :where([data-lb-section="testimonials-yop"]) .digital_modules .reporting_img {
    margin: 0;
    padding-top: 50px;
    float: none;
  }
  :where([data-lb-section="testimonials-yop"]) .digital_modules .reporting_area p {
    max-width: 100%;
  }

  :where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s {
    padding: 0;
  }
}
@media (max-width: 767px) {

   :where([data-lb-section="testimonials-yop"]) .digital_modules .reporting_area h2 {
    font-size: 25px;
    line-height: 30px;
  }

  :where([data-lb-section="testimonials-yop"]) .pf_2 {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {

  :where([data-lb-section="testimonials-yop"]) .testimonial_area .testimonial_s h2 {
    font-size: 25px;
    line-height: 30px;
  }
}