button:disabled {
    border: 1.5px solid rgb(202, 202, 202);
}

section.hero-section {
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
}

section.section-white {
    background-color: #FFFFFF;
    padding: 0 12px;
}

.hero-section .container {
    position: relative;
    z-index: 1;
}


.hero-section .container::before {
    content: '';
    background: rgb(6, 141, 157, 0.45);
    filter: blur(108.5px);
    width: 186px;
    height: 186px;
    position: absolute;
    top: 278px;
    left: 0;
    z-index: -1;
    /* -webkit-animation: hero_before_rotate 15s infinite linear;
    -moz-animation: hero_before_rotate 15s infinite linear;
    animation: hero_before_rotate 15s infinite linear; */
}

.hero-section .container::after {
    content: '';
    background: rgba(13, 34, 52, 0.35);
    filter: blur(108.5px);
    width: 186px;
    height: 186px;
    position: absolute;
    top: 70px;
    right: 0px;
    z-index: -1;
}


.hero-section h6 {
    line-height: 26px;
    color: #068D9D;
}

.hero-action {
    position: absolute;
    right: 16px;
    bottom: -28px;
}

.list-inline li.list-inline-item {
    margin-top: 2rem;
}

.title-carousel h1.thinker-h1 {
    margin-bottom: 2rem;
}

.jump_to_next {
    position: relative;
    display: flex;
    justify-content: center;

    margin-top: 1rem;
}

.who-we-are-section {
    padding: 0 12px 100px 12px;
}

.who-we-are-title span {
    color: #068D9D;
    font-family: "Sofia Pro", sans-serif;
    font-weight: 600;
}

.who-we-are__image img {
    float: initial;
    width: 100%;
    margin-top: 6rem;
}

.who-we-are-section__thinker__container {
    display: flex;
    flex-direction: column;
}

.who-we-are-wrapper p {
    padding-right: 0rem;
}

.read-more-button-wrapper {
    margin-top: 3rem;
}

.read-more-button-wrapper a {
    background: #1e1e1e;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
}

.read-more-button-wrapper a:hover {
    border: 2px solid #1e1e1e;
    color: #1e1e1e;
    background-color: transparent;
}

.list-inline-item:not(:last-child) {
    margin-right: 3rem !important;
}

.who-we-serve-section {
    background-color: #abb8c329;
    padding: 100px 12px 100px 12px;
}

.who-we-serve-wrapper__title span {
    color: #068D9D;
    font-family: "Sofia Pro", sans-serif;
    font-weight: 600;
}

h2.thinker-h2 span {
    color: #1e1e1e;
}

.who-we-serve-wrapper__technology {
    margin-top: 5rem;
}

.title:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 1px;
    top: 9px;
    left: 0;
}

.who-we-serve-wrapper__right {
    width: 85%;
}

.who-we-serve__caption {
    margin-top: 10px;
}

.who-we-serve__text p:last-child {
    margin-bottom: 0;
}

.who-we-serve__item {
    display: flex;
    padding-bottom: 50px;
    margin-top: 3rem;
}


.who-we-serve-wrapper__left {
    width: 20%;
    padding-top: 10px;
    padding-right: 30px;
}

.feature-services-wrapper__title span {
    color: #068D9D;
    font-family: "Sofia Pro", sans-serif;
    font-weight: 600;
}

.feature-services__lists__wrapper {
    margin-top: 3rem;

    display: flex;
    flex-direction: column-reverse;
    flex: 0 0 auto;
}

.our-work-section {
    padding: 100px 12px;
    background-color: #1e1e1e;
}

.our-work-wrapper__title span {
    color: #068D9D;
}

.our-work-wrapper__title h2 {
    color: white;
}

a.our-work-wrapper__button__view_all {
    text-decoration: none;
}

.splide__slide img {
    width: 100%;
    height: auto;
    padding: 0px;
}

