a {
  transition: all 0.2s linear;
}
.custom-logo-link img {
  transition: all 0.3s linear;
}
.custom-logo-link img:hover {
  filter: brightness(0.2);
}
.trendcon h3 {
  margin: 0px 0 10px;
}

@media screen and (min-width: 1158px) {
  .home-slider>.slider-content {
    max-height: 640px;
    overflow: hidden;
  }
  /* .home-slider .slidthumcon {
    max-height: 242px;
    overflow: hidden;
  }
  .home-slider .slidthumcon .slick-slide {
    max-width: 25%;
  } */
  .home-slider .slider-thumb {
    display: flex;
    max-height: 242px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .homnewcon h3 {
    max-width: 120px;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    overflow-wrap: break-word;
  }
}