.ova-sev-loader {
  text-align: center;
  margin-bottom: 30px;
}
.ova-sev-loader .loader {
  margin: 0 auto;
  width: 35px;
  height: 35px;
  border: 5px solid;
  border-color: var(--primary) transparent;
  border-radius: 50%;
  display: none;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.ova-sev-loader .loader.is-active {
  display: inline-block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ova-sev-single {
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .ova-sev-single {
    margin-bottom: 70px;
  }
}
.ova-sev-single .share-social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 30px 0;
}
.ova-sev-single .share-social-icons li {
  display: inline-block;
}
.ova-sev-single .share-social-icons li a {
  transition: all 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1.2;
  color: var(--heading);
}
.ova-sev-single .share-social-icons li a:hover {
  transition: all 0.3s ease;
  background-color: var(--primary);
  color: #fff;
}
.ova-sev-single .share-social-icons li a i {
  display: inline-flex;
}
.ova-sev-single .share-social-icons .share {
  font-size: 20px;
  font-weight: bold;
  color: var(--heading);
}

.ova-sev-single-2 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .ova-sev-single-2 {
    margin-bottom: 70px;
  }
}
.ova-sev-single-2 .hero-banner-wrapper {
  margin-bottom: 70px;
}
.ova-sev-single-2 .hero-banner {
  position: relative;
  height: 430px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ova-sev-single-2 .image-feature img {
  width: 100%;
}
.ova-sev-single-2 .wrap-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  background-color: rgba(5, 26, 83, 0.85);
  padding: 45px;
  border-radius: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .ova-sev-single-2 .wrap-title {
    padding: 45px 30px;
  }
}
.ova-sev-single-2 .wrap-title .title {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.ova-sev-single-2 .wrap-title p {
  margin: 20px 0 0 0;
  font-size: 18px;
  color: #fff;
}
.ova-sev-single-2 .share-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: var(--heading);
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 20px 35px;
}
.ova-sev-single-2 .share-social-icons li {
  display: inline-block;
  line-height: 1;
}
.ova-sev-single-2 .share-social-icons li a {
  transition: all 0.3s ease;
  line-height: 1;
  color: #fff;
}
.ova-sev-single-2 .share-social-icons li a:hover {
  transition: all 0.3s ease;
  color: var(--primary);
}
.ova-sev-single-2 .share-social-icons li a i {
  display: inline-flex;
}
.ova-sev-single-2 .share-social-icons .share {
  font-size: 18px;
  color: #fff;
}
.ova-sev-single-2 .ova-sev-table-of-contents {
  flex: 0 0 270px;
  position: sticky;
  top: 150px;
  left: 0;
  height: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .ova-sev-single-2 .ova-sev-table-of-contents {
    margin-bottom: 0;
  }
}

