Page Loading (Pre-Loader)
How to add pre-loading page animation.
Page Pre-loader is disabled by default. If you wish to enable the page pre-loader you can simply add below code right after body tag start in all HTML files.
<!-- Pre loader -->
<div class="preloader">
<div class="preloader-item">
<div class="spinner-grow text-primary"></div>
</div>
</div>