.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-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 {
  padding: 25px 30px 20px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s linear;
}
.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;
}

.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 50px;
  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: 0;
  list-style: none;
  padding: 30px;
  border: 2px solid var(--primary);
  border-top: 0;
}
.ova-sev-category .service-cat-list li:not(:last-child) {
  margin-bottom: 10px;
}
.ova-sev-category .service-cat-list .item i {
  color: var(--heading);
  cursor: pointer;
  transition: all 0.3s linear;
}
.ova-sev-category .service-cat-list .item i:hover {
  color: var(--primary);
}
.ova-sev-category .service-cat-list .item .child-cate {
  padding: 0;
  padding-left: 10px;
  margin: 0;
  margin-top: 10px;
  list-style: none;
  display: none;
}
.ova-sev-category .service-cat-list .item-link {
  display: flex;
  padding: 16px 24px;
  align-items: center;
  justify-content: space-between;
  background: #f3f4f7;
  transition: all 0.3s linear;
}
.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 .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-wrapper {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .ova-sev-wrapper {
    flex-direction: column-reverse;
  }
}

.ova-sev-single {
  padding-top: 10px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .ova-sev-single {
    padding-bottom: 60px;
  }
}
.ova-sev-single .share-social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 30px 0;
  margin: 0;
  margin-top: 30px;
}
.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-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
  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-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 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 911px) {
  .ova-sev-archive .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .ova-sev-archive .wrapper {
    grid-template-columns: 1fr;
  }
}
.ova-sev-archive .content_inner.overlay {
  opacity: 0.5;
}
.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.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 .item {
  height: 279px;
  position: relative;
}
.ova-sev-archive .item:hover .info-hidden {
  display: block;
}
.ova-sev-archive .item:hover .content {
  top: 90px;
}
.ova-sev-archive .image {
  height: 248px;
  overflow: hidden;
}
.ova-sev-archive .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.ova-sev-archive .content {
  position: absolute;
  top: 200px;
  left: 20px;
  right: 20px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s linear;
}
.ova-sev-archive .content-wrap {
  padding: 20px 30px 20px 30px;
}
.ova-sev-archive .info-hidden {
  display: none;
}
.ova-sev-archive .icon {
  position: absolute;
  top: -50px;
  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-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;
}
@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 .ovasev_cat_search .select2-selection {
  width: 100%;
  outline: none;
  height: 100%;
  padding: 5px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.ova-sev-filter .ovasev_cat_search .select2-selection.select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: var(--text);
  line-height: 40px;
  padding: 0;
  opacity: 1;
}
.ova-sev-filter .ovasev_cat_search .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.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 .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 .title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.ova-sev-list-2 .title:hover {
  text-decoration: underline;
}

.ova-sev-list-box {
  padding: 50px;
  background: var(--primary);
}
@media (max-width: 767px) {
  .ova-sev-list-box {
    padding: 40px 30px;
  }
}
.ova-sev-list-box .title {
  margin: 0;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
}
.ova-sev-list-box .sev-list {
  margin: 40px 0 0 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;
}