.testimonial{
    padding:60px 0;
}
.testimonial-slider{ position: relative;}
.testimonial-inner h3{
    color: #30373f;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
  }
  .testimonial .slick-prev, .testimonial .slick-next{top:30%;}
.testimonial .slick-slider {
    margin-bottom: 50px;
}
.perfmatters-lazy-youtube {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.23%;
    overflow: hidden;
}
.perfmatters-lazy-youtube img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    border: none;
    cursor: pointer;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all
}

.perfmatters-lazy-youtube img:hover {
    -webkit-filter: brightness(75%)
}

.perfmatters-lazy-youtube .play {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background: url(https://stonegalleria.in/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    filter: grayscale(1)
}

.perfmatters-lazy-youtube:hover .play {
    filter: grayscale(0)
}

.perfmatters-lazy-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 99
}

.perfmatters-lazy.pmloaded,.perfmatters-lazy.pmloaded>img,.perfmatters-lazy>img.pmloaded,.perfmatters-lazy[data-ll-status=entered] {
    animation: 500ms pmFadeIn
}
.slick-prev {
    left: -60px !important;
}
.slick-next {
    right: -60px !important;
}
@keyframes pmFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}















































