  .box{
  width: 700px; 
  height: auto; 
  background-color: transparent; 
  color: inherit; 
  font-size: inherit; 
  clear: both; 
  margin: 200px auto; 
  text-align: center;
  overflow: hidden;
}
.box.box1{}
.box.box2{
  width: 100%;
}
.box.box3{}
.box.box4{
  width: 100%;
}
.box.box5{
  width: 100%;
}
.box.box6{
	width: 100%;
}
.box.box7{
	width: 700px;
}
.box.box8{
	width: 100%;
}
.box.box9{
	width: 800px;
}
.box.box10{
  width: 100%;
}
.box.box11{}
.box.box12{
  width: 100%;
}
@media screen and (min-width: 786px){
	.scroll-reveal.box1{
	  transition: transform 0.9s, opacity 0.6s;
	  transform: translateX(-200px);
	  opacity: 0;
	}
	.scroll-reveal.box1.active-scroll{
	  transform: translateX(0);
	  opacity: 1;
	}
	.scroll-reveal.box2{
	  transition: transform 0.8s, opacity 0.8s;
	  transform: translateY(100px);
	  opacity: 0;
	}
	.field--name-field-logos .field__item:nth-child(2), .field--name-field-items-4max .field__item:nth-child(2) section{
		transition-delay: .1s;
	}
	.field--name-field-logos .field__item:nth-child(3), .field--name-field-items-4max .field__item:nth-child(3) section{
		transition-delay: .2s;
	}
	.scroll-reveal.box2.active-scroll{
	  transform: translateY(0);
	  opacity: 1;
	}
	.scroll-reveal.box3{
	  transition: transform 0.8s, opacity 0.8s;
	  transform: translateX(200px);
	  opacity: 0;
	}
	.scroll-reveal.box3.active-scroll{
	  transform: translateX(0);
	  opacity: 1;
	}
	.scroll-reveal.box4{
	  transition: transform 0.8s, opacity 0.8s;
	  transform: translateY(-100px);
	  opacity: 0;
	}
	.scroll-reveal.box4.active-scroll{
	  transform: translateY(0);
	  opacity: 1;
	}
	.scroll-reveal.box5{
	  transition: transform 0.8s, opacity 0.8s;
	  transform: scale(1.3);
	  opacity: 0;
	}
	.scroll-reveal.box5.active-scroll{
	  transform: scale(1);
	  opacity: 1;
	}
	.scroll-reveal.box6{
	  transition: transform 1.0s, opacity 0.8s;
	  transform: scale(-1,1);
	  opacity: 0;
	}
	.field--name-field-items-3max .field__item:nth-child(2){
		transition-delay: .1s;
	}
	.field--name-field-items-3max .field__item:nth-child(3){
		transition-delay: .2s;
	}
	.scroll-reveal.box6.active-scroll{
	  transform: scale(1,1);
	  opacity: 1;
	}
	.scroll-reveal.box7{
	  transition: clip-path 0.6s;
	  clip-path: polygon(0 0, 100% 0, 100% 0%, 0% 0%);
	}
	.scroll-reveal.box7.active-scroll{
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
	.scroll-reveal.box8{
	  transition: filter 0.6s, opacity 0.1s;
	  filter: blur(6rem);
	  opacity: 0;
	}
	.scroll-reveal.box8.active-scroll{
	  filter: blur(0rem);
	  opacity: 1;
	}
	.scroll-reveal.box9{
	  transition: transform 1.0s, opacity 0.5s, filter 1.0s;
	  transform: rotate(40deg);
	  filter: blur(5px);
	  opacity: 0;
	}
	.scroll-reveal.box9.active-scroll{
	  transform: rotate(0deg);
	  filter: blur(0px);
	  opacity: 1;
	}
	.scroll-reveal.box10{
	  transition: opacity 0.4s;
	  opacity: 0;
	}
	.scroll-reveal.box10.active-scroll{
	  opacity: 1;
	}
	.scroll-reveal.box11{}
	@keyframes box11 {
	  from {
		  transform: scale(1);
	  }
	  to {
		  transform: scale(1.15);
	  }
	}
	.scroll-reveal.box11.active-scroll{
  	animation-duration: 1.5s;
  	animation-name: box11;
		animation-iteration-count: 10;
  	animation-direction: alternate;
  	animation-timing-function: ease-in-out;
	}
	.box11:hover, .box11:hover .active-scroll{
		animation-play-state: paused !important;
	}
	.scroll-reveal.box12 span{
	 	transition: transform 0.5s, opacity 0.5s;
	  transform: translateY(-25px);
	  opacity: 0;
	  display: inline-block;
	}
  .scroll-reveal.box12.active-scroll span{
	  transform: translateY(0);
		opacity: 1;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(2){
	  transition-delay: 0.1s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(3){
	  transition-delay: 0.2s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(4){
	  transition-delay: 0.3s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(5){
	  transition-delay: 0.4s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(6){
	  transition-delay: 0.5s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(7){
	  transition-delay: 0.6s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(8){
	  transition-delay: 0.7s;
	}

}

/*button*/
@keyframes box11 {
  from {
	  transform: scale(1);
  }
  to {
	  transform: scale(1.15);
  }
}
#edit-actions-submit{
	animation-duration: 1s;
	animation-name: box11;
	animation-iteration-count: 30;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
#edit-actions-submit:hover{
	animation-play-state: paused !important;
}
@media screen and (max-width: 785px) {
	html {
	  width: 100vw;
	  overflow-x: hidden;
	}
	/*Testimonial*/
	.scroll-reveal.box1{
	  transition: transform 0.5s, opacity 0.5s;
	  transform: scale(1.3);
	  opacity: 0;
	  /*margin: 50px 0px;*/
	}
	.scroll-reveal.box1.active-scroll{
	  transform: scale(1);
	  opacity: 1;
	}
	.paragraph--type--testimonial .media .media-body:nth-child(2) {
	  padding-left: 0px !important;
	}
	/*3 CTAs*/
	.paragraph--type--single-row-image-cta {
	  max-width: 100vw;
	  overflow-x: hidden;
	}
 .scroll-reveal.box2 {
	  transition: transform 0.5s, opacity 0.5s;
	  opacity: 0;
  }
  
  .field--name-field-items-4max .field__item:nth-child(1) section, .field--name-field-items-4max .field__item:nth-child(3) section  {
	  	transform: translateX(-200px);
  }

  .field--name-field-items-4max .field__item:nth-child(2) section, .field--name-field-items-4max .field__item:nth-child(4) section  {
	  	transform: translateX(200px);
  }

  .scroll-reveal.box2.active-scroll {
	  transform: translateX(0) !important;
	  opacity: 1;
  }
	
	/*Simple Fade*/  
  .scroll-reveal.box10{
	  transition: opacity 0.4s;
	  opacity: 0;
	}
	.scroll-reveal.box10.active-scroll{
	  opacity: 1;
	}
	
	/*Drop-down numbers*/
	.scroll-reveal.box12 span{
	 	transition: transform 0.5s, opacity 0.5s;
	  transform: translateY(-25px);
	  opacity: 0;
	  display: inline-block;
	}
  .scroll-reveal.box12.active-scroll span{
	  transform: translateY(0);
		opacity: 1;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(2){
	  transition-delay: 0.1s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(3){
	  transition-delay: 0.2s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(4){
	  transition-delay: 0.3s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(5){
	  transition-delay: 0.4s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(6){
	  transition-delay: 0.5s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(7){
	  transition-delay: 0.6s;
	}
	.scroll-reveal.box12.active-scroll span:nth-child(8){
	  transition-delay: 0.7s;
	}


}