<style>
   
   .body{

   }
   .testimonial-section.style-two {
    background-color: #fdf6f6;
}
   .testimonial-section {
    position: relative;
    padding: 20px 0px 20px;
    background-size: cover;
}

.testimonial-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: auto;
    background-size: cover;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title.centered {
    text-align: center !important;
}
.sec-title {
    position: relative;
    margin-bottom: 0px;
}
.centered {
    text-align: center;
}
.sec-title .title {
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    color: red;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 0px;
}
.sec-title h2 {
}
h2 {
    line-height: 1.2em;
    font-size: 42px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.testimonial-section .owl-carousel {
    margin: 0px -15px;
    width: auto;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    position: static;
    padding: 20px 0px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.testimonial-section .owl-theme .testimonial-block {
    margin: 0px 15px;
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.testimonial-block .upper-box {
    position: relative;
    padding: 40px 30px 40px;
}
.text, p {
    position: relative;
    line-height: 1.8em;
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.testimonial-block .lower-box {
    position: relative;
    padding: 0px 30px 30px;
}
.testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .lower-box .color-layer {
    transform: scale(1,1);
}
.testimonial-block .inner-box:hover .lower-box .color-layer {
    transform: scale(1,1);
}
.testimonial-block .lower-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    opacity: 0.05;
    background-color: #ff0000e8;
}
.testimonial-block .lower-box .color-layer {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    transform: scale(0,1);
    background-color: #f90303;
    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-block .lower-box .pattern-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: -150px;
    opacity: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    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-block .author-image-outer {
    position: relative;
    display: inline-block;
}
.testimonial-block .author-image-outer .quote-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50px;
    line-height: 35px;
    color: #fff;
    background-color: red;
}
.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-quote-left:before {
    content: "\f10d";
}
.testimonial-block .author-image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
img {
    display: inline-block;
    max-width: 100%;
}
.testimonial-block .author-name {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: var(--dark-color-two);
    margin-top: 20px;
    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-block .designation {
    position: relative;
    font-size: 15px;
    color: #000;
    margin-top: 5px;
    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-block .inner-box:hover .designation, .testimonial-block .inner-box:hover .author-name {
    color: #fff;
}
.testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .designation, .testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .author-name {
    color: #fff;
}
.testimonial-block .inner-box:hover .lower-box .pattern-layer {
    bottom: 0px;
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.testimonial-section .owl-carousel .owl-item.center .testimonial-block .inner-box .lower-box .pattern-layer {
    bottom: 0px;
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.testimonial-block .inner-box:hover .lower-box .color-layer {
    transform: scale(1,1);
}
  </style>