#home,
#home-slider {
    height: 90vh;
}

.carousel-toleft-viewport,
.carousel-toright-viewport {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.carousel-toright-viewport {
    margin-top: 80px;
}

.carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 0;
}

.c-image-set-one {
    display: flex;
    align-items: center;
    gap: 100px;
    will-change: transform;
    animation: 100s kf_one infinite linear;
}

.c-image-set-one .c-image:last-child {
    margin-right: 100px;
}

.c-image-set-two {
    display: flex;
    align-items: center;
    gap: 100px;
    will-change: transform;
    animation: 100s kf_two infinite linear;
}

.c-image-set-two .c-image:last-child {
    margin-right: 100px;
}

.c-image-set-three {
    display: flex;
    align-items: center;
    gap: 100px;
    will-change: transform;
    animation: 100s kf_one infinite linear;
    animation-direction: reverse;
}

.c-image-set-three .c-image:last-child {
    margin-right: 100px;
}

.c-image-set-four {
    display: flex;
    align-items: center;
    gap: 100px;
    will-change: transform;
    animation: 100s kf_two infinite linear;
    animation-direction: reverse;
}

.c-image-set-four .c-image:last-child {
    margin-right: 100px;
}

.c-image {
    display: inline-block;
    overflow: hidden;
    height: 50px;
}

.c-image img {
    height: 100%;
}

.pe-75 {
    padding-right: 75px;
}

.mt-70 {
    margin-top: 70px
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-50 {
    margin-bottom: 50px;
}

.global-partners-section {
    padding: 120px;
    background-color: #F7F7FB;
}

.company-section {
    padding: 120px 0;
    background-color: #ffffff;
}

.company-section .section-image {
    width: 100%;
}

.company-section .section-image img {
    width: 100%;
    object-fit: contain;
}

.milestones {
    background-color: #1E2454;
    color: #ffffff;
    width: 89.2%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    font-size: 1.01vw;
    font-weight: 300;
    padding: 60px;
    position: relative;
    top: -60px;
    gap: 30px 10%;
}

.milestones .milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.milestones .milestone img {
    height: 50px;
    margin-bottom: 20px;
}

#momentsCarousel .carousel-control-prev img,
#momentsCarousel .carousel-control-next img {
    width: 13px;
}

@keyframes kf_one {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(-50%);
    }

    25.01% {
        transform: translateX(150%);
    }
}

@keyframes kf_two {
    0% {
        transform: translateX(0%);
    }

    75% {
        transform: translateX(-150%);
    }

    75.01% {
        transform: translateX(50%);
    }
}

/* .testimonials-slider .swiper-wrapper {
    align-items: stretch;
}

.testimonials-slider .swiper-slide {
    height: initial;
}

.testimonial-item.swiper-slide {
    background-color: #F9F9F9;
    border-radius: 25px;
    padding: 30px;
    font-size: 11px;
    font-weight: 300;
    color: #222222;
    display: flex;
    flex-direction: column;
}

.testimonial-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-content {
    text-align: left;
    flex: 1;
}

.testimonial-title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.testmonial-heading {
    text-align: left;
}

.testimonial-title .client-name {
    font-size: 1rem;
    font-weight: bold;
}

.testimonial-title .client-job {
    font-size: 0.7rem;
}

.testimonials-content .swiper-pagination {
    position: relative;
    margin-top: 24px;
    bottom: auto
}

.testimonials-content .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.testimonial-rating {
    margin-top: 20px;
    text-align: left;
}

.testimonial-rating img {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.testimonials-section .testimonials-content {
    width: 80%;
    margin: 0 auto;
} */

/* .footer-sec {
    margin-top: 105px;
} */

.big-padding {
    padding: 115px 48px;
}