/*** 

====================================================================
	Testimonial One
====================================================================

***/

.testimonial-one{
	position: relative;
	padding: 110px 0px 50px;
	background-color: var(--color-four);
}

.testimonial-one .comfort-section{
	position: relative;
	min-height: 600px;
}

.testimonial-one .image-carousel{
	position: relative;
	z-index: 10;
	margin-top: -240px;
}

.testimonial-one .image-carousel .image{
	position: relative;
	width: 420px;
}

.testimonial-one .thumbs-carousel{
	position: relative;
	z-index: 99;
	padding-left: 450px;
}

.testimonial-one .image-carousel .owl-dots{
	position: absolute;
	left: -250px;
	top: -80px;
	right: 0px;
	text-align: center;
}

.testimonial-one .image-carousel .owl-dots .owl-dot{
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 0.15;
	margin: 0px 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-two);
}

.testimonial-one .image-carousel .owl-dots .owl-dot.active,
.testimonial-one .image-carousel .owl-dots .owl-dot:hover{
	opacity: 1;
	background-color: var(--main-color);
}

.testimonial-one .image-carousel .owl-nav{
	position: absolute;
    right: 0px;
    top: 600px;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.testimonial-one  .image-carousel .owl-nav .owl-prev,
.testimonial-one  .image-carousel .owl-nav .owl-next{
	position: relative;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-30);
	font-family: "Flaticon";
	margin-left: var(--margin-left-20);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-one .image-carousel .owl-nav .owl-prev:hover,
.testimonial-one .image-carousel .owl-nav .owl-next:hover{
	color: var(--main-color);
}


.testimonial-one .thumbs-carousel .owl-dots{
	position: absolute;
	left: 0px;
	top: -80px;
	right: 100px;
	text-align: right;
}

.testimonial-one .thumbs-carousel .owl-dots .owl-dot{
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 0.15;
	margin: 0px 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-two);
}

.testimonial-one .thumbs-carousel .owl-dots .owl-dot.active,
.testimonial-one .thumbs-carousel .owl-dots .owl-dot:hover{
	opacity: 1;
	background-color: var(--main-color);
}
.testimonial-one .thumbs-carousel .owl-nav{
	position: absolute;
	right: 0px;
	top: -85px;
}

.testimonial-one .thumbs-carousel .owl-nav .owl-prev,
.testimonial-one .thumbs-carousel .owl-nav .owl-next{
	position: relative;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-30);
	font-family: "Flaticon";
	margin-left: var(--margin-left-20);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-one .thumbs-carousel .owl-nav .owl-prev:hover,
.testimonial-one .thumbs-carousel .owl-nav .owl-next:hover{
	color: var(--main-color);
}

.testimonial-one .thumbs-carousel li{
	position: relative;
	cursor: pointer;
}

.testimonial-one .thumbs-carousel li img{
	position: relative;
	filter: grayscale(100%);
}

.testimonial-one .thumbs-carousel li:hover img{
	filter: grayscale(0%);
}

.testimonial-one .testimonial-block_one{
	margin-top: 300px;
}

.testimonial-block_one{
	position: relative;
	margin-left: var(--margin-left-30);
}

.testimonial-block_one-inner{
	position: relative;
	padding-left: 90px;
}

.testimonial-block_one-quote{
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 1em;
	font-size: var(--font-50);
	color: var(--main-color);
	font-family: "Flaticon";
}

.testimonial-block_one-text{
	position: relative;
	line-height: 48px;
	max-width: 700px;
	font-weight: 400;
	color: var(--color-three);
	font-size: var(--font-32);
	margin-bottom: var(--margin-bottom-25);
}

.testimonial-block_one-author{
	position: relative;
	font-weight: 600;
	color: var(--color-two);
	font-size: var(--font-20);
}

.testimonial-block_one-author span{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: var(--font-16);
	color: var(--color-three);
	margin-top: var(--margin-top-10);
}

