/*InView*/
.inview-fadein {
  opacity: 0;
  transition: 0.7s ease;
  transition-delay: 0.2s;
}

.inview-fadein-done {
  opacity: 1;
}

.inview-fadein-up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 0.7s ease;
  transition-delay: 0.2s;
}

.inview-fadein-up-done {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-fadein-down {
  opacity: 0;
  transform: translate(0, -10%);
  transition: 0.7s ease;
  transition-delay: 0.2s;
}

.inview-fadein-down-done {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-fadein-left {
  opacity: 0;
  transform: translate(-10%, 0);
  transition: 0.7s ease;
  transition-delay: 0.2s;
}

.inview-fadein-left-done {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-fadein-right {
  opacity: 0;
  transform: translate(10%, 0);
  transition: 0.7s ease;
  transition-delay: 0.2s;
}

.inview-fadein-right-done {
  opacity: 1;
  transform: translate(0, 0);
}

/*Delay Timer*/
.ani-delay01 {
  transition-delay: 0.1s;
}

.ani-delay02 {
  transition-delay: 0.2s;
}

.ani-delay03 {
  transition-delay: 0.3s;
}

.ani-delay04 {
  transition-delay: 0.4s;
}

.ani-delay05 {
  transition-delay: 0.5s;
}

.ani-delay06 {
  transition-delay: 0.6s;
}

.ani-delay07 {
  transition-delay: 0.7s;
}

.ani-delay08 {
  transition-delay: 0.8s;
}

.ani-delay09 {
  transition-delay: 0.9s;
}

.ani-delay10 {
  transition-delay: 1s;
}

.ani-delay11 {
  transition-delay: 1.1s;
}

.ani-delay12 {
  transition-delay: 1.2s;
}

.ani-delay13 {
  transition-delay: 1.3s;
}

.ani-delay14 {
  transition-delay: 1.4s;
}

.ani-delay15 {
  transition-delay: 1.5s;
}

.ani-delay16 {
  transition-delay: 1.6s;
}

.ani-delay17 {
  transition-delay: 1.7s;
}

.ani-delay18 {
  transition-delay: 1.8s;
}

.ani-delay19 {
  transition-delay: 1.9s;
}

.ani-delay20 {
  transition-delay: 2s;
}