.ova-heading {
  position: relative;
}
.ova-heading i, .ova-heading svg, .ova-heading path {
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  color: var(--primary);
  fill: var(--primary);
  margin-bottom: 13px;
}
.ova-heading .top-heading {
  position: relative;
  display: inline-block;
}
.ova-heading .top-heading.has-square-corner:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 100%;
  width: 11px;
  height: 11px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}
.ova-heading .top-heading.has-square-corner .title {
  color: var(--primary);
}
.ova-heading .sub-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.ova-heading .sub-title.special-style {
  position: absolute;
  bottom: 85%;
  right: 0;
  width: fit-content;
  z-index: 1;
  font-family: "Covered By Your Grace";
  font-size: 40px;
}
@media (max-width: 767px) {
  .ova-heading .sub-title.special-style {
    font-size: 30px;
  }
}
.ova-heading .title {
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  white-space: pre-line;
}
@media (max-width: 767px) {
  .ova-heading .title {
    font-size: 40px;
    white-space: normal;
  }
}
.ova-heading .title a {
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  color: var(--heading);
}
.ova-heading .title a:hover {
  transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  color: var(--primary);
}
.ova-heading .title span {
  position: relative;
  background-image: url("assets/img/underline-heading-entire.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.ova-heading .title span.word {
  background-image: url("assets/img/underline-heading.png");
}
.ova-heading .description {
  margin: 22px 0 0 0;
}
.ova-heading.ova-heading-template2 .sub-title {
  color: var(--primary);
}
.ova-heading.ova-heading-template2 .title {
  font-size: 90px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .ova-heading.ova-heading-template2 .title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .ova-heading.ova-heading-template2 .title {
    font-size: 50px;
  }
}
.ova-heading.ova-heading-template2 .description {
  color: #fff;
}