/* All default css style Default layout*/
.testimonial-style2.testimonial-slide  .bx-wrapper {
	padding-top: 0px;
}

.testimonial-style2.testimonial-slide .cshero-pager a {
	margin: 0px 8px;
	border: none;
	border-radius: 50% !important;
	line-height: 100px;
}

.testimonial-style2.testimonial-slide .cshero-pager a img {
	width: 100px !important;
	height: 100px !important;
	-webkit-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	border-radius: 50% !important;
}

.testimonial-style2.testimonial-slide .cshero-pager a:hover,
.testimonial-style2.testimonial-slide .cshero-pager a.active {
	border: 10px solid rgba(255, 255, 255, 0.1);
	line-height: 120px;
}

.testimonial-style2.testimonial-slide .cshero-pager a:hover img,
.testimonial-style2.testimonial-slide .cshero-pager a.active img {
	width: 120px !important;
	height: 120px !important;  
}

.testimonial-style2.testimonial-slide .cshero-testimonial-title {
	margin-top: 15px;
	margin-bottom: 5px;
}

.testimonial-style2.testimonial-slide .cshero-testimonial-title:before {
	content: '-';
	padding-left: 5px;
}

.testimonial-style2.testimonial-slide .cshero-testimonial-title:after {
	content: '-';
	padding-right: 5px;
}

.testimonial-style2.testimonial-slide .cshero-testimonial-category {
	font-size: 15px;
	font-weight: 300;
}

.testimonial-style2.testimonial-slide .cshero-testimonial-description {
	line-height: 1.5;
	padding-bottom: 10px;
}