.our-work-wrapper__custom_slider__prev__button {
    background-color: #1e1e1e;
    border: 1px solid white;
    padding: 10px 15px;
    margin-right: 1rem;

}

.our-work-wrapper__custom_slider__next__button {
    background-color: #1e1e1e;
    border: 1px solid white;
    padding: 10px 15px;
}

.our-work-wrapper__custom_buttons_slider {
    display: flex;
    flex-direction: row;
    flex: 0 0 1;

    margin-top: 10rem;
    margin-bottom: 2rem;

    padding: 0px;
    align-items: center;
}

.slider-counter__container {
    margin-left: 1rem;
    color: white;
    font-size: 1.5rem;
}

.splide__slide__images__text__container {
    position: relative;
    text-align: center;
    color: white;

    margin-top: 0;
}

.splide__slide__images__text__container span {
    color: white;
}


.splide__slide__images__text__top-left {
    position: absolute;
    top: 1.5rem;
    left: 2rem;

    display: flex;
    flex-direction: row;
    flex: 1 1 auto;

    justify-content: space-between;

    align-items: center;
    width: 80%;
}

.splide__slide__images__text__top-left__title {
    text-align: start;
}

.splide__slide__images__text__top-left__title h4 {

    font-family: "Sofia Pro", sans-serif;
    font-size: 2rem;
    font-weight: 600;

    margin: 0;
}

.splide__slide__images__text__top-right__icon__link {
    background-color: white;
    padding: 10px 10px;

    display: flex;
    flex-direction: row;
    flex-direction: 1 1 auto;

}

a.splide__slide__images__text__top-right__icon__link {
    text-decoration: none;
}

.how-it-works-section {
    padding: 150px 0;
}

.how-it-works-wrapper__title {
    text-align: center;
}

.how-it-works-wrapper__title h2.thinker-h2 {
    margin-top: 0.5rem;
}

.how-it-works-wrapper__title span {
    color: #068D9D;
}

.how-it-works__slider__items {
    margin-top: 40px;
    margin-bottom: 0
}

.how-it-works__slider__items:first-child {
    margin-top: 0
}

.how-it-works__slider__items:last-child {
    margin-bottom: 0
}

.how-it-works__slider__item__item {
    display: flex;
    flex-direction: column;
    height: auto;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
    will-change: filter
}

.how-it-works__slider__item___item__active {
    -webkit-filter: none;
    filter: none
}

.how-it-works__item__icon {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto
}

.how-it-works__slider__item__title {
    margin-bottom: 0;
    padding-top: 20px;
    position: relative
}

.how-it-works__slider__item__title:before {
    content: "";
    height: 2px;
    background: #068D9D;
    position: absolute;
    top: 0;
    right: -15px;
    left: -15px;
    opacity: .2;
    transition: opacity .3s ease-in-out
}

.how-it-works__slider__item__title:after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #068D9D;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: -6px;
    position: absolute;
    top: 0;
    left: 50%
}

.how-it-works__slider__item___item__active .how-it-works__slider__item__title:before {
    opacity: 1
}

.how-it-works__slider__item__number {
    margin-top: auto;
    opacity: .2
}

.how-it-works__slider__content {
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative
}

.how-it-works__slider__content:first-child {
    margin-top: 0
}

.how-it-works__slider__content:last-child {
    margin-bottom: 0
}

.how-it-works__contents__slider {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto
}

.how-it-works-styles_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.how-it-works__slider__content__title {
    margin-bottom: 10px
}

