/*
 * ----------------------------------------------------------------------------------------
 *10.START TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */

.testi {
  padding-top: 1em;
  padding-bottom: 3em !important;
  background: #f5f1ed;
}

.testimonial{
  background:#ffffff;
  border-radius: .5em;
  padding: 1.5em;
}

.single_testimonial {
	background:#fff;
    padding: 30px;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
}
.single_testimonial img {
    border-radius: 100px;
    float: left;
    height: 120px;
    width: 120px;
    border: 5px solid #eee;
}
.single_testimonial h4 {
color: #333;
text-transform: uppercase;
margin-top: 15px;
margin-bottom: 0;
}

.carousel-indicators li {
    border: 1px solid #00aeef;
    border-radius: 12px;
    height: 12px;
    margin: 0 1px;
    width: 5px;
    background: #00aeef;
}
.carousel-indicators .active {
  background-color: #00aeef;
  height: 18px;
  margin: 0 1px ;
  width: 5px;
}
.carousel-indicators-two li {
    border: 1px solid #fff;
    border-radius: 12px;
    height: 12px;
    margin: 0 1px;
    width: 5px;
    background: #fff;
}
.carousel-indicators-two .active {
  background-color: #fff;
  height: 18px;
  margin: 0 1px ;
  width: 5px;
}
.site-wrapper { margin-bottom: 65px }
#testimonial_slide { margin-bottom: 70px }
#testimonial_slide .carousel-indicators {bottom: -85px; }

#property_slide { margin-bottom: 50px }
#property_slide .carousel-indicators {bottom: -65px; }

#property_slide_two { margin-bottom: 50px }
#property_slide_two .carousel-indicators {bottom: -65px; }

#property_slide_three { margin-bottom: 50px }
#property_slide_three .carousel-indicators {bottom: -65px; }

#property_slide_four { margin-bottom: 50px }
#property_slide_four .carousel-indicators {bottom: -65px; }

.carousel-control { display: none }
/*
 * ----------------------------------------------------------------------------------------
 * 10.END TESTIMONIAL DESIGN
 * ----------------------------------------------------------------------------------------
 */
