<div class="testimonial10 py-5 bg-success-gradiant">
<div class="container">
<div class="owl-carousel owl-theme text-center testi10">
<!-- item -->
<div class="item">
<div class="quote-bg">
<h3 class="font-weight-light text-white">WrapKit has given our websites huge national presence.We are #1 on page one in Google search results for every website we’ve built, and rank for more keywords than I ever expected in a very competitive, high-value customer industry. In addition</h3>
</div>
<div class="customer-thumb my-3"><img src="https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/1.jpg" alt="wrapkit" class="rounded-circle" /></div>
<h6 class="text-white mb-0 font-weight-medium">Michael Anderson</h6>
<span class="text-white">Project client</span>
</div>
<!-- item -->
<!-- item -->
<div class="item">
<div class="quote-bg">
<h3 class="font-weight-light text-white">WrapKit has given our websites huge national presence.We are #1 on page one in Google search results for every website we’ve built, and rank for more keywords than I ever expected in a very competitive, high-value customer industry. In addition</h3>
</div>
<div class="customer-thumb my-3"><img src="https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/2.jpg" alt="wrapkit" class="rounded-circle" /></div>
<h6 class="text-white mb-0 font-weight-medium">Michael Anderson</h6>
<span class="text-white">Project client</span>
</div>
<!-- item -->
<!-- item -->
<div class="item">
<div class="quote-bg">
<h3 class="font-weight-light text-white">WrapKit has given our websites huge national presence.We are #1 on page one in Google search results for every website we’ve built, and rank for more keywords than I ever expected in a very competitive, high-value customer industry. In addition</h3>
</div>
<div class="customer-thumb my-3"><img src="https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/3.jpg" alt="wrapkit" class="rounded-circle" /></div>
<h6 class="text-white mb-0 font-weight-medium">Michael Anderson</h6>
<span class="text-white">Project client</span>
</div>
<!-- item -->
</div>
</div>
</div>
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,700);
.testimonial10 {
font-family: "Montserrat", sans-serif;
color: #8d97ad;
font-weight: 300;
}
.testimonial10 h1,
.testimonial10 h2,
.testimonial10 h3,
.testimonial10 h4,
.testimonial10 h5,
.testimonial10 h6 {
color: #3e4555;
}
.testimonial10 .font-weight-medium {
font-weight: 500;
}
.testimonial10 .subtitle {
color: #8d97ad;
line-height: 24px;
}
.testimonial10 .testi10 .quote-bg {
max-width: 800px;
width: 100%;
margin: 0 auto;
padding: 60px;
background: url(https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/up-quote.png) no-repeat top left, url(https://www.wrappixel.com/demos/ui-kit/wrapkit/assets/images/testimonial/down-quote.png) no-repeat bottom right;
}
.testimonial10 .testi10 h3 {
line-height: 40px;
font-size: 24px;
}
.testimonial10 .testi10 .customer-thumb img {
width: 60px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px) {
.testimonial10 .testi10 h3 {
line-height: 30px;
font-size: 20px;
}
}
.testimonial10.bg-success-gradiant {
background: #2cdd9b;
background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}
$('.testi10').owlCarousel({
loop: true,
margin: 30,
nav: false,
dots: false,
autoplay: true,
responsiveClass: true,
responsive: {
0: {
items: 1
},
1650: {
items: 1
}
}
})