.animated.fadeInDown#bg_blue {
    animation-duration: 0.4s;
}

.animated.zoomIn#title_01 {
    animation-delay: 0.5s;
}

.animated.zoomIn#title_02 {
    animation-delay: 1.0s;
    /*animation-duration:1s;*/
}

.animated.zoomIn#top_text {
    animation-delay: 1.2s;
}

.animated.fadeInUp {
    animation-delay: 1.5s;
}
