-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
741 lines (735 loc) · 31.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="theme-color" content="#00b0ff" />
<head>
<title>Krishna Mobile, Water and Light Decoration</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Ballet Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, Sony Ericsson, Motorola web design" />
<script type="application/x-javascript">
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- Custom Theme files -->
<link href="css/bootstrap.css" type="text/css" rel="stylesheet" media="all">
<link href="css/style.css" type="text/css" rel="stylesheet" media="all">
<link href="css/font-awesome.css" rel="stylesheet"> <!-- font-awesome icons -->
<link href="css/index.css" rel="stylesheet" type="text/css" media="all" /> <!-- filter css -->
<link rel="stylesheet" href="css/swipebox.css">
<link rel="stylesheet" href="css/custom.css" type="text/css" media="all">
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="css/menu.css" type="text/css">
<!-- //Custom Theme files -->
<!-- js -->
<script src="http://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/jquery-2.2.3.min.js"></script>
<script src="js/menu.js" type="text/javascript"></script>
<!-- //js -->
<!-- web-fonts -->
<link href="http://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- //web-fonts -->
</head>
<script>
(function() {
if (typeof _bsa !== 'undefined' && _bsa) {
// format, zoneKey, segment:value, options
_bsa.init('flexbar', 'CKYI627U', 'placement:w3layoutscom');
}
})();
</script>
<script>
(function() {
if (typeof _bsa !== 'undefined' && _bsa) {
// format, zoneKey, segment:value, options
_bsa.init('fancybar', 'CKYDL2JN', 'placement:demo');
}
})();
</script>
<script>
(function() {
if (typeof _bsa !== 'undefined' && _bsa) {
// format, zoneKey, segment:value, options
_bsa.init('stickybox', 'CKYI653J', 'placement:w3layoutscom');
}
})();
</script>
<!--<script>(function(v,d,o,ai){ai=d.createElement("script");ai.defer=true;ai.async=true;ai.src=v.location.protocol+o;d.head.appendChild(ai);})(window, document, "//a.vdo.ai/core/w3layouts_V2/vdo.ai.js?vdo=34");</script>-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src='https://www.googletagmanager.com/gtag/js?id=UA-149859901-1'></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-149859901-1');
</script>
<script>
window.ga = window.ga || function() {
(ga.q = ga.q || []).push(arguments)
};
ga.l = +new Date;
ga('create', 'UA-149859901-1', 'demo.w3layouts.com');
ga('require', 'eventTracker');
ga('require', 'outboundLinkTracker');
ga('require', 'urlChangeTracker');
ga('send', 'pageview');
</script>
<meta name="robots" content="noindex">
<body>
<!-- header -->
<div class="header">
<nav class="navbar navbar-default header-padding">
<div class="container">
<div class="navbar-header navbar-left wthree">
<a href="index.html"><img src="images/logo.png" loading="lazy"></a>
</div>
<!-- navigation -->
<!-- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> -->
<div class="mobile-menu collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<div class="stick stick-1"></div>
<div class="stick stick-2"></div>
<div class="stick stick-3"></div>
</div>
<div class="header-right wthree">
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right li-padding" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-left cl-effect-14">
<li><a href="index.html" class="active"><b>Home</b></a></li>
<li><a href="#team" class="scroll"><b>Team</b></a></li>
<li><a href="#services" class="scroll"><b>Services</b></a></li>
<li><a href="#portfolio" class="scroll"><b>Portfolio</b></a></li>
<li><a href="#about" class="scroll"><b>About</b></a></li>
<li><a href="#followus" class="scroll"><b>Follow Us</b></a></li>
<!-- <li><a href="#contact" class="scroll"><b>Contact Us</b></a></li> -->
</ul>
<div class="clearfix"> </div>
</div><!-- //navigation -->
</div>
<div class="clearfix"> </div>
</div>
</nav>
</div>
<!-- //header -->
<!-- banner -->
<div class="banner">
<div class="container">
<div class="banner-text agileits-w3layouts">
<div id="top" class="callbacks_container">
<ul class="rslides" id="slider3">
<li>
<div class="banner-textagileinfo">
<h6>WELCOME TO</h6>
<h3 class="start-txt"><b>Krishna Mobile, Water and Light Decoration</b></h3>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!---728x90--->
<!-- team -->
<div id="team" class="team agileits-w3layouts">
<div class="container">
<div class="team-text">
<h3>Our Team</h3>
</div>
<div class="team-info team-row2">
<div class="col-md-3 team-w3lsgrids">
</div>
<div class="col-md-6 team-w3lsgrids">
<div class="team-left">
<img class="img-responsive" src="images/t1.png" alt="" loading="lazy">
</div>
<div class="team-right">
<h4>Nayan Devani</h4>
<p>CEO of Krishna Mobile and Krishna Water. Specialized in repairing mobiles.</p>
<!-- <div class="social-icon">
<a href="#" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="social-button youtube"><i class="fa fa-youtube-play"></i></a>
<a href="#" class="social-button instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="social-button linkedin"><i class="fa fa-linkedin"></i></a>
</div> -->
</div>
<div class="clearfix"> </div>
</div>
<div class="col-md-3 team-w3lsgrids">
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //team -->
<!---728x90--->
<!-- services -->
<div id="services" class="services jarallax">
<div class="container">
<div class="services-text">
<h3>Services</h3>
</div>
<div class="services-row">
<div class="col-md-4 col-xs-6 services-grids">
<span class="glyphicon glyphicon-phone effect-1" aria-hidden="true"></span>
<h4>Mobile Repairing</h4>
<p>Repairing mobiles at genuine price and selling mobile accessories</p>
</div>
<div class="col-md-4 col-xs-6 services-grids">
<span class="glyphicon glyphicon-tint effect-1" aria-hidden="true"></span>
<h4>Chilled Water</h4>
<p>Delivering chilled water for at least 5 bottle or jug </p>
</div>
<div class="col-md-4 col-xs-6 services-grids">
<span class="glyphicon glyphicon-lamp effect-1" aria-hidden="true"></span>
<h4>Light Decoration</h4>
<p>Decorating at functions and rituals by colourful lights</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //services -->
<!-- portfolio -->
<div id="portfolio" class="portfolio">
<div class="container">
<div class="gallary">
<h3>Portfolio</h3>
<p class="margin">Below is the gallary of our decorated events and some pictures of Krishna Mobile and Krishna Water.</p>
</div>
<div class="gallery_gds agileits-w3layouts">
<ul class="simplefilter">
<li class="active" data-filter="all">All</li>
<li data-filter="1">Light decoration</li>
<li data-filter="2">Water supply</li>
<li data-filter="3">Mobile repairing</li>
<li data-filter="4">Videos</li>
</ul>
<div class="filtr-container">
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Busy streets">
<div class="hover ehover14">
<a href="gallary/c1p1.jpg" class="swipebox" title="Wedding entry gate in night view. With our light decoration.">
<img src="gallary/c1p1.jpg" alt="Marriage entry gate" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Entry gate</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Luminous night">
<div class="hover ehover14">
<a href="gallary/c1p2.jpg" class="swipebox" title="Wedding entry gate in night view. With our light decoration.">
<img src="gallary/c1p2.jpg" alt="Marriage entry gate" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Entry gate</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="City wonders">
<div class="hover ehover14">
<a href="gallary/c1p3.jpg" class="swipebox" title="Wedding entry gate in night view. With our light decoration.">
<img src="gallary/c1p3.jpg" alt="Marriage entry gate" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Entry gate</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Industrial site">
<div class="hover ehover14">
<a href="gallary/c1p4.jpg" class="swipebox" title="Wedding entry gate in night view. With our light decoration.">
<img src="gallary/c1p4.jpg" alt="Marriage entry gate" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Entry gate</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c1p5.jpg" class="swipebox" title="Wedding entry gate with vertical lightings.">
<img src="gallary/c1p5.jpg" alt="Marriage entry gate" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Entry gate</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Peaceful lake">
<div class="hover ehover14">
<a href="gallary/c1p6.jpg" class="swipebox" title="Wedding entry gate with vertical lightings.">
<img src="gallary/c1p6.jpg" alt="Marriage entry gate" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Entry gate</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Industrial site">
<div class="hover ehover14">
<a href="gallary/c1p7.jpg" class="swipebox" title="Wedding entry gate in night view. With our light decoration.">
<img src="gallary/c1p7.jpg" alt="Marriage entry gate" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Entry gate</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Industrial site">
<div class="hover ehover14">
<a href="gallary/c1p8.jpg" class="swipebox" title="Stage decoration with brigth lighings on Reception.">
<img src="gallary/c1p8.jpg" alt="Reception decorated stage" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Decorated stage</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Industrial site">
<div class="hover ehover14">
<a href="gallary/c1p9.jpg" class="swipebox" title="Beautifully decorated Marriage Porch with lights.">
<img src="gallary/c1p9.jpg" alt="Marriage porch" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Marriage Porch</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Industrial site">
<div class="hover ehover14">
<a href="gallary/c1p10.jpg" class="swipebox" title="Stage decoration with brigth lighings on Reception.">
<img src="gallary/c1p10.jpg" alt="Reception decorated stage" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Decorated stage</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="1" data-sort="Industrial site">
<div class="hover ehover14">
<a href="gallary/c1p11.jpg" class="swipebox" title="Home decoration with lightings on Diwali special.">
<img src="gallary/c1p11.jpg" alt="Diwali decoration" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Decorated home</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="2" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c2p1.jpg" class="swipebox" title="Hygienic water jug.">
<img src="gallary/c2p1.jpg" alt="Water jug" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Water jug</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="2" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c2p2.jpg" class="swipebox" title="Hygienic water jug.">
<img src="gallary/c2p2.jpg" alt="Water jug" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Water jug</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="2" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c2p3.jpg" class="swipebox" title="Huge RO plant for filterized water.">
<img src="gallary/c2p3.jpg" alt="RO Plant" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>RO Plant</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="2" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c2p4.jpg" class="swipebox" title="Bottles are always on fresh stock.">
<img src="gallary/c2p4.jpg" alt="Plactic water bottle" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Stock</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="2" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c2p5.jpg" class="swipebox" title="Bottles are always on fresh stock.">
<img src="gallary/c2p5.jpg" alt="Plactic water bottle" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Stock</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="2" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c2p6.jpg" class="swipebox" title="Fresh, hygienic and chilled water filled tanks.">
<img src="gallary/c2p6.jpg" alt="Water tanks" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Water Tank</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="3" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c3p1.jpg" class="swipebox" title="Branded accessories.">
<img src="gallary/c3p1.jpg" alt="Mobile accessories" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Accessories</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="3" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c3p2.jpg" class="swipebox" title="Branded accessories.">
<img src="gallary/c3p2.jpg" alt="Mobile accessories" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Accessories</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="3" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c3p3.jpg" class="swipebox" title="Branded accessories.">
<img src="gallary/c3p3.jpg" alt="Wireless earephone" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Accessories</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="3" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c3p4.jpg" class="swipebox" title="Branded accessories.">
<img src="gallary/c3p4.jpg" alt="Mobile covers" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Accessories</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="3" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c3p5.jpg" class="swipebox" title="Branded accessories.">
<img src="gallary/c3p5.jpg" alt="Earphones" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Accessories</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="3" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c3p6.jpg" class="swipebox" title="Repairing mobiles with care and expertise knowledge.">
<img src="gallary/c3p6.jpg" alt="Mobile repairing" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Repairing</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="3" data-sort="In production">
<div class="hover ehover14">
<a href="gallary/c3p7.jpg" class="swipebox" title="Repairing mobiles with care and expertise knowledge.">
<img src="gallary/c3p7.jpg" alt="Mobile repairing" class="img-responsive img-size" loading="lazy" />
<div class="overlay">
<h4>Repairing</h4>
<div class="info nullbutton button" data-toggle="modal" data-target="#modal14">Show More</div>
</div>
</a>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="4" data-sort="In production">
<div class="hover ehover14">
<video controls class="img-responsive img-size">
<source src="gallary/v1.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="4" data-sort="In production">
<div class="hover ehover14">
<video controls class="img-responsive img-size">
<source src="gallary/v2.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="4" data-sort="In production">
<div class="hover ehover14">
<video controls class="img-responsive img-size">
<source src="gallary/v3.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="4" data-sort="In production">
<div class="hover ehover14">
<video controls class="img-responsive img-size">
<source src="gallary/v4.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="4" data-sort="In production">
<div class="hover ehover14">
<video controls class="img-responsive img-size">
<source src="gallary/v5.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
<div class="col-sm-4 col-xs-6 filtr-item" data-category="4" data-sort="In production">
<div class="hover ehover14">
<video controls class="img-responsive img-size">
<source src="gallary/v6.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
</div>
<!-- //portfolio -->
<!-- about -->
<div id="about" class="about">
<div class="container">
<div class="about-agileinfo">
<div class="col-sm-12 about-text w3-agileits">
<h3>About Us</h3>
</div>
<div class="col-sm-12 about1">
Who we are?
</div>
<p class="txt-content">We are specialize in decorating house, buildings, inaugurations, ground breaking events and many more with our colorful lights. We are known for making the functions and rituals colorful with our colorful ideas with
genuine budget & assigned time, right from the meticulous planning, visualizing, conceptualizing, and production & finally turning even the smallest event in to a huge success. Our Portfolio(Gallary) includes the pictures of the past events
that was decorated by us.</p>
<div class="col-sm-12 about1">
Our Vision
</div>
<p class="txt-content">To be a highly professional provider of comprehensive Event Management services.<br>We will strive to deliver each event with meticulous planning, outstanding execution and all round coordination so as to consistently
exceed client expectations, thereby making a positive impact on their functions and rituals</p>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //about -->
<!-- map -->
<div class="map w3layouts">
<div class="col-md-8 map-left">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3705.789258741075!2d70.99108041494496!3d21.749694285612367!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x65bb9fe51856ff3d!2sKrishna%20Mobile%2C%20Water%20and%20Light%20Decoration!5e0!3m2!1sen!2sin!4v1612351101588!5m2!1sen!2sin"></iframe>
</div>
<div class="col-md-4 map-wthree-right">
<h4><span class="glyphicon glyphicon-home" aria-hidden="true"></span> Address</h4>
<p>Vadala Chock, Opposite to Happy Dairy, Leuva Patel Samaj Road, Derdi Kumbhaji, Rajkot, Gujarat 364465</p>
<h4><span class="glyphicon glyphicon-phone" aria-hidden="true"></span>Phone</h4>
<a href="tel:+919574408899">+91 9574408899</a>
<a href="tel:+919574508899">+91 9574508899</a>
<h4><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>Email</h4>
<p class="agile-last"><a href="mailto:nayandevani@gmail.com" target="_blank">nayandevani@gmail.com</a></p>
</div>
<div class="clearfix"> </div>
</div>
<!-- //map -->
<!-- contact -->
<!-- <div id="contact" class="contact">
<div class="team-info w3-agileits">
<div class="container">
<div class="title">
<h3>Contact Us</h3>
<p>Duis euismod massa ut sem fringilla blandit. Proin vel enim nec ipsum finibus. </p>
</div>
<div class="contact-form">
<form action="#" method="post">
<input type="text" name="Name" placeholder="Name" required="">
<input type="email" class="email" name="Email" placeholder="Email" required="">
<input type="text" name="Phone" placeholder="Phone" required="">
<textarea name="Message" placeholder="Message" required=""></textarea>
<input type="submit" value="SUBMIT" >
</form>
</div>
</div>
</div>
</div> -->
<!-- //contact -->
<!-- footer -->
<div id="followus" class="footer">
<div class="container">
<div class="col-md-4 w3layouts_footer_grid">
<div class="title">
<h2>Follow Us</h2>
</div>
<div class="social-icon social_agileinfo">
<a href="https://www.facebook.com/Krishna-Mobile-Water-and-Light-Decoration-107994030990080/" target="_blank" class="social-button facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.youtube.com/channel/UCU-UNE0OX2K4J8ukdJ1rksQ?view_as=subscriber" target="_blank" class="social-button youtube"><i class="fa fa-youtube-play"></i></a>
<a href="https://www.instagram.com/nayan_devani/" target="_blank" class="social-button instagram"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com/KMWLD_01" target="_blank" class="social-button twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/km-w-ld-7bb2b570/" target="_blank" class="social-button linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="col-md-8 w3layouts_footer_grid">
<!-- <form action="#" method="post">
<input type="email" name="Email" placeholder="Enter Your Email..." required="">
<input type="submit" value="Submit">
<div class="clearfix"> </div>
</form> -->
<ul class="w3l_footer_nav">
<li><a href="index.html">Home</a></li>
<li><a href="#team" class="scroll">Team</a></li>
<li><a href="#services" class="scroll">Services</a></li>
<li><a href="#portfolio" class="scroll">Portfolio</a></li>
<li><a href="#about" class="scroll">About</a></li>
<!-- <li><a href="#contact" class="scroll">Contact Us</a></li> -->
</ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="footer-a">
<p>© 2020-<script type="text/javascript">
document.write(new Date().getFullYear())
</script> All Rights Reserved | Design by <a href="contact-us/contact.html">Vora Arshit</a></p>
</div>
<!-- //footer -->
<!-- Include jQuery & Filterizr -->
<script src="js/jquery.filterizr.js"></script>
<script src="js/controls.js"></script>
<!-- Kick off Filterizr -->
<script type="text/javascript">
$(function() {
//Initialize filterizr with default options
$('.filtr-container').filterizr();
});
</script>
<!--//gallery-->
<!-- swipe box js -->
<script src="js/jquery.swipebox.min.js"></script>
<script type="text/javascript">
jQuery(function($) {
$(".swipebox").swipebox();
});
</script>
<!-- //swipe box js -->
<!-- banner Slider starts Here -->
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function() {
// Slideshow 3
$("#slider3").responsiveSlides({
auto: false,
pager: true,
nav: false,
speed: 500,
namespace: "callbacks",
before: function() {
$('.events').append("<li>before event fired.</li>");
},
after: function() {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!-- //End-slider-script -->
<!-- jarallax -->
<script src="js/SmoothScroll.min.js"></script>
<script src="js/jarallax.js"></script>
<script type="text/javascript">
/* init Jarallax */
$('.jarallax').jarallax({
speed: 0.5,
imgWidth: 1366,
imgHeight: 768
})
</script>
<!-- //jarallax -->
<!-- start-smooth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 1000);
});
});
</script>
<!-- //end-smooth-scrolling -->
<!-- smooth-scrolling-of-move-up -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<!-- //smooth-scrolling-of-move-up -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/bootstrap.js"></script>
<script>
$('li[data-filter]:not(.active)').each((i, el) => {
let hasData = $(`div[data-category="${el.dataset.filter}"]`).length != 0;
$(el).toggle(hasData);
});
</script>
</body>
</html>