-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-old.html
688 lines (650 loc) · 40.4 KB
/
index-old.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>iDESIGN - Interior Design HTML Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Oswald:wght@400;500;600&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Flaticon Font -->
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid bg-dark py-3">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-lg-left mb-2 mb-lg-0">
<div class="d-inline-flex align-items-center">
<a class="text-white pr-3" href="">FAQs</a>
<span class="text-white">|</span>
<a class="text-white px-3" href="">Help</a>
<span class="text-white">|</span>
<a class="text-white pl-3" href="">Support</a>
</div>
</div>
<div class="col-md-6 text-center text-lg-right">
<div class="d-inline-flex align-items-center">
<a class="text-white px-3" href="">
<i class="fab fa-facebook-f"></i>
</a>
<a class="text-white px-3" href="">
<i class="fab fa-twitter"></i>
</a>
<a class="text-white px-3" href="">
<i class="fab fa-linkedin-in"></i>
</a>
<a class="text-white px-3" href="">
<i class="fab fa-instagram"></i>
</a>
<a class="text-white pl-3" href="">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid position-relative nav-bar p-0">
<div class="container position-relative" style="z-index: 9;">
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark py-3 py-lg-0 pl-3 pl-lg-5">
<a href="" class="navbar-brand">
<h1 class="m-0 display-5 text-white"><span class="text-primary">i</span>DESIGN</h1>
</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 px-3" id="navbarCollapse">
<div class="navbar-nav ml-auto py-0">
<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="project.html" class="nav-item nav-link">Project</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Pages</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="blog.html" class="dropdown-item">Blog Grid</a>
<a href="single.html" class="dropdown-item">Blog Detail</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</div>
</div>
</nav>
</div>
</div>
<!-- Navbar End -->
<!-- Under Nav Start -->
<div class="container-fluid bg-white py-3">
<div class="container">
<div class="row">
<div class="col-lg-4 text-left mb-3 mb-lg-0">
<div class="d-inline-flex text-left">
<h1 class="flaticon-office font-weight-normal text-primary m-0 mr-3"></h1>
<div class="d-flex flex-column">
<h5>Our Office</h5>
<p class="m-0">123 Street, New York, USA</p>
</div>
</div>
</div>
<div class="col-lg-4 text-left text-lg-center mb-3 mb-lg-0">
<div class="d-inline-flex text-left">
<h1 class="flaticon-email font-weight-normal text-primary m-0 mr-3"></h1>
<div class="d-flex flex-column">
<h5>Email Us</h5>
<p class="m-0">info@example.com</p>
</div>
</div>
</div>
<div class="col-lg-4 text-left text-lg-right mb-3 mb-lg-0">
<div class="d-inline-flex text-left">
<h1 class="flaticon-telephone font-weight-normal text-primary m-0 mr-3"></h1>
<div class="d-flex flex-column">
<h5>Call Us</h5>
<p class="m-0">+012 345 6789</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Under Nav End -->
<!-- Carousel Start -->
<div class="container-fluid p-0">
<div id="header-carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="w-100" src="img/carousel-1.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 800px;">
<h4 class="text-primary text-uppercase font-weight-normal mb-md-3">Creative Interior Design</h4>
<h3 class="display-3 text-white mb-md-4">Make Your Home Better</h3>
<a href="" class="btn btn-primary py-md-3 px-md-5 mt-2 mt-md-4">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item">
<img class="w-100" src="img/carousel-2.jpg" alt="Image">
<div class="carousel-caption d-flex flex-column align-items-center justify-content-center">
<div class="p-3" style="max-width: 800px;">
<h4 class="text-primary text-uppercase font-weight-normal mb-md-3">Creative Interior Design</h4>
<h3 class="display-3 text-white mb-md-4">Stay At Home In Peace</h3>
<a href="" class="btn btn-primary py-md-3 px-md-5 mt-2 mt-md-4">Learn More</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#header-carousel" data-slide="prev">
<div class="btn btn-primary" style="width: 45px; height: 45px;">
<span class="carousel-control-prev-icon mb-n2"></span>
</div>
</a>
<a class="carousel-control-next" href="#header-carousel" data-slide="next">
<div class="btn btn-primary" style="width: 45px; height: 45px;">
<span class="carousel-control-next-icon mb-n2"></span>
</div>
</a>
</div>
</div>
<!-- Carousel End -->
<!-- About Start -->
<div class="container-fluid bg-light">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="d-flex flex-column align-items-center justify-content-center bg-primary h-100 py-5 px-3">
<i class="flaticon-brickwall display-1 font-weight-normal text-secondary mb-3"></i>
<h4 class="display-3 mb-3">25+</h4>
<h1 class="m-0">Years Experience</h1>
</div>
</div>
<div class="col-lg-7 m-0 my-lg-5 pt-5 pb-5 pb-lg-2 pl-lg-5">
<h6 class="text-primary font-weight-normal text-uppercase mb-3">Learn About Us</h6>
<h1 class="mb-4 section-title">We Are The Best Interior Designing Firm In Your City</h1>
<p>Invidunt lorem justo sanctus clita. Erat lorem labore ea, justo dolor lorem ipsum ut sed eos, ipsum et dolor kasd sit ea justo. Erat justo sed sed diam. Ea et erat ut sed diam sea ipsum est dolor</p>
<div class="row py-2">
<div class="col-sm-6">
<div class="d-flex align-items-center mb-4">
<h1 class="flaticon-house font-weight-normal text-primary m-0 mr-3"></h1>
<h5 class="text-truncate m-0">Project Planning</h5>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center mb-4">
<h1 class="flaticon-stairs font-weight-normal text-primary m-0 mr-3"></h1>
<h5 class="text-truncate m-0">Exterior & Interior</h5>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center mb-4">
<h1 class="flaticon-office font-weight-normal text-primary m-0 mr-3"></h1>
<h5 class="text-truncate m-0">Commercial Design</h5>
</div>
</div>
<div class="col-sm-6">
<div class="d-flex align-items-center mb-4">
<h1 class="flaticon-living-room font-weight-normal text-primary m-0 mr-3"></h1>
<h5 class="text-truncate m-0">Residential Design</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Services Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row">
<div class="col-lg-6 pr-lg-5">
<h6 class="text-primary font-weight-normal text-uppercase mb-3">Our Awesome Services</h6>
<h1 class="mb-4 section-title">Awesome Interior Designing Services For Your Home</h1>
<p>Invidunt lorem justo clita. Erat lorem labore ea, justo dolor lorem ipsum ut sed eos, ipsum et dolor kasd sit ea justo. Erat justo sed sed diam. Ea et erat ut sed diam sea ipsum</p>
<a href="" class="btn btn-primary mt-3 py-2 px-4">View More</a>
</div>
<div class="col-lg-6 p-0 pt-5 pt-lg-0">
<div class="owl-carousel service-carousel position-relative">
<div class="d-flex flex-column text-center bg-light mx-3 p-4">
<h3 class="flaticon-bedroom display-3 font-weight-normal text-primary mb-3"></h3>
<h5 class="mb-3">Bedroom Design</h5>
<p class="m-0">Diam amet eos at no eos sit lorem, amet rebum ipsum clita stet, diam sea est diam eos</p>
</div>
<div class="d-flex flex-column text-center bg-light mx-3 p-4">
<h3 class="flaticon-kitchen display-3 font-weight-normal text-primary mb-3"></h3>
<h5 class="mb-3">Kitchen Design</h5>
<p class="m-0">Diam amet eos at no eos sit lorem, amet rebum ipsum clita stet, diam sea est diam eos</p>
</div>
<div class="d-flex flex-column text-center bg-light mx-3 p-4">
<h3 class="flaticon-bathroom display-3 font-weight-normal text-primary mb-3"></h3>
<h5 class="mb-3">Bathroom Design</h5>
<p class="m-0">Diam amet eos at no eos sit lorem, amet rebum ipsum clita stet, diam sea est diam eos</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Services End -->
<!-- Features Start -->
<div class="container-fluid bg-light">
<div class="container">
<div class="row">
<div class="col-lg-7 mt-5 py-5 pr-lg-5">
<h6 class="text-primary font-weight-normal text-uppercase mb-3">Why Choose Us?</h6>
<h1 class="mb-4 section-title">25+ Years Experience In The Interior Design Industry</h1>
<p class="mb-4">Dolores lorem lorem ipsum sit et ipsum. Sadip sea amet diam dolore sed et. Sit rebum labore sit sit ut vero no sit. Et elitr stet dolor sed sit et sed ipsum et kasd ut. Erat duo eos et erat sed diam duo</p>
<ul class="list-inline">
<li><h5><i class="far fa-check-square text-primary mr-3"></i>25+ Years Experience</h5></li>
<li><h5><i class="far fa-check-square text-primary mr-3"></i>Best Interior Design</h5></li>
<li><h5><i class="far fa-check-square text-primary mr-3"></i>Customer Satisfaction</h5></li>
</ul>
<a href="" class="btn btn-primary mt-3 py-2 px-4">View More</a>
</div>
<div class="col-lg-5">
<div class="d-flex flex-column align-items-center justify-content-center h-100 overflow-hidden">
<img class="h-100" src="img/feature.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Features End -->
<!-- Projects Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-8 col text-center mb-4">
<h6 class="text-primary font-weight-normal text-uppercase mb-3">Our Projects</h6>
<h1 class="mb-4">Some Of Our Awesome Interior Designing Projects</h1>
</div>
</div>
<div class="row">
<div class="col-12 text-center mb-2">
<ul class="list-inline mb-4" id="portfolio-flters">
<li class="btn btn-outline-primary m-1 active" data-filter="*">All</li>
<li class="btn btn-outline-primary m-1" data-filter=".first">Complete</li>
<li class="btn btn-outline-primary m-1" data-filter=".second">Running</li>
<li class="btn btn-outline-primary m-1" data-filter=".third">Upcoming</li>
</ul>
</div>
</div>
<div class="row mx-1 portfolio-container">
<div class="col-lg-4 col-md-6 col-sm-12 p-0 portfolio-item first">
<div class="position-relative overflow-hidden">
<div class="portfolio-img d-flex align-items-center justify-content-center">
<img class="img-fluid" src="img/portfolio-1.jpg" alt="">
</div>
<div class="portfolio-text bg-secondary d-flex flex-column align-items-center justify-content-center">
<h4 class="text-white mb-4">Project Name</h4>
<div class="d-flex align-items-center justify-content-center">
<a class="btn btn-outline-primary m-1" href="">
<i class="fa fa-link"></i>
</a>
<a class="btn btn-outline-primary m-1" href="img/portfolio-1.jpg" data-lightbox="portfolio">
<i class="fa fa-eye"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 p-0 portfolio-item second">
<div class="position-relative overflow-hidden">
<div class="portfolio-img d-flex align-items-center justify-content-center">
<img class="img-fluid" src="img/portfolio-2.jpg" alt="">
</div>
<div class="portfolio-text bg-secondary d-flex flex-column align-items-center justify-content-center">
<h4 class="text-white mb-4">Project Name</h4>
<div class="d-flex align-items-center justify-content-center">
<a class="btn btn-outline-primary m-1" href="">
<i class="fa fa-link"></i>
</a>
<a class="btn btn-outline-primary m-1" href="img/portfolio-2.jpg" data-lightbox="portfolio">
<i class="fa fa-eye"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 p-0 portfolio-item third">
<div class="position-relative overflow-hidden">
<div class="portfolio-img d-flex align-items-center justify-content-center">
<img class="img-fluid" src="img/portfolio-3.jpg" alt="">
</div>
<div class="portfolio-text bg-secondary d-flex flex-column align-items-center justify-content-center">
<h4 class="text-white mb-4">Project Name</h4>
<div class="d-flex align-items-center justify-content-center">
<a class="btn btn-outline-primary m-1" href="">
<i class="fa fa-link"></i>
</a>
<a class="btn btn-outline-primary m-1" href="img/portfolio-3.jpg" data-lightbox="portfolio">
<i class="fa fa-eye"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 p-0 portfolio-item first">
<div class="position-relative overflow-hidden">
<div class="portfolio-img d-flex align-items-center justify-content-center">
<img class="img-fluid" src="img/portfolio-4.jpg" alt="">
</div>
<div class="portfolio-text bg-secondary d-flex flex-column align-items-center justify-content-center">
<h4 class="text-white mb-4">Project Name</h4>
<div class="d-flex align-items-center justify-content-center">
<a class="btn btn-outline-primary m-1" href="">
<i class="fa fa-link"></i>
</a>
<a class="btn btn-outline-primary m-1" href="img/portfolio-4.jpg" data-lightbox="portfolio">
<i class="fa fa-eye"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 p-0 portfolio-item second">
<div class="position-relative overflow-hidden">
<div class="portfolio-img d-flex align-items-center justify-content-center">
<img class="img-fluid" src="img/portfolio-5.jpg" alt="">
</div>
<div class="portfolio-text bg-secondary d-flex flex-column align-items-center justify-content-center">
<h4 class="text-white mb-4">Project Name</h4>
<div class="d-flex align-items-center justify-content-center">
<a class="btn btn-outline-primary m-1" href="">
<i class="fa fa-link"></i>
</a>
<a class="btn btn-outline-primary m-1" href="img/portfolio-5.jpg" data-lightbox="portfolio">
<i class="fa fa-eye"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 p-0 portfolio-item third">
<div class="position-relative overflow-hidden">
<div class="portfolio-img d-flex align-items-center justify-content-center">
<img class="img-fluid" src="img/portfolio-6.jpg" alt="">
</div>
<div class="portfolio-text bg-secondary d-flex flex-column align-items-center justify-content-center">
<h4 class="text-white mb-4">Project Name</h4>
<div class="d-flex align-items-center justify-content-center">
<a class="btn btn-outline-primary m-1" href="">
<i class="fa fa-link"></i>
</a>
<a class="btn btn-outline-primary m-1" href="img/portfolio-6.jpg" data-lightbox="portfolio">
<i class="fa fa-eye"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Projects End -->
<!-- Team Start -->
<div class="container-fluid bg-light">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="py-5 px-4 h-100 bg-primary d-flex flex-column align-items-center justify-content-center">
<h6 class="text-white font-weight-normal text-uppercase mb-3">Our Team</h6>
<h1 class="mb-0 text-center">Meet Our Team Members</h1>
</div>
</div>
<div class="col-md-8 col-sm-6 p-0 py-sm-5">
<div class="owl-carousel team-carousel position-relative p-0 py-sm-5">
<div class="team d-flex flex-column text-center mx-3">
<div class="position-relative">
<img class="img-fluid w-100" src="img/team-1.jpg" alt="">
<div class="team-social d-flex align-items-center justify-content-center w-100 h-100 position-absolute">
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-primary text-center px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="d-flex flex-column bg-secondary text-center py-3">
<h5 class="text-white">Name Goes Here</h5>
<p class="m-0">Designation</p>
</div>
</div>
<div class="team d-flex flex-column text-center mx-3">
<div class="position-relative">
<img class="img-fluid w-100" src="img/team-2.jpg" alt="">
<div class="team-social d-flex align-items-center justify-content-center w-100 h-100 position-absolute">
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-primary text-center px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="d-flex flex-column bg-secondary text-center py-3">
<h5 class="text-white">Name Goes Here</h5>
<p class="m-0">Designation</p>
</div>
</div>
<div class="team d-flex flex-column text-center mx-3">
<div class="position-relative">
<img class="img-fluid w-100" src="img/team-3.jpg" alt="">
<div class="team-social d-flex align-items-center justify-content-center w-100 h-100 position-absolute">
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-primary text-center px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="d-flex flex-column bg-secondary text-center py-3">
<h5 class="text-white">Name Goes Here</h5>
<p class="m-0">Designation</p>
</div>
</div>
<div class="team d-flex flex-column text-center mx-3">
<div class="position-relative">
<img class="img-fluid w-100" src="img/team-4.jpg" alt="">
<div class="team-social d-flex align-items-center justify-content-center w-100 h-100 position-absolute">
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-primary text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-primary text-center px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="d-flex flex-column bg-secondary text-center py-3">
<h5 class="text-white">Name Goes Here</h5>
<p class="m-0">Designation</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- Testimonial Start -->
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-7 py-5 pr-md-5">
<h6 class="text-primary font-weight-normal text-uppercase mb-3 pt-5">Testimonial</h6>
<h1 class="mb-4 section-title">What Our Clients Say</h1>
<div class="owl-carousel testimonial-carousel position-relative pb-5 mb-md-5">
<div class="d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-1.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h5>Client Name</h5>
<i>Profession</i>
</div>
</div>
<p>Tempor at diam tempor sed. Sanctus dolor ipsum ut nonumy amet clita sea. Sed eos sed dolores vero no. Ipsum elitr elitr stet dolor lorem erat. Diam no amet sea justo vero ut. Dolor ipsum kasd ipsum dolore.</p>
</div>
<div class="d-flex flex-column">
<div class="d-flex align-items-center mb-3">
<img class="img-fluid rounded-circle" src="img/testimonial-2.jpg" style="width: 60px; height: 60px;" alt="">
<div class="ml-3">
<h5>Client Name</h5>
<i>Profession</i>
</div>
</div>
<p class="m-0">Tempor at diam tempor sed. Sanctus dolor ipsum ut nonumy amet clita sea. Sed eos sed dolores vero no. Ipsum elitr elitr stet dolor lorem erat. Diam no amet sea justo vero ut. Dolor ipsum kasd ipsum dolore.</p>
</div>
</div>
</div>
<div class="col-md-5">
<div class="d-flex flex-column align-items-center justify-content-center h-100 overflow-hidden">
<img class="h-100" src="img/testimonial.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Blog Start -->
<div class="container-fluid bg-light pt-5">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-8 col text-center mb-4">
<h6 class="text-primary font-weight-normal text-uppercase mb-3">Our Blog</h6>
<h1 class="mb-4">Read The Latest News & Articles From Our Blog</h1>
</div>
</div>
<div class="row pb-3">
<div class="col-md-4 mb-4">
<div class="card border-0 mb-2">
<img class="card-img-top" src="img/blog-1.jpg" alt="">
<div class="card-body bg-white p-4">
<div class="d-flex align-items-center mb-3">
<a class="btn btn-primary" href=""><i class="fa fa-link"></i></a>
<h5 class="m-0 ml-3 text-truncate">Diam amet eos at no eos</h5>
</div>
<p>Diam amet eos at no eos sit, amet rebum ipsum clita stet, diam sea est diam eos, sit vero stet justo</p>
<div class="d-flex">
<small class="mr-3"><i class="fa fa-user text-primary"></i> Admin</small>
<small class="mr-3"><i class="fa fa-folder text-primary"></i> Web Design</small>
<small class="mr-3"><i class="fa fa-comments text-primary"></i> 15</small>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card border-0 mb-2">
<img class="card-img-top" src="img/blog-2.jpg" alt="">
<div class="card-body bg-white p-4">
<div class="d-flex align-items-center mb-3">
<a class="btn btn-primary" href=""><i class="fa fa-link"></i></a>
<h5 class="m-0 ml-3 text-truncate">Diam amet eos at no eos</h5>
</div>
<p>Diam amet eos at no eos sit, amet rebum ipsum clita stet, diam sea est diam eos, sit vero stet justo</p>
<div class="d-flex">
<small class="mr-3"><i class="fa fa-user text-primary"></i> Admin</small>
<small class="mr-3"><i class="fa fa-folder text-primary"></i> Web Design</small>
<small class="mr-3"><i class="fa fa-comments text-primary"></i> 15</small>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card border-0 mb-2">
<img class="card-img-top" src="img/blog-3.jpg" alt="">
<div class="card-body bg-white p-4">
<div class="d-flex align-items-center mb-3">
<a class="btn btn-primary" href=""><i class="fa fa-link"></i></a>
<h5 class="m-0 ml-3 text-truncate">Diam amet eos at no eos</h5>
</div>
<p>Diam amet eos at no eos sit, amet rebum ipsum clita stet, diam sea est diam eos, sit vero stet justo</p>
<div class="d-flex">
<small class="mr-3"><i class="fa fa-user text-primary"></i> Admin</small>
<small class="mr-3"><i class="fa fa-folder text-primary"></i> Web Design</small>
<small class="mr-3"><i class="fa fa-comments text-primary"></i> 15</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white py-5 px-sm-3 px-md-5">
<div class="row pt-5">
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Get In Touch</h4>
<p><i class="fa fa-map-marker-alt mr-2"></i>123 Street, New York, USA</p>
<p><i class="fa fa-phone-alt mr-2"></i>+012 345 67890</p>
<p><i class="fa fa-envelope mr-2"></i>info@example.com</p>
<div class="d-flex justify-content-start mt-4">
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-twitter"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-light rounded-circle text-center mr-2 px-0" style="width: 38px; height: 38px;" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Quick Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Projects</a>
<a class="text-white" href="#"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Popular Links</h4>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Home</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>About Us</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Services</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Our Projects</a>
<a class="text-white" href="#"><i class="fa fa-angle-right mr-2"></i>Contact Us</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-5">
<h4 class="text-primary mb-4">Newsletter</h4>
<form action="">
<div class="form-group">
<input type="text" class="form-control border-0" placeholder="Your Name" required="required" />
</div>
<div class="form-group">
<input type="email" class="form-control border-0" placeholder="Your Email" required="required" />
</div>
<div>
<button class="btn btn-lg btn-primary btn-block border-0" type="submit">Submit Now</button>
</div>
</form>
</div>
</div>
<div class="container border-top border-secondary pt-5">
<p class="m-0 text-center text-white">
© <a class="text-white font-weight-bold" href="#">Your Site Name</a>. All Rights Reserved.
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Designed by <a class="text-white font-weight-bold" href="https://htmlcodex.com">HTML Codex</a>
</p>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- 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/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>