-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingle.html
770 lines (733 loc) · 50.5 KB
/
single.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<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">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>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle active" data-toggle="dropdown">Post Page</a>
<div class="dropdown-menu">
<a href="single.html" class="dropdown-item">Post Page</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Nav Bar End -->
<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Post Page</h2>
</div>
<div class="col-12">
<a href="">Home</a>
<a href="">Post Page</a>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Single Post Start-->
<div class="single">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="single-content wow fadeInUp">
<img src="img/single.jpg" />
<h2>Navigating the Ever-Evolving Landscape of Construction: Challenges and Innovations</h2>
<p>
In the realm of construction, where every project is a symphony of design, engineering, and execution, navigating the ever-evolving landscape requires a delicate balance of tradition and innovation. As the world continues to progress, so too does the construction industry, adapting to new challenges and embracing innovative solutions to meet the demands of the modern era. </p>
<p>
One of the foremost challenges facing the construction industry is sustainability. With growing concerns about environmental impact and resource depletion, there is an increasing emphasis on sustainable construction practices. From green building certifications to the use of eco-friendly materials and renewable energy sources, sustainability has become a cornerstone of modern construction projects. </p>
<p>
Technological advancements have also transformed the way construction projects are planned, designed, and executed. Building Information Modeling (BIM) has revolutionized the design process, allowing for more efficient collaboration among architects, engineers, and contractors. Virtual and augmented reality technologies enable stakeholders to visualize projects in immersive 3D environments, enhancing communication and reducing errors during construction. </p>
<h3>However, along with these advancements come new challenges</h3>
<p>
The rapid pace of technological innovation means that construction professionals must continuously update their skills and adapt to new tools and techniques. Additionally, concerns about data security and privacy in an increasingly digital world require careful attention and robust cybersecurity measures. </p>
<p>
Furthermore, the COVID-19 pandemic has underscored the importance of resilience and adaptability in construction projects. Supply chain disruptions, labor shortages, and health and safety protocols have necessitated new approaches to project management and risk mitigation. Remote work and virtual collaboration tools have become essential for maintaining productivity and ensuring project continuity amidst unprecedented challenges. </p>
<h4>Despite these challenges, the future of construction is brimming with promise</h4>
<p>
Emerging technologies such as 3D printing, modular construction, and robotics hold the potential to revolutionize the industry, offering faster, more cost-effective, and sustainable construction solutions. Additionally, the growing focus on inclusivity and diversity is driving positive change, fostering a more equitable and inclusive workforce in the construction industry. </p>
<p>
In conclusion, the construction industry is in a state of constant evolution, propelled by challenges, opportunities, and a relentless pursuit of innovation. By embracing sustainability, harnessing technological advancements, and fostering resilience, construction professionals can navigate the complexities of the modern landscape and build a brighter future for generations to come.
</p>
</div>
<div class="single-tags wow fadeInUp">
<a href="">National</a>
<a href="">International</a>
<a href="">Economics</a>
<a href="">Politics</a>
<a href="">Lifestyle</a>
<a href="">Technology</a>
<a href="">Trades</a>
</div>
<div class="single-bio wow fadeInUp">
<div class="single-bio-img">
<img src="img/omosh.jpg" />
</div>
<div class="single-bio-text">
<h3>CEO Omondi</h3>
<p>
Great overview of the challenges and opportunities in the construction industry! </p>
</div>
</div>
<div class="single-related wow fadeInUp">
<h2>Related Post</h2>
<div class="owl-carousel related-slider">
<div class="post-item">
<div class="post-img">
<img src="img/post-1.jpg" />
</div>
<div class="post-text">
<a href="">"Constructing the Future: Challenges and Innovations in the Industry"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Construction</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-2.jpg" />
</div>
<div class="post-text">
<a href="">"Building Beyond Borders: Global Trends Shaping the Industry"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Civil</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-3.jpg" />
</div>
<div class="post-text">
<a href="">"Resilience in Construction: Adapting to Challenges and Thriving"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Constructing</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-4.jpg" />
</div>
<div class="post-text">
<a href="">"From Blueprint to Reality: The Evolution of Modern Construction"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Interior Design</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="single-comment wow fadeInUp">
<h2>3 Comments</h2>
<ul class="comment-list">
<li class="comment-item">
<div class="comment-body">
<div class="comment-img">
<img src="img/rev4.jpg" />
</div>
<div class="comment-text">
<h3><a href="">Josh </a></h3>
<span>01 Jan 2024 </span>
<p>
"I appreciate the focus on sustainability and how it's transforming construction practices."
</p>
<a class="btn" href="">Reply</a>
</div>
</div>
</li>
<li class="comment-item">
<div class="comment-body">
<div class="comment-img">
<img src="img/rev2.jpeg" />
</div>
<div class="comment-text">
<h3><a href="">Abigal</a></h3>
<p><span>14 March </span></p>
<p>
"The pandemic has definitely highlighted the need for resilience and adaptability in construction."
</p>
<a class="btn" href="">Reply</a>
</div>
</div>
<ul class="comment-child">
<li class="comment-item">
<div class="comment-body">
<div class="comment-img">
<img src="img/rev3.jpg" />
</div>
<div class="comment-text">
<h3><a href="">Kelvin </a></h3>
<p><span>08 Feb </span></p>
<p>
"Overall, a well-written article that captures the essence of the construction industry's evolution."
</p>
<a class="btn" href="">Reply</a>
</div>
</div>
</li>
</ul>
</li>
</ul>
</div>
<div class="comment-form wow fadeInUp">
<h2>Leave a comment</h2>
<form>
<div class="form-group">
<label for="name">Name *</label>
<input type="text" class="form-control" id="name">
</div>
<div class="form-group">
<label for="email">Email *</label>
<input type="email" class="form-control" id="email">
</div>
<div class="form-group">
<label for="website">Website</label>
<input type="url" class="form-control" id="website">
</div>
<div class="form-group">
<label for="message">Message *</label>
<textarea id="message" cols="30" rows="5" class="form-control"></textarea>
</div>
<div class="form-group">
<input type="submit" value="Post Comment" class="btn">
</div>
</form>
</div>
</div>
<div class="col-lg-4">
<div class="sidebar">
<div class="sidebar-widget wow fadeInUp">
<div class="search-widget">
<form>
<input class="form-control" type="text" placeholder="Search Keyword">
<button class="btn"><i class="fa fa-search"></i></button>
</form>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<h2 class="widget-title">Recent Post</h2>
<div class="recent-post">
<div class="post-item">
<div class="post-img">
<img src="img/post-1.jpg" />
</div>
<div class="post-text">
<a href="">"Sustainable Construction: Paving the Way for a Greener Future"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Construction</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-2.jpg" />
</div>
<div class="post-text">
<a href="">"Building Beyond Borders: Global Trends Shaping the Industry"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Building</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-3.jpg" />
</div>
<div class="post-text">
<a href="">"From Blueprint to Reality: The Evolution of Modern Construction"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Interior Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-4.jpg" />
</div>
<div class="post-text">
<a href="">"Tech Trends in Construction: Embracing Innovation for Success"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Tech Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-5.jpg" />
</div>
<div class="post-text">
<a href="">"Sustainable Construction: Paving the Way for a Greener Future"
</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Construction</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<div class="image-widget">
<a href="#"><img src="img/blog-1.jpg" alt="Image"></a>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<div class="tab-post">
<ul class="nav nav-pills nav-justified">
<li class="nav-item">
<a class="nav-link active" data-toggle="pill" href="#featured">Featured</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#popular">Popular</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="pill" href="#latest">Latest</a>
</li>
</ul>
<div class="tab-content">
<div id="featured" class="container tab-pane active">
<div class="post-item">
<div class="post-img">
<img src="img/post-1.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-2.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-3.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-4.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-5.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
</div>
<div id="popular" class="container tab-pane fade">
<div class="post-item">
<div class="post-img">
<img src="img/post-1.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-2.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-3.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-4.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-5.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
</div>
<div id="latest" class="container tab-pane fade">
<div class="post-item">
<div class="post-img">
<img src="img/post-1.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-2.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-3.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-4.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
<div class="post-item">
<div class="post-img">
<img src="img/post-5.jpg" />
</div>
<div class="post-text">
<a href="">"Navigating the Evolving Landscape of Construction"</a>
<div class="post-meta">
<p>By<a href="">Admin</a></p>
<p>In<a href="">Design</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<div class="image-widget">
<a href="#"><img src="img/blog-2.jpg" alt="Image"></a>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<h2 class="widget-title">Categories</h2>
<div class="category-widget">
<ul>
<li><a href="">National</a><span>(98)</span></li>
<li><a href="">International</a><span>(87)</span></li>
<li><a href="">Economics</a><span>(76)</span></li>
<li><a href="">Politics</a><span>(65)</span></li>
<li><a href="">Lifestyle</a><span>(54)</span></li>
<li><a href="">Technology</a><span>(43)</span></li>
<li><a href="">Trades</a><span>(32)</span></li>
</ul>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<div class="image-widget">
<a href="#"><img src="img/proj7/main.jpg" alt="Image"></a>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<h2 class="widget-title">Tags Cloud</h2>
<div class="tag-widget">
<a href="">National</a>
<a href="">International</a>
<a href="">Economics</a>
<a href="">Politics</a>
<a href="">Lifestyle</a>
<a href="">Technology</a>
<a href="">Trades</a>
</div>
</div>
<div class="sidebar-widget wow fadeInUp">
<h2 class="widget-title">Text Widget</h2>
<div class="text-widget">
<p>
In today's construction landscape, the industry is experiencing a dynamic shift driven by a blend of tradition and innovation. With sustainability at the forefront, construction practices are evolving to embrace eco-friendly materials, renewable energy sources, and green building certifications. Technological advancements such as Building Information Modeling (BIM) and virtual reality are revolutionizing project planning and design, fostering collaboration and efficiency. However, challenges such as cybersecurity, supply chain disruptions, and health and safety concerns, particularly in the wake of the COVID-19 pandemic, underscore the need for resilience and adaptability. Despite these obstacles, the future of construction holds promise, with emerging technologies like 3D printing and robotics offering faster, more cost-effective, and sustainable solutions. By navigating these challenges with a focus on sustainability, innovation, and resilience, the construction industry is poised to shape a brighter future for generations to come. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Single Post 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>