﻿/* testimonial element-ten */

.testimonial.element-ten{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-ten .testimonial-item{
	padding-top:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-left:15px;
}

.testimonial.element-ten:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:40px;
}

.testimonial.element-ten .testimonial-item > .holder{
	padding:50px 30px 50px 30px;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-data{
	margin-bottom:25px;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-data blockquote{
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-data blockquote p{
	margin-bottom:15px;
	font-weight:400;
	font-size:15px;
	color:#3b3b3a;
	line-height:25px;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title{
	position:relative;
	min-height:60px;
	padding-top:4px;
	padding-left:75px;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title:before{
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	content:"\f10e";
	font-family:"FontAwesome";
	font-size:67px;
	color:#848484;
	line-height:1;
	opacity:0.1;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	text-align:center;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic img{
    display:inline-block;
    vertical-align:top;
    width:auto;
    width:60px;
	border-radius:50%;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title > .testimonial-title-data{
	position:relative;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title > .testimonial-title-data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title{
	margin-bottom:0;
	font-weight:500;
	font-size:16px;
	color:#0e121e;
	line-height:28px;
}

.testimonial.element-ten .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .designation{
	margin-bottom:5px;
	font-weight:400;
	font-size:14px;
	color:#848481;
	line-height:28px;
}

/* 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.element-ten:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-ten:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-ten:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}