.ova-blog {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 30px;
}
.ova-blog.columns2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .ova-blog.columns2 {
    grid-template-columns: auto;
  }
}
.ova-blog.columns3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .ova-blog.columns3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-blog.columns3 {
    grid-template-columns: auto;
  }
}
.ova-blog.columns4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .ova-blog.columns4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ova-blog.columns4 {
    grid-template-columns: auto;
  }
}
.ova-blog.blog-template2 .item:hover .content .read-more {
  color: var(--text);
}
.ova-blog.blog-template2 .item:hover .content .read-more .icon-read-more i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0 5px;
  color: var(--primary);
}
.ova-blog.blog-template2 .item .media img {
  height: 276px;
}
.ova-blog.blog-template2 .item .category a {
  top: unset;
  right: unset;
  bottom: 13px;
  left: 13px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
}
.ova-blog.blog-template2 .item .date {
  position: static;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  text-transform: none;
  background-color: transparent;
  padding: 0;
}
.ova-blog.blog-template2 .item .content {
  margin: 0;
  padding: 30px;
}
.ova-blog.blog-template2 .item .content .post-meta .item-meta .right {
  font-size: 16px;
}
.ova-blog.blog-template2 .item .content .post-meta .item-meta .separator {
  margin: 0 14px;
  color: #EFC148;
}
.ova-blog.blog-template2 .item .content .post-title {
  font-size: 22px;
}
.ova-blog.blog-template2 .item .content .read-more {
  display: inline-flex;
  align-items: center;
  column-gap: 18px;
  padding: 0;
  background-color: transparent;
}
.ova-blog.blog-template2 .item .content .read-more:before {
  background-color: transparent;
}
.ova-blog.blog-template2 .item .content .read-more .icon-read-more {
  vertical-align: middle;
}
.ova-blog.blog-template2 .item .content .read-more .icon-read-more i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 40px;
  line-height: 0.7;
  color: #FFC24E;
}
.ova-blog.blog-template3 .item:hover .content {
  box-shadow: none;
}
.ova-blog.blog-template3 .item:hover .content .read-more {
  color: var(--primary);
  text-decoration: underline;
}
.ova-blog.blog-template3 .item:hover .content .read-more .icon-read-more i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0 5px;
  color: var(--primary);
}
.ova-blog.blog-template3 .item .media img {
  height: 380px;
  filter: saturate(0);
}
.ova-blog.blog-template3 .item .category a {
  top: unset;
  right: unset;
  bottom: 13px;
  left: 13px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 6px;
  text-transform: uppercase;
}
.ova-blog.blog-template3 .item .date {
  position: static;
  font-size: 14px;
  font-weight: 500;
  color: var(--heading);
  background-color: transparent;
  padding: 0;
}
.ova-blog.blog-template3 .item .content {
  margin: 0;
  padding: 22px 0 0 0;
  background-color: transparent;
  box-shadow: none;
}
.ova-blog.blog-template3 .item .content .post-meta {
  margin-bottom: 25px;
  column-gap: 15px;
}
.ova-blog.blog-template3 .item .content .post-meta .item-meta .right a {
  color: var(--heading);
}
.ova-blog.blog-template3 .item .content .post-title {
  margin: 0 0 25px 0;
  font-size: 24px;
  border-bottom: 1px solid #0F0F0F;
}
.ova-blog.blog-template3 .item .content .read-more {
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
  padding: 0;
  font-size: 16px;
  color: var(--heading);
  text-transform: capitalize;
  background-color: transparent;
}
.ova-blog.blog-template3 .item .content .read-more:before {
  background-color: transparent;
}
.ova-blog.blog-template3 .item .content .read-more .icon-read-more i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 22px;
  transform: rotate(-45deg);
}
.ova-blog.blog-template4 .item {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}
@media (max-width: 1024px) {
  .ova-blog.blog-template4 .item {
    grid-template-columns: auto;
  }
}
.ova-blog.blog-template4 .item:first-child {
  display: block;
  grid-row-start: 1;
  grid-row-end: 3;
  grid-template-columns: 1fr;
}
.ova-blog.blog-template4 .item:first-child .media {
  border-radius: 8px;
}
.ova-blog.blog-template4 .item:first-child .media img {
  height: 400px;
}
.ova-blog.blog-template4 .item:first-child .category {
  display: block;
}
.ova-blog.blog-template4 .item:first-child .content {
  padding: 22px 0 0 0;
}
.ova-blog.blog-template4 .item:first-child .content .post-title {
  margin: 0 0 25px 0;
  border-bottom: 1px solid rgba(226, 226, 226, 0.67);
}
.ova-blog.blog-template4 .item:hover .content {
  box-shadow: none;
}
.ova-blog.blog-template4 .item:hover .content .read-more {
  color: var(--primary);
  text-decoration: underline;
}
.ova-blog.blog-template4 .item:hover .content .read-more .icon-read-more i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0 5px;
  color: var(--primary);
}
.ova-blog.blog-template4 .item .media {
  border-radius: 5px;
}
.ova-blog.blog-template4 .item .media img {
  height: 100%;
}
.ova-blog.blog-template4 .item .category {
  display: none;
}
.ova-blog.blog-template4 .item .category a {
  right: unset;
  left: 15px;
  top: 15px;
  padding-top: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 16px;
}
.ova-blog.blog-template4 .item .date {
  position: static;
  font-size: 14px;
  font-weight: 500;
  color: var(--heading);
  background-color: transparent;
  padding: 0;
}
.ova-blog.blog-template4 .item .content {
  margin: auto 0;
  padding: 30px;
  background-color: transparent;
  box-shadow: none;
}
.ova-blog.blog-template4 .item .content .post-meta {
  margin-bottom: 25px;
  column-gap: 15px;
}
.ova-blog.blog-template4 .item .content .post-meta .item-meta .right a {
  color: var(--heading);
}
.ova-blog.blog-template4 .item .content .post-title {
  font-size: 24px;
}
.ova-blog.blog-template4 .item .content .read-more {
  display: inline-flex;
  align-items: center;
  column-gap: 16px;
  padding: 0;
  font-size: 16px;
  color: var(--heading);
  text-transform: capitalize;
  background-color: transparent;
}
.ova-blog.blog-template4 .item .content .read-more:before {
  background-color: transparent;
}
.ova-blog.blog-template4 .item .content .read-more .icon-read-more i {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-flex;
  font-size: 22px;
  transform: rotate(-45deg);
}
.ova-blog .item:hover .media img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(1.04);
}
.ova-blog .item:hover .content {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog .item:hover .content .post-title a {
  color: var(--primary);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog .item:hover .content .read-more {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #fff;
}
.ova-blog .item:hover .content .read-more:before {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ova-blog .item .media {
  position: relative;
  overflow: hidden;
}
.ova-blog .item .media img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: 335px;
  object-fit: cover;
  transform: scale(1);
}
.ova-blog .item .category {
  z-index: 3;
}
.ova-blog .item .category a {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--primary);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  padding: 10px 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog .item .date {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--primary);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog .item .content {
  position: relative;
  margin: -30px 20px 0 20px;
  background-color: #fff;
  padding: 30px 40px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ova-blog .item .content .post-meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.ova-blog .item .content .post-meta .item-meta {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.ova-blog .item .content .post-meta .item-meta .separator {
  margin: 0 6px;
}
.ova-blog .item .content .post-meta .item-meta .left {
  color: var(--primary);
}
.ova-blog .item .content .post-meta .item-meta .right {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.ova-blog .item .content .post-meta .item-meta .right a {
  color: var(--text);
}
.ova-blog .item .content .post-meta .item-meta .right a:hover {
  color: var(--primary);
}
.ova-blog .item .content .post-title {
  margin: 0;
  padding-bottom: 25px;
}
.ova-blog .item .content .post-title a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: var(--heading);
}
.ova-blog .item .content .short_desc {
  margin: 0 0 15px 0;
  padding: 0;
}
.ova-blog .item .content .read-more {
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #f4f2f9;
  color: var(--text);
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 18px;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
}
.ova-blog .item .content .read-more:before {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--secondary);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: -1;
}