-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo-architecture-interior.html
848 lines (781 loc) · 51.1 KB
/
demo-architecture-interior.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
<!DOCTYPE html>
<html class="side-header-overlay-full-screen">
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Demo Architecture & Interior Design | Porto - Responsive HTML5 Template</title>
<meta name="keywords" content="HTML5 Template" />
<meta name="description" content="Porto - Responsive HTML5 Template">
<meta name="author" content="okler.net">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<link id="googleFonts" href="https://fonts.googleapis.com/css?family=Poppins:300,400,600,700,800%7CMontserrat:300,400,600,700&display=swap" rel="stylesheet" type="text/css">
<!-- Vendor CSS --> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="vendor/fontawesome-free/css/all.min.css"> <link rel="stylesheet" href="vendor/animate/animate.compat.css"> <link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css"> <link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-blog.css">
<link rel="stylesheet" href="css/theme-shop.css">
<!-- Revolution Slider CSS --> <link rel="stylesheet" href="vendor/rs-plugin/css/settings.css"> <link rel="stylesheet" href="vendor/rs-plugin/css/layers.css"> <link rel="stylesheet" href="vendor/rs-plugin/css/navigation.css">
<!-- Demo CSS --> <link rel="stylesheet" href="css/demos/demo-architecture-interior.css"> <!-- Skin CSS --> <link id="skinCSS" rel="stylesheet" href="css/skins/skin-architecture-interior.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Head Libs -->
<script src="vendor/modernizr/modernizr.min.js"></script>
</head>
<body data-target="#header" data-spy="scroll" data-offset="100">
<div class="body">
<div class="sticky-wrapper sticky-wrapper-transparent sticky-wrapper-effect-1 sticky-wrapper-effect-1-dark sticky-wrapper-border-bottom" data-plugin-sticky data-plugin-options="{'minWidth': 0, 'stickyStartEffectAt': 100, 'padding': {'top': 0}}">
<div class="sticky-body">
<div class="container container-xl-custom">
<div class="row justify-content-between align-items-center">
<div class="col-auto">
<div class="py-4">
<a href="demo-architecture-interior.html">
<img alt="Porto" width="153" height="53" src="img/demos/architecture-interior/logo.png">
</a>
</div>
</div>
<div class="col-auto text-right d-flex align-items-center justify-content-end">
<a href="tel:+1234567890" class="text-color-light font-weight-bold text-decoration-none d-none d-sm-block mr-2">CALL US NOW! <span class="font-weight-light">1-800-123-4567</span></a>
<ul class="social-icons social-icons-clean social-icons-icon-light d-none d-md-inline-block mx-4">
<li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-icons-twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fab fa-twitter"></i></a></li>
<li class="social-icons-linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
<button class="hamburguer-btn hamburguer-btn-light" data-set-active="false">
<span class="hamburguer">
<span></span>
<span></span>
<span></span>
</span>
</button>
</div>
</div>
</div>
</div>
</div>
<header id="header" class="side-header-overlay-full-screen side-header-hide" data-plugin-options="{'stickyEnabled': false}">
<button class="hamburguer-btn hamburguer-btn-light hamburguer-btn-side-header hamburguer-btn-side-header-overlay active" data-set-active="false">
<span class="close">
<span></span>
<span></span>
</span>
</button>
<div class="header-body d-flex h-100">
<div class="header-column flex-row flex-lg-column justify-content-center h-100">
<div class="header-container container d-flex h-100">
<div class="header-row header-row-side-header flex-row h-100 pb-5">
<div class="side-header-scrollable scrollable colored-slider h-50" data-plugin-scrollable>
<div class="scrollable-content">
<div class="header-nav header-nav-light-text header-nav-links header-nav-links-side-header header-nav-links-vertical header-nav-links-vertical-expand header-nav-click-to-open align-self-start">
<div class="header-nav-main header-nav-main-square header-nav-main-dropdown-no-borders header-nav-main-effect-4 header-nav-main-sub-effect-1">
<nav>
<ul class="nav nav-pills" id="mainNav">
<li class="dropdown">
<a class="dropdown-item active" data-hash data-hash-offset="95" href="#home">Home</a>
</li>
<li class="dropdown">
<a class="dropdown-item" data-hash data-hash-offset="95" href="#whoweare">Who We Are</a>
</li>
<li class="dropdown">
<a class="dropdown-item" data-hash data-hash-offset="95" href="#ourservices">Our Services</a>
</li>
<li class="dropdown">
<a class="dropdown-item" data-hash data-hash-offset="95" href="#ourprojects">Our Projects</a>
</li>
<li class="dropdown">
<a class="dropdown-item" data-hash data-hash-offset="95" href="#whyhireus">Why Hire Us</a>
</li>
<li class="dropdown">
<a class="dropdown-item" data-hash data-hash-offset="95" href="#ourblog">Our Blog</a>
</li>
<li class="dropdown">
<a class="dropdown-item" data-hash data-hash-offset="95" href="#ourteam">Our Team</a>
</li>
<li class="dropdown">
<a class="dropdown-item" data-hash data-hash-offset="95" href="#contactus">Contact Us</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div role="main" class="main">
<div class="slider-container rev_slider_wrapper" style="height: 100vh;" id="home">
<div id="revolutionSlider" class="slider rev_slider" data-version="5.4.8" data-plugin-revolution-slider data-plugin-options="{'sliderLayout': 'fullscreen', 'delay': 9000, 'gridwidth': 1630, 'gridheight': 800, 'responsiveLevels': [4096,1200,992,500], 'parallax': { 'type': 'mouse', 'origo': 'enterpoint', 'speed': 1000, 'levels': [2,3,4,5,6,7,8,9,12,50], 'disable_onmobile': 'on' }}">
<ul>
<li class="slide-overlay" data-transition="fade">
<img src="img/demos/architecture-interior/slides/slide-1.jpg"
alt=""
data-bgposition="center center"
data-bgfit="cover"
data-bgrepeat="no-repeat"
class="rev-slidebg">
<div class="tp-caption rs-parallaxlevel-4"
data-frames='[{"from":"opacity:0;","speed":300,"to":"opacity:1;","delay":500,"ease":"Power2.easeInOut"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center" data-hoffset="['-150','-150','-150','-150']"
data-y="center" data-voffset="['-20','-20','-20','-20']"
data-width="['430','430','630','830]"
data-height="['330','330','530','730']">
<svg class="custom-square-1 custom-transition-1 custom-mobile-square-thickness" width="100%" height="100%">
<rect width="100%" height="100%" fill="none" stroke-width="40" stroke="#000" />
</svg>
</div>
<h1 class="tp-caption font-weight-bold text-color-light ws-normal rs-parallaxlevel-3"
data-frames='[{"from":"opacity:0;y:[50%];","speed":2000,"to":"opacity:1;","delay":800,"ease":"Power3.easeInOut"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center" data-hoffset="['0','0','30','30']"
data-y="center" data-voffset="['-55','-55','-85','-120']"
data-width="['580','580','780','1000']"
data-fontsize="['66','66','86','120']"
data-lineheight="['72','72','90','125']">Interior Design & Architecture</h1>
<div class="tp-caption font-weight-light text-color-light ls-0 rs-parallaxlevel-4"
data-frames='[{"from":"opacity:0;y:[50%]","speed":2000,"to":"opacity:0.7;","delay":1200,"ease":"Power3.easeInOut"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center" data-hoffset="['-181','-181','-152','-181']"
data-y="center" data-voffset="['45','45','45','65']"
data-fontsize="['16','16','32','45']"
data-lineheight="['20','20','40','50']">Hello, learn more about us.</div>
<a class="tp-caption d-inline-flex align-items-center btn btn-dark font-weight-bold rounded ls-0 rs-parallaxlevel-2"
data-hash
data-hash-offset="95"
href="#whoweare"
data-frames='[{"delay":1600,"speed":2000,"frame":"0","from":"x:-50%;opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;fb:0;","ease":"Power3.easeInOut"}]'
data-x="['center','center','center','center']" data-hoffset="['-5','-5','25','45']"
data-y="center" data-voffset="['125','125','210','275']"
data-paddingtop="['20','20','30','40']"
data-paddingbottom="['20','20','30','40']"
data-paddingleft="['68','68','68','95']"
data-paddingright="['15','15','15','25']"
data-fontsize="['16','16','23','45']"
data-lineheight="['20','20','26','50']">WHO WE ARE <i class="fas fa-arrow-right ml-4 pl-3 mr-2 text-4"></i></a>
</li>
<li class="slide-overlay" data-transition="fade">
<img src="img/demos/architecture-interior/slides/slide-2.jpg"
alt=""
data-bgposition="center center"
data-bgfit="cover"
data-bgrepeat="no-repeat"
class="rev-slidebg">
<h2 class="tp-caption text-center font-weight-bold text-color-light ws-normal rs-parallaxlevel-3"
data-frames='[{"from":"opacity:0;y:[50%];","speed":2000,"to":"opacity:1;","delay":800,"ease":"Power3.easeInOut"},{"delay":"wait","speed":1000,"to":"o:0;","ease":"Power2.easeInOut"}]'
data-x="center" data-hoffset="['0','0','30','30']"
data-y="center" data-voffset="['-55','-55','-85','-120']"
data-width="['580','580','780','1000']"
data-fontsize="['66','66','86','120']"
data-lineheight="['72','72','90','125']">The Power of Design to make a Better World</h2>
<a class="tp-caption d-inline-flex align-items-center btn btn-dark font-weight-bold rounded ls-0 rs-parallaxlevel-2"
data-hash
data-hash-offset="95"
href="#contactus"
data-frames='[{"delay":1600,"speed":2000,"frame":"0","from":"x:-50%;opacity:0;","to":"o:1;","ease":"Power3.easeInOut"},{"delay":"wait","speed":300,"frame":"999","to":"opacity:0;fb:0;","ease":"Power3.easeInOut"}]'
data-x="['center','center','center','center']" data-hoffset="['-5','-5','25','45']"
data-y="center" data-voffset="['125','125','210','275']"
data-paddingtop="['20','20','30','40']"
data-paddingbottom="['20','20','30','40']"
data-paddingleft="['68','68','68','95']"
data-paddingright="['15','15','15','25']"
data-fontsize="['16','16','23','45']"
data-lineheight="['20','20','26','50']">CONTACT US <i class="fas fa-arrow-right ml-4 pl-3 mr-2 text-4"></i></a>
</li>
</ul>
</div>
</div>
<section class="section section-height-5 bg-light border-0 m-0" id="whoweare">
<div class="container container-xl-custom">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<div class="overflow-hidden">
<span class="d-block text-color-primary custom-font-secondary font-weight-semibold appear-animation" data-appear-animation="maskUp">WHO WE ARE</span>
</div>
<div class="overflow-hidden mb-3">
<h2 class="text-color-dark font-weight-extra-bold text-11 negative-ls-1 line-height-3 mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="250">We design for amazing people</h2>
</div>
<p class="text-4 line-height-9 pr-5 pb-3 mb-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. Nullam id varius nunc. Vivamus bibendum mex, et faucibus lacus venena bibendum mex, et faucibus lacus.</p>
<a href="demo-architecture-interior-who-we-are.html" class="btn btn-dark btn-outline font-weight-extra-bold text-3 px-5 py-3 border-width-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="750">LEARN MORE</a>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-6 col-xl-4 order-1">
<img src="img/demos/architecture-interior/others/others-1.jpg" class="img-fluid appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="3000" alt="" />
</div>
<div class="col-12 col-xl-4 order-3 order-xl-2">
<div class="h-100 d-flex align-items-center position-relative px-4 py-4 py-xl-0 mt-4 mt-xl-0">
<svg class="custom-square-1 custom-square-top-right z-index-0" width="80" height="80" data-appear-animation-svg="true">
<rect class="lineProgressFrom appear-animation" data-appear-animation="lineProgressTo" data-appear-animation-duration="3s" width="80" height="80" fill="none" stroke-width="13" stroke="#000" />
</svg>
<svg class="custom-square-1 custom-square-1-no-pos z-index-0" width="100%" height="100%" data-appear-animation-svg="true">
<rect class="lineProgressAndFillFrom appear-animation" data-appear-animation="lineProgressAndFillTo" data-appear-animation-duration="3s" width="100%" height="100%" fill="none" stroke-width="13" stroke="#000" />
</svg>
<p class="text-color-light line-height-9 text-center text-4 z-index-1 custom-responsive-text-size-1 mb-0 px-2">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa enim. Nullam id varius nunc. Vivamus bibendum mex.</p>
</div>
</div>
<div class="col-6 col-xl-4 order-2 order-xl-3">
<img src="img/demos/architecture-interior/others/others-2.jpg" class="img-fluid appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="3000" alt="" />
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section-height-4 bg-quaternary border-0 m-0 appear-animation" data-appear-animation="fadeIn" id="ourservices">
<div class="container container-xl-custom">
<div class="row">
<div class="col text-center">
<div class="overflow-hidden">
<span class="d-block text-color-primary custom-font-secondary font-weight-semibold appear-animation" data-appear-animation="maskUp">WHAT WE DO</span>
</div>
<div class="overflow-hidden mb-4">
<h2 class="text-color-light font-weight-bold mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="250">Our Services</h2>
</div>
</div>
</div>
<div class="featured-boxes featured-boxes-style-4 custom-featured-boxes-style-1">
<div class="row mb-2">
<div class="col-md-6 col-xl-3">
<a href="ajax/demo-architecture-interior-ajax-services-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="featured-box featured-box-primary featured-box-effect-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="300">
<div class="box-content">
<svg class="mb-3" enable-background="new 0 0 24 24" height="88px" version="1.1" viewBox="0 0 24 24" width="88px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M18,11h-5v5h5V11z M15,15h-1v-3h1V15z M17,15h-1v-3h1V15z"/><path d="M23,22h-1v-9.2l0.3,0.3c0.4,0.4,1,0.4,1.4,0l0,0c0.4-0.4,0.4-1,0-1.4L12,0L7,5V3c0.6,0,1-0.4,1-1V1c0-0.6-0.4-1-1-1H3 C2.4,0,2,0.4,2,1v1c0,0.6,0.4,1,1,1v6l-2.7,2.7c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L2,12.8V22H1c-0.6,0-1,0.4-1,1v1h24 v-1C24,22.4,23.6,22,23,22z M12,2.8l8,8V22h-9v-8H6v8H4V10.8L12,2.8z M10,19v3H7v-7h3v3H9v1H10z M4,8V3h2v3L4,8z M3,1h4v1H3V1z"/></g></svg>
<h3 class="font-weight-bold text-color-light text-5 text-capitalize ls-0 my-3">Home Projects</h3>
<p class="font-weight-light text-color-light opacity-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </p>
</div>
</div>
</a>
</div>
<div class="col-md-6 col-xl-3">
<a href="ajax/demo-architecture-interior-ajax-services-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="featured-box featured-box-primary featured-box-effect-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">
<div class="box-content">
<svg class="mb-3" enable-background="new 0 0 24 24" height="88px" version="1.1" viewBox="0 0 24 24" width="88px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M23,10h-5V1c0-0.6-0.4-1-1-1H7C6.4,0,6,0.4,6,1v9H1c-0.6,0-1,0.4-1,1v13h24V11C24,10.4,23.6,10,23,10z M2,22V12h4v10H2z M8,22V11V2h8v9v11H8z M18,22V12h4v10H18z"/><rect height="2" width="1" x="4" y="13"/><rect height="2" width="1" x="4" y="16"/><rect height="2" width="1" x="19" y="13"/><rect height="2" width="1" x="19" y="16"/><rect height="2" width="1" x="10" y="4"/><rect height="2" width="1" x="10" y="7"/><rect height="2" width="1" x="10" y="10"/><rect height="2" width="1" x="10" y="13"/><rect height="2" width="1" x="10" y="16"/><rect height="2" width="1" x="13" y="4"/><rect height="2" width="1" x="13" y="7"/><rect height="2" width="1" x="13" y="10"/><rect height="2" width="1" x="13" y="13"/><rect height="2" width="1" x="13" y="16"/></g></svg>
<h3 class="font-weight-bold text-color-light text-5 text-capitalize ls-0 my-3">Building Projects</h3>
<p class="font-weight-light text-color-light opacity-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </p>
</div>
</div>
</a>
</div>
<div class="col-md-6 col-xl-3">
<a href="ajax/demo-architecture-interior-ajax-services-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="featured-box featured-box-primary featured-box-effect-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="700">
<div class="box-content">
<svg class="mb-3" enable-background="new 0 0 24 24" height="88px" version="1.1" viewBox="0 0 24 24" width="88px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path d="M21,7.2c-0.4,0-0.7,0.1-1,0.2V5c0-2.8-2.2-5-5-5H9C6.2,0,4,2.2,4,5v2.4C3.7,7.3,3.4,7.2,3,7.2c-1.7,0-3,1.3-3,3 c0,1.3,0.8,2.4,2,2.8c0,0,0,7,0,8s1,1,1,1h3v2h4v-2h4v2h4v-2h3c0,0,1,0,1-1s0-8,0-8c1.2-0.4,2-1.5,2-2.8C24,8.5,22.7,7.2,21,7.2z M6,5c0-1.7,1.3-3,3-3h6c1.7,0,3,1.3,3,3v5v5H6v-5V5z M4,20c0,0,0-6.8,0-7.8s-1-1-1-1c-0.6,0-1-0.4-1-1s0.4-1.1,1-1.1S4,10,4,10h1 v10H4z M9,23H7v-1h2V23z M17,23h-2v-1h2V23z M6,20v-4h12v4H6z M21,11.2c0,0-1,0-1,1s0,7.8,0,7.8h-1V10h1c0,0,0.4-0.9,1-0.9 s1,0.5,1,1S21.6,11.2,21,11.2z"/></g></svg>
<h3 class="font-weight-bold text-color-light text-5 text-capitalize ls-0 my-3">Interior Projects</h3>
<p class="font-weight-light text-color-light opacity-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </p>
</div>
</div>
</div>
</a>
<div class="col-md-6 col-xl-3">
<a href="ajax/demo-architecture-interior-ajax-services-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="featured-box featured-box-primary featured-box-effect-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="900">
<div class="box-content">
<svg class="mb-3" enable-background="new 0 0 24 24" height="88px" version="1.1" viewBox="0 0 24 24" width="88px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M23,11H3V3c0-1.1,0.9-2,2-2s2,0.9,2,2v1.1C6.6,4.2,6.2,4.6,6.1,5h2.8C8.8,4.6,8.4,4.2,8,4.1V3c0-1.7-1.3-3-3-3S2,1.3,2,3v8 H1c-0.6,0-1,0.4-1,1v4c0,2.2,1.2,4.2,3,5.2V22c0,1.1,0.9,2,2,2s2-0.9,2-2h10c0,1.1,0.9,2,2,2s2-0.9,2-2v-0.8c1.8-1,3-3,3-5.2v-4 C24,11.4,23.6,11,23,11z M5,23c-0.6,0-1-0.4-1-1v-0.3C4.6,21.9,5.3,22,6,22C6,22.6,5.6,23,5,23z M20,22c0,0.6-0.4,1-1,1s-1-0.4-1-1 c0.7,0,1.4-0.1,2-0.3V22z M22,16c0,2.2-1.8,4-4,4H6c-2.2,0-4-1.8-4-4v-1h20V16z M22,14H2v-1h20V14z"/></svg>
<h3 class="font-weight-bold text-color-light text-5 text-capitalize ls-0 my-3">Custom Projects</h3>
<p class="font-weight-light text-color-light opacity-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </p>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col text-center">
<a data-hash data-hash-offset="95" href="#contactus" class="btn btn-dark btn-outline custom-btn-color-1 font-weight-extra-bold text-color-light text-3 px-5 py-3 border-width-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="300">CONTACT US</a>
</div>
</div>
</div>
</section>
<section class="section section-height-4 bg-light border-0 m-0" id="ourprojects">
<div class="container container-xl-custom">
<div class="row justify-content-center">
<div class="col-lg-9 col-xl-6 text-center">
<div class="overflow-hidden">
<span class="d-block text-color-primary custom-font-secondary font-weight-semibold appear-animation" data-appear-animation="maskUp">THE PORTFOLIO</span>
</div>
<div class="overflow-hidden mb-3">
<h2 class="text-color-dark font-weight-bold mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="250">Our Projects</h2>
</div>
<p class="text-4 mb-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="500">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. Nullam id varius nunc. Vivamus bibendum mex, et faucibus lacus venena.</p>
</div>
</div>
<div id="portfolioLoadMoreWrapper" class="row portfolio-list sort-destination mb-3 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="300" data-sort-id="portfolio" data-total-pages="3" data-ajax-url="ajax/demo-architecture-interior-ajax-load-more-">
<div class="col-lg-4 isotope-item">
<div class="portfolio-item">
<a href="demo-architecture-interior-projects-detail.html" class="text-decoration-none">
<span class="thumb-info thumb-info-no-borders thumb-info-no-borders-rounded thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-dark-linear custom-thumb-info-style-1">
<span class="thumb-info-wrapper">
<img src="img/demos/architecture-interior/projects/project-1.jpg" class="img-fluid" alt="">
<span class="thumb-info-title text-left">
<span class="thumb-info-inner font-weight-bold line-height-1 text-4 mb-3">Project Name</span>
<span class="thumb-info-type text-transform-none font-weight-light text-1 line-height-7 pr-xl-5 mr-5">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </span>
</span>
</span>
</span>
</a>
</div>
</div>
<div class="col-lg-4 isotope-item">
<div class="portfolio-item">
<a href="demo-architecture-interior-projects-detail.html" class="text-decoration-none">
<span class="thumb-info thumb-info-no-borders thumb-info-no-borders-rounded thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-dark-linear custom-thumb-info-style-1">
<span class="thumb-info-wrapper">
<img src="img/demos/architecture-interior/projects/project-2.jpg" class="img-fluid" alt="">
<span class="thumb-info-title text-left">
<span class="thumb-info-inner font-weight-bold line-height-1 text-4 mb-3">Project Name</span>
<span class="thumb-info-type text-transform-none font-weight-light text-1 line-height-7 pr-xl-5 mr-5">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </span>
</span>
</span>
</span>
</a>
</div>
</div>
<div class="col-lg-4 isotope-item">
<div class="portfolio-item">
<a href="demo-architecture-interior-projects-detail.html" class="text-decoration-none">
<span class="thumb-info thumb-info-no-borders thumb-info-no-borders-rounded thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-dark-linear custom-thumb-info-style-1">
<span class="thumb-info-wrapper">
<img src="img/demos/architecture-interior/projects/project-3.jpg" class="img-fluid" alt="">
<span class="thumb-info-title text-left">
<span class="thumb-info-inner font-weight-bold line-height-1 text-4 mb-3">Project Name</span>
<span class="thumb-info-type text-transform-none font-weight-light text-1 line-height-7 pr-xl-5 mr-lg-5">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </span>
</span>
</span>
</span>
</a>
</div>
</div>
</div>
<div id="portfolioLoadMoreBtnWrapper" class="row">
<div class="col text-center">
<div id="portfolioLoadMoreLoader" class="portfolio-load-more-loader" style="min-height: 61px;">
<div class="bounce-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<button id="portfolioLoadMore" class="btn btn-dark btn-outline font-weight-extra-bold text-3 px-5 py-3 border-width-4 appear-animation" data-appear-animation="fadeInUpShorter">LOAD MORE</button><a href="demo-architecture-interior-projects.html" class="btn btn-primary btn-outline ml-2 font-weight-extra-bold text-3 px-5 py-3 border-width-4 appear-animation" data-appear-animation="fadeInUpShorter">VIEW ALL</a>
</div>
</div>
</div>
</section>
<section class="section section-parallax section-height-4 overlay overlay-show border-0 m-0" data-plugin-parallax data-plugin-options="{'speed': 1.5}" data-image-src="img/demos/architecture-interior/backgrounds/background-1.jpg" id="whyhireus">
<div class="container container-xl-custom pb-5 mb-4">
<div class="row justify-content-center">
<div class="col-lg-9 col-xl-6 text-center">
<span class="text-color-primary custom-font-secondary font-weight-semibold">THE BEST CHOICE</span>
<h2 class="text-color-light font-weight-bold pb-3 mb-3">Why Hire Us?</h2>
<p class="font-weight-light text-color-light line-height-9 text-4 mb-5">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. Nullam id varius nunc. Vivamus bibendum mex, et faucibus lacus venena bibendum mex.</p>
</div>
</div>
</div>
</section>
<div class="container container-xl-custom custom-negative-margin-top z-index-2 position-relative">
<div class="row align-items-center justify-content-center">
<div class="col-sm-6 col-lg-3 col-xl-2 order-2 order-xl-1 mb-4 mb-lg-0">
<div class="card border-0 custom-box-shadow-1">
<div class="card-body my-4 my-xl-5">
<div class="custom-content-rotator">
<div><img src="img/logos/logo-1.png" class="img-fluid" alt="" /></div>
<div><img src="img/logos/logo-2.png" class="img-fluid" alt="" /></div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 col-xl-2 order-3 order-xl-2 mb-4 mb-lg-0">
<div class="card border-0 custom-box-shadow-1">
<div class="card-body my-4 my-xl-5">
<div class="custom-content-rotator">
<div><img src="img/logos/logo-3.png" class="img-fluid" alt="" /></div>
<div><img src="img/logos/logo-4.png" class="img-fluid" alt="" /></div>
</div>
</div>
</div>
</div>
<div class="col-lg-8 col-xl-4 order-1 order-xl-3 mx-lg-5 mx-xl-0 mb-5">
<div class="card border-0 custom-box-shadow-1">
<div class="card-body text-center mt-4">
<div class="owl-carousel owl-theme nav-style-1 nav-dark custom-nav-size-1 mb-0" data-plugin-options="{'items':1, 'nav': true, 'dots': false}">
<div class="text-center px-5">
<span class="text-color-primary font-weight-bold custom-plus line-height-2 custom-text-size-1">50</span>
<p class="text-4 custom-responsive-m-p-x">Projects made with total success</p>
</div>
<div class="text-center px-5">
<span class="text-color-primary font-weight-bold custom-plus line-height-2 custom-text-size-1">12</span>
<p class="text-4 custom-responsive-m-p-x">Years in Business</p>
</div>
<div class="text-center px-5">
<span class="text-color-primary font-weight-bold custom-plus line-height-2 custom-text-size-1">15</span>
<p class="text-4 custom-responsive-m-p-x">Architects & Interior Designs</p>
</div>
</div>
<a data-hash data-hash-offset="95" href="#contactus" class="btn btn-dark btn-outline font-weight-extra-bold text-3 px-5 py-3 border-width-4 custom-btn-pos-1 custom-btn-style-1">GET A QUOTE</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 col-xl-2 order-4 order-xl-4 mb-4 mb-sm-0">
<div class="card border-0 custom-box-shadow-1">
<div class="card-body my-4 my-xl-5">
<div class="custom-content-rotator">
<div><img src="img/logos/logo-5.png" class="img-fluid" alt="" /></div>
<div><img src="img/logos/logo-6.png" class="img-fluid" alt="" /></div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3 col-xl-2 order-5 order-xl-5 mb-4 mb-sm-0">
<div class="card border-0 custom-box-shadow-1">
<div class="card-body my-4 my-xl-5">
<div class="custom-content-rotator">
<div><img src="img/logos/logo-7.png" class="img-fluid" alt="" /></div>
<div><img src="img/logos/logo-1.png" class="img-fluid" alt="" /></div>
</div>
</div>
</div>
</div>
</div>
</div>
<section class="section section-height-4 bg-light border-0 mt-4 mb-0">
<div class="container container-xl-custom">
<div class="row">
<div class="col">
<div class="owl-carousel owl-theme nav-style-1 nav-dark custom-nav-size-1 stage-margin" data-plugin-options="{'responsive': {'576': {'items': 1}, '768': {'items': 1}, '992': {'items': 2}, '1200': {'items': 2}}, 'loop': true, 'nav': true, 'dots': false, 'stagePadding': 40}">
<div>
<div class="testimonial testimonial-style-2 testimonial-with-quotes testimonial-remove-right-quote custom-testimonial-colored-quotes text-left pl-md-4 mb-0">
<blockquote>
<p class="text-color-dark text-5 line-height-9 mb-0 custom-font-primary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vitae metus tellus. Curabitur non lorem at odio tempus consectetur.</p>
</blockquote>
<div class="testimonial-author align-items-start text-left pl-5 ml-3">
<p class="text-left"><strong class="font-weight-extra-bold text-4">- John Smith</strong><span>Okler</span></p>
</div>
</div>
</div>
<div>
<div class="testimonial testimonial-style-2 testimonial-with-quotes testimonial-remove-right-quote custom-testimonial-colored-quotes text-left pl-md-4 mb-0">
<blockquote>
<p class="text-color-dark text-5 line-height-9 mb-0 custom-font-primary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vitae metus tellus. Curabitur non lorem at odio tempus consectetur.</p>
</blockquote>
<div class="testimonial-author align-items-start text-left pl-5 ml-3">
<p class="text-left"><strong class="font-weight-extra-bold text-4">- Bob Doe</strong><span>Okler</span></p>
</div>
</div>
</div>
<div>
<div class="testimonial testimonial-style-2 testimonial-with-quotes testimonial-remove-right-quote custom-testimonial-colored-quotes text-left pl-md-4 mb-0">
<blockquote>
<p class="text-color-dark text-5 line-height-9 mb-0 custom-font-primary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vitae metus tellus. Curabitur non lorem at odio tempus consectetur.</p>
</blockquote>
<div class="testimonial-author align-items-start text-left pl-5 ml-3">
<p class="text-left"><strong class="font-weight-extra-bold text-4">- Rick Doe</strong><span>Okler</span></p>
</div>
</div>
</div>
<div>
<div class="testimonial testimonial-style-2 testimonial-with-quotes testimonial-remove-right-quote custom-testimonial-colored-quotes text-left pl-md-4 mb-0">
<blockquote>
<p class="text-color-dark text-5 line-height-9 mb-0 custom-font-primary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi vitae metus tellus. Curabitur non lorem at odio tempus consectetur.</p>
</blockquote>
<div class="testimonial-author align-items-start text-left pl-5 ml-3">
<p class="text-left"><strong class="font-weight-extra-bold text-4">- Alex Doe</strong><span>Okler</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section-height-4 bg-color-grey-scale-1 border-0 m-0" id="ourblog">
<div class="container container-xl-custom">
<div class="row justify-content-center">
<div class="col-lg-9 col-xl-6 text-center">
<div class="overflow-hidden">
<span class="d-block text-color-primary custom-font-secondary font-weight-semibold appear-animation" data-appear-animation="maskUp">LATEST NEWS</span>
</div>
<div class="overflow-hidden mb-3">
<h2 class="text-color-dark font-weight-bold pb-2 mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="250">Our Blog</h2>
</div>
<p class="font-weight-light text-color-dark line-height-9 text-4 pb-2 mb-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="350">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. </p>
</div>
</div>
<div id="portfolioLoadMoreWrapperBlog" class="row portfolio-list sort-destination pb-2" data-sort-id="portfolio" data-total-pages="3" data-ajax-url="ajax/demo-architecture-interior-blog-ajax-load-more-">
<div class="col-lg-4 isotope-item text-left">
<div class="portfolio-item appear-animation" data-appear-animation="expandIn" data-appear-animation-delay="450">
<div class="card">
<div class="card-body p-5 mt-2">
<h3 class="font-weight-bold text-transform-none line-height-4 text-5 pr-xl-5 mr-xl-5">
<a href="demo-architecture-interior-blog-post.html" class="text-color-dark text-decoration-none">Lorem ipsum dolor sit amet, consectetur</a>
</h3>
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget risus porta...</p>
<div class="d-flex align-items-center mb-4">
<img src="img/avatars/avatar.jpg" width="25" class="img-fluid rounded-circle mr-2" alt="" />
<span class="font-weight-bold text-color-dark text-2">by John Doe</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 isotope-item text-left">
<div class="portfolio-item appear-animation" data-appear-animation="expandIn" data-appear-animation-delay="250">
<div class="card">
<div class="card-body p-5 mt-2">
<h3 class="font-weight-bold text-transform-none line-height-4 text-5 pr-xl-5 mr-xl-5">
<a href="demo-architecture-interior-blog-post.html" class="text-color-dark text-decoration-none">Lorem ipsum dolor sit amet, consectetur</a>
</h3>
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget risus porta...</p>
<div class="d-flex align-items-center mb-4">
<img src="img/avatars/avatar-2.jpg" width="25" class="img-fluid rounded-circle mr-2" alt="" />
<span class="font-weight-bold text-color-dark text-2">by Alex Doe</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 isotope-item text-left">
<div class="portfolio-item appear-animation" data-appear-animation="expandIn" data-appear-animation-delay="650">
<div class="card">
<div class="card-body p-5 mt-2">
<h3 class="font-weight-bold text-transform-none line-height-4 text-5 pr-xl-5 mr-xl-5">
<a href="demo-architecture-interior-blog-post.html" class="text-color-dark text-decoration-none">Lorem ipsum dolor sit amet, consectetur</a>
</h3>
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget risus porta...</p>
<div class="d-flex align-items-center mb-4">
<img src="img/avatars/avatar-3.jpg" width="25" class="img-fluid rounded-circle mr-2" alt="" />
<span class="font-weight-bold text-color-dark text-2">by Rick Doe</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="portfolioLoadMoreBtnWrapperBlog" class="row">
<div class="col text-center">
<div id="portfolioLoadMoreLoaderBlog" class="portfolio-load-more-loader" style="min-height: 61px;">
<div class="bounce-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
<button id="portfolioLoadMoreBlog" class="btn btn-dark btn-outline font-weight-extra-bold text-3 px-5 py-3 border-width-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="250">LOAD MORE</button>
<a href="demo-architecture-interior-blog.html" class="btn btn-primary btn-outline ml-2 font-weight-extra-bold text-3 px-5 py-3 border-width-4 appear-animation" data-appear-animation="fadeInUpShorter">VIEW ALL</a>
</div>
</div>
</div>
</section>
<section class="section section-height-4 border-0 m-0" id="ourteam">
<div class="container container-xl-custom">
<div class="row justify-content-center">
<div class="col-lg-9 col-xl-6 text-center">
<div class="overflow-hidden">
<span class="d-block text-color-primary custom-font-secondary font-weight-semibold appear-animation" data-appear-animation="maskUp">THE PRO TEAM</span>
</div>
<div class="overflow-hidden mb-3">
<h2 class="text-color-dark font-weight-bold pb-2 mb-0 appear-animation" data-appear-animation="maskUp" data-appear-animation-delay="250">Our Team</h2>
</div>
<p class="font-weight-light text-color-dark line-height-9 text-4 pb-2 mb-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="450">Lorem ipsum dolor sit amet, consectetur adipiscing eli blandit massa im. Nullam id varius nunc. Vivamus bibendum mex, et faucibus lacus venena. </p>
</div>
</div>
<div class="row appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="300">
<div class="col-md-6 col-lg-3 mb-4 mb-lg-0">
<a href="ajax/demo-architecture-interior-ajax-team-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="card border-0 custom-box-shadow-1">
<svg class="custom-square-1 z-index-0" width="80" height="80">
<rect width="80" height="80" fill="none" stroke-width="13" stroke="#000" />
</svg>
<img class="card-img-top z-index-1" src="img/team/team-2.jpg" alt="" />
<div class="card-body">
<h4 class="card-title font-weight-bold line-height-3 text-4 mb-0">Michel Doe</h4>
<p class="card-text">CEO & Founder</p>
</div>
</div>
</a>
</div>
<div class="col-md-6 col-lg-3 mb-4 mb-lg-0">
<a href="ajax/demo-architecture-interior-ajax-team-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="card border-0 custom-box-shadow-1">
<svg class="custom-square-1 z-index-0" width="80" height="80">
<rect width="80" height="80" fill="none" stroke-width="13" stroke="#000" />
</svg>
<img class="card-img-top z-index-1" src="img/team/team-4.jpg" alt="" />
<div class="card-body">
<h4 class="card-title font-weight-bold line-height-3 text-4 mb-0">Jessica Doe</h4>
<p class="card-text">Architect</p>
</div>
</div>
</a>
</div>
<div class="col-md-6 col-lg-3 mb-4 mb-md-0">
<a href="ajax/demo-architecture-interior-ajax-team-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="card border-0 custom-box-shadow-1">
<svg class="custom-square-1 z-index-0" width="80" height="80">
<rect width="80" height="80" fill="none" stroke-width="13" stroke="#000" />
</svg>
<img class="card-img-top z-index-1" src="img/team/team-5.jpg" alt="" />
<div class="card-body">
<h4 class="card-title font-weight-bold line-height-3 text-4 mb-0">John Doe</h4>
<p class="card-text">Architect</p>
</div>
</div>
</a>
</div>
<div class="col-md-6 col-lg-3">
<a href="ajax/demo-architecture-interior-ajax-team-detail.html" class="text-decoration-none simple-ajax-popup">
<div class="card border-0 custom-box-shadow-1">
<svg class="custom-square-1 z-index-0" width="80" height="80">
<rect width="80" height="80" fill="none" stroke-width="13" stroke="#000" />
</svg>
<img class="card-img-top z-index-1" src="img/team/team-6.jpg" alt="" />
<div class="card-body">
<h4 class="card-title font-weight-bold line-height-3 text-4 mb-0">Alice Doe</h4>
<p class="card-text">Architect</p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="section section-height-4 bg-quaternary border-0 m-0" id="contactus">
<div class="container container-xl-custom">
<div class="row mb-5">
<div class="col text-center">
<span class="text-color-primary custom-font-secondary font-weight-semibold">GET IN TOUCH</span>
<h2 class="text-color-light font-weight-bold mb-3">Contact Us</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6 col-xl-4 order-2 order-xl-1 mb-4 mb-lg-0">
<div class="card custom-card-style-1 h-100">
<div class="card-body">
<a href="#" class="text-decoration-none">
<img src="img/demos/architecture-interior/logo.png" class="img-fluid pb-2 mt-3 mb-4" width="153" height="53" alt="Demo Architecture & Interior Design" />
</a>
<h3 class="text-color-primary font-weight-bold text-transform-none text-8 line-height-1 pr-5 mb-4">Interior Design & Archtecture</h3>
<ul class="list list-icons list-icons-sm">
<li class="text-color-light font-weight-light">
<i class="fas fa-angle-right custom-text-color-grey-1"></i> <strong class="font-weight-normal">Address:</strong> 1234 Street Name, City Name
</li>
<li class="text-color-light font-weight-light">
<i class="fas fa-angle-right custom-text-color-grey-1"></i> <strong class="font-weight-normal">Email:</strong><a href="mailto:mail@example.com" class="link-hover-style-1 ml-1"> mail@example.com</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-7 col-xl-4 order-1 order-xl-2 mb-4 mb-xl-0">
<div class="card custom-card-style-1 h-100 opacity-10 py-lg-5 py-xl-0" data-appear-animation="customBorderColored" data-appear-animation-delay="500" data-plugin-options="{'accY': -500}">
<div class="card-body d-flex justify-content-center flex-column text-center">
<span class="text-color-light text-4 mb-3">CALL US NOW</span>
<a href="tel:+1234567890" class="text-decoration-none text-color-light font-weight-bold line-height-2 text-11 opacity-10" data-appear-animation="customTextColored" data-appear-animation-delay="500" data-plugin-options="{'accY': -200}">1-800-123-4567</a>
<a href="tel:+1234567890" class="text-decoration-none text-color-light font-weight-bold line-height-2 text-9">1-800-123-4568</a>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-4 order-3">
<div class="card custom-card-style-1 h-100">
<div class="card-body pt-5">
<form class="contact-form form-style-4 form-errors-light" action="php/contact-form.php" method="POST">
<input type="hidden" value="Contact Form" name="subject" id="subject">
<div class="form-group col-lg-12 ml-auto my-0">
<div class="contact-form-success alert alert-success d-none">
Message has been sent to us.
</div>
<div class="contact-form-error alert alert-danger d-none">
Error sending your message.
<span class="mail-error-message text-1 d-block"></span>
</div>
</div>
<div class="form-row">
<div class="form-group col-lg-6">
<input type="text" value="" data-msg-required="Please enter your name." maxlength="100" class="form-control py-2" placeholder="Name" name="name" id="name" required>
</div>
<div class="form-group col-lg-6">
<input type="email" value="" data-msg-required="Please enter your email address." data-msg-email="Please enter a valid email address." maxlength="100" class="form-control py-2" placeholder="E-mail" name="email" id="email" required>
</div>
</div>
<div class="form-row">
<div class="form-group col">
<textarea maxlength="5000" data-msg-required="Please enter your message." rows="4" class="form-control" placeholder="Message" name="message" id="message" required></textarea>
</div>
</div>
<input type="submit" value="Send Message" class="btn btn-dark text-2 font-weight-bold text-uppercase btn-px-5 py-3 position-absolute" data-loading-text="Loading..." style="bottom: -30px; right: 25px;">
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="footer" class="bg-quaternary border-width-1 custom-border-color-grey py-5 mt-0">
<div class="container container-xl-custom">
<div class="row justify-content-between">
<div class="col-auto">
<ul class="social-icons social-icons-clean social-icons-icon-light">
<li class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-icons-twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter"><i class="fab fa-twitter"></i></a></li>
<li class="social-icons-linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
<div class="col-auto text-right">
<p class="text-color-light font-weight-light opacity-8 mb-0">Copyrights © 2021 All Rights Reserved by Okler</p>
</div>
</div>
</div>
</footer>
</div>
<!-- Vendor --> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/jquery.appear/jquery.appear.min.js"></script> <script src="vendor/jquery.easing/jquery.easing.min.js"></script> <script src="vendor/jquery.cookie/jquery.cookie.min.js"></script> <script src="vendor/popper/umd/popper.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <script src="vendor/jquery.validation/jquery.validate.min.js"></script> <script src="vendor/jquery.easy-pie-chart/jquery.easypiechart.min.js"></script> <script src="vendor/jquery.gmap/jquery.gmap.min.js"></script> <script src="vendor/lazysizes/lazysizes.min.js"></script> <script src="vendor/isotope/jquery.isotope.min.js"></script> <script src="vendor/owl.carousel/owl.carousel.min.js"></script> <script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script> <script src="vendor/vide/jquery.vide.min.js"></script> <script src="vendor/vivus/vivus.min.js"></script> <script src="vendor/nanoscroller/jquery.nanoscroller.min.js"></script>
<!-- Theme Base, Components and Settings --> <script src="js/theme.js"></script>
<!-- Current Page Vendor and Views --> <script src="vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script> <script src="vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Current Page Vendor and Views -->
<script src="js/views/view.contact.js"></script>
<!-- Demo -->
<script src="js/demos/demo-architecture-interior.js"></script>
<!-- Theme Custom --> <script src="js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="js/theme.init.js"></script>
</body>
</html>