-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog-single.html
870 lines (829 loc) · 52.3 KB
/
blog-single.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html>
<html lang="en">
<!-- blog-single 06:55:14 GMT -->
<head>
<meta charset="UTF-8">
<title>Blog With Sidebar || Crystalo || Responsive HTML 5 Template</title>
<!-- responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- For IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- master stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive stylesheet -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="images/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/favicon/favicon-16x16.png" sizes="16x16">
<!-- Fixing Internet Explorer-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="boxed_wrapper">
<div class="preloader"></div>
<!-- Start Top Bar style2 -->
<section class="top-bar-style2">
<div class="top-style2 clearfix">
<div class="top-style2-left">
<p><span class="icon-music"></span>We have Answers</p>
<ul>
<li>+324 123 45 978</li>
<li>[email protected]</li>
<li>Mon - Sat: 9am to 6pm</li>
</ul>
</div>
<div class="top-style2-right">
<ul class="top-right-menu">
<li><a href="#">Partners</a></li>
<li><a href="#">Media</a></li>
<li><a href="#">360O View</a></li>
<li><a href="#">FAQ</a></li>
</ul>
<ul class="topbar-social-links">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-skype" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</section>
<!-- End Top Bar style2 -->
<!--Start Main Header-->
<header class="main-header header-style2 blog-single stricky">
<div class="inner-container clearfix">
<div class="logo-box-style2 float-left">
<a href="index-2.html">
<img src="images/resources/logo.png" alt="Awesome Logo">
</a>
</div>
<div class="main-menu-box float-right">
<nav class="main-menu style2 clearfix">
<div class="navbar-header clearfix">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix">
<ul class="navigation clearfix">
<li class="dropdown"><a href="index-2.html">Home</a>
<ul>
<li><a href="index-2.html">Home Page 01</a></li>
<li><a href="index-3.html">Home Page 02</a></li>
<li><a href="index-4.html">Home Page 03</a></li>
<li class="dropdown"><a href="#">Header Styles</a>
<ul>
<li><a href="index-2.html">Header Style 01</a></li>
<li><a href="index-3.html">Header Style 02</a></li>
<li><a href="index-4.html">Header Style 03</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown"><a href="about.html">About Us</a>
<ul>
<li><a href="about.html">About Company</a></li>
<li><a href="faq.html">FAQ’s</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="404-page.html">Error Page</a></li>
</ul>
</li>
<li class="dropdown"><a href="services.html">Services</a>
<ul>
<li><a href="services.html">View All Services</a></li>
<li><a href="ser-concept-designs.html">Concept Designs</a></li>
<li><a href="ser-project-designs.html">Project Designs</a></li>
<li><a href="ser-make-overs.html">Make Overs</a></li>
<li><a href="ser-consulting.html">Consulting</a></li>
<li><a href="ser-glass-wrought.html">Glass & Wrought</a></li>
<li><a href="ser-space-planning.html">Space Planning</a></li>
</ul>
</li>
<li class="dropdown"><a href="project.html">Projects</a>
<ul>
<li><a href="project.html">Classic View 01</a></li>
<li><a href="project-v2.html">Classic View 02</a></li>
<li><a href="project-v3.html">Modern View 01</a></li>
<li><a href="project-v4.html">Modern View 02</a></li>
<li><a href="project-v5.html">Fullwidth 01</a></li>
<li><a href="project-v6.html">Fulldwidth 02</a></li>
<li><a href="project-single.html">Projects Single</a></li>
</ul>
</li>
<li class="dropdown current"><a href="blog.html">Blog</a>
<ul>
<li><a href="blog.html">Blog Grid View</a></li>
<li><a href="blog-v2.html">Blog With Sidebar</a></li>
<li><a href="blog-single.html">Blog Single Post</a></li>
</ul>
</li>
<li class="dropdown"><a href="shop.html">Shop</a>
<ul>
<li><a href="shop.html">Our Products</a></li>
<li><a href="shop-single.html">Products Single</a></li>
<li><a href="shopping-cart.html">Shopping Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="account.html">My Account</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<div class="mainmenu-right style2">
<div class="outer-search-box">
<div class="seach-toggle"><i class="fa fa-search"></i></div>
<ul class="search-box">
<li>
<form method="post" action="#">
<div class="form-group">
<input type="search" name="search" placeholder="Search Here" required>
<button type="submit"><i class="fa fa-search"></i></button>
</div>
</form>
</li>
</ul>
</div>
<div class="cart-box">
<a href="shoping-cart.html"><span class="icon-bag"><span class="number">0</span></span></a>
</div>
<div class="button">
<a class="btn-one" href="#">Get a Quote<span class="flaticon-next"></span></a>
</div>
</div>
</div>
</div>
</header>
<!--End Main Header-->
<!--Start Single Post Info Area-->
<section class="single-post-info-area">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="single-post-info-content text-center">
<div class="meta-box">
<ul class="meta-info">
<li>By <a href="#">Rubin Santro</a></li>
<li>On <a href="#">March 06, 2019</a></li>
<li>In <a href="#">Traditional</a></li>
</ul>
</div>
<h1 class="blog-title">Best low cost interior designing<br> ideas for you</h1>
</div>
</div>
</div>
</div>
</section>
<!--End Single Post Info Area-->
<!--Start blog single area-->
<section id="blog-area" class="blog-single-area">
<div class="container">
<div class="row">
<div class="col-xl-9 col-lg-8 col-md-12 col-sm-12">
<div class="blog-post">
<div class="single-blog-post">
<div class="main-image-box">
<img src="images/blog/blog-single.jpg" alt="Awesome Image">
</div>
<div class="top-text-box">
<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble
that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy
to distinguish.</p>
<h3>“Innovative solutions to move your business forward.”</h3>
<p>In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances owing
to the claims of duty or the obligations of business it will accepted.</p>
</div>
<div class="author-quote-box">
<div class="row">
<div class="col-xl-12 col-lg-12">
<div class="text">
<p>To take a trivial example, which ever undertakes laborious physical exercise, except obtain some advantage.</p>
<div class="name">
<h3>Jessica Mcdade, <span>Interior Designer</span></h3>
</div>
</div>
</div>
</div>
</div>
<div class="quote-bottom-text">
<p>Righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal
blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish.</p>
</div>
<div class="blog-single-image-with-text-box">
<ul class="image-box clearfix">
<li>
<img src="images/blog/blog-single-1.jpg" alt="Awesome Image">
</li>
<li>
<img src="images/blog/blog-single-2.jpg" alt="Awesome Image">
</li>
</ul>
<div class="text-box">
<p>Their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled
and when nothing being able to do what we like best, every pleasure is to be welcomed and every pain avoided in certain circumstances owing the claims of duty or the obligations of business it will frequently
occur that repudiated.</p>
</div>
</div>
<div class="blog-single-bottom-content-box">
<h2>Ideas for Study Room Design </h2>
<p>Steer companies away from risky outcomes denounce with righteous indignation who are so beguiled demoralized pleasure of the moment perfectly repudiated and annoyances are so beguiled and demoralized by the charms pleasure
of the moment, so blinded by desire, that they cannot foresee the rouble.</p>
<div class="row">
<div class="col-xl-6">
<ul>
<li>Righteous indignation dislike demoralized.</li>
<li>Nothing prevents able to do we like best ever.</li>
<li>Equal blame those who fail theirduty.</li>
</ul>
</div>
<div class="col-xl-6">
<ul>
<li>Except to obtain some advantage from it?.</li>
<li>One who avoids pain that produce resultant.</li>
</ul>
</div>
</div>
</div>
<div class="tag-with-social-links-box">
<div class="row">
<div class="col-md-12">
<div class="inner-content clearfix">
<div class="tag-box pull-left">
<p>Tags:</p>
<ul>
<li><a href="#">Ideas,</a></li>
<li><a href="#">Room,</a></li>
<li><a href="#">Wall,</a></li>
<li><a href="#">Painting</a></li>
</ul>
</div>
<div class="social-links-box pull-right">
<p><i class="fa fa-share-alt-square" aria-hidden="true"></i>Share this post:</p>
<ul class="sociallinks fix">
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-skype" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--Start prev next option-->
<div class="blog-prev-next-option">
<div class="single prev">
<div class="image-thumb">
<img src="images/blog/prev-thumb-1.jpg" alt="Image">
<div class="overlay">
<div class="box">
<div class="link">
<a href="#">prev Post<i class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="title">
<h3><a href="#">Best low-cost interior designing ideas for your room</a></h3>
</div>
</div>
<div class="single next">
<div class="image-thumb">
<img src="images/blog/next-thumb-1.jpg" alt="Image">
<div class="overlay">
<div class="box">
<div class="link">
<a href="#">Next Post<i class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="title">
<h3><a href="#">Wondering if interior design is a dying filed? Read this</a></h3>
</div>
</div>
</div>
<!--End prev next option-->
</div>
<div class="author-box-holder">
<div class="inner-box">
<div class="img-box">
<img src="images/blog/author.png" alt="Awesome Image">
</div>
<div class="text">
<h3>Lilly Anderson, <span>Author</span></h3>
<p>Denouncing pleasure and praising pain was born and I will give you a complete all account of the system, and expound the actual teachings.</p>
<div class="author-social-links">
<p>Follow On:</p>
<ul class="fix">
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="inner-comment-box">
<div class="row">
<div class="col-md-12">
<div class="single-blog-title-box">
<h2>Read Comments</h2>
</div>
<!--Start single comment outer box-->
<div class="single-comment-outer-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="single-comment-box">
<div class="img-box">
<img src="images/blog/comment-1.png" alt="Awesome Image">
</div>
<div class="text-box">
<div class="top">
<div class="name">
<h3>Steven Rich</h3>
<span>March 10, 2019</span>
</div>
<div class="reply-button">
<a href="#"><span class="icon-reload"></span>Reply</a>
</div>
</div>
<div class="text">
<p>Omnis iste natus error sit voluptatem accusantium nam libero tempore, cum soluta nobis est eligendi optiocumque nihil impedit quo minus id quod maxime.</p>
</div>
</div>
</div>
</div>
<!--End single comment outer box-->
<!--Start single comment outer box-->
<div class="single-comment-outer-box mar-left wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="single-comment-box">
<div class="img-box">
<img src="images/blog/comment-2.png" alt="Awesome Image">
</div>
<div class="text-box">
<div class="top">
<div class="name">
<h3>William Cobus</h3>
<span>March 10, 2019</span>
</div>
<div class="reply-button">
<a href="#"><span class="icon-reload"></span>Reply</a>
</div>
</div>
<div class="text">
<p>Voluptatem accusantium nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat.</p>
</div>
</div>
</div>
</div>
<!--End single comment outer box-->
<!--Start single comment outer box-->
<div class="single-comment-outer-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="single-comment-box">
<div class="img-box">
<img src="images/blog/comment-3.png" alt="Awesome Image">
</div>
<div class="text-box">
<div class="top">
<div class="name">
<h3>Van Wimbilton</h3>
<span>March 10, 2019</span>
</div>
<div class="reply-button">
<a href="#"><span class="icon-reload"></span>Reply</a>
</div>
</div>
<div class="text">
<p>Natus error sit voluptatem accusantium nam libero tempore, cum soluta nobis eligendi optio cumque nihil impedit quo minus id quod maxime.</p>
</div>
</div>
</div>
</div>
<!--End single comment outer box-->
</div>
</div>
</div>
<!--Start add comment box-->
<div class="add-comment-box">
<div class="single-blog-title-box">
<h2>Post a Comment</h2>
</div>
<form id="add-comment-form" action="#">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-6">
<input type="text" name="fname" value="" placeholder="Name" required="">
</div>
<div class="col-md-6">
<input type="email" name="form_email" value="" placeholder="Email" required="">
</div>
</div>
<div class="row">
<div class="col-md-12">
<textarea name="comment" placeholder="Your Comments" required=""></textarea>
</div>
</div>
<div class="row">
<div class="col-md-12">
<button class="btn-one" type="submit">Post a Comment<span class="flaticon-next"></span></button>
</div>
</div>
</div>
</div>
</form>
</div>
<!--End add comment box-->
</div>
</div>
<!--Start sidebar Wrapper-->
<div class="col-xl-3 col-lg-4 col-md-7 col-sm-12">
<div class="sidebar-wrapper">
<div class="sidebar-search-box">
<form class="search-form" action="#">
<input placeholder="Your Keyword..." type="text">
<button type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>
</div>
<!--Start single sidebar-->
<div class="single-sidebar categories-box">
<div class="sidebar-title">
<div class="title">Categories</div>
</div>
<ul class="categories clearfix">
<li><a href="#">Modern Design<sup>(7)</sup></a></li>
<li><a href="#">Architecture<sup>(5)</sup></a></li>
<li><a href="#">Interior & Exterior<sup>(4)</sup></a></li>
<li><a href="#">Residential<sup>(3)</sup></a></li>
<li><a href="#">Commercial Works<sup>(8)</sup></a></li>
<li><a href="#">Uncategorized<sup>(2)</sup></a></li>
</ul>
</div>
<!--End single sidebar-->
<!--Start single sidebar-->
<div class="single-sidebar">
<div class="sidebar-title">
<div class="title">Recent Post</div>
</div>
<ul class="recent-post">
<li>
<div class="img-holder">
<img src="images/sidebar/recent-post-1.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-link"></span></a>
</div>
</div>
</div>
</div>
<div class="title-holder">
<span>March 10, 2019</span>
<h5 class="post-title"><a href="#">Creating drama and<br> feeling with...</a></h5>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/sidebar/recent-post-2.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-link"></span></a>
</div>
</div>
</div>
</div>
<div class="title-holder">
<span>March 02, 2019</span>
<h5 class="post-title"><a href="#">Wondering if interior<br> design is dying...</a></h5>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/sidebar/recent-post-3.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-link"></span></a>
</div>
</div>
</div>
</div>
<div class="title-holder">
<span>February 16, 2019</span>
<h5 class="post-title"><a href="#">Low cost interior<br> designing ideas for...</a></h5>
</div>
</li>
</ul>
</div>
<!--End single sidebar-->
<!--Start single sidebar-->
<div class="single-sidebar categories-box">
<div class="sidebar-title">
<div class="title">Archives</div>
</div>
<div class="archives-form-box">
<form name="archives_form" class="default-form" action="#" method="post">
<div class="input-box">
<select class="selectmenu">
<option selected="selected">November 2018</option>
<option>January 2018</option>
<option>March 2017</option>
<option>June 2018</option>
<option>July 2018</option>
<option>August 2019</option>
<option>Febury 2019</option>
</select>
</div>
</form>
</div>
</div>
<!--End single sidebar-->
<!--Start single-sidebar-->
<div class="single-sidebar">
<div class="sidebar-title">
<div class="title">Instagram Feed</div>
</div>
<ul class="instagram">
<li>
<div class="img-holder">
<img src="images/sidebar/instagram-1.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-heart"></span>1k</a>
<a href="#"><span class="icon-comment"></span>84</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/sidebar/instagram-2.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-heart"></span>1k</a>
<a href="#"><span class="icon-comment"></span>84</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/sidebar/instagram-3.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-heart"></span>1k</a>
<a href="#"><span class="icon-comment"></span>84</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/sidebar/instagram-4.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-heart"></span>1k</a>
<a href="#"><span class="icon-comment"></span>84</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/sidebar/instagram-5.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-heart"></span>1k</a>
<a href="#"><span class="icon-comment"></span>84</a>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="img-holder">
<img src="images/sidebar/instagram-6.jpg" alt="Awesome Image">
<div class="overlay-style-one">
<div class="box">
<div class="content">
<a href="#"><span class="icon-heart"></span>1k</a>
<a href="#"><span class="icon-comment"></span>84</a>
</div>
</div>
</div>
</div>
</li>
</ul>
<div class="follow-us-button">
<a class="btn-two" href="#">Follow On Instagram<span class="flaticon-next"></span></a>
</div>
</div>
<!--End single-sidebar-->
<!--Start single-sidebar-->
<div class="single-sidebar tag-box clerfix">
<div class="sidebar-title">
<div class="title">Tags</div>
</div>
<ul class="popular-tag clearfix">
<li><a href="#">Architecture</a></li>
<li><a href="#">Building</a></li>
<li><a href="#">Commercial</a></li>
<li><a href="#">Color</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Exterior</a></li>
<li><a href="#">Fabric</a></li>
<li><a href="#">Ideas</a></li>
<li><a href="#">Interior</a></li>
<li><a href="#">Lights</a></li>
<li><a href="#">Minimalist</a></li>
<li><a href="#">Modern</a></li>
<li><a href="#">Traditional</a></li>
<li><a href="#">Wall Painting</a></li>
</ul>
</div>
<!--End single-sidebar-->
</div>
</div>
<!--End Sidebar Wrapper-->
</div>
</div>
</section>
<!--End blog single area-->
<!--Start footer area Style4-->
<footer class="footer-area style4">
<div class="container">
<div class="row">
<!--Start single footer widget-->
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12">
<div class="single-footer-widget marbtm50-s4">
<div class="our-info-box">
<div class="footer-logo">
<a href="index-2.html">
<img src="images/footer/footer-logo.png" alt="Awesome Logo">
</a>
</div>
<div class="text">
<p>On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the blinded by desiremoment.</p>
</div>
<div class="follow-us-social-links clearfix">
<span>Follw Us On:</span>
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Instagram</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--End single footer widget-->
<!--Start single footer widget-->
<div class="col-xl-4 col-lg-5 col-md-6 col-sm-12">
<div class="single-footer-widget s4">
<div class="title-style2">
<h3>Usefull Links</h3>
</div>
<div class="usefull-links">
<ul class="float-left">
<li><a href="#">Company</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Get a Quote</a></li>
</ul>
<ul class="float-left borders-left">
<li><a href="#">News</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Partners</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
</div>
<!--End single footer widget-->
<!--Start single footer widget-->
<div class="col-xl-4 col-lg-3 col-md-12 col-sm-12">
<div class="single-footer-widget pdtop50-s4">
<div class="title-style2">
<h3>Subscribe Us</h3>
</div>
<div class="subscribe-box">
<form class="subscribe-form" action="#">
<input type="email" name="email" placeholder="Your Email">
<button class="btn-one" type="submit">Subscribe<span class="flaticon-next"></span></button>
</form>
<div class="text">
<p><span>*</span>Subscribe us and get latest news and updates</p>
</div>
</div>
</div>
</div>
<!--End single footer widget-->
</div>
</div>
</footer>
<!--End footer area style4-->
<!--Start Footer Contact Info Area-->
<section class="footer-contact-info-area">
<div class="container">
<div class="row">
<div class="col-xl-12">
<ul class="footer-contact-info clearfix">
<li>
<div class="single-footer-contact-info">
<div class="inner">
<div class="icon">
<span class="icon-global"></span>
</div>
<div class="text">
<p>Flat 20, Reynolds Neck, North<br> Helenaville, FV77 8WS</p>
</div>
</div>
</div>
</li>
<li>
<div class="single-footer-contact-info">
<div class="inner">
<div class="icon">
<span class="icon-support1"></span>
</div>
<div class="text">
<p>+324 123 45 978 & 01<br> <span>Mon - Friday:</span> 9.00am to 6.00pm</p>
</div>
</div>
</div>
</li>
<li>
<div class="single-footer-contact-info">
<div class="inner">
<div class="icon">
<span class="icon-shipping-and-delivery"></span>
</div>
<div class="text">
<p>[email protected]<br> [email protected]</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--End Footer Contact Info Area-->
<!--Start footer bottom area-->
<section class="footer-bottom-area style3">
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12">
<div class="copyright-text text-center">
<p><a href="https://www.templateshub.net" target="_blank">Templates Hub</a></p>
</div>
</div>
</div>
</div>
</section>
<!--End footer bottom area-->
</div>
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-angle-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/appear.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/bootstrap-select.min.js"></script>
<script src="js/isotope.js"></script>
<script src="js/jquery.bootstrap-touchspin.js"></script>
<script src="js/jquery.countTo.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.enllax.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/jquery.mixitup.min.js"></script>
<script src="js/jquery.paroller.min.js"></script>
<script src="js/owl.js"></script>
<script src="js/validation.js"></script>
<script src="js/wow.js"></script>
<script src="js/map-helper.js"></script>
<script src="assets/jquery-ui-1.11.4/jquery-ui.js"></script>
<script src="assets/language-switcher/jquery.polyglot.language.switcher.js"></script>
<script src="assets/timepicker/timePicker.js"></script>
<script src="assets/html5lightbox/html5lightbox.js"></script>
<!-- thm custom script -->
<script src="js/custom.js"></script>
</body>
<!-- blog-single 06:55:56 GMT -->
</html>