.home-banner .carousel-control{background: transparent;     text-shadow: inherit;     opacity: inherit;     top: inherit;     bottom: 15px;     width: 5%;}

.home-banner .carousel-inner img{width:100%; height:600px}	
.home-banner .carousel-indicators{display:none;}
.home-banner  .carousel-control.left{    right: 0;
    left: inherit;}
	
.carousel-control .fa-angle-right, .carousel-control .fa-angle-left{	    width: 30px;
    height: 30px;
    margin-top: -20px;
    font-size: 30px;
	background:#6fb1d4;
	color:#fff;
}
.carousel-control .fa-angle-left {margin-right: -10px; z-index: 5;display: inline-block; margin-bottom: 34px;}

.carousel-control .fa-angle-right {margin-right: -10px;z-index: 5;display: inline-block; }
@media screen and (max-width:991px){
	.home-banner .carousel-inner img{width:100%; height:auto}	}
}
@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}

@media screen and (max-width:767px){
.home-banner .carousel-control{width: 15%;}
}