div.jumbotron.carousel-hero {

  text-align: center;
  height: 180px;
  background-position: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}




#carousel-1 .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #0f6674;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}


#carousel-1  .carousel-indicators .active {
  opacity: 1;
  background-color:#34ce57;
}