.how-it-works__slider__root__navigation__button {
    display: flex;
    align-items: center;
    max-width: 240px;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-it-works__slider__root__navigation__button__prev {
    left: 0;
}

.how-it-works__slider__root__navigation__button__next {
    right: 0;
}

.how-it-works__slider__root__navigation__button__text {
    max-width: 64px;
    fill: #068D9D;
    margin-right: 20px;
    margin-left: 20px;
    transition: fill .3s ease-in-out
}

.how-it-works__slider__root__navigation__button__text:first-child {
    margin-left: 0
}

.how-it-works__slider__root__navigation__button__text:last-child {
    margin-right: 0
}

.how-it-works__slider__root__navigation__button:disabled .how-it-works__slider__root__navigation__button__text {
    fill: #2c2c2c
}

.how-it-works__slider__root__navigation__button__text {
    width: 120px;
    color: #068D9D;
    border: 1px solid #068D9D;
    border-radius: 30px;
    padding: 15px 20px;
    transition: background .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out
}

.how-it-works__slider__root__navigation__button:hover .how-it-works__slider__root__navigation__button__text {
    background-color: #068D9D;
    color: #fff;
    box-shadow: 0 4px 12px rgba(44, 44, 44, .2)
}

.how-it-works__slider__root__navigation__button:disabled .how-it-works__slider__root__navigation__button__text {
    background-color: transparent;
    color: #2c2c2c;
    border-color: #2c2c2c;
    box-shadow: none
}

.how-it-works__slider__root {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    will-change: transform
}

.how-it-works__slider__root__active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.how-it-works__slider__container {
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.how-it-works__slider__root__description {
    margin-top: 20px;
    margin-bottom: 20px
}

.how-it-works__slider__root__description :first-child {
    margin-top: 0
}

.how-it-works__slider__root__description :last-child {
    margin-bottom: 0
}

.how-it-works__slider__root__description h1,
.how-it-works__slider__root__description h2,
.how-it-works__slider__root__description h3,
.how-it-works__slider__root__description h4,
.how-it-works__slider__root__description h5,
.how-it-works__slider__root__description h6 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px
}

.how-it-works__slider__root__description h1:first-child,
.how-it-works__slider__root__description h2:first-child,
.how-it-works__slider__root__description h3:first-child,
.how-it-works__slider__root__description h4:first-child,
.how-it-works__slider__root__description h5:first-child,
.how-it-works__slider__root__description h6:first-child {
    margin-top: 0
}

.how-it-works__slider__root__description h1:last-child,
.how-it-works__slider__root__description h2:last-child,
.how-it-works__slider__root__description h3:last-child,
.how-it-works__slider__root__description h4:last-child,
.how-it-works__slider__root__description h5:last-child,
.how-it-works__slider__root__description h6:last-child {
    margin-bottom: 0
}

.how-it-works__slider__root__description h1,
.how-it-works__slider__root__description h2,
.how-it-works__slider__root__description h3 {
    font-size: 34px;
    line-height: 1.33334em
}


.how-it-works__slider__root__description h4 {
    font-size: 28px;
    line-height: 1.33334em
}


.how-it-works__slider__root__description h5 {
    font-size: 24px;
    line-height: 1.33334em
}

.how-it-works__slider__root__description h6 {
    font-size: 21px;
    line-height: 1.33334em
}

.how-it-works__slider__root__description ul {
    margin-top: 40px;
    margin-bottom: 40px
}

.how-it-works__slider__root__description ul:first-child {
    margin-top: 0
}

.how-it-works__slider__root__description ul:last-child {
    margin-bottom: 0
}

.how-it-works__slider__root__description ul li {
    margin-top: .5em;
    padding-left: 1.5em;
    position: relative
}

.how-it-works__slider__root__description ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #068D9D;
    border-radius: 50%;
    outline: 4px solid rgba(17, 56, 215, .1);
    margin-top: -4px;
    top: .75em;
    left: 4px
}

.how-it-works__slider__root__description ol {
    margin-top: 40px;
    margin-bottom: 40px;
    counter-reset: counter
}

.how-it-works__slider__root__description ol:first-child {
    margin-top: 0
}

.how-it-works__slider__root__description ol:last-child {
    margin-bottom: 0
}

.how-it-works__slider__root__description ol li {
    margin-top: .5em;
    padding-left: 1.5em;
    position: relative
}

