#place
{
  color:#245993;
  font-size: medium;
  font-weight:700;
  text-align: center;

}
.text-sm 
{
  color:#245993;
  font-size: medium;
  font-weight:700;
  
}

/*****testimony*****/
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	padding: 0 70px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	overflow: hidden;
	min-height: 290px;
}

.carousel .testimonial {
	padding: 30px 0 10px;
}

.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: #245993;;
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #245993;;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #245993;;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/*****testimony*****/
#testi
  {
    text-align: center;
    color:#245993 ;
    margin-top:10px;
    margin-bottom:10px;
    padding-top:10px;
  }
  #testi>strong
  {
    color:#857a3a ;
    margin-top:10px;
    margin-bottom:10px;
  }