.ova_project_single .project-img img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 20px;
}
.ova_project_single .project-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
}
.ova_project_single .ova-next-pre-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid rgb(223, 227, 234);
  border-top: 1px solid rgb(223, 227, 234);
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .ova_project_single .ova-next-pre-post {
    margin-bottom: 90px;
  }
}
.ova_project_single .ova-next-pre-post a {
  color: var(--heading);
  font-weight: bold;
}
.ova_project_single .ova-next-pre-post .num-pre {
  margin-left: 15px;
}
.ova_project_single .ova-next-pre-post .num-next {
  margin-right: 15px;
}
.ova_project_single .ova-next-pre-post .icon {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(19, 34, 60, 0.2);
}
.ova_project_single .ova-next-pre-post .icon:hover {
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
}
.ova_project_single .ova-next-pre-post .icon:hover i {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova_project_single .ova-next-pre-post .icon i {
  transition: all 0.3s ease;
  display: inline-flex;
  font-size: 20px;
  color: rgba(19, 34, 60, 0.2);
}

.archive_project {
  margin-bottom: 110px;
}
@media (max-width: 1024px) {
  .archive_project {
    margin-bottom: 80px;
  }
}
.archive_project .archive_project_content {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}
.archive_project .archive_project_content.two_column {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .archive_project .archive_project_content.two_column {
    grid-template-columns: auto;
  }
}
.archive_project .archive_project_content.three_column {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .archive_project .archive_project_content.three_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive_project .archive_project_content.three_column {
    grid-template-columns: auto;
  }
}
.archive_project .archive_project_content.four_column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .archive_project .archive_project_content.four_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .archive_project .archive_project_content.four_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .archive_project .archive_project_content.four_column {
    grid-template-columns: auto;
  }
}

.data-project {
  border-top: 5px solid var(--primary);
  background-color: var(--heading);
  padding: 50px;
}
@media (max-height: 420px) {
  .data-project {
    padding: 40px 30px;
  }
}
.data-project .item {
  margin-bottom: 20px;
}
.data-project .item .sub-title {
  font-weight: 600;
  color: #959ca9;
}
.data-project .item .title {
  margin: 0px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
}
.data-project ul.share-social-icons {
  margin: 8px 0 0 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.data-project ul.share-social-icons li {
  display: inline-block;
  margin-right: 12px;
}
.data-project ul.share-social-icons li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #101c30;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  transition: all 500ms ease;
}
.data-project ul.share-social-icons li a:hover {
  transition: all 500ms ease;
  background-color: var(--primary);
}

