.text-grey {
  color: #9b9b9b;
}

.home-banner {
  height: 92vh;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.owl-stage-outer {
  height: 100%;
}

.owl-stage,
.owl-item {
  height: 100%;
}

.web-ticker {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  gap: 30px;
}

.web-ticker img {
  height: 90px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.web-ticker img:hover {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .web-ticker {
    gap: 15px;
  }
  .web-ticker img {
    height: 80px;
  }
}
/*# sourceMappingURL=style-2.css.map */