<div class="row">
	<div class="col-md-12 text-center">
		<div class="animated heading-1" data-animation="fadeInUp" data-animation-delay="100"><?php echo t('safe_and_secure', 'Safe and Secure'); ?></div>
		<div class="animated description-1" data-animation="fadeInUp" data-animation-delay="200"><?php echo t('safe_and_secure_description', 'Safely store and backup all your essential files. From family photos & videos to important documents, you can rely on us to store all your media securely and forever.'); ?></div>                
		<div class="animated" data-animation="bounceIn" data-animation-delay="300">
			<img src="<?php echo SITE_THEME_PATH; ?>/frontend_assets/images/safe_secure.png" alt="" class="main-image"/>
		</div>    
	</div>
	<div class="col-md-12 text-center homepage-next-section">
		<a href="#register"><i class="fa fa-chevron-circle-down"></i></a>
	</div>
</div>