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

.service_single .sidebar .widgets {
  position: sticky;
  top: 160px;
  left: 0;
  height: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .service_single .sidebar .widgets {
    position: static;
  }
}
.service_single .sidebar .widgets .widget {
  margin-bottom: 30px;
  border-bottom: 1px solid transparent;
  padding: 0;
  background-color: transparent;
}
.service_single .content .service-img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.service_single .content .service-title {
  margin: 10px 0;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 800;
}

body.layout_2l .service_single_layout_2l #sidebar, body.layout_2r .service_single_layout_2l #sidebar, body.layout_1c .service_single_layout_2l #sidebar {
  float: left;
}
@media (max-width: 1023px) {
  body.layout_2l .service_single_layout_2l #sidebar, body.layout_2r .service_single_layout_2l #sidebar, body.layout_1c .service_single_layout_2l #sidebar {
    margin-bottom: 60px;
  }
}
body.layout_2l .service_single_layout_2l #main-content, body.layout_2r .service_single_layout_2l #main-content, body.layout_1c .service_single_layout_2l #main-content {
  float: right;
  max-width: calc(var(--main-content) - 30px);
}
@media (max-width: 1023px) {
  body.layout_2l .service_single_layout_2l #main-content, body.layout_2r .service_single_layout_2l #main-content, body.layout_1c .service_single_layout_2l #main-content {
    max-width: 100%;
    margin-bottom: 0;
  }
}
body.layout_2l .service_single_layout_2r #sidebar, body.layout_2r .service_single_layout_2r #sidebar, body.layout_1c .service_single_layout_2r #sidebar {
  float: right;
}
body.layout_2l .service_single_layout_2r #main-content, body.layout_2r .service_single_layout_2r #main-content, body.layout_1c .service_single_layout_2r #main-content {
  float: left;
  max-width: calc(var(--main-content) - 30px);
}
@media (max-width: 1023px) {
  body.layout_2l .service_single_layout_2r #main-content, body.layout_2r .service_single_layout_2r #main-content, body.layout_1c .service_single_layout_2r #main-content {
    max-width: 100%;
  }
}
body.layout_2l .service_single_layout_1c #main-content, body.layout_2r .service_single_layout_1c #main-content, body.layout_1c .service_single_layout_1c #main-content {
  float: none;
  max-width: 1000px;
  margin: 0 auto;
}

.ova-service-list {
  width: 100%;
}
.ova-service-list .text {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: var(--heading);
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.ova-service-list .text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}
.ova-service-list .service-title-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.ova-service-list .service-title-list li.item {
  padding: 0;
  margin-bottom: 8px;
}
.ova-service-list .service-title-list li.item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 30px;
  line-height: 1.2;
  color: var(--heading);
  background-color: var(--background);
  border-left: 2px solid transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova-service-list .service-title-list li.item a i {
  color: var(--heading);
  line-height: 1;
}
.ova-service-list .service-title-list li.item:hover a, .ova-service-list .service-title-list li.item.active a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05), inset 2.993px 0.209px 0px 0px rgba(252, 129, 27, 0.004);
  border-left: 2px solid var(--primary);
}
.ova-service-list .service-title-list li.item:hover a i, .ova-service-list .service-title-list li.item.active a i {
  color: var(--primary);
}

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

