﻿/* home-concept-one */

.testimonial.home-concept-one{
}

.testimonial.home-concept-one .testimonial-item{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 35px 0px;
	text-align:left;
}

.testimonial.home-concept-one .testimonial-item > .holder{
	width:100%;
	height:auto;
	float:left;
}

.testimonial.home-concept-one .testimonial-item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
}

.testimonial.home-concept-one .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.home-concept-one  .testimonial-item > .holder > .data blockquote{
	position:relative;
	margin:0px 0px 10px 0px;
	padding-left:30px;
}

.testimonial.home-concept-one  .testimonial-item > .holder > .data blockquote:before{
	position:absolute;
	top:-2px;
	left:0;
	z-index:0;
	content:"\f10d";
	font-family:'FontAwesome';
	font-size:20px;
	color:#1a202d;
	line-height:24px;
}

.testimonial.home-concept-one  .testimonial-item > .holder > .data blockquote cite{
	display:block;
	margin:10px 0px 0px 0px;
	text-align:right;
	font-weight:600;
	font-size:14px;
	color:#2d241b;
	font-style:normal;
}

/* home-concept-two */

.testimonial.home-concept-two{
}

.testimonial.home-concept-two .testimonial-item{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

.testimonial.home-concept-two .testimonial-item > .holder{
	width:100%;
	height:auto;
	float:left;
}

.testimonial.home-concept-two .testimonial-item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
}

.testimonial.home-concept-two .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.home-concept-two  .testimonial-item > .holder > .data blockquote{
	position:relative;
	margin:0px 0px 10px 0px;
	font-size:17px;
	line-height:30px;
	
}

.testimonial.home-concept-two  .testimonial-item > .holder > .data blockquote:before{
	margin-right:10px;
	content:"\f10d";
	font-family:'FontAwesome';
	font-size:27px;
	color:#1a202d;
	line-height:40px;
}

.testimonial.home-concept-two  .testimonial-item > .holder > .data blockquote cite{
	display:block;
	margin:15px 0px 0px 0px;
	font-weight:600;
	font-size:14px;
	color:#2d241b;
	font-style:normal;
}

.testimonial.home-concept-two .owl-dots{
	width:100%;
	height:auto;
	margin:30px 0px 0px 0px;
	font-size:0;
}

.testimonial.home-concept-two.dot-left .owl-dots{
	text-align:left;
}

.testimonial.home-concept-two.dot-center .owl-dots{
	text-align:center;
}

.testimonial.home-concept-two.dot-right .owl-dots{
	text-align:right;
}

.testimonial.home-concept-two .owl-dots > .owl-dot{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	margin:0px 4px 0px 4px;
}

.testimonial.home-concept-two .owl-dots > .owl-dot:first-child{
	margin:0px 4px 0px 0px;
}

.testimonial.home-concept-two .owl-dots > .owl-dot:last-child{
	margin:0px 0px 0px 4px;
}

.testimonial.home-concept-two .owl-dots > .owl-dot > span{
	display:block;
	width:12px;
	height:12px;
	background:#f8d065;
	border-radius:50%;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.testimonial.home-concept-two .owl-dots > .owl-dot.active > span{
	background:#1a202d;
}