/*----------------------------------------*/
/*  7.8 cta css
/*----------------------------------------*/
.ca-cta-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 40%;
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
  animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ca-cta-shape-2 {
  -webkit-animation: levitate-lg 4s ease-in-out infinite;
  animation: levitate-lg 4s ease-in-out infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ca-cta-scale {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
  z-index: -1;
}

