.carousel.custom .carousel-indicators {
	margin-top:200px;
}
.carousel.custom .carousel-indicators li { 
	height: 20px !important;
    border-radius: 20px !important;
	border:5px solid gray;
    width: 20px; 
}
.carousel.custom .carousel-indicators li.active { 
	border:5px solid #4AAC35;
}

@media screen and (min-width: 768px) {
.carousel{
  height: 80vh;
  } 
}
@media screen and (min-width: 992px) {
.carousel{
  height: 80vh;
  } 
}

.bg-grey-light{
  background-color:#F5F5F5;
}