.ova-project-box-elementor {
  display: grid;
  grid-gap: 30px;
}
.ova-project-box-elementor.two_column {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .ova-project-box-elementor.two_column {
    grid-template-columns: auto;
  }
}
.ova-project-box-elementor.three_column {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .ova-project-box-elementor.three_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-project-box-elementor.three_column {
    grid-template-columns: auto;
  }
}
.ova-project-box-elementor.four_column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1260px) {
  .ova-project-box-elementor.four_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .ova-project-box-elementor.four_column {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-project-box-elementor.four_column {
    grid-template-columns: auto;
  }
}

.ova-project-filter-ajax {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .ova-project-filter-ajax {
    flex-flow: column;
  }
}
.ova-project-filter-ajax ul {
  list-style-type: none;
  padding: 0;
  margin: 0 30px 0 0;
  min-width: 300px;
}
@media (max-width: 1024px) {
  .ova-project-filter-ajax ul {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 10px 30px 0;
  }
}
.ova-project-filter-ajax ul li {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 30px;
  background-color: var(--background);
  color: var(--heading);
  border-left: 2px solid transparent;
  margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .ova-project-filter-ajax ul li {
    font-size: 16px;
  }
}
.ova-project-filter-ajax ul li.active-category {
  border-left: 2px solid var(--primary);
}
.ova-project-filter-ajax ul li:hover {
  transition: all 0.3s ease;
  border-left: 2px solid var(--primary);
}
.ova-project-filter-ajax ul li:hover .category {
  transition: all 0.2s ease;
}
.ova-project-filter-ajax ul li:hover .category-total {
  transition: all 0.2s ease;
}
.ova-project-filter-ajax ul li .category-total {
  transition: all 0.2s ease;
  display: inline-block;
  color: var(--heading);
  font-size: 12px;
  margin-left: 10px;
}
.ova-project-filter-ajax .content-item .owl-stage-outer .owl-stage .owl-item.first-active.active .project-slider .info a.next-button {
  transition: all 0.7s ease;
  right: 0;
  visibility: visible;
  opacity: 1;
}
.ova-project-filter-ajax .content-item .project-slider {
  position: relative;
  margin-bottom: 30px;
}
.ova-project-filter-ajax .content-item .project-slider:hover .info a.next-button {
  transition: all 0.7s ease;
  right: 0;
  visibility: visible;
  opacity: 1;
}
.ova-project-filter-ajax .content-item .project-slider .img-project {
  position: relative;
}
.ova-project-filter-ajax .content-item .project-slider .img-project img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.ova-project-filter-ajax .content-item .project-slider .info-wrapper {
  position: absolute;
  bottom: -30px;
  right: 40px;
  width: calc(100% - 40px);
  max-width: 320px;
}
.ova-project-filter-ajax .content-item .project-slider .info {
  transition: all 0.5s ease;
  position: relative;
  padding: 30px;
  background-color: var(--heading);
  border-left: 12px solid var(--primary);
}
@media (max-width: 767px) {
  .ova-project-filter-ajax .content-item .project-slider .info {
    border-left: 6px solid var(--primary);
  }
}
.ova-project-filter-ajax .content-item .project-slider .info .project-category {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
}
.ova-project-filter-ajax .content-item .project-slider .info .name {
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.ova-project-filter-ajax .content-item .project-slider .info .name:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-project-filter-ajax .content-item .project-slider .info a.next-button {
  transition: all 0.7s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 100%;
  right: 60px;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  font-size: 21px;
  line-height: 1;
  color: #fff;
}
.ova-project-filter-ajax .content-item .project-slider .info a.next-button i {
  display: inline-flex;
}
.ova-project-filter-ajax .content-item .project-slider .info a.next-button:hover {
  transition: all 0.5s ease;
  background-color: var(--heading);
}
@media (max-width: 767px) {
  .ova-project-filter-ajax .content-item .project-slider .info a.next-button {
    transition: all 0.7s ease;
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
.ova-project-filter-ajax .content-item .owl-dots {
  position: absolute;
  right: calc(100% + 290px);
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .ova-project-filter-ajax .content-item .owl-dots {
    position: static;
    margin: 30px 0 0 0;
  }
}
.ova-project-filter-ajax .content-item .owl-dots button {
  width: 8px;
  height: 8px;
  background-color: #89909d;
  margin: 0 3px;
  border-radius: 505;
}
.ova-project-filter-ajax .content-item .owl-dots button.active {
  background-color: var(--primary);
}

.fancybox-caption__body {
  font-size: 18px;
}

.ova-project-slider.ova-project-slider-template2 .owl-dots {
  position: absolute;
  margin: 0;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
}
.ova-project-slider.ova-project-slider-template2 .owl-stage-outer {
  padding: 60px 0 0 0;
}
.ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: -60px;
}
.ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template .info:before, .ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template .info:after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50.05%;
}
.ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template .info .category {
  transition: all 0.5s ease;
  color: var(--primary);
}
.ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template .info .title {
  transition: all 0.5s ease;
  color: #fff;
}
.ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template .info .decor-triangle {
  background-color: var(--primary);
}
.ova-project-slider.ova-project-slider-template2 .owl-item.active.center .ova-project-box-template a.next-button {
  transition: all 0.5s ease;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.ova-project-slider.ova-project-slider-template5 .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: -45px;
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .ova-project-slider.ova-project-slider-template5 .owl-dots {
    position: static;
    margin: 30px 0;
    transform: rotate(0deg);
  }
}
.ova-project-slider .owl-carousel .owl-nav button {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  position: absolute;
  top: -150px;
  right: 13%;
  width: 52px;
  height: 52px;
}
@media (max-width: 1024px) {
  .ova-project-slider .owl-carousel .owl-nav button {
    right: 0;
  }
}
.ova-project-slider .owl-carousel .owl-nav button.owl-prev, .ova-project-slider .owl-carousel .owl-nav button.owl-next {
  transition: all 0.3s ease;
  background-color: var(--heading);
}
.ova-project-slider .owl-carousel .owl-nav button.owl-prev:hover, .ova-project-slider .owl-carousel .owl-nav button.owl-next:hover {
  transition: all 0.3s ease;
  background-color: var(--primary);
}
.ova-project-slider .owl-carousel .owl-nav button.owl-prev:hover i, .ova-project-slider .owl-carousel .owl-nav button.owl-next:hover i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-project-slider .owl-carousel .owl-nav button.owl-prev {
  margin-right: 62px;
}
.ova-project-slider .owl-carousel .owl-nav button i {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 15px;
  color: #fff;
}
.ova-project-slider .owl-dots {
  text-align: center;
  margin: 30px 0 0 0;
}
.ova-project-slider .owl-dots .owl-dot {
  outline: none;
}
.ova-project-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  background: #89909d;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
}
.ova-project-slider .owl-dots .owl-dot.active span {
  background-color: var(--primary);
}

.ova-project-box-template1:hover .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova-project-box-template1:hover a.next-button {
  transition: all 0.5s ease;
  right: 0;
}
.ova-project-box-template1 .img-project {
  position: relative;
  background-color: var(--heading);
}
.ova-project-box-template1 .img-project img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}
.ova-project-box-template1 .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  padding: 40px;
  background-color: var(--heading);
}
.ova-project-box-template1 .info .category {
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary);
}
.ova-project-box-template1 .info .title {
  transition: all 0.3s ease;
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.ova-project-box-template1 .info .title:hover {
  transition: all 0.3s ease;
}
.ova-project-box-template1 a.next-button {
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 30px;
  top: -50px;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.ova-project-box-template1 a.next-button i {
  display: inline-flex;
}
.ova-project-box-template1 a.next-button:hover {
  transition: all 0.5s ease;
  background-color: var(--heading);
}

.ova-project-box-template2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  top: 0;
}
.ova-project-box-template2:hover .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova-project-box-template2:hover .info:before, .ova-project-box-template2:hover .info:after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50.05%;
}
.ova-project-box-template2:hover .info .category {
  transition: all 0.5s ease;
  color: var(--primary);
}
.ova-project-box-template2:hover .info .title {
  transition: all 0.5s ease;
  color: #fff;
}
.ova-project-box-template2:hover .info .decor-triangle {
  transition: all 0.5s ease;
  background-color: var(--primary);
}
.ova-project-box-template2:hover a.next-button {
  transition: all 0.5s ease;
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.ova-project-box-template2 .img-project {
  position: relative;
}
.ova-project-box-template2 .img-project img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}
.ova-project-box-template2 .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  padding: 30px 40px;
  background-color: var(--background);
}
.ova-project-box-template2 .info:before {
  position: absolute;
  content: "";
  background-color: var(--heading);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova-project-box-template2 .info:after {
  position: absolute;
  content: "";
  background-color: var(--heading);
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova-project-box-template2 .info .category {
  transition: all 0.5s ease;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--text);
}
.ova-project-box-template2 .info .title {
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--heading);
}
.ova-project-box-template2 .info .title:hover {
  transition: all 0.3s ease;
}
.ova-project-box-template2 .info .decor-triangle {
  transition: all 0.5s ease;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #dfe3ea;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.ova-project-box-template2 a.next-button {
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 70px;
  border-radius: 105px 105px 0 0;
  background-color: var(--primary);
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.ova-project-box-template2 a.next-button i {
  display: inline-flex;
}
.ova-project-box-template2 a.next-button:hover {
  transition: all 0.5s ease;
  background-color: var(--heading);
}

.ova-project-box-template3 {
  position: relative;
}
.ova-project-box-template3:hover .info {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.ova-project-box-template3:hover a.next-button {
  transition: all 0.7s ease;
  left: calc(100% - 80px);
}
.ova-project-box-template3 .img-project {
  position: relative;
  background-color: var(--heading);
}
.ova-project-box-template3 .img-project img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .ova-project-box-template3 .img-project img {
    height: 450px;
  }
}
.ova-project-box-template3 .info {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 35px 45px;
  background-color: var(--heading);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .ova-project-box-template3 .info {
    visibility: visible;
    padding: 35px;
    opacity: 1;
    bottom: 0;
  }
}
.ova-project-box-template3 .info .category {
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--primary);
}
.ova-project-box-template3 .info .title {
  transition: all 0.3s ease;
  margin: 5px 30px 0 0;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
}
.ova-project-box-template3 .info .title:hover {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .ova-project-box-template3 .info .title {
    margin: 5px 0 0 0;
  }
}
.ova-project-box-template3 a.next-button {
  transition: all 0.7s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
.ova-project-box-template3 a.next-button i {
  display: inline-flex;
}
.ova-project-box-template3 a.next-button:hover {
  transition: all 0.5s ease;
  background-color: var(--heading);
}
@media (max-width: 767px) {
  .ova-project-box-template3 a.next-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: calc(100% - 50px);
  }
}

