-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
749 lines (672 loc) · 31 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
742
743
744
745
746
747
748
749
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/gif" href="images/brand1.JPG">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!--Google Font-->
<link href="https://fonts.googleapis.com/css?family=Francois+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cinzel|Maven+Pro|Monda|Orbitron|Rubik|Mono+One|Russo+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro|Rubik|Mono+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik+Mono+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fugaz+One" rel="stylesheet">
<!-- Site CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style copy.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!--our client-->
<link rel="stylesheet" href="slide/simple-line-icons/css/simple-line-icons.css">
<link href="css/our client/flexslider.css" rel="stylesheet" />
<link href="js/our client/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="css/our client/style.css" rel="stylesheet" />
<title>Janta Seva Kendra</title>
</head>
<body>
<div style="max-width:100%;height:25px;background-color:#228F4D"> </div>
<header class="mr-2 ml-2 ">
<div class="d-flex justify-content-between">
<div class="p-3 flex-fill ">
<img src="images/brand1.JPG" class="img-fluid mx-auto d-block float-start brand" alt="...">
</div>
<div class="p-3 flex-fill text-center ">
<img src="images/brand3.JPG" class="img-fluid mx-auto d-block float-center brand" alt="...">
</div>
<div class="p-3 flex-fill ">
<img src="images/right-logo.png" class="img-fluid mx-auto d-block float-end brand" alt="...">
</div>
</div>
</header>
<!--Marquee Start-->
<marquee class="mt-0 " width="100%" direction="left" height="25px">
<span class="text-danger"> It is completely free, no amount will be payable for it. If any person asks for any kind of amount in relation to it, then you should contact on the number given below! - 7061400417, 9110168558, 7023966380, 7651973983 !!
</span>
</marquee>
<!--Marquee End-->
<!--Nav start-->
<nav class="navbar navbar-expand-lg navbar-light mt-0 text-light" style="background-color: #E25B20;">
<div class="container-fluid ">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-1 mb-lg-0 " id="navbarleft">
<li class="nav-item border-end border-warning">
<a class="nav-link active text-light" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item border-end border-warning ">
<a class="nav-link text-light" href="about us.html">About Us</a>
</li>
<li class="nav-item border-end border-warning dropdown">
<a class="nav-link dropdown-toggle text-light " href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Group
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown" style="background-color: #E25B20;">
<li><a class="dropdown-item text-light" href="#">Helping Ray Foundation</a></li>
<li><a class="dropdown-item text-light" href="#">Janta Seva Kendra</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item text-light" href="#">D2C Foundation</a></li>
</ul>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="services.html">Services</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="projects.html">Projects</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="our partner.html">Our Partners</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="contact.html">Contact</a>
</li>
<li class="nav-item border-end border-warning">
<a class="nav-link text-light" href="support.html">Support</a>
</li>
<li class="nav-item border-end border-warning">
<a href="#" class="nav-link text-light" data-bs-toggle="modal" data-bs-target="#md1">
<span class="fa fa-sign-in" aria-hidden="true"></span>
<span class="text-light">
LOGIN
</span>
</a>
</li>
<li class="nav-item border-end border-warning ml-3">
<a class="nav-link text-light" href="registration.html">Online Registration</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Nav End-->
<!--Modal Start-->
<div class="modal fade" id="md1">
<div class="modal-dialog">
<div class="modal-content" style="background-color: transparent;border-radius: 10px 10px 10px 10px;">
<div class="modal-header " style="border:none;margin:0px;border-radius: 10px 10px 0px 0px;background: rgba(200, 90, 34, 0.75);box-shadow: 0 15px 18px -6px #000;">
<div class="container pt-2 pb-2 d-flex justify-content-around" >
<h3 id="welcome_log" class="modal-title text-light text-center" style="font-family: 'Monda', sans-serif; ">Welcome To New Member</h3>
<div class="pr-2 mt-2">
<button type="button" class=" btn-close text-light" id="join2" data-bs-dismiss="modal" aria-label="Close"> </button>
</div>
</div>
</div>
<div class="modal-body " style="background: rgba(200, 90, 34, 0.75);border-radius: 0px 0px 10px 10px" >
<div class="container pt-4">
<form method = "POST">
<div class="input-group pl-3 pr-3 pb-1">
<div class="input-group-prepend">
<span class="input-group-text p-3" style="font-size:28px;background-color:#e6e6e6;border:none;border-radius:18px 0px 0px 18px" >
<i class="fa fa-user" style="font-size:18px;" ></i>
</span>
</div>
<input type="text" class="form-control input-lg" placeholder="Username" style="border-radius: 0px 18px 18px 0px;background-color:#e6e6e6; border:none">
</div>
<br>
<div class="input-group pl-3 pr-3 pb-1">
<div class="input-group-prepend">
<span class="input-group-text p-3" style="font-size:24px;background-color:#e6e6e6;border:none;border-radius:18px 0px 0px 18px"><i class="fa fa-lock" style="font-size:18px" ></i> </span>
</div>
<input type="password" class="form-control input-lg" placeholder="Password" style="border-radius: 0px 18px 18px 0px;background-color:#e6e6e6; border:none">
</div>
<br>
<div class="input-container pl-3 pr-3 ">
<div class="d-grid gap-2 col-6 mx-auto">
<a href="#" id="join2" class="btn p-1 btn-block" name="btn"><span id="Sign_in" class="text text-white p-1" style=" font-size:18px;letter-spacing:1px;font-family: 'Maven Pro', serif;">SIGN-IN</span>
</a>
</div>
</div>
<br>
<div class="input-container pt-1 text-center">
<div class="text-center ">
<p class="text-light" style="font-size:15px;word-spacing:2px;letter-spacing:1px">DON'T HAVE AN ACCOUNT?</p>
<a href="registration.html" class=" btn btn-outline-info">
<span class="text text-light" style="font-size:18px;font-family: Nanum Gothic">sign up</span>
</a>
<a href="forget.php" class="btn btn-outline-warning " name="btn">
<span class="text" style="font-size:18px ">Forget Password?</span>
</a>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!--Modal End-->
<!--Hero Section-->
<div id="slides" class="cover-slides">
<ul class="slides-container">
<li class="text-left">
<img src="images/s1.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>We Support <br> Digital India Programme</strong></h1>
<p class="m-b-40">To transform India into digitally <br>
empowered society and knowledge economy.</p>
</div>
</div>
</div>
</li>
<li class="text-left">
<img src="images/s2.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Air Tickets <br> Online Booking</strong></h1>
<p class="m-b-40">Save On A Wide Choice Of Cheap Flights Online Today! <br>
Get Huge Discount On Domestic Flight Tickets.</p>
</div>
</div>
</div>
</li>
<li class="text-left">
<img src="images/t6.jpeg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Train Tickets <br> Online Booking</strong></h1>
<p class="m-b-40"> Indian Railway E-Tickets Booking <br>
Travel with Safety.</p>
</div>
</div>
</div>
</li>
<li class="text-left">
<img src="images/f1.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Feeling Hungry? <br> Just Order Online</strong></h1>
<p class="m-b-40"> Order food online from restaurants <br>
and get it delivered.</p>
</div>
</div>
</div>
</li>
<li class="text-left">
<img src="images/s3.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Best Online <br> Bill Payment Services</strong></h1>
<p class="m-b-40"> Pay your EMI, Water and Electricty Bill <br>
just in one click.</p>
</div>
</div>
</div>
</li>
<li class="text-left">
<img src="images/s4 (2).jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Online Shopping <br> Quick & Easy </strong></h1>
<p class="m-b-40"> Shop Electronics, Mobile, Men & Women Clothing, shoes <br>
Home & Kitchen appliances online.</p>
</div>
</div>
</div>
</li>
<li class="text-left">
<img src="images/s5.jpg" alt="">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="m-b-20"><strong>Aadhaar Enabled <br>Payment System (AEPS)</strong></h1>
<p class="m-b-40">Easy and Secure way for cash withdrawal and balance enquiry service. <br>
Check and download mini statment.</p>
</div>
</div>
</div>
</li>
</ul>
<div class="slides-navigation">
<a href="#" class="next"><i class="fa fa-angle-right" aria-hidden="true"></i></a>
<a href="#" class="prev"><i class="fa fa-angle-left" aria-hidden="true"></i></a>
</div>
</div>
<!--Hero Section End-->
<!--Our Services start-->
<section id="special" class="container-fluid">
<div class="heading text-center">
<h1 id="mainTitle">Our Services</h1>
</div>
<div class="container">
<div class="row gx-4">
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">B2B SERVICES</p>
<img style="max-width:250px;height:235px" src="images/b2b.png" alt="Avatar" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About B2B Service Kindly contact our Business Agent.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">LEGAL SERVICES</p>
<img style="max-width:250px;height:235px" src="images/legel services.jpg" alt="Avatar" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About LEGAL Service Kindly contact our Legal Team.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">Aadhar SERVICES</p>
<img style="max-width:250px;height:235px" src="images/aadhar serv1.jpg " alt="Avatar" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About Aadhar Service Kindly contact our Aadhar Support Team.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">BILL PAYMENT</p>
<img style="max-width:250px;height:235px" src="images/LED-BULB-ser2.jpg" alt="Avatar" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About BILL PAYMENT Service Kindly contact our Payment Partner.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
</div>
<!--2nd Our services Start-->
<div class="row gx-4 mt-4">
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">LIC PREMIUM</p>
<img style="max-width:250px;height:235px" src="images/LIC IMAGE.jpg" alt="Avatar" style="width:300px;height:300px;">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About LIC PREMIUM Service Kindly contact our LIC Agent.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">HEALTH INSURANCE</p>
<img style="max-width:250px;height:235px" src="https://www.collegeconsensus.com/wp-content/uploads/2019/03/Online-Degree-in-Business-Administration-in-Healthcare-Administration-BBA-MBA-EMBA-DBA-1024x683.jpg">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About HEALTH INSURANCE Service Kindly contact our Health Supportive Team.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">HOTEL BOOKING</p>
<img style="max-width:250px;height:235px" src="https://emarks.in/img/services/hotel.jpg">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About HOTEL BOOKING Service Kindly contact our HOTEL Executive Team.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 mt-2">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<p class="pt-2 text-light">TICKET BOOKING</p>
<img style="max-width:250px;height:235px" src="https://images.indianexpress.com/2020/05/Book-Flights-Indigo-759.jpg">
</div>
<div class="flip-card-back">
<h4 class="pt-4 text-light servText">For More info About TICKET BOOKING Service Kindly contact our Ticket Agent.</h4>
<a class="btn btn-danger mt-5" href="#" role="button">Contact US Now</a>
</div>
</div>
</div>
</div>
</div>
<!--2nd Our End-->
</div>
</section>
<!--Our Services End-->
<br><br>
<!--Become a Partner-->
<section class="container-fluid">
<div class="row">
<div class="col-md-3" id="partner1">
<p class="text-dark h4" style="margin-top: 10px;font-family:'Segoe UI', sans-serif;">Become a Partner</p>
<h5 class="pt-3 text-muted" id="PartnersubText">
Enterpreniour can Join our Brand to get latest and exclusive Business opportunities.
</h5>
<a class="btn-sm btn-danger" href="#" role="button"><span class="p-3">View More Offer</span></a>
</div>
<div class="col-md-3" id="partner2">
<p class="text-dark h4" style="margin-top: 10px;font-family:'Segoe UI', sans-serif;">Become a Distributor</p>
<h5 class="pt-3 text-muted" id="PartnersubText">
JSK Offers to Every Entrepreneur to get exclusive Business opportunities.
</h5>
<a class="btn-sm btn-danger" href="#" role="button"><span class="p-3">View More Offer</span></a>
</div>
<div class="col-md-3" id="partner3">
<p class="text-dark h4" style="margin-top: 10px;font-family:'Segoe UI', sans-serif;">Become a District Partner</p>
<h5 class="pt-3 text-muted" id="PartnersubText">
JSK Offers to Every Entrepreneur to get exclusive Business opportunities.
</h5>
<a class="btn-sm btn-danger" href="#" role="button"><span class="p-3">View More Offer</span></a>
</div>
<div class="col-md-3" id="partner4">
<p class="text-dark h4" style="margin-top: 10px;font-family:'Segoe UI', sans-serif;">Become a State Partner</p>
<h5 class="pt-3 text-muted" id="PartnersubText">
JSK Offers to Every Entrepreneur to get exclusive Business opportunities.
</h5>
<a class="btn-sm btn-danger" href="#" role="button"><span class="p-3">View More Offer</span></a>
</div>
</div>
</section>
<!--Become a Partner End -->
<br>
<br>
<!--India Flag-->
<section class="container">
<div class="row align-items-lg-center ">
<div class="col-lg-6 mb-7 mb-lg-0">
<div class="row border border-1 p-3">
<div class="col-md-1">
<img src="https://nagriksevakendra.in/default/images/img/trust.png" alt="trusted Network" />
</div>
<div class="col-md-11">
<span class="text-dark" style="font-size:20px">India's most extensive and trusted Service network</span>
</div>
</div>
<div class="row margin-top">
<div class="col-md-5 border border-1 p-3">
<div class="u-avatar mr-3" style="width: 7.0rem;font-size: 32px;padding:0 15px">
<span class="metricesCount">25+</span>
</div>
<div class="media-body" style="padding:0 15px">
<span class="text-dark">State covered</span>
<!-- <small class="d-block text-secondary">Logo redesign</small> -->
</div>
</div>
<div class="col-md-1"> </div>
<div class="col-md-5 border border-1 p-3">
<div class="u-avatar mr-3" style="width: 7.0rem;font-size: 32px;padding:0 15px">
<span class="metricesCount">25+</span>
</div>
<div class="media-body" style="padding:0 15px">
<span class="text-dark">Customers Join per day</span>
<!-- <small class="d-block text-secondary">Logo redesign</small> -->
</div>
</div>
<div class="col-md-1"> </div>
</div>
<div class="row margin-top">
<div class="col-md-5 border border-1 p-3">
<div class="u-avatar mr-3" style="width: 7.0rem;font-size: 32px;padding:0 15px">
<span class="metricesCount">500+</span>
</div>
<div class="media-body" style="padding:0 15px">
<span class="text-dark">Customer Visit on Site per day</span>
<!-- <small class="d-block text-secondary">Logo redesign</small> -->
</div>
</div>
<div class="col-md-1"> </div>
<div class="col-md-5 border border-1 p-3">
<div class="u-avatar mr-3" style="width: 7.0rem;font-size: 32px;padding:0 15px">
<span class="metricesCount">100+</span>
</div>
<div class="media-body" style="padding:0 15px">
<span class="text-dark">Services on a single platform</span>
<!-- <small class="d-block text-secondary">Logo redesign</small> -->
</div>
</div>
<div class="col-md-1"> </div>
</div>
</div>
<div class="col-lg-6 p-1 mb-7 mb-lg-0">
<img src="images/india flag.jpg" style="height:65vh" class="img-fluid d-block mx-auto" alt="India Map">
</div>
</div>
</section>
<!--India Flag End-->
<!--Our Partner-->
<section class="clients">
<div class="container">
<div class="clients-slider">
<h1 id="mainTitle">Our Clients</h1>
<div class="clients-control pull-right">
<a class="prev btn btn-gray btn-xs"><i class="fa fa-angle-left fa-2x"></i></a>
<a class="next btn btn-gray btn-xs"><i class="fa fa-angle-right fa-2x"></i></a>
</div>
<span class="line"></span>
<div id="clients-slider" class="owl-carousel">
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/bharat bill pay.jpg">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/citi.jpg">
</a>
</div>
<div class="item1 p-1 align-items-center">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/paytm.png">
</a>
</div>
<div class="item1 ">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/SBPDCL_logo.JPG">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/18.jpg">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/CLIENTS_DIPL-small.jpg">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/freecharge.png">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/mastercard.jpg">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/softcare.jpg">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="https://admin.itsnicethat.com/images/6qBup0L5UcyjOb25BJ9ERRwm42c=/79734/format-webp%7Cwidth-2880/5ad8817a7fa44c25000015e1.jpg">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/mastercard.jpg">
</a>
</div>
<div class="item1 p-1">
<a href="#">
<img alt="Our Client" class="img-fluid mx-auto d-block" src="images/OurClients/mastercard.jpg">
</a>
</div>
</div>
<div class="fullwidth margin-bottom-20">
</div>
</div>
</div>
</section>
<!--Our Partner End-->
<!--Footer Start-->
<section class="footer mb-0">
<div id="scrolltotop">
<span class="fa fa-chevron-up"></span>
</div>
<div class="container">
<div class="row">
<!--Column Start !-->
<div class="col-md-2">
<div class="box-wrapper">
<h3>Services</h3>
<ul>
<li><a rel="canonical" href="services.html">Aadhar Update</a></li>
<li><a rel="canonical" href="services.html">Hotel Booking</a></li>
<li><a rel="canonical" href="services.html" title="B2c">Bill Payment</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="box-wrapper">
<h3>JSK's Condition</h3>
<ul>
<li><a href="#" title="privacy policy">Privacy Policy</a></li>
<li><a href="#" title="terms and conditions">Terms And Condition</a></li>
<li><a href="#" title="refund policy">Cancellation And Refund Policy</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="box-wrapper">
<h3>Janta Seva Kendra</h3>
<ul>
<li><a rel="canonical" href="about us.html">About Us</a></li>
<li><a rel="canonical" href="our partner.html"></a>Partner</li>
<li><a rel="canonical" href="projects.html">Projects</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="box-wrapper">
<h3>Contact Us</h3>
<P>Janta SEVA KENDRA</P>
<P>Shop No – 05, Tulsi Bhawan , Bhagalpur, Bihar - 853201</P>
<P>Email Id: [email protected]</P>
<br>
</div>
</div>
<!-- Column End !-->
</div>
</section>
<!--Footer End-->
<!--copyright start-->
<section style="background-color:#212121;border-top:1px solid #fff;margin-bottom:-30px ">
<div class="container">
<div class="row">
<div class="col-md-12">
<div style="margin: 0;align-items: center;justify-content: center;display: flex;text-align: center;">
<span class="p-1" style="font-size:14px;letter-spacing: 1px; color: #fff">Copyright © Janta Seva Kendra 2017- 2021</span>
</div>
</div>
</div>
</div>
</section>
<!--copyright End-->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
<!-- Custom Js -->
<!-- ALL JS FILES -->
<script src="js/images-loded.min.js"></script>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/jquery.superslides.min.js"></script>
<script src="js/custom.js"></script>
<!-- our client -->
<script src="js/our client/custom.js"></script>
<script src="js/our client/owl-carousel/owl.carousel.js"></script>
<script type="text/javascript">
$("#scrolltotop").click(function() {
$("html, body").animate({ scrollTop: 0 }, "slow");
return false;
});
$(window).scroll(function (event) {
var scroll_top=$(window).scrollTop();
var w_height=$(window).height();
var d_height=$(document).height();
var footer_height=$(".footer").height();
/*console.log("The Scroll Top is " +scroll_top);
console.log("The Window height is " + w_height);
console.log("The Document height is " + d_height);*/
if(scroll_top>=(d_height-w_height-footer_height-220))
{
$(".callbackblog").hide();
$("#blue_navy_callback").show();
$("#scrolltotop").fadeIn();
}
else{
$(".callbackblog").show();
$("#blue_navy_callback").hide();
$("#scrolltotop").fadeOut();
}
});
</script>
</body>
</html>