.testimonial-inner h3 {
    /* color: #D5151A; */
    color: #D51317;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    max-width: 257px;
    margin: 0 auto;
    min-height: 90px;
    padding: 0;
}

.testimonial-loop .testimonial-item {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 15px 25px -1px rgb(145 145 145 / 30%);
    height: 480px;
    width: 480px;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 60px 40px;
    align-items: start;
    transition: all 0.3s ease;
}

.testimonial-loop.owl-carousel {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.testimonial-loop .testimonial-item .excerpt {
    color: #232C58;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    font-weight: 500;
}

.job-details .job-title {
    color: #232C58;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: right;
}

.job-details .highlight {
    color: #232C58;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    text-align: right;
    max-width: 175px;
    margin: 0 0 0 auto;
}

.job-content .avatar-img {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.job-details {
    max-width: calc(100% - 140px);
    margin: 19px auto 0 0;
}

.testimonial-item:hover {
    background-color: #E6ECF2;
}

.job-content .avatar-img img {
    object-fit: cover;
    object-position: center;
}

/*.testimonial-loop .owl-nav button.owl-next, .brand-logos-slider .owl-nav button.owl-prev, 
.case-study-carousel .owl-nav button.owl-next, .brand-logos-slider .owl-nav button.owl-prev {
    background-color: #FBBC40;
    width: 48px;
    height: 48px;
    border-radius: 200px;
}*/

.testimonial-loop .owl-nav button span:before, 
.case-study-carousel .owl-nav button span:before {
    content: '';
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}

.testimonial-loop .owl-nav button.owl-prev span:before, 
.case-study-carousel .owl-nav button.owl-prev span:before {
    margin-left: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.testimonial-loop .owl-nav button.owl-next span:before, 
.case-study-carousel .owl-nav button.owl-next span:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 4px;
}

.testimonial-loop .owl-nav button, 
.case-study-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FBBC40 !important;
    width: 60px;
    height: 60px;
    border-radius: 200px;
}

.testimonial-loop .owl-nav .owl-prev,
.case-study-carousel .owl-nav .owl-prev {
    left: -10px;
}

.testimonial-loop .owl-nav .owl-next, 
.case-study-carousel .owl-nav .owl-next {
    right: -10px;
}

.testimonial-loop .owl-nav button span, 
.case-study-carousel .owl-nav button span {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.testimonial-loop .owl-dots {
    display: none;
}

.case-study-carousel .case-study-slide {
    display: flex;
    align-items: center;
    padding: 0 100px 0;
}

.case-study-carousel .photo-wrapper > img {
    width: 100%;
}

.case-study-carousel .photo-wrapper {
    position: relative;
    max-width: 448px;
}

.case-study-carousel.owl-carousel .owl-item .logo-wrapper img {
    width: 216px;
    height: 216px;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    border: solid 1px #EDEDEE;
    position: absolute;
    bottom: -55px;
    right: 0;
    background-color: #fff;
}

.case-study-carousel .owl-dots {
    display: none;
}

.case-study-content {
    width: calc(100% - 500px);
}

.case-study-media {
    width: 500px;
}

.case-study-carousel h3.case-study-title {
    color: #232C58;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 5px;
}

.case-study-carousel p.case-study-term {
    color: #232C58;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
}

.case-study-carousel .excerpt {
    color: #232C58;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    max-width: 900px;
}

.case-study-carousel a.case-study-button {
    color: #232C58;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    background-color: #FBBC40;
    border-radius: 200px;
    padding: 12px 36px;
    display: inline-block;
    margin-top: 32px;
    transition: all 0.3s ease;
}

.case-study-carousel a.case-study-button:hover {
    background-color: #232C58;
    color: #fff;
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {

    .testimonial-inner h3 {
        line-height: 22px;
        font-size: 18px;
        max-width: 300px;
        min-height: 72px;
    }

    .job-details .job-title {
        font-size: 15px;
        line-height: 22px;
    }

    .testimonial-loop .testimonial-item {
        height: 415px;
        width: 415px;
        padding: 60px 30px;
    }

    .job-content .avatar-img img {
        width: 135px;
        height: 135px;
    }

    .testimonial-loop .testimonial-item .excerpt {
        font-size: 15px;
        line-height: 22px;
    }

    .job-details .highlight {
        font-size: 13px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {

    .testimonial-inner h3 {
        line-height: 20px;
        font-size: 15px;
        max-width: 220px;
        min-height: 65px;
    }

    .testimonial-loop .testimonial-item .excerpt {
        font-size: 13.5px;
        line-height: 20px;
        max-width: 300px;
    }

    .job-details .job-title {
        font-size: 14px;
        line-height: 19px;
    }

    .job-details .highlight {
        font-size: 12px;
        line-height: 15px;
    }

    .job-details {
        max-width: calc(100% - 100px);
        margin: 15px auto 0 0;
        padding-left: 20px;
    }

    .job-content .avatar-img img {
        width: 110px;
        height: 110px;
    }

    .testimonial-loop .testimonial-item {
        height: 400px;
        width: 400px;
        padding: 50px 30px;
        transition: all 0.3s ease;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {    

    .testimonial-loop .testimonial-item {
        height: 375px;
        width: 375px;
        padding: 45px 30px;
    }

    .testimonial-inner h3 {
        line-height: 20px;
        font-size: 15px;
        min-height: 70px;
        max-width: 235px;
    }

    .testimonial-loop .testimonial-item .excerpt {
        font-size: 12.5px;
        line-height: 20px;
        max-width: 280px;
    }

    .job-details {
        max-width: calc(100% - 90px);
    }

    .job-content .avatar-img img {
        object-fit: cover;
        object-position: center;
        width: 110px;
        height: 110px;
    }

    .job-content .avatar-img {
        bottom: 0;
    }

    .job-details .job-title {
        font-size: 15px;
        line-height: 20px;
    }

    .job-details .highlight {
        font-size: 12px;
        line-height: 16px;
    }

}

@media only screen and (max-width: 1600px) { 

    .case-study-carousel .photo-wrapper {
        max-width: 348px;
    }

    .case-study-carousel.owl-carousel .owl-item .logo-wrapper img {
        width: 162px;
        height: 162px;
        bottom: -35px;
    }

    .case-study-media {
        width: 400px;
    }

    .case-study-carousel h3.case-study-title {
        font-size: 33px;
        line-height: 36px;
    }

    .case-study-carousel p.case-study-term {
        font-size: 26px;
        line-height: 35px;
    }

    .case-study-carousel .excerpt {
        font-size: 22px;
        line-height: 30px;
        max-width: 800px;
    }

    .case-study-carousel .case-study-slide {
        padding: 0 80px 0px;
    }

    .case-study-carousel a.case-study-button {
        font-size: 22px;
        line-height: 25px;
        padding: 11px 30px;
        margin-top: 25px;
    }

    .case-study-content {
        width: calc(100% - 400px);
    }
}

@media only screen and (max-width: 1440px) { 

    .case-study-carousel .photo-wrapper {
        max-width: 300px;
    }

    .case-study-carousel.owl-carousel .owl-item .logo-wrapper img {
        width: 130px;
        height: 130px;
        bottom: -15px;
    }

    .case-study-carousel .owl-nav button {
        width: 50px;
        height: 50px;
    }

    .case-study-media {
        width: 350px;
    }

    .case-study-carousel h3.case-study-title {
        font-size: 28px;
        line-height: 32px;
    }

    .case-study-carousel p.case-study-term {
        font-size: 22px;
        line-height: 28px;
    }

    .case-study-carousel .excerpt {
        font-size: 20px;
        line-height: 28px;
    }

    .case-study-carousel .case-study-slide {
        padding: 0 80px 0px;
    }

    .case-study-carousel a.case-study-button {
        font-size: 19px;
        line-height: 24px;
        padding: 10px 25px;
    }

    .case-study-content {
        width: calc(100% - 350px);
    }
}

@media only screen and (max-width: 1280px) { 

    .case-study-carousel p.case-study-term {
        font-size: 20px;
        line-height: 25px;
    }

    .case-study-carousel .excerpt {
        font-size: 18px;
        line-height: 24px;
    }

    .case-study-carousel h3.case-study-title {
        font-size: 26px;
        line-height: 30px;
    }

    .case-study-carousel a.case-study-button {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 25px;
    }

    .case-study-carousel .case-study-slide {
        padding: 0 60px 0px;
    }

}

@media only screen and (max-width: 1199px) { 

    .testimonial-loop .testimonial-item {
        margin: 0 auto 30px;
    }

    .testimonial-loop.owl-carousel {
        padding: 0 50px;
        display: block;
    }

}

@media only screen and (max-width: 980px) { 

    .testimonial-all-link {
        display: none;
    }

    .case-study-carousel .photo-wrapper {
        margin: 0 auto 40px;
    }

    .case-study-content, .case-study-media {
        width: 100%;
    }

    .case-study-carousel .case-study-slide {
        padding: 0 30px 0;
        display: block;
        max-width: 650px;
        margin: 0 auto;
    }

    .case-study-carousel .owl-nav button {
        top: 200px;
    }

    .case-study-carousel .photo-wrapper {
        max-width: 400px;
    }

    .case-study-carousel.owl-carousel .owl-item .logo-wrapper img {
        width: 180px;
        height: 180px;
    }

    .case-study-carousel a.case-study-button {
        font-size: 20px;
        line-height: 25px;
        padding: 11px 32px;
    }

    .case-study-carousel .excerpt {
        font-size: 21px;
        line-height: 32px;
    }

    .case-study-carousel h3.case-study-title {
        font-size: 36px;
        line-height: 45px;
    }

    .case-study-carousel p.case-study-term {
        font-size: 26px;
        line-height: 36px;
    }

}

@media only screen and (max-width: 767px) { 

    .testimonial-loop .owl-nav,
    .case-study-carousel .owl-nav {
        display: none;
    }

    .case-study-carousel .excerpt {
        font-size: 20px;
        line-height: 28px;
    }

    .case-study-carousel a.case-study-button {
        font-size: 19px;
        line-height: 24px;
        padding: 10px 30px;
    }

    .case-study-carousel .case-study-slide {
        padding: 0 10px;
    }

    .case-study-carousel.owl-carousel .owl-item .logo-wrapper img {
        width: 115px;
        height: 115px;
    }

    .case-study-carousel h3.case-study-title {
        font-size: 33px;
        line-height: 35px;
    }

    .case-study-carousel p.case-study-term {
        font-size: 24px;
        line-height: 33px;
    }

    .testimonial-loop .owl-dots,
    .case-study-carousel .owl-dots {
        display: block;
        text-align: center;
        margin-top: 25px;
    }

    .testimonial-loop.owl-carousel {
        padding: 0;
    }

    .testimonial-loop .owl-dots button.owl-dot,
    .case-study-carousel .owl-dots button.owl-dot {
        background-color: #b7b7b7;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        margin: 0 4px;
    }

    .testimonial-loop .owl-dots button.owl-dot.active, 
    .case-study-carousel .owl-dots button.owl-dot.active {
        background-color: #fbbc40;
    }

    .job-content .avatar-img img {
        width: 110px;
        height: 110px;
    }

    .testimonial-inner h3 {
        line-height: 21px;
        font-size: 18px;
        max-width: 230px;
        margin: 0 auto 10px;
        min-height: auto;
    }

    .testimonial-loop .testimonial-item .excerpt {
        font-size: 14px;
        line-height: 18px;
        max-width: max-content;
    }

    .job-details {
        max-width: calc(100% - 100px);
        margin: 10px auto 0 0;
    }

    .job-details .job-title {
        font-size: 15px;
        line-height: 26px;
    }

    .job-details .highlight {
        font-size: 12px;
        line-height: 14px;
        max-width: max-content;
    }

    .testimonial-loop .testimonial-item {
        max-width: 345px;
        width: auto;
        height: 345px;
        padding: 30px 25px;
        align-items: center;
    }
}