.how-it-works__slider__root__description ol li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0
}

.how-it-works__slider__root__description ol[start] {
    counter-reset: none
}

.how-it-works__slider__root__description ol li {
    counter-increment: counter
}

.how-it-works__slider__root__description ol li:before {
    content: counter(counter) ". ";
    font-weight: 600
}

.how-it-works__slider__root__description p {
    margin-top: 20px;
    margin-bottom: 20px
}

.how-it-works__slider__root__description p:first-child {
    margin-top: 0
}

.how-it-works__slider__root__description p:last-child {
    margin-bottom: 0
}

.how-it-works__slider__root__description a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #068D9D;
    transition: color .3s ease-in-out
}

.how-it-works__slider__root__description a[href^="mailto:"],
.how-it-works__slider__root__description a[href^="tel:"] {
    white-space: nowrap
}

.how-it-works__slider__root__description a:hover {
    color: #f7ac00
}

.how-it-works__slider__root__description em {
    font-style: normal;
    color: #068D9D;
}

.how-it-works__slider__root__description img {
    width: auto;
    vertical-align: baseline;
}

.how-it-works__slider__root__description code,
.how-it-works__slider__root__description kbd {
    background: #dadada;
    border-radius: 10px;
    padding-right: .25em;
    padding-left: .25em;
}

.how-it-works__slider__root__description_size_sm {
    font-size: 0.8em;
    line-height: 1.5em;
    text-align: center;

    max-width: 500px;
    width: 70%;
    margin: auto;

}

.how-it-works__slider__root__description__weight_normal {
    font-weight: 300;
}

.how-it-works__slider__root__size__lg {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 70px
}

.how-it-works__slider__root__size__lg>span {
    color: #068D9D
}

.how-it-works__slider__root__size__lg:first-child {
    margin-top: 0
}

.how-it-works__slider__root__size__lg:last-child {
    margin-bottom: 0
}

.how-it-works__slider__root__size__sm {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.33334em;
    margin-top: 20px;
    margin-bottom: 5px;

    text-align: center;
    color: #068D9D;

    font-weight: 300;
}

.how-it-works__slider__root__size__sm>span {
    color: #068D9D;
}

.how-it-works__slider__root__size__sm:first-child {
    margin-top: 0
}

.how-it-works__slider__root__size__sm:last-child {
    margin-bottom: 0
}

.how-it-works__slider__root__weight_bold {
    font-weight: 500;
}

.how-it-works__slider__root__weight_thin {
    font-weight: 300;
}


.how-it-works-wrapper__slider {
    padding-top: 100px;
}

.how-it-works__slider__root_color_primary {
    color: #068D9D;
}

.how-it-works-wrapper__slider+.how-it-works-wrapper__slider {
    padding-top: 100px
}


.how-it-works__slider__root__navigation__button__prev,
.how-it-works__slider__root__navigation__button__next {

    background-color: white;
    padding: 10px 10px;

    border: 1.5px solid #1e1e1e;
    color: #1e1e1e;
}


.how-it-works__slider__root__navigation__button__prev:hover,
.how-it-works__slider__root__navigation__button__next:hover {
    background-color: #1e1e1e;
    color: white;
}