.ova-sev-archive {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .ova-sev-archive {
    margin-bottom: 60px;
  }
}
.ova-sev-archive.elementor {
  margin-bottom: 0;
}
.ova-sev-archive.two_columns .wrapper {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .ova-sev-archive.two_columns .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-archive.three_columns .wrapper {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 911px) {
  .ova-sev-archive.three_columns .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .ova-sev-archive.three_columns .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-archive.four_columns .wrapper {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .ova-sev-archive.four_columns .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 911px) {
  .ova-sev-archive.four_columns .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .ova-sev-archive.four_columns .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-archive .ova-sev-category-2 .wrapper {
  grid-row-gap: 20px;
}
.ova-sev-archive .wrapper {
  display: grid;
  gap: 30px;
  grid-row-gap: 50px;
}
.ova-sev-archive .content_inner.overlay {
  opacity: 0.5;
}
.ova-sev-archive .wrap_search_filter {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ova-sev-archive .wrap_search_filter .results_found {
  font-size: 16px;
}
.ova-sev-archive .wrap_search_filter #search_sort {
  min-width: 180px;
}
.ova-sev-archive .item {
  position: relative;
}
.ova-sev-archive .item:hover .info-hidden {
  display: block;
}
.ova-sev-archive .item:hover .content {
  transition: all 0.3s ease;
  bottom: -10px;
}
.ova-sev-archive .image {
  position: relative;
  overflow: hidden;
}
.ova-sev-archive .image img {
  display: block;
  width: 100%;
  height: 248px;
  object-position: center;
  object-fit: cover;
}
.ova-sev-archive .content {
  transition: all 0.5s ease;
  position: absolute;
  bottom: -20px;
  left: 20px;
  right: 20px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ova-sev-archive .content-wrap {
  padding: 20px;
}
.ova-sev-archive .info-hidden {
  display: none;
}
.ova-sev-archive .icon {
  position: absolute;
  top: -60px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--primary);
}
.ova-sev-archive .icon i {
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.ova-sev-archive .title {
  margin: 0;
  font-size: 22px;
}
.ova-sev-archive .title:hover {
  color: var(--primary);
}
.ova-sev-archive .desc {
  margin: 10px 0 0 0;
}
.ova-sev-archive .link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 20px;
  color: var(--text);
  background: #f3f4f7;
  transition: all 0.3s linear;
}
.ova-sev-archive .link:hover {
  color: #fff;
  background: var(--primary);
}
.ova-sev-archive .link:hover i {
  color: #fff;
}
.ova-sev-archive .link .text {
  font-size: 13px;
  font-weight: bold;
}
.ova-sev-archive .link i {
  display: inline-flex;
  font-size: 18px;
}

.ova-sev-icon-box .wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 1200px) {
  .ova-sev-icon-box .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 911px) {
  .ova-sev-icon-box .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .ova-sev-icon-box .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-icon-box .item {
  transition: all 0.3s linear;
  background-color: #fff;
  padding: 25px 30px 20px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.ova-sev-icon-box .item:hover {
  background: var(--primary);
}
.ova-sev-icon-box .item:hover .icon:after {
  background: #e04e4d;
}
.ova-sev-icon-box .item:hover .icon i {
  color: #fff;
}
.ova-sev-icon-box .item:hover .title a {
  color: #fff;
}
.ova-sev-icon-box .item:hover .link i {
  color: #fff;
}
.ova-sev-icon-box .icon {
  position: relative;
  display: inline-block;
}
.ova-sev-icon-box .icon i {
  position: relative;
  font-size: 44px;
  line-height: 1;
  color: var(--primary);
  transition: all 0.3s linear;
  z-index: 2;
}
.ova-sev-icon-box .icon:after {
  position: absolute;
  content: "";
  background: #fbe8e8;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: -16px;
  right: -13px;
  z-index: 1;
  transition: all 0.3s linear;
}
.ova-sev-icon-box .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ova-sev-icon-box .title {
  margin: 23px 0 0 0;
  font-size: 20px;
}
.ova-sev-icon-box .title a {
  transition: all 0.3s linear;
  color: var(--heading);
}
.ova-sev-icon-box .title a:hover {
  transition: all 0.3s linear;
  text-decoration: underline;
}
.ova-sev-icon-box .link i {
  font-size: 15px;
  color: var(--text);
  transition: all 0.3s linear;
}

.ova-sev-sidebar-wrapper {
  flex: 0 0 370px;
  position: sticky;
  top: 150px;
  left: 0;
  height: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .ova-sev-sidebar-wrapper {
    margin-bottom: 0;
  }
}

.ova-sev-table-of-contents .toc-title {
  margin: 10px 0 34px 0;
  font-size: 24px;
  color: #000;
}
.ova-sev-table-of-contents .toc-items {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ova-sev-table-of-contents .toc-items:before {
  content: "";
  background: #D0D0CE;
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  border-radius: 2px;
}
.ova-sev-table-of-contents .toc-items li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 24px;
}
.ova-sev-table-of-contents .toc-items li.active:before {
  opacity: 1;
}
.ova-sev-table-of-contents .toc-items li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--heading);
  border-radius: 5px;
  width: 5px;
  height: 100%;
  opacity: 0;
}
.ova-sev-table-of-contents .toc-items li a {
  transition: all 0.3s ease;
  color: var(--text);
}
.ova-sev-table-of-contents .toc-items li a:hover {
  color: var(--heading);
}

.ova-sev-content {
  width: 100%;
}
.ova-sev-content .image-feature img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center;
}
.ova-sev-content .title {
  margin: 20px 0 15px 0;
  font-size: 30px;
}

.ova-sev-category .title {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  padding: 13px 39px;
  background: var(--primary);
}
.ova-sev-category .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid var(--primary);
}
.ova-sev-category .service-cat-list {
  margin: 0;
  padding: 30px;
  list-style: none;
  border: 2px solid var(--primary);
  border-top: 0;
}
.ova-sev-category .service-cat-list .item:not(:last-child) {
  margin-bottom: 10px;
}
.ova-sev-category .service-cat-list .item-link {
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #f3f4f7;
}
.ova-sev-category .service-cat-list .item-link.active {
  background: var(--heading);
}
.ova-sev-category .service-cat-list .item-link.active .cate_name {
  color: #fff;
}
.ova-sev-category .service-cat-list .item-link.active i {
  color: #fff;
}
.ova-sev-category .service-cat-list .item-link:hover .cate_name {
  color: var(--primary);
}
.ova-sev-category .service-cat-list .item-link i {
  transition: all 0.3s linear;
  color: var(--heading);
  cursor: pointer;
}
.ova-sev-category .service-cat-list .item-link i:hover {
  color: var(--primary);
}
.ova-sev-category .service-cat-list .child-cate {
  display: none;
  list-style: none;
  padding: 0 0 0 10px;
  margin: 10px 0 0 0;
}
.ova-sev-category .service-cat-list .cate_name {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  color: var(--heading);
  transition: all 0.3s linear;
}
.ova-sev-category .service-cat-list .cate_name:hover {
  color: var(--primary);
}

