.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 .content {
  transition: all 0.3s linear;
  bottom: -10px;
}
.ova-sev-archive .item:hover .content.content-hover {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.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.3s linear;
  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.content-hover {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.ova-sev-archive .content-wrap {
  padding: 20px;
}
.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-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-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-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-container .select2-selection {
  width: 100%;
  outline: none;
  height: 52px;
  padding: 5px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.ova-sev-filter .select2-container .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-container .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;
}