.ova-project-box-template4 {
  position: relative;
}
.ova-project-box-template4:hover .img-project {
  transition: all 0.5s ease;
  border: 4px solid var(--primary);
}
.ova-project-box-template4:hover .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ova-project-box-template4:hover a.next-button {
  transition: all 0.5s ease;
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.ova-project-box-template4 .img-project {
  transition: all 0.5s ease;
  position: relative;
  border: 4px solid transparent;
}
.ova-project-box-template4 .img-project img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}
.ova-project-box-template4 .img-project:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 36.08%, rgba(0, 0, 0, 0) 74.47%);
}
.ova-project-box-template4 .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}
.ova-project-box-template4 .info .line {
  width: 25px;
  height: 2px;
  background-color: var(--primary);
  margin-bottom: 5px;
}
.ova-project-box-template4 .info .category {
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}
.ova-project-box-template4 .info .title {
  transition: all 0.3s ease;
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.ova-project-box-template4 .info .title:hover {
  transition: all 0.3s ease;
}
.ova-project-box-template4 a.next-button {
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 40px;
  top: 80px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary);
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.ova-project-box-template4 a.next-button i {
  display: inline-flex;
}
.ova-project-box-template4 a.next-button:hover {
  transition: all 0.5s ease;
  background-color: var(--heading);
}

.ova-project-box-template5 {
  position: relative;
}
.ova-project-box-template5:hover .info:before {
  transition: all 0.5s ease;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ova-project-box-template5:hover .info .title {
  transition: all 0.5s ease;
  color: #fff;
}
.ova-project-box-template5 .img-project {
  position: relative;
  background-color: var(--heading);
}
.ova-project-box-template5 .img-project img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.ova-project-box-template5 .info-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}
.ova-project-box-template5 .info {
  position: relative;
  padding: 24px 30px;
  background-color: #fff;
  text-align: center;
}
.ova-project-box-template5 .info:before {
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--primary);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.ova-project-box-template5 .info .title {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--heading);
}
.ova-project-box-template5 .info .title:hover {
  transition: all 0.3s ease;
}

.ova-project-box-template6 {
  position: relative;
  overflow: hidden;
}
.ova-project-box-template6:hover .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.ova-project-box-template6 .img-project {
  position: relative;
  background-color: var(--heading);
}
.ova-project-box-template6 .img-project img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .ova-project-box-template6 .img-project img {
    height: 420px;
  }
}
.ova-project-box-template6 .info {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  left: 20px;
  bottom: -30px;
  padding: 50px;
  width: calc(100% - 40px);
  opacity: 0;
  visibility: hidden;
  background-color: var(--heading);
}
@media (max-width: 767px) {
  .ova-project-box-template6 .info {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}
@media (max-width: 420px) {
  .ova-project-box-template6 .info {
    padding: 40px 30px;
  }
}
.ova-project-box-template6 .info .line {
  width: 42px;
  height: 2px;
  background-color: var(--primary);
  margin-bottom: 8px;
}
.ova-project-box-template6 .info .category {
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #959ca9;
}
.ova-project-box-template6 .info .title {
  transition: all 0.3s ease;
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
.ova-project-box-template6 .info .title:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}