.ova-sev-category-2 .service-cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ova-sev-category-2 .service-cat-list > .item-link {
  transition: all 0.3s ease;
  padding: 30px 25px;
  min-height: 125px;
  border-bottom: 1px solid #e2e2e2;
}
.ova-sev-category-2 .service-cat-list > .item-link:hover {
  box-shadow: 0 4px 30px 0 rgba(7, 7, 60, 0.1);
  border-bottom: 1px solid transparent;
}
.ova-sev-category-2 .service-cat-list > .item-link:hover > .item .cate_name {
  text-decoration: underline;
}
.ova-sev-category-2 .service-cat-list > .item-link:hover > .item i {
  margin: 0 3px;
}
.ova-sev-category-2 .service-cat-list > .item-link > .item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ova-sev-category-2 .service-cat-list > .item-link > .item .cate_name {
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading);
}
.ova-sev-category-2 .service-cat-list > .item-link > .item i {
  transition: all 0.3s ease;
  margin: 0;
  display: inline-flex;
  color: var(--heading);
  font-size: 20px;
}
.ova-sev-category-2 .service-cat-list .child-cate .cate_name {
  color: var(--text);
}
.ova-sev-category-2 .service-cat-list .service-of-cate {
  list-style-type: none;
  padding: 0 30px;
}
.ova-sev-category-2 .service-cat-list .service-of-cate .sev_title {
  color: var(--text);
}

.ova-sev-wrapper {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .ova-sev-wrapper {
    flex-direction: column-reverse;
  }
}

.ova-sev-filter {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f1f1f1;
}
.ova-sev-filter .wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  grid-row-gap: 30px;
}
@media (max-width: 768px) {
  .ova-sev-filter .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ova-sev-filter input, .ova-sev-filter select, .ova-sev-filter button {
  height: 50px;
  display: inline-block;
}
.ova-sev-filter .ovasev_cat_search {
  position: relative;
  width: 33%;
}
@media (max-width: 768px) {
  .ova-sev-filter .ovasev_cat_search {
    width: 310px;
  }
}
.ova-sev-filter .ovasev_cat_search .ovasev_cat {
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.ova-sev-filter .ovasev_cat_search i {
  font-size: 22px;
  color: var(--primary);
  position: absolute;
  top: 13px;
  right: 15px;
}
.ova-sev-filter .select2-selection {
  width: 100%;
  outline: none;
  height: 52px;
  padding: 5px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.ova-sev-filter .select2-selection.select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: var(--text);
  line-height: 40px;
  padding: 0;
  opacity: 1;
}
.ova-sev-filter .select2-selection .select2-selection__arrow {
  height: 100%;
  top: 0;
  display: none;
}
.ova-sev-filter .sev-name {
  width: 33%;
  position: relative;
}
@media (max-width: 767px) {
  .ova-sev-filter .sev-name {
    width: 310px;
  }
}
.ova-sev-filter .sev-name input {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
}
.ova-sev-filter .sev-name input::placeholder {
  font-size: 16px;
  line-height: 50px;
  opacity: 1;
}
.ova-sev-filter .wrap-ovasev_submit {
  width: 20%;
}
@media (max-width: 767px) {
  .ova-sev-filter .wrap-ovasev_submit {
    margin-top: 20px;
    width: 310px;
  }
}
.ova-sev-filter .wrap-ovasev_submit .ovasev_submit {
  transition: 0.3s all linear;
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
}
.ova-sev-filter .wrap-ovasev_submit .ovasev_submit:hover {
  background-color: var(--heading);
  color: #fff;
  border: none;
  transition: 0.3s all linear;
}

.ova-sev-list {
  padding: 45px 65px;
  border-top: 8px solid var(--primary);
}
@media screen and (max-width: 600px) {
  .ova-sev-list {
    padding: 45px 30px;
  }
}
.ova-sev-list.one_column .wrapper {
  flex-direction: column;
}
.ova-sev-list.one_column .item {
  width: 100%;
}
.ova-sev-list.template_2 {
  padding: 0;
  border-top: none;
}
.ova-sev-list.template_2 .title {
  color: #fff;
  border-bottom-color: #dc3938;
}
.ova-sev-list.template_2 .title:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.ova-sev-list .wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 911px) {
  .ova-sev-list .wrapper {
    flex-direction: column;
  }
}
.ova-sev-list .item {
  width: calc( 50% - 45px );
}
@media screen and (max-width: 911px) {
  .ova-sev-list .item {
    width: 100%;
  }
}
.ova-sev-list .title {
  transition: all 0.3s linear;
  font-size: 18px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #d2d5df;
}
.ova-sev-list .title:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}
.ova-sev-list i {
  font-size: 14px;
  line-height: 1;
}

