Hello,
Thank You so much for your Patience. Please follow the steps below:
- Please find the following code:
<div class="section parallax center dark bottommargin-lg" style="background-image: url('images/BlackBG.png'); padding: 30px 0;" data-stellar-background-ratio="0.4">
and replace it with:
<div class="section parallax center dark nobottommargin" style="background-image: url('images/BlackBG.png'); padding: 30px 0;" data-stellar-background-ratio="0.4">
- Now, find the following code:
<a class="button button-full center tright topmargin footer-stick">
<div class="container clearfix">
Want to Know More? <strong>Contact Us</strong> <i class="icon-caret-right" style="top:4px;"></i>
</div>
</a>
and replace it with:
<a class="button button-full center tright notopmargin footer-stick">
<div class="container clearfix">
Want to Know More? <strong>Contact Us</strong> <i class="icon-caret-right" style="top:4px;"></i>
</div>
</a>
This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.