@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="blog-yop"]) .digital_modules {
  display: block;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 50px;
}
:where([data-lb-section="blog-yop"]) .digital_modules .tittle {
  text-align: center;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}
:where([data-lb-section="blog-yop"]) .digital_modules .tittle h2 {
  font: 500 36px/45px "Poppins", sans-serif;
  color: #181818;
  padding-bottom: 20px;
}
:where([data-lb-section="blog-yop"]) .digital_modules .tittle p {
  font-size: 18px;
  max-width: 590px;
  margin: 0 auto;
}
:where([data-lb-section="blog-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="blog-yop"]) .digital_modules .reporting_area p {
  max-width: 515px;
  padding-bottom: 10px;
}
:where([data-lb-section="blog-yop"]) .digital_modules .reporting_img {
  float: right;
  position: relative;
  padding-bottom: 90px;
  padding-left: 30px;
  margin-right: 40px;
}
:where([data-lb-section="blog-yop"]) .digital_modules .reporting_img img {
  max-width: 100%;
}














:where([data-lb-section="blog-yop"]) .our_blog_area {
  display: block;
  overflow: hidden;
  padding: 90px 0 70px;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .tittle {
  text-align: center;
  padding-bottom: 70px;
  display: block;
  overflow: hidden;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .tittle h2 {
  font: 500 36px/45px "Poppins", sans-serif;
  color: #181818;
  padding-bottom: 20px;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .tittle p {
  font-size: 18px;
  max-width: 590px;
  margin: 0 auto;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item {
  margin-bottom: 30px;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_img {
  display: block;
  overflow: hidden;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont {
  box-shadow: 0px 0px 18px 0px rgba(214, 214, 214, 0.45);
  padding: 35px;
  padding-bottom: 45px;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont .heding {
  font: 500 20px/28px "Poppins", sans-serif;
  color: #242425;
  display: block;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont .heding:hover, :where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont .heding:focus {
  color: #5079f7;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont h6 {
  font: 400 16px/1 "Poppins", sans-serif;
  color: rgba(24, 24, 24, 0.8);
  padding: 20px 0 40px;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont h6 a {
  color: rgba(24, 24, 24, 0.8);
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont h6 a:hover, :where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont h6 a:focus {
  color: #5079f7;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont .get_btn {
  font: 400 16px/1 "Poppins", sans-serif;
  color: #242425;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont .get_btn i {
  color: #1be394;
  padding-left: 7px;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont .get_btn:hover, :where([data-lb-section="blog-yop"]) .our_blog_area .blog_item .blog_cont .get_btn:focus {
  color: #1be394;
}
:where([data-lb-section="blog-yop"]) .our_blog_area .blog_item:hover .blog_img img, :where([data-lb-section="blog-yop"]) .our_blog_area .blog_item:focus .blog_img img {
  transform: scale3D(1.2, 1.2, 2);
}














@media (max-width: 991px) {
  :where([data-lb-section="blog-yop"]) .digital_modules .reporting_img {
    margin: 0;
    padding-top: 50px;
    float: none;
  }
  :where([data-lb-section="blog-yop"]) .digital_modules .reporting_area p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {

   :where([data-lb-section="blog-yop"]) .digital_modules .reporting_area h2 {
    font-size: 25px;
    line-height: 30px;
  }

  :where([data-lb-section="blog-yop"]) .digital_modules .tittle h2 {
    font-size: 25px;
    line-height: 30px;
  }
  :where([data-lb-section="blog-yop"]) .digital_modules .tittle p {
    font-size: 16px;
  }

  :where([data-lb-section="blog-yop"]) .pf_2 {
    padding-top: 30px;
  }

  :where([data-lb-section="blog-yop"]) .our_blog_area .blog_item {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}