.ova-image-customize {
  position: relative;
  display: flex;
}
.ova-image-customize a,
.ova-image-customize .image-box {
  position: relative;
  display: flex;
}
.ova-image-customize a img,
.ova-image-customize .image-box img {
  display: block;
  object-fit: cover;
}
.ova-image-customize .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #9F2FFF;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ova-image-customize:hover .overlay {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ova-image-customize .ova-template2 {
  width: 455px;
  height: 455px;
  position: relative;
  animation: load 500s linear infinite;
}
@media (max-width: 767px) {
  .ova-image-customize .ova-template2 {
    animation: unset;
    display: none;
  }
}
.ova-image-customize .ova-template2 .image-box {
  border-radius: 50%;
  width: 455px;
  height: 455px;
  position: relative;
  animation: load 60s linear infinite;
}
@media (max-width: 767px) {
  .ova-image-customize .ova-template2 .image-box {
    display: none;
  }
}
.ova-image-customize .ova-template2 .image-box img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.ova-image-customize .ova-template2 .image-box-2 {
  width: 100px;
  height: 100px;
  animation: load 120s linear infinite;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.ova-image-customize .ova-template2 .image-box-2.a {
  position: absolute;
  top: -95px;
  right: 0;
}
.ova-image-customize .ova-template2 .image-box-2.b {
  position: absolute;
  bottom: -95px;
  right: 0px;
}
.ova-image-customize .ova-template2 i {
  display: inline-block;
  font-size: 96px;
  position: absolute;
  top: 36%;
  right: -150px;
  color: #B879E9;
}
.ova-image-customize .ova-template2:before {
  content: "";
  width: 145%;
  height: 145%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #B879E9;
}
@media (max-width: 767px) {
  .ova-image-customize .ova-template2:before {
    content: unset;
  }
}
.ova-image-customize .image-ver2 {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .ova-image-customize .image-ver2 {
    position: relative;
  }
}
.ova-image-customize .image-ver2 img {
  border-radius: 50%;
  width: 455px;
  height: 455px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ova-image-customize .image-ver2 img {
    width: 300px;
    height: 300px;
  }
}
@keyframes load {
  to {
    transform: rotate(3turn);
  }
}

.column_height_100_percent .elementor-widget {
  height: 100%;
}
.column_height_100_percent .elementor-widget .elementor-widget-container {
  height: 100%;
}