-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog-single.html
624 lines (605 loc) · 36.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chashi Blog Single</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="assets/images/x-icon/agricul.png">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/icofont.min.css">
<link rel="stylesheet" href="assets/css/lightcase.css">
<link rel="stylesheet" href="assets/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- preloader start here -->
<div class="preloader">
<div class="preloader-inner">
<div class="preloader-icon">
<span></span>
<span></span>
</div>
</div>
</div>
<!-- preloader ending here -->
<!-- Header section start here -->
<header class="header-section">
<div class="header-top d-none d-lg-block">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-7 col-12">
<div class="ht-left">
<ul class="agri-ul d-flex flex-wrap">
<li><i class="icofont-envelope"></i><span>Chashi@gmail.com</span></li>
<li><i class="icofont-phone"></i><span>+88130-589-745-6987</span></li>
<li><i class="icofont-stopwatch"></i><span>Mon - Fri 09:00 - 18:00</span></li>
</ul>
</div>
</div>
<div class="col-lg-5 col-12">
<div class="ht-right">
<div class="scocial-media">
<a href="#" class="facebook"><i class="icofont-facebook"></i></a>
<a href="#" class="twitter"><i class="icofont-twitter"></i></a>
<a href="#" class="linkedin"><i class="icofont-linkedin"></i></a>
<a href="#" class="vimeo"><i class="icofont-vimeo"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header-area">
<div class="container">
<nav class="navbar navbar-expand-lg">
<div class="primary-menu">
<div class="logo">
<a href="index.html"><img src="assets/images/logo/01.png" alt="logo"></a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="icofont-navigation-menu"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="main-area">
<div class="main-menu">
<ul class="agri-ul">
<li><a href="#">Home</a>
<ul class="agri-ul">
<li><a href="index.html">Agricul Farm</a></li>
<li><a href="index-2.html">Agricul Farm2</a></li>
<li><a href="index-3.html">Agricul Farm3</a></li>
<li><a href="index-4.html">Agricul Farm4</a></li>
</ul>
</li>
<li>
<a href="#">Pages</a>
<ul class="agri-ul">
<li><a href="about.html">About Page</a></li>
<li>
<a href="#0">Services Page</a>
<ul class="agri-ul">
<li><a href="service.html">Services Page</a></li>
<li><a href="service-single.html">Services detalis Page</a></li>
</ul>
</li>
<li><a href="team.html">Team Page</a></li>
<li><a href="faq-page.html">Faq Page</a></li>
<li><a href="404.html">404 Page</a></li>
</ul>
</li>
<li>
<a href="#">Gallery</a>
<ul class="agri-ul">
<li><a href="gallery-grid2.html">Gallery 2 Grid</a></li>
<li><a href="gallery-masonary.html">Gallery Masonary</a></li>
</ul>
</li>
<li class="active">
<a href="#">Blog</a>
<ul>
<li><a href="blog.html">Blog Right Sidebar</a></li>
<li><a href="blog-ls.html">Blog Left Sidebar</a></li>
<li class="active"><a href="blog-single.html">Blog Single Page</a></li>
</ul>
</li>
<li>
<a href="#">Shop</a>
<ul class="agri-ul">
<li><a href="product-page.html">Product</a></li>
<li><a href="product-single.html">Product Single</a></li>
<li><a href="cart-page.html">Cart Page</a></li>
</ul>
</li>
<li><a href="contact-us.html">Contact</a></li>
</ul>
</div>
<div class="header-btn">
<a href="#" class="lab-btn"><span>Get in Touch</span></a>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
</header>
<!-- Header section ending here -->
<!-- Page Header Section Start Here -->
<section class="page-header bg_img padding-tb">
<div class="overlay"></div>
<div class="container">
<div class="page-header-content-area">
<h4 class="ph-title">Agricul Farm Blog Single Page</h4>
<ul class="agri-ul">
<li><a href="index.html">Home</a></li>
<li><a class="active">Blog Single</a></li>
</ul>
</div>
</div>
</section>
<!-- Page Header Section Ending Here -->
<!-- Blog Section Start Here -->
<div class="blog-section blog-single padding-tb">
<div class="container">
<div class="section-wrapper">
<div class="row justify-content-center">
<div class="col-lg-9 col-12">
<article>
<div class="post-item-2">
<div class="post-inner">
<div class="post-thumb">
<img src="assets/images/blog/04.jpg" alt="blog">
</div>
<div class="post-content">
<h4>Tips For Ripening Your Fruits & Vegetable</h4>
<div class="meta-post">
<p><span class="post-date">Posted On:<a href="#">January 26, 2021</a></span><span class="admin-name">Admin <a href="#">Rajib Raj</a></span><span class="post-like"><a href="#">15 Likes</a></span><span class="comment-name"><a href="#">10 comments</a></span></p>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry lorem is of the printing abIpsum our beeintery's Standard dummy text ever since the 1500s, when an unknown printer took ar galley of typ and scrambledji simply dummy make Type specimen book. It has survived not only five centuries, intobut also th leap into electronic</p>
<p>Authoritatively strategize inexpensive relationships after cutting-edge innovation. Interactivelye frcat inexpensihipsworldwe suply Chains after equity invested strategic theme areas. Continually productivate that urnke leadership skills after equity and customized Mindshare. Holisticly envisioneer highly efficient value before.</p>
<div class="qute-content text-center">
<blockquote>
<p>It’s no secret that the digital industry is booming. from exciting startups to global brands, to the new companies boomingesagencies, responding to the new possibilities available. however, the industry is exciting fast heaving with goloballife agencies offering similar services.</p>
<cite>
<a href="#">Rajib Ahmed</a>
</cite>
</blockquote>
</div>
<p>Proactively unleash parallel outsourcing without equity invested systems.Convenientcocplume mkets ForThe backward-compatible models. Distinctively transition transparent sources after e-business scricly E-enablese bricks-and-clicks vortals with client-based outsourcing. Professionally drive one-to-oneitures Before worldwid e growth strategie Holisticly envisioneer highly efficient value before.</p>
</div>
</div>
</div>
<div class="tags-social">
<div class="row">
<div class="col-lg-6 col-12">
<div class="tags">
<span>Tags:</span>
<ul class="agri-ul">
<li><a href="#">Travel,</a></li>
<li><a href="#">Photography,</a></li>
<li><a href="#">Lyfestyle</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="scocial">
<span>Share:</span>
<div class="scocial-media">
<a href="#" class="facebook"><i class="icofont-facebook"></i></a>
<a href="#" class="twitter"><i class="icofont-twitter"></i></a>
<a href="#" class="linkedin"><i class="icofont-linkedin"></i></a>
<a href="#" class="vimeo"><i class="icofont-vimeo"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="authors">
<div class="author-thumb">
<a href="#"><img src="assets/images/team/02.jpg" alt="author"></a>
</div>
<div class="author-content">
<h6>Rajib Ahmed</h6>
<p>Competently conceptualize alternative synergy and technically sound niche markets. Efficiently impact technically sound outsourcing rathe tnclicks-and-mortar best practices.</p>
<div class="scocial-media">
<a href="#" class="facebook"><i class="icofont-facebook"></i></a>
<a href="#" class="twitter"><i class="icofont-twitter"></i></a>
<a href="#" class="linkedin"><i class="icofont-linkedin"></i></a>
<a href="#" class="vimeo"><i class="icofont-vimeo"></i></a>
</div>
</div>
</div>
<div class="rel-product">
<h4 class="title-border">You May Also Like</h4>
<div class="section-wrapper">
<div class="row g-0 justify-content-center">
<div class="col-xl-4 col-md-6 col-12">
<div class="product-item">
<div class="product-thumb">
<img src="assets/images/product/01.jpg" alt="food-product">
</div>
<div class="product-content">
<a href="#"><h6>Archaeologists may tunnel</h6></a>
<a href="#" class="commtents">24 Comments</a>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 col-12">
<div class="product-item">
<div class="product-thumb">
<img src="assets/images/product/02.jpg" alt="food-product">
</div>
<div class="product-content">
<a href="#"><h6>Archaeologists may tunnel</h6></a>
<a href="#" class="commtents">24 Comments</a>
</div>
</div>
</div>
<div class="col-xl-4 col-md-6 col-12">
<div class="product-item">
<div class="product-thumb">
<img src="assets/images/product/03.jpg" alt="food-product">
</div>
<div class="product-content">
<a href="#"><h6>Archaeologists may tunnel</h6></a>
<a href="#" class="commtents">24 Comments</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="comments" class="comments">
<h4 class="title-border">03 Comment</h4>
<ul class="agri-ul comment-list">
<li class="comment" id="li-comment-1">
<div class="com-thumb">
<img alt="" src="assets/images/team/05.jpg" srcset="assets/images/team/05.jpg" class="avatar avatar-90 photo" height="90" width="90">
</div>
<div class="com-content">
<div class="com-title">
<div class="com-title-meta">
<h6><a href="http://Sk" rel="external nofollow" class="url">Linsa Faith</a></h6>
<span> October 5, 2018 at 12:41 pm </span>
</div>
<span class="reply">
<a rel="nofollow" class="comment-reply-link" href="#" aria-label="Reply to Masum"><i class="icofont-reply-all"></i>Reply</a>
</span>
</div>
<p>The inner sanctuary, I throw myself down among the tall grass bye the trckli stream and, as I lie close to the earth</p>
<div class="reply-btn"></div>
</div>
<ul class="agri-ul comment-list">
<li class="comment" id="li-comment-2">
<div class="com-thumb">
<img alt="" src="assets/images/team/06.jpg" srcset="assets/images/team/06.jpg" class="avatar avatar-90 photo" height="90" width="90">
</div>
<div class="com-content">
<div class="com-title">
<div class="com-title-meta">
<h6><a href="http://Sk" rel="external nofollow" class="url">James Jusse</a></h6>
<span> October 5, 2018 at 12:41 pm </span>
</div>
<span class="reply">
<a rel="nofollow" class="comment-reply-link" href="#" aria-label="Reply to Masum"><i class="icofont-reply-all"></i>Reply</a>
</span>
</div>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings spring which I enjoy with my whole heart</p>
<div class="reply-btn"></div>
</div>
</li>
</ul>
</li>
<li class="comment" id="li-comment-3">
<div class="com-thumb">
<img alt="" src="assets/images/team/07.jpg" srcset="assets/images/team/07.jpg" class="avatar avatar-90 photo" height="90" width="90">
</div>
<div class="com-content">
<div class="com-title">
<div class="com-title-meta">
<h6><a href="http://Sk" rel="external nofollow" class="url">Jahid Jusse</a></h6>
<span> October 5, 2018 at 12:41 pm </span>
</div>
<span class="reply">
<a rel="nofollow" class="comment-reply-link" href="#" aria-label="Reply to Masum"><i class="icofont-reply-all"></i>Reply</a>
</span>
</div>
<p>A wonderful serenity has taken possession of my entire soul, like these sweet mornings spring which I enjoy with my whole heart</p>
<div class="reply-btn"></div>
</div>
</li>
</ul>
</div>
<div id="respond" class="comment-respond">
<h4 class="title-border">Leave a Comment</h4>
<div class="add-comment">
<form action="#" method="post" id="commentform" class="comment-form">
<input name="name" type="text" value="" placeholder="Name">
<input name="email" type="text" value="" placeholder="Email">
<input name="url" type="text" value="" placeholder="Subject">
<textarea id="comment-reply" name="comment" rows="7" placeholder="Type Here Your Comment"></textarea>
<p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes"><label for="wp-comment-cookies-consent">Save my name, email, and website in this browser for the next time I comment.</label></p>
<button type="submit" class="lab-btn"><span>Send Comment</span></button>
</form>
</div>
</div>
</article>
</div>
<div class="col-lg-3 col-md-7 col-12">
<aside>
<div class="widget widget-author">
<div class="widget-wrapper">
<div class="admin-thumb">
<img src="assets/images/team/01.jpg" alt="author">
</div>
<div class="admin-content">
<h5>Sahjahan Sagor</h5>
<p>Authoritatively restore orthog ips ineer installed Intrinsiclyts imperatives.</p>
<div class="scocial-media">
<a href="#" class="facebook"><i class="icofont-facebook"></i></a>
<a href="#" class="twitter"><i class="icofont-twitter"></i></a>
<a href="#" class="linkedin"><i class="icofont-linkedin"></i></a>
<a href="#" class="vimeo"><i class="icofont-vimeo"></i></a>
</div>
</div>
</div>
</div>
<div class="widget widget-category">
<div class="widget-header">
<h5>Post Categories</h5>
</div>
<ul class="agri-ul widget-wrapper">
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="icofont-double-right"></i>Show all</span><span>(148)</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="icofont-double-right"></i>Business</span><span>(20)</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="icofont-double-right"></i>Creative</span><span>(25)</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="icofont-double-right"></i>Inspiation</span><span>(30)</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="icofont-double-right"></i>News</span><span>(28)</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="icofont-double-right"></i>Photography</span><span>(20)</span></a>
</li>
<li>
<a href="#" class="d-flex flex-wrap justify-content-between"><span><i class="icofont-double-right"></i>Smart</span><span>(25)</span></a>
</li>
</ul>
</div>
<div class="widget widget-post">
<div class="widget-header">
<h5>Recent Post</h5>
</div>
<ul class="agri-ul widget-wrapper">
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="blog-single.html"><img src="assets/images/product/10.jpg" alt="product"></a>
</div>
<div class="post-content">
<a href="blog-single.html"><h6>Conveniently utilize premier metho.</h6></a>
<p>04 February 2021</p>
</div>
</li>
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="blog-single.html"><img src="assets/images/product/11.jpg" alt="product"></a>
</div>
<div class="post-content">
<a href="blog-single.html"><h6>Seamlessly fashion customiz before.</h6></a>
<p>04 February 2021</p>
</div>
</li>
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="blog-single.html"><img src="assets/images/product/12.jpg" alt="product"></a>
</div>
<div class="post-content">
<a href="blog-single.html"><h6>Conveniently utilize premier metho.</h6></a>
<p>04 February 2021</p>
</div>
</li>
<li class="d-flex flex-wrap justify-content-between">
<div class="post-thumb">
<a href="blog-single.html"><img src="assets/images/product/13.jpg" alt="product"></a>
</div>
<div class="post-content">
<a href="blog-single.html"><h6>Seamlessly fashion customiz before.</h6></a>
<p>04 February 2021</p>
</div>
</li>
</ul>
</div>
<div class="widget widget-instagram">
<div class="widget-header">
<h5>Chashi instagram</h5>
</div>
<ul class="agri-ul widget-wrapper d-flex flex-wrap justify-content-center">
<li><a href="#"><img src="assets/images/product/01.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/product/02.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/product/05.jpg" alt="product"></a></li>
<li><a href="#"><img src="assets/images/product/06.jpg" alt="product"></a></li>
</ul>
</div>
<div class="widget widget-tags">
<div class="widget-header">
<h5>top tags</h5>
</div>
<ul class="agri-ul widget-wrapper">
<li><a href="#">envato</a></li>
<li><a href="#">themeforest</a></li>
<li><a href="#">codecanyon</a></li>
<li><a href="#">videohive</a></li>
<li><a href="#">audiojungle</a></li>
<li><a href="#">3docean</a></li>
<li><a href="#">envato</a></li>
<li><a href="#">themeforest</a></li>
<li><a href="#">codecanyon</a></li>
</ul>
</div>
</aside>
</div>
</div>
</div>
</div>
</div>
<!-- Blog Section ENding Here -->
<!-- newsletters section start here -->
<div class="newsletter-section">
<div class="container">
<div class="row justify-content-lg-between justify-content-center align-items-center">
<div class="col-lg-6 col-12">
<div class="newsletter-title">
<h4>Subscribe Our Newsletter</h4>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="newsletter-form">
<form action="/" class="d-flex flex-wrap">
<input type="text" placeholder="Enter Your Email" class="input-email">
<input type="submit" value="Subscribe" class="subscribe-btn">
</form>
</div>
</div>
</div>
</div>
</div>
<!-- newsletters section ending here -->
<!-- footer section start here -->
<footer class="footer-section padding-tb pb-0">
<div class="container">
<div class="footer-top">
<div class="row">
<div class="col-xl-3 col-md-6 col-12">
<div class="footer-item">
<div class="footer-inner">
<div class="footer-logo">
<img src="assets/images/logo/01.png" alt="footer-logo">
</div>
<div class="footer-desc">
<p>Conveniently customizec web services aggregate frictionle internet withouevs Conveniently customizec.</p>
<p>aggregate frictionle without aggregate Conveniently customizec efrictionle.</p>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-6 col-12">
<div class="footer-item footer-addtess">
<div class="footer-inner">
<div class="footer-title">
<h5>Keep In Touch</h5>
</div>
<div class="footer-body">
<ul class="agri-ul">
<li>
<div class="icon">
<i class="icofont-google-map"></i>
</div>
<div class="detalis">
<p>Sector # 48,123 Vokte Street, Melborn city, Australia</p>
</div>
</li>
<li>
<div class="icon">
<i class="icofont-phone"></i>
</div>
<div class="detalis">
<p>+88978-658-125, 0078-98-954, +1655-456-523</p>
</div>
</li>
<li>
<div class="icon">
<i class="icofont-envelope"></i>
</div>
<div class="detalis">
<p>Chashi@gmail.com</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-6 col-12">
<div class="footer-item footer-blog">
<div class="footer-inner">
<div class="footer-title">
<h5>Chashi Product</h5>
</div>
<div class="footer-body">
<ul class="agri-ul">
<li>
<div class="thumb">
<a href="blog-single.html"><img src="assets/images/blog/01.jpg" alt="footer-blog"></a>
</div>
<div class="detalis">
<a href="blog-single.html"><h5>Fruits &Vegetable</h5></a>
<h6>$24.99</h6>
</div>
</li>
<li>
<div class="thumb">
<a href="blog-single.html"><img src="assets/images/blog/02.jpg" alt="footer-blog"></a>
</div>
<div class="detalis">
<a href="blog-single.html"><h5>Natural &Honey</h5></a>
<h6>$25.99</h6>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-md-6 col-12">
<div class="footer-item footer-gallery">
<div class="footer-inner">
<div class="footer-title">
<h5>Chashi Product</h5>
</div>
<div class="footer-body">
<ul class="agri-ul">
<li><a href="#"><img src="assets/images/gallery/01.jpg" alt="footer-gallery"></a></li>
<li><a href="#"><img src="assets/images/gallery/02.jpg" alt="footer-gallery"></a></li>
<li><a href="#"><img src="assets/images/gallery/03.jpg" alt="footer-gallery"></a></li>
<li><a href="#"><img src="assets/images/gallery/04.jpg" alt="footer-gallery"></a></li>
<li><a href="#"><img src="assets/images/gallery/05.jpg" alt="footer-gallery"></a></li>
<li><a href="#"><img src="assets/images/gallery/06.jpg" alt="footer-gallery"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2021<a href="index.html" target="_blank"><span>Chashi</span></a>All Rights Reserved By<a href="https://themeforest.net/user/labartisan" target="_blank"><span>LabArtisan</span></a></p>
</div>
</div>
</footer>
<!-- footer section ending here -->
<!-- scrollToTop start here -->
<a href="#" class="scrollToTop"><i class="icofont-swoosh-up"></i><span class="pluse_1"></span><span class="pluse_2"></span></a>
<!-- scrollToTop ending here -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/fontawesome.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/jquery.countdown.min.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/lightcase.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>