-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-architecture.html
922 lines (909 loc) · 77.1 KB
/
home-architecture.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
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>Litho – The Multipurpose HTML5 Template</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="ThemeZaa">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta name="description" content="Litho is a clean and modern design, BootStrap 4 responsive, business and portfolio multipurpose HTML5 template with 36+ ready homepage demos.">
<!-- favicon icon -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- style sheets and font icons -->
<link rel="stylesheet" type="text/css" href="css/font-icons.min.css">
<link rel="stylesheet" type="text/css" href="css/theme-vendors.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/responsive.css" />
<!-- revolution slider -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css">
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
</head>
<body class="bg-extra-medium-slate-blue">
<!-- start box layout section -->
<div class="box-layout">
<!-- start header -->
<header class="home-architecture">
<nav class="navbar navbar-expand-lg navbar-dark bg-transparent header-dark fixed-top navbar-boxed navbar-static-overlay top-space">
<div class="container-fluid h-100px md-h-70px">
<div class="col-6 col-lg-2 mr-auto pl-lg-0">
<a class="navbar-brand" href="index.html">
<img src="images/logo-parrot-green.png" data-at2x="images/[email protected]" class="default-logo" alt="">
<img src="images/logo-parrot-green.png" data-at2x="images/[email protected]" class="alt-logo" alt="">
<img src="images/logo-parrot-green.png" data-at2x="images/[email protected]" class="mobile-logo" alt="">
</a>
</div>
<div class="col-auto text-right">
<a href="home-architecture.html#" class="alt-font font-weight-500 text-medium text-uppercase text-white d-none d-sm-inline-block align-middle margin-10px-right">Call us +44 123 456 7890</a>
<div class="header-push-button">
<a href="javascript:void(0);" class="push-button ">
<span></span>
<span></span>
<span></span>
<span></span>
</a>
</div>
</div>
</div>
</nav>
<div class="hamburger-menu hamburger-menu-big-font bg-extra-medium-slate-blue xl-w-60 lg-w-70 md-w-50 sm-w-100">
<a href="javascript:void(0);" class="close-menu text-white"><i class="ti-close"></i></a>
<div class="row no-gutters h-100">
<div class="col-6 cover-background d-none d-lg-block" style="background-image: url('images/architecture-menu-img.jpg');"></div>
<div class="col-lg-6">
<div class="row no-gutters align-items-center justify-content-center h-100 padding-5-half-rem-all xs-padding-3-rem-all">
<div class="col-12 menu-list-wrapper menu-list-wrapper-small text-center text-md-left" data-scroll-options='{ "theme": "light" }'>
<!-- start menu -->
<ul class="menu-list alt-font w-100">
<!-- start menu item -->
<li class="menu-list-item"><a href="index.html">home</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="about-us.html">about</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="our-services.html">services</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="portfolio-colorful-metro.html">portfolio</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="home-magazine.html">blog</a></li>
<!-- end menu item -->
<!-- start menu item -->
<li class="menu-list-item"><a href="contact-us-modern.html">contact</a></li>
<!-- end menu item -->
</ul>
<!-- end menu -->
</div>
<div class="col-12 d-none d-md-block">
<div class="alt-font margin-50px-top social-icon-style-12 text-small text-uppercase">
<ul class="list-style-03 light">
<li><a class="facebook" href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook-f w-30px"></i>Facebook</a></li>
<li><a class="twitter" href="https://twitter.com/" target="_blank"><i class="fab fa-twitter w-30px"></i>Twitter</a></li>
<li><a class="instagram" href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram w-30px"></i>Instagram</a></li>
<li class="no-border"><a class="dribbble" href="https://www.dribbble.com/" target="_blank"><i class="fab fa-dribbble w-30px"></i>Dribbble</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- end header -->
<!-- start revolution slider section -->
<section class="p-0 home-architecture no-transition">
<article class="content">
<div id="rev_slider_27_1_wrapper" class="rev_slider_wrapper fullscreen-container" data-alias="cleanproductshowcase" data-source="gallery" style="background:#1c1c1c;padding:0px;">
<!-- START REVOLUTION SLIDER 5.4.3.3 fullscreen mode -->
<div id="rev_slider_27_1" class="rev_slider fullscreenbanner tp-overflow-hidden" style="display:none;" data-version="5.4.3.3">
<ul>
<li data-index="rs-971" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="1000" data-thumb="images/thumb.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-description="">
<!-- MAIN IMAGE -->
<img
src="images/home-architecture-slider-01.jpg"
alt=""
data-bgcolor='#ffffff'
data-bgposition="center center"
data-bgfit="cover"
data-bgrepeat="no-repeat"
data-bgparallax="off"
data-no-retina
data-frames='[{"delay":"1200","speed":"2000","frame":"0","from":"o:0;fb:0;x:0;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
style='background:#ffffff'>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme rs-parallaxlevel-2"
id="slide-67-layer-01"
data-x="['left','left','left','center']" data-hoffset="['0','32','-38','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-width="['170','170','0','0']"
data-height="['264','264','0','0']"
data-type="shape"
data-responsive_offset="on"
data-frames='[{"delay":"500","speed":1000,"frame":"0","from":"x:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:[-100%];y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power4.easeInOut"},{"delay":"wait","speed":750,"frame":"999","to":"x:[-100%];opacity:1;","mask":"x:[100%];y:0;s:inherit;e:inherit;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','left']"
style="z-index: 12; background:rgb(206,224,2);"></div>
<!-- LAYER NR. 2 -->
<div class="tp-caption tp-resizeme text-light-gray alt-font font-weight-600 title-extra-small"
id="slide-67-layer-02"
data-x="['left','left','left','center']" data-hoffset="['-9','25','-45','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-40','-40','-40','-40']"
data-fontsize="['100','90','0','0']"
data-lineheight="['75','70','0','0']"
data-letterspacing="['-2','-2','-2','-2']"
data-type="text"
data-responsive_offset="on"
data-frames='[{"delay":800,"speed":900,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"power3.inOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 13;color: #23262d;">01</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption tp-resizeme text-white alt-font font-weight-600 architecture-title"
id="slide-67-layer-03"
data-x="['left','left','left','center']" data-hoffset="['239','251','120','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-35','-35','-35','-35']"
data-fontsize="['80','70','75','55']"
data-lineheight="['75','70','70','55']"
data-letterspacing="['-2','-1','-2','-2']"
data-type="text"
data-responsive="on"
data-responsive_offset="on"
data-frames='[{"delay":"1000","speed":"1000","sfx_effect":"blockfromleft","sfxcolor":"#ffffff","frame":"0","from":"o:0;fb:30;x:-100;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 999; text-shadow: 0 10px 20px rgba(0,0,0,0.5)">De wendell<br>burnette</div>
<!-- LAYER NR. 4 -->
<a class="tp-caption tp-resizeme alt-font text-small text-white text-uppercase font-weight-500 btn btn-link thin architecture-btn"
id="slide-67-layer-04"
href="single-project-page-01.html"
data-x="['left','left','left','center']" data-hoffset="['241','253','120','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['85','85','85','90']"
data-fontsize="[15,14,14,15]"
data-lineheight="[20,20,20,20]"
data-type="text"
data-responsive="off"
data-responsive_offset="on"
data-frames='[{"delay":"1000","speed":"1000","sfx_effect":"blockfromleft","sfxcolor":"#ffffff","frame":"0","from":"o:0;fb:30;x:-100;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 999;">
explore project
</a>
</li>
<li data-index="rs-972" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="1000" data-thumb="images/thumb.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-description="">
<!-- MAIN IMAGE -->
<img
src="images/home-architecture-slider-02.jpg"
alt=""
data-bgcolor='#ffffff'
data-bgposition="center center"
data-bgfit="cover"
data-bgrepeat="no-repeat"
data-bgparallax="off"
data-no-retina
data-frames='[{"delay":"1200","speed":"2000","frame":"0","from":"o:0;fb:0;x:0;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
style='background:#ffffff'>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme rs-parallaxlevel-2"
id="slide-67-layer-05"
data-x="['left','left','left','center']" data-hoffset="['0','32','-38','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-width="['170','170','0','0']"
data-height="['264','264','0','0']"
data-type="shape"
data-responsive_offset="on"
data-frames='[{"delay":"500","speed":1000,"frame":"0","from":"x:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:[-100%];y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power4.easeInOut"},{"delay":"wait","speed":750,"frame":"999","to":"x:[-100%];opacity:1;","mask":"x:[100%];y:0;s:inherit;e:inherit;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','left']"
style="z-index: 12; background:rgb(206,224,2);"></div>
<!-- LAYER NR. 2 -->
<div class="tp-caption tp-resizeme text-light-gray alt-font font-weight-600 title-extra-small"
id="slide-67-layer-06"
data-x="['left','left','left','center']" data-hoffset="['-9','25','-45','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-40','-40','-40','-40']"
data-fontsize="['100','90','0','0']"
data-lineheight="['75','70','0','0']"
data-letterspacing="['-2','-2','-2','-2']"
data-type="text"
data-responsive_offset="on"
data-frames='[{"delay":800,"speed":900,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"power3.inOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 13;color: #23262d;">02</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption tp-resizeme text-white alt-font font-weight-600 architecture-title"
id="slide-67-layer-07"
data-x="['left','left','left','center']" data-hoffset="['239','251','120','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-35','-35','-35','-35']"
data-fontsize="['80','70','75','55']"
data-lineheight="['75','70','70','55']"
data-letterspacing="['-2','-1','-2','-2']"
data-type="text"
data-responsive="on"
data-responsive_offset="on"
data-frames='[{"delay":"1000","speed":"1000","sfx_effect":"blockfromleft","sfxcolor":"#ffffff","frame":"0","from":"o:0;fb:30;x:-100;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 999; text-shadow: 0 10px 20px rgba(0,0,0,0.5)">Be reuse<br>hulls forest</div>
<!-- LAYER NR. 4 -->
<a class="tp-caption tp-resizeme alt-font text-small text-white text-uppercase font-weight-500 btn btn-link thin architecture-btn"
id="slide-67-layer-08"
href="single-project-page-01.html"
data-x="['left','left','left','center']" data-hoffset="['241','253','120','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['85','85','85','90']"
data-fontsize="[15,14,14,15]"
data-lineheight="[20,20,20,20]"
data-type="text"
data-responsive="off"
data-responsive_offset="on"
data-frames='[{"delay":"1000","speed":"1000","sfx_effect":"blockfromleft","sfxcolor":"#ffffff","frame":"0","from":"o:0;fb:30;x:-100;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 999;">
explore project
</a>
</li>
<li data-index="rs-973" data-transition="fade" data-slotamount="default" data-hideafterloop="0" data-hideslideonmobile="off" data-easein="default" data-easeout="default" data-masterspeed="1000" data-thumb="images/thumb.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-param1="" data-description="">
<!-- MAIN IMAGE -->
<img
src="images/home-architecture-slider-03.jpg"
alt=""
data-bgcolor='#ffffff'
data-bgposition="center center"
data-bgfit="cover"
data-bgrepeat="no-repeat"
data-bgparallax="off"
data-no-retina
data-frames='[{"delay":"1200","speed":"2000","frame":"0","from":"o:0;fb:0;x:0;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
style='background:#ffffff'>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-shape tp-shapewrapper tp-resizeme rs-parallaxlevel-2"
id="slide-67-layer-09"
data-x="['left','left','left','center']" data-hoffset="['0','32','-38','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-width="['170','170','0','0']"
data-height="['264','264','0','0']"
data-type="shape"
data-responsive_offset="on"
data-frames='[{"delay":"500","speed":1000,"frame":"0","from":"x:[100%];z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","mask":"x:[-100%];y:0px;s:inherit;e:inherit;","to":"o:1;","ease":"Power4.easeInOut"},{"delay":"wait","speed":750,"frame":"999","to":"x:[-100%];opacity:1;","mask":"x:[100%];y:0;s:inherit;e:inherit;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','left']"
style="z-index: 12; background:rgb(206,224,2);"></div>
<!-- LAYER NR. 2 -->
<div class="tp-caption tp-resizeme text-light-gray alt-font font-weight-600 title-extra-small"
id="slide-67-layer-10"
data-x="['left','left','left','center']" data-hoffset="['-9','25','-45','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-40','-40','-40','-40']"
data-fontsize="['100','90','0','0']"
data-lineheight="['75','70','0','0']"
data-letterspacing="['-2','-2','-2','-2']"
data-type="text"
data-responsive_offset="on"
data-frames='[{"delay":800,"speed":900,"frame":"0","from":"opacity:0;","to":"o:1;","ease":"power3.inOut"},{"delay":"wait","speed":300,"frame":"999","to":"auto:auto;","ease":"power3.inOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 13;color: #23262d;">03</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption tp-resizeme text-white alt-font font-weight-600 architecture-title"
id="slide-67-layer-11"
data-x="['left','left','left','center']" data-hoffset="['239','251','120','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-35','-35','-35','-35']"
data-fontsize="['80','70','75','55']"
data-lineheight="['75','70','70','55']"
data-letterspacing="['-2','-1','-2','-2']"
data-type="text"
data-responsive="on"
data-responsive_offset="on"
data-frames='[{"delay":"1000","speed":"1000","sfx_effect":"blockfromleft","sfxcolor":"#ffffff","frame":"0","from":"o:0;fb:30;x:-100;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 999; text-shadow: 0 10px 20px rgba(0,0,0,0.5)">Marseille<br>beach villa</div>
<!-- LAYER NR. 4 -->
<a class="tp-caption tp-resizeme alt-font text-small text-white text-uppercase font-weight-500 btn btn-link thin architecture-btn"
id="slide-67-layer-12"
href="single-project-page-01.html"
data-x="['left','left','left','center']" data-hoffset="['241','253','120','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['85','85','85','90']"
data-fontsize="[15,14,14,15]"
data-lineheight="[20,20,20,20]"
data-type="text"
data-responsive="off"
data-responsive_offset="on"
data-frames='[{"delay":"1000","speed":"1000","sfx_effect":"blockfromleft","sfxcolor":"#ffffff","frame":"0","from":"o:0;fb:30;x:-100;z:0;rX:0deg;rY:0;rZ:0;sX:1;sY:1;skX:0;skY:0;","to":"o:1;x:0;fb:0;","ease":"Power4.easeInOut"}]'
data-textAlign="['left','left','left','center']"
style="z-index: 999;">
explore project
</a>
</li>
</ul>
</div>
<!-- END REVOLUTION SLIDER -->
</div>
</article>
</section>
<!-- end revolution slider section -->
<!-- start section -->
<section class="py-md-0 overflow-visible position-relative">
<div class="container-fluid">
<div class="row justify-content-end">
<div class="col-12 col-xl-6 col-lg-7 col-md-10 position-absolute bottom-0px right-0px bg-extra-medium-slate-blue d-flex flex-column flex-sm-row padding-3-half-rem-tb padding-2-rem-lr xl-padding-2-rem-lr lg-padding-3-rem-tb sm-position-relative sm-no-padding-top text-center text-sm-left architecture-overlap">
<div class="padding-3-half-rem-lr padding-10px-tb border-right border-color-white-transparent xl-padding-1-half-rem-lr md-padding-3-rem-lr xs-no-padding xs-margin-20px-bottom xs-no-border-right">
<span class="alt-font font-weight-500 text-white d-inline-block d-sm-block margin-5px-bottom xs-margin-10px-right xs-no-margin-bottom">01</span>
<span class="alt-font text-medium text-uppercase d-inline-block d-sm-block">Interior design</span>
</div>
<div class="padding-3-half-rem-lr padding-10px-tb border-right border-color-white-transparent xl-padding-1-half-rem-lr md-padding-3-rem-lr xs-no-padding xs-margin-30px-bottom xs-no-border-right">
<span class="alt-font font-weight-500 text-white d-inline-block d-sm-block margin-5px-bottom xs-margin-10px-right xs-no-margin-bottom">02</span>
<span class="alt-font text-medium text-uppercase d-inline-block d-sm-block">Planing design</span>
</div>
<div class="padding-3-half-rem-lr padding-10px-tb xl-padding-1-half-rem-left xl-no-padding-right sm-padding-3-rem-left xs-no-padding">
<span class="alt-font font-weight-500 text-parrot-green text-uppercase d-block margin-5px-bottom">Experts since 1997</span>
<span class="alt-font text-medium text-uppercase d-block lg-w-95 sm-w-100">Award winning architectural company based in United kingdom</span>
</div>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="big-section sm-no-padding-top">
<div class="container">
<div class="row align-items-lg-center justify-content-center">
<div class="col-12 col-lg-4 col-md-6 architecture fancy-text-box-style-01 text-center text-md-left md-margin-50px-bottom sm-margin-50px-bottom wow animate__fadeIn" data-wow-delay="0.1s">
<div class="fancy-text-box padding-3-half-rem-all md-padding-4-rem-all xs-padding-30px-all">
<div class="fancy-text-box-border-left border-color-white-transparent"></div>
<h1 class="alt-font fancy-text-content font-weight-600 text-parrot-green d-inline-block align-middle letter-spacing-minus-5px">28</h1>
<div class="alt-font text-extra-medium text-white text-left d-inline-block align-middle w-90px mx-auto line-height-24px position-relative top-minus-4px">Years experience working</div>
<div class="fancy-text-box-border-right border-color-white-transparent"></div>
</div>
</div>
<div class="col-12 col-lg-3 col-md-4 text-center text-md-left xs-margin-15px-bottom wow animate__fadeIn" data-wow-delay="0.3s">
<span class="alt-font d-block text-uppercase margin-20px-bottom font-weight-500 sm-margin-10px-bottom">Since 1992</span>
<div class="alt-font font-weight-500 text-extra-large text-white line-height-32px d-block w-85 lg-w-100 sm-margin-15px-bottom">An architectural company based in United kingdom</div>
</div>
<div class="col-12 col-lg-5 col-md-10 text-center text-md-left wow animate__fadeIn" data-wow-delay="0.5s">
<p class="w-85 lg-w-100 margin-20px-bottom">Lorem ipsum is simply dummy text of the printing and typesetting industry. Lorem ipsum has been standard dummy text ever since ipsum been the industry lorem ipsum has been lorem ipsums dolor.</p>
<a href="about-us.html" class="btn btn-link btn-extra-large text-medium-gray">About company</a>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="py-0 wow animate__fadeIn">
<div class="container-fluid lg-padding-30px-lr xs-padding-15px-lr">
<div class="row row-cols-1 row-cols-xl-4 row-cols-md-2">
<!-- start interactive banner item -->
<div class="col interactive-banners-style-09 lg-margin-30px-bottom xs-margin-15px-bottom wow animate__fadeInUp" data-wow-delay="0.2s">
<figure class="m-0">
<img src="images/architecture-img-10.jpg" alt="" />
<div class="opacity-very-light bg-black"></div>
<figcaption>
<div class="interactive-banners-content align-items-start padding-4-rem-all last-paragraph-no-margin">
<h6 class="alt-font font-weight-500 text-white w-55 position-relative z-index-1 xl-w-80 lg-w-40 md-w-50 xs-w-60">Architecture design</h6>
<span class="interactive-banners-hover-icon w-40px h-40px line-height-44px text-center d-inline-block bg-white rounded-circle"><i class="feather icon-feather-arrow-right text-extra-dark-gray icon-extra-small"></i></span>
</div>
<div class="interactive-banners-hover-action align-items-end d-flex bg-transparent-gradiant-white-black">
<div class="padding-4-rem-all last-paragraph-no-margin">
<p class="interactive-banners-action-content w-85 md-w-95">Lorem ipsum is simply dummy text of the printing and typesetting.</p>
<a href="portfolio-boxed-metro.html" class="alt-font text-parrot-green text-white-hover text-small text-uppercase d-inline-block font-weight-500">See Portfolio<i class="feather icon-feather-arrow-right align-middle margin-5px-left"></i></a>
</div>
</div>
</figcaption>
</figure>
</div>
<!-- end interactive banner item -->
<!-- start interactive banner item -->
<div class="col interactive-banners-style-09 lg-margin-30px-bottom xs-margin-15px-bottom wow animate__fadeInUp" data-wow-delay="0.4s">
<figure class="m-0">
<img src="images/architecture-img-11.jpg" alt="" />
<div class="opacity-very-light bg-black"></div>
<figcaption>
<div class="interactive-banners-content align-items-start padding-4-rem-all last-paragraph-no-margin">
<h6 class="alt-font font-weight-500 text-white w-55 position-relative z-index-1 xl-w-80 lg-w-40 md-w-50 xs-w-60">Structure design</h6>
<span class="interactive-banners-hover-icon w-40px h-40px line-height-44px text-center d-inline-block bg-white rounded-circle"><i class="feather icon-feather-arrow-right text-extra-dark-gray icon-extra-small"></i></span>
</div>
<div class="interactive-banners-hover-action align-items-end d-flex bg-transparent-gradiant-white-black">
<div class="padding-4-rem-all last-paragraph-no-margin">
<p class="interactive-banners-action-content w-85 md-w-95">Lorem ipsum is simply dummy text of the printing and typesetting.</p>
<a href="portfolio-boxed-metro.html" class="alt-font text-parrot-green text-white-hover text-small text-uppercase d-inline-block font-weight-500">See Portfolio<i class="feather icon-feather-arrow-right align-middle margin-5px-left"></i></a>
</div>
</div>
</figcaption>
</figure>
</div>
<!-- end interactive banner item -->
<!-- start interactive banner item -->
<div class="col interactive-banners-style-09 sm-margin-30px-bottom xs-margin-15px-bottom wow animate__fadeInUp" data-wow-delay="0.6s">
<figure class="m-0">
<img src="images/architecture-img-12.jpg" alt="" />
<div class="opacity-very-light bg-black"></div>
<figcaption>
<div class="interactive-banners-content align-items-start padding-4-rem-all last-paragraph-no-margin">
<h6 class="alt-font font-weight-500 text-white w-55 position-relative z-index-1 xl-w-80 lg-w-40 md-w-50 xs-w-60">Furnitures design</h6>
<span class="interactive-banners-hover-icon w-40px h-40px line-height-44px text-center d-inline-block bg-white rounded-circle"><i class="feather icon-feather-arrow-right text-extra-dark-gray icon-extra-small"></i></span>
</div>
<div class="interactive-banners-hover-action align-items-end d-flex bg-transparent-gradiant-white-black">
<div class="padding-4-rem-all last-paragraph-no-margin">
<p class="interactive-banners-action-content w-85 md-w-95">Lorem ipsum is simply dummy text of the printing and typesetting.</p>
<a href="portfolio-boxed-metro.html" class="alt-font text-parrot-green text-white-hover text-small text-uppercase d-inline-block font-weight-500">See Portfolio<i class="feather icon-feather-arrow-right align-middle margin-5px-left"></i></a>
</div>
</div>
</figcaption>
</figure>
</div>
<!-- end interactive banner item -->
<!-- start interactive banner item -->
<div class="col interactive-banners-style-09 wow animate__fadeInUp" data-wow-delay="0.8s">
<figure class="m-0">
<img src="images/architecture-img-13.jpg" alt="" />
<div class="opacity-very-light bg-black"></div>
<figcaption>
<div class="interactive-banners-content align-items-start padding-4-rem-all last-paragraph-no-margin">
<h6 class="alt-font font-weight-500 text-white w-55 position-relative z-index-1 xl-w-80 lg-w-40 md-w-50 xs-w-60">Landscape design</h6>
<span class="interactive-banners-hover-icon w-40px h-40px line-height-44px text-center d-inline-block bg-white rounded-circle"><i class="feather icon-feather-arrow-right text-extra-dark-gray icon-extra-small"></i></span>
</div>
<div class="interactive-banners-hover-action align-items-end d-flex bg-transparent-gradiant-white-black">
<div class="padding-4-rem-all last-paragraph-no-margin">
<p class="interactive-banners-action-content w-85 md-w-95">Lorem ipsum is simply dummy text of the printing and typesetting.</p>
<a href="portfolio-boxed-metro.html" class="alt-font text-parrot-green text-white-hover text-small text-uppercase d-inline-block font-weight-500">See Portfolio<i class="feather icon-feather-arrow-right align-middle margin-5px-left"></i></a>
</div>
</div>
</figcaption>
</figure>
</div>
<!-- end interactive banner item -->
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section>
<div class="container">
<div class="row">
<div class="col-12 col-lg-5 col-md-9 md-margin-40px-bottom xs-margin-30px-bottom wow animate__fadeIn" data-wow-delay="0.2s">
<h6 class="alt-font text-white line-height-44px mb-0 md-line-height-34px sm-line-height-30px sm-w-80 xs-w-100">We are passionate knowing that people work, play and inhabit the spaces and places.</h6>
</div>
<div class="col-12 col-lg-3 offset-lg-1 col-sm-6 last-paragraph-no-margin xs-margin-30px-bottom wow animate__fadeIn" data-wow-delay="0.3s">
<span class="alt-font font-weight-500 text-white text-uppercase letter-spacing-1px d-block margin-5px-bottom">Owner managed</span>
<p class="w-85 lg-w-100 md-w-80 sm-w-90 xs-w-100">Lorem ipsum is simply dummy text of the printing and lorem ipsum has been.</p>
</div>
<div class="col-12 col-lg-3 col-sm-6 last-paragraph-no-margin wow animate__fadeIn" data-wow-delay="0.4s">
<span class="alt-font font-weight-500 text-white text-uppercase letter-spacing-1px d-block margin-5px-bottom">Expect creativity</span>
<p class="w-85 lg-w-100 md-w-80 sm-w-90 xs-w-100">Lorem ipsum is simply dummy text of the printing and lorem ipsum has been.</p>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="cover-background p-0 wow animate__fadeIn" data-wow-delay="0.1s" style="background-image: url('images/architecture-img-14.jpg')">
<div class="opacity-extra-medium bg-dark-slate-blue"></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-6 one-half-screen d-flex flex-column justify-content-center text-center lg-h-500px sm-h-400px xs-h-300px wow animate__bounceIn" data-wow-delay="0.4s">
<a href="https://www.youtube.com/watch?v=g0f_BRYJLJE" class="popup-youtube video-icon-box video-icon-large">
<span>
<span class="video-icon bg-parrot-green">
<i class="icon-simple-line-control-play text-extra-dark-gray"></i>
<span class="video-icon-sonar">
<span class="video-icon-sonar-bfr bg-parrot-green opacity-7"></span>
</span>
</span>
</span>
</a>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="overflow-visible pb-0 pt-md-0 wow animate__fadeIn" data-wow-delay="0.8s">
<div class="container-fluid">
<div class="row justify-content-end overlap-section-one-fourth">
<div class="col-12 col-xl-4 col-lg-6 col-md-7 bg-extra-medium-slate-blue text-center text-md-left padding-5-half-rem-tb padding-6-half-rem-lr xl-padding-4-half-rem-lr lg-padding-3-half-rem-all sm-padding-15px-lr sm-no-padding-tb">
<h4 class="alt-font font-weight-500 text-white mb-0 letter-spacing-minus-1px">We are the leader in the <span class="text-parrot-green font-weight-600 text-decoration-line-bottom">architectural</span></h4>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="padding-80px-top pb-0 md-padding-50px-top">
<div class="container">
<div class="row row-cols-1 row-cols-lg-4 row-cols-sm-2 client-logo-style-02">
<!-- start client logo item -->
<div class="col text-center md-margin-45px-bottom xs-margin-60px-bottom wow animate__fadeIn">
<a href="home-architecture.html#" class="client-logo"><img alt="" src="images/company-logo-40.png"></a>
</div>
<!-- end client logo item -->
<!-- start client logo item -->
<div class="col text-center md-margin-45px-bottom xs-margin-60px-bottom wow animate__fadeIn" data-wow-delay="0.2s">
<a href="home-architecture.html#" class="client-logo"><img alt="" src="images/company-logo-41.png"></a>
</div>
<!-- end client logo item -->
<!-- start client logo item -->
<div class="col text-center xs-margin-45px-bottom xs-margin-60px-bottom wow animate__fadeIn" data-wow-delay="0.4s">
<a href="home-architecture.html#" class="client-logo"><img alt="" src="images/company-logo-42.png"></a>
</div>
<!-- end client logo item -->
<!-- start client logo item -->
<div class="col text-center xs-margin-30px-bottom wow animate__fadeIn" data-wow-delay="0.6s">
<a href="home-architecture.html#" class="client-logo"><img alt="" src="images/company-logo-43.png"></a>
</div>
<!-- end client logo item -->
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section>
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 text-center divider-full margin-9-half-rem-bottom p-0 lg-margin-5-half-rem-bottom wow animate__fadeIn">
<div class="divider-border divider-light d-flex align-items-center w-100">
<span class="alt-font font-weight-500 text-parrot-green text-uppercase letter-spacing-1px d-block padding-30px-lr">Selected work</span>
</div>
</div>
</div>
<div class="row">
<div class="col-12 px-lg-0 wow animate__fadeIn" data-wow-delay="0.2s">
<div class="swiper-container portfolio-classic position-relative" data-slider-options='{ "slidesPerView": 1, "spaceBetween": 30, "navigation": { "nextEl": ".swiper-button-next-nav", "prevEl": ".swiper-button-previous-nav" }, "autoplay": { "delay": 3000, "disableOnInteraction": false }, "keyboard": { "enabled": true, "onlyInViewport": true }, "breakpoints": { "1200": { "slidesPerView": 4 }, "992": { "slidesPerView": 3 }, "768": { "slidesPerView": 2 } }, "effect": "slide" }'>
<div class="swiper-wrapper">
<!-- start slide item -->
<div class="swiper-slide overflow-hidden">
<div class="portfolio-box text-center">
<div class="portfolio-image bg-parrot-green">
<a href="single-project-page-01.html"><img src="images/architecture-img-16.jpg" alt="" /></a>
<div class="portfolio-hover align-items-center justify-content-center d-flex">
<div class="portfolio-icon">
<a href="single-project-page-01.html" class="border-all border-width-2px rounded-circle border-color-white bg-white"><i class="ti-arrow-right text-extra-dark-gray"></i></a>
</div>
</div>
</div>
<div class="portfolio-caption padding-30px-tb sm-padding-15px-tb">
<a href="single-project-page-01.html" class="alt-font text-white font-weight-500 text-uppercase d-inline-block margin-5px-bottom">Cultural centre</a>
<span class="d-block text-medium-gray text-small line-height-18px text-uppercase">Landscape</span>
</div>
</div>
</div>
<!-- end slide item -->
<!-- start slide item -->
<div class="swiper-slide overflow-hidden">
<div class="portfolio-box text-center">
<div class="portfolio-image bg-parrot-green">
<a href="single-project-page-02.html"><img src="images/architecture-img-17.jpg" alt="" /></a>
<div class="portfolio-hover align-items-center justify-content-center d-flex">
<div class="portfolio-icon">
<a href="single-project-page-02.html" class="border-all border-width-2px rounded-circle border-color-white bg-white"><i class="ti-arrow-right text-extra-dark-gray"></i></a>
</div>
</div>
</div>
<div class="portfolio-caption padding-30px-tb sm-padding-15px-tb">
<a href="single-project-page-02.html" class="alt-font text-white font-weight-500 text-uppercase d-inline-block margin-5px-bottom">Aliquam gravida</a>
<span class="d-block text-medium-gray text-small line-height-18px text-uppercase">Architecture</span>
</div>
</div>
</div>
<!-- end slide item -->
<!-- start slide item -->
<div class="swiper-slide overflow-hidden">
<div class="portfolio-box text-center">
<div class="portfolio-image bg-parrot-green">
<a href="single-project-page-03.html"><img src="images/architecture-img-18.jpg" alt="" /></a>
<div class="portfolio-hover align-items-center justify-content-center d-flex">
<div class="portfolio-icon">
<a href="single-project-page-03.html" class="border-all border-width-2px rounded-circle border-color-white bg-white"><i class="ti-arrow-right text-extra-dark-gray"></i></a>
</div>
</div>
</div>
<div class="portfolio-caption padding-30px-tb sm-padding-15px-tb">
<a href="single-project-page-03.html" class="alt-font text-white font-weight-500 text-uppercase d-inline-block margin-5px-bottom">Leana cagnotto</a>
<span class="d-block text-medium-gray text-small line-height-18px text-uppercase">Architecture</span>
</div>
</div>
</div>
<!-- end slide item -->
<!-- start slide item -->
<div class="swiper-slide overflow-hidden">
<div class="portfolio-box text-center">
<div class="portfolio-image bg-parrot-green">
<a href="single-project-page-04.html"><img src="images/architecture-img-19.jpg" alt="" /></a>
<div class="portfolio-hover align-items-center justify-content-center d-flex">
<div class="portfolio-icon">
<a href="single-project-page-04.html" class="border-all border-width-2px rounded-circle border-color-white bg-white"><i class="ti-arrow-right text-extra-dark-gray"></i></a>
</div>
</div>
</div>
<div class="portfolio-caption padding-30px-tb sm-padding-15px-tb">
<a href="single-project-page-04.html" class="alt-font text-white font-weight-500 text-uppercase d-inline-block margin-5px-bottom">Fringila auctor</a>
<span class="d-block text-medium-gray text-small line-height-18px text-uppercase">Interior</span>
</div>
</div>
</div>
<!-- end slide item -->
<!-- start slide item -->
<div class="swiper-slide overflow-hidden">
<div class="portfolio-box text-center">
<div class="portfolio-image bg-parrot-green">
<a href="single-project-page-05.html"><img src="images/architecture-img-20.jpg" alt="" /></a>
<div class="portfolio-hover align-items-center justify-content-center d-flex">
<div class="portfolio-icon">
<a href="single-project-page-05.html" class="border-all border-width-2px rounded-circle border-color-white bg-white"><i class="ti-arrow-right text-extra-dark-gray"></i></a>
</div>
</div>
</div>
<div class="portfolio-caption padding-30px-tb sm-padding-15px-tb">
<a href="single-project-page-05.html" class="alt-font text-white font-weight-500 text-uppercase d-inline-block margin-5px-bottom">Cultural centre</a>
<span class="d-block text-medium-gray text-small line-height-18px text-uppercase">Landscape</span>
</div>
</div>
</div>
<!-- end slide item -->
<!-- start slide item -->
<div class="swiper-slide overflow-hidden">
<div class="portfolio-box text-center">
<div class="portfolio-image bg-parrot-green">
<a href="single-project-page-01.html"><img src="images/architecture-img-21.jpg" alt="" /></a>
<div class="portfolio-hover align-items-center justify-content-center d-flex">
<div class="portfolio-icon">
<a href="single-project-page-01.html" class="border-all border-width-2px rounded-circle border-color-white bg-white"><i class="ti-arrow-right text-extra-dark-gray"></i></a>
</div>
</div>
</div>
<div class="portfolio-caption padding-30px-tb sm-padding-15px-tb">
<a href="single-project-page-01.html" class="alt-font text-white font-weight-500 text-uppercase d-inline-block margin-5px-bottom">Aliquam gravida</a>
<span class="d-block text-medium-gray text-small line-height-18px text-uppercase">Architecture</span>
</div>
</div>
</div>
<!-- end slide item -->
</div>
<!-- start slider navigation -->
<!--<div class="swiper-button-next-nav swiper-button-next rounded-circle slider-navigation-style-01 light"><i class="feather icon-feather-arrow-right"></i></div>
<div class="swiper-button-previous-nav swiper-button-prev rounded-circle slider-navigation-style-01 light"><i class="feather icon-feather-arrow-left"></i></div>-->
<!-- end slider navigation -->
</div>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="bg-transparent-black-very-light position-relative wow animate__fadeIn">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-12 col-lg-5 offset-lg-2 order-2 order-lg-1 wow animate__zoomIn" data-wow-delay="0.3s">
<img src="images/architecture-img-15.png" alt=""/>
</div>
<div class="col-12 col-xl-4 offset-xl-1 col-lg-5 col-md-7 order-1 order-lg-2 text-center text-lg-left md-margin-50px-bottom wow animate__fadeIn" data-wow-delay="0.5s">
<h5 class="alt-font font-weight-500 text-white lg-w-95 md-w-100">We have offices all round the world</h5>
<p class="w-80 margin-20px-bottom md-w-100">Lorem ipsum is simply dummy text of the and typesetting industry lorem ipsum industry's standard text.</p>
<a href="contact-us-modern.html" class="btn btn-link btn-extra-large text-medium-gray">Get in touch</a>
</div>
<div class="home-architecture-middle-text alt-font font-weight-600 text-big text-parrot-green letter-spacing-minus-10px left-minus-50px md-left-0px md-right-0px md-bottom-minus-40px position-absolute opacity-2 text-left text-md-center d-none d-lg-block" data-wow-delay="0.7s">world</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start section -->
<section class="padding-90px-bottom md-padding-75px-bottom sm-padding-50px-bottom">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 text-center divider-full margin-8-rem-bottom p-0 lg-margin-5-half-rem-bottom xs-margin-3-half-rem-bottom wow animate__fadeIn">
<div class="divider-border divider-light d-flex align-items-center w-100">
<span class="alt-font font-weight-500 text-parrot-green text-uppercase letter-spacing-1px d-block padding-30px-lr">Latest blogs</span>
</div>
</div>
</div>
<div class="row">
<div class="col-12 px-md-0">
<ul class="blog-metro blog-wrapper grid grid-loading grid-4col xl-grid-4col lg-grid-3col md-grid-2col sm-grid-2col xs-grid-1col gutter-extra-large">
<li class="grid-sizer"></li>
<!-- start blog item -->
<li class="grid-item last-paragraph-no-margin wow animate__fadeIn">
<div class="blog-post">
<div class="blog-post-image">
<img src="images/architecture-img-28.jpg" alt="">
<div class="blog-overlay"></div>
</div>
<div class="post-details d-flex flex-column align-item-start padding-4-rem-lr padding-3-half-rem-tb xl-padding-3-rem-lr">
<div class="mb-auto w-100">
<a href="blog-metro.html" class="blog-category alt-font">Creativity</a>
</div>
<div class="align-self-end w-100">
<a href="blog-metro.html" class="alt-font font-weight-500 text-extra-small d-inline-block text-white text-uppercase opacity-6 margin-15px-bottom">30 August 2018</a>
<h6 class="alt-font font-weight-500 text-extra-large mb-0"><a href="blog-post-layout-01.html" class="text-white">Bad design is smoke, while good design is a mirror</a></h6>
</div>
</div>
</div>
</li>
<!-- end blog item -->
<!-- start blog item -->
<li class="grid-item last-paragraph-no-margin wow animate__fadeIn" data-wow-delay="0.2s">
<div class="blog-post">
<div class="blog-post-image">
<img src="images/architecture-img-25.jpg" alt="">
<div class="blog-overlay"></div>
</div>
<div class="post-details d-flex flex-column align-item-start padding-4-rem-lr padding-3-half-rem-tb xl-padding-3-rem-lr">
<div class="mb-auto w-100">
<a href="blog-metro.html" class="blog-category alt-font">Design</a>
</div>
<div class="align-self-end w-100">
<a href="blog-metro.html" class="alt-font font-weight-500 text-extra-small d-inline-block text-white text-uppercase opacity-6 margin-15px-bottom">30 August 2018</a>
<h6 class="alt-font font-weight-500 text-extra-large mb-0"><a href="blog-post-layout-02.html" class="text-white">Everything designed things are designed well</a></h6>
</div>
</div>
</div>
</li>
<!-- end blog item -->
<!-- start blog item -->
<li class="grid-item last-paragraph-no-margin wow animate__fadeIn" data-wow-delay="0.4s">
<div class="blog-post">
<div class="blog-post-image">
<img src="images/architecture-img-27.jpg" alt="">
<div class="blog-overlay"></div>
</div>
<div class="post-details d-flex flex-column align-item-start padding-4-rem-lr padding-3-half-rem-tb xl-padding-3-rem-lr">
<div class="mb-auto w-100">
<a href="blog-metro.html" class="blog-category alt-font">Architecture</a>
</div>
<div class="align-self-end w-100">
<a href="blog-metro.html" class="alt-font font-weight-500 text-extra-small d-inline-block text-white text-uppercase opacity-6 margin-15px-bottom">30 August 2018</a>
<h6 class="alt-font font-weight-500 text-extra-large mb-0"><a href="blog-post-layout-03.html" class="text-white">People ignore design that ignores people</a></h6>
</div>
</div>
</div>
</li>
<!-- end blog item -->
<!-- start blog item -->
<li class="grid-item last-paragraph-no-margin wow animate__fadeIn" data-wow-delay="0.6s">
<div class="blog-post">
<div class="blog-post-image">
<img src="images/architecture-img-26.jpg" alt="">
<div class="blog-overlay"></div>
</div>
<div class="post-details d-flex flex-column align-item-start padding-4-rem-lr padding-3-half-rem-tb xl-padding-3-rem-lr">
<div class="mb-auto w-100">
<a href="blog-metro.html" class="blog-category alt-font">Interior</a>
</div>
<div class="align-self-end w-100">
<a href="blog-metro.html" class="alt-font font-weight-500 text-extra-small d-inline-block text-white text-uppercase opacity-6 margin-15px-bottom">30 August 2018</a>
<h6 class="alt-font font-weight-500 text-extra-large mb-0"><a href="blog-post-layout-04.html" class="text-white">Reason and judgment are the qualities of a leader</a></h6>
</div>
</div>
</div>
</li>
<!-- end blog item -->
</ul>
</div>
</div>
<div class="row">
<div class="col-12 text-center margin-80px-top md-margin-70px-top sm-margin-40px-top wow animate__fadeIn" data-wow-delay="0.8s">
<h6 class="alt-font font-weight-600 text-white text-uppercase mb-0">Are you ready to work with us? <a href="contact-us-modern.html" class="text-parrot-green text-white-hover text-decoration-line-bottom">start a project</a></h6>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- start footer -->
<footer class="footer-light border-top border-color-white-transparent line-height-26px padding-70px-tb xs-padding-50px-tb">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-12 col-xl-2 col-md-3 text-center text-md-left sm-margin-20px-bottom">
<a href="index.html" class="footer-logo"><img src="images/logo-parrot-green.png" data-at2x="images/[email protected]" alt=""></a>
</div>
<div class="col-12 col-xl-8 col-md-6 text-center last-paragraph-no-margin sm-margin-20px-bottom">
<p class="alt-font text-uppercase text-medium">+1 234 567 8910 <span class="margin-5px-lr">•</span> 27 Eden walk eden centre, Paris, France <span class="margin-5px-lr">•</span> <a href="mailto:[email protected]" class="text-parrot-green-hover">[email protected]</a></p>
</div>
<div class="col-12 col-xl-2 col-md-3 text-center text-md-right">
<div class="social-icon-style-12">
<ul class="extra-small-icon light">
<li><a class="facebook" href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
<li><a class="dribbble" href="http://www.dribbble.com" target="_blank"><i class="fab fa-dribbble"></i></a></li>
<li><a class="twitter" href="http://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a class="instagram" href="http://www.instagram.com" target="_blank"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- end footer -->
</div>
<!-- end box layout section -->
<!-- start scroll to top -->
<a class="scroll-top-arrow" href="javascript:void(0);"><i class="feather icon-feather-arrow-up"></i></a>
<!-- end scroll to top -->
<!-- javascript -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/theme-vendors.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<!-- revolution js files -->
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<!-- slider revolution 5.0 extensions (load extensions only on local file systems ! the following part can be removed on server for on demand loading) -->
<!-- <script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script> -->
<script type="text/javascript">
var revapi349;
$(document).ready(function () {
if ($("#rev_slider_27_1").revolution === undefined) {
revslider_showDoubleJqueryError("#rev_slider_27_1");
} else {
revapi349 = $("#rev_slider_27_1").show().revolution({
sliderType: "standard",
jsFileLocation: "revolution/js/",
sliderLayout: "fullscreen",
dottedOverlay: "none",
delay: 9000,
navigation: {
keyboardNavigation: "off",
keyboard_direction: "horizontal",
mouseScrollNavigation: "off",
mouseScrollReverse: "reverse",
onHoverStop: "off",
arrows: {
enable: true,
style: "metis",
hide_onmobile: false,
hide_under: 0,
hide_onleave: false,
tmp: '',
left: {
h_align: "right",
v_align: "bottom",
h_offset: 90,
v_offset: 261,
},
right: {
h_align: "right",
v_align: "bottom",
h_offset: 90,
v_offset: 193
}
},
touch: {
touchenabled: 'on',
swipe_threshold: 20,
swipe_min_touches: 1,
swipe_direction: 'horizontal',
drag_block_vertical: true
}
},
responsiveLevels: [1240, 1025, 778, 480],
visibilityLevels: [1240, 1025, 778, 480],
gridwidth: [1240, 1024, 778, 480],
gridheight: [950, 500, 560, 500],
lazyType: "none",
shadow: 0,
spinner: "spinner3",
stopLoop: "off",
stopAfterLoops: -1,
stopAtSlide: -1,
shuffle: "off",
autoHeight: "off",
fullScreenAutoWidth: "on",
fullScreenAlignForce: "off",
fullScreenOffsetContainer: "",
fullScreenOffset: "100px",
hideThumbsOnMobile: "off",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
nextSlideOnWindowFocus: "off",
disableFocusListener: false
}
});
}
});
</script>
</body>
</html>