-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-3.html
680 lines (658 loc) · 32.2 KB
/
index-3.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
<!DOCTYPE html>
<html>
<!-- molla/index.html 22 Nov 2019 09:54:33 GMT -->
<head>
<script type="text/javascript">
if (top !== window) {
top.location.href = window.location.href;
}
if (window.location.hash) {
window.location.href = window.location.href.replace(window.location.hash, '');
}
</script>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Molla - Best Premium HTML Template</title>
<meta name="author" content="p-Themes">
<!-- Favicon -->
<link rel="shortcut icon" href="https://www.portotheme.com/html/molla/assets/images/demos-img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="../../../www.portotheme.com/html/molla/assets/images/demos-img/apple-touch-icon.html">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800" rel="stylesheet" type="text/css">
<!-- Vendor CSS -->
<link rel="stylesheet" href="lib/bootstrap/bootstrap.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="assets/css/main.min.css">
</head>
<body>
<div class="page-wrapper">
<header id="header">
<div class="container-lg">
<div class="header-left">
<div class="logo">
<a href="#"><img src="assets/images/demos-img/logo.png" alt="Molla Logo"></a>
</div>
</div>
<div class="header-main">
<ul class="menu">
<li>
<a href="#" class="goto-demos">Demos</a>
</li>
<li>
<a href="#" class="goto-features">Features</a>
</li>
<li>
<a href="#" class="goto-elements">Elements</a>
</li>
<li>
<a href="#" class="goto-support">Support</a>
</li>
</ul>
</div>
<div class="header-right">
<a class="mobile-menu-toggler mr-0 mr-sm-5"><i class="icon-bars"></i></a>
<a class="btn btn-primary btn-outline"><i class="icon-shopping-cart"></i>Buy Molla</a>
</div>
</div>
</header>
<div id="main">
<section class="banner section-dark" style="background: #222;">
<img src="assets/images/demos-img/header_splash.jpg" alt="" width="1920" height="1120">
<div class="banner-text text-center">
<h1>Multi-Purpose eCommerce HTML5 Template</h1>
<h5 class="mb-5">Molla is simply the best choice for your new website. Your search for the best solution is over, get your own copy and join thousands of happy customers.</h5>
<p class="mb-0"><a href="#" class="btn btn-primary btn-outline goto-demos">Explore Demos<i class="icon-long-arrow-alt-down"></i></a></p>
</div>
</section>
<section class="section section-demos text-center container-lg">
<h2>20 Pre-Build Demos</h2>
<p>Comes with 20 homepages available with multi style that better for your choice.<br>Molla store is one of the best Multi-Purpose eCommerce HTML Template for your store.</p>
<div class="demo-filter menu">
<a href="#homepages" class="active">Home Pages</a>
<a href="#shoppages">Shop Pages</a>
<a href="#productpages">Product Pages</a>
<a href="#otherpages">Other Pages</a>
</div>
<div class="row demos">
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-1.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_furniture1.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Furniture 1">
<h5>Furniture 1</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-2.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_furniture2.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Furniture 2">
<h5>Furniture 2</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-3.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_electronic1.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Electronic 1">
<h5>Electronic 1</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-4.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_electronic2.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Electronic 2">
<h5>Electronic 2</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-5.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion1.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Fashion 1">
<h5>Fashion 1</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-6.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion2.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Fashion 2">
<h5>Fashion 2</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-7.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion3.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Fashion 3">
<h5>Fashion 3</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-8.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fahion4.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Fashion 4">
<h5>Fashion 4</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-9.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion5.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Fashion 5">
<h5>Fashion 5</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-10.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_shoesstore.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Shoes Store">
<h5>Shoes Store</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-11.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_furniture_simple.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Furniture 3">
<h5>Furniture 3 <span>(Simple)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-12.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion_simple.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Fashion 6 (Simple)">
<h5>Fashion 6 <span>(Simple)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-13.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_market1.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Market">
<h5>Market</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-14.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_market.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Market (Full Width)">
<h5>Market <span>(Full Width)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-15.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_lookbook.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Lookbook 1">
<h5>Lookbook 1</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-16.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_lookbook2.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Lookbook 2">
<h5>Lookbook 2</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-17.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion7.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Fashion 7">
<h5>Fashion 7</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-18.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion8.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="ashion 8 (With Sidebar)">
<h5>Fashion 8 <span>(With Sidebar)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-19.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_gamestore.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Game Store">
<h5>Game Store</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-20.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_bookstore.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Book Store">
<h5>Book Store</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-21.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_sport.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Furniture 2">
<h5>Sport Store</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-22.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_tools.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Furniture 2">
<h5>Tools Store</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-23.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_fashion9.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Furniture 2">
<h5>Fashion 9 <span>(Left Navigation)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 homepages">
<a href="index-24.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/molla_extreme_sport.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Furniture 2">
<h5>Extreme Sport Store</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="category-list.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/21_shop_list.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Shop List">
<h5>Shop List</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="category-2cols.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/22_shop_grid_2col.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Shop Grid">
<h5>Shop Grid <span>(2 Col)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="category.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/23_shop_grid_3col.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Shop Grid">
<h5>Shop Grid <span>(3 Col)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="category-4cols.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/24_shop_grid_4col.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Book Store">
<h5>Shop Grid <span>(4 Col)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="category-boxed.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/25_shop_boxed_no_sidebar.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Shop Boxed">
<h5>Shop Boxed <span>(No Sidebar)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="category-fullwidth.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/26_shop_fullwidth_no_sidebar.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Shop Fullwidth">
<h5>Shop Fullwidth <span>(No Sidebar)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="product-category-boxed.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/27_shop_product_category_boxed.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product Category">
<h5>Product Category <span>(Boxed)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="product-category-fullwidth.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/28_shop_product_category_fullwidth.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product Category">
<h5>Product Category <span>(Full Width)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="cart.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/29_shop_shopping_cart.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Shopping Cart">
<h5>Shopping Cart</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="checkout.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/30_shop_checkout.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Checkout">
<h5>Checkout</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="wishlist.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/31_shop_wishlist.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Wishlist">
<h5>Wishlist</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 shoppages">
<a href="dashboard.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/shop_my_account.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="My Account">
<h5>My Account</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/32_product_default.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product default">
<h5>Product default</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product-centered.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/33_product_centered.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product centered">
<h5>Product centered</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product-extended.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/34_product_extended_description_boxed.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product extended description">
<h5>Product extended description</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product-gallery.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/35_product_gallery.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product gallery">
<h5>Product gallery</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product-sticky.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/36_product_sticky_info.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product sticky info">
<h5>Product sticky info</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product-sidebar.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/37_product_with_sidebar.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product with sidebar">
<h5>Product with sidebar</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product-fullwidth.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/38_product_fullwidth.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product fullwidth">
<h5>Product fullwidth</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 productpages">
<a href="product-masonry.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/39_product_masonry_sticky_info.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Product masonry (sticky info)">
<h5>Product masonry <span>(sticky info)</span></h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="about.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/40_pages_aboutus.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="About Us">
<h5>About Us</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="about-2.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/41_pages_aboutus_2.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="About Us 2">
<h5>About Us 2</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="contact.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/42_pages_contactus.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Contact Us">
<h5>Contact Us</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="contact-2.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/43_pages_contactus_2.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Contact us 2">
<h5>Contact us 2</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="login.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/44_pages_login.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Login page">
<h5>Login page</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="faq.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/45_pages_FAQ.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="F.A.Q page">
<h5>F.A.Q page</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="404.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/46_pages_error_404.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Error 404 page">
<h5>Error 404 page</h5>
</a>
</div>
<div class="iso-item col-sm-6 col-md-4 col-lg-3 otherpages">
<a href="coming-soon.html" target="_blank">
<img src="assets/images/demos-img/lazy.png" data-oi="assets/images/demos-img/47_pages_coming_soon.jpg" width="500" height="385" class="molla-lz" style="padding-top: 77%" alt="Coming Soon page">
<h5>Coming Soon page</h5>
</a>
</div>
</div>
<h5 class="text-load-more">More New Demos Coming Soon ...</h5>
</section>
<section class="section section-features">
<h2 class="text-center">Our Core Features</h2>
<p class="text-center">Powerful features and inclusions, which makes Molla standout,<br>easily customizable and scalable.</p>
<div class="divider-line">
<div class="container-lg">
<div class="overflow-hidden">
<div class="row">
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-laptop"></i>
<h4>Fully Responsive Design Layouts</h4>
<p>The Template looks good and sharp with all kind of devices and screen sizes. which increase the layout flexibility.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-code"></i>
<h4>Clean And Professional Codes</h4>
<p>The Template is ready with clean and well structured coding style by the Professional developers team.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-fill-drip"></i>
<h4>Creative And Modern Design Layout</h4>
<p>Every single section is created with the passion and years of experience in the website development.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-align-left"></i>
<h4>Perfect Documentations</h4>
<p>There are lots of creative section for you. So we have create a documentation that will helpful to understand the flow.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-lg">
<div class="overflow-hidden">
<div class="row">
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-th"></i>
<h4>Build With Bootstrap</h4>
<p>This Template is created with latest bootstrap version which used its new classes and tags.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-envelope-open-text"></i>
<h4>Working Contact Form</h4>
<p>There are different different styled form layouts that used to get in touch with you.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-cogs"></i>
<h4>Easily Customizable</h4>
<p>The design is fully customizable. Unlimited color styles, all 500+ Google fonts, and etc!</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="icon-box">
<i class="icon-html5" style="font-size: 2.4rem;""></i>
<h4>Valid HTML 5 And CSS 3</h4>
<p>We have used latest HTML and Css Coding style that makes the pages in well working state.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section section-elements container">
<h2 class="text-center">Elements For Everything</h2>
<p class="text-center">Use your creativity and the power of Molla elements to create your pages,<br>check out some of them.</p>
<br>
<div class="row">
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-accordions.html" target="_blank">
<div class="img-box">
<i class="img-accordions"></i>
<h5>Accordions</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-banners.html" target="_blank">
<div class="img-box">
<i class="img-banners"></i>
<h5>Banners</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-blog-posts.html" target="_blank">
<div class="img-box">
<i class="img-blog-posts"></i>
<h5>Blog Posts</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-buttons.html" target="_blank">
<div class="img-box">
<i class="img-buttons"></i>
<h5>Buttons</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-cta.html" target="_blank">
<div class="img-box">
<i class="img-cta"></i>
<h5>Call To Action</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-icon-boxes.html" target="_blank">
<div class="img-box">
<i class="img-icon-boxes"></i>
<h5>Icon Boxes</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-portfolio.html" target="_blank">
<div class="img-box">
<i class="img-portfolio"></i>
<h5>Portfolio</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-product-category.html" target="_blank">
<div class="img-box">
<i class="img-product-categories"></i>
<h5>Product Categories</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-products.html" target="_blank">
<div class="img-box">
<i class="img-products"></i>
<h5>Products</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-tabs.html" target="_blank">
<div class="img-box">
<i class="img-tabs"></i>
<h5>Tabs</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-testimonials.html" target="_blank">
<div class="img-box">
<i class="img-testimonials"></i>
<h5>Testimonials</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-titles.html" target="_blank">
<div class="img-box">
<i class="img-titles"></i>
<h5>Titles</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5" target="_blank">
<a href="elements-typography.html">
<div class="img-box">
<i class="img-typography"></i>
<h5>Typography</h5>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3 col-lg-1-5">
<a href="elements-video-banners.html" target="_blank">
<div class="img-box">
<i class="img-video"></i>
<h5>Video</h5>
</div>
</a>
</div>
</div>
</section>
<section class="section section-support section-dark">
<div class="container molla-lz text-center" data-oi="assets/images/demos-img/support_bg.jpg">
<h2>Outstaning Support Center<span class="fw-400">+</span>Extensive Documentation</h2>
<p>Support is one of our priorities, our dedicatated support<br>will be waiting for you if you have any questions.</p>
</div>
</section>
<section class="section section-light section-ready container text-center">
<h2 class="mb-3">Molla Is Ready To Use. Get It Now!</h2>
<p>DON'T FORGET TO APPRECIATE OUR WORK. RATE US NOW!</p>
<div class="star-rating mb-4 pb-3">
<i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i><i class="icon-star"></i>
</div>
<p><a class="btn btn-primary btn-outline" href="#"><i class="icon-shopping-cart"></i>Buy Molla</a></p>
</section>
</div>
<footer id="footer" class="container-lg">
<div class="row">
<div class="col-md-6 text-center text-md-left mb-4 mb-md-0">
<p class="copyright mb-0"><a href="templateshub.net">Templateshub</a></p>
</div>
<div class="col-md-6 text-center text-md-right social-icons">
<label class="mr-3">Social Media</label>
<a href="#" title="Facebook"><i class="icon-facebook-f"></i></a>
<a href="#" title="Twitter"><i class="icon-twitter"></i></a>
<a href="#" title="Instagram"><i class="icon-instagram"></i></a>
<a href="#" title="Youtube"><i class="icon-youtube"></i></a>
<a href="#" title="Pinterest"><i class="icon-pinterest"></i></a>
</div>
</div>
</footer>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu-overlay"></div><!-- End .mobil-menu-overlay -->
<div class="mobile-menu-container">
<div class="mobile-menu-wrapper">
<span class="mobile-menu-close"><i class="icon-close"></i></span>
<nav class="mobile-nav">
<ul class="mobile-menu">
<li>
<a href="#" class="goto-demos">Demos</a>
</li>
<li>
<a href="#">Features</a>
</li>
<li>
<a href="#">Elements</a>
</li>
<li>
<a href="#">Support</a>
</li>
</ul>
</nav><!-- End .mobile-nav -->
<div class="d-flex justify-content-center social-icons">
<a href="#" class="social-icon" target="_blank" title="Facebook"><i class="icon-facebook-f"></i></a>
<a href="#" class="social-icon" target="_blank" title="Twitter"><i class="icon-twitter"></i></a>
<a href="#" class="social-icon" target="_blank" title="Instagram"><i class="icon-instagram"></i></a>
<a href="#" class="social-icon" target="_blank" title="Youtube"><i class="icon-youtube"></i></a>
</div><!-- End .social-icons -->
</div><!-- End .mobile-menu-wrapper -->
</div><!-- End .mobile-menu-container -->
<!-- Vendor -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery.appear/jquery.appear.min.js"></script>
<!--<script src="lib/popper/umd/popper.min.js"></script>-->
<script src="lib/jquery.lazyload/jquery.lazyload.min.js"></script>
<script src="lib/isotope/jquery.isotope.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="assets/main.js"></script>
</body>
<!-- molla/index.html 22 Nov 2019 09:54:50 GMT -->
</html>