.animation{opacity: 0;transition: all ease 0.5s;}
.animation.come-in-animation { -webkit-animation: come-in 1.5s ease forwards; animation: come-in 1.5s ease forwards;--moz-animation:come-in 1.5s ease forwards;} 
.animdelay-0 { -webkit-animation-delay: 0.2s !important;--moz-animation-delay:0.2s; animation-delay: 0.2s !important;} 
.animdelay-1 { -webkit-animation-delay: 0.4s !important;--moz-animation-delay:0.4s;animation-delay: 0.4s !important; } 
.animdelay-2 { -webkit-animation-delay: 0.6s !important;--moz-animation-delay:0.6s;animation-delay: 0.6s !important; } 
.animdelay-3 { -webkit-animation-delay: 0.8s !important; --moz-animation-delay:0.8s;animation-delay: 0.8s !important; } 
.animdelay-4 { -webkit-animation-delay: 1s !important;--moz-animation-delay:1s; animation-delay: 1s !important; } 
.animdelay-5 { -webkit-animation-delay: 1.2s !important;--moz-animation-delay:1.2s;animation-delay: 1.2s !important; } 
.animdelay-6 { -webkit-animation-delay: 1.4s !important;--moz-animation-delay:1.4s; animation-delay: 1.4s !important; } 
.animdelay-7 { -webkit-animation-delay: 1.6s !important;--moz-animation-delay:1.6s; animation-delay: 1.6s !important; } 
.animdelay-8 { -webkit-animation-delay: 1.8s !important;--moz-animation-delay:1.8s; animation-delay: 1.8s !important; } 
.animdelay-9 { -webkit-animation-delay: 2s !important;--moz-animation-delay:2s; animation-delay: 2s !important; } 
.animdelay-10 { -webkit-animation-delay: 2.2s !important;--moz-animation-delay:2.2s; animation-delay: 2.2s !important; } 
.animdelay-11 { -webkit-animation-delay: 2.4s !important;--moz-animation-delay:2.4s; animation-delay: 2.4s !important; } 
.animdelay-12 { -webkit-animation-delay: 2.6s !important;--moz-animation-delay:2.6s; animation-delay: 2.6s !important; } 
.animdelay-13 { -webkit-animation-delay: 2.8s !important;--moz-animation-delay:2.8s; animation-delay: 2.8s !important; } 
.animdelay-14 { -webkit-animation-delay: 3s !important;--moz-animation-delay:3s; animation-delay: 3s !important; } 
.animdelay-15 { -webkit-animation-delay: 3.2s !important;--moz-animation-delay:3.2s; animation-delay: 3.2s !important; } 
.animdelay-16 { -webkit-animation-delay: 3.4s !important;--moz-animation-delay:3.4s; animation-delay: 3.4s !important; } 
.animdelay-17 { -webkit-animation-delay: 3.6s !important;--moz-animation-delay:3.6s; animation-delay: 3.6s !important; } 
.animdelay-18 { -webkit-animation-delay: 3.8s !important;--moz-animation-delay:3.8s;animation-delay: 3.8s !important; } 
.animdelay-19 { -webkit-animation-delay: 4s !important;--moz-animation-delay:4s;animation-delay: 4s !important; } 
.animdelay-20 { -webkit-animation-delay: 4.2s !important;--moz-animation-delay:4.2s;animation-delay: 4.2s !important; }

@-webkit-keyframes border-anim-come-in { 
  0% { height: 0px; -webkit-transition: all ease 1s; transition: all ease 1s;--moz-transition: all ease 1s; } 
  100% { height: 215px; -webkit-transition: all ease 2.5s; transition: all ease 2.5s; --moz-transition: all ease 2.5s;} 
}
@keyframes border-anim-come-in { 
  0% { height: 0px; -webkit-transition: all ease 1s; transition: all ease 1s;--moz-transition: all ease 1s; } 
  100% { height: 215px; -webkit-transition: all ease 2.5s; transition: all ease 2.5s; --moz-transition: all ease 2.5s;} 
}
@-webkit-keyframes come-in { 
  0% { -webkit-transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0); opacity: 0; -webkit-transition: all ease 0s; transition: all ease 0s;--moz-transition: all ease 0s; } 
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; -webkit-transition: all ease 1s;--moz-transition: all ease 1s; transition: all ease 1s; } 
}
@keyframes come-in { 
  0% { -webkit-transform: translate3d(0, 200px, 0); transform: translate3d(0, 200px, 0); opacity: 0; -webkit-transition: all ease 0s; --moz-transition: all ease 0s; transition: all ease 0s; } 
  100% { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; -webkit-transition: all ease 1s; --moz-transition: all ease 1s; transition: all ease 1s; } 
}

/* .animation-strip{overflow:hidden} */

