
/*Testimonial Block*/

.testimonial-block{
	position: relative;
}

.testimonial-block .inner-box{
	position: relative;
}

.testimonial-block .inner-box .text{
	position: relative;
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
	width: 100%;
	margin-bottom: 20px;
}

.testimonial-block .inner-box .author{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: rgba(255,255,255,0.30);
}

.testimonial-block .inner-box .author span{
	font-size: 14px;
	font-weight: 400;
}


/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position: relative;
	padding: 0px 0px 85px;
}

.testimonial-section:before{
	position: absolute;
	content: '';
	right: 0px;
	top:0px;
	width: 30%;
	height: 100%;
	background-color: #f9f8fc;
}

.testimonial-section .sec-title{
	margin-bottom:0px;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots{
	position:relative;
	margin-top:-30px;
}

.testimonial-section .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	background-color:#cccccc;
	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:hover,
.testimonial-section .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:var(--theme-color);
}

/*Testimonial Block Two*/

.testimonial-block-two{
	position: relative;
}

.testimonial-block-two .inner-box{
	position: relative;
}

.testimonial-block-two .inner-box .content-column{
	position: relative;
}

.testimonial-block-two .inner-box .content-column .inner-column{
	position: relative;
	padding-top: 50px;
	margin-bottom: 50px;
}

.testimonial-block-two .inner-box .content-column .text{
	position: relative;
	color:#222222;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8em;
	margin-bottom: 25px;
	font-family: 'Merriweather', serif;
}

.testimonial-block-two .inner-box .content-column .author{
	position: relative;
	color:#555555;
	font-size: 14px;
	font-weight: 600;
	padding-left: 60px;
	text-transform: uppercase;
}

.testimonial-block-two .inner-box .content-column .author:before{
	position: absolute;
	content: '';
	left:0px;
	top: 9px;
	height: 1px;
	width:50px;
	background-color: #dddddd;
}

.testimonial-block-two .inner-box .image-column{
	position: relative;
}

.testimonial-block-two .inner-box .image-column .inner-column{
	position: relative;
	text-align: center;
}

.testimonial-block-two .inner-box .image-column .inner-column .image{
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.testimonial-block-two .inner-box .image-column .inner-column .image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.testimonial-block-two .inner-box .image-column .inner-column .image:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.testimonial-block-two .inner-box .image-column .inner-column .image img{
	position: relative;
	width:auto;
}


/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position: relative;
	padding:105px 0px;
}

.testimonial-block-three{
	position: relative;
}

.testimonial-block-three .inner-box{
	position: relative;
	text-align: center;
}

