-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
727 lines (719 loc) · 49.9 KB
/
index.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
<!DOCTYPE html>
<html class="wide wow-animation" lang="en">
<head>
<title>Home</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Stylesheets-->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Poppins:400,500%7CTeko:300,400,500%7CMaven+Pro:500">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 10]>
<div style="background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;"><a href="http://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a></div>
<script src="js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="preloader">
<div class="preloader-body">
<div class="cssload-container"><span></span><span></span><span></span><span></span>
</div>
</div>
</div>
<div class="page">
<!-- Top Banner--><a class="section section-banner text-center d-none d-xl-block" href="https://www.templatemonster.com/intense-multipurpose-html-template.html" style="background-image: url(images/banner/banner-bg-02-1920x60.jpg); background-image: -webkit-image-set( url(images/banner/banner-bg-02-1920x60.jpg) 1x, url(images/banner/banner-bg-02-3840x120.jpg) 2x )" target="_blank"><img src="images/banner/banner-fg-02-1600x60.png" srcset="images/banner/banner-fg-02-1600x60.png 1x, images/banner/banner-fg-02-3200x120.png 2x" alt="" width="1600" height="310"></a>
<!-- Page Header-->
<header class="section page-header">
<!-- RD Navbar-->
<div class="rd-navbar-wrap">
<nav class="rd-navbar rd-navbar-classic" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-fixed" data-xl-layout="rd-navbar-static" data-xl-device-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-lg-stick-up-offset="46px" data-xl-stick-up-offset="46px" data-xxl-stick-up-offset="46px" data-lg-stick-up="true" data-xl-stick-up="true" data-xxl-stick-up="true">
<div class="rd-navbar-main-outer">
<div class="rd-navbar-main">
<!-- RD Navbar Panel-->
<div class="rd-navbar-panel">
<!-- RD Navbar Toggle-->
<button class="rd-navbar-toggle" data-rd-navbar-toggle=".rd-navbar-nav-wrap"><span></span></button>
<!-- RD Navbar Brand-->
<div class="rd-navbar-brand"><a class="brand" href="index.html"><img src="images/logo-default-229x43.png" alt="" width="229" height="43"/></a></div>
</div>
<div class="rd-navbar-main-element">
<div class="rd-navbar-nav-wrap">
<!-- RD Navbar Basket-->
<div class="rd-navbar-basket-wrap">
<button class="rd-navbar-basket fl-bigmug-line-shopping198" data-rd-navbar-toggle=".cart-inline"><span>2</span></button>
<div class="cart-inline">
<div class="cart-inline-header">
<h5 class="cart-inline-title">In cart:<span> 2</span> Products</h5>
<h6 class="cart-inline-title">Total price:<span> $800</span></h6>
</div>
<div class="cart-inline-body">
<div class="cart-inline-item">
<div class="unit align-items-center">
<div class="unit-left"><a class="cart-inline-figure" href="#"><img src="images/product-mini-9-100x100.png" alt="" width="100" height="100"/></a></div>
<div class="unit-body">
<h6 class="cart-inline-name"><a href="#">CB2 Coup Grey Office Chair</a></h6>
<div>
<div class="group-xs group-middle-custom">
<div class="table-cart-stepper">
<input class="form-input" type="number" data-zeros="true" value="1" min="1" max="1000"/>
</div>
<h6 class="cart-inline-title">$550</h6>
</div>
</div>
</div>
</div>
</div>
<div class="cart-inline-item">
<div class="unit align-items-center">
<div class="unit-left"><a class="cart-inline-figure" href="#"><img src="images/product-mini-10-100x100.png" alt="" width="100" height="100"/></a></div>
<div class="unit-body">
<h6 class="cart-inline-name"><a href="#">Ikea Tertial Work lamp</a></h6>
<div>
<div class="group-xs group-middle-custom">
<div class="table-cart-stepper">
<input class="form-input" type="number" data-zeros="true" value="1" min="1" max="1000"/>
</div>
<h6 class="cart-inline-title">$250</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cart-inline-footer">
<div class="group-sm"><a class="button button-md button-default-outline-2 button-wapasha" href="#">Go to cart</a><a class="button button-md button-primary button-pipaluk" href="#">Checkout</a></div>
</div>
</div>
</div>
<!-- RD Navbar Search-->
<div class="rd-navbar-search">
<button class="rd-navbar-search-toggle" data-rd-navbar-toggle=".rd-navbar-search"><span></span></button>
<form class="rd-search" action="#" method="GET">
<div class="form-wrap">
<label class="form-label" for="rd-navbar-search-form-input">Search...</label>
<input class="rd-navbar-search-form-input form-input" id="rd-navbar-search-form-input" type="text" name="s" autocomplete="off"/>
</div>
<button class="rd-search-form-submit fl-bigmug-line-search74" type="submit"></button>
</form>
</div>
<!-- RD Navbar Share-->
<div class="rd-navbar-share fl-bigmug-line-share27" data-rd-navbar-toggle=".rd-navbar-share-list">
<ul class="list-inline rd-navbar-share-list">
<li class="rd-navbar-share-list-item"><a class="icon fa fa-facebook" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-twitter" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-google-plus" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-instagram" href="#"></a></li>
</ul><a class="rd-navbar-basket rd-navbar-basket-mobile fl-bigmug-line-shopping198" href="cart-page.html"><span>2</span></a>
</div>
<!-- RD Navbar Nav-->
<ul class="rd-navbar-nav">
<li class="rd-nav-item active"><a class="rd-nav-link" href="index.html">Home</a>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="about-us.html">About Us</a>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="typography.html">Typography</a>
</li>
<li class="rd-nav-item"><a class="rd-nav-link" href="contact-us.html">Contact Us</a>
</li>
</ul>
</div>
<div class="rd-navbar-project-hamburger" data-rd-navbar-toggle=".rd-navbar-main">
<div class="project-hamburger"><span class="project-hamburger-arrow-top"></span><span class="project-hamburger-arrow-center"></span><span class="project-hamburger-arrow-bottom"></span></div>
<div class="project-close"><span></span><span></span></div>
</div>
</div>
<div class="rd-navbar-project rd-navbar-classic-project">
<h4 class="text-spacing-50">Our Works</h4>
<div class="rd-navbar-project-content rd-navbar-classic-project-content">
<div class="row" data-lightgallery="group">
<div class="col-12">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure"><img src="images/gallery-image-1-330x240.jpg" alt="" width="330" height="240"/>
</div>
<div class="thumbnail-mary-caption"><a class="icon fl-bigmug-line-zoom60" href="images/grid-gallery-4-1200x800-original.jpg" data-lightgallery="item"><img src="images/gallery-image-1-330x240.jpg" alt="" width="330" height="240"/></a>
</div>
</article>
</div>
<div class="col-12">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure"><img src="images/gallery-image-2-330x240.jpg" alt="" width="330" height="240"/>
</div>
<div class="thumbnail-mary-caption"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-masonry-gallery-10-1200x800-original.jpg" data-lightgallery="item"><img src="images/gallery-image-2-330x240.jpg" alt="" width="330" height="240"/></a>
</div>
</article>
</div>
<div class="col-12">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure"><img src="images/gallery-image-3-330x240.jpg" alt="" width="330" height="240"/>
</div>
<div class="thumbnail-mary-caption"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-4-1200x800-original.jpg" data-lightgallery="item"><img src="images/gallery-image-3-330x240.jpg" alt="" width="330" height="240"/></a>
</div>
</article>
</div>
<div class="col-12">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure"><img src="images/gallery-image-4-330x240.jpg" alt="" width="330" height="240"/>
</div>
<div class="thumbnail-mary-caption"><a class="icon fl-bigmug-line-zoom60" href="images/masonry-gallery-4-1200x800-original.jpg" data-lightgallery="item"><img src="images/gallery-image-4-330x240.jpg" alt="" width="330" height="240"/></a>
</div>
</article>
</div>
<div class="col-12">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-mary">
<div class="thumbnail-mary-figure"><img src="images/gallery-image-5-330x240.jpg" alt="" width="330" height="240"/>
</div>
<div class="thumbnail-mary-caption"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-masonry-gallery-6-1200x800-original.jpg" data-lightgallery="item"><img src="images/gallery-image-5-330x240.jpg" alt="" width="330" height="240"/></a>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- Swiper-->
<section class="section swiper-container swiper-slider swiper-slider-classic" data-loop="true" data-autoplay="5000" data-simulate-touch="true" data-direction="vertical" data-nav="false">
<div class="swiper-wrapper text-center">
<div class="swiper-slide context-dark" data-slide-bg="images/slider-1-slide-1-1770x742.jpg">
<div class="swiper-slide-caption section-md">
<div class="container">
<h1 data-caption-animate="fadeInLeft" data-caption-delay="0">Innovative and affordable</h1>
<p class="text-width-large" data-caption-animate="fadeInRight" data-caption-delay="100">Our team uses innovations combined with customized interior planning to deliver the best interior design for your home or office while saving costs.</p><a class="button button-primary button-ujarak" href="#" data-caption-animate="fadeInUp" data-caption-delay="200">Get in touch</a>
</div>
</div>
</div>
<div class="swiper-slide context-dark" data-slide-bg="images/slider-1-slide-2-1770x742.jpg">
<div class="swiper-slide-caption section-md">
<div class="container">
<h1 data-caption-animate="fadeInLeft" data-caption-delay="0">Committed and professional</h1>
<p class="text-width-large" data-caption-animate="fadeInRight" data-caption-delay="100">All our designers and architects are completely committed to the end result, while being fully professional in all aspects of interior planning and design.</p><a class="button button-primary button-ujarak" href="#" data-caption-animate="fadeInUp" data-caption-delay="200">Get in touch</a>
</div>
</div>
</div>
<div class="swiper-slide context-dark" data-slide-bg="images/slider-1-slide-3-1770x742.jpg">
<div class="swiper-slide-caption section-md">
<div class="container">
<h1 data-caption-animate="fadeInLeft" data-caption-delay="0">Harmonious and cozy</h1>
<p class="text-width-large" data-caption-animate="fadeInRight" data-caption-delay="100">We develop individual room concepts for private and commercial use. Our team focuses on the interior design of private living rooms, hotels, offices, and more.</p><a class="button button-primary button-ujarak" href="#" data-caption-animate="fadeInUp" data-caption-delay="200">Get in touch</a>
</div>
</div>
</div>
</div>
<!-- Swiper Pagination-->
<div class="swiper-pagination__module">
<div class="swiper-pagination__fraction"><span class="swiper-pagination__fraction-index">00</span><span class="swiper-pagination__fraction-divider">/</span><span class="swiper-pagination__fraction-count">00</span></div>
<div class="swiper-pagination__divider"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- See all services-->
<section class="section section-sm section-first bg-default text-center">
<div class="container">
<div class="row row-30 justify-content-center">
<div class="col-md-7 col-lg-5 col-xl-6 text-lg-left wow fadeInUp">
<div class="figure-classic figure-classic-left"><img src="images/index-1-513x561.jpg" alt="" width="513" height="561"/>
</div>
</div>
<div class="col-lg-7 col-xl-6">
<div class="row row-30">
<div class="col-sm-6 wow fadeInRight">
<article class="box-icon-modern box-icon-modern-custom">
<div>
<h3 class="box-icon-modern-big-title">See all services</h3>
<div class="box-icon-modern-decor"></div><a class="button button-md button-default-outline-2 button-wapasha" href="#">All services</a>
</div>
</article>
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-delay=".1s">
<article class="box-icon-modern box-icon-modern-2">
<div class="box-icon-modern-icon fl-bigmug-line-cropping1"></div>
<h5 class="box-icon-modern-title"><a href="#">Space planning</a></h5>
<div class="box-icon-modern-decor"></div>
<p class="box-icon-modern-text">We create better interior experiences through space planning services.</p>
</article>
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-delay=".2s">
<article class="box-icon-modern box-icon-modern-2">
<div class="box-icon-modern-icon fl-bigmug-line-paintbrush9"></div>
<h5 class="box-icon-modern-title"><a href="#">Interior design</a></h5>
<div class="box-icon-modern-decor"></div>
<p class="box-icon-modern-text">We develop and implement better interior design concepts for you.</p>
</article>
</div>
<div class="col-sm-6 wow fadeInRight" data-wow-delay=".3s">
<article class="box-icon-modern box-icon-modern-2">
<div class="box-icon-modern-icon fl-bigmug-line-chat55"></div>
<h5 class="box-icon-modern-title"><a href="#">Consultations</a></h5>
<div class="box-icon-modern-decor"></div>
<p class="box-icon-modern-text">Our specialists are ready to consult you on any interior design related topic.</p>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Latest Projects-->
<section class="section section-sm section-fluid bg-default text-center">
<div class="container-fluid">
<h3 class="wow fadeInLeft">Latest Projects</h3>
<p class="quote-jean wow fadeInRight" data-wow-delay=".1s">In our portfolio you can browse the latest interior designs created in various styles and for different purposes. Our qualified design professionals are always ready to design something spectacular for you, even if it’s a residential interior improvement.</p>
<div class="isotope-filters isotope-filters-horizontal">
<button class="isotope-filters-toggle button button-md button-icon button-icon-right button-default-outline button-wapasha" data-custom-toggle="#isotope-3" data-custom-toggle-hide-on-blur="true"><span class="icon fa fa-caret-down"></span>Filter</button>
<ul class="isotope-filters-list" id="isotope-3">
<li><a class="active" href="#" data-isotope-filter="*" data-isotope-group="gallery">All</a></li>
<li><a href="#" data-isotope-filter="Type 1" data-isotope-group="gallery">Apartments</a></li>
<li><a href="#" data-isotope-filter="Type 2" data-isotope-group="gallery">Offices</a></li>
<li><a href="#" data-isotope-filter="Type 3" data-isotope-group="gallery">Corporate designs</a></li>
</ul>
</div>
<div class="row row-30 isotope" data-isotope-layout="fitRows" data-isotope-group="gallery" data-lightgallery="group">
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInLeft" data-filter="Type 3">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-1-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-1-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-1-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">379 Harvey Rd</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInLeft" data-filter="Type 2" data-wow-delay=".1s">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-2-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-2-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-2-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">64 James Ave</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInLeft" data-filter="Type 1" data-wow-delay=".2s">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-3-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/grid-gallery-1-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-3-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">861 E. Oklahoma Dr</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInLeft" data-filter="Type 3" data-wow-delay=".3s">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-4-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-4-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-4-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">14 Pulaski Str</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInRight" data-filter="Type 2">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-5-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-5-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-5-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">8381 Peg Shop Str</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInRight" data-filter="Type 1" data-wow-delay=".1s">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-6-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-6-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-6-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">830 Bridge Str</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInRight" data-filter="Type 3" data-wow-delay=".2s">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-7-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-7-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-7-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">29 Water Ln</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
<div class="col-sm-6 col-lg-4 col-xxl-3 isotope-item wow fadeInRight" data-filter="Type 2" data-wow-delay=".3s">
<!-- Thumbnail Classic-->
<article class="thumbnail thumbnail-classic thumbnail-md">
<div class="thumbnail-classic-figure"><img src="images/fullwidth-gallery-8-420x350.jpg" alt="" width="420" height="350"/>
</div>
<div class="thumbnail-classic-caption">
<div class="thumbnail-classic-title-wrap"><a class="icon fl-bigmug-line-zoom60" href="images/fullwidth-gallery-8-1200x800-original.jpg" data-lightgallery="item"><img src="images/fullwidth-gallery-8-420x350.jpg" alt="" width="420" height="350"/></a>
<h5 class="thumbnail-classic-title"><a href="#">7262 Blue Spring Dr</a></h5>
</div>
<p class="thumbnail-classic-text">We work hard on every project to deliver top-notch interior design concepts that satisfy your wishes.</p>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Years of experience-->
<section class="section section-sm bg-default">
<div class="container">
<div class="row row-50 row-xl-24 justify-content-center align-items-center align-items-lg-start text-left">
<div class="col-md-6 col-lg-5 col-xl-4 text-center"><a class="text-img" href="about-us.html"><span class="counter">10</span></a></div>
<div class="col-sm-8 col-md-6 col-lg-5 col-xl-4">
<div class="text-width-extra-small offset-top-lg-24 wow fadeInUp">
<h3 class="title-decoration-lines-left">Years of experience</h3>
<p class="text-gray-500">Creator is a renowned interior design studio established in 2008. We create new interiors for homes and offices.</p><a class="button button-secondary button-pipaluk" href="#">Get in touch</a>
</div>
</div>
<div class="col-sm-10 col-md-8 col-lg-6 col-xl-4 wow fadeInRight" data-wow-delay=".1s">
<div class="row justify-content-center border-2-column offset-top-xl-26">
<div class="col-9 col-sm-6">
<div class="counter-amy">
<div class="counter-amy-number"><span class="counter">2</span><span class="symbol">k</span>
</div>
<h6 class="counter-amy-title">Interiors</h6>
</div>
</div>
<div class="col-9 col-sm-6">
<div class="counter-amy">
<div class="counter-amy-number"><span class="counter">40</span>
</div>
<h6 class="counter-amy-title">Monthly designs</h6>
</div>
</div>
<div class="col-9 col-sm-6">
<div class="counter-amy">
<div class="counter-amy-number"><span class="counter">12</span>
</div>
<h6 class="counter-amy-title">Awards</h6>
</div>
</div>
<div class="col-9 col-sm-6">
<div class="counter-amy">
<div class="counter-amy-number"><span class="counter">26</span>
</div>
<h6 class="counter-amy-title">Employees</h6>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-xl-12 align-self-center">
<div class="row row-30 justify-content-center">
<div class="col-sm-6 col-md-5 col-lg-6 col-xl-3 wow fadeInLeft"><a class="clients-classic" href="#"><img src="images/clients-9-270x117.png" alt="" width="270" height="117"/></a></div>
<div class="col-sm-6 col-md-5 col-lg-6 col-xl-3 wow fadeInLeft" data-wow-delay=".1s"><a class="clients-classic" href="#"><img src="images/clients-10-270x117.png" alt="" width="270" height="117"/></a></div>
<div class="col-sm-6 col-md-5 col-lg-6 col-xl-3 wow fadeInLeft" data-wow-delay=".2s"><a class="clients-classic" href="#"><img src="images/clients-3-270x117.png" alt="" width="270" height="117"/></a></div>
<div class="col-sm-6 col-md-5 col-lg-6 col-xl-3 wow fadeInLeft" data-wow-delay=".3s"><a class="clients-classic" href="#"><img src="images/clients-11-270x117.png" alt="" width="270" height="117"/></a></div>
</div>
</div>
</div>
</div>
</section>
<!-- Years of experience-->
<section class="section section-sm section-fluid bg-default">
<div class="container-fluid">
<h3>Different people — one mission</h3>
<div class="row row-sm row-30 justify-content-center">
<div class="col-md-6 col-lg-5 col-xl-3 wow fadeInRight">
<!-- Team Classic-->
<article class="team-classic team-classic-lg"><a class="team-classic-figure" href="#"><img src="images/team-11-420x424.jpg" alt="" width="420" height="424"/></a>
<div class="team-classic-caption">
<h5 class="team-classic-name"><a href="#">Ryan Wilson</a></h5>
<p class="team-classic-status">Founder, Senior Designer</p>
</div>
</article>
</div>
<div class="col-md-6 col-lg-5 col-xl-3 wow fadeInRight" data-wow-delay=".1s">
<!-- Team Classic-->
<article class="team-classic team-classic-lg"><a class="team-classic-figure" href="#"><img src="images/team-12-420x424.jpg" alt="" width="420" height="424"/></a>
<div class="team-classic-caption">
<h5 class="team-classic-name"><a href="#">Jill Peterson</a></h5>
<p class="team-classic-status">Architect</p>
</div>
</article>
</div>
<div class="col-md-6 col-lg-5 col-xl-3 wow fadeInRight" data-wow-delay=".2s">
<!-- Team Classic-->
<article class="team-classic team-classic-lg"><a class="team-classic-figure" href="#"><img src="images/team-13-420x424.jpg" alt="" width="420" height="424"/></a>
<div class="team-classic-caption">
<h5 class="team-classic-name"><a href="#">Sam Robinson</a></h5>
<p class="team-classic-status">Senior Architect</p>
</div>
</article>
</div>
<div class="col-md-6 col-lg-5 col-xl-3 wow fadeInRight" data-wow-delay=".3s">
<!-- Team Classic-->
<article class="team-classic team-classic-lg"><a class="team-classic-figure" href="#"><img src="images/team-14-420x424.jpg" alt="" width="420" height="424"/></a>
<div class="team-classic-caption">
<h5 class="team-classic-name"><a href="#">Mary Lee</a></h5>
<p class="team-classic-status">Decorator</p>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- You dream — we embody-->
<section class="section section-sm bg-default text-md-left">
<div class="container">
<div class="row row-50 align-items-center justify-content-center justify-content-xl-between">
<div class="col-lg-6 col-xl-5 wow fadeInLeft">
<h3>You dream — we embody</h3>
<!-- Bootstrap tabs-->
<div class="tabs-custom tabs-horizontal tabs-line tabs-line-big text-center text-md-left" id="tabs-6">
<!-- Nav tabs-->
<ul class="nav nav-tabs">
<li class="nav-item" role="presentation"><a class="nav-link nav-link-big active" href="#tabs-6-1" data-toggle="tab">01</a></li>
<li class="nav-item" role="presentation"><a class="nav-link nav-link-big" href="#tabs-6-2" data-toggle="tab">02</a></li>
<li class="nav-item" role="presentation"><a class="nav-link nav-link-big" href="#tabs-6-3" data-toggle="tab">03</a></li>
<li class="nav-item" role="presentation"><a class="nav-link nav-link-big" href="#tabs-6-4" data-toggle="tab">04</a></li>
</ul>
<!-- Tab panes-->
<div class="tab-content">
<div class="tab-pane fade show active" id="tabs-6-1">
<h5 class="font-weight-normal">Starting with the right idea</h5>
<p>Every project we create starts with an idea, which eventually grows into a great design. But before it does, our team proposes several variants to choose from.</p>
<div class="group-md group-middle"><a class="button button-secondary button-pipaluk" href="#">Get in touch</a><a class="button button-default-outline button-wapasha" href="#">Download presentation</a></div>
</div>
<div class="tab-pane fade" id="tabs-6-2">
<h5 class="font-weight-normal">Developing the initial concept</h5>
<p>After choosing the right design idea, our team members cooperate with you to create the initial concept, which will be a prototype of your final interior design.</p>
<div class="group-md group-middle"><a class="button button-secondary button-pipaluk" href="#">Get in touch</a><a class="button button-default-outline button-wapasha" href="#">Download presentation</a></div>
</div>
<div class="tab-pane fade" id="tabs-6-3">
<h5 class="font-weight-normal">Working on interior design implementation</h5>
<p>After completion of the previous stage, we move on to implementing our project and creating a better interior design for your home or office.</p>
<div class="group-md group-middle"><a class="button button-secondary button-pipaluk" href="#">Get in touch</a><a class="button button-default-outline button-wapasha" href="#">Download presentation</a></div>
</div>
<div class="tab-pane fade" id="tabs-6-4">
<h5 class="font-weight-normal">Achieving the final result</h5>
<p>Finally, we discuss what you like and don’t like in your new interior and try to make sure everything is done the way it should be so that you could enjoy your space.</p>
<div class="group-md group-middle"><a class="button button-secondary button-pipaluk" href="#">Get in touch</a><a class="button button-default-outline button-wapasha" href="#">Download presentation</a></div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 text-center wow fadeInUp" data-wow-delay=".1s">
<div class="figure-classic figure-classic-right"><img src="images/index-2-556x434.jpg" alt="" width="556" height="434"/>
</div>
</div>
</div>
</div>
</section>
<!-- What people Say-->
<section class="section section-sm section-bottom-70 section-fluid bg-default">
<div class="container-fluid">
<h3>What people Say</h3>
<div class="row row-50 row-sm">
<div class="col-md-6 col-xl-4 wow fadeInRight">
<!-- Quote Modern-->
<article class="quote-modern quote-modern-custom">
<div class="unit unit-spacing-md align-items-center">
<div class="unit-left"><a class="quote-modern-figure" href="#"><img class="img-circles" src="images/user-11-75x75.jpg" alt="" width="75" height="75"/></a></div>
<div class="unit-body">
<h5 class="quote-modern-cite"><a href="#">Catherine Williams</a></h5>
<p class="quote-modern-status">Local shop owner</p>
</div>
</div>
<div class="quote-modern-text">
<p class="q">I chose Creator because of their knowledge, experience and attention to detail that has proven invaluable to me in creating a superior finished project, which attracts more clients to my shop.</p>
</div>
</article>
</div>
<div class="col-md-6 col-xl-4 wow fadeInRight" data-wow-delay=".1s">
<!-- Quote Modern-->
<article class="quote-modern quote-modern-custom">
<div class="unit unit-spacing-md align-items-center">
<div class="unit-left"><a class="quote-modern-figure" href="#"><img class="img-circles" src="images/user-12-75x75.jpg" alt="" width="75" height="75"/></a></div>
<div class="unit-body">
<h5 class="quote-modern-cite"><a href="#">Rupert Wood</a></h5>
<p class="quote-modern-status">House owner</p>
</div>
</div>
<div class="quote-modern-text">
<p class="q">This agency was highly recommended to me. The sensitivity, knowledge, vision and ultimate execution this firm brought to the table was tremendous. Thank you for the amazing interior!</p>
</div>
</article>
</div>
<div class="col-md-6 col-xl-4 wow fadeInRight" data-wow-delay=".2s">
<!-- Quote Modern-->
<article class="quote-modern quote-modern-custom">
<div class="unit unit-spacing-md align-items-center">
<div class="unit-left"><a class="quote-modern-figure" href="#"><img class="img-circles" src="images/user-20-75x75.jpg" alt="" width="75" height="75"/></a></div>
<div class="unit-body">
<h5 class="quote-modern-cite"><a href="#">Samantha Brown</a></h5>
<p class="quote-modern-status">Freelancer</p>
</div>
</div>
<div class="quote-modern-text">
<p class="q">Your professional guidance gave me results that far exceeded my expectations. My clients thoroughly enjoy the fun, relaxing ambience that the interior design creates. Thank you!</p>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Latest blog posts-->
<section class="section section-sm section-last bg-default">
<div class="container">
<h3>Latest blog posts</h3>
<div class="row row-60 row-sm">
<div class="col-sm-6 col-lg-4 wow fadeInLeft">
<!-- Post Modern-->
<article class="post post-modern"><a class="post-modern-figure" href="#"><img src="images/post-10-370x307.jpg" alt="" width="370" height="307"/>
<div class="post-modern-time">
<time datetime="2019-07-04"><span class="post-modern-time-number">04</span><span class="post-modern-time-month">July</span></time>
</div></a>
<h5 class="post-modern-title"><a href="#">Designing a Children’s room</a></h5>
<p class="post-modern-text">Kids’ bedrooms aren’t usually noted for their sophisticated style. But it’s not a bad idea to design a room that your kid can grow into...</p>
</article>
</div>
<div class="col-sm-6 col-lg-4 wow fadeInLeft" data-wow-delay=".1s">
<!-- Post Modern-->
<article class="post post-modern"><a class="post-modern-figure" href="#"><img src="images/post-11-370x307.jpg" alt="" width="370" height="307"/>
<div class="post-modern-time">
<time datetime="2019-07-17"><span class="post-modern-time-number">17</span><span class="post-modern-time-month">July</span></time>
</div></a>
<h5 class="post-modern-title"><a href="#">Home decor trends</a></h5>
<p class="post-modern-text">Trends are hard to keep up with. Ever-changing, contradictory, and sometimes seemingly senseless, no one can stay perfectly up to...</p>
</article>
</div>
<div class="col-sm-6 col-lg-4 wow fadeInLeft" data-wow-delay=".2s">
<!-- Post Modern-->
<article class="post post-modern"><a class="post-modern-figure" href="#"><img src="images/post-12-370x307.jpg" alt="" width="370" height="307"/>
<div class="post-modern-time">
<time datetime="2019-07-22"><span class="post-modern-time-number">22</span><span class="post-modern-time-month">July</span></time>
</div></a>
<h5 class="post-modern-title"><a href="#">Bedroom space management</a></h5>
<p class="post-modern-text">Any sleep enthusiast would agree that the bedroom is pretty high up on the list of most important rooms in the house. There’s even...</p>
</article>
</div>
</div>
</div>
</section>
<!-- Bottom Banner--><a class="section-banner" href="https://www.templatemonster.com/intense-multipurpose-html-template.html" style="background-image: url(images/banner/banner-bg-01-1920x310.jpg); background-image: -webkit-image-set( url(images/banner/banner-bg-01-1920x310.jpg) 1x, url(images/banner/banner-bg-01-3840x620.jpg) 2x )" target="_blank"><img src="images/banner/banner-fg-01-1600x310.png" srcset="images/banner/banner-fg-01-1600x310.png 1x, images/banner/banner-fg-01-3200x620.png 2x" alt="" width="1600" height="310"></a>
<!-- Page Footer-->
<footer class="section section-fluid footer-classic">
<div class="container-fluid">
<div class="row row-30 justify-content-center">
<div class="col-md-10 col-lg-12 col-xl-4 wow fadeInRight">
<div class="box-footer box-footer-small">
<div class="footer-brand"><a href="index.html"><img src="images/logo-inverse-229x43.png" alt="" width="229" height="43"/></a></div>
<p class="text-width-medium">Our design studio helps clients make wise decisions and avoid costly mistakes. Allow our designers and architectors to make your dream space a reality.</p>
<div class="contact-classic">
<div class="contact-classic-item">
<div class="unit align-items-center">
<div class="unit-left">
<h6 class="contact-classic-title">Address</h6>
</div>
<div class="unit-body contact-classic-link"><a href="#">4730 Crystal Springs Dr, Los Angeles, CA 90027</a></div>
</div>
</div>
<div class="contact-classic-item">
<div class="unit align-items-center">
<div class="unit-left">
<h6 class="contact-classic-title">Phones</h6>
</div>
<div class="unit-body contact-classic-link"><a href="tel:#">+1 323-913-4688</a>, <a href="tel:#"> +1 323-888-4554</a>
</div>
</div>
</div>
<div class="contact-classic-item">
<div class="unit align-items-center">
<div class="unit-left">
<h6 class="contact-classic-title">E-mails</h6>
</div>
<div class="unit-body contact-classic-link"><a href="mailto:#"> [email protected]</a>, <a href="mailto:#"> [email protected]</a>
</div>
</div>
</div>
</div>
<ul class="list-inline list-inline-sm footer-social-list">
<li><a class="icon fa fa-facebook" href="#"></a></li>
<li><a class="icon fa fa-twitter" href="#"></a></li>
<li><a class="icon fa fa-google-plus" href="#"></a></li>
<li><a class="icon fa fa-instagram" href="#"></a></li>
</ul>
</div>
</div>
<div class="col-md-10 col-lg-6 col-xl-4 wow fadeInRight" data-wow-delay=".1s">
<div class="box-footer">
<h3 class="font-weight-normal">Questions? Contact Us</h3>
<form class="rd-form rd-mailform" data-form-output="form-output-global" data-form-type="contact" method="post" action="bat/rd-mailform.php">
<div class="form-wrap">
<input class="form-input" id="contact-name-6" type="text" name="name" data-constraints="@Required"/>
<label class="form-label" for="contact-name-6">Name</label>
</div>
<div class="form-wrap">
<input class="form-input" id="contact-email-6" type="email" name="email" data-constraints="@Email @Required"/>
<label class="form-label" for="contact-email-6">E-mail</label>
</div>
<div class="form-wrap">
<label class="form-label" for="contact-message-6">Message</label>
<textarea class="form-input" id="contact-message-6" name="message" data-constraints="@Required"></textarea>
</div>
<button class="button button-block button-ujarak button-secondary" type="submit">Send Message</button>
</form>
</div>
</div>
<div class="col-md-10 col-lg-6 col-xl-4 wow fadeInRight" data-wow-delay=".2s">
<div class="box-footer">
<h3 class="font-weight-normal">See how we work</h3>
<ul class="footer-list-category">
<li class="heading-5"><a href="#">Home design<span></span></a></li>
<li class="heading-5"><a href="#">Commercial design<span></span></a></li>
<li class="heading-5"><a href="#">Office design<span></span></a></li>
<li class="heading-5"><a href="#">Consultations<span></span></a></li>
<li class="heading-5"><a href="#">Architect services<span></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container footer-bottom-panel wow fadeInUp">
<!-- Rights-->
<p class="rights"><span>© </span><span class="copyright-year"></span> <span>Creator</span>. All rights reserved. <span> Design by <a href="https://www.templatemonster.com">TemplateMonster</a></span>
</p>
</div>
</footer>
</div>
<!-- Global Mailform Output-->
<div class="snackbars" id="form-output-global"></div>
<!-- Javascript-->
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
<!-- coded by Himic-->
</body>
</html>