/** testimonial-section **/

.testimonial-section {
    position: relative;
}

.testimonial-section .title-inner {
    max-width: 550px;
}

.testimonial-block-one .inner-box {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-block-one .inner-box .image-box {
    position: relative;
    min-width: 210px;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.testimonial-block-one .inner-box .image-box .image {
    position: relative;
    display: block;
    border-radius: 5px;
}

.testimonial-block-one .inner-box .image-box .image img {
    width: 100%;
    border-radius: 5px;
}

.testimonial-block-one .inner-box .image-box .icon-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 113px;
    height: 113px;
    line-height: 113px;
    background: #fff;
    text-align: center;
    font-size: 44px;
}

.testimonial-block-one .inner-box .text-box p {
    font-size: 18px;
    margin-bottom: 30px;
}

.testimonial-block-one .inner-box .text-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
}

.testimonial-block-one .inner-box .text-box .designation {
    position: relative;
    display: block;
    font-weight: 500;
}

.testimonial-section .owl-nav button {
    position: relative;
    display: block;
}

.testimonial-section .owl-nav button.owl-prev {
    margin-bottom: 10px;
}

.testimonial-section .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 60px;
    top: 110px;
    width: 93px;
    height: 90px;
    background-repeat: no-repeat;
}

.testimonial-section .pattern-layer .pattern-2 {
    position: absolute;
    top: 70px;
    right: 0px;
    width: 309px;
    height: 164px;
    background-repeat: no-repeat;
}

/** rtl-css **/

.rtl .testimonial-block-one .inner-box {
    text-align: right;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {
    .testimonial-section .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .testimonial-section {
        padding: 40px 0px 70px 0px;
    }
    .testimonial-section .pattern-layer {
        display: none;
    }
}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {
    .testimonial-block-one .inner-box {
        display: block;
    }
    .testimonial-block-one .inner-box .image-box {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}