D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
adanfix.encodersunlimited.com
/
Filename :
about-us.php
back
Copy
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="keywords" content=""> <meta name="description" content="" /> <meta name="author" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <title>Adanfix - About</title> <?php include 'style.php'; ?> </head> <body> <!--page start--> <div class="page"> <!--header start--> <?php include 'header.php'; ?> <!-- page-title --> <div class="ttm-page-title-row"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="d-flex justify-content-between align-items-center"> <div class="page-title-heading"> <h1 class="title">About Us</h1> </div> <div class="breadcrumb-wrapper"> <span class="mr-1"><i class="ti ti-home"></i></span> <a title="Homepage" href="index.html">Home</a> <span class="ttm-bread-sep"> / </span> <span class="ttm-textcolor-skincolor">About Us</span> </div> </div> </div> </div> </div> </div><!-- page-title end--> <!--site-main start--> <div class="site-main"> <!--About-section--> <section class="history-section clearfix"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-7 col-sm-12"> <div class="pr-70 res-991-pr-0"> <!-- section title --> <div class="section-title clearfix"> <div class="title-header"> <h5>Welcome to Adanfix</h5> <h2 class="title">About Our Company</h2> </div> </div><!-- section title end --> <p class="mb-20 mt_10"> Tulsi Mahapragya Products Pvt Ltd came into existence in 1996. The Company is into Chemical manufacturing. ADANFIX is the brand of our company which started with Tile Adhesives. From Tile Adhesives we ventured into Exterior Adhesives segment by providing Stone Adhesive, No limit Adhesive, Flexi Adhesive & much more. </p> <p class="mb-20"> The accumulated expertise and success was the force behind the creation of Waterproofing Chemicals. </p> <p class="mb-20"> Adanfix range of Construction Chemicals spans from Stone and Tile care products to Sealants to Building Protection Products. </p> <p class="mb-20"> Subsequently, newer products are being added to address the need of other segments like “Rehabilitation & Reconstruction”, “Maintenance & Repair”, “Flooring” & “Coating”. </p> <p class="mb-45"> <strong>Adanfix</strong> is not just a Brand.<br> <strong>We are the Magic Behind your Strength</strong> </p> <p class="mb-45 mt_10"> <span style="font-weight: bold;">Our Vision:</span> To become a leading provider of high-performance adhesive and waterproofing solutions, known for our quality, innovation, and customer-centric approach. </p> <p class="mb-45 mt_10"> <span style="font-weight: bold;">Our Mission:</span> To deliver superior adhesive and waterproofing products that ensure durability, reliability, and excellence in every application. We are committed to continuous improvement, sustainability, and building long-lasting relationships with our customers. </p> <div class="pt-35"> <a class="ttm-btn ttm-btn-size-md ttm-btn-shape-square ttm-btn-style-fill ttm-btn-color-skincolor" href="brochure/adanfix brochuree.pdf" download>Download Brochure</a> </div> </div> </div> <div class="col-lg-5 col-xs-12"> <!-- ttm_single_image-wrapper --> <div class="ttm_single_image-wrapper position-relative ml-15 res-991-ml-0 res-991-mt-30"> <img class="img-fluid" src="images/ab-1h.jpg" alt=""> <!-- ttm-fid --> </div><!-- ttm_single_image-wrapper end --> </div> </div><!-- row end--> </div> </section> <!--About-section--> <!-- fid-section --> <section class="fid-section ttm-bg ttm-bgcolor-skincolor clearfix mb-60"> <div class="ttm-row-wrapper-bg-layer ttm-bg-layer"></div> <div class="container"> <div class="row ttm-facts-colum-sep"> <div class="col-md-3 col-sm-3 co-xs-12"> <div class="ttm-fid inside ttm-fid-view-topicon"> <div class="ttm-fid-icon-wrapper"><i class="fas fa-mug-hot"></i></div> <div class="ttm-fid-contents"> <h4><span data-appear-animation="animateDigits" data-from="0" data-to="201" data-interval="10">201</span></h4> <h3 class="ttm-fid-title"><span>Coffee Meet<br></span></h3> </div> </div> </div> <div class="col-md-3 col-sm-3 co-xs-12"> <div class="ttm-fid inside ttm-fid-view-topicon"> <div class="ttm-fid-icon-wrapper"><i class="fas fa-users"></i></div> <div class="ttm-fid-contents"> <h4><span data-appear-animation="animateDigits" data-from="0" data-to="354" data-interval="10">354</span></h4> <h3 class="ttm-fid-title"><span>Happy Customer<br></span></h3> </div> </div> </div> <div class="col-md-3 col-sm-3 co-xs-12"> <div class="ttm-fid inside ttm-fid-view-topicon"> <div class="ttm-fid-icon-wrapper"><i class="fas fa-truck"></i></div> <div class="ttm-fid-contents"> <h4><span data-appear-animation="animateDigits" data-from="0" data-to="528" data-interval="10">528</span></h4> <h3 class="ttm-fid-title"><span>Project Complete<br></span></h3> </div> </div> </div> <div class="col-md-3 col-sm-3 co-xs-12"> <div class="ttm-fid inside ttm-fid-view-topicon"> <div class="ttm-fid-icon-wrapper"><i class="fas fa-comment-dots"></i></div> <div class="ttm-fid-contents"> <h4><span data-appear-animation="animateDigits" data-from="0" data-to="124" data-interval="10">124</span></h4> <h3 class="ttm-fid-title"><span>Feedback Received<br></span></h3> </div> </div> </div> </div> </div> </section> </div><!--site-main end--> <!--footer start--> <?php include 'footer.php' ?> </body> </html>