.testimonial-block_one.style-two .testimonial-block_one-quote{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.testimonial-block_one.style-two .testimonial-block_one-inner{
	text-align: center;
	padding-left: var(--padding-zero);
}

.testimonial-block_one.style-two .testimonial-block_one-text{
	max-width: 100%;
	line-height: 46px;
	font-size: var(--font-32);
	font-family: var(--font-family-Poppins);
}

/* Style Three */

.testimonial-block_one.style-three{
	margin-right: var(--margin-zero);
}

.testimonial-block_one.style-three .testimonial-block_one-inner{
	padding-right: var(--padding-zero);
}

.testimonial-block_one.style-three .testimonial-block_one-quote{
	position: relative;
	margin-bottom: var(--margin-bottom-20);
}

.testimonial-block_one.style-three .testimonial-block_one-inner{
	text-align: center;
	padding-left: var(--padding-zero);
}

.testimonial-block_one.style-three .testimonial-block_one-text{
	max-width: 100%;
	line-height: 46px;
	font-size: var(--font-32);
	color: var(--white-color);
	font-family: var(--font-family-Poppins);
}

.testimonial-block_one.style-three .testimonial-block_one-author{
	color: var(--white-color);
}

@media only screen and (max-width: 1540px){
	
	
	
}

@media only screen and (max-width: 1450px){
	
	
	
}
	
@media only screen and (max-width: 1340px){

	
	
}

@media only screen and (max-width: 1200px){
	
	.testimonial-one .image-carousel{
		margin-top: -205px;
	}

	.testimonial-one .thumbs-carousel{
		padding-left: 420px;
	}

	.testimonial-block_one.style-two{
		margin-left: var(--margin-zero);
	}

}

@media only screen and (max-width: 1140px){
	
	.testimonial-one .thumbs-carousel{
		padding-left: var(--padding-zero);
		margin-bottom: var(--margin-bottom-30);
	}

	.testimonial-one .testimonial-block_one{
		margin-top: var(--margin-zero);
	}

	.testimonial-one .image-carousel{
		margin-top: var(--margin-zero);
	}

}

@media only screen and (min-width: 768px){
	
	
	
}

@media only screen and (max-width: 1023px){
	
	.testimonial-one .image-carousel .owl-dots,
	.testimonial-one .thumbs-carousel .owl-nav{
		display: none;
	}
	
}

@media only screen and (max-width: 900px){
	
	.testimonial-block_one.style-two .testimonial-block_one-text{
		line-height: 32px;
		font-size: var(--font-18);
	}

	.testimonial-block_one.style-two .testimonial-block_one-text br{
		display: none;
	}
	
}

@media only screen and (max-width: 767px){
	
	.testimonial-one .image-carousel .image{
		display: none;
	}

	.testimonial-one .testimonial-block_one{
		margin-left: var(--margin-zero);
	}

	

}

@media only screen and (max-width: 599px){
	
	

}

@media only screen and (max-width: 479px) {
	
	.testimonial-block_one-inner{
		padding-left: var(--padding-zero);
	}

	.testimonial-block_one-quote{
		position: relative;
		display: block;
		margin-bottom: var(--margin-bottom-20);
	}

	

}

/*** 

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two{
	position: relative;
	padding: 110px 0px 100px;
}

.testimonial-two .authors-box{
	position: relative;
}

.testimonial-two .authors-box .thumbs-carousel{
	position: relative;
	text-align: right;
	max-width: 620px;
	margin-top: -125px;
	margin-bottom: var(--margin-bottom-60);
}

.testimonial-two .authors-box .thumbs-carousel li{
	position: relative;
	width: 100px;
	height: 100px;
	cursor: pointer;
	overflow: hidden;
	border-radius: 50px;
	filter: grayscale(100%);
	border: 2px solid transparent;
	transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
}

.testimonial-two .authors-box .thumbs-carousel li:hover{
	filter: grayscale(0%);
	border-color: var(--main-color);
}

.testimonial-two .owl-nav{
	position: absolute;
	left: 0px;
	top: 16%;
	right: 0px;
}

.testimonial-two .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	left: 0px;
	opacity: 0.10;
	line-height: 1em;
	font-size: var(--font-40);
	font-family: "Flaticon";
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-two .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	right: 0px;
	opacity: 0.10;
	line-height: 1em;
	font-size: var(--font-40);
	font-family: "Flaticon";
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-two .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-two .owl-carousel .owl-nav button.owl-next:hover{
	opacity: 1;
}

.testimonial-two .owl-dots{
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-30);
}

.testimonial-two .owl-dots .owl-dot{
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 0.20;
	margin: 0px 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-two);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-two .owl-dots .owl-dot.active,
.testimonial-two .owl-dots .owl-dot:hover{
	opacity: 1;
	background-color: var(--main-color);
}


.testimonial-two .authors-box .thumbs-carousel .owl-dots{
	position: absolute;
	left: 0px;
	top: -80px;
	right: 100px;
	text-align: right;
}

.testimonial-two .authors-box .thumbs-carousel .owl-dots .owl-dot{
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 0.15;
	margin: 0px 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-two);
}

.testimonial-two .authors-box .thumbs-carousel .owl-dots .owl-dot.active,
.testimonial-two .authors-box .thumbs-carousel .owl-dots .owl-dot:hover{
	opacity: 1;
	background-color: var(--main-color);
}
.testimonial-two .thumbs-carousel .owl-nav{
	position: absolute;
	right: 0px;
	top: -60px;
}

.testimonial-two .authors-box .thumbs-carousel .owl-nav .owl-prev,
.testimonial-two .authors-box .thumbs-carousel .owl-nav .owl-next{
	position: relative;
	display: inline-block;
	color: var(--color-two);
	font-size: var(--font-30);
	font-family: "Flaticon";
	margin-left: var(--margin-left-20);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-two .authors-box .thumbs-carousel .owl-nav .owl-prev:hover,
.testimonial-two .authors-box .thumbs-carousel .owl-nav .owl-next:hover{
	color: var(--main-color);
}

@media only screen and (max-width: 1540px){
	
	
	
}

@media only screen and (max-width: 1450px){
	
	
	
}
	
@media only screen and (max-width: 1340px){

	
	
}

@media only screen and (max-width: 1200px){
	
	

}

@media only screen and (max-width: 1140px){
	
	

}

@media only screen and (min-width: 768px){
	
	
	
}

@media only screen and (max-width: 1023px){
	
	.testimonial-two .authors-box .thumbs-carousel{
		margin-top: var(--margin-zero);
	}
	
}

@media only screen and (max-width: 900px){
	
	.testimonial-two .owl-nav{
		position: relative;
		top: 0px;
		text-align: center;
		margin-top: var(--margin-top-30);
	}

	.testimonial-two .owl-carousel .owl-nav button.owl-prev,
	.testimonial-two .owl-carousel .owl-nav button.owl-next{
		position: relative;
		margin: 0px 10px;
		display: inline-block;
	}

}

@media only screen and (max-width: 767px){
	
	

}

@media only screen and (max-width: 599px){
	
	

}

@media only screen and (max-width: 479px) {
	
	

}

/*** 

====================================================================
	Testimonial Three
====================================================================

***/

.testimonial-three{
	position: relative;
	padding: 140px 0px 140px;
}

.testimonial-three .owl-dots{
	position: relative;
	text-align: center;
	margin-top: var(--margin-top-30);
}

.testimonial-three .owl-dots .owl-dot{
	position: relative;
	width: 8px;
	height: 8px;
	opacity: 0.40;
	margin: 0px 10px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--white-color);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-three .owl-dots .owl-dot.active,
.testimonial-three .owl-dots .owl-dot:hover{
	opacity: 1;
	background-color: var(--main-color);
}

.testimonial-three .owl-nav{
	position: absolute;
	left: 30px;
	top: 30%;
	right: 30px;
}

.testimonial-three .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	left: 0px;
	opacity: 0.40;
	line-height: 1em;
	color: var(--white-color);
	font-size: var(--font-34);
	font-family: "Flaticon";
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-three .owl-carousel .owl-nav button.owl-next{
	position: absolute;
	right: 0px;
	opacity: 0.40;
	line-height: 1em;
	color: var(--white-color);
	font-size: var(--font-34);
	font-family: "Flaticon";
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-three .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-three .owl-carousel .owl-nav button.owl-next:hover{
	opacity: 1;
}

.testimonial-three_image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-attachment: fixed;
	background-size: cover;
}

.testimonial-three_image-layer::before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.40;
	background-color: var(--black-color);
}