.ova-sev-list-2 {
  background: var(--primary);
}
.ova-sev-list-2.one_column .wrapper {
  grid-template-columns: 1fr;
}
.ova-sev-list-2.template_2 {
  padding: 40px 35px;
  background-color: #fff;
}
.ova-sev-list-2.template_2.one_column .wrapper .item:first-child .title {
  border-top: 1px solid #E6E8EE;
}
.ova-sev-list-2.template_2 .wrapper {
  grid-row-gap: 0;
}
.ova-sev-list-2.template_2 .title {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: var(--heading);
  padding: 14px;
  border-bottom: 1px solid #E6E8EE;
}
.ova-sev-list-2 .wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 13px;
}
@media screen and (max-width: 600px) {
  .ova-sev-list-2 .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-list-2 .icon {
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f3f4f7;
  border-radius: 50%;
}
.ova-sev-list-2 .icon i, .ova-sev-list-2 .icon svg {
  display: inline-flex;
  font-size: 36px;
  width: 36px;
  height: 36px;
  line-height: 1;
  color: var(--primary);
  fill: var(--primary);
}
.ova-sev-list-2 .title-category {
  margin: 0 0 25px 0;
  font-size: 24px;
}
.ova-sev-list-2 .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.ova-sev-list-2 .title:hover {
  text-decoration: underline;
}

.ova-sev-list-box {
  padding: 50px 40px;
  background: var(--primary);
}
@media (max-width: 767px) {
  .ova-sev-list-box {
    padding: 40px 30px;
  }
}
.ova-sev-list-box .title {
  margin: 0 0 40px 0;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}
.ova-sev-list-box .sev-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ova-sev-list-box li:not(:first-child) {
  margin-top: 12px;
}
.ova-sev-list-box .sev-link {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s linear;
}
.ova-sev-list-box .sev-link:hover {
  margin-left: 10px;
}
.ova-sev-list-box .sev-link i {
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.ova-sev-list-box .link-btn {
  margin-top: 30px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--heading);
  padding: 16px 40px;
  transition: all 0.3s linear;
}
.ova-sev-list-box .link-btn:hover {
  background: #fff;
  color: var(--heading);
}

.ova-sev-list-box-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--primary);
}
@media screen and (max-width: 767px) {
  .ova-sev-list-box-2 {
    grid-template-columns: 1fr;
  }
}
.ova-sev-list-box-2 .line {
  width: 56px;
  height: 2px;
  background: #fff;
}
.ova-sev-list-box-2 .heading {
  margin: 0;
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  line-height: 1.2;
}
.ova-sev-list-box-2 .image img {
  display: block;
  object-position: center;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .ova-sev-list-box-2 .image img {
    min-height: unset !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ova-sev-list-box-2 .image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ova-sev-list-box-2 .info {
    padding: 30px;
  }
}
.ova-sev-list-box-2 .services {
  margin-top: 25px;
}
.ova-sev-list-box-2 .services .wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ova-sev-list-box-2 .services li:not(:first-child) {
  margin-top: 13px;
}
.ova-sev-list-box-2 .services .title {
  transition: all 0.3s linear;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.ova-sev-list-box-2 .services .title:hover {
  text-decoration: underline;
}

.ova-sev-info .title {
  position: relative;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  padding: 13px 39px;
  background: var(--primary);
}
.ova-sev-info .title:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid var(--primary);
}
.ova-sev-info .info {
  margin: 0;
  padding: 35px 30px;
  background-color: #fff;
  max-height: 480px;
  border: 2px solid var(--primary);
  overflow: auto;
  /* scrollbar */
}
.ova-sev-info .info::-webkit-scrollbar {
  width: 3px;
  background: #e5e5e5;
}
.ova-sev-info .info::-webkit-scrollbar-thumb {
  width: 3px;
  background: var(--primary);
}
.ova-sev-info .info .list-item:not(:last-child) {
  margin-bottom: 15px;
}
.ova-sev-info .info .list-item .label {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.ova-sev-info .info .list-item .value {
  font-size: 16px;
  line-height: 1.4;
  color: var(--heading);
  font-weight: bold;
}
.ova-sev-info .info .list-item a.link-value {
  position: relative;
}
.ova-sev-info .info .list-item a.link-value::after {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--primary);
}
.ova-sev-info .info .list-item a.link-value:hover::after {
  transition: all 0.3s ease;
  width: 100%;
}

.ova-service-ajax {
  display: flex;
  gap: 35px;
}
@media (max-width: 1025px) {
  .ova-service-ajax {
    flex-direction: column;
  }
}
.ova-service-ajax .service-cat-list-wrapper {
  width: 40%;
  display: flex;
  gap: 15px;
}
@media (max-width: 1025px) {
  .ova-service-ajax .service-cat-list-wrapper {
    width: 100%;
  }
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-list {
  transition: all 0.3s ease;
  width: 100%;
  border-right: 1px solid #f2f2f1;
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-list .item-link {
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text);
  padding: 12px;
  border-radius: 4px 0 0 4px;
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-list .item-link:after {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  display: block;
  width: 4px;
  height: 100%;
  background: var(--primary);
  opacity: 0;
  visibility: hidden;
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-list .item-link:hover:after {
  right: 100%;
  opacity: 1;
  visibility: visible;
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-list .item-link.active-category {
  color: #fff;
  background-color: var(--primary);
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-list .item-link.active-category:after {
  content: none;
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-child-list {
  display: none;
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-child-list .item-link {
  color: var(--heading);
  padding: 12px 18px;
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-child-list .item-link:before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary);
}
.ova-service-ajax .service-cat-list-wrapper .service-cat-child-list .item-link.active-category {
  color: #fff;
}
.ova-service-ajax .service-ajax-results-wrapper {
  width: 60%;
  position: relative;
  display: flex;
  gap: 35px;
}
@media (max-width: 1025px) {
  .ova-service-ajax .service-ajax-results-wrapper {
    width: 100%;
  }
}
.ova-service-ajax .service-ajax-results-wrapper .ova-sev-loader {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper {
  width: 100%;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-category-name {
  position: relative;
  margin: 0 0 24px 0;
  font-size: 24px;
  line-height: 1.5;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-category-name:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  display: block;
  width: 48px;
  height: 4px;
  background: var(--primary);
  border-radius: 999px;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list .item-link {
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 6px;
  padding: 15px;
  border-bottom: 1px solid #f2f2f1;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list .item-link:hover {
  transition: all 0.3s ease;
  box-shadow: 0 4px 30px 0 rgba(7, 7, 60, 0.1);
  border-bottom: 1px solid transparent;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list .item-link:hover .title {
  text-decoration: underline;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list .item-link .title-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list .item-link .title-wrap i {
  display: inline-flex;
  font-size: 14px;
  color: var(--text);
  transform: rotate(-45deg);
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list .item-link .title {
  margin: 0 0 6px 0;
  font-size: 18px;
  line-height: 1.3;
}
.ova-service-ajax .service-ajax-results-wrapper .service-post-list-wrapper .service-post-list .item-link .desc {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--text);
}