﻿/* testimonial element-six */

.testimonial.element-six{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.testimonial.element-six .testimonial-item{
	padding:15px 15px 15px 15px;
}

.testimonial.element-six:not(.owl-carousel) .testimonial-item{
	float:left;
	margin-bottom:40px;
}

.testimonial.element-six .testimonial-item > .holder{
	text-align:center;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-pic{
	position:relative;
	width:220px;
	margin:auto auto 50px auto;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-main{
	position:relative;
	border-radius:50%;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-main > img{
	width:100%;
	border-radius:inherit;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-main > .testimonial-pic-main-image{
	position:absolute;
	top:-1px;
	right:-1px;
	bottom:-1px;
	left:-1px;
	z-index:1;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:inherit;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-quote{
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	width:70px;
	height:70px;
	border-radius:50%;
	text-align:center;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-quote i{
	font-size:30px;
	color:#fff;
	line-height:70px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data{
	max-width:750px;
	margin:auto;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data blockquote{
	margin-bottom:30px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data blockquote > *:last-child{
	margin-bottom:0 !important;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data blockquote p{
	margin-bottom:20px;
	color:#fff;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data .title{
	margin-bottom:7px;
	font-weight:500;
	font-size:18px;
	color:#fff;
	line-height:25px;
}

.testimonial.element-six .testimonial-item > .holder > .testimonial-data .designation{
	margin-bottom:5px;
	font-weight:400;
	font-size:14px;
	color:#fff;
	line-height:22px;
}

/* 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-six:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	.testimonial.element-six:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	.testimonial.element-six:not(.owl-carousel) .testimonial-item{
		width:100% !important;
	}

}