/*** 

====================================================================
			Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 100px 0 60px;
}

.testimonial-section .sec-title{
	margin-bottom: 25px;
}

.testimonial-section .testimonial-column .inner-columm{
	margin-right: -15px;
}

.testimonial-carousel{
	position: relative;
}

.testimonial-block{
	position: relative;
}

.testimonial-block .inner-box{
	position: relative;
	padding-left: 100px; 
}

.testimonial-block .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	color: #efefef;
	display: block;
	line-height: 60px;
	font-size: 50px;
}

.testimonial-block p{
	display: block;
	font-size: 17px;
	line-height: 30px;
	color: #888888;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 40px;
}

.testimonial-block .info-box{
	position: relative;
}

.testimonial-block .info-box .name{
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #141414;
	font-weight: 500;
	font-style: italic;
}

.testimonial-block .info-box .designation{
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #f44438;
	font-weight: 400;
	font-style: italic;
}

.testimonial-section .image-column .inner-column{
	position: relative;
	margin-right: -45px;
	text-align: right;
}

.testimonial-section .image-column .inner-column:before{
	position: absolute;
	left: 100%;
    top: 30px;
    margin-left: -90px;
	height: 230px;
	width: 220px;
	background-image: url(../images/icons/dots-2.png);
	background-repeat: no-repeat;
	content: "";
}

.testimonial-carousel .owl-nav{
    position: absolute;
    right: 20px;
    bottom:60px;
    z-index: 99;
}

.testimonial-carousel .owl-prev, 
.testimonial-carousel .owl-next {
    position: absolute;
    height: 60px;
    width: 60px;
    right: 0;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
	color: #d4d4d4;
	font-weight: 700;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	-webkit-border-radius:0 30px 30px 0;
	-moz-border-radius:0 30px 30px 0;
	-ms-border-radius:0 30px 30px 0;
	-o-border-radius:0 30px 30px 0;
	border-radius:0 30px 30px 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-prev{
	left: -119px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.testimonial-carousel .owl-prev:hover, 
.testimonial-carousel .owl-next:hover{
	color: #3c4858;
}

/*** 

====================================================================
			Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding: 75px 0 75px;
}

.testimonial-section-two:before{
	position: absolute;
	right: 0;
	bottom: 170px;
	height: 620px;
	width: 427px;
	content: "";
	background-image: url(../images/icons/bg-11.png);
	background-repeat: no-repeat;
	z-index: -1;
}

.testimonial-section-two.alternate{
	padding-bottom: 150px;
}

.testimonial-carousel-two{
	position: relative;
	padding-bottom: 70px;
}

.testimonial-block-two{
	position: relative;
}	

.testimonial-block-two .inner-box{
	position: relative;
	padding-left: 125px;
}

.testimonial-block-two .inner-box:before{
	position: absolute;
	left: 50%;
	top: 20px;
	height: 80px;
	width: 100px;
	background-image: url(../images/icons/quote-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
}

.testimonial-block-two .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 100px;
	width: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-two .thumb img{
	width: 100%;
	height: auto;
	display: block;
}

.testimonial-block-two p{
	display: block;
	font-size: 17px;
	line-height: 30px;
	color: #888888;
	font-weight: 300;
	letter-spacing: .5px;
	margin-bottom: 15px;
}

.testimonial-block-two .info{
	position: relative;
}

.testimonial-block-two .name{
	display: block;
	font-size: 17px;
	line-height: 21px;
	color: #141414;
	font-weight: 500;
}

.testimonial-block-two .designation{
	display: block;
	font-size: 13px;
	line-height: 21px;
	color: #888888;
	font-weight: 400;
}

.testimonial-carousel-two .owl-nav{
	display: none;
}

.testimonial-carousel-two .owl-dots{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.testimonial-carousel-two .owl-dots .owl-dot{
	position:relative;
	width:8px;
	height: 8px;
	margin:0 5px;
	background-color: #f44437;
	display:inline-block;
	border-radius: 5px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.testimonial-carousel-two .owl-dots .owl-dot.active{
	width: 28px;
}


/** testimonial-ex-section **/

.testimonial-ex-section{
  position: relative;
  background-color: #f8f7f7;
  padding: 145px 0px 165px 0px;
}

.testimonial-ex-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 156px;
  background-repeat: no-repeat;
  background-position: 100% 100%
}

.testimonial-ex-section .new-sec-title{
  margin-bottom: 50px;
}

.testimonial-ex-section .map-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-ex-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-ex-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-ex-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-ex-block .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 42px 30px 57px 50px;
  box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
}

.testimonial-ex-block .inner-box p{
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-bottom: 22px;
}

.testimonial-ex-block .inner-box .author-box{
  position: relative;
  padding-left: 85px;
  margin: 0px;
}

.testimonial-ex-block .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testimonial-ex-block .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-ex-block .inner-box .author-box h4{
  font-size: 20px;
  line-height: 30px;
  color: #222;
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-ex-block .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-ex-section .owl-nav{
  display: none;
}

.testimonial-ex-section .owl-dots{
  position: relative;
  display: block !important;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 52px;
}

.testimonial-ex-section .owl-dots .owl-dot{
  position:relative;
  width:8px;
  height: 8px;
  margin:0 5px;
  background-color: transparent;
  border: 1px solid #b7c4c7;
  display:inline-block;
  border-radius: 50%;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.testimonial-ex-section .owl-dots .owl-dot.active{
  border-radius: 5px;
  width: 30px;
  background-color: #f44438;
  border-color: #f44438;
}


/** testimonial-ex-section-two **/

.testimonial-ex-section-two{
  position: relative;
  padding-top: 15px;
}

.testimonial-ex-section-two .new-sec-title{
  margin-bottom: 50px;
}

.testimonial-ex-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 30px 30px;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
  border-radius: 20px;
}

.testimonial-ex-section-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-ex-section-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-ex-section-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-ex-block-two .inner-box .thumb-box{
  position: absolute;
  left: 30px;
  top: 30px;
  border-radius: 20px;
}

.testimonial-ex-block-two .inner-box .thumb-box img{
  width: 100%;
  border-radius: 20px;
}

.testimonial-ex-block-two .inner-box .content-box{
  position: relative;
  padding: 20px 0px 21px 230px;
  min-height: 240px;
}

.testimonial-ex-block-two .inner-box .content-box .rating{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.testimonial-ex-block-two .inner-box .content-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 20px;
  color: #f1c734;
  margin-right: 5px;
}

.testimonial-ex-block-two .inner-box .content-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-ex-block-two .inner-box .content-box p{
  font-size: 15px;
  line-height: 28px;
  color: #222;
  margin-bottom: 15px;
}

.testimonial-ex-block-two .inner-box .content-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #3c4858;
  margin-bottom: 3px;
}

.testimonial-ex-block-two .inner-box .content-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
}

.testimonial-ex-section-two .owl-nav{
  position: absolute;
  display: block !important;
  top: -130px;
  right: 0px;
	width: 100%;
	text-align: right;
}

.testimonial-ex-section-two .owl-prev, 
.testimonial-ex-section-two .owl-next {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e0dede;
  font-size: 30px;
  color: #222;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 0px;
  transition: all 500ms ease;
}

.testimonial-ex-section-two .owl-prev{
  transform: rotate(180deg);
  margin-right: 10px;
}

.testimonial-ex-section-two .owl-prev:hover, 
.testimonial-ex-section-two .owl-next:hover{
  color: #ffffff;
  background-color: #f44438;
  border-color: #f44438;
}