.step
{
    overflow:hidden;
    
}


.step ul.instapjes {
  /*list-style-type:disc;
  font-size: 1.4em;
  text-align: left;
  line-height: 1.5em;
  list-style-position: inside;*/
}

.step ul.instapjes li {
  transform: translateX(-700px);
  -moz-transform: translateX(-700px);
  -ms-transform: translateX(-700px);
  -o-transform: translateX(-700px);
  -webkit-transform: translateX(-700px);
}

.step ul.instapjes li:nth-child(1) {
  transition: all 1s ease-in 1s ;
  -moz-transition: all 1s ease-in 1s ;
  -ms-transition: all 1s ease-in 1s ;
  -o-transition: all 1s ease-in 1s ;
  -webkit-transition: all 1s ease-in 1s ;
}

.step ul.instapjes li:nth-child(2) {
  transition: all 1s ease-in 2s ;
  -moz-transition: all 1s ease-in 2s ;
  -ms-transition: all 1s ease-in 2s ;
  -o-transition: all 1s ease-in 2s ;
  -webkit-transition: all 1s ease-in 2s ;
}

.step ul.instapjes li:nth-child(3)     
{
    
  transition: all 1s ease-in 3s ;
  -moz-transition: all 1s ease-in 3s ;
  -ms-transition: all 1s ease-in 3s ;
  -o-transition: all 1s ease-in 3s ;
  -webkit-transition: all 1s ease-in 3s ;
}

.step ul.instapjes li:nth-child(4) {
  transition: all 1s ease-in 4s ;
  -moz-transition: all 1s ease-in 4s ;
  -ms-transition: all 1s ease-in 4s ;
  -o-transition: all 1s ease-in 4s ;
  -webkit-transition: all 1s ease-in 4s ;
}

.step ul.instapjes li:nth-child(5) {
  transition: all 1s ease-in 5s ;
  -moz-transition: all 1s ease-in 5s ;
  -ms-transition: all 1s ease-in 5s ;
  -o-transition: all 1s ease-in 5s ;
  -webkit-transition: all 1s ease-in 5s ;
}

.step ul.instapjes li:nth-child(6) {
  transition: all 1s ease-in 6s ;
  -moz-transition: all 1s ease-in 6s ;
  -ms-transition: all 1s ease-in 6s ;
  -o-transition: all 1s ease-in 6s ;
  -webkit-transition: all 1s ease-in 6s ;
}

.step ul.instapjes li:nth-child(7) {
  transition: all 1s ease-in 7s ;
  -moz-transition: all 1s ease-in 7s ;
  -ms-transition: all 1s ease-in 7s ;
  -o-transition: all 1s ease-in 7s ;
  -webkit-transition: all 1s ease-in 7s ;
}

.step ul.instapjes li:nth-child(8) {
  transition: all 1s ease-in 8s ;
  -moz-transition: all 1s ease-in 8s ;
  -ms-transition: all 1s ease-in 8s ;
  -o-transition: all 1s ease-in 8s ;
  -webkit-transition: all 1s ease-in 8s ;
}

.step ul.instapjes li:nth-child(9) {
  transition: all 1s ease-in 9s ;
  -moz-transition: all 1s ease-in 9s ;
  -ms-transition: all 1s ease-in 9s ;
  -o-transition: all 1s ease-in 9s ;
  -webkit-transition: all 1s ease-in 9s ;
}

.step ul.instapjes li:nth-child(10) {
  transition: all 1s ease-in 10s ;
  -moz-transition: all 1s ease-in 10s ;
  -ms-transition: all 1s ease-in 10s ;
  -o-transition: all 1s ease-in 10s ;
  -webkit-transition: all 1s ease-in 10s ;
}

.step.present ul.instapjes li {
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
}



div .scrollup
{
  .step ul li {
  transform: translateY(-700px);
  -moz-transform: translateY(-700px);
  -ms-transform: translateY(-700px);
  -o-transform: translateY(-700px);
  -webkit-transform: translateY(-700px);
  transition: all 1s ease-in 4s ;
  -moz-transition: all 1s ease-in 4s ;
  -ms-transition: all 1s ease-in 4s ;
  -o-transition: all 1s ease-in 4s ;
  -webkit-transition: all 1s ease-in 4s ;
}

