﻿/* main-concept-one */

.testimonial.main-concept-one{
}

.testimonial.main-concept-one .testimonial-item{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
	padding:25px 25px 25px 25px;
	background:#fff;
	border:1px #cdcdcd solid;
	border-radius:3px;
}

.testimonial.main-concept-one .testimonial-item:nth-child(even){
	background:#f8f8f8;
}

.testimonial.main-concept-one .testimonial-item > .holder{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	padding:0px 0px 0px 140px;
}

.testimonial.main-concept-one .testimonial-item.no-image > .holder{
	padding-left:0;
}

.testimonial.main-concept-one .testimonial-item > .holder > .pic{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:auto;
	height:auto;
	float:left;
	margin-bottom:30px;
	text-align:center;
}

.testimonial.main-concept-one .testimonial-item > .holder > .pic img{
	width:110px;
	border-radius:50%;
}

.testimonial.main-concept-one .testimonial-item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
}

.testimonial.main-concept-one .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.main-concept-one .testimonial-item > .holder > .data blockquote{
	margin:0px 0px 10px 0px;
}

.testimonial.main-concept-one .testimonial-item > .holder > .data h4{
	margin:0px 0px 6px 0px;
	text-align:right;
	font-size:18px;
	color:#3a383f;
	line-height:25px;
}

.testimonial.main-concept-one .testimonial-item > .holder > .data h4 a{
	color:#3a383f;
}

.testimonial.main-concept-one .testimonial-item > .holder > .data h5{
	margin:0px 0px 10px 0px;
	text-align:right;
	font-weight:400;
	font-size:15px;
	color:#3c3b41;
	line-height:23px;
}

/* main-concept-two */

.testimonial.main-concept-two{
}

.testimonial.main-concept-two .testimonial-item{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
	padding:25px 25px 25px 25px;
	background:#fff;
	border:1px #cdcdcd solid;
	border-radius:3px;
}

.testimonial.main-concept-two .testimonial-item:nth-child(even){
	background:#f8f8f8;
}

.testimonial.main-concept-two .testimonial-item > .holder{
	width:100%;
	height:auto;
	float:left;
}

.testimonial.main-concept-two .testimonial-item.no-image > .holder{
	padding-left:0;
}

.testimonial.main-concept-two .testimonial-item > .holder > .pic{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
}

.testimonial.main-concept-two .testimonial-item > .holder > .pic img{
	width:100px;
	float:left;
	margin:0px 30px 10px 0px;
}

.testimonial.main-concept-two .testimonial-item > .holder > .pic h4{
	margin:20px 0px 6px 0px;
	font-size:17px;
	color:#937d55;
	line-height:25px;
}

.testimonial.main-concept-two .testimonial-item.no-image > .holder > .pic h4{
	margin-top:0;
}

.testimonial.main-concept-two .testimonial-item > .holder > .pic h4 a{
	color:#3a383f;
}

.testimonial.main-concept-two .testimonial-item > .holder > .pic h5{
	margin:0px 0px 10px 0px;
	font-weight:400;
	font-size:14px;
	color:#3c3b41;
	line-height:22px;
}

.testimonial.main-concept-two .testimonial-item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
}

.testimonial.main-concept-two .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.main-concept-two .testimonial-item > .holder > .data blockquote{
	margin:0px 0px 10px 0px;
}

/* main-concept-three */

.testimonial.main-concept-three{
}

.testimonial.main-concept-three .testimonial-item{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 30px 0px;
	padding:25px 25px 25px 25px;
	background:#fff;
	border-radius:3px;
}

.testimonial.main-concept-three .testimonial-item:nth-child(even){
	background:#fff;
}

.testimonial.main-concept-three .testimonial-item > .holder{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	padding:0px 0px 0px 185px;
}

.testimonial.main-concept-three .testimonial-item.no-image > .holder{
	padding-left:0;
}

.testimonial.main-concept-three .testimonial-item > .holder > .pic{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:auto;
	height:auto;
	float:left;
	margin-bottom:30px;
	text-align:center;
}

.testimonial.main-concept-three .testimonial-item > .holder > .pic img{
	width:150px;
	border-radius:50%;
padding: 7px;
	border:1px solid #e5e5e5; 
}

.testimonial.main-concept-three .testimonial-item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	border-left: 3px solid #eeeeee;
}

.testimonial.main-concept-three .testimonial-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.main-concept-three .testimonial-item > .holder > .data blockquote{
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 50px;
	background: none;
	min-height:65px;
	position: relative;
	
}
.testimonial.main-concept-three .testimonial-item > .holder > .data blockquote:before{
	content:"\f10d";
	font-family: FontAwesome;
	position:absolute;
	left:18px;
	top:-10px;
	font-size:23px;
	color: #444444;
	text-align: right;
    outline: none;
}

.testimonial.main-concept-three .testimonial-item > .holder > .data h4{
	margin:0px 0px 6px 0px;
	padding: 0px 0px 0px 50px;
	text-align:left;
	font-size:16px;
	color:#1a202d;
	line-height:25px;
}

.testimonial.main-concept-three .testimonial-item > .holder > .data h4 a{
	color:#1a202d;
}

.testimonial.main-concept-three .testimonial-item > .holder > .data h5{
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 50px;
	text-align:left;
	font-weight:400;
	font-size:15px;
	color:#1a202d;
	line-height:23px;
}


/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
	
	.testimonial.main-concept-one .testimonial-item{
		margin:0px 0px 60px 0px;
	}
	
	.testimonial.main-concept-one .testimonial-item > .holder{
		padding:0;
	}
	
	.testimonial.main-concept-one .testimonial-item > .holder > .pic{
		position:static;
		width:100%;
	}
	
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
	
	.testimonial.main-concept-one .testimonial-item{
		margin:0px 0px 60px 0px;
	}
	
	.testimonial.main-concept-one .testimonial-item > .holder{
		padding:0;
	}
	
	.testimonial.main-concept-one .testimonial-item > .holder > .pic{
		position:static;
		width:100%;
	}
	
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.main-concept-one .testimonial-item{
		margin:0px 0px 60px 0px;
	}
	
	.testimonial.main-concept-one .testimonial-item > .holder{
		padding:0;
	}
	
	.testimonial.main-concept-one .testimonial-item > .holder > .pic{
		position:static;
		width:100%;
	}
	
}