-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome-v8.html
827 lines (797 loc) · 48.4 KB
/
home-v8.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>Commercial Website Templates</title>
<meta name="author" content="themesflat.com">
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css" >
<!-- Theme Style -->
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<link rel="stylesheet" type="text/css" href="stylesheets/responsive.css">
<!-- Colors -->
<link rel="stylesheet" type="text/css" href="stylesheets/colors/color1.css" id="colors">
<!-- Animation Style -->
<link rel="stylesheet" type="text/css" href="stylesheets/animate.css">
<!-- Favicon and touch icons -->
<link href="icon/favicon.png" rel="shortcut icon">
<!--[if lt IE 9]>
<script src="javascript/html5shiv.js"></script>
<script src="javascript/respond.min.js"></script>
<![endif]-->
</head>
<body class="header_sticky header-style-1 has-menu-extra">
<!-- Preloader -->
<div id="loading-overlay">
<div class="loader"></div>
</div>
<!-- Boxed -->
<div class="boxed">
<div id="site-header-wrap">
<!-- Header -->
<header id="header" class="header header-container clearfix">
<div class="container clearfix" id="site-header-inner">
<div id="logo" class="logo float-left">
<a href="home-2.html" title="logo">
<img src="images/logo.png" alt="image" width="107" height="24" data-retina="images/[email protected]" data-width="107" data-height="24">
</a>
</div><!-- /.logo -->
<div class="mobile-button"><span></span></div>
<ul class="menu-extra">
<li class="box-search">
<a class="icon_search header-search-icon" href="#"></a>
<form role="search" method="get" class="header-search-form" action="#">
<input type="text" value="" name="s" class="header-search-field" placeholder="Search...">
<button type="submit" class="header-search-submit" title="Search">Search</button>
</form>
</li>
<li class="box-login">
<a class="icon_login" href="#"></a>
</li>
<li class="box-cart nav-top-cart-wrapper">
<a class="icon_cart nav-cart-trigger active" href="#"><span>3</span></a>
<div class="nav-shop-cart">
<div class="widget_shopping_cart_content">
<div class="woocommerce-min-cart-wrap">
<ul class="woocommerce-mini-cart cart_list product_list_widget ">
<li class="woocommerce-mini-cart-item mini_cart_item">
<span>No Items in Shopping Cart</span>
</li>
</ul>
</div><!-- /.widget_shopping_cart_content -->
</div>
</div><!-- /.nav-shop-cart -->
</li>
</ul><!-- /.menu-extra -->
<div class="nav-wrap">
<nav id="mainnav" class="mainnav">
<ul class="menu">
<li class="active">
<a href="home-2.html">HOME</a>
<ul class="submenu">
<li ><a href="home-2.html">Homepage Style 1</a></li>
<li><a href="home-v2.html">Homepage Style 2</a></li>
<li><a href="home-v3.html">Homepage Style 3</a></li>
<li><a href="home-v4.html">Homepage Style 4</a></li>
<li><a href="home-v5.html">Homepage Style 5</a></li>
<li><a href="home-v6.html">Homepage Style 6</a></li>
<li><a href="home-v7.html">Homepage Style 7</a></li>
<li class="active"><a href="home-v8.html">Homepage Style 8</a></li>
<li><a href="home-v9.html">Homepage Style 9</a></li>
<li><a href="home-v10.html">Homepage Style 10</a></li>
</ul>
</li>
<li>
<a href="shop-3col.html">SHOP</a>
<ul class="submenu">
<li>
<a href="shop-3col.html">Shop Layouts</a>
<ul class="submenu">
<li><a href="shop-3col.html">Three Columns</a></li>
<li><a href="shop-4col.html">Four Columns</a></li>
<li><a href="shop-5col.html">Five Columns</a></li>
<li><a href="shop-3col-slide.html">Slidebar Three Columns</a></li>
</ul>
</li>
<li>
<a href="shop-detail-des.html">Shop Details</a>
<ul class="submenu">
<li><a href="shop-detail-des.html">Details Description</a></li>
<li><a href="shop-detail-exter.html">Details External</a></li>
<li><a href="shop-detail-option.html">Details Options</a></li>
<li><a href="shop-detail-fix.html">Details Fix</a></li>
<li><a href="shop-detail-zoom.html">Details Zoom</a></li>
<li><a href="shop-detail-group.html">Details Grouped</a></li>
<li><a href="shop-detail-video.html">Details Video</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="coming-soon.html">PAGE</a>
<ul class="submenu">
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="404.html"> Error 404</a></li>
<li><a href="faqs.html">FAQs</a></li>
</ul>
</li>
<li >
<a href="blog-list.html">BLOG</a>
<ul class="submenu">
<li ><a href="blog-list.html">Blog List Full</a></li>
<li><a href="blog-list-1.html">Blog list Slide 1</a></li>
<li><a href="blog-list-2.html">Blog list Slide 2</a></li>
<li><a href="blog-grid.html">Blog Gird Full</a></li>
<li><a href="blog-grid-1.html">Blog Gird Slide</a></li>
<li><a href="blog-detail.html">Blog Details</a></li>
</ul><!-- /.submenu -->
</li>
<li>
<a href="contact.html">CONTACT</a>
<ul class="submenu right-submenu">
<li><a href="contact.html">Contact Style 1</a></li>
<li><a href="contact-v2.html">Contact Style 2</a></li>
</ul>
</li>
</ul>
</nav><!-- /.mainnav -->
</div><!-- /.nav-wrap -->
</div><!-- /.container-fluid -->
</header><!-- /header -->
</div><!-- /#site-header-wrap -->
<!-- IMAGE BOX -->
<div class="flat-row no-padding">
<div class="container">
<div class="row gutter-10">
<div class="col-md-6">
<div class="divider h0"></div>
<div class="flat-image-box style-2 absolute-right offset-v-5 offset-h-82 flat-carousel-box" data-gap="0" data-auto="true" data-column="1" data-column2="1" data-column3="1">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="inner">
<div class="thumb">
<img src="images/image-box/imgbox-1-575x575.jpg" alt="Image">
<div class="text-wrap">
<h2 class="font-size-30 line-height-60 font-weight-600"><a href="#">Best Sellers</a></h2>
</div>
</div>
</div>
</div>
<div class="item">
<div class="inner">
<div class="thumb">
<img src="images/image-box/imgbox-2-575x575.jpg" alt="Image">
<div class="text-wrap">
<h2 class="font-size-30 line-height-60 font-weight-600"><a href="#">Best Sellers</a></h2>
</div>
</div>
</div>
</div>
</div><!-- /.owl-carousel -->
</div><!-- /.flat-image-box -->
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<div class="divider h0"></div>
<div class="flat-image-box style-1 absolute-left offset-32 col2 data-effect clearfix">
<div class="item ">
<div class="inner">
<div class="thumb data-effect-item">
<img src="images/image-box/imgbox-1-277x277.jpg" alt="Image">
<div class="text-wrap">
<h2 class="font-weight-600"><a href="#">Jewelry</a></h2>
</div>
<div class="overlay-effect bg-color-2"></div>
</div>
</div>
</div>
<div class="item">
<div class="inner">
<div class="thumb data-effect-item">
<img src="images/image-box/imgbox-2-277x277.jpg" alt="Image">
<div class="text-wrap">
<h2 class="font-weight-600"><a href="#">Bags</a></h2>
</div>
<div class="overlay-effect bg-color-2"></div>
</div>
</div>
</div>
</div><!-- /.flat-image-box -->
<div class="divider h20"></div>
<div class="flat-image-box style-1 absolute-left offset-32 data-effect clearfix">
<div class="item ">
<div class="inner">
<div class="thumb data-effect-item">
<img src="images/image-box/imgbox-1-575x277.jpg" alt="Image">
<div class="text-wrap">
<h2 class="font-weight-600"><a href="#">Belts</a></h2>
</div>
<div class="overlay-effect bg-color-2"></div>
</div>
</div>
</div>
</div><!-- /.flat-image-box -->
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div>
</div>
<!-- END IMAGE BOX -->
<!-- PRODUCT -->
<section class="flat-row row-product-project">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title-section margin-bottom-41">
<h2 class="title">Best Sale</h2>
</div>
<ul class="flat-filter style-1 text-center max-width-682 clearfix">
<li class="active"><a href="#" data-filter="*">All Product</a></li>
<li><a href="#" data-filter=".kid">Clothing</a></li>
<li><a href="#" data-filter=".man">Shoes</a></li>
<li><a href="#" data-filter=".woman">Bags</a></li>
<li><a href="#" data-filter=".accessories">Accessories</a></li>
</ul>
<div class="divider h40"></div>
<div class="product-content product-fourcolumn clearfix">
<ul class="product style2 isotope-product clearfix">
<li class="product-item kid woman">
<div class="product-thumb clearfix">
<a href="#">
<img src="images/shop/sh-4/1.jpg" alt="image">
</a>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<ins>
<span class="amount">$19.00</span>
</ins>
</div>
<ul class="flat-color-list width-14">
<li>
<a href="#" class="red"></a>
</li>
<li>
<a href="#" class="blue"></a>
</li>
<li>
<a href="#" class="black"></a>
</li>
</ul>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
<li class="product-item man accessories">
<div class="product-thumb clearfix">
<a href="#">
<img src="images/shop/sh-4/2.jpg" alt="image">
</a>
<span class="new">New</span>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<ins>
<span class="amount">$10.00</span>
</ins>
</div>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
<li class="product-item kid woman">
<div class="product-thumb clearfix">
<a href="#" class="product-thumb">
<img src="images/shop/sh-4/3.jpg" alt="image">
</a>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<ins>
<span class="amount">$20.00</span>
</ins>
</div>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
<li class="product-item man accessories">
<div class="product-thumb clearfix">
<a href="#" class="product-thumb">
<img src="images/shop/sh-4/4.jpg" alt="image">
</a>
<span class="new sale">Sale</span>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<del>
<span class="regular">$90.00</span>
</del>
<ins>
<span class="amount">$60.00</span>
</ins>
</div>
<ul class="flat-color-list width-14">
<li>
<a href="#" class="red"></a>
</li>
<li>
<a href="#" class="blue"></a>
</li>
<li>
<a href="#" class="black"></a>
</li>
</ul>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
<li class="product-item kid woman">
<div class="product-thumb clearfix">
<a href="#" class="product-thumb">
<img src="images/shop/sh-4/5.jpg" alt="image">
</a>
<span class="new">New</span>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<ins>
<span class="amount">$139.00</span>
</ins>
</div>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
<li class="product-item man accessories">
<div class="product-thumb clearfix">
<a href="#" class="product-thumb">
<img src="images/shop/sh-4/6.jpg" alt="image">
</a>
<span class="new sale">Sale</span>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<del>
<span class="regular">$150.00</span>
</del>
<ins>
<span class="amount">$120.00</span>
</ins>
</div>
<ul class="flat-color-list width-14">
<li>
<a href="#" class="red"></a>
</li>
<li>
<a href="#" class="blue"></a>
</li>
<li>
<a href="#" class="black"></a>
</li>
</ul>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
<li class="product-item kid woman">
<div class="product-thumb clearfix">
<a href="#" class="product-thumb">
<img src="images/shop/sh-4/7.jpg" alt="image">
</a>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<ins>
<span class="amount">$110.00</span>
</ins>
</div>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
<li class="product-item man accessories">
<div class="product-thumb clearfix">
<a href="#" class="product-thumb">
<img src="images/shop/sh-4/8.jpg" alt="image">
</a>
<span class="new">New</span>
</div>
<div class="product-info clearfix">
<span class="product-title">Cotton White Underweaer Block Out Edition</span>
<div class="price">
<ins>
<span class="amount">$90.00</span>
</ins>
</div>
</div>
<div class="add-to-cart text-center">
<a href="#">ADD TO CART</a>
</div>
<a href="#" class="like"><i class="fa fa-heart-o"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- END PRODUCT -->
<!-- ICON BOX -->
<section class="flat-row row-icon-box bg-section bg-color-f5f">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="flat-icon-box icon-top style-1 clearfix text-center">
<div class="inner no-margin">
<div class="icon-wrap">
<i class="fa fa-truck"></i>
</div>
<div class="text-wrap">
<h5 class="heading"><a href="#">Free Shipping</a></h5>
<p class="desc">Free Shipping on order over $99</p>
</div>
</div>
</div>
</div><!-- /.col-md-3 -->
<div class="col-md-3">
<div class="flat-icon-box icon-top style-1 clearfix text-center">
<div class="inner">
<div class="icon-wrap">
<i class="fa fa-money"></i>
</div>
<div class="text-wrap">
<h5 class="heading"><a href="#">Cash On Delivery</a></h5>
<p class="desc">The Internet Trend To Repeat</p>
</div>
</div>
</div>
</div><!-- /.col-md-3 -->
<div class="col-md-3">
<div class="flat-icon-box icon-top style-1 clearfix text-center">
<div class="inner">
<div class="icon-wrap">
<i class="fa fa-gift"></i>
</div>
<div class="text-wrap">
<h5 class="heading"><a href="#">Gift For All</a></h5>
<p class="desc">Receive Gift When Subscribe</p>
</div>
</div>
</div>
</div><!-- /.col-md-3 -->
<div class="col-md-3">
<div class="flat-icon-box icon-top style-1 clearfix text-center">
<div class="inner">
<div class="icon-wrap">
<i class="fa fa-clock-o"></i>
</div>
<div class="text-wrap">
<h5 class="heading"><a href="#">Opening All Week</a></h5>
<p class="desc">6.00 am - 17.00pm</p>
</div>
</div>
</div>
</div><!-- /.col-md-3 -->
</div>
</div>
</section>
<!-- END ICON BOX -->
<!-- NEW LATEST -->
<section class="flat-row row-new-latest style-1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title-section margin-bottom-51">
<h2 class="title">New Latest</h2>
</div>
<div class="new-latest-wrap">
<div class="flat-new-latest post-wrap flat-carousel-box style4 data-effect clearfix" data-auto="false" data-column="3" data-column2="2" data-column3="1" data-gap="30" >
<div class="owl-carousel owl-theme">
<article class="post clearfix">
<div class="featured-post data-effect-item">
<img src="images/blog/new-lastest-4-370x280.jpg" alt="image">
<div class="overlay-effect bg-overlay-black opacity02"></div>
</div>
<div class="content-post">
<ul class="meta-post">
<li class="date">
Oct 08, 2018
</li>
<li class="author">
<a href="#"> By Admin</a>
</li>
</ul><!-- /.meta-post -->
<div class="title-post">
<h2><a href="blog-detail.html">The Most Classic, Unexpected, and Hottest Tech Gifts of 2018</a></h2>
</div><!-- /.title-post -->
<div class="entry-post">
<div class="more-link">
<a href="blog-detail.html">Continue Reading </a>
</div>
</div>
</div><!-- /.content-post -->
</article><!-- /.post -->
<article class="post clearfix ">
<div class="featured-post data-effect-item">
<img src="images/blog/new-lastest-5-370x280.jpg" alt="image">
<div class="overlay-effect bg-overlay-black opacity02"></div>
</div>
<div class="content-post">
<ul class="meta-post">
<li class="date">
Oct 08, 2018
</li>
<li class="author">
<a href="#"> By Admin</a>
</li>
</ul><!-- /.meta-post -->
<div class="title-post">
<h2><a href="blog-detail.html">Elizabeth Sulcer Is the Woman Behind Your Favorite Street Style Looks</a></h2>
</div><!-- /.title-post -->
<div class="entry-post">
<div class="more-link">
<a href="blog-detail.html">Continue Reading </a>
</div>
</div>
</div><!-- /.content-post -->
</article><!-- /.post -->
<article class="post clearfix">
<div class="featured-post data-effect-item">
<img src="images/blog/new-lastest-6-370x280.jpg" alt="image">
<div class="overlay-effect bg-overlay-black opacity02"></div>
</div>
<div class="content-post">
<ul class="meta-post">
<li class="date">
Oct 08, 2018
</li>
<li class="author">
<a href="#"> By Admin</a>
</li>
</ul><!-- /.meta-post -->
<div class="title-post">
<h2><a href="blog-detail.html">The Victoria's Secret x Balmain Collabo- ration Is Everything You Wanted It To Be</a></h2>
</div><!-- /.title-post -->
<div class="entry-post">
<div class="more-link">
<a href="blog-detail.html">Continue Reading </a>
</div>
</div>
</div><!-- /.content-post -->
</article><!-- /.post -->
<article class="post clearfix">
<div class="featured-post data-effect-item">
<img src="images/blog/new-lastest-4-370x280.jpg" alt="image">
<div class="overlay-effect bg-overlay-black opacity02"></div>
</div>
<div class="content-post">
<ul class="meta-post">
<li class="date">
Oct 08, 2018
</li>
<li class="author">
<a href="#"> By Admin</a>
</li>
</ul><!-- /.meta-post -->
<div class="title-post">
<h2><a href="blog-detail.html">The Most Classic, Unexpected, and Hottest Tech Gifts of 2018</a></h2>
</div><!-- /.title-post -->
<div class="entry-post">
<div class="more-link">
<a href="blog-detail.html">Continue Reading </a>
</div>
</div>
</div><!-- /.content-post -->
</article><!-- /.post -->
<article class="post clearfix">
<div class="featured-post data-effect-item">
<img src="images/blog/new-lastest-5-370x280.jpg" alt="image">
<div class="overlay-effect bg-overlay-black opacity02"></div>
</div>
<div class="content-post">
<ul class="meta-post">
<li class="date">
Oct 08, 2018
</li>
<li class="author">
<a href="#"> By Admin</a>
</li>
</ul><!-- /.meta-post -->
<div class="title-post">
<h2><a href="blog-detail.html">Elizabeth Sulcer Is the Woman Behind Your Favorite Street Style Looks</a></h2>
</div><!-- /.title-post -->
<div class="entry-post">
<div class="more-link">
<a href="blog-detail.html">Continue Reading </a>
</div>
</div>
</div><!-- /.content-post -->
</article><!-- /.post -->
<article class="post clearfix">
<div class="featured-post data-effect-item">
<img src="images/blog/new-lastest-6-370x280.jpg" alt="image">
<div class="overlay-effect bg-overlay-black opacity02"></div>
</div>
<div class="content-post">
<ul class="meta-post">
<li class="date">
Oct 08, 2018
</li>
<li class="author">
<a href="#"> By Admin</a>
</li>
</ul><!-- /.meta-post -->
<div class="title-post">
<h2><a href="blog-detail.html">The Victoria's Secret x Balmain Collabo- ration Is Everything You Wanted It To Be</a></h2>
</div><!-- /.title-post -->
<div class="entry-post">
<div class="more-link">
<a href="blog-detail.html">Continue Reading </a>
</div>
</div>
</div><!-- /.content-post -->
</article><!-- /.post -->
</div><!-- /.owl-carousel -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END NEW LATEST -->
<section class="flat-row mail-chimp">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="text">
<h3>Sign up for Send Newsletter</h3>
</div>
</div>
<div class="col-md-8">
<div class="subscribe clearfix">
<form action="#" method="post" accept-charset="utf-8" id="subscribe-form">
<div class="subscribe-content">
<div class="input">
<input type="email" name="subscribe-email" placeholder="Your Email">
</div>
<div class="button">
<button type="button">SUBCRIBE</button>
</div>
</div>
</form>
<ul class="flat-social">
<li><a href="https://www.facebook.com/gtiians"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.twitter.com/gtiians"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google"></i></a></li>
<li><a href="https://www.linked.com/in/gtiians"><i class="fa fa-linkedin"></i></a></li>
</ul><!-- /.flat-social -->
</div><!-- /.subscribe -->
</div>
</div>
</div>
</section><!-- /.mail-chimp -->
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="widget widget-link">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Online Store</a></li>
<li><a href="blog-list.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div><!-- /.widget -->
</div><!-- /.col-md-3 -->
<div class="col-sm-6 col-md-3">
<div class="widget widget-link link-login">
<ul>
<li><a href="#">Login/ Register</a></li>
<li><a href="#">Your Cart</a></li>
<li><a href="#">Wishlist items</a></li>
<li><a href="#">Your checkout</a></li>
</ul>
</div><!-- /.widget -->
</div><!-- /.col-md-3 -->
<div class="col-sm-6 col-md-3">
<div class="widget widget-link link-faq">
<ul>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="#">Term of service</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Returns</a></li>
</ul>
</div><!-- /.widget -->
</div><!-- /.col-md-3 -->
<div class="col-sm-6 col-md-3">
<div class="widget widget-brand">
<div class="logo logo-footer">
<a href="home-2.html"><img src="images/logo%402x.png" alt="image" width="107" height="24"></a>
</div>
<ul class="flat-contact">
<li class="address">Jankipuram, Lucknow</li>
<li class="phone">+91 95546555XX</li>
<li class="email">[email protected]</li>
</ul><!-- /.flat-contact -->
</div><!-- /.widget -->
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</footer><!-- /.footer -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="copyright text-center">Copyright @2023 <a href="#">gtiians</a></p>
</div>
</div>
</div>
</div>
<!-- Go Top -->
<a class="go-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Javascript -->
<script src="javascript/jquery.min.js"></script>
<script src="javascript/tether.min.js"></script>
<script src="javascript/bootstrap.min.js"></script>
<script src="javascript/jquery.easing.js"></script>
<script src="javascript/parallax.js"></script>
<script src="javascript/jquery-waypoints.js"></script>
<script src="javascript/jquery-countTo.js"></script>
<script src="javascript/jquery.countdown.js"></script>
<script src="javascript/jquery.flexslider-min.js"></script>
<script src="javascript/images-loaded.js"></script>
<script src="javascript/jquery.isotope.min.js"></script>
<script src="javascript/magnific.popup.min.js"></script>
<script src="javascript/jquery.hoverdir.js"></script>
<script src="javascript/owl.carousel.min.js"></script>
<script src="javascript/equalize.min.js"></script>
<script src="javascript/gmap3.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIEU6OT3xqCksCetQeNLIPps6-AYrhq-s&region=GB"></script>
<script src="javascript/jquery-ui.js"></script>
<script src="javascript/switcher.js"></script>
<script src="javascript/jquery.cookie.js"></script>
<script src="javascript/main.js"></script>
<!-- Revolution Slider -->
<script src="rev-slider/js/jquery.themepunch.tools.min.js"></script>
<script src="rev-slider/js/jquery.themepunch.revolution.min.js"></script>
<script src="javascript/rev-slider.js"></script>
<!-- Load Extensions only on Local File Systems ! The following part can be removed on Server for On Demand Loading -->
<script src="rev-slider/js/extensions/revolution.extension.actions.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.migration.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="rev-slider/js/extensions/revolution.extension.video.min.js"></script>
</body>
<!-- Mirrored from themesflat.com/html/modaz/home-v8.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 15 Feb 2021 19:36:44 GMT -->
</html>