.home-slider {
  /* Home Slider 1 */
  /* Home Slider 2 */
  /* Home Slider 3 */
  /* Home Slider 4 */
  /* Home Slider 5 */
}
.home-slider.owl-carousel .item .prop-mobile-slider {
  display: none;
}
.home-slider.owl-carousel .item.no-potrait {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home-slider.owl-carousel .item.no-potrait .prop-mobile-slider {
  display: block;
}
.home-slider.owl-carousel .item.item--type-video > a {
  position: relative;
}
.home-slider.owl-carousel .item.item--type-video > a > .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-color: rgb(0, 0, 0);
  color: #fff;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  padding-top: 3px;
  padding-left: 6px;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: all 0.2s ease;
}
.home-slider.owl-carousel .item.item--type-video > a:hover > .play {
  opacity: 1;
}
.home-slider.owl-carousel .item img.img-reimage {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  transform: translateX(0);
}
@media screen and (min-width: 575px) {
  .home-slider.owl-carousel .item.no-potrait {
    height: auto;
  }
  .home-slider.owl-carousel .item.no-potrait .prop-mobile-slider {
    display: none;
  }
}
.home-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 18%;
  height: 30px;
  margin-top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.home-slider.owl-carousel .owl-dots .owl-dot {
  vertical-align: middle;
}
.home-slider.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 40px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
.home-slider.owl-carousel .owl-dots .owl-dot:hover span, .home-slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #B5D653;
}
.home-slider.owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .home-slider.owl-carousel .owl-dots {
    bottom: 18%;
  }
  .home-slider.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .home-slider.owl-carousel .owl-dots .owl-dot span.active {
    height: 20px;
  }
}
.halado-template-1 .section__home-slider .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1366px;
}

.halado-template-2 .section__home-slider .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1366px;
}
.halado-template-2 .section__home-slider .container .owl-dots {
  bottom: 35px;
  height: auto;
}

.halado-template-3 .home-slider {
  margin-top: 44px;
  overflow: hidden;
}
.halado-template-3 .home-slider,
.halado-template-3 .home-slider .owl-item,
.halado-template-3 .home-slider .item {
  border-radius: 20px;
}
.halado-template-3 .home-slider .item img {
  border-radius: 20px;
}
.halado-template-3 .home-slider .owl-dots {
  bottom: 35px;
  height: auto;
}

.halado-template-4 .section__home-slider .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1366px;
}

.halado-template-5 .section__home-slider .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1366px;
}