<section class="about-seciton mb-150 rmb-100">
<div class="container">
<div class="row align-items-center align-items-xl-start">
<div class="col-lg-6">
<div class="about-image mr-30 rmb-50 rmr-0">
<img src="assets/images/about/about-left.png" alt="About">
</div>
<div class="circle-text">
<img src="assets/images/about/about-circle.png" alt="circle">
</div>
</div>
<div class="col-lg-6">
<div class="about-content ml-30 rml-0">
<div class="section-title mb-15">
<h2>About Us</h2>
</div>
<h3>Our licensed plumber <br> perform all plumbing services including:</h3>
<ul class="list-style-one">
<li>Faucet</li>
<li>Drain Clearning</li>
<li>Tailets</li>
<li>Water Heater Repair & Installation</li>
<li>Garbage Disposals</li>
<li>Gas Line Repair/Replacement</li>
</ul>
<p>If you require plumbing services in New York City for your home or business, Ariel Services, Inc. is here to help. With over 40 years of experience, we have everything necessary.</p>
<a href="callto:501187-6694" class="theme-btn"><i class="fas fa-phone"></i> 501 187-6694</a>
</div>
</div>
</div>
</div>
</section>
Please alter the logo image name with your one in logo img tag
<div class="logo"><a href="index.html"><img src="assets/img/logo.png" alt="" title=""></a></div>
Go to copyright section inside the footer tag and customise as you wish.
<div class="footer-bottom"> <div class="container"> <p>Copyright © <span>2021</span> | All Rights Reserved.</p> </div> </div>
| CSS File Name | Description |
|---|---|
| animate.css | Animation Style |
| bootstrap.min.css | Bootstrap v4.5.3 |
| icofont.min.css | Font file: Icofont |
| magnific-popup.css | Magnific Popup |
| mainmenu.css | Custom Menu Style |
| owl.carousel.css | Owl Carousel Style |
| responsive.css | Custom Resonsive Style |
| style.css | Custom Style |
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.
.section-header > h2 {
font-size: 45px;
font-weight: 700;
line-height: 50px;
}
.section-header > p {
font-size: 15px;
line-height: 27px;
margin: 23px auto 0;
}
.section-header:not(.text-white) > h2 {
color: #00235a;
}
.section-header:not(.text-white) > p {
color: #555752;
}
All our custom CSS files are well documented so hope you'll not have any issue to customize our CSS if needed.
| Javascript File | Javascript File Description |
|---|---|
| gmaps.min.js | Google Map JS |
| bootstrap.bundle.min.js | Bootstrap v4.5.3 |
| isotope.pkgd.min.js | Isotope PACKAGED v3.0.6 |
| jquery-1.12.4.min.js | jQuery v1.12.4 |
| jquery.magnific-popup.min.js | Magnific Popup - v1.1.0 |
| wow.min.js | Wow JS |
| main.js | Custom JS file |
| owl.carousel.js | Owl Carousel Js |