body.portfolio-template-default {
    overflow: unset;
}

/* cs subheader desc section */
.section-cs-subheader-desc-section {
    margin: 120px 0 100px;
}

@media only screen and (max-width: 460px) {
    .section-cs-subheader-desc-section {
        margin: 50px 0 50px;
    }
}

.cs-subheader-desc-section-left-column img {
    margin-bottom: 60px;
}

.section-cs-subheader-desc-section-container {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .section-cs-subheader-desc-section-container {
       flex-direction: column;
    }
}

.section-cs-subheader-desc-section-container h2 {
    color: var(--color_gray_900);
    margin-bottom: 40px;
}

.section-cs-subheader-desc-section-container p {
    color: var(--color_gray_900);
}

.section-cs-subheader-desc-section-container h3 {
    color: var(--color_gray_900);
    margin-bottom: 40px;
}

.subheader-desc-2 {
    margin-top: 40px;
}

.cs-subheader-desc-section-left-column {
    flex: 0 0 40%;
}

.cs-subheader-desc-section-right-column {
    flex: 0 0 50%;
    max-width: 612px;
}

@media only screen and (max-width: 768px) {
    .cs-subheader-desc-section-right-column {
        max-width: 100%;
    }
}
/* /cs subheader desc section */


/* cs 2 col gradient */
.section-cs-2-col-gradient {
  padding: 100px 0;
  background: linear-gradient(158.68deg, #ebedff 4.81%, #dbeefc 85.96%);
}

@media only screen and (max-width: 1024px) {
  .section-cs-2-col-gradient {
    padding: 48px 0;
  }
}

.section-cs-2-col-gradient .wrapper-cs {
  display: flex;
  gap: 130px;
}

@media only screen and (max-width: 768px) {
  .section-cs-2-col-gradient .wrapper-cs {
    flex-direction: column;
    gap: 32px;
  }
}

.section-cs-2-col-gradient .cs_heading_4 {
  margin-bottom: 78px;
}

@media only screen and (max-width: 768px) {
  .section-cs-2-col-gradient .cs_heading_4 {
    margin-bottom: 24px;
  }
}

.cs-2-col-gradient-col-1 {
  max-width: 506px;
  margin-bottom: 40px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .cs-2-col-gradient-col-1 {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-2-col-gradient-col-1 {
    margin-bottom: 32px;
  }
}

.section-cs-2-col-gradient h2 {
  margin-bottom: 80px;
  color: #000000;
}

@media only screen and (max-width: 1024px) {
  .cs-2-col-gradient-col-1 h2 {
    margin-bottom: 24px;
  }
}

.cs-2-col-gradient-right {
  display: flex;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .cs-2-col-gradient-right {
    width: 100%;
    max-width: 100%;
  }
}

.container-cs-2-col-gradient-quote blockquote {
  position: relative;

  color: #ffffff;
}

.container-cs-2-col-gradient-quote blockquote:before {
  position: absolute;
  top: 0;
  left: -14px;

  display: block;

  content: "“";

  color: #ffffff;

  font-family: var(--cs_font_family_quote);
  font-size: var(--cs_decor_4_font_size);
}

.container-cs-2-col-gradient-quote blockquote p {
  letter-spacing: var(--cs_letter-spacing);

  font-family: var(--cs_font_family_quote);
}

.container-cs-2-col-gradient-quote blockquote cite {
  position: relative;

  display: block;

  margin-top: 10px;
  padding-top: 10px;
}

.container-cs-2-col-gradient-quote blockquote cite:before {
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 40px;
  height: 2px;

  content: "";

  background: #ffffff;
}

.cs-2-col-gradient-col-first .cs_heading_4 {
  margin-bottom: 40px;
  color: #000000;
}

.cs-2-col-gradient-col-second .cs_heading_4 {
  margin-bottom: 40px;
  color: #000000;
}

.cs-2-col-gradient-col-first {
  max-width: 506px;
  width: max-content;
}

@media only screen and (max-width: 768px) {
  .cs-2-col-gradient-col-first {
    max-width: 100%;
  }
}

.cs-2-col-gradient-col-first p {
  color: #000000;
}

.cs-2-col-gradient-col-second p {
  color: #000000;
}
/* /cs 2 col gradient */


/* cs challenge section pajo */
.portfolio-template-single-portfolio-pajo {
  overflow: unset;
}

@media only screen and (max-width: 768px) {
  .portfolio-template-single-portfolio-pajo {
    overflow: hidden;
  }
}

.cs-challenge-section-pajo {
  padding: 100px 0;
  position: relative;
  color: var(--color_gray_900);
}

@media only screen and (max-width: 460px) {
  .cs-challenge-section-pajo {
    padding: 50px 0;
  }
}

.cs-challenge-section-pajo h2 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo h2 {
    margin-bottom: 42px;
  }
}

.cs-challenge-section-pajo-top-wrapper {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-top-wrapper {
    padding-bottom: 0;
  }
}

.cs-challenge-section-pajo-top-wrapper-left-column {
  flex: 0 0 30%;
}

.cs-challenge-section-pajo-top-wrapper-right-column {
  flex: 0 0 70%;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-top-wrapper-right-column {
    flex-direction: column;
  }
}

.cs-challenge-section-pajo-desc-left {
  width: 50%;
  padding-right: 24px;
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-desc-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
}

.cs-challenge-section-pajo-desc-right {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-desc-right {
    width: 100%;
  }
}

.cs-challenge-section-pajo-challanges-wrapper {
  display: flex;
  justify-content: space-between;
}

.cs-challenge-section-pajo-bottom-wrapper-right-column {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-bottom-wrapper-right-column {
    width: 100%;
  }
}

.cs-challenge-section-pajo-bottom-wrapper-right-column
  .cs-challenge-section-pajo-img-wrapper {
  position: sticky;
  top: 90px;
  width: 90%;
  margin: 0 auto;
}

.cs-challenge-section-pajo-bottom-wrapper-right-column
  .cs-challenge-section-pajo-img-wrapper
  img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin-left: auto;
  text-align: center;
  animation: floatImg 5s ease-in-out infinite;
  max-width: 475px;
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-bottom-wrapper-right-column
    .cs-challenge-section-pajo-img-wrapper
    img {
    margin: 0 auto;
  }
}

