Change logo from navigation section. In navigation section(which is located top of the template) you can find navbar-brand where you can change the logo image.
<!– logo –>
<a class="navbar-brand" href="index.html">
<img src="your-logo-path" alt="logo">
</a>
If you don’t know how to change image from html W3School can help to do in this page.