.feature-services-section h1 {
    text-transform: capitalize;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.feature-services-section .cards {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    width: 100%;
    float: right;
}

.feature-services-section .cards .card {
    cursor: pointer;
    padding: 1em;
    display: flex;
    flex-direction: row;
    column-gap: 2.188rem;
    align-items: center;
    transition: 0.3s;
    position: relative;
    border: 0.094rem solid transparent;
}

.feature-services-section .cards .card img {
    display: block;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 50%;
    filter: grayscale(1);
    transition: 0.5s;
}

.feature-services-section .cards .card>div h3 {
    text-transform: capitalize;
    font-size: 1rem;
}

.feature-services-section .cards .card>div p {
    text-transform: capitalize;
    color: #767676;
    font-size: 0.9rem;
}

.feature-services-section .cards .card.active {
    background: #fff;
    border: 0.094rem solid #0f172a 14;
    border-radius: 0;
}

.feature-services-section .cards .card.active img {
    filter: grayscale(0);
}

.feature-services-section .content {
    position: relative;
    width: 100%;
    overflow: inherit;
    margin-top: 2rem;
}

.feature-services-section .content .contentBox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.feature-services-section .content .contentBox .text {
    padding-bottom: 2rem;
}

.feature-services-section .content .contentBox h2 {
    transition: 0.5s;
    opacity: 0;
}

.feature-services-section .content .contentBox p {
    transition: 0.5s;
    opacity: 0;
    margin-top: 1.25rem;

    font-size: 0.9em !important;
}

.feature-services-section .content .contentBox span {
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
    margin-top: 1.5rem;
}

.feature-services-section .content .contentBox span svg {
    width: 1.25rem;
    color: #eca633;
}

.feature-services-section .content .contentBox.active h2 {
    opacity: 1;
    transition-delay: 0.5s;
}

.feature-services-section .content .contentBox.active p {
    opacity: 1;
    transition-delay: 0.7s;
    font-size: 20px;
}

.feature-services-section .content .contentBox.active span {
    opacity: 1;
    transition-delay: 0.9s;
}

/* .feature-services__lists__wrapper {
    margin-top: 3rem;
} */

.feature-services-section {
    height: auto;
    flex-direction: column;
    padding: 100px 12px;
}

.feature-services-section h1 {
    font-size: 4rem;
    margin-bottom: 4rem;
}

.feature-services-section .content .contentBox .text {
    padding-bottom: 0;
}

.feature-services-wrapper {
    margin-bottom: 2rem;
}

.partners {
    padding: 50px 0 0px 0;
}

.partners__wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.partners__control {
    margin-bottom: 54px;
    color: #fff
}

.partners__left {
    width: 100%;
    background-color: #000;
    position: relative;
    z-index: 1;
    padding: 60px 24px 60px 24px;
}


.partners__left:before {
    position: absolute;
    content: "";
    top: 0;
    left: -9999px;
    right: 0;
    bottom: 0;
    background-color: #1e1e1e;
    z-index: -1;
}


/* .partners__slider__logos.row div {
    padding-right: 5px;
    padding-left: 5px;
} */
.partners-heading-thinker-2-style {
    width: 100%;
    margin-bottom: 1rem;
}

.partners__text {
    width: 100%;
}

.partners__left .swiper-pagination-current,
.partners__left .swiper-pagination-total {
    color: #fff
}

.partners__left .swiper-pagination-total.disabled {
    opacity: .5
}

.partners__left .swiper-button-prev:before {
    background-color: #fff
}

.partners__left .swiper-button-prev:after {
    border-color: #fff
}

.partners__left .swiper-button-prev:hover:before {
    background-color: #d2002d
}

.partners__left .swiper-button-prev:hover:after {
    border-color: #d2002d
}

.partners__left .swiper-button-next:before {
    background-color: #fff
}

.partners__left .swiper-button-next:after {
    border-color: #fff
}

.partners__left .swiper-button-next:hover:before {
    background-color: #d2002d
}

.partners__left .swiper-button-next:hover:after {
    border-color: #d2002d
}

.partners__right {
    width: 100%;
    padding: 72px 24px 0px 24px;
    background-color: #f6f7f8;
    position: relative;
    z-index: 0
}


.partners__right:before {
    position: absolute;
    content: "";
    top: -100px;
    right: 0px;
    left: -300px;
    bottom: -30px;
    background-color: #f6f7f8;
    z-index: -2
}

.partners__right .title {
    margin-bottom: 25px
}

.partners__caption {
    margin-bottom: 18px
}

.partners__box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.partners__slider {
    max-width: 600px;
    margin: auto;
}

.partners__slider-wrap {
    margin-left: -15px
}

.partners__item {
    width: 100%;
    padding: 0 0px 10px 0;
}

.partners__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 100%, .3);
    height: 91px;
    padding: 10px;
    transition: all .3s
}


