.bixol-latest-news-block {
  padding-bottom: 150px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .bixol-latest-news-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.bixol-latest-news-block .title-style-2 {
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .bixol-latest-news-block .title-style-2 {
    margin-bottom: 30px;
  }
}
.bixol-latest-news-block .title-style-2 span.bixol-subtitle {
  font-weight: 500;
  font-size: 20px;
  position: relative;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .bixol-latest-news-block .title-style-2 span.bixol-subtitle {
    font-size: 16px;
  }
}
.bixol-latest-news-block .title-style-2 h3 {
      color: var(--title-text-color);
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 767px) {
  .bixol-latest-news-block .title-style-2 h3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .bixol-latest-news-block .h4-blogs {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .bixol-latest-news-block .h4-blogs .rea-gap {
    margin-bottom: 20px;
  }
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column {
  box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  height: 100%;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column:hover {
  box-shadow: 0px 23px 29px 0px rgba(0, 0, 0, 0.18);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column:hover .thumb-wrapper::before {
  opacity: 0;
  visibility: hidden;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column:hover .thumb-wrapper::after {
  animation: 800ms shine;
}
@keyframes shine {
  0% {
    left: -100px;
  }
  100% {
    left: 120%;
  }
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column:hover .thumb-wrapper img {
  transform: scale(1.1);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column:hover .blog-content .blog-meta {
  height: 0;
  margin-top: 3px;
  transition: all 0.3s ease-in;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column:hover .blog-content .readmore-btn {
  height: 36px;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column:hover .blog-content .readmore-btn img {
  width: 14px;
  margin-bottom: 4px;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper::after {
  content: "";
  position: absolute;
  left: -130px;
  top: 0;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skew(-10deg);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper a {
  display: block;
  width: 100%;
  height: 306px;
  color: #0d6efd;
}
@media (max-width: 1199px) {
  .bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper a {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper a {
    height: 376px;
  }
}
@media (max-width: 767px) {
  .bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper a {
    height: 325px;
  }
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper a:hover {
  color: #0a58ca;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .thumb-wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  display: block;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content {
  padding: 25px;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .blog-date {
  width: 80px;
  height: 80px;
  background-color: var(--color-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .blog-date .title {
  font-size: 30px;
  font-weight: 700;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .blog-date .subtitle {
  margin-top: -6px;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .blog-meta {
  height: 20px;
  margin-top: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .blog-meta span {
  color: var(--color-primary);
  font-size: 13px;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .blog-meta span + span {
  margin-left: 30px;
  position: relative;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .blog-meta span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 20px;
  background-color: var(--color-primary);
  transform: translateY(-50%);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .h4-headline {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .h4-headline a:hover {
  text-decoration: none;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .h4-headline a h4 {
  transition: all 0.3s ease-in;
  color: var(--title-text-color);
  text-transform: initial;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 20px;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .h4-headline a h4:hover {
  color: var(--color-primary);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .seperator {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(25, 25, 25, 0.09);
  margin-top: 12px;
  margin-bottom: 15px;
  position: relative;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .seperator::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 4px;
  background-color: var(--color-primary);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .h4-pera-txt p {
  color: var(--text-color);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .readmore-btn {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .readmore-btn a {
  margin-top: 15px;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  color: var(--color-primary);
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .readmore-btn a span {
  text-decoration: none;
  margin-left: 3px;
  position: relative;
}
.bixol-latest-news-block .h4-blogs .rea-gap .h4-blog-column .blog-content .readmore-btn a span::after {
  position: absolute;
  top: 2px;
  left: 0;
  content: "\e650";
  font-family: "iconfont" !important;
  font-size: 12px;
  margin-left: 3px;
}
.bixol-latest-news-block .h4-blogs .view-all-btn {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .bixol-latest-news-block .h4-blogs .view-all-btn {
    margin-top: 0;
  }
}
.bixol-latest-news-block .h4-blogs .view-all-btn a {
  padding: 15px 15px 15px 21px;
  background-color: var(--color-primary);
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in;
  text-decoration: none;
  border-radius: var(--button-radius);
}
.bixol-latest-news-block .h4-blogs .view-all-btn a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  transform: skew(-10deg);
  top: 0;
  left: -60px;
  transition: all 0.3s ease-in;
  z-index: -1;
}
.bixol-latest-news-block .h4-blogs .view-all-btn a:hover {
  transform: translateY(-6px);
}
.bixol-latest-news-block .h4-blogs .view-all-btn a:hover::before {
  animation: 800ms shine;
}
@keyframes shine {
  0% {
    left: -100px;
  }
  100% {
    left: 120%;
  }
}
.bixol-latest-news-block .h4-blogs .view-all-btn a .iconfont {
  margin-left: 8px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #ffffff;
  color: var(--color-primary);
  display: inline-block;
}



@media screen and (max-width: 1440px) {
  .bixol-latest-news-block .title-style-2 h3 {font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .bixol-latest-news-block .title-style-2 h3 {font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .bixol-latest-news-block .title-style-2 h3 {font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .bixol-latest-news-block .title-style-2 h3 {font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .bixol-latest-news-block .title-style-2 h3 {font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .bixol-latest-news-block .title-style-2 h3 {font-size: 22px;}
}