﻿/* 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;
	color:#6d6d6d;
	font-style:italic;
	font-weight:500;
	
}

.testimonial.home-concept-two  .testimonial-item > .holder > .data blockquote cite:before{
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    content: " ";
    width: 50px;
    height: 3px;
    margin-left: -25px;

}

.testimonial.home-concept-two  .testimonial-item > .holder > .data blockquote cite:before{
    background-color: #1c1c1c;
}
.testimonial.home-concept-two  .testimonial-item > .holder > .data blockquote cite{
	display:block;
	margin:35px 0px 0px 0px;
	font-weight:700;
	font-size:18px;
	color:#1c1c1c;
	font-style:normal;
	position:relative;
	padding-top:30px;
}
.testimonial.home-concept-two  .testimonial-item > .holder > .data blockquote h5{
	display:block;
	margin:10px 0px 0px 0px;
	font-weight:600;
	font-size:14px;
	color:#1c1c1c;
	font-style:normal;
	text-transform:uppercase;
}


.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:5px;
	background:#adadad;
	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:#432f22;
}