.carousel-caption {
  font-size: 16px;
  font-style: inherit;
  font-weight: bold;
}
.carousel-caption h1
{
  white-space: nowrap;
  font-size: 54px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  font-family: Poppins;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.carousel-caption p
{
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: #fff;
}
.carousel-caption
{
 top: 35% !important;
}

.carousel-control {
  text-shadow: 0;
}

.carousel-control .glyphicon-chevron-left {
  top: 45%;
  font-size: 28px;
  color: #fff;
  opacity: 1 !important;
}

.carousel-control .glyphicon-chevron-right {
  top: 45%;
  font-size: 28px;
  color: #fff;
  opacity: 1 !important;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 00001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 00001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.carousel-indicators {
  bottom: 8% !important;
}

.carousel-indicators li {
  border: 1px solid #f6963f !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  width: 11px !important;
  height: 11px !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.carousel-indicators .active {
  border: 0px solid #f6963f !important;
  border-radius: 10px !important;
  background-color: #f6963f !important;
  width: 11px !important;
  height: 11px !important;
  margin-bottom: 1px !important;
}
