forked from DNXEMPIRE-1/ConstructionWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
931 lines (882 loc) · 57.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="keywords" content="construction, flomatexs, Flomatexs Construction Limited, Building" />
<meta name="description" content="Building Dreams, Crafting Futures" />
<title>Flomatexs Construction Limited </title>
<link rel = "icon" href = "img/flomatexs.png" type = "image/x-icon">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<link href="lib/slick/slick.css" rel="stylesheet">
<link href="lib/slick/slick-theme.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<!-- Top Bar Start -->
<div class="top-bar">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-4 col-md-12">
<div class="logo">
<a href="index.html">
<img src="img/flomatexs.png" alt="Logo" style="width: 200px; height: auto; margin: 10px; transform: scale(1.4);" >
</a>
</div>
</div>
<div class="col-lg-8 col-md-7 d-none d-lg-block">
<div class="row">
<div class="col-4">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="flaticon-calendar"></i>
</div>
<div class="top-bar-text">
<h3>Opening Hour</h3>
<p>Mon - Sat, 8:00 - 9:00</p>
</div>
</div>
</div>
<div class="col-4">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="flaticon-call"></i>
</div>
<div class="top-bar-text">
<h3>Call Us</h3>
<p><a href="tel:+254722158950">+254 722 158950</a></p>
<p><a href="tel:+254723049800">+254 723 049800</a></p>
</div>
</div>
</div>
<div class="col-4">
<div class="top-bar-item">
<div class="top-bar-icon">
<i class="flaticon-send-mail"></i>
</div>
<div class="top-bar-text">
<h3>Email Us</h3>
<a href="mailto:[email protected]" target="_blank">
<i class="fas fa-envelope"></i> Click Here
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Top Bar End -->
<!-- Nav Bar Start -->
<div class="nav-bar">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg bg-dark navbar-dark">
<a href="#" class="navbar-brand">MENU</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav mr-auto">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="service.html" class="nav-item nav-link">Service</a>
<a href="team.html" class="nav-item nav-link">Team</a>
<a href="portfolio.html" class="nav-item nav-link">Projects</a>
<a href="single.html" class="nav-item nav-link">Post Page</a>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Nav Bar End -->
<!-- Carousel Start -->
<div id="carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/home-slide-1.jpg" alt="Carousel Image">
<div class="carousel-caption">
<p class="animated fadeInRight">We Are Professional</p>
<h1 class="animated fadeInLeft">For Your Dream Projects </h1><br><br><br><br><br><br><br><br>
<a href="https://api.whatsapp.com/send?phone=+254 722 158950" class="btn" style="color: darkgreen; background-color: black;">WhatsApp Chat!</a>
</div>
</div>
<div class="carousel-item">
<img src="img/home-slide-2.jpg" alt="Carousel Image">
<div class="carousel-caption">
<p class="animated fadeInRight">Professional Builder</p>
<h1 class="animated fadeInLeft">We Build Your Home</h1><br><br><br><br><br><br><br><br>
<a href="https://api.whatsapp.com/send?phone=+254 722 158950" class="btn" style="color: darkgreen; background-color: black;">WhatsApp Chat!</a>
</div>
</div>
<div class="carousel-item">
<img src="img/home-slide-3.jpg" alt="Carousel Image">
<div class="carousel-caption">
<p class="animated fadeInRight">We Are Trusted</p>
<h1 class="animated fadeInLeft">For Your Dream Home</h1><br><br><br><br><br><br><br><br>
<a href="https://api.whatsapp.com/send?phone=+254 722 158950" class="btn" style="color: darkgreen; background-color: black;">WhatsApp Chat!</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Carousel End -->
<!-- Mission Start-->
<div class="feature wow fadeInUp" data-wow-delay="0.1s">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-4 col-md-12">
<div class="feature-item">
<div class="feature-icon">
<i class="flaticon-worker"></i>
</div>
<div class="feature-text">
<h3>Mission</h3>
<p> "To deliver exceptional construction services with integrity, professionalism, and innovation, exceeding client expectations and contributing to the sustainable development of communities."</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="feature-item">
<div class="feature-icon">
<i class="flaticon-building"></i>
</div>
<div class="feature-text">
<h3>Vision</h3>
<p>"To be recognized as a leader in the construction industry, setting new standards of excellence through our commitment to quality, safety, and environmental sustainability."</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="feature-item">
<div class="feature-icon">
<i class="flaticon-call"></i>
</div>
<div class="feature-text">
<h3>Goal</h3>
<p>Customer Satisfaction: Ensure client satisfaction by delivering projects on time, within budget, and to the highest quality standards.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Mission End-->
<!-- About Start -->
<div class="about wow fadeInUp" data-wow-delay="0.1s">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5 col-md-6">
<div class="about-img">
<img src="img/proj3/IMG-20240313-WA0056.jpg" alt="Image">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="section-header text-left">
<p>Welcome to Flomatexs Construction Limited</p>
<h2>15 Years Experience</h2>
</div>
<div class="about-text">
<p>Flomatexs Construction Limited is a leading construction company with a rich history of delivering high-quality projects across diverse sectors. With over 15 years of experience in the industry, we have established ourselves as a trusted partner for clients seeking excellence in construction.</p>
<p>At Flomatexs Construction Limited, we are committed to exceeding expectations and setting new standards of craftsmanship. Our team of skilled professionals brings expertise, innovation, and a passion for excellence to every project we undertake.</p>
<p>From residential developments to commercial complexes, industrial facilities, and infrastructure projects, we have successfully completed a wide range of projects, earning a reputation for reliability, integrity, and superior quality.</p>
<p>Our dedication to customer satisfaction is evident in our transparent communication, attention to detail, and commitment to delivering projects on time and within budget. We take pride in our ability to understand our clients' needs and tailor solutions that meet their unique requirements.</p>
<p>Choose Flomatexs Construction Limited for your next project and experience the difference that expertise, professionalism, and dedication can make.</p>
<a class="btn" href="portfolio.html">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Feature Start-->
<div class="feature wow fadeInUp" data-wow-delay="0.1s">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-4 col-md-12">
<div class="feature-item">
<div class="feature-icon">
<i class="flaticon-worker"></i>
</div>
<div class="feature-text">
<h3>Expert Worker</h3>
<p></p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="feature-item">
<div class="feature-icon">
<i class="flaticon-building"></i>
</div>
<div class="feature-text">
<h3>Quality Work</h3>
<p></p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="feature-item">
<div class="feature-icon">
<i class="flaticon-call"></i>
</div>
<div class="feature-text">
<h3>24/7 Support</h3>
<p></p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Feature End-->
<!-- Fact Start -->
<div class="fact">
<div class="container-fluid">
<div class="row counters">
<div class="col-md-6 fact-left wow slideInLeft">
<div class="row">
<div class="col-6">
<div class="fact-icon">
<i class="flaticon-worker"></i>
</div>
<div class="fact-text">
<h2 data-toggle="counter-up">109</h2>
<p>Expert Workers</p>
</div>
</div>
<div class="col-6">
<div class="fact-icon">
<i class="flaticon-building"></i>
</div>
<div class="fact-text">
<h2 data-toggle="counter-up">485</h2>
<p>Happy Clients</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 fact-right wow slideInRight">
<div class="row">
<div class="col-6">
<div class="fact-icon">
<i class="flaticon-address"></i>
</div>
<div class="fact-text">
<h2 data-toggle="counter-up">189</h2>
<p>Completed Projects</p>
</div>
</div>
<div class="col-6">
<div class="fact-icon">
<i class="flaticon-crane"></i>
</div>
<div class="fact-text">
<h2 data-toggle="counter-up">20</h2>
<p>Running Projects</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Fact End -->
<!-- Service Start -->
<div class="service">
<div class="container">
<div class="section-header text-center">
<p>Our Services</p>
<h2>We Provide Services</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item">
<div class="service-img">
<img src="img/service-1.jpg" alt="Image">
<div class="service-overlay">
<p>
"Building construction is the art and science of assembling materials, labor, and technology to create structures that fulfill a variety of purposes."
</p>
</div>
</div>
<div class="service-text">
<h3>Building Construction</h3>
<a class="btn" href="port.html">+</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="service-item">
<div class="service-img">
<img src="img/service-2.jpg" alt="Image">
<div class="service-overlay">
<p>
"Transforming houses into homes with meticulous craftsmanship and innovative design solutions."</p>
</div>
</div>
<div class="service-text">
<h3>House Renovation</h3>
<a class="btn" href="port.html" >+</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item">
<div class="service-img">
<img src="img/mengi.jpg" alt="Image">
<div class="service-overlay">
<p>
"Crafting visionary spaces that marry form, function, and aesthetics, defining the landscapes of tomorrow."</p>
</div>
</div>
<div class="service-text">
<h3>Architecture Design</h3>
<a class="btn" href="port.html" >+</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="service-item">
<div class="service-img">
<img src="img/service-4.jpg" alt="Image">
<div class="service-overlay">
<p>
"Elevating interiors with curated elegance and thoughtful functionality, tailored to inspire and delight." </p>
</div>
</div>
<div class="service-text">
<h3>Interior Design</h3>
<a class="btn" href="port.html" >+</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="service-item">
<div class="service-img">
<img src="img/service-5.jpg" alt="Image">
<div class="service-overlay">
<p>
"Providing reliable solutions and dedicated support to ensure your spaces thrive with lasting quality and peace of mind."</p>
</div>
</div>
<div class="service-text">
<h3>Fixing & Support</h3>
<a class="btn" href="port.html" >+</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="service-item">
<div class="service-img">
<img src="img/painting.jpeg" alt="Image">
<div class="service-overlay">
<p>
"Bringing vibrance and character to spaces with expertly applied strokes, transforming walls into works of art."</p>
</div>
</div>
<div class="service-text">
<h3>Painting</h3>
<a class="btn" href="port.html" >+</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Video Start -->
<div class="video wow fadeIn" data-wow-delay="0.1s">
<div class="container">
<button type="button" class="btn-play" data-toggle="modal" data-src="img\vid.mp4" data-target="#videoModal">
<span></span>
</button>
</div>
</div>
<div class="modal fade" id="videoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<video class="embed-responsive-item" src="img\vid.mp4" id="video" autoplay allowscriptaccess="always" allow="autoplay"></video>
</div>
</div>
</div>
</div>
</div>
<!-- Video End -->
<!-- Team Start -->
<div class="team">
<div class="container">
<div class="section-header text-center">
<p>Our Team</p>
<h2>Meet Our Engineer</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item">
<div class="team-img">
<img src="img/omosh.jpg" alt="Team Image">
</div>
<div class="team-text">
<h2>Contractor Omondi</h2>
<p>CEO & Founder</p>
</div>
<div class="team-social">
<a class="social-tw" href=""><i class="fab fa-twitter"></i></a>
<a class="social-fb" href=""><i class="fab fa-facebook-f"></i></a>
<a class="social-li" href=""><i class="fab fa-linkedin-in"></i></a>
<a class="social-in" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="team-item">
<div class="team-img">
<img src="img/int.jpg" alt="Team Image">
</div>
<div class="team-text">
<h2>Dylan </h2>
<p>Civil Engineer</p>
</div>
<div class="team-social">
<a class="social-tw" href=""><i class="fab fa-twitter"></i></a>
<a class="social-fb" href=""><i class="fab fa-facebook-f"></i></a>
<a class="social-li" href=""><i class="fab fa-linkedin-in"></i></a>
<a class="social-in" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item">
<div class="team-img">
<img src="img/des.jpg" alt="Team Image">
</div>
<div class="team-text">
<h2>Mitchell </h2>
<p>Interior Designer</p>
</div>
<div class="team-social">
<a class="social-tw" href=""><i class="fab fa-twitter"></i></a>
<a class="social-fb" href=""><i class="fab fa-facebook-f"></i></a>
<a class="social-li" href=""><i class="fab fa-linkedin-in"></i></a>
<a class="social-in" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="team-item">
<div class="team-img">
<img src="img/paint.jpg" alt="Team Image">
</div>
<div class="team-text">
<h2>Joshua</h2>
<p>Painter</p>
</div>
<div class="team-social">
<a class="social-tw" href=""><i class="fab fa-twitter"></i></a>
<a class="social-fb" href=""><i class="fab fa-facebook-f"></i></a>
<a class="social-li" href=""><i class="fab fa-linkedin-in"></i></a>
<a class="social-in" href=""><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- FAQs Start -->
<div class="faqs">
<div class="container">
<div class="section-header text-center">
<p>Frequently Asked Question</p>
<h2>You May Ask</h2>
</div>
<div class="row">
<div class="col-md-6">
<div id="accordion-1">
<div class="card wow fadeInLeft" data-wow-delay="0.1s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseOne">
What services does Flomatexs Construction Limited offer?
</a>
</div>
<div id="collapseOne" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Flomatexs Construction Limited offers a comprehensive range of construction services including:
Building Construction
House Renovation
Interior Design
Architecture Design
Fixing & Support
Painting
</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.2s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseTwo">
How can I request a quote for my construction project?
</a>
</div>
<div id="collapseTwo" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Look for a "Contact" or "Get a Quote" page/link.
</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.3s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseThree">
Does Flomatexs Construction Limited handle both small and large-scale projects?
</a>
</div>
<div id="collapseThree" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Yes, Flomatexs Construction Limited handles both small and large-scale projects. Whether you need assistance with a small renovation or a large-scale construction project, Flomatexs Construction Limited has the expertise, resources, and capabilities to meet your needs. Their experienced team can tailor their services to accommodate projects of various sizes and complexities, ensuring quality results regardless of the scale.
</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.4s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseFour">
What sets Flomatexs Construction Limited apart from other construction companies?
</a>
</div>
<div id="collapseFour" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Expertise and Experience: With over [number] years of experience in the construction industry, Flomatexs Construction Limited brings a wealth of knowledge and expertise to every project.
Quality Craftsmanship: Flomatexs Construction Limited is committed to delivering superior quality craftsmanship in every aspect of their work, ensuring durable and aesthetically pleasing results.
Customer Satisfaction: The company prioritizes customer satisfaction and strives to exceed client expectations through transparent communication, attention to detail, and personalized service.
</div>
</div>
</div>
<div class="card wow fadeInLeft" data-wow-delay="0.5s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseFive">
Is Flomatexs Construction Limited licensed and insured?
</a>
</div>
<div id="collapseFive" class="collapse" data-parent="#accordion-1">
<div class="card-body">
Yes, Flomatexs Construction Limited is licensed and insured. As a reputable construction company, they adhere to all legal and regulatory requirements in the jurisdictions where they operate. Their licensing ensures that they have met the necessary qualifications and standards to carry out construction work, while their insurance provides protection for both the company and its clients in the event of accidents, damages, or liabilities during the course of a project. This licensing and insurance give clients peace of mind knowing that they are working with a professional and reputable construction company.
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div id="accordion-2">
<div class="card wow fadeInRight" data-wow-delay="0.1s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseSix">
How long does a typical construction project take to complete?
</a>
</div>
<div id="collapseSix" class="collapse" data-parent="#accordion-2">
<div class="card-body">
The duration of a typical construction project can vary significantly depending on various factors, including the size, complexity, scope, and specific requirements of the project. Additionally, external factors such as weather conditions, material availability, and regulatory approvals can also impact the timeline.
That being said, a small-scale construction project such as a house renovation or interior remodeling may take anywhere from a few weeks to a few months to complete. On the other hand, large-scale projects such as building construction or infrastructure development can take several months to several years to finish, depending on the scale and complexity of the project.
</div>
</div>
</div>
<div class="card wow fadeInRight" data-wow-delay="0.2s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseSeven">
Does Flomatexs Construction Limited provide warranty or guarantee on its work?
</a>
</div>
<div id="collapseSeven" class="collapse" data-parent="#accordion-2">
<div class="card-body">
Yes, Flomatexs Construction Limited typically provides a warranty or guarantee on its work to ensure customer satisfaction and confidence in the quality of their services. The specifics of the warranty or guarantee may vary depending on the type of project and the terms agreed upon between the company and the client.
</div>
</div>
</div>
<div class="card wow fadeInRight" data-wow-delay="0.3s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseEight">
Does Flomatexs Construction Limited provide warranty ?
</a>
</div>
<div id="collapseEight" class="collapse" data-parent="#accordion-2">
<div class="card-body">
Yes, Flomatexs Construction Limited typically provides warranties on its work to ensure customer satisfaction and quality assurance. The specific details of the warranty, including duration and coverage, may vary depending on the type of project and the terms agreed upon between the company and the client.
</div>
</div>
</div>
<div class="card wow fadeInRight" data-wow-delay="0.5s">
<div class="card-header">
<a class="card-link collapsed" data-toggle="collapse" href="#collapseTen">
What does Flomatexs Construction Limited projects cost ?
</a>
</div>
<div id="collapseTen" class="collapse" data-parent="#accordion-2">
<div class="card-body">
The cost of projects undertaken by Flomatexs Construction Limited can vary widely depending on several factors, including the type of project, its size and complexity, materials used, labor costs, location, and any additional services required. Each project is unique, and therefore, the cost is determined based on the specific requirements and scope of work agreed upon between the company and the client.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- FAQs End -->
<!-- Testimonial Start -->
<div class="testimonial wow fadeIn" data-wow-delay="0.1s">
<div class="container">
<div class="row">
<div class="col-12">
<div class="testimonial-slider-nav">
<div class="slider-nav"><img src="img/rev1.jpg" alt="Testimonial"></div>
<div class="slider-nav"><img src="img/rev4.jpg" alt="Testimonial"></div>
<div class="slider-nav"><img src="img/omosh.jpg" alt="Testimonial"></div>
<div class="slider-nav"><img src="img/rev2.jpeg" alt="Testimonial"></div>
<div class="slider-nav"><img src="img/paint.jpg" alt="Testimonial"></div>
<div class="slider-nav"><img src="img/rev3.jpg" alt="Testimonial"></div>
<div class="slider-nav"><img src="img/rev4.jpg" alt="Testimonial"></div>
<div class="slider-nav"><img src="img/omosh.jpg" alt="Testimonial"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="testimonial-slider">
<div class="slider-item">
<h3>Mrs. Mitchell</h3>
<h4>profession</h4>
<p>In summary, Flomatexs Construction Limited is a company that epitomizes professionalism, quality, and integrity. Their commitment to excellence, coupled with their exceptional customer service, sets them apart as leaders in the industry. I would not hesitate to recommend Flomatexs Construction Limited to anyone in need of construction services, and I look forward to working with them again in the future."</p>
</div>
<div class="slider-item">
<h3>Dr. Odhis</h3>
<h4>profession</h4>
<p>One of the most impressive aspects of working with Flomatexs Construction Limited was their emphasis on communication and customer satisfaction. They kept us informed at every stage of the project, promptly addressing any questions or concerns that arose along the way. Their proactive approach and willingness to go above and beyond to ensure our satisfaction made the entire process a pleasure.</p>
</div>
<div class="slider-item">
<h3>Prof. Kelvin</h3>
<h4>profession</h4>
<p>Throughout the project, Flomatexs Construction Limited demonstrated an unwavering commitment to excellence. Their meticulous planning and execution ensured that every aspect of the construction process was carried out seamlessly, resulting in a finished product that was both stunning and functional. It was clear that they take immense pride in their workmanship, and it truly showed in the final outcome.</p>
</div>
<div class="slider-item">
<h3>Mrs. Emily</h3>
<h4>profession</h4>
<p>"My experience with Flomatexs Construction Limited was nothing short of exceptional. From the moment we engaged their services, it was evident that we were in capable hands. Their team of professionals exhibited a remarkable level of expertise, attention to detail, and dedication to delivering results that exceeded our expectations.</p>
</div>
<div class="slider-item">
<h3>MR. Faizal</h3>
<h4>profession</h4>
<p>In summary, I cannot recommend Flomatexs Construction Limited highly enough. Their professionalism, expertise, and commitment to customer satisfaction are unparalleled, and I have no doubt that they will continue to exceed expectations for years to come. If you're looking for a reliable and trustworthy construction partner, look no further than Flomatexs Construction Limited."</p>
</div>
<div class="slider-item">
<h3>Doe</h3>
<h4>profession</h4>
<p>What truly sets Flomatexs Construction Limited apart is their customer-centric approach. The project manager kept us informed every step of the way, ensuring transparent communication and addressing any concerns promptly. Their dedication to customer satisfaction was evident in their willingness to accommodate our needs and preferences, making the entire construction process a smooth and enjoyable experience.</p>
</div>
<div class="slider-item">
<h3>Mr. Kasio</h3>
<h4>profession</h4>
<p>Flomatexs Construction Limited exceeded our expectations in terms of quality and craftsmanship. Their attention to detail and commitment to excellence were evident in every phase of the project, resulting in a final product that surpassed our wildest dreams. Not only did they deliver exceptional workmanship, but they also completed the project ahead of schedule, demonstrating their efficiency and reliability.unmatched professionalism, expertise, and dedication throughout our project. From the initial consultation to the final walkthrough, every aspect of the construction process was handled with precision and care.</p>
</div>
<div class="slider-item">
<h3>DR. Nzioki</h3>
<h4>profession</h4>
<p>Working with Flomatexs Construction Limited was an exceptional experience from start to finish. Their team displayed unmatched professionalism, expertise, and dedication throughout our project. From the initial consultation to the final walkthrough, every aspect of the construction process was handled with precision and care.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Blog Start -->
<div class="blog">
<div class="container">
<div class="section-header text-center">
<p>Latest Blog</p>
<h2>Latest From Our Blog</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="blog-item">
<div class="blog-img">
<img src="img/blog-1.jpg" alt="Image">
</div>
<div class="blog-title">
<h3>Insightful Articles</h3>
<a class="btn" href="single.html">+</a>
</div>
<div class="blog-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Construction</a></p>
</div>
<div class="blog-text">
<p>
Dive into insightful articles that uncover hidden gems of knowledge and spark meaningful conversations.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp">
<div class="blog-item">
<div class="blog-img">
<img src="img/blog-2.jpg" alt="Image">
</div>
<div class="blog-title">
<h3>Inspiring Stories</h3>
<a class="btn" href="single.html">+</a>
</div>
<div class="blog-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Construction</a></p>
</div>
<div class="blog-text">
<p>
Explore a collection of inspiring stories that ignite curiosity and fuel imagination.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="blog-item">
<div class="blog-img">
<img src="img\proj7\main.jpg" alt="Image">
</div>
<div class="blog-title">
<h3>Expert Advice</h3>
<a class="btn" href="single.html">+</a>
</div>
<div class="blog-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Construction</a></p>
</div>
<div class="blog-text">
<p>
Gain access to expert advice and practical tips to enhance your skills and elevate your personal and professional life</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Footer Start -->
<div class="footer wow fadeIn" data-wow-delay="0.3s">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="footer-contact">
<h2>Office Contact</h2>
<p><i class="fa fa-map-marker-alt"></i>Kogo holdings langata road, Nairobi, Kenya</p>
<p><i class="fa fa-phone-alt"></i>+254 722 158950</p>
<p><i class="fa fa-phone-alt"></i>+254 723 049800</p>
<p><i class="fa fa-envelope"></i>Flomatexsbuildingconstractor @gmail.com</p>
<div class="footer-social">
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><i class="fab fa-facebook-f"></i></a>
<a href=""><i class="fab fa-linkedin-in"></i></a>
<a href=""><i class="fab fa-instagram"></i></a>
<a href=""><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="footer-link">
<h2>Services Areas</h2>
<a href="">Building Construction</a>
<a href="">House Renovation</a>
<a href="">Architecture Design</a>
<a href="">Interior Design</a>
<a href="">Painting</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="footer-link">
<h2>Useful Pages</h2>
<a href="">About Us</a>
<a href="">Contact Us</a>
<a href="">Our Team</a>
<a href="">Projects</a>
<a href="">Testimonial</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="newsletter">
<h2>Newsletter</h2>
<p>
Stay Informed: Receive the latest updates and news directly to your inbox.
Get Exclusive Content: Access subscriber-only articles, offers, and promotions.
Be Inspired: Discover new ideas, trends, and insights to inspire your journey.
</p>
<div class="form">
<input class="form-control" placeholder="Email here">
<button class="btn">Submit</button>
</div>
</div>
</div>
</div>
</div>
<div class="container footer-menu">
<div class="f-menu">
<a href="">Terms of use</a>
<a href="">Privacy policy</a>
<a href="">Cookies</a>
<a href="">Help</a>
<a href="">FQAs</a>
</div>
</div>
<div class="container copyright">
<div class="row">
<div class="col-md-6">
<p>© <a href="">Flomatexs Construction Limited FCL</a>, All Right Reserved.</p>
</div>
<div class="col-md-6">
<p>Designed By <a href="http://dennisnziokidnx.com/">DNX EMPIRE</a></p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/slick/slick.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>