.full-service-clients{
  padding: 21px 0 30px;
}
.fs-hesitate-heading{
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px){
  .fs-hesitate-heading{
    max-width: 100%;
  }
}

.service-test{
  padding-top: 0px;
  position: relative;  
}
.service-test-heading{
  position: absolute;
  top: -40px;
  left: calc(50% - 130px);
  color: var(--primary-accent-color);
}
.service-test-subheading{
  padding-top: 40px;
  margin-bottom: 24px;
}
.service-test-description{
  max-width: 872px;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px){
  .service-test-description{
    max-width: 100%;
  }
}
.service-test-img{
  margin-bottom: 56px;
  display: block;
  width: 100%;
  height: auto;
}
.service-ask-btn{
  justify-content: start;
}
.service-turnkey-item{
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.service-turnkey-item:not(:last-child):after{
  content: "";
  display: block;
  position: absolute;
  top: 15%;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='12' viewBox='0 0 72 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M61.7143 0L72 6L61.7143 12V7.03923H0V4.96077H61.7143V0Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 72px;
  height: 12px;
  margin-top: -6px;
  right: -36px;
  animation: 1.25s linear infinite alternate runLeftRight;
}

.turnkey.full-service h4 {
  height:4.75rem;
}

.service-test .actions.actions--1{
  position: relative;
}
.service-test .service-test-img-rocket{
  width: auto;
  height: 30vh;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  animation: fly 25s linear 0s infinite;
}
@keyframes fly{
  10%{transform: translateX(-10vw) translateY(-20%) rotate(0deg);}
  15%{transform: translateX(-7vw) translateY(10%) rotate(10deg);}
  20%{transform: translateX(-23vw) translateY(40%) rotate(0deg);}
  25%{transform: translateX(-21vw) translateY(10%) rotate(10deg);}
  30%{transform: translateX(-17vw) translateY(-10%) rotate(10deg);}
  40%{transform: translateX(-37vw) translateY(80%) rotate(10deg);}
  50%{transform: translateX(-42vw) translateY(-4%) rotate(10deg);}
  60%{transform: translateX(-34vw) translateY(100%) rotate(30deg);}
  70%{transform: translateX(-12vw) translateY(-20%) rotate(50deg);}
  80%{transform: translateX(12vw) translateY(50%) rotate(70deg);}
  90%{transform: translateX(27vw) translateY(-10%) rotate(30deg);}
}

@keyframes runLeftRight {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(30px);
  }
}


@media screen and (max-width: 990px) {
  .service-turnkey{
    padding-bottom: 72px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  .service-turnkey-title{
    font-size: 20px;
  }
  .service-turnkey-description{
    font-size: 14px;
  }
  .service-turnkey-item:not(:last-child){
    padding-bottom: 60px;
  }
  .service-turnkey-item:not(:last-child):after{
    top: 90%;
    left: calc(50% - 38px);
    animation: 1.25s linear infinite alternate runTopDown;
  } 
  @keyframes runTopDown {
    from {
        transform: rotate(90deg) translateX(0);
    }
    to {
        transform: rotate(90deg) translateX(30px);
    }
  }
  .service-test-subheading{
    padding-top: 16px;
    font-size: 24px;
  }
}

/* PROGRESS */

.progress{
  padding-top: 194px;
}
.progress #progress-container{
  position: relative;
}
.progress-arrow-container{
  display: block;
  width: 100%;
  height: 2223px;
  position: relative;
}
.progress-arrow{
  position: absolute;
  display: block;
  height: 2190px;
  width: auto;
  padding-top: 33px;
  left: 0;
}
.progress-cards{
  position: absolute;
  top: 0;
  left: 158px;
  width: calc(100% - 158px);
}
.progress-cards article{
  background-color: transparent;
}

.progress-card::before{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1199px){
  .progress-card::before{
    left: -180px;
  }
}
.progress-card-1{
  padding-top: 0;
}
.progress-card-1::before{
  background-image: url("../../../images/landing/full-service/progress/1.png");
}
.progress-card-2::before{
  background-image: url("../../../images/landing/full-service/progress/2.png");
}
.progress-card-3::before{
  background-image: url("../../../images/landing/full-service/progress/3.png");
}
.progress-card-4::before{
  background-image: url("../../../images/landing/full-service/progress/4.png");
}
.progress-card-4{
  padding-bottom: 0;
}
.progress-text{
  max-width: 472px;
  margin-bottom: 75px;
}

@media screen and (max-width: 1198px){
  .progress-arrow-container{
    height: 3700px;
  }
  .progress-arrow{
    position: absolute;
    display: block;
    height: 3400px;
    width: auto;
    left: 25%;
  }
}
@media screen and (max-width: 1199px){

  .twoColumnsBlock.progress-card{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .twoColumnsBlock-imgWrapper.progress-img{
    margin-bottom: 40px;
    margin-top: 0;
  }
  .progress{
    padding-top: 88px;
  }
  br {
    display: none;
  }
  .progress-arrow{
    left: 150px;
  }
  .progress-card::before{
    left: -30px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1199px){
  .progress-arrow-container{
    height: 3700px;
  }
  .progress-arrow{
    height: 5300px;
    width: calc(100% - 158px);
  }
}
@media screen and (min-width: 950px) and (max-width: 1040px){
  .progress-arrow-container{
    height: 3700px;
  }
  .progress-arrow{
    height: 5500px;
    width: calc(100% - 158px);
  }
}
@media screen and (min-width: 767px) and (max-width: 949px){
  .progress-arrow{
    height: 5700px;
    width: calc(100% - 158px);
  }
}

@media screen and (min-width: 850px) and (max-width: 900px){
  .progress-arrow-container{
    height: 3600px;
  }
}
@media screen and (min-width: 700px) and (max-width: 849px){
  .progress-arrow-container{
    height: 3600px;
  }
}
@media screen and (max-width: 767px){
  .progress-cards{
    left: 65px;
    width: calc(100% - 65px);
  }
  .progress-arrow{
    left: 15px;
  }
  .progress-card{
    padding-top: 0;
  }
  .service-test-heading{
    font-size: 40px;
    left: calc(50% - 70px);
  }
  .progress-card::before{
    width: 44px;
    height: 44px;
    left: 0px;
  }
  .progress-arrow-container{
    height: 3300px;
  }
  .progress-arrow{
    height: 3000px;
    width: 600px;
    left: -96px;
  }
}
@media screen and (min-width: 626px) and (max-width: 767px){
  .progress-arrow-container{
    height: 3200px;
  }
  .progress-arrow{
    height: 3100px;
  }
}
@media screen and (max-width: 626px){
  .progress-text, .progress-card-details h2, .progress-img{
    padding-left: 20px;
    max-width: calc(100% - 20px);
  }
  .progress-arrow-container{
    height: 3100px;
  }
}
@media screen and (max-width: 550px){
  .progress-arrow-container{
    height: 3200px;
  }
  .progress-arrow{
    height: 3100px;
  }
}

@media screen and (max-width: 390px){
  .progress-arrow{
    max-width: 100%;
    left: -10px;
  }
  .progress-cards{
    left: 10px;
  }
}
@media screen and (max-width: 340px){
  .progress-card-details h2{
    font-size: 24px;
  }
  .progress-arrow{
    max-width: 90%;
  }
  .progress-arrow-container{
    height: 3000px;
  }
  .service-test-heading{
    font-size: 34px;
  }
}
@media screen and (max-width: 320px){
  .progress-arrow-container{
    height: 2900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px){
  .service-test-subheading{
    padding-top: 36px;
  }
}
