
  .testimonial_img img {
	width: inherit;
	position: absolute;
	-webkit-transform: translateY(-80px) translateX(-50px);
	-ms-transform: translateY(-120px) translateX(-50px);
    transform: translateY(-80px) translateX(-50px);
	
  }
  
  .testimonial_content {
	margin-left: 260px;
	position: relative;
	z-index: 2;
    padding-right: 10px;
  }
  .testimonial_content .testimonial_content_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

  }
  
  .carousel-item-2 {
	-webkit-box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 12px 38px 0 rgba(0, 0, 0, 0.1);
	padding: 80px 60px;
	position: relative;
    margin-bottom: 50px;
    margin-left: 60px;
	height: 300px;
	background-color: #fff;
  }
  
 
  
  .carousel-inner {
	overflow: visible;
  }
  
  .carousel-indicators li {
	height: 10px;
  }
  
  .carousel-indicators li.active {
	background-color: red;
  }
  