@-webkit-keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}
	to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}
	to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}

.wow {
	-webkit-animation: fadeInDown 1s both;
	-moz-animation: fadeInDown 1s both;
	-ms-animation: fadeInDown 1s both;
	-o-animation: fadeInDown 1s both; 
	animation: fadeInDown 1s both;
}

.product01,
section.PD .Features_icon ul li:nth-child(1),
section.PD .productS01 ul li:nth-child(1),
section.PD1 .productS02 p,
section.PD2 .productS02 ol li:nth-child(1),
section.RB .BOX li:nth-child(1),
.btnnn,
section.BC h5 {animation-delay: .5s;}

section.AD span.t1,
.product02,
section.PD h3,
section.PD .productFF .ps,
section.PD .Features_icon ul li:nth-child(2),
section.PD .productS01 ul li:nth-child(2),
section.PD1 .productS02 ol li:nth-child(1),
section.PD2 .productS02 ol li:nth-child(2),
section.RB .BOX li:nth-child(2),
section.BC h6 {animation-delay: 1s;}

section.AD span.t2,
.product03,
section.PD .Features_icon ul li:nth-child(3),
section.PD .productS01 ul li:nth-child(3),
section.PD1 .productS02 ol li:nth-child(2),
section.PD2 .productS02 ol li:nth-child(3),
section.RB .BOX li:nth-child(3),
section.BC p {animation-delay: 1.5s;}

section.AD span.t3,
section.PD .Features_icon ul li:nth-child(4),
section.PD .productS01 ul li:nth-child(4),
section.RB .BOX li:nth-child(4),
section.BC ul.other li:nth-child(1),
section.PD2 .productS02 .ps {animation-delay: 2s;}

section.PD .productS01 ul li:nth-child(5),
section.RB .BOX li:nth-child(5),
section.BC ul.other li:nth-child(2) {animation-delay: 2.5s;}


section.RB .BOX li:nth-child(6) { animation-delay: 3s; }