.cs-challenge-section-pajo h3 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-bottom-wrapper-right-column {
    order: -1;
    margin: 30px 0;
  }
}

.cs-challenge-section-pajo-challenges-wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-challenges-wrapper {
    flex-direction: column;
  }
}

.cs-challenge-section-pajo-bottom-wrapper-left-column {
  width: 40%;
}

.cs-challenge-section-pajo-bottom-wrapper-left-column {
  overflow: hidden;
  width: 100%;
  max-width: 506px;
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-bottom-wrapper-left-column {
    width: 100%;
    max-width: 100%;
  }
}

.cs-challenge-section-pajo-challenge-single {
  margin-bottom: 80px;
  background-color: #ffffff;
}

.cs-challenge-section-pajo-challenge-single
  .cs-challenge-section-pajo-challenge-number {
  background: #141c2f;
  color: white;
  font-size: 32px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.cs-challenge-section-pajo-challenge-single:last-of-type {
  margin: 0;
}

.cs-challenge-section-pajo-challenges-wrapper h4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.cs-challenge-section-pajo-challengse-wrapper h4 .sep {
  width: 6px;
}

.cs-challenge-section-pajo-challenges-wrapper h3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cs-challenge-section-pajo-challenges-wrapper h3 .sep {
  width: 6px;
}

.cs-challenge-section-pajo-cta {
  text-align: center;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-cta {
    margin-top: 60px;
  }
}

.cs-challenge-section-pajo-numbers {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-numbers {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-numbers-single {
    margin-bottom: 56px;
  }
}

.cs-challenge-section-pajo-numbers-single .big-number {
  font-size: 80px;
  color: var(--color_gray_900);
  font-weight: 900;
  letter-spacing: -5px;
  width: max-content;
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-numbers-single .big-number {
    width: initial;
  }
}

@media only screen and (max-width: 1280px) {
  .cs-challenge-section-pajo-numbers-single .big-number {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-numbers-single .big-number {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .cs-challenge-section-pajo-numbers-single img {
    height: 60px;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-challenge-section-pajo-numbers-single img {
    height: 50px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-numbers-single img {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .cs-challenge-section-pajo-numbers-single .big-number {
    font-size: 80px;
  }
}

.cs-challenge-section-pajo-numbers-single .desc::before {
  content: "";
  background-color: var(--color_gray_900);
  height: 2px;
  width: 40px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.cs-challenge-section-pajo-numbers
  .cs-challenge-section-pajo-numbers-single:first-of-type
  .big-number {
  margin-top: 0;
}

.cs-challenge-section-pajo-numbers
  .cs-challenge-section-pajo-numbers-single
  .desc {
  margin-top: 10px;
  letter-spacing: var(--cs_letter-spacing_xs);
  font-size: var(--cs_heading_4_font_size);
  font-weight: var(--cs-font_weight--bold);
  line-height: var(--cs_line-height_s);
}

.cs-challenge-section-pajo-numbers
  .cs-challenge-section-pajo-numbers-single
  .sub-desc {
  margin-top: 8px;
}

@media only screen and (max-width: 1280px) {
  .cs-challenge-section-pajo-numbers
    .cs-challenge-section-pajo-numbers-single
    .sub-desc {
    max-width: 300px;
  }
}
/* /cs challenge section pajo */


/* cs paragraph 2 col paralax */
.cs-paragraph-2-col-paralax {
    background: #141C2F;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

@media only screen and (max-width: 460px) {
    .cs-paragraph-2-col-paralax {
        padding: 50px 0;
    }
}

.cs-paragraph-2-col-paralax-top-wrapper-left-column {
    flex: 0 0 45%;
}

.cs-paragraph-2-col-paralax-top-wrapper-right-column {
    flex: 0 0 55%;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .cs-paragraph-2-col-paralax-top-wrapper-right-column {
        flex-direction: column;
    }
}

.cs-paragraph-2-col-paralax h2 {
    color: #ffffff;
    margin-bottom: 40px;
}

.cs-paragraph-2-col-paralax h3 {
    color: var(--color_gray_900);
    margin-bottom: 40px;
}

.cs-paragraph-2-col-paralax p {
    color: #ffffff;
    color: var(--color_gray_900);
}

.cs-paragraph-2-col-content {
    position: relative;
    z-index: 2;
}

.cs-paragraph-2-col-paralax-phase-single {
    color: #ffffff;
}


@media only screen and (max-width: 1280px) {
    .cs-paragraph-2-col-paralax-phase-single {
        width: 100%;
    }
}

.cs-paragraph-2-col-background {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}


.cs-paragraph-2-col-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% 80%;
}

.cs-paragraph-2-col-background-gradient {
    background: linear-gradient(110.99deg, #141C2F 6.77%, rgba(77, 97, 209, 0.32) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.cs-paragraph-2-col-services-wrapper {
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 1280px) {
    .cs-paragraph-2-col-services-wrapper {
        flex-direction: column;
    }
}

.cs-paragraph-2-col-content-col-1 {
    width: 50%;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .cs-paragraph-2-col-content-col-1 {
        width: 100%;
        margin-bottom: 32px;
    }
}

.cs-paragraph-2-col-content-col-2 {
    width: 50%;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .cs-paragraph-2-col-content-col-2 {
        width: 100%;
    }
}

.cs-paragraph-2-col-content-col-1 p {
    color: #ffffff;
    font-weight: 800;
}

.cs-paragraph-2-col-content-col-2 p {
    color: #ffffff;
    font-weight: 800;
}
/* /cs paragraph 2 col paralax */


/* cs paragraph 2 col proccess */
.cs-paragraph-2-col-proccess {
    background: #141C2F;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

@media only screen and (max-width: 460px) {
    .cs-paragraph-2-col-proccess {
        padding: 50px 0;
    }
}

.cs-paragraph-2-col-proccess .paragraph-1-col-1 {
    margin-bottom: 40px;
}

.cs-paragraph-2-col-proccess .paragraph-2-col-1 {
    margin-bottom: 40px;
    list-style-type: disc;
    margin-left: 25px;
}

.cs-paragraph-2-col-proccess .paragraph-2-col-1  li{
    padding-left: 2px;
}

.cs-paragraph-2-col-proccess-top-wrapper-right-column {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .cs-paragraph-2-col-proccess-top-wrapper-right-column {
        flex-direction: column;
    }
}

.cs-paragraph-2-col-proccess h2 {
    color: #ffffff;
    margin-bottom: 40px;
}

.cs-paragraph-2-col-proccess h3 {
    color: #4CC5D2;
    margin-bottom: 8px;
}

.cs-paragraph-2-col-proccess h4 {
    color: #ffffff;
    margin-bottom: 20px;
}

.cs-paragraph-2-col-proccess p {
    color: #ffffff;
    color: var(--color_gray_900);
}

.cs-paragraph-2-col-content {
    position: relative;
    z-index: 2;
}

.cs-paragraph-2-col-process-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.cs-paragraph-2-col-content-col-1-proccess {
    width: 43%;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .cs-paragraph-2-col-content-col-1-proccess {
        width: 100%;
        margin-bottom: 32px;
    }
}

.cs-paragraph-2-col-content-col-2-proccess {
    width: 43%;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .cs-paragraph-2-col-content-col-2-proccess {
        width: 100%;
    }
}

.cs-paragraph-2-col-content-col-1-proccess p {
    color: #ffffff;
}

.cs-paragraph-2-col-content-col-2-proccess p {
    color: #ffffff;
}
/* /cs paragraph 2 col proccess */


/* cs floating img desc cta */
.portfolio-template-single-portfolio-pajo {
  overflow: unset;
}

@media only screen and (max-width: 768px) {
  .portfolio-template-single-portfolio-pajo {
    overflow: hidden;
  }
}

.cs-floating-img-desc-cta {
  padding: 100px 0;
  position: relative;
  color: var(--color_gray_900);
}

@media only screen and (max-width: 460px) {
  .cs-floating-img-desc-cta {
    padding: 50px 0;
  }
}

.cs-floating-img-desc-cta h2 {
  margin-bottom: 80px;
  width: 25%;
}

.cs-floating-img-desc-cta-top-wrapper-left-column p {
  margin-bottom: 80px;
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta-top-wrapper-left-column p {
    width: 100%;
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta h2 {
    margin-bottom: 42px;
  }
}

.cs-floating-img-desc-cta-top-wrapper {
  display: flex;
  flex-direction: column;
}

.cs-floating-img-desc-cta-top-wrapper-left-column {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta-top-wrapper-left-column {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta-top-wrapper-right-column {
    flex-direction: column;
  }
}

.cs-floating-img-desc-cta-desc-left {
  width: 50%;
  padding-right: 24px;
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta-desc-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 45px;
  }
}

.cs-floating-img-desc-cta-desc-right {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta-desc-right {
    width: 100%;
  }
}

.cs-floating-img-desc-cta-challanges-wrapper {
  display: flex;
  justify-content: space-between;
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column {
  width: 50%;
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column
  .cs-floating-img-desc-cta-img-wrapper {
  position: sticky;
  top: 90px;
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column
  .cs-floating-img-desc-cta-img-wrapper
  img {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  animation: floatImg 5s ease-in-out infinite;
}

.cs-floating-img-desc-cta h3 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-bottom-wrapper-right-column {
    order: -1;
    margin: 30px 0;
  }
}

.cs-floating-img-desc-cta-challenges-wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-challenges-wrapper {
    flex-direction: column;
  }
}

.cs-floating-img-desc-cta-bottom-wrapper-left-column {
  width: 40%;
}

.cs-floating-img-desc-cta-bottom-wrapper-left-column {
  overflow: hidden;
  width: 100%;
  max-width: 506px;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-bottom-wrapper-left-column {
    width: 100%;
    max-width: initial;
    margin-top: 42px;
  }
}

.cs-floating-img-desc-cta-challenge-single {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-challenge-single {
    margin-bottom: 42px;
  }
}

.cs-floating-img-desc-cta-challenge-single
  .cs-floating-img-desc-cta-challenge-number {
  background: #141c2f;
  color: white;
  font-size: 32px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.cs-floating-img-desc-cta-challenge-single:last-of-type {
  margin: 0;
}

.cs-floating-img-desc-cta-challenges-wrapper h4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.cs-floating-img-desc-cta-challengse-wrapper h4 .sep {
  width: 6px;
}

.cs-floating-img-desc-cta-challenges-wrapper h3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cs-floating-img-desc-cta-challenges-wrapper h3 .sep {
  width: 6px;
}

.cs-floating-img-desc-cta-cta {
  text-align: center;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-cta {
    margin-top: 60px;
  }
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column {
  flex: 0 1 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta-bottom-wrapper-right-column {
    max-width: initial;
    width: 100%;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .cs-floating-img-desc-cta-bottom-wrapper-right-column {
    flex: 0 0 100%;

    margin-bottom: 32px;
  }
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column {
  position: sticky;
  top: 90px;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-bottom-wrapper-right-column {
    position: static;
  }
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column img {
  max-width: 100%;
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column .mockup {
  position: absolute;
  top: 10px;
  right: 0;

  width: 100%;
  max-width: 550px;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-bottom-wrapper-right-column .mockup {
    max-width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-bottom-wrapper-right-column .mockup {
    top: 0px;
  }
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column .mockup1 {
  position: relative;
  z-index: 1;

  float: right;

  animation: floatImg 5s ease-in-out infinite;
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column .mockup2 {
  animation: floatImg 5s ease-in-out infinite;
  animation-delay: 1s;
}

.cs-floating-img-desc-cta-bottom-wrapper-right-column-sticky {
  position: sticky;
  top: 90px;
  display: flex;
  align-items: center;
  justify-content: right;
}

@media only screen and (max-width: 1024px) {
  .cs-floating-img-desc-cta-bottom-wrapper-right-column-sticky {
    justify-content: center;
  }
}

/* /cs floating img desc cta */


/* cs quote center gradient */
.section-cs-quote-center-gradient {
  padding: 100px 0;
  background: linear-gradient(158.68deg, #ebedff 4.81%, #dbeefc 85.96%);
}

@media only screen and (max-width: 1024px) {
  .section-cs-quote-center-gradient {
    padding: 48px 0;
  }
}

.container-cs-quote-center-gradient {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .container-cs-quote-center-gradient {
    text-align: left;
  }
}

.container-cs-quote-center-gradient p {
  color: #000000;
  margin-bottom: 8px;
}

.cs-quote-center-gradient-wrapper {
  max-width: max-content;
  margin: 0 auto;
}


@media only screen and (max-width: 768px) {
  .cs-quote-center-gradient-wrapper {
    margin: 0;
  }
}
/* /cs quote center gradient */


/* cs more projects */
.section-cs-more-projects {
    padding: 100px 0;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .section-cs-more-projects {
        padding: 48px 0;
    }
}

.section-cs-more-projects h3 {
    margin-bottom: 40px;

    color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
    .section-cs-more-projects h3 {
        margin-bottom: 32px;
    }
}

.more-projects-container {
    position: relative;

    width: 77%;
}

@media only screen and (max-width: 460px) {
    .more-projects-container {
        width: 100%;
    }
}

.section-cs-more-projects .owl-stage {
    display: flex;
}

.more-projects-item a {
    position: relative;

    display: block;
}

.more-projects-item a:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    transition: all var(--translation_duration);

    opacity: 0;
    background-color: inherit;
}

.more-projects-item a:hover:before {
    opacity: 0.4;
}

.more-projects-item a img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .more-projects-img {
        display: none;
    }
}

.more-projects-img-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .more-projects-img-mobile {
        display: block;
    }
}

.more-projects-item .more-project-item-title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    max-width: calc(100% - 64px);
    padding: 20px 48px 5px 0;

    background-color: var(--c_neutral--25);
}

@media only screen and (max-width: 768px) {
    .more-projects-item .more-project-item-title {
        padding: 28px 16px 0px 0;

    }
}

.more-project-item-title .project-logo {
    max-width: 113px;
    margin-bottom: 10px;
}

.more-project-item-title p {
    position: relative;

    display: flex;
    align-items: center;

    text-transform: lowercase;

    color: var(--color_gray_900);
}

.more-project-item-title p span {
    display: block;

    width: 40px;
    height: 2px;

    content: '';
}

.more-project-item-title h4 {
    overflow: hidden;

    margin-top: 10px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: var(--color_gray_900);
}

@media only screen and (max-width: 768px) {
    .more-project-item-title h4 {
        white-space: unset;
    }
}

.section-cs-more-projects .owl-nav {
    position: absolute;
    top: calc(50% - (56px / 2));

    display: flex;

    width: 100%;
    height: 0;
}

.section-cs-more-projects .owl-nav .owl-next {
    margin-right: -1px;
    margin-left: auto;
}

.section-cs-more-projects .owl-nav button {
    padding: 0;

    cursor: pointer;

    border: none;
    background: transparent;
}

.section-cs-more-projects .owl-nav button.disabled {
    display: none;
}

.section-cs-more-projects .owl-nav button .arrow {
    display: block;

    width: 56px;
    height: 56px;

    transition: all var(--translation_duration);

    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: center;

    position: relative;
    z-index: 1;
}

.section-cs-more-projects .owl-nav button .arrow:hover {
    background-color: var(--color_gray_200);
}

.section-cs-more-projects .owl-nav button .arrow.arrow-prev {
  background-image: url(../../img/shapes/cs-slider-arrow-right.svg);
  left: 1px;
}

.section-cs-more-projects .owl-nav button .arrow.arrow-next {
  background-image: url(../../img/shapes/cs-slider-arrow-left.svg);
  right: 1px;
}

.section-cs-more-projects .owl-dots {
    display: none;
}
/* /cs more projects */
