.header-3 .mega-menu-wrapper .header-main .main-menu ul li a,
.header-3 .mega-menu-wrapper .header-main .main-menu ul li a i {
  color: rgb(255, 255, 255) !important;
}
/* Blog */
.blog-section {
  padding-top: 40px;
  background-color: antiquewhite;
}
.title-section.style2 .title-content .sub-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #fc5a11 !important;
}

.blog-card.style1 .thumb img {
  height: 250px;
  width: 100%;
}
.blog-card.style1 .thumb a {
  width: 100%;
}

.blog-card.style1 .content .meta span {
  color: black !important;
  font-size: 14px !important;
  font-weight: 600;
}

.title-section.style2 .title-content h2 {
  max-width: 100% !important;
}

.content-b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.content-b i {
  color: #fc5a11;
}
