.carousel-item {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  max-height: 100%;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-indicators li {
  background-color: orange;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: orange;
  width: 10%;
  height: 40px;
}

.carousel-control-prev, .carousel-control-next {
  width: 20%;
}