.ova-road-map {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .ova-road-map {
    padding-left: 40px;
  }
}
.ova-road-map .triangle-topright {
  position: absolute;
  width: 0;
  height: 0;
  left: -35px;
  top: 20px;
  z-index: 9;
  border-top: 35px solid #fff;
  border-left: 35px solid transparent;
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}
.ova-road-map .triangle-topleft {
  position: absolute;
  width: 0;
  height: 0;
  right: -35px;
  top: 20px;
  z-index: 9;
  border-top: 35px solid #fff;
  border-right: 35px solid transparent;
  filter: drop-shadow(0px 10px 60px rgba(0, 0, 0, 0.07));
}
.ova-road-map .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background-color: var(--secondary);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.ova-road-map .icon i {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .ova-road-map .icon {
    left: 40px;
  }
}
.ova-road-map .road-map-wrapper {
  padding: 20px 0;
}
.ova-road-map .road-map-wrapper .timeline-column .date {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--heading);
  font-weight: 700;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.12);
  z-index: 99;
}
.ova-road-map .road-map-wrapper .timeline-column .date.active {
  color: #fff;
  background-color: var(--primary);
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: relative;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  bottom: 0;
  border-left: 2px solid rgba(29, 27, 26, 0.1019607843);
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left:before {
    left: 0;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left:first-child:before {
  height: 130%;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left:not(:last-child) {
  padding-bottom: 70px;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left:last-child:before {
  height: 140%;
  top: 0;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left:not(:first-child):before {
  height: 128%;
  top: 0;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info {
    width: 100%;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info {
  position: relative;
  margin-left: 105px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info {
    margin-left: 80px;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content {
  display: flex;
  align-items: center;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .img {
  flex-shrink: 0;
  width: 220px;
  height: 152px;
}
@media screen and (max-width: 767px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .img {
    display: none;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .content {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .content {
    padding: 20px;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .content .title {
  margin: 0;
  font-size: 20px;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info .timeline-content .content .desc {
  margin: 0;
  margin-top: 10px;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .date {
  left: -40px;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .triangle-topright {
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .triangle-topleft {
    visibility: hidden;
  }
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .triangle-topright {
    visibility: visible;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 50%;
  bottom: 0;
  border-left: 2px solid rgba(29, 27, 26, 0.1019607843);
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right:before {
    left: 0;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right:not(:last-child) {
  padding-bottom: 70px;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right:last-child:before {
  height: 140%;
  top: 0;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info {
    width: 100%;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info {
  position: relative;
  padding: 20px;
  margin-right: 105px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info {
    margin-right: 0;
    margin-left: 105px;
  }
}
@media screen and (max-width: 767px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info {
    margin-left: 80px;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .img {
  flex-shrink: 0;
  width: 220px;
  height: 152px;
}
@media screen and (max-width: 767px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .img {
    display: none;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .content {
  text-align: right;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .content {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .content {
    padding: 20px;
  }
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .content .title {
  margin: 0;
  font-size: 20px;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info .timeline-content .content .desc {
  margin: 0;
  margin-top: 10px;
}
.ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .date {
  right: -40px;
}
@media screen and (max-width: 1200px) {
  .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .date {
    left: -40px;
    right: unset;
  }
}

.rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info {
  margin-left: 0;
  margin-right: 105px;
}
@media screen and (max-width: 1200px) {
  .rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info {
    margin-right: 0;
    margin-left: 105px;
  }
}
@media screen and (max-width: 767px) {
  .rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .content-info {
    margin-left: 80px;
  }
}
.rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .date {
  left: unset;
  right: -40px;
}
@media screen and (max-width: 1200px) {
  .rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-left .timeline-info .date {
    left: -40px;
    right: unset;
  }
}
.rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info {
  margin-left: 105px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .content-info {
    margin-left: 80px;
  }
}
.rtl .ova-road-map .road-map-wrapper .timeline-column .timeline-item-right .timeline-info .date {
  left: -40px;
  right: unset;
}