

#whole{
	margin-top:-5em;
	
}
.col-center {
	margin: 0 auto;
	float: none !important;
	
}
.carousel {
	margin: 50px auto;
	padding: 0 70px;
	
}
.carousel .item {
	color: #fff;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
	background:none;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	

}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;

	
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: bold;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #fff;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;

    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	margin: 1px 3px;
	border-radius: 50%;
	float:left;
}
.carousel-indicators li {	
	background: #191919;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
	border: 2px solid #fff;
}
.carousel-indicators li.active {	
	background: #191919;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
	width: 28px;
	height: 28px;
	border: 2px solid #fff;
	
}

.testimonial{
	font-family:"Raleway",Thin;
	font-style: italic;
    font-weight: 300;
	font-size:14px;
	text-align:left;
	
}

.overview{
	float:right;
	font-family:"Raleway",bold;
	font-style:bold;
	font-weight:800;
	text-align:left;
}


.img-box{
	float:right;
	
}

.nex{
	
	position:absolute;
	margin-left:30em;
	margin-top:1em;
}
