/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:135px 0px 140px;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	position:relative;
	margin-left:280px;
	margin-top:20px;
	display:inline-block;
}

.testimonial-section .owl-dots:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:100%;
	height:2px;
	background-color:#efefef;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	border:1px solid #05e249;
	width:20px;
	height:20px;
	z-index:1;
	margin:0px 10px;
	display:inline-block;
	border-radius:50%;
	background-color:#ffffff;
}

.testimonial-section .owl-dots .owl-dot:after{
	position:absolute;
	content:'';
	right:2px;
	top:2px;
	left:2px;
	bottom:2px;
	opacity:0;
	border-radius:50%;
	background-color:#05e249;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot.active::after,
.testimonial-section .owl-dots .owl-dot:hover::after{
	opacity:1;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-block{
	position:relative;
	padding-left:230px;
	padding-bottom:20px;
}

.testimonial-block .inner-block .big-letter{
	position:absolute;
	right:0px;
	top:-60px;
	font-size:400px;
	font-weight:700;
	line-height:1em;
	color:rgba(0,0,0,0.03);
}

.testimonial-block .inner-block .image{
	position:absolute;
	left:0px;
	width:174px;
	height:171px;
	margin:30px 0px;
}

.testimonial-block .inner-block .image:before{
	position:absolute;
	content:'';
	left:15px;
	top:-15px;
	width:166px;
	height:174px;
	background:url(../images/icons/author-triangle.png) no-repeat;
}

.testimonial-block .inner-block .image img{
	position:relative;
	width:174px;
	height:171px;
}

.testimonial-block .inner-block .content{
	position:relative;
	padding-left:60px;
	border-left:1px solid #e5e5e5;
}

.testimonial-block .inner-block .content .title{
	position:relative;
	color:#ff4c72;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}

.testimonial-block .inner-block .content h2{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:2px;
	padding-bottom:12px;
	margin-bottom:18px;
}

.testimonial-block .inner-block .content h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:44px;
	height:3px;
	background-color:#ff4c72;
}

.testimonial-block .inner-block .content .text{
	position:relative;
	color:#555555;
	font-size:17px;
	font-style:italic;
	padding-left:80px;
}

.testimonial-block .inner-block .content .text .quote-icon{
	position:absolute;
	left:0px;
	top:8px;
	color:#f69329;
	font-size:50px;
	line-height:1em;
}


/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:110px 0px 90px;
	background-position:right top;
	background-repeat:no-repeat;
}

.testimonial-section-two .image-column{
	position:relative;
}

.testimonial-section-two .image-column .image{
	position:relative;
	margin-left:-60px;
	display:inline-block;
}

.testimonial-section-two .image-column .image:before{
	position: absolute;
    content: '';
    left: 50px;
    top: -50px;
    width: 550px;
    height: 573px;
    z-index: -1;
    background: url(../images/icons/case-line.png) no-repeat;
}

.testimonial-section-two .content-column{
	position:relative;
}

.testimonial-section-two .content-column .inner-column{
	position:relative;
	padding-top:55px;
}

.testimonial-section-two .content-column .sec-title{
	margin-bottom:25px;
}

.testimonial-section-two .content-column .big-letter{
	position:absolute;
	right:0px;
	bottom:0px;
	font-weight:700;
	font-size:400px;
	line-height:50px;
	text-transform:uppercase;
	color:rgba(34,34,34,0.03);
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	color:#f69329;
	font-size:40px;
	line-height:1em;
	margin-bottom:15px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#555555;
	font-size:17px;
	font-style:italic;
	line-height:1.8em;
}

.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-section-two .owl-dots{
	position:relative;
	margin-top:20px;
	display:inline-block;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	border:1px solid #c8c8c8;
	width:14px;
	height:14px;
	z-index:1;
	margin-right:10px;
	display:inline-block;
	border-radius:50%;
	background-color:#ffffff;
}

.testimonial-section-two .owl-dots .owl-dot:after{
	position:absolute;
	content:'';
	right:2px;
	top:2px;
	left:2px;
	bottom:2px;
	opacity:0;
	border-radius:50%;
	background-color:#ff4c72;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover{
	border-color:#19e457;
}

.testimonial-section-two .owl-dots .owl-dot.active::after,
.testimonial-section-two .owl-dots .owl-dot:hover::after{
	opacity:1;
}

/** testimonial-home-3 **/

.testimonial-home-3{
	position: relative;
	padding-top: 142px;
	overflow: hidden;
}

.testimonial-home-3 .sec-title-two{
	margin-bottom: 100px;
}

.testimonial-home-3 .testimonial-content{
	position: relative;
	display: block;
	padding: 0px 200px;
	padding-bottom: 100px;
	overflow: hidden;
}

.testimonial-home-3 .testimonial-content .shape .shape-1{
	position: absolute;
	top: 20px;
	right: 85px;
	width: 109px;
	height: 140px;
	background-repeat: no-repeat;
}

.testimonial-home-3 .testimonial-content .shape .shape-2{
	position: absolute;
	left: 55px;
	bottom: 10px;
	width: 390px;
	height: 258px;
	background-repeat: no-repeat;
}

.testimonial-home-3 .inner{
	position: relative;
	display: block;
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
	margin-top: 60px;
	padding: 0px 70px 52px 70px;
}

.testimonial-home-3 .owl-carousel .owl-stage-outer{
	overflow: visible;
}

.testimonial-home-3 .owl-carousel .owl-stage-outer .owl-item{
	opacity: 0;
}

.testimonial-home-3 .owl-carousel .owl-stage-outer .owl-item.active{
	opacity: 1;
}

.testimonial-home-3 .inner .thumb-box{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin-top: -60px;
	margin-bottom: 27px;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
}

.testimonial-home-3 .inner .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-home-3 .inner .text{
	position: relative;
	display: block;
	margin: 0px;
}

.testimonial-home-3 .inner .text p{
	font-size: 17px;
	line-height: 34px;
	margin-bottom: 22px;
}

.testimonial-home-3 .inner .text h4{
	margin-bottom: 3px;
}

.testimonial-home-3 .inner .text .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
}

.testimonial-home-3 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-home-3 .owl-nav,
.testimonial-home-3 .owl-dots{
	display: none;
}