-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
728 lines (695 loc) · 36.3 KB
/
index.html
File metadata and controls
728 lines (695 loc) · 36.3 KB
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<!-- index.html 29 Nov 2019 03:27:29 GMT -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Madinat Al Muftah Technical Services">
<meta name="author" content="AlexaTheme">
<title>MAMTS | Construction</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
<link rel="stylesheet" href="css/fontawesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/elegant-line-icons.css">
<link rel="stylesheet" href="css/elegant-font-icons.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/slider.css">
<link rel="stylesheet" href="css/odometer.min.css">
<link rel="stylesheet" href="css/venobox/venobox.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="site-preloader-wrap">
<div class="spinner"></div>
</div>
<header class="header">
<div class="primary-header">
<div class="container">
<div class="primary-header-inner">
<div class="header-logo">
<a href="index.html"><img src="img/logo.png" alt="Indico"></a>
</div>
<div class="header-menu-wrap">
<ul class="dl-menu">
<li><a href="index.html">Home</a>
</li>
<li><a href="about-us.html">About</a>
</li>
<li><a href="services-1.html">Services</a>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="header-right">
<div class="mobile-menu-icon">
<div class="burger-menu">
<div class="line-menu line-half first-line"></div>
<div class="line-menu"></div>
<div class="line-menu line-half last-line"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="main-slider" class="dl-slider">
<div class="single-slide">
<div class="bg-img kenburns-top-right" style="background-image: url(img/slider-1.jpg);"></div>
<div class="overlay"></div>
<div class="slider-content-wrap d-flex align-items-center text-left">
<div class="container">
<div class="slider-content">
<div class="dl-caption medium">
<div class="inner-layer">
<div data-animation="fade-in-right" data-delay="1s">Residencial</div>
</div>
</div>
<div class="dl-caption big">
<div class="inner-layer">
<div data-animation="fade-in-left" data-delay="2s">We provide outstanding</div>
</div>
</div>
<div class="dl-caption big">
<div class="inner-layer">
<div data-animation="fade-in-left" data-delay="2.5s">construction services.</div>
</div>
</div>
<div class="dl-caption small">
<div class="inner-layer">
<div data-animation="fade-in-left" data-delay="3s">We have provided complete remodeling
and construction solutions for <br>residential and commercial properties in cities.
</div>
</div>
</div>
<div class="dl-btn-group">
<div class="inner-layer">
<a href="#" class="dl-btn" data-animation="fade-in-left" data-delay="3.5s">View Projects
<i class="arrow_right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="single-slide">
<div class="bg-img kenburns-top-right" style="background-image: url(img/slider-2.jpg);"></div>
<div class="overlay"></div>
<div class="slider-content-wrap d-flex align-items-center text-center">
<div class="container">
<div class="slider-content">
<div class="dl-caption medium">
<div class="inner-layer">
<div data-animation="fade-in-top" data-delay="1s">Residential</div>
</div>
</div>
<div class="dl-caption big">
<div class="inner-layer">
<div data-animation="fade-in-bottom" data-delay="2s">We are professional</div>
</div>
</div>
<div class="dl-caption big">
<div class="inner-layer">
<div data-animation="fade-in-bottom" data-delay="2.5s">for building construction.</div>
</div>
</div>
<div class="dl-caption small">
<div class="inner-layer">
<div data-animation="fade-in-bottom" data-delay="3s">We have provided complete
remodeling and construction solutions for <br>residential and commercial properties
in cities.</div>
</div>
</div>
<div class="dl-btn-group">
<div class="inner-layer">
<a href="#" class="dl-btn" data-animation="fade-in-bottom" data-delay="3.5s">View
Projects <i class="arrow_right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="single-slide">
<div class="bg-img kenburns-top-right" style="background-image: url(img/slider-3.jpg);"></div>
<div class="overlay"></div>
<div class="slider-content-wrap d-flex align-items-center text-right">
<div class="container">
<div class="slider-content">
<div class="dl-caption medium">
<div class="inner-layer">
<div data-animation="fade-in-left" data-delay="1s">Residential</div>
</div>
</div>
<div class="dl-caption big">
<div class="inner-layer">
<div data-animation="fade-in-right" data-delay="2s">We will be happy to take care</div>
</div>
</div>
<div class="dl-caption big">
<div class="inner-layer">
<div data-animation="fade-in-right" data-delay="2.5s">of your construction works.</div>
</div>
</div>
<div class="dl-caption small">
<div class="inner-layer">
<div data-animation="fade-in-right" data-delay="3s">We have provided complete remodeling
and construction solutions for <br>residential and commercial properties in cities.
</div>
</div>
</div>
<div class="dl-btn-group">
<div class="inner-layer">
<a href="#" class="dl-btn" data-animation="fade-in-right" data-delay="3.5s">View
Projects <i class="arrow_right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="about-section padding">
<div class="container">
<div class="row about-wrap">
<div class="col-lg-6 sm-padding">
<div class="about-content wow fadeInLeft">
<h2>We are the expart on this field better solution since 2018.</h2>
<p>We are committed to building a sustainable future by fostering a collaborative spirit that
creates exceptional experiences, balanced relationships, and community built environment.
Building isn’t just job. It's our passion. With every project we undertake, we set the bar
high and provide the best industry.</p>
<a href="#" class="default-btn">More About Us</a>
</div>
</div>
<div class="col-lg-6 sm-padding">
<ul class="about-promo">
<li class="about-promo-item wow fadeInUp">
<i class="flaticon-factory"></i>
<div>
<h3>Professional Liability</h3>
<p>We are committed to building a sustainable future by fostering a collaborative
spirit.</p>
</div>
</li>
<li class="about-promo-item wow fadeInUp" data-wow-delay="300ms">
<i class="flaticon-worker"></i>
<div>
<h3>Dedicated To Our Clients</h3>
<p>We are committed to building a sustainable future by fostering a collaborative
spirit.</p>
</div>
</li>
<li class="about-promo-item wow fadeInUp" data-wow-delay="500ms">
<i class="flaticon-gear"></i>
<div>
<h3>Outstanding Services</h3>
<p>We are committed to building a sustainable future by fostering a collaborative
spirit.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="service-section bg-grey padding">
<div class="dark-bg"></div>
<div class="section-heading dark-background text-center mb-40 wow fadeInUp" data-wow-delay="100ms">
<span>Services</span>
<h2>Take the world’s best <br> services for you</h2>
</div>
<div class="container">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div id="service-carousel" class="service-carousel box-shadow owl-carousel">
<div class="service-item">
<div class="service-icon">
<i class="flaticon-3d-printer"></i>
</div>
<h3>Renovation/Extension (Apartment/Villa)</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-3d-printer"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-industrial-robot"></i>
</div>
<h3>Painting Work (Interior/Exterior)</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-industrial-robot"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-assembly-line"></i>
</div>
<h3>Gypsum Board Partition Work</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-assembly-line"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-conveyor"></i>
</div>
<h3>Plumbing Work (Washing Basin, Dish Washer, Bath Tap) </h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-conveyor"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-3d-printer"></i>
</div>
<h3>Carpentry Work (Kitchen Cabinets)</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-3d-printer"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-industrial-robot"></i>
</div>
<h3>Electrical Work (AC Thermostats installation)</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-industrial-robot"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-assembly-line"></i>
</div>
<h3>Tile & Marble Fixing</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-assembly-line"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-conveyor"></i>
</div>
<h3>Glass & Aluminum Work</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-conveyor"></i>
</div>
</div>
<div class="service-item">
<div class="service-icon">
<i class="flaticon-3d-printer"></i>
</div>
<h3>Fire Fighting Fire Alarm System Installation</h3>
<p>We are committed a sustainable future fostering a collaborative spirit.</p>
<a href="#" class="read-more">Read More</a>
<div class="overlay-icon">
<i class="flaticon-3d-printer"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="work-pro-section padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="work-pro-item text-center">
<span class="number">1</span>
<div class="number-line"></div>
<h3>Planning & Research</h3>
<p>We are committed building a sustainable future fostering a collaborative spirit.</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="work-pro-item text-center">
<span class="number">2</span>
<div class="number-line"></div>
<h3>Design & Ideas</h3>
<p>We are committed building a sustainable future fostering a collaborative spirit.</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="work-pro-item text-center">
<span class="number">3</span>
<div class="number-line"></div>
<h3>Specialized Projects</h3>
<p>We are committed building a sustainable future fostering a collaborative spirit.</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="work-pro-item text-center">
<span class="number">4</span>
<h3>Final Outputs</h3>
<p>We are committed building a sustainable future fostering a collaborative spirit.</p>
</div>
</div>
</div>
</div>
</section>
<section class="projects-section padding">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-8 col-md-6">
<div class="section-heading mb-40">
<span>Projects</span>
<h2>Discover the most fascinating <br>projects for our clients</h2>
</div>
</div>
<div class="col-lg-4 col-md-6 text-right">
<a href="#" class="default-btn">View All Projects</a>
</div>
</div>
<div id="projects-carousel" class="projects-carousel box-shadow owl-carousel">
<div class="project-item">
<img src="img/project-1.jpg" alt="projects">
<div class="overlay"></div>
<a href="img/project-1.jpg" class="view-icon img-popup" data-gall="project"> <i
class="fas fa-expand"></i></a>
<div class="projects-content">
<a href="#" class="category">Interior</a>
<h3><a href="#" class="tittle">Rectangular house near italy</a></h3>
</div>
</div>
<div class="project-item">
<img src="img/project-2.jpg" alt="projects">
<div class="overlay"></div>
<a href="img/project-2.jpg" class="view-icon img-popup" data-gall="project"> <i
class="fas fa-expand"></i></a>
<div class="projects-content">
<a href="#" class="category">Architecture</a>
<h3><a href="#" class="tittle">Cathedral of brasilia brasilia</a></h3>
</div>
</div>
<div class="project-item">
<img src="img/project-3.jpg" alt="projects">
<div class="overlay"></div>
<a href="img/project-3.jpg" class="view-icon img-popup" data-gall="project"> <i
class="fas fa-expand"></i></a>
<div class="projects-content">
<a href="#" class="category">Design</a>
<h3><a href="#" class="tittle">Harpa concert hall reykjavik</a></h3>
</div>
</div>
<div class="project-item">
<img src="img/project-4.jpg" alt="projects">
<div class="overlay"></div>
<a href="img/project-4.jpg" class="view-icon img-popup" data-gall="project"> <i
class="fas fa-expand"></i></a>
<div class="projects-content">
<a href="#" class="category">Architecture</a>
<h3><a href="#" class="tittle">Milwauke museum wisconsin</a></h3>
</div>
</div>
<div class="project-item">
<img src="img/project-5.jpg" alt="projects">
<div class="overlay"></div>
<a href="img/project-5.jpg" class="view-icon img-popup" data-gall="project"> <i
class="fas fa-expand"></i></a>
<div class="projects-content">
<a href="#" class="category">Design</a>
<h3><a href="#" class="tittle">The dancing house prague</a></h3>
</div>
</div>
</div>
</div>
</section>
<div class="cta-section padding">
<div class="container">
<div class="cta-content text-center">
<span class="wow fadeInUp">Explore The Features</span>
<h2 class="wow fadeInUp" data-wow-delay="300ms">The best constructions <br>company since 2018</h2>
<a href="#" class="default-btn wow fadeInUp" data-wow-delay="500ms">Get Free Quote</a>
</div>
</div>
</div>
<section class="content-section padding">
<div class="container">
<div class="row content-wrap">
<div class="col-lg-6 sm-padding wow fadeInLeft" data-wow-delay="100ms">
<img class="box-shadow" class="box-shadow" src="img/content-1.jpg" alt="img">
</div>
<div class="col-lg-6 sm-padding">
<div class="content-info wow fadeInRight" data-wow-delay="300ms">
<span>Explore The Features</span>
<h2>Offering the most complete integrated package!</h2>
<p>We are committed to building a sustainable future by fostering a collaborative spirit that
creates exceptional experiences, balanced relationships, and community built environment.
Building isn’t just job. It's our passion. With every project we undertake, we set the bar
high and provide the best industry.</p>
<a href="#" class="default-btn">Get Free Quote</a>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial-section bg-grey padding">
<div class="dots"></div>
<div class="container">
<div class="section-heading text-center mb-40 wow fadeInUp" data-wow-delay="100ms">
<span>Testimonial</span>
<h2>What people says</h2>
</div>
<div id="testimonial-carousel" class="testimonial-carousel box-shadow owl-carousel">
<div class="testi-item d-flex align-items-center">
<img src="img/testi-1.jpg" alt="img">
<div class="testi-content">
<p>"Thank you for guiding us through the construction process, understanding, and always ready
to accommodate our needs. We love our new space and know that it was built by the very
best!"</p>
<h3>Kyle Frederick</h3>
<ul class="rattings">
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
</ul>
<span>Director</span>
</div>
<i class="fa fa-quote-right"></i>
</div>
<div class="testi-item d-flex align-items-center">
<img src="img/testi-2.jpg" alt="img">
<div class="testi-content">
<p>"Thank you for guiding us through the construction process, understanding, and always ready
to accommodate our needs. We love our new space and know that it was built by the very
best!"</p>
<h3>Valentin Lacoste</h3>
<ul class="rattings">
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
</ul>
<span>Director</span>
</div>
<i class="fa fa-quote-right"></i>
</div>
<div class="testi-item d-flex align-items-center">
<img src="img/testi-3.jpg" alt="img">
<div class="testi-content">
<p>"Thank you for guiding us through the construction process, understanding, and always ready
to accommodate our needs. We love our new space and know that it was built by the very
best!"</p>
<h3>José Carpio</h3>
<ul class="rattings">
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
<li><i class="fa fa-star"></i></li>
</ul>
<span>Director</span>
</div>
<i class="fa fa-quote-right"></i>
</div>
</div>
</div>
</section>
<section class="blog-section padding">
<div class="container">
<div class="section-heading text-center mb-40 wow fadeInUp" data-wow-delay="100ms">
<span>From Blog</span>
<h2>Speciallized news</h2>
</div>
<div class="row blog-wrap">
<div class="col-lg-4 col-sm-6 sm-padding">
<div class="blog-item box-shadow">
<div class="blog-thumb">
<img src="img/post-1.jpg" alt="post">
<span class="category"><a href="#">interior</a></span>
</div>
<div class="blog-content">
<h3><a href="#">Minimalist trending in modern architecture 2019</a></h3>
<p>Building first evolved out dynamics between needs means available building materials
attendant skills.</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 sm-padding">
<div class="blog-item box-shadow">
<div class="blog-thumb">
<img src="img/post-2.jpg" alt="post">
<span class="category"><a href="#">Architecture</a></span>
</div>
<div class="blog-content">
<h3><a href="#">Terrace in the town yamazaki kentaro design workshop.</a></h3>
<p>Building first evolved out dynamics between needs means available building materials
attendant skills.</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 sm-padding">
<div class="blog-item box-shadow">
<div class="blog-thumb">
<img src="img/post-3.jpg" alt="post">
<span class="category"><a href="#">Design</a></span>
</div>
<div class="blog-content">
<h3><a href="#">W270 house são paulo arquitetos fabio jorge architeqture.</a></h3>
<p>Building first evolved out dynamics between needs means available building materials
attendant skills.</p>
<a href="#" class="read-more">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="sponsor-section bg-grey">
<div class="dots"></div>
<div class="container">
<div id="sponsor-carousel" class="sponsor-carousel owl-carousel">
<div class="sponsor-item">
<img src="img/sponsor1.png" alt="sponsor">
</div>
<div class="sponsor-item">
<img src="img/sponsor2.png" alt="sponsor">
</div>
<div class="sponsor-item">
<img src="img/sponsor3.png" alt="sponsor">
</div>
<div class="sponsor-item">
<img src="img/sponsor4.png" alt="sponsor">
</div>
<div class="sponsor-item">
<img src="img/sponsor5.png" alt="sponsor">
</div>
<div class="sponsor-item">
<img src="img/sponsor6.png" alt="sponsor">
</div>
<div class="sponsor-item">
<img src="img/sponsor7.png" alt="sponsor">
</div>
<div class="sponsor-item">
<img src="img/sponsor8.png" alt="sponsor">
</div>
</div>
</div>
</div>
<section class="widget-section padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="widget-content">
<a href="#"><img src="img/logo.png" alt="brand"></a>
<p>Building your own home is about desire, fantasy. But it’s achievable anyone can do it.</p>
</div>
</div>
<div class="col-lg-2 col-sm-6 sm-padding">
<div class="widget-content">
<h4>Company</h4>
<ul class="widget-links">
<li><a href="about-us.html">About Us</a></li>
<li><a href="services-1.html">Our Services</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="widget-content">
<h4>Headquarter</h4>
<p>Al Muhaisnah Dubai United Arab Emirates</p>
<span>+971522313502</span>
<span>+971522325752</span>
</div>
</div>
<div class="col-lg-4 col-sm-6 sm-padding">
<div class="widget-content">
<h4>Newsletter Subscription</h4>
<p>Subscribe and get 10% off from our company.</p>
<div class="subscribe-box clearfix">
<div class="subscribe-form-wrap">
<form action="#" class="subscribe-form">
<input type="email" name="email" id="subs-email" class="form-input"
placeholder="Enter Your Email Address...">
<button type="submit" class="submit-btn">Subscribe</button>
<div id="subscribe-result">
<p class="subscription-success"></p>
<p class="subscription-error"></p>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-section align-center">
<div class="container">
<p>Powered by <a href="https://teamramorg.github.io/">Team RAM</a></p>
</div>
</footer>
<a data-scroll href="#" id="scroll-to-top"><i class="arrow_carrot-up"></i></a>
<script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/tether.min.js"></script>
<script src="js/vendor/headroom.min.js"></script>
<script src="js/vendor/owl.carousel.min.js"></script>
<script src="js/vendor/smooth-scroll.min.js"></script>
<script src="js/vendor/venobox.min.js"></script>
<script src="js/vendor/jquery.ajaxchimp.min.js"></script>
<script src="js/vendor/slick.min.js"></script>
<script src="js/vendor/waypoints.min.js"></script>
<script src="js/vendor/odometer.min.js"></script>
<script src="js/vendor/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
<!-- index.html 29 Nov 2019 03:30:38 GMT -->
</html>