@media (max-width: 767px) {
  .ova-service-slider .owl-carousel .owl-nav {
    display: none;
  }
}
.ova-service-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: 50%;
  position: absolute;
  top: -124px;
  right: 0;
  width: 62px;
  height: 62px;
}
.ova-service-slider .owl-carousel .owl-nav button.owl-prev, .ova-service-slider .owl-carousel .owl-nav button.owl-next {
  border: 2px solid #d0d3d8;
}
.ova-service-slider .owl-carousel .owl-nav button.owl-prev:hover, .ova-service-slider .owl-carousel .owl-nav button.owl-next:hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 2px solid var(--primary);
}
.ova-service-slider .owl-carousel .owl-nav button.owl-prev:hover i, .ova-service-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;
  color: var(--primary);
}
.ova-service-slider .owl-carousel .owl-nav button.owl-prev {
  margin-right: 72px;
}
.ova-service-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: 21px;
  color: #d0d3d8;
}
.ova-service-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .ova-service-slider .owl-dots {
    display: none;
  }
}
.ova-service-slider .owl-dots .owl-dot {
  outline: none;
}
.ova-service-slider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 5px;
  background: var(--primary);
  opacity: 0.3;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.ova-service-slider .owl-dots .owl-dot.active span {
  width: 12px;
  border-radius: 5px;
  opacity: 1;
}

