/*custom home page slider css*/
.home-top-slider .home-top-slider-inner .owl-nav {
  position: absolute;
  bottom: 15px;
  left: 45px;
  color: #fff;
}
/*top slider*/

.home-top-slider .home-top-slider-inner .slider-text {
  height: auto;
}

.home-top-slider .home-top-slider-inner .owl-nav {
  height: auto;
}

.home-top-slider {
  width: 100%;
  flex: 0 0 100%;
  height: 100%;
  padding: 30px 70px;
}

  .home-top-slider .OCarousel-item {
    overflow: hidden;
  }

    .home-top-slider .OCarousel-item:hover .slider-text {
      background: rgba(255, 88, 116, 0.8);
    }

    .home-top-slider .OCarousel-item img {
      transition: all 0.4s
    }

    .home-top-slider .OCarousel-item:hover img {
      transform: scale(1.1);
    }


  .home-top-slider .home-top-slider-inner .slider-text {
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    position: absolute;
    width: 100%;
    bottom: 50px;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 5;
    transition: all 0.3s;
  }
  .home-top-slider * {
    height: 100%;
  }
@media(max-width: 575px) {
  .home-top-slider .home-top-slider-inner .slider-text {
    font-size: 12px;
  }

  .home-top-slider {
    margin-top: 0;
  }

  .home-top-slider {
    padding: 20px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home-top-slider {
    padding: 30px 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-top-slider {
    padding: 30px 40px;
  }
}