.partners__item span:hover {
    border-color: #fff
}

.partners__item span img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.tech-partners {
    padding-bottom: 60px
}

.tech-partners .title {
    margin-bottom: 30px;
    transform: translateY(70px);
    opacity: 0
}

.tech-partners__wrap {
    padding-left: 85px
}



.tech-partners__caption {
    margin-bottom: 20px;
    transform: translateY(70px);
    opacity: 0
}

.tech-partners__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin: 0 -20px;
    flex-wrap: wrap
}

.tech-partners__item {
    padding: 44px 20px;
    transform: translateY(70px);
    opacity: 0;
    flex-basis: 33%;
    margin: 40px 0
}

.tech-partners__item a {
    display: block;
    position: relative
}

.tech-partners__item a:hover img:first-child {
    opacity: 0
}

.tech-partners__item a:hover img:last-child {
    opacity: 1
}

.tech-partners__item a img {
    max-width: 240px;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all .3s
}

.tech-partners__item a img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

#contact-banner {
    padding: 30px 0;
}

.ms-slider {
    display: inline-block;
    height: 1.5em;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    color: #068D9D;
    mask-image: linear-gradient(transparent, white, white, white, transparent);
    mask-type: luminance;
    mask-mode: alpha;
}

.ms-slider__words {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    animation-name: wordSlider;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 7s;
}

.ms-slider__word {
    display: block;
    line-height: 1.5em;
    text-align: left;
}


@media only screen and (min-width: 768px) {

    section.hero-section {
        min-height: calc(100vh - 88px);
        display: flex;
        align-items: center;
    }

    section.section-white {
        padding: 0px;
    }


    .hero-section .container::before {
        content: '';
        background: rgb(6, 141, 157, 0.45);
        filter: blur(108.5px);
        width: 186px;
        height: 186px;
        position: absolute;
        top: -208px;
        left: 0;
        z-index: -1;
        -webkit-animation: hero_before_rotate 15s infinite linear;
        -moz-animation: hero_before_rotate 15s infinite linear;
        animation: hero_before_rotate 15s infinite linear;
    }

    .hero-section .container::after {
        content: '';
        background: rgba(13, 34, 52, 0.35);
        filter: blur(108.5px);
        width: 186px;
        height: 186px;
        position: absolute;
        top: 70px;
        right: -50px;
        z-index: -1;
        -webkit-animation: hero_after_rotate 10s infinite linear;
        -moz-animation: hero_after_rotate 10s infinite linear;
        animation: hero_after_rotate 10s infinite linear;
    }

    .jump_to_next {
        display: flex;
        justify-content: end;

        margin-top: 0rem;
    }

    .list-inline li.list-inline-item {
        margin-top: 0rem;
    }

    .who-we-are-section__thinker__container {
        display: flex;
        flex-direction: row;
    }

    .who-we-serve-wrapper__left {
        width: 15%;
    }

    .who-we-are-section {
        padding: 0 0px 200px 0px;
    }

    .who-we-serve-section {
        background-color: #abb8c329;
        padding: 150px 0;
    }

    .feature-services-section .content .contentBox p {
        font-size: 1.0625rem !important;
    }

    .partners {
        padding: 150px 0 0px 0;
    }

    .partners__wrap {
        flex-direction: row;
    }

    .partners__right {
        width: 50%;
    }

    .partners__item {
        padding: 0px 10px 10px 10px;
    }

    .our-work-wrapper__custom_buttons_slider {
        margin-top: 5rem;
        margin-bottom: 2rem;

        padding: 0px;
    }

    .splide__slide__images__text__top-left {
        left: 7.5%;
        width: 85%;
    }

    .partners__text {
        width: 80%;
    }

    .partners__right {
        width: 100%;
        padding: 72px 0px 0px 88px;
        background-color: #f6f7f8;
        position: relative;
        z-index: 0
    }

    .partners-heading-thinker-2-style {
        width: 80%;
        margin-bottom: 1rem;
    }

    .partners {
        padding: 250px 0 0px 0;
    }

    #contact-banner {
        padding: 0;
    }

    .feature-services__lists__wrapper {
        flex-direction: row;
    }

    .how-it-works__slider__root__description_size_sm {
        font-size: 0.9em;
    }

    .how-it-works-wrapper__slider {
        padding-top: 150px;
    }
}




