Hello,
1) The problem is that you copied the code probably from the console, where it was processed before, to make it work please to the following markup:
<div class="process-image" data-appear-animation="bounceIn">
<img src="img/home-concept-item-1.png" alt="" />
<strong>Strategy</strong>
</div>
2) It’s missing the parent container, it should be like this:
<div class="container">
<div class="row push-top">
...
3) Same problem from the first item, please copy/paste the code from the original HTML file, not console/dev tools.
4) You can set the delay in the HTML itself, like this:
<div class="slider" id="revolutionSlider" data-plugin-revolution-slider data-plugin-options='{"startheight": 500, "delay": 9000}'>
(9000 for 9 seconds, for example)
Kind Regards,
Jonas