.diba-carousel .carousel-indicators {
  bottom: 0;
  justify-content: flex-start;
  width: 35%;
  margin-right: 0;
  margin-left: 0;
  padding-left: 15px;
}
.diba-carousel .carousel-caption {
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  padding: 15px;
  text-align: left;
  background-image: url("../img/bg-transparent.png");
  background-repeat: repeat;
}
.diba-carousel .carousel-caption,
.diba-carousel .see-more-description,
.diba-carousel .caption-title,
.diba-carousel .caption-title a,
.diba-carousel .caption-title a:hover,
.diba-carousel .caption-title a:focus {
  color: #fff;
}
.diba-carousel .see-more-description:hover,
.diba-carousel .see-more-description:focus {
  text-decoration: underline;
}
.diba-carousel .carousel-row {
  margin-right: 0;
  margin-left: 0;
}
.diba-carousel .carousel-col {
  padding-right: 0;
  padding-left: 0;
}
.diba-carousel .carousel-control {
  z-index: 100;
}
