    /* body {
        margin: 0;
        font-family: Arial, sans-serif;
        background: #071320;
    } */

    /* testimonial_sec */
    .testimonial_sec {
        padding: 90px 0 30px;
        background: linear-gradient(90deg, #30456d, #0b5aa9);
    }

    .container {
        width: 100%;
        max-width:1280px;
        margin: auto;
        padding: 0 20px;
    }

        .testimonial_sec .sub-title {
        color: #cfd6df;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 35px;
        font-family: 'Helvetica Neue';
    }

    .testimonial_content {
        display: flex;
        justify-content: space-between;
        gap: 78px;
    }
    

    .testimonial_content .left-content {
        padding: 35px 0 0;
        width: calc(100% - 380px);
    }
    .testimonial_content .left-content p {
        color: #ffffff;
        line-height: 34px;
        font-size: 18px;
        margin: 0;
        font-family: 'Helvetica Neue';
        font-weight: 400;
    }
    .testimonial_content .quote-icon {
        margin-bottom: 15px;
    }
    .testimonial_content .quote-icon img {
        width: auto !important;
    }

    .testimonial_content .right-content {
        width: 380px;
    }

    .testimonial_content .right-content img {
        width: 100%;
        border-radius: 6px;
    }

    .testimonial_content .client-info {
        margin-top: 72px;
        text-align: right;
    }

    .testimonial_content .client-info h3 {
        color: #fff;
        font-size: 27px;
        line-height: 30px;
        margin-bottom: 5px;
        font-family: 'Helvetica Neue';
        font-weight: 700;
        
    }

    .testimonial_content .client-info span {
        color: #fff;
        font-size: 17px;
        line-height: 30px;
        font-family: 'Helvetica Neue';
        font-weight: 500;
    }

    .testimonial_slide .owl-dots {
        text-align: center;
        margin-top: 90px;
        width: 100%;
    position: static;
    }

    .testimonial_slide .owl-dot {
        width: 10px;
        height: 2px;
        background: rgba(226, 226, 226, 0.74) !important;
        display: inline-block;
        margin: 0 4px;
        border-radius: 30px;
    }

    .testimonial_slide .owl-dot.active {
        background: #fff !important;
        width: 23px;
    }

    @media(max-width:991px) {

        .testimonial_content {
            flex-direction: column-reverse;
            text-align: left;
            gap: 10px;
        }

        .testimonial_content .left-content,
        .testimonial_content .right-content {
            width: 100%;
        }

        .testimonial_content .right-content img {
            max-width: 280px;
        }

        .testimonial_content .client-info h3 {
            font-size: 24px;
        }
        .testimonial_content .client-info span {
            font-size: 15px;
            line-height: 28px;
        }
        .testimonial_content .left-content p {
            line-height: 30px;
            font-size: 15px;
        }
        .testimonial_content .client-info {
            margin-top: 30px;
        }
        .testimonial_sec {
            padding: 60px 0 30px;
        }
        .testimonial_slide .owl-dots {
            margin-top: 50px;
        }
    }

     @media(max-width:767px) {
        .testimonial_content .right-content img {
            max-width:100%;
        }
        .testimonial_content .client-info {
            text-align: left;
        }
    }