@media only screen and (max-width: 1540px){
	
	
	
}

@media only screen and (max-width: 1450px){
	
	
	
}
	
@media only screen and (max-width: 1340px){

	
	
}

@media only screen and (max-width: 1200px){
	
	

}

@media only screen and (max-width: 1140px){
	
	

}

@media only screen and (min-width: 768px){
	
	
	
}

@media only screen and (max-width: 1023px){
	
	.testimonial-three .owl-nav{
		position: relative;
		left: 0px;
		right: 0px;
		top: auto;
		text-align: center;
		margin-top: var(--margin-top-30);
	}

	.testimonial-three .owl-carousel .owl-nav button.owl-prev,
	.testimonial-three .owl-carousel .owl-nav button.owl-next{
		position: relative;
		margin: 0px 10px;
		display: inline-block;
	}
	
	.testimonial-block_one.style-three{
		margin-left: var(--margin-zero);
	}

	.testimonial-block_one.style-three .testimonial-block_one-text{
		line-height: 32px;
		font-size: var(--font-18);
	}

	.testimonial-block_one.style-three .testimonial-block_one-text br{
		display: none;
	}

	.testimonial-three{
		padding: 110px 0px 110px;
	}

}

@media only screen and (max-width: 900px){
	
	

}

@media only screen and (max-width: 767px){
	
	

}

@media only screen and (max-width: 599px){
	
	

}

@media only screen and (max-width: 479px) {
	
	

}