.ova-service-box-template1 {
  position: relative;
}
.ova-service-box-template1 .square {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  z-index: 1;
}
.ova-service-box-template1:hover .img-service img {
  transition: all 0.6s ease;
  transform: scale(1.06);
}
.ova-service-box-template1:hover .img-service .icon {
  transition: all 0.5s ease;
  top: 0;
  left: 0;
}
.ova-service-box-template1:hover .info:before {
  transition: all 0.7s ease;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.ova-service-box-template1:hover .info a.next-button {
  transition: all 0.7s ease;
  top: 50%;
  transform: translateY(-50%);
}
.ova-service-box-template1 .img-service {
  position: relative;
  overflow: hidden;
  background-color: var(--heading);
}
.ova-service-box-template1 .img-service img {
  transition: all 0.6s ease;
  width: 100%;
  height: 460px;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .ova-service-box-template1 .img-service img {
    max-height: 390px;
  }
}
.ova-service-box-template1 .img-service .icon {
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 80px;
  background-color: var(--heading);
  z-index: 2;
}
.ova-service-box-template1 .img-service .icon i {
  transition: all 0.3s ease;
  display: inline-flex;
  font-size: 48px;
  color: #fff;
}
.ova-service-box-template1 .info {
  position: relative;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.ova-service-box-template1 .info .title {
  transition: all 0.3s ease;
  margin: 0;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2;
  padding-right: 40px;
}
.ova-service-box-template1 .info .title:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-service-box-template1 .info:before {
  transition: all 0.7s ease;
  position: absolute;
  content: "";
  top: -25px;
  right: 69px;
  width: 25px;
  height: 25px;
  background-color: var(--primary);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.ova-service-box-template1 a.next-button {
  transition: all 0.7s ease;
  position: absolute;
  top: -25px;
  right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  color: #fff;
}
.ova-service-box-template1 a.next-button:hover {
  transition: all 0.3s ease;
  background-color: var(--heading);
}
.ova-service-box-template1 a.next-button:hover i {
  transition: all 0.3s ease;
}
.ova-service-box-template1 a.next-button i {
  transition: all 0.3s ease;
  position: relative;
  display: inline-flex;
  font-size: 20px;
  line-height: 1;
}

.ova-service-box-template2 {
  position: relative;
}
.ova-service-box-template2:after {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--heading);
  width: calc(100% - 20px);
  height: 10px;
}
.ova-service-box-template2:hover:after {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  background-color: var(--primary);
}
.ova-service-box-template2:hover .img-service .icon {
  transition: all 0.5s ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ova-service-box-template2:hover .info:before, .ova-service-box-template2:hover .info:after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50.1%;
}
.ova-service-box-template2:hover .info .title {
  transition: all 0.5s ease;
  color: #fff;
}
.ova-service-box-template2:hover .info .description {
  transition: all 0.5s ease;
  color: #959ca9;
}
.ova-service-box-template2:hover .info a.next-button {
  transition: all 0.5s ease;
  color: var(--primary);
}
.ova-service-box-template2 .img-service {
  position: relative;
  background-color: var(--heading);
}
.ova-service-box-template2 .img-service img {
  width: 100%;
  display: block;
}
.ova-service-box-template2 .img-service .icon {
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(100% - 60px);
  left: 30px;
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  z-index: 2;
}
.ova-service-box-template2 .img-service .icon i {
  transition: all 0.5s ease;
  display: inline-flex;
  font-size: 50px;
  color: #fff;
}
.ova-service-box-template2 .info {
  position: relative;
  padding: 35px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.ova-service-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-service-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-service-box-template2 .info .category {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ova-service-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-service-box-template2 .info .description {
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  margin: 0 0 10px 0;
  color: var(--text);
}
.ova-service-box-template2 a.next-button {
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--heading);
}

.ova-service-box-template3:hover .info-content {
  transition: all 0.6s ease;
  visibility: visible;
  opacity: 1;
  right: 0;
}
.ova-service-box-template3 .img-service {
  position: relative;
  overflow: hidden;
  background-color: var(--heading);
}
.ova-service-box-template3 .img-service img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
.ova-service-box-template3 .img-service .icon {
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 80px;
  height: 80px;
  background-color: var(--heading);
}
@media (max-width: 400px) {
  .ova-service-box-template3 .img-service .icon {
    right: 0;
  }
}
.ova-service-box-template3 .img-service .icon i {
  transition: all 0.3s ease;
  display: inline-flex;
  font-size: 50px;
  color: #fff;
}
.ova-service-box-template3 .info-content {
  transition: all 0.6s ease;
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 100%;
  padding: 40px 50px 70px 40px;
  background: linear-gradient(0deg, rgba(232, 162, 70, 0) 0%, var(--primary) 100%);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .ova-service-box-template3 .info-content {
    transition: all 0.6s ease;
    visibility: visible;
    opacity: 1;
    right: 0;
  }
}
@media (max-width: 400px) {
  .ova-service-box-template3 .info-content {
    padding: 40px 30px 70px 30px;
  }
}
.ova-service-box-template3 .description {
  margin: 0 0 15px 0;
  color: #fff;
}
.ova-service-box-template3 a.next-button {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}
.ova-service-box-template3 a.next-button i {
  font-size: 10px;
  margin-left: 3px;
}
.ova-service-box-template3 a.next-button:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-service-box-template3 .info {
  position: relative;
  width: calc(100% - 40px);
  padding: 25px 30px;
  background-color: var(--primary);
}
@media (max-width: 400px) {
  .ova-service-box-template3 .info {
    width: 100%;
  }
}
.ova-service-box-template3 .info .title {
  transition: all 0.3s ease;
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.ova-service-box-template4 {
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: 55px;
  border: 1px solid rgb(223, 227, 234);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.ova-service-box-template4:hover {
  transition: all 0.5s ease;
}
.ova-service-box-template4:hover .info {
  transition: all 0.5s ease;
}
.ova-service-box-template4 a.next-button {
  transition: all 0.3s ease;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--background);
  padding: 20px 45px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text);
}
.ova-service-box-template4 a.next-button i {
  font-size: 10px;
  margin-left: 3px;
}
.ova-service-box-template4 a.next-button:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-service-box-template4 .img-service {
  position: relative;
  overflow: hidden;
  background-color: var(--heading);
}
.ova-service-box-template4 .img-service:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
}
.ova-service-box-template4 .img-service img {
  width: 100%;
  display: block;
}
.ova-service-box-template4 .img-service .icon {
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 100px;
  height: 100px;
  background-color: var(--primary);
}
.ova-service-box-template4 .img-service .icon i {
  transition: all 0.3s ease;
  display: inline-flex;
  font-size: 64px;
  color: #fff;
}
.ova-service-box-template4 .info {
  transition: all 0.5s ease;
  position: relative;
  padding: 0 40px 40px 40px;
  background-color: #fff;
}
.ova-service-box-template4 .info .title {
  transition: all 0.3s ease;
  margin: 0;
  padding-bottom: 24px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  color: var(--heading);
}
.ova-service-box-template4 .info .title:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-service-box-template4 .info .description {
  margin: 0;
  color: var(--text);
}

.ova-service-box-template5 {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid rgb(223, 227, 234);
  background-color: #fff;
}
.ova-service-box-template5:hover .img-service .icon {
  transition: all 0.5s ease;
}
.ova-service-box-template5:hover .info a.next-button {
  transition: all 0.3s ease;
  margin: 0;
  color: var(--primary);
}
.ova-service-box-template5 .img-service {
  position: relative;
}
.ova-service-box-template5 .img-service a {
  display: block;
  -webkit-mask-image: url("../img/mask-image-service.png");
  mask-image: url("../img/mask-image-service.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ova-service-box-template5 .img-service img {
  width: 100%;
  max-height: 310px;
  object-fit: cover;
  display: block;
}
.ova-service-box-template5 .img-service .icon {
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50px;
  width: 110px;
  height: 110px;
  background-color: var(--primary);
  border-radius: 50%;
}
@media (max-width: 420px) {
  .ova-service-box-template5 .img-service .icon {
    left: 30px;
  }
}
.ova-service-box-template5 .img-service .icon i {
  transition: all 0.5s ease;
  display: inline-flex;
  font-size: 68px;
  color: #fff;
}
.ova-service-box-template5 .info {
  position: relative;
  padding: 15px 50px 45px 45px;
}
@media (max-width: 767px) {
  .ova-service-box-template5 .info {
    padding: 15px 35px 40px 30px;
  }
}
.ova-service-box-template5 .info .title {
  transition: all 0.3s ease;
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--heading);
}
.ova-service-box-template5 .info .title:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-service-box-template5 .info .description {
  margin: 0 0 20px 0;
  color: var(--text);
}
.ova-service-box-template5 .info a.next-button {
  transition: all 0.3s ease;
  margin: 0 0 0 -45px;
  padding: 10px 48px;
  display: inline-flex;
  align-items: center;
  background-color: var(--heading);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .ova-service-box-template5 .info a.next-button {
    margin: 0;
  }
}
.ova-service-box-template5 .info a.next-button i {
  font-size: 18px;
  color: var(--primary);
  margin-left: 8px;
}

.ova-service-box-template6 {
  transition: all 0.5s ease;
  padding: 50px;
  background-color: #fff;
  border: 1px solid rgb(223, 227, 234);
  border-top-width: 7px;
}
@media (max-width: 420px) {
  .ova-service-box-template6 {
    padding: 40px 30px;
  }
}
.ova-service-box-template6:hover {
  transition: all 0.5s ease;
  border-top-color: var(--primary);
}
.ova-service-box-template6:hover a.next-button {
  transition: all 0.5s ease;
  border: 1px solid var(--primary);
  color: #fff;
}
.ova-service-box-template6:hover a.next-button:before {
  transition: all 0.5s ease;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.ova-service-box-template6 .img-service .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.ova-service-box-template6 .img-service .icon:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -20px;
  width: 45px;
  height: 45px;
  background-color: var(--primary);
  opacity: 0.102;
}
.ova-service-box-template6 .img-service .icon i {
  display: inline-flex;
  font-size: 64px;
  color: var(--primary);
}
.ova-service-box-template6 .info .title {
  transition: all 0.5s ease;
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 800;
  color: var(--heading);
  max-width: 220px;
}
@media (max-width: 420px) {
  .ova-service-box-template6 .info .title {
    max-width: 100%;
  }
}
.ova-service-box-template6 .info .description {
  margin: 0 0 30px 0;
  color: var(--text);
}
.ova-service-box-template6 a.next-button {
  transition: all 0.5s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 28px;
  font-weight: 100%;
  border: 1px solid rgb(223, 227, 234);
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text);
}
.ova-service-box-template6 a.next-button span {
  position: relative;
  z-index: 1;
}
.ova-service-box-template6 a.next-button i {
  position: relative;
  z-index: 1;
  font-size: 18px;
  margin-left: 8px;
}
.ova-service-box-template6 a.next-button:before {
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}