.slider-title {
  margin-bottom: 20px;
}

.image-slider {
  margin-top: 40px;
  background-color: white;

  &.box-slider {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .slides {
    position: relative;
    background-color: #FFFFFF;

    .img-slide {
      overflow: visible;
      width: 100%;
      height: 100%;
      left: inherit;

      img {
        height: 100%;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
    }
  }

  .indicators .indicator-item {
    height: 12px;
    width: 12px;
    margin: 0 12px;
    border: 1px solid black;
    background: transparent;

    &.active {
      background-color: black;
    }
  }
}

.lime_text {
  color: $zim_lime !important;
}

.orange_text {
  color: $zim_orange !important;

}
