body,
html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.landing-section {
    padding-top: 110px;
}

.landing-section .x-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landing-section .x-row .right {
    width: 40.76%;
    padding-top: 30px;
}

.landing-section .x-row .left {
    width: 57.87%;
}

@media screen and (max-width: 767px) {
    .landing-section .x-row {
        flex-wrap: wrap-reverse;
    }

    .landing-section .x-row .right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .landing-section .x-row .right,
    .landing-section .x-row .left {
        width: 100%;
    }
}

.landing-section .inner {
    padding: 17px 35px;
}

@media screen and (max-width: 767px) {
    .landing-section .inner {
        padding: 0;
    }
}

.landing-section .inner .h2 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.0116666667em;
    font-size: 1.8rem;
}

.landing-section .inner .landing-testimonial-slder {
    margin-top: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1019607843);
    display: grid;
    background-color: #fff;
    grid-template-columns: 66.67% 33.33%;
}
.landing-section .inner .landing-testimonial-slder .client-info .img-c picture{
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 767px) {
    .landing-section .inner .landing-testimonial-slder {
        grid-template-columns: repeat(1, 1fr);
        flex-wrap: wrap-reverse;
        margin-top: 23px;
        margin-bottom: 50px;
    }
}

.landing-section .inner .landing-testimonial-slder .message {
    padding: 25px;
    font-family: "Tiempos Text";
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.011em;
    padding-top: 35px;
}

.landing-section .inner .landing-testimonial-slder .message .message-wrapper {
    padding-top: 25px;
    position: relative;
}

.landing-section .inner .landing-testimonial-slder .message .message-wrapper::before {
    content: "“";
    font-family: "Tiempos Text";
    font-size: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

.landing-section .inner .landing-testimonial-slder .message .client-data {
    margin-top: 15px;
}

.landing-section .inner .landing-testimonial-slder .message .client-data .name {
    font-size: 15px;
    font-family: "Matter TRIAL";
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.4014513493px;
    margin-bottom: 5px;
}

.landing-section .inner .landing-testimonial-slder .message .client-data .designation {
    font-family: "Matter TRIAL";
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.2294007689px;
    text-transform: uppercase;
    color: #000;
}

.landing-section .inner .landing-testimonial-slder .message .client-data .designation br {
    display: none;
}

.landing-section .inner .landing-testimonial-slder .client-info {
    background-color: #10633F;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .landing-section .inner .landing-testimonial-slder .client-info {
        order: -1;
    }
}

.landing-section .inner .landing-testimonial-slder .client-info .img-c {
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.landing-section .inner .landing-testimonial-slder .client-info .img-c img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 350px;
}

@media screen and (max-width: 554px) {
    .landing-section .inner .landing-testimonial-slder .client-info .img-c img {
        max-width: 186px;
    }
}

.landing-section .inner .landing-testimonial-slder .client-info .client-data {
    padding: 17px 25px 22px 25px;
}

.landing-section .inner .landing-testimonial-slder .client-info .client-data .name {
    font-size: 15px;
    font-family: "Matter TRIAL";
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.4014513493px;
    margin-bottom: 5px;
}

.landing-section .inner .landing-testimonial-slder .client-info .client-data .designation {
    font-family: "Matter TRIAL";
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.2294007689px;
    text-transform: uppercase;
}

.landing-section .inner .stats-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-bottom: 44px;
}

@media screen and (max-width: 767px) {
    .landing-section .inner .stats-wrapper {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 22px;
        padding-right: 22px;
        row-gap: 30px;
    }
}

.landing-section .inner .stats-wrapper .stats-box {
    width: 100%;
    max-width: 100%;
    background-color: #333295;
    padding: 19px 18px;
    min-height: 77px;
    color: #fff;
    font-family: "Matter TRIAL";
    line-height: 1.5;
    letter-spacing: -0.011em;
    display: flex;
    align-items: center;
    min-height: 92px;
}

@media screen and (max-width: 767px) {
    .landing-section .inner .stats-wrapper .stats-box {
        padding: 18px 22px;
        display: flex;
        align-items: center;
    }
}

.landing-section .inner .landing-logos .h5 {
    letter-spacing: -0.011em;
}

@media screen and (max-width: 767px) {
    .landing-section .inner .landing-logos .h5 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .landing-section .inner .landing-testimonial-slder .message .message-wrapper {
        padding-top: 20px;
        position: relative;
    }

    .landing-section .inner .stats-wrapper .stats-box:nth-child(2) {
        order: 1;
    }

    .landing-section .inner .stats-wrapper .stats-box:nth-child(4) {
        order: 2;
    }
}

.landing-section .inner .logos-wrapper {
    display: flex;
    gap: 17px;
    margin-top: 9px;
    align-items: center;
    justify-content: space-between;
}

.landing-section .inner .logos-wrapper .logo-c {
    flex: 1;
    display: flex;
    justify-content: CENTER;
}

.landing-section .inner .logos-wrapper img {
    display: block;
    max-width: 80px;
    max-height: 45px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .landing-section .inner .logos-wrapper {
        flex-wrap: wrap;
    }

    .landing-section .inner .logos-wrapper .logo-c {
        flex: 1 1 28%;
    }
}

.landing-section .form-wrapper {
    padding: clamp(20px, 3.125vw, 45px) clamp(30px, 5vw, 72px);
}

.landing-section .form-wrapper .frm_submit {
    display: flex;
    justify-content: center;
}

.landing-section .form-wrapper .frm_submit .frm_button_submit {
    border-radius: 0;
    padding-left: 38px;
    padding-right: 38px;
    height: 2.55555556em;
}

.landing-section .form-wrapper .frm_forms form .frm_form_field input,
.landing-section .form-wrapper .frm_forms form .frm_form_field textarea,
.landing-section .form-wrapper .selectBox-dropdown {
    text-transform: none !important;
    font-size: 14px;
    letter-spacing: 0 !important;
    border: 1px solid #CCCCCC !important;
    color: #444444 !important;
}

.landing-section .form-wrapper .frm_forms form .frm_form_field input::-moz-placeholder,
.landing-section .form-wrapper .frm_forms form .frm_form_field textarea::-moz-placeholder {
    text-transform: none !important;
    color: #444444;
}

.landing-section .form-wrapper .frm_forms form .frm_form_field input::placeholder,
.landing-section .form-wrapper .frm_forms form .frm_form_field textarea::placeholder {
    text-transform: none !important;
    color: #444444;
}

@media screen and (max-width: 1199px) {
    .landing-section .form-wrapper {
        padding: clamp(20px, 3.125vw, 45px) clamp(30px, 3vw, 50px);
    }
}

.landing-section .form-wrapper .modal-title {
    margin-bottom: 42px;
    letter-spacing: -0.011em;
}

@media screen and (max-width: 767px) {
    .landing-section .form-wrapper {
        padding: 25px;
        margin-left: -24px;
        margin-right: -24px;
    }

    .landing-section .form-wrapper .h2 {
        margin-bottom: 36px;
        font-weight: 600;
        letter-spacing: -0.42px;
    }

    .landing-section .form-wrapper .modal-title {
        display: none;
    }

    .header .module-logo a img {
        width: auto;
    }
}
@media screen and (min-width:1024px) {
    .landing-section .inner .landing-testimonial-slder .client-info .img-c img {
        max-width: 170px;
    }
}