-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
766 lines (677 loc) · 35.2 KB
/
project.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
<!DOCTYPE html>
<html>
<head>
<title>COSMO BASE CONSORTIUM
LIMITED </title>
<link rel="icon" type="image/x-icon" href="logo.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="author" content=" COSMO BASE CONSORTIUM
LIMITED is a firm of Chartered
Architects, Engineering Consultants
and Town Planners based in Abuja and
Port Harcourt. It was duly registered
under the corporate affairs
Commission of the laws of the Federal
Republic of Nigeria">
<meta name="keywords" content=" COSMO BASE CONSORTIUM
LIMITED is a firm of Chartered
Architects, Engineering Consultants
and Town Planners based in Abuja and
Port Harcourt. It was duly registered
under the corporate affairs
Commission of the laws of the Federal
Republic of Nigeria">
<meta name="description" content=" COSMO BASE CONSORTIUM
LIMITED is a firm of Chartered
Architects, Engineering Consultants
and Town Planners based in Abuja and
Port Harcourt. It was duly registered
under the corporate affairs
Commission of the laws of the Federal
Republic of Nigeria">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css" />
<link rel="stylesheet" type="text/css" href="aos/aos.css">
<link href="css/date-time-picker-component.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
</head>
<body data-bs-spy="scroll" data-bs-target="#header-nav" tabindex="0">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol xmlns="http://www.w3.org/2000/svg" id="facebook" viewBox="0 0 24 24">
<path fill="currentColor" d="M14 13.5h2.5l1-4H14v-2c0-1.03 0-2 2-2h1.5V2.14c-.326-.043-1.557-.14-2.857-.14C11.928 2 10 3.657 10 6.7v2.8H7v4h3V22h4v-8.5Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="youtube" viewBox="0 0 32 32" width="20" height="20">
<path fill="currentColor" d="M29.41 9.26a3.5 3.5 0 0 0-2.47-2.47C24.76 6.2 16 6.2 16 6.2s-8.76 0-10.94.59a3.5 3.5 0 0 0-2.47 2.47A36.13 36.13 0 0 0 2 16a36.13 36.13 0 0 0 .59 6.74a3.5 3.5 0 0 0 2.47 2.47c2.18.59 10.94.59 10.94.59s8.76 0 10.94-.59a3.5 3.5 0 0 0 2.47-2.47A36.13 36.13 0 0 0 30 16a36.13 36.13 0 0 0-.59-6.74ZM13.2 20.2v-8.4l7.27 4.2Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="instagram" viewBox="0 0 256 256" width="20" height="20">
<path fill="currentColor" d="M128 80a48 48 0 1 0 48 48a48.05 48.05 0 0 0-48-48Zm0 80a32 32 0 1 1 32-32a32 32 0 0 1-32 32Zm48-136H80a56.06 56.06 0 0 0-56 56v96a56.06 56.06 0 0 0 56 56h96a56.06 56.06 0 0 0 56-56V80a56.06 56.06 0 0 0-56-56Zm40 152a40 40 0 0 1-40 40H80a40 40 0 0 1-40-40V80a40 40 0 0 1 40-40h96a40 40 0 0 1 40 40ZM192 76a12 12 0 1 1-12-12a12 12 0 0 1 12 12Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="twitter" viewBox="0 0 24 24" width="20" height="20">
<path fill="currentColor" d="M22.46 6c-.77.35-1.6.58-2.46.69c.88-.53 1.56-1.37 1.88-2.38c-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29c0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15c0 1.49.75 2.81 1.91 3.56c-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07a4.28 4.28 0 0 0 4 2.98a8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21C16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56c.84-.6 1.56-1.36 2.14-2.23Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="linkedin" viewBox="0 0 512 512" width="20" height="20">
<path fill="currentColor" d="M444.17 32H70.28C49.85 32 32 46.7 32 66.89v374.72C32 461.91 49.85 480 70.28 480h373.78c20.54 0 35.94-18.21 35.94-38.39V66.89C480.12 46.7 464.6 32 444.17 32Zm-273.3 373.43h-64.18V205.88h64.18ZM141 175.54h-.46c-20.54 0-33.84-15.29-33.84-34.43c0-19.49 13.65-34.42 34.65-34.42s33.85 14.82 34.31 34.42c-.01 19.14-13.31 34.43-34.66 34.43Zm264.43 229.89h-64.18V296.32c0-26.14-9.34-44-32.56-44c-17.74 0-28.24 12-32.91 23.69c-1.75 4.2-2.22 9.92-2.22 15.76v113.66h-64.18V205.88h64.18v27.77c9.34-13.3 23.93-32.44 57.88-32.44c42.13 0 74 27.77 74 87.64Z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="navbar-icon" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="icon-arrow-left" viewBox="0 0 15 15">
<path fill="currentColor" fill-rule="evenodd" d="m2.707 8l3.147 3.146l-.708.707L.793 7.5l4.353-4.354l.708.708L2.707 7H14v1H2.707Z" clip-rule="evenodd" />
</symbol>
<symbol xmlns="http://www.w3.org/2000/svg" id="icon-arrow-right" viewBox="0 0 15 15">
<path fill="currentColor" fill-rule="evenodd" d="M9.854 3.146L14.207 7.5l-4.353 4.354l-.708-.708L12.293 8H1V7h11.293L9.146 3.854l.708-.708Z" clip-rule="evenodd" />
</symbol>
</svg>
<div id="bodywrap" class="overflow-hidden">
<header id="header" class="site-header position-absolute">
<nav id="header-nav" class="navbar navbar-expand-lg p-3 container-fluid position-fixed">
<div class="container-lg">
<a class="navbar-brand" href="index.html">
<p class="banner light text-uppercase fw-bold" >COSMO BASE CONSORTIUM
</p>
</a>
<button class="navbar-toggler d-flex d-lg-none order-3 p-2 shadow-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#bdNavbar" aria-controls="bdNavbar" aria-expanded="false" aria-label="Toggle navigation">
<svg class="navbar-icon">
<use xlink:href="#navbar-icon"></use>
</svg>
</button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="bdNavbar" aria-labelledby="bdNavbarOffcanvasLabel">
<div class="offcanvas-header px-4 pb-0">
<button type="button" class="btn-close btn-close-black" data-bs-dismiss="offcanvas" aria-label="Close" data-bs-target="#bdNavbar"></button>
</div>
<div class="offcanvas-body">
<ul id="navbar" class="navbar-nav text-uppercase justify-content-lg-center justify-content-md-end align-items-center flex-grow-1 text-hover">
<li class="nav-item me-5">
<a class="nav-link light text-uppercase active p-0" href="index.html">Home</a>
</li>
<li class="nav-item me-5">
<a class="nav-link light text-uppercase active p-0" href="About.html">About</a>
</li>
<li class="nav-item me-5">
<a class="nav-link light text-uppercase active p-0" href="project.html">Projects</a>
</li>
<li class="nav-item me-5">
<a class="nav-link light text-uppercase active p-0" href="services.html">Services</a>
</li>
<li class="nav-item me-5">
<a class="nav-link light text-uppercase active p-0" href="team.html">Team </a>
</li>
<li class="nav-item me-5">
<a class="nav-link light text-uppercase active p-0" href="contact.html">Contact</a>
</li>
</a>
</li>
<li class="pe-4">
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<section id="intro">
<div class="image-holder position-relative">
<img src="z (3).jpg" alt="banner" class="banner-image">
</div>
<div class="container-lg">
<div class="banner-content position-absolute" data-aos="fade-up" >
<h1 class="banner-title light text-uppercase fw-bold"> Our Projects
</h1>
<a href="contact.html" class="btn-slide btn-medium btn-light hover-slide-right text-uppercase mt-5">
<span>Contact Us </span>
</a>
</div>
</div>
</section>
<section id="projects" class="padding-large">
<div class="container-fluid">
<div class="section-header offset-lg-4">
<h2 class="text-uppercase mb-3 left-pattern">Our Projects</h2>
<h3 class="text-uppercase">Explore our works</h3>
</div>
<div class="projects-isotope">
<div class="projects-flters d-flex flex-wrap justify-content-center my-5" >
<button class="filter-button active border-0 bg-transparent me-5 mb-3" data-filter="*">All</button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".building">Abuja </button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Benin">Benin </button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Kwara">Kwara </button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Anambra">Anambra </button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Enugu ">Enugu</button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Imo ">Imo </button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Gombe ">Gombe </button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Taraba ">Taraba </button>
<button class="filter-button border-0 bg-transparent me-5 mb-3" data-filter=".Bayelsa ">Bayelsa </button>
</div>
<div class="row isotope-container">
<div class="col-lg-4 col-md-6 item building">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj1.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> 6 BEDROOM RESIDENTIAL DEVELOPMENT </p>
<p>Client: Arc. Benson Ezem<br>
Location: Abuja, Nigeria </p>
</h3>
</div>
<div class="col-lg-4 col-md-6 item building">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj2.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> 6 UNITS OF 4 BEDROOM TERRACE
HOUSING DEVELOPMENT </p>
<p> Client: Prodiv Limited<br>
Location: Abuja, Nigeria </p>
</div>
<div class="col-lg-4 col-md-6 item building">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj3.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> JADES HOTEL DEVELOPMENT
</p>
<p> Client: Jades Hotel <br>
Location: Abuja, Nigeria </p>
</h3>
</div>
<div class="col-lg-4 col-md-6 item Benin">
<div class="projects-content">
<a href="project.html"> <img src="pj4.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> HOSPITAL DEVELOPMENT
</p>
<p> Client: Benin Central Hospital <br>
Location: Benin City, Nigeria
</h3>
</div>
<div class="col-lg-4 col-md-6 item road">
<div class="projects-content">
<a href="project.html"> <img src="pj5.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> BRICK CITY PHASE 11 ABUJA FCT
</p>
<p> Client: Federal Mortgage Bank <br>
Services: Consultancy<br>
Location: Kubwa, Abuja Nigeria <br>
Value: N3 Billion
</h3>
</div>
<div class="col-lg-4 col-md-6 item Kwara">
<div class="projects-content">
<a href="project.html"> <img src="pj6.png" class="img-fluid" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> ETF INTERVENTION PROJECT
</p>
<p> Client: Offa Polytechnic <br>
Services: Consultancy<br>
Location: Offa, Kwara State <br>
Value: N600 Million
</h3>
</div>
</div>
<div class="row isotope-container">
<div class="col-lg-4 col-md-6 item Abia">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj7.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> SKILLS ACQUISITION CENTER </p>
<p>
Client: Ministry of Niger Delta Affairs <br>
Services: Design/Consultancy<br>
Location: Owaza, Abia State Nigeria. <br>
Value: N3.4 Billion
</p>
</h3>
</div>
<div class="col-lg-4 col-md-6 item building">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj8.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> RESIDENTIAL DEVELOPMENT
Location: Anambra State.</p>
</div>
<div class="col-lg-4 col-md-6 item Enugu">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj9.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html">
NBC PROJECT
</p>
<p> Client: National Broadcasting Commission <br>
Services: Consultancy<br>
Location: Enugu & Akwa Ibom States <br>
Value: N200 Million </p>
</h3>
</div>
<div class="col-lg-4 col-md-6 item Kwara">
<div class="projects-content">
<a href="project.html"> <img src="pj10.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> FEDERAL POLYTECHNIC OFFA
(ADMINISTRATIVE BLOCK)
</p>
<p> Client: Federal Polytechnic Offa<br>
Services: Consultancy<br>
Location: Offa, Kwara State <br>
Value: N400 Million
</h3>
</div>
<div class="col-lg-4 col-md-6 item Imo">
<div class="projects-content">
<a href="project.html"> <img src="pj11.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> CBN REFURBISHMENT PROJECT
</p>
<p> Client: Central Bank Of Nigeria <br>
Services: Consultancy.<br>
Location: Imo State <br>
Value: N 7 Billion
</h3>
</div>
<div class="col-lg-4 col-md-6 item Gombe">
<div class="projects-content">
<a href="project.html"> <img src="pj12.png" class="img-fluid" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> CBN INTERVENTION PROJECT
</p>
<p> Client: Central Bank Of Nigeria <br>
Services: Consultancy<br>
Location: Gombe State <br>
Value: N 1 Billion
</h3>
</div>
</div>
<div class="row isotope-container">
<div class="col-lg-4 col-md-6 item Taraba">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj13.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> WAEC PROJECT </p>
<p>
Client: West African Examinations Council <br>
Location: Branch Office Building Taraba States <br>
Services: Consultancy <br>
Value: N500 Million
</p>
</h3>
</div>
<div class="col-lg-4 col-md-6 item Bayelsa">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj14.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> WAEC PROJECT </p>
Client: West African Examinations Council <br>
Location: Branch Offices Bayelsa & Ebonyi States<br>
Services: Consultancy <br>
Value: N500 Million
</div>
<div class="col-lg-4 col-md-6 item Osun">
<div class="projects-content mx-auto">
<a href="project.html"> <img src="pj15.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html">
WAEC PROJECT
</p>
<p> Client: West African Examinations Council <br>
Location: CBT & Exam Hall, Osun States<br>
Services: Consultancy <br>
Value: N1 Billion
</h3>
</div>
<div class="col-lg-4 col-md-6 item Enugu">
<div class="projects-content">
<a href="project.html"> <img src="pj16.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> WAEC PROJECT
</p>
<p> Client: West African Examinations Council <br>
Location: Exam Hall & CBT Center Enugu States <br>
Services: Consultancy <br>
Value: N650 Million
</h3>
</div>
<div class="col-lg-4 col-md-6 item Uyo">
<div class="projects-content">
<a href="project.html"> <img src="PJ17.png" class="reveal-curve-top" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html">WAEC PROJECT
</p>
<p> Client: West African Examinations Council <br>
Location: Exam Hall & CBT Center Uyo, <BR>
Akwa-Ibom States
</h3>
</div>
<div class="col-lg-4 col-md-6 item Abia ">
<div class="projects-content">
<a href="project.html"> <img src="pj18.png" class="img-fluid" alt="building"> </a>
</div>
<h3 class="fs-3 text-center mt-3 mb-5">
<p href="project.html"> PROPOSED ULTRA-MODERN MARKET
</p>
<p> Client: Abia State Government <BR>
Location: Abia State <BR>
Services: Consultancy <BR>
Value: N4 Billion
</h3>
</div>
</div>
<section id="brand-collection" class="padding-large overflow-hidden">
<div class="container" data-aos="fade-up" data-aos-duration="2000">
<div class="row justify-content-between">
<div class="col-lg-3 pb-3">
<h2 class="text-uppercase mb-3 left-pattern">OUR CLIENTS </h2>
<img src="clients.png" alt="team member" class="img-fluid">
<img src="clients2.png" alt="team member" class="img-fluid">
</div>
</div>
</div>
</div>
</section>
<section id="our-team" class="padding-large pt-0">
<div class="container" data-aos="fade-up" data-aos-duration="2000">
<div class="row">
<div class="swiper-header d-flex flex-wrap justify-content-between mb-3">
<div class="section-header mb-5 text-uppercase">
<h2 class="mb-3 left-pattern">Meet Our Team</h2>
<h3>Our professional team</h3>
</div>
<div class="swiper-arrow-wrap d-flex">
<div class="swiper-arrow border rounded-circle d-flex align-items-center justify-content-center me-3">
<svg class="icon-arrow-left" width="40" height="20">
<use xlink:href="#icon-arrow-left" />
</svg>
</div>
<div class="swiper-arrow border rounded-circle d-flex align-items-center justify-content-center">
<svg class="icon-arrow-right" width="40" height="20">
<use xlink:href="#icon-arrow-right" />
</svg>
</div>
</div>
</div>
<div class="swiper team-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="team-member position-relative">
<div class="image-holder zoom-effect mx-auto">
<img src="team2.png" alt="team member" class="img-fluid">
<ul class="social-links list-unstyled position-absolute">
<li>
</a>
</li>
</ul>
</div>
<div class="member-info pt-4 text-center">
</div>
</div>
</div>
<div class="swiper-slide">
<div class="team-member position-relative">
<div class="image-holder zoom-effect">
<img src="t2.png" alt="team member" class="img-fluid">
<ul class="social-links list-unstyled position-absolute">
<li>
</li>
</ul>
</div>
<div class="member-info pt-4 text-center">
</div>
</div>
</div>
<div class="swiper-slide">
<div class="team-member position-relative">
<div class="image-holder zoom-effect">
<img src="t3.png" alt="team member" class="img-fluid">
<ul class="social-links list-unstyled position-absolute">
<li>
</li>
</ul>
</div>
<div class="swiper-slide">
<div class="team-member position-relative">
<div class="image-holder zoom-effect">
<img src="t4.png" alt="team member" class="img-fluid">
<ul class="social-links list-unstyled position-absolute">
<li>
</li>
</ul>
</div>
<div class="member-info pt-4 text-center">
</div>
</div>
</div>
<div class="swiper-slide">
<div class="team-member">
<div class="image-holder">
<img src="t5.png" alt="team member" class="img-fluid">
</li>
</ul>
</div>
<div class="member-info pt-4 text-center">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<strong>
<a style="font-size: small;" href="mailto:"> With the challenge of a global shift
into a century of high level
technology advancement and
expertise, we are poised to
improving the quality timing and
cost effectiveness in meeting the
demands of our clients in this
dynamic world. <br>
With a commitment to building a
solid base for the future, we aim at
adducing a workable strategy to
create a niche for itself at
operational level characterized by
very low competition .<br>
</strong>
</p>
<a href="contact.html" class="btn-slide btn-medium btn-light hover-slide-right text-uppercase mt-5">
<span>Get in touch</span>
</a>
</div>
</div>
</div>
</section>
<section id="our-services" class="jarallax d-flex align-items-center" style="background-image: url(p4.avif); width: 100%; height: 535px; background-repeat: no-repeat;">
<div class="container mt-5" data-aos="fade-up" data-aos-duration="2000">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="service-item">
<h3 class="light fs-1">ARCHITECTURAL
SERVICES: </h3>
<p class="light"> Building Designs<br>
Site Planning, Design and Analysis<br>
Feasibility Studies and reports<br>
Landscaping Architecture<br>
Land Surveying</p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item">
<h3 class="light fs-1"> CONSTRUCTION
SERVICES:</h3>
<p class="light"> Property Development<br>
Bridges, Culvert and Roadsm<br>
Construction inspections
<br>
Erosion Control Schemes<br>
Steel Structures and Tanks<br>
Pipelines for Oil and Gas Products<br>
Irrigation Services / Hydraulic <br>
Structures </p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item">
<h3 class="light fs-1"> ENGINEERING
SERVICES : </h3>
<p class="light"> Civil/Structural Designs<br>
Electrical / Mechanical Designs<br>
Consultancy Services <br>
Environmental Engineering <br>
Geotechnical Engineering </p>
<a href="services.html" class="btn-slide btn-medium btn-dark hover-slide-right text-uppercase my-5">
<span>Read More</span>
</a>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="overflow-hidden padding-large">
<div class="container">
<div class="row d-flex flex-wrap justify-content-between">
<div class="col-lg-3 col-md-6 col-sm-6 pb-3">
<div class="footer-menu">
<img style="opacity: 80%;height: 3cm; " src="logo.png" alt="footer logo" class="pb-4">
<p> Building a solid Base for the Future , Cosmo Base Consortium Limited has
over the years, through visionary
leadership, earned the trust of many
clients. We provide reliable, prompt
and satisfactory services to meet the
needs of our clients using our already
established operational standard
quality control measures, with a taste
of professionalism </p>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6 pb-3">
<div class="footer-menu">
<ul class="menu-list list-unstyled">
<li class="pb-2">
<a href="about.html">About</a>
</li>
<li class="pb-2">
<a href="Policy.html">Terms & Conditions</a>
</li>
<li class="pb-2">
<a href="Policy.html">Privacy Policy</a>
</li>
<li class="pb-2">
<a href="services.html">Services</a>
</li>
<li class="pb-2">
<a href="contact.html">Contact</a>
</li>
<li class="pb-2">
<a href="contact.html">Help</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 pb-3">
<div class="footer-menu">
<ul class="menu-list list-unstyled">
<li class="pb-2">
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 pb-3">
<div class="footer-menu">
<ul class="menu-list list-unstyled">
<li class="pb-2">Cosmo Base Plaza East West Road,
Opposite Bori Camp Pedestrian Gate,
Rumuodomaya – Port Harcourt
<br><br>
24 Ndola Crescent Jades Hotel Complex
Abuja – F.C.T </li>
<li class="pb-2">080 3340 9696, 080 3613 5209 . </li>
<li class="pb-2">
<a href="mailto:">cosmobase@hotmail.com </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<div class="footer-bottom d-flex flex-wrap justify-content-between border-top pt-3">
<div class="container">
<div class="row">
<div class="col-lg-6">
<p>©2024 | COSMO BASE CONSORTIUM LIMITED <strong>
</strong>
</p>
</div>
<div class="col-lg-6">
<ul class="social-links list-unstyled d-flex justify-content-lg-end">
<li class="pe-3">
<a href="#">
<svg class="facebook text-primary-500" width="25" height="20" aria-hidden="true">
<use xlink:href="#facebook"></use>
</svg>
</a>
</li>
<li class="pe-3">
<a href="#">
<svg class="twitter text-primary-500" width="25" height="20" aria-hidden="true">
<use xlink:href="#twitter"></use>
</svg>
</a>
</li>
<li class="pe-3">
<a href="#">
<svg class="instagram text-primary-500" width="25" height="20" aria-hidden="true">
<use xlink:href="#instagram"></use>
</svg>
</a>
</li>
<li>
<a href="#">
<svg class="youtube text-primary-500" width="25" height="20" aria-hidden="true">
<use xlink:href="#youtube"></use>
</svg>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
<script type="text/javascript" src="aos/aos.js"></script>
<script type="text/javascript" src="js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<script src="https://code.iconify.design/iconify-icon/1.0.7/iconify-icon.min.js"></script>
</body>
</html>