.testimonial-block-three .inner-box .image{
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.testimonial-block-three .inner-box .text{
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 1.9em;
	max-width: 930px;
	margin: 0 auto;
	font-style: italic;
	margin-bottom: 35px;
	font-family: 'Merriweather', serif;
}

.testimonial-block-three .inner-box .author{
	position: relative;
	color:#555555;
	font-size: 14px;
	font-weight: 600;
	padding-top: 20px;
	text-transform: uppercase;
}

.testimonial-block-three .inner-box .author:before{
	position: absolute;
	content: '';
	left: 50%;
	top: 0px;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: #dddddd;
}

.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-section-two .owl-dots{
	position:absolute;
	right: 0px;
	top: 100px;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:8px;
	margin-bottom: 10px;
	border-radius:50%;
	background-color:#cccccc;
	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:hover,
.testimonial-section-two .owl-dots .owl-dot.active{
	position:relative;
	width:22px;
	height:8px;
	border-radius:10px;
	background-color:var(--theme-color);
}


/* Testimonial Block Four */

.testimonial-block-four{
	position: relative;
}

.testimonial-block-four .inner-box{
	position: relative;
}

.testimonial-block-four .inner-box .text{
	position: relative;
	color:#ffffff;
	font-size: 16px;
	line-height: 1.8em;
	font-style: italic;
	margin-bottom: 30px;
	font-family: 'Merriweather', serif;
}

.testimonial-block-four .inner-box .author-info{
	position: relative;
}

.testimonial-block-four .inner-box .author-info .info-inner{
	position: relative;
	padding-left: 75px;
	padding-top: 10px;
	min-height: 60px;
}

.testimonial-block-four .inner-box .author-info .info-inner .quote-icon{
	position: absolute;
	right: 0px;
	top: 15px;
	color:#ffffff;
	font-size: 36px;
	line-height: 1em;
}

.testimonial-block-four .inner-box .author-info .info-inner .image{
	position: absolute;
	left: 0px;
	top: 0px;
	width:60px;
	height:60px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-four .inner-box .author-info .info-inner h3{
	position: relative;
	color:#ffffff;
	font-size: 14px;
	font-weight: 500;
}

.testimonial-block-four .inner-box .author-info .info-inner .designation{
	position: relative;
	color:#ffffff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}


/* Tesimonials section */
.testimonials__section {
    position: relative;
    padding: 145px 0 120px;
}

.testimonial__block {
    position: relative;
}

.testimonial__block .inner-box {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 20px 40px 0px rgba(0, 28, 64, 0.1);
    padding: 50px;
}

.testimonial__block .author-info {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
    padding-top: 7px;
}

.testimonial__block .thumb {
    position: absolute;
    top: 0;
    left: .0;
}

.testimonial__block h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #443986;
}

.testimonial__block .designation {
    position: relative;
    font-size: 16px;
}

.testimonial__block .text {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #808080;
}

.testimonial__block .quote-icon {
    position: absolute;
    top: 60px;
    right: 50px;
}

.testimonials__section .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.testimonials__section .owl-stage-outer {
    overflow: visible;
}

.testimonials__section .owl-item {
    opacity: 0;
}

.testimonials__section .owl-item.active {
    opacity: 1;
}

.testimonials__section .owl-nav{
	display:none;
}

.testimonials__section .owl-dots{
	position:relative;
	text-align: center;
    margin: 30px 0;
}

.testimonials__section .owl-dots .owl-dot{
	position:relative;
	width:15px;
	height:15px;
	margin:0px 5px;
	display:inline-block;
	border-radius:50%;
	border: 2px solid var(--theme-color);
	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;
}

.testimonials__section .owl-dots .owl-dot:before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: '';
    background-color: var(--theme-color);
    top: 3px;
    left: 3px;
    transition: .5s;
    opacity: 0;
}

.testimonials__section .owl-dots .owl-dot:hover:before,
.testimonials__section .owl-dots .owl-dot.active:before{
	opacity: 1;
}


/* Testimonials section two */

.testimonials__section2 {
    position: relative;
    padding: 190px 0 150px;
}

.testimonials__section2 .owl-stage-outer {
    overflow: visible;
}

.testimonials__section2 .owl-item {
    opacity: 0;
}

.testimonials__section2 .owl-item.active {
    opacity: 1;
}

.testimonials__section2 .owl-dots{
	display:none;
}


.testimonials__section2 .owl-nav {
    position: absolute;
    bottom: 100px;
    left: -410px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 1170px;
    justify-content: flex-end;
}

.testimonials__section2 .owl-nav>* {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    box-shadow: 0px 10px 30px 0px rgba(45, 41, 41, 0.15);
    margin: 0 0 0 10px;
    transition: .5s;
    position: relative;
    z-index: 9;
    color: #2d2929;
}

.testimonials__section2 .owl-nav>*:hover {
    color: #fff;
    background: var(--theme-color);
}

.testimonial__block2 {
    position: relative;
    margin-bottom: 30px;
    padding: 55px 60px;
    box-shadow: 0px 30px 110px 0px rgba(0, 28, 64, 0.1);
    background-color: #fff;
}

.testimonial__block2 .quote-icon {
    position: relative;
    margin-bottom: 30px;
}

.testimonial__block2 .quote-icon img {
    width: auto;
}

.testimonial__block2 .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.testimonial__block2 h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #443986;
}

.testimonial__block2 .designation {
    position: relative;
    font-size: 16px;
}

.testimonial__block2 .author-thumb {
    position: absolute;
    right: 20px;
    bottom: 0;
}



/* testimonials section2 style two */
.testimonials__section2.style__two {
    background: #f6f6f5;
    overflow: hidden;
}

.testimonials__section2.style__two .shape {
    position: absolute;
    left: -150px;
    bottom: -330px;
    width: 600px;
    height: 600px;
    border: 110px solid #fff;
    border-radius: 50%;
}