


/************************************************************************
*  Testimonial 1 css
************************************************************************/
.tgx-testimonial-1 .testimonial-image {
    display: block;
    border-radius: 50px;
    max-width: 50px;
    height: 50px;
    width:auto !important;
  }
	.tgx-testimonial-1 .center .testimoni-wrapper {
	  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
	  transition: all 0.3s ease;
	}
	.tgx-testimonial-1 .testimoni-wrapper {
	  transition: all 0.3s ease;
	  display: inline-block;
	  background: #f5f5f5;
	  padding: 30px ;
	  margin: 15px;
	}
	.tgx-testimonial-1 .testimoni-wrapper .testimony {
	  display: block;
	  margin-bottom: 35px;
	}
	.tgx-testimonial-1 .testimoni-wrapper .testimony:before {
	  	content: "\f10d";
		// font: normal normal normal 14px/1 FontAwesome;
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900; 
	  	color: #ece9f0;
	  	font-size: 26px;
	  	display: block;
	  	margin-bottom: 15px;
	}
/*	.tgx-testimonial-1 .testimoni-wrapper .testimony p {
	  line-height: 30px;
	}*/
	.tgx-testimonial-1 .testimoni-wrapper .author {
	  position: relative;
	  border-top: 1px solid #ece9f0;
	  padding: 30px 0;
	}
	.tgx-testimonial-1 .testimoni-wrapper .author:before {
	  content: "";
	  position: absolute;
	  left: 31px;
	  right: 0;
	  height: 10px;
	  width: 10px;
	  bottom: 0;
	  top: -1px;
	  border: 8px solid transparent;
	  border-bottom-color: #ece9f0;
	  transform: rotate(180deg);
	}
	.tgx-testimonial-1 .testimoni-wrapper .author .name {
	  font-size: 16px;
	  margin: 5px -10px;
	}
	.tgx-testimonial-1 .testimoni-wrapper .author .designation {
	   font-size: 14px;
       margin: 5px -10px;
	}
	.tgx-testimonial-1 .testimoni-wrapper:hover {
	  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
	  transition: all 0.3s ease;
	}

