D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
buildteksolution
/
public_html
/
Filename :
waterproofing.php
back
Copy
<!DOCTYPE html> <html lang="zxx"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="description" content=""> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Title --> <title>Waterproofing Service</title> <!-- Favicon Icon --> <link rel="shortcut icon" href="assets/images/logos/favicon.png" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css2?family=Hind:wght@400;500&family=Poppins:wght@400;500;600&display=swap" rel="stylesheet"> <!-- Flaticon --> <link rel="stylesheet" href="assets/css/flaticon.min.css"> <!-- Font Awesome --> <link rel="stylesheet" href="assets/css/fontawesome-5.14.0.min.css"> <!-- Bootstrap --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <!-- Magnific Popup --> <link rel="stylesheet" href="assets/css/magnific-popup.min.css"> <!-- Nice Select --> <link rel="stylesheet" href="assets/css/nice-select.min.css"> <!-- Animate --> <link rel="stylesheet" href="assets/css/aos.css"> <!-- Slick --> <link rel="stylesheet" href="assets/css/slick.min.css"> <!-- Main Style --> <link rel="stylesheet" href="assets/css/style.css"> </head> <body> <div class="page-wrapper"> <?php include("header.php"); ?> <!-- Page Banner Start --> <section class="page-banner-area overlay py-170 rpy-120 rel z-1 bgs-cover text-center" style="background-image: url(assets/images/background/banner-two.jpg);"> <div class="container"> <div class="banner-inner pt-70 rpt-50 text-white"> <h2 class="page-title" data-aos="fade-up" data-aos-duration="1500" data-aos-offset="50">Waterproofing Service</h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb justify-content-center" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1500" data-aos-offset="50"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active">Waterproofing Service</li> </ol> </nav> </div> </div> <div class="bg-lines for-black-bg"> <span></span><span></span> <span></span><span></span> </div> </section> <!-- Page Banner End --> <!-- Service Details Area Start --> <section class="service-details-area py-130 rpy-100 rel z-1"> <div class="container"> <div class="row gap-70"> <div class="col-lg-4"> <div class="service-sidebar rmb-75"> <div class="widget widget-category" data-aos="fade-up" data-aos-duration="1500" data-aos-offset="50"> <ul> <li><a href="waterproofing.php">Waterprofing</a></li> <li><a href="waterfalls.php">Waterfalls</a></li> <li><a href="terrace-vegetable-gardening.php">Terrace Vegetable Gardening</a></li> <li><a href="column-strengthening.php">Column Strengthening</a></li> <li><a href="basement-treatment.php">Basement Treatment</a></li> <li><a href="expansion-joints.php">Expansion joints</a></li> </ul> </div> </div> </div> <div class="col-lg-8"> <div class="service-details-conntent"> <div class="image mb-40" data-aos="fade-up" data-aos-delay="50" data-aos-duration="1500" data-aos-offset="50"> <img src="assets/images/services/service-details.jpg" alt="Service Details"> </div> <h3 class="title mb-20">Waterproofing Service</h3> <p>Transform your property with our expert waterproofing service. Whether it's your home, office, or any other structure, our team ensures thorough protection against water damage. From roof coatings to basement sealing, we offer comprehensive solutions tailored to your needs. Say goodbye to leaks and moisture problems with our professional waterproofing service.</p> <p>Our waterproofing service provides comprehensive solutions to protect your property from water damage and moisture infiltration. Whether it's your home, office, or commercial building, our expert team utilizes advanced waterproofing techniques and high-quality materials to ensure long-lasting protection against leaks, dampness, and structural deterioration. From roof waterproofing to basement sealing, we cover all areas prone to water ingress, offering tailored solutions to meet your specific needs.</p> <h3 class="title mb-20">Service Benefits</h3> <ul class="list-style-four ps-md-4 mt-20 mb-40"> <li>Our waterproofing service effectively prevents water from penetrating your property, safeguarding it against costly water damage repairs.</li> <li>By keeping moisture at bay, our waterproofing solutions help prolong the lifespan of your building structure, saving you money on premature repairs and replacements.</li> <li>Waterproofing reduces the risk of mold, mildew, and bacterial growth, promoting a healthier indoor environment for occupants and minimizing respiratory issues.</li> <li>By maintaining a dry and moisture-free environment, our waterproofing service protects your valuable belongings, including furniture, electronics, and documents, from water-related damage.</li> <li>A properly waterproofed property is more attractive to potential buyers and commands a higher resale value, making it a worthwhile investment in the long run.</li> </ul> <a href="contact.php" class="theme-btn me-4">Contact Now <i class="far fa-angle-double-right"></i></a> </div> </div> </div> </div> <div class="bg-lines"> <span></span><span></span> <span></span><span></span> </div> </section> <!-- Service Details Area End --> <!-- Next Pres Services Area start --> <!-- Next Pres Services Area end --> <!-- footer area start --> <?php include("footer.php"); ?> <!-- footer area end --> </div> <!--End pagewrapper--> <!-- Jquery --> <script src="assets/js/jquery-3.6.0.min.js"></script> <!-- Bootstrap --> <script src="assets/js/bootstrap.min.js"></script> <!-- Appear Js --> <script src="assets/js/appear.min.js"></script> <!-- Slick --> <script src="assets/js/slick.min.js"></script> <!-- Magnific Popup --> <script src="assets/js/jquery.magnific-popup.min.js"></script> <!-- Nice Select --> <script src="assets/js/jquery.nice-select.min.js"></script> <!-- Image Loader --> <script src="assets/js/imagesloaded.pkgd.min.js"></script> <!-- Circle Progress --> <script src="assets/js/circle-progress.min.js"></script> <!-- Skillbar --> <script src="assets/js/skill.bars.jquery.min.js"></script> <!-- Isotope --> <script src="assets/js/isotope.pkgd.min.js"></script> <!-- AOS Animation --> <script src="assets/js/aos.js"></script> <!-- Custom script --> <script src="assets/js/script.js"></script> </body> </html>