@media only screen and (min-width: 900px) {

    .how-it-works__slider__root__description_size_sm {
        width: 50%;
        max-width: 600px;

        font-size: 1.0625em;
    }

    .partners__left {
        padding: 90px 24px 90px 24px;
    }

    .partners__right {
        padding: 72px 40px 0px 40px;
    }

    .feature-services-section {
        height: 100%;
        flex-direction: column;
        padding: 200px 0px;
    }

    .feature-services__lists__wrapper {
        margin-top: 0rem;

        display: flex;
        flex-direction: row;
        flex: 1 1 auto;
    }

    .feature-services-section {
        display: flex;
        flex-direction: row;
        flex: 1 1 auto;
        width: 100%;
        height: 100%;
        margin: 0 auto;

        padding: 100px 20px;
    }

    .feature-services-wrapper {
        margin-bottom: 8rem;
    }

    .feature-services-section .content {
        width: 60%;
        margin-top: 0;
        height: auto;
    }

    .feature-services-section .cards .card>div h3 {
        text-transform: capitalize;
        font-size: 1rem;
    }

    .who-we-are-wrapper p {
        padding-right: 7rem;
    }

    .how-it-works__slider__root__navigation__button__prev,
    .how-it-works__slider__root__navigation__button__next {
        padding: 20px 20px;
    }

    .how-it-works-wrapper__slider {
        padding-top: 200px;
    }
}


@media only screen and (min-width: 1200px) {
    .our-work-section {
        padding: 100px 0px;
    }

    .partners__right {
        padding: 0px 60px 40px 60px;
    }

    .feature-services-section .cards .card>div h3 {
        text-transform: capitalize;
        font-size: 1.2rem;
    }

    .feature-services-section .content .contentBox p {
        font-size: 1.0625rem !important;
    }
}





@media only screen and (min-width: 1500px) {
    .partners {
        padding: 300px 0 0px 0;
    }

    .partners__left {
        padding: 140px 25px 140px 25px;
    }

    .partners__right:before {
        position: absolute;
        content: "";
        top: -100px;
        right: 0px;
        left: -300px;
        bottom: -100px;
        background-color: #f6f7f8;
        z-index: -2;
    }

    .partners__text {
        width: 60%;
    }

    .partners-heading-thinker-2-style {
        width: 60%;
    }

    .our-work-wrapper__custom_buttons_slider {
        margin-top: 5rem;
        margin-bottom: 0rem;

        padding: 0px;

    }

    .partners__right {
        padding: 72px 120px 10px 120px;
    }

    .feature-services-section .cards .card>div h3 {
        font-size: 1.3rem;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 5rem !important;
    }
}

/* 
    @keyframes wordSlider {

        0%,
        27% {
            transform: translateY(0%);
        }

        33%,
        60% {
            transform: translateY(-25%);
        }

        66%,
        93% {
            transform: translateY(-50%);
        }

        100% {
            transform: translateY(-75%);
        }
    } */


@keyframes wordSlider {

    0%,
    25% {
        transform: translateY(0%);
    }

    33%,
    59% {
        transform: translateY(-25%);
    }

    65%,
    80% {
        transform: translateY(-50%);
    }

    86%,
    96% {
        transform: translateY(-75%);
    }

    100% {
        transform: translateY(-99%);
    }
}



