.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: 100px;
  left: 0;
  height: 100%;
  margin-bottom: 57px;
}
@media (max-width: 1024px) {
  .service_single .sidebar .widgets {
    position: static;
  }
}
.service_single .sidebar .widgets .widget {
  margin-bottom: 37px;
  border-bottom: 1px solid transparent;
  padding: 0;
  background-color: transparent;
  position: sticky;
}
.service_single .content .service-img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

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;
}
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%;
  }
}
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: #f5f5f5;
  -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(--primary);
  font-size: 11px;
}
.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: var(--heading);
  color: #fff;
}

.ova-service-box-elementor {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}
.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: 991px) {
  .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: 1200px) {
  .ova-service-box-elementor.four_column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .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;
  }
}

.ova-service-box-template1 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  background-color: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .ova-service-box-template1 {
    grid-template-columns: auto;
  }
}
.ova-service-box-template1:hover .img-service img {
  transition: all 0.5s ease;
  transform: scale(1.1);
}
.ova-service-box-template1:hover .img-service .icon {
  transition: all 0.5s ease;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.ova-service-box-template1 .img-service {
  position: relative;
  overflow: hidden;
}
.ova-service-box-template1 .img-service img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .ova-service-box-template1 .img-service img {
    max-height: 310px;
  }
}
.ova-service-box-template1 .img-service .icon {
  transition: all 0.5s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: var(--primary);
  opacity: 0;
  visibility: hidden;
}
.ova-service-box-template1 .img-service .icon i {
  transition: all 0.3s ease;
  display: inline-flex;
  font-size: 65px;
  color: #fff;
}
.ova-service-box-template1 .info {
  padding: 50px 40px 50px 20px;
  margin: auto;
}
.ova-service-box-template1 .info .title {
  transition: all 0.3s ease;
  margin: 0;
  padding-bottom: 18px;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
}
.ova-service-box-template1 .info .title:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-service-box-template1 .info .description {
  margin: 0;
  font-size: 16px;
  padding-bottom: 25px;
}
.ova-service-box-template1 .info a.next-button {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.ova-service-box-template1 .info a.next-button:hover {
  transition: all 0.3s ease;
  background-color: var(--primary);
  border: 1px solid transparent;
}
.ova-service-box-template1 .info a.next-button:hover i {
  color: #fff;
}
.ova-service-box-template1 .info a.next-button i {
  position: relative;
  display: inline-flex;
  font-size: 10px;
  color: var(--heading);
}

.ova-service-box-template2 {
  padding: 38px;
  text-align: left;
  background-color: transparent;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding: 45px 30px 40px 30px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ova-service-box-template2:after {
  transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  background-color: var(--heading);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ova-service-box-template2:hover:after {
  transition: all 0.5s ease;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ova-service-box-template2:hover .mask {
  transition: all 0.3s ease;
  opacity: 0.1;
}
.ova-service-box-template2:hover .icon i {
  transition: all 0.5s ease;
  transform: scale(0.9);
}
.ova-service-box-template2:hover .title {
  transition: all 0.3s ease;
  color: #fff;
}
.ova-service-box-template2:hover .description {
  transition: all 0.3s ease;
  color: #949494;
}
.ova-service-box-template2:hover a.next-button {
  transition: all 0.3s ease;
  background-color: var(--primary);
  border: 1px solid transparent;
}
.ova-service-box-template2:hover a.next-button i {
  color: #fff;
}
.ova-service-box-template2.ova-service-box-active:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ova-service-box-template2.ova-service-box-active .mask {
  opacity: 0.1;
}
.ova-service-box-template2.ova-service-box-active .icon i {
  transform: scale(0.9);
}
.ova-service-box-template2.ova-service-box-active .title {
  color: #fff;
}
.ova-service-box-template2.ova-service-box-active .description {
  color: #949494;
}
.ova-service-box-template2.ova-service-box-active a.next-button {
  background-color: var(--primary);
  border: 1px solid transparent;
}
.ova-service-box-template2.ova-service-box-active a.next-button i {
  color: #fff;
}
.ova-service-box-template2 .mask {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.ova-service-box-template2 .icon {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.ova-service-box-template2 .icon:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -20px;
  height: 52px;
  width: 52px;
  background-color: var(--primary);
  opacity: 0.1;
}
.ova-service-box-template2 .icon i {
  transition: all 0.5s ease;
  transform: scale(1);
  display: inline-flex;
  font-size: 68px;
  color: var(--primary);
}
.ova-service-box-template2 .title {
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  font-size: 24px;
  margin: 20px 0;
  font-weight: 800;
  color: var(--heading);
}
.ova-service-box-template2 .description {
  font-size: 16px;
  margin: 0;
  color: var(--text);
  z-index: 1;
  position: relative;
}
.ova-service-box-template2 a.next-button {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: -20px;
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.ova-service-box-template2 a.next-button i {
  position: relative;
  display: inline-flex;
  font-size: 10px;
  color: var(--heading);
}