.home-testimonial {
    position: relative;
    padding: 0 0 42px;
}
.home-testimonial .testimonial-image-pen {
    position: absolute;
    left: 80px;
    top: 60px;
}
.home-testimonial .testimonial-image-pen img {
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.home-testimonial .testimonial-area {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 194px 265px 170px;
}
.home-testimonial .testimonial-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 1119px;
    background-color: #FAF5F2;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1119 710"><path d="M930.617 192.772C923.382 192.368 916.209 192.368 909.129 192.741C905.962 90.7428 825.29 6.32434 721.515 0.454178C643.295 -3.95621 573.087 37.4765 537.005 101.396C503.593 67.697 458.102 45.7693 407.022 42.8808C317.127 37.8182 237.821 93.2896 208.725 173.857C203.757 172.925 198.758 172.149 193.572 171.869C130.444 168.328 76.3517 216.625 72.8118 279.799C71.9423 295.329 74.2401 310.299 79.0842 324.12C35.3012 345.427 4.00101 389.127 1.05109 441.244C-3.26511 517.867 55.3296 583.463 131.903 587.781C146.187 588.588 160.098 587.19 173.264 583.898C201.056 653.533 267.134 704.469 346.906 708.973C418.201 712.98 482.819 678.939 521.044 624.461C555.139 665.863 605.722 693.475 663.448 696.705C747.909 701.488 822.992 652.787 855.907 580.078C872.457 585.638 889.97 589.147 908.229 590.172C1017.93 596.353 1111.9 512.4 1118.08 402.669C1124.26 292.968 1040.32 198.953 930.617 192.772Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1119 710"><path d="M930.617 192.772C923.382 192.368 916.209 192.368 909.129 192.741C905.962 90.7428 825.29 6.32434 721.515 0.454178C643.295 -3.95621 573.087 37.4765 537.005 101.396C503.593 67.697 458.102 45.7693 407.022 42.8808C317.127 37.8182 237.821 93.2896 208.725 173.857C203.757 172.925 198.758 172.149 193.572 171.869C130.444 168.328 76.3517 216.625 72.8118 279.799C71.9423 295.329 74.2401 310.299 79.0842 324.12C35.3012 345.427 4.00101 389.127 1.05109 441.244C-3.26511 517.867 55.3296 583.463 131.903 587.781C146.187 588.588 160.098 587.19 173.264 583.898C201.056 653.533 267.134 704.469 346.906 708.973C418.201 712.98 482.819 678.939 521.044 624.461C555.139 665.863 605.722 693.475 663.448 696.705C747.909 701.488 822.992 652.787 855.907 580.078C872.457 585.638 889.97 589.147 908.229 590.172C1017.93 596.353 1111.9 512.4 1118.08 402.669C1124.26 292.968 1040.32 198.953 930.617 192.772Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.home-testimonial .testimonial-shape {
    width: 100%;
    height: 104%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-position: top center;
    background-repeat: no-repeat;
}
.home-testimonial .testimonial-shape-star-left {
    position: absolute;
    left: 155px;
    top: 70px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.home-testimonial .testimonial-shape-star-left img {
    -webkit-animation: rotated 6s infinite linear;
    animation: rotated 6s infinite linear;
}
.home-testimonial .testimonial-shape-star-right {
    position: absolute;
    right: 235px;
    top: -140px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.home-testimonial .testimonial-shape-star-right img {
    -webkit-animation: rotated2 6s infinite linear;
    animation: rotated2 6s infinite linear;
}
.home-testimonial .section-title {
    padding-bottom: 22px;
    position: relative;
    z-index: 2;
}
.home-testimonial .testimonial-carousel {
    position: relative;
}
.home-testimonial .testimonial-item {}
.home-testimonial .testimonial-item-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    min-height: 200px;
}
.home-testimonial .testimonial-item-quote {
    line-height: 30px;
    margin: 0 0 54px;
}
.home-testimonial .testimonial-item-author {
    position: relative;
    display: inline-block;
    text-align: left;
    min-height: 46px;
    margin-left: 235px;
    padding: 0 0 0 58px;
}
.home-testimonial .testimonial-item-author svg {
    width: 46px !important;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-testimonial .testimonial-item-author .testimonial-item-author-name {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px;
}
.home-testimonial .testimonial-item-author .testimonial-item-author-designation {
    font-size: 14px;
    color: #5F7999;
    line-height: 1;
    margin: 0;
}
.home-testimonial .owl-nav {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: -54px 0 0 127px;
}
.home-testimonial .owl-nav button.owl-next,
.home-testimonial .owl-nav button.owl-prev {
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 62px;
    background-color: #F25334;
    stroke: #ffffff;
    font-size: 18px;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M0.00047095 24.0601C0.000469814 11.0767 12.4473 1.44505 23.8118 0.548945C36.7997 0.548676 47.623 11.0767 47.623 24.0601C47.623 37.0434 42.2114 47.7688 20.5648 47.7689C6.49446 46.8726 0.000472085 37.0434 0.00047095 24.0601Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M0.00047095 24.0601C0.000469814 11.0767 12.4473 1.44505 23.8118 0.548945C36.7997 0.548676 47.623 11.0767 47.623 24.0601C47.623 37.0434 42.2114 47.7688 20.5648 47.7689C6.49446 46.8726 0.000472085 37.0434 0.00047095 24.0601Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.home-testimonial .owl-nav button.owl-next {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 48"><path d="M48.5464 24.2569C48.5464 37.2402 36.0996 46.8719 24.7351 47.768C11.7471 47.7683 0.923822 37.2402 0.923824 24.2569C0.923826 11.2736 6.33548 0.548165 27.9821 0.5481C42.0524 1.44432 48.5464 11.2736 48.5464 24.2569Z"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 48"><path d="M48.5464 24.2569C48.5464 37.2402 36.0996 46.8719 24.7351 47.768C11.7471 47.7683 0.923822 37.2402 0.923824 24.2569C0.923826 11.2736 6.33548 0.548165 27.9821 0.5481C42.0524 1.44432 48.5464 11.2736 48.5464 24.2569Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 49px;
    line-height: 30px;
    background-color: #26A6A1;
}
.home-testimonial .owl-nav [class*=owl-]:hover {
    stroke: #ffffff;
    text-decoration: none;
    background-color: #0B2038;
}
.home-testimonial .owl-nav button.owl-prev:hover {
    line-height: 56px;
}
.home-testimonial .owl-nav button.owl-next:hover {
    line-height: 52px;
}

@media (max-width: 767px) {
    .home-testimonial .testimonial-bg {
        mask-size: cover;
    }
    .home-testimonial .testimonial-area {
        padding: 150px 25px 100px;
    }
    .home-testimonial .testimonial-shape-star-left,
    .home-testimonial .testimonial-shape-star-right{
        display: none;
    }
}