.carousel-caption {
    position: relative;
    left: 0%;
    right: 0%;
    bottom: 0px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    text-shadow: none;
& .btn {
    text-shadow: none; // No shadow for button elements in carousel-caption
}
    }

.carousel {
    position: relative;
}

.controllers {
    
    top: 45px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel-indicators li {
	border: 1px solid #707070 ;
	
}
.carousel-indicators .active {
	background-color :rgba(0,0,0,0) ;
}