Thank you for purchasing Consbus HTML Template. If you have any questions that are beyond the scope of this help file, please feel free to email, via my user page contact form or put a ticket at Support Center .
Thankyou so much!
<!-- Start of header
============================================= -->
<header>
...
</header>
<!-- End of header
============================================= -->
<!-- Start of section name
============================================= -->
<section id="section-name-id" class="section-name-class">
...
</section>
<!-- End section name
============================================= -->
<!-- Start of footer
============================================= -->
<footer>
...
</footer>
<!-- End of footer
============================================= -->
<div class="nio-eig-service-tab">
<div class="row">
<div class="col-lg-3">
<div class="nio-eig-service-tab-btn ul-li-block">
<ul id="tabs" class="nav text-capitalize nav-tabs">
<li class="nav-item"><a href="#" data-target="#goal" data-toggle="tab" class="nav-link text-capitalize active">Tax Consulting </a></li>
<li class="nav-item"><a href="#" data-target="#profit" data-toggle="tab" class="nav-link text-capitalize">Fund Transfer </a></li>
<li class="nav-item"><a href="#" data-target="#passions" data-toggle="tab" class="nav-link text-capitalize">Life Insurance </a></li>
<li class="nav-item"><a href="#" data-target="#product" data-toggle="tab" class="nav-link text-capitalize">Business Plan</a></li>
<li class="nav-item"><a href="#" data-target="#finace" data-toggle="tab" class="nav-link text-capitalize">Finance Manage</a></li>
</ul>
</div>
</div>
<div class="col-lg-9">
<div class="nio-eig-service-tab-content">
<div id="tabsContent" class="tab-content">
<div id="goal" class="tab-pane fade active show">
<div class="nio-eig-service-tab-img-text clearfix">
<div class="nio-eig-service-tab-img float-left">
<img src="assets/img/service/ser1.jpg" alt="">
</div>
<div class="nio-eig-service-tab-text">
<div class="nio-eig-service-icon ">
</div>
<div class="nio-eig-service-text headline pera-content">
<h3>Tax Consulting for Better
Business Plan</h3>
<p>Lorem Ipsum is simply dummy text of the printing and type
setting industry. Lorem Ipsum has been the industry.</p>
<a href="#">Read more <span>+</span></a>
</div>
</div>
</div>
</div>
<div id="profit" class="tab-pane fade">
<div class="nio-eig-service-tab-img-text clearfix">
<div class="nio-eig-service-tab-img float-left">
<img src="assets/img/service/ser1.jpg" alt="">
</div>
<div class="nio-eig-service-tab-text">
<div class="nio-eig-service-icon">
</div>
<div class="nio-eig-service-text headline pera-content">
<h3>Tax Consulting for Better
Business Plan</h3>
<p>Lorem Ipsum is simply dummy text of the printing and type
setting industry. Lorem Ipsum has been the industry.</p>
<a href="#">Read more <span>+</span></a>
</div>
</div>
</div>
</div>
<div id="passions" class="tab-pane fade">
<div class="nio-eig-service-tab-img-text clearfix">
<div class="nio-eig-service-tab-img float-left">
<img src="assets/img/service/ser1.jpg" alt="">
</div>
<div class="nio-eig-service-tab-text">
<div class="nio-eig-service-icon">
</div>
<div class="nio-eig-service-text headline pera-content">
<h3>Tax Consulting for Better
Business Plan</h3>
<p>Lorem Ipsum is simply dummy text of the printing and type
setting industry. Lorem Ipsum has been the industry.</p>
<a href="#">Read more <span>+</span></a>
</div>
</div>
</div>
</div>
<div id="product" class="tab-pane fade">
<div class="nio-eig-service-tab-img-text clearfix">
<div class="nio-eig-service-tab-img float-left">
<img src="assets/img/service/ser1.jpg" alt="">
</div>
<div class="nio-eig-service-tab-text">
<div class="nio-eig-service-icon">
</div>
<div class="nio-eig-service-text headline pera-content">
<h3>Tax Consulting for Better
Business Plan</h3>
<p>Lorem Ipsum is simply dummy text of the printing and type
setting industry. Lorem Ipsum has been the industry.</p>
<a href="#">Read more <span>+</span></a>
</div>
</div>
</div>
</div>
<div id="finace" class="tab-pane fade">
<div class="nio-eig-service-tab-img-text clearfix">
<div class="nio-eig-service-tab-img float-left">
<img src="assets/img/service/ser1.jpg" alt="">
</div>
<div class="nio-eig-service-tab-text">
<div class="nio-eig-service-icon">
</div>
<div class="nio-eig-service-text headline pera-content">
<h3>Tax Consulting for Better
Business Plan</h3>
<p>Lorem Ipsum is simply dummy text of the printing and type
setting industry. Lorem Ipsum has been the industry.</p>
<a href="#">Read more <span>+</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="video-play text-center">
<a class="block-display video_box" href="Put your video link here">
</a>
</div>
jQuery('.video_box').magnificPopup({
disableOn: 200,
type: 'iframe',
mainClass: 'mfp-fade',
removalDelay: 160,
preloader: false,
fixedContentPos: false,
});
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
Common stylesheets included in all pages:
<link href="assets/css/owl.carousel.css">
<link href="assets/css/font-awesome.min.css">
<link href="assets/css/bootstrap.min.css">
<link href="assets/css/flaticon.css">
<link href="assets/css/animate.css">
<link href="assets/css/video.min.css">
<link href="assets/css/_style.css">
In addition to the custom scripts, I have implemented few "tried and true" plugins to create the effects. This plugin is packed, so you won't need to manually edit anything in the file. The only necessary thing to know is how to call the method. (All javascript plugins include in jquery-plugin-collection.js file)
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jarallax.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/utils.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/tilt.jquery.min.js"></script>
<script src="assets/js/script.js"></script>
<script src="assets/js/gmap3.min.js"></script>
<script src="http://maps.google.com/maps/api/js?key=AIzaSyC61_QVqt9LAhwFdlQmsNwi5aUJy9B2SyA"></script>
Fonts Used are :
"Poppins"
"Roboto"
File Used For Animation Effects :
animate.css (in css Folder)
Circle Progress :
circle-progress.js (in js Folder)
Background Parallax :
jarallax.js (in js Folder)
Sliders Used Are :
Owl Carousel
Icons Used are :
Fontawsome Icons
https://fortawesome.github.io/Font-Awesome/
Flaticons Icons
https://www.flaticon.com/
Email Us at : support@themexriver.com