.text-justify{
	text-align: justify!important;
}

.card-feedback{
	margin-bottom: 20px;
}

.btn-action{
	cursor: pointer;
}

.feedback-card-body{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

#fade-quote-carousel.carousel {}
#fade-quote-carousel.carousel .carousel-inner .item {}
#fade-quote-carousel.carousel .carousel-inner .active {}
#fade-quote-carousel.carousel .carousel-indicators {bottom: 10px;}
#fade-quote-carousel.carousel .carousel-indicators > li {background-color: #e84a64;border: none;}
#fade-quote-carousel blockquote {text-align: center;border: none;}
#fade-quote-carousel .profile-circle {width: 100px;height: 100px;margin: 0 auto;border-radius: 100px;}