-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
834 lines (797 loc) · 51.8 KB
/
contact-us.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Favicons -->
<link rel="canonical" href="https://wheelguru.in/contact-us">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0F7LTWCJMP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', Date());
gtag('config', 'G-0F7LTWCJMP');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1195438021979002"
crossorigin="anonymous"></script>
<meta name="google-adsense-account" content="ca-pub-1195438021979002">
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) -->
<!-- <meta name="keywords" content="bajaj bike, bajaj bike price, bajaj bike, bajaj bike models, bajaj bike model, "> -->
<!-- Primary Meta Tags -->
<title>Contact us, Models, Specification, by Wheelguru</title>
<meta name="title" content="Contact us, Models, Specification, by Wheelguru" />
<meta name="description"
content="We genuinely appreciate your interest in Wheelguru, and we're committed to providing you with the best possible experience. Your inquiries, feedback" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wheelguru.in/contact-us" />
<meta property="og:title" content="Contact us, Models, Specification, by Wheelguru" />
<meta property="og:description"
content="We genuinely appreciate your interest in Wheelguru, and we're committed to providing you with the best possible experience. Your inquiries, feedback" />
<meta property="og:image" content="https://wheelguru.in/res/meta-image/contact-us.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wheelguru.in/contact-us" />
<meta property="twitter:title" content="Contact us, Models, Specification, by Wheelguru" />
<meta property="twitter:description"
content="We genuinely appreciate your interest in Wheelguru, and we're committed to providing you with the best possible experience. Your inquiries, feedback" />
<meta property="twitter:image" content="https://wheelguru.in/res/meta-image/contact-us.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<style>
/* @nup@m */
a {
text-decoration: none;
}
a small,
a svg {
display: block;
margin: 0 auto;
text-align: center;
}
a small {
font-size: .6rem;
}
.bg-duo {
background: rgb(255, 255, 255);
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0) 50%);
}
/* @nup@m */
.card.card-hover:hover div hr {
width: 100% !important;
}
.card-body hr {
transition: 0.5s;
width: 0%;
border-style: dashed !important;
border-bottom-color: #000 !important;
}
#bg-1 {
background-image: url(hunter1.jpg);
background-position: bottom;
background-size: cover;
background-attachment: fixed;
}
#bg-2 {
background-image: url(https://images.pexels.com/photos/704214/pexels-photo-704214.jpeg?auto=compress&cs=tinysrgb&w=1600);
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.card-hover div img {
transition: 0.3s;
filter: grayscale(100);
}
.card-hover:hover .card-body hr {
width: 100%;
border-color: #000 !important;
}
.card-hover:hover div img {
filter: grayscale(0);
}
.anime-card-bg {
background-position: center;
background-size: cover;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='320' height='360' preserveAspectRatio='none' viewBox='0 0 320 360'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1040%26quot%3b)' fill='none'%3e%3cpath d='M212.459%2c164.549C247.754%2c167.371%2c281.99%2c147.392%2c299.073%2c116.377C315.632%2c86.315%2c308.902%2c50.319%2c291.752%2c20.59C274.589%2c-9.162%2c246.806%2c-33.914%2c212.459%2c-33.769C178.314%2c-33.625%2c148.963%2c-9.589%2c134.313%2c21.253C121.451%2c48.331%2c132.564%2c77.891%2c146.917%2c104.21C162.155%2c132.153%2c180.732%2c162.012%2c212.459%2c164.549' fill='rgba(248%2c 240%2c 24%2c 0.79)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M203.663%2c274.147C214.445%2c274.043%2c224.768%2c268.694%2c229.882%2c259.201C234.77%2c250.128%2c232.573%2c239.268%2c227.187%2c230.481C222.071%2c222.134%2c213.448%2c216.749%2c203.663%2c216.427C193.257%2c216.084%2c182.821%2c220.015%2c177.294%2c228.839C171.437%2c238.191%2c170.997%2c250.18%2c176.548%2c259.717C182.067%2c269.201%2c192.691%2c274.253%2c203.663%2c274.147' fill='rgba(248%2c 240%2c 24%2c 0.79)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M309.27%2c421.812C329.536%2c420.482%2c347.614%2c411.085%2c359%2c394.267C372.233%2c374.722%2c382.249%2c350.619%2c371.801%2c329.454C360.396%2c306.351%2c335.031%2c293.995%2c309.27%2c293.526C282.627%2c293.041%2c256.006%2c304.035%2c242.671%2c327.105C229.327%2c350.192%2c231.446%2c379.819%2c246.785%2c401.632C260.279%2c420.821%2c285.861%2c423.348%2c309.27%2c421.812' fill='rgba(248%2c 240%2c 24%2c 0.79)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M-14.35 196.3 a58.79 58.79 0 1 0 117.58 0 a58.79 58.79 0 1 0 -117.58 0z' fill='rgba(248%2c 240%2c 24%2c 0.79)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M34.149%2c368.588C47.197%2c368.653%2c58.307%2c360.105%2c64.861%2c348.823C71.45%2c337.482%2c74.162%2c323.107%2c66.926%2c312.168C60.184%2c301.977%2c46.367%2c302.257%2c34.149%2c302.397C22.285%2c302.533%2c9.143%2c302.974%2c2.645%2c312.902C-4.329%2c323.557%2c-2.31%2c337.438%2c3.96%2c348.521C10.337%2c359.793%2c21.198%2c368.524%2c34.149%2c368.588' fill='rgba(248%2c 240%2c 24%2c 0.79)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1040'%3e%3crect width='320' height='360' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}
.line-bg {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1127%26quot%3b)' fill='none'%3e%3cpath d='M -1023.5674562595411%2c493 C -879.57%2c408.6 -591.57%2c74.4 -303.5674562595412%2c71 C -15.57%2c67.6 128.43%2c466.4 416.4325437404588%2c476 C 704.43%2c485.6 931.72%2c133.2 1136.4325437404589%2c119 C 1341.15%2c104.8 1379.29%2c347.8 1440%2c405' stroke='rgba(255%2c 253%2c 14%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -943.8325763785838%2c82 C -799.83%2c157 -511.83%2c425.2 -223.83257637858375%2c457 C 64.17%2c488.8 208.17%2c267.2 496.1674236214162%2c241 C 784.17%2c214.8 1027.4%2c321.6 1216.1674236214162%2c326 C 1404.93%2c330.4 1395.23%2c275.6 1440%2c263' stroke='rgba(255%2c 253%2c 14%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -540.2677688842664%2c298 C -396.27%2c277.8 -108.27%2c176.4 179.73223111573358%2c197 C 467.73%2c217.6 611.73%2c427.2 899.7322311157336%2c401 C 1187.73%2c374.8 1511.68%2c77.4 1619.7322311157336%2c66 C 1727.79%2c54.6 1475.95%2c288.4 1440%2c344' stroke='rgba(255%2c 253%2c 14%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -201.13514570389145%2c70 C -57.14%2c133.8 230.86%2c365 518.8648542961085%2c389 C 806.86%2c413 950.86%2c198.4 1238.8648542961087%2c190 C 1526.86%2c181.6 1918.64%2c345.4 1958.8648542961087%2c347 C 1999.09%2c348.6 1543.77%2c227.8 1440%2c198' stroke='rgba(255%2c 253%2c 14%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -419.53467968993084%2c82 C -275.53%2c136.4 12.47%2c329.2 300.46532031006916%2c354 C 588.47%2c378.8 732.47%2c185 1020.4653203100692%2c206 C 1308.47%2c227 1656.56%2c455.6 1740.4653203100693%2c459 C 1824.37%2c462.4 1500.09%2c270.2 1440%2c223' stroke='rgba(255%2c 253%2c 14%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M -276.24677894302863%2c156 C -132.25%2c206.2 155.75%2c405.6 443.75322105697137%2c407 C 731.75%2c408.4 875.75%2c179 1163.7532210569714%2c163 C 1451.75%2c147 1828.5%2c328.8 1883.7532210569714%2c327 C 1939%2c325.2 1528.75%2c188.6 1440%2c154' stroke='rgba(255%2c 253%2c 14%2c 1)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1127'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
background-size: cover;
background-attachment: fixed;
animation: linebganim 15s infinite;
}
/* flip anim */
.flip-card {
background-color: transparent;
width: 320px;
height: 240px;
perspective: 1000px;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-card-back {
background-color: #ffffff00;
transform: rotateY(180deg);
}
/* flip anim */
@keyframes linebganim {
50% {
background-position: center;
}
}
a div.card:hover div img {
animation: myAnim 2s ease 0s 1 normal forwards;
}
@keyframes myAnim {
0% {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(0.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, 0.95, 1);
}
100% {
transform: scale3d(1, 1, 1);
}
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="#">
<img src="favicon-48x48.webp" alt="Wheelguru" title="Wheelguru" width="48" height="48"
loading="lazy">
</a>
<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 lead ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="./">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">Bike / Scooter</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="tvs-bikes">TVS Bikes</a></li>
<li><a class="dropdown-item" href="bajaj-auto">BAJAJ Auto</a></li>
<li><a class="dropdown-item" href="hero-bikes">Hero Bikes</a></li>
<li><a class="dropdown-item" href="ktm-bikes">KTM Bikes</a></li>
<li><a class="dropdown-item" href="royal-enfield">Royal Enfield</a></li>
<li><a class="dropdown-item" href="yamaha-bikes">Yamaha Bikes</a></li>
<li><a class="dropdown-item" href="jawa-bikes">JAWA Bikes</a></li>
<li><a class="dropdown-item" href="suzuki-bikes">Suzuki Bikes</a></li>
<li><a class="dropdown-item" href="honda-bikes">HONDA Bikes</a></li>
<li><a class="dropdown-item" href="yezdi-bikes">yezdi Bikes</a></li>
<li><a class="dropdown-item" href="ather-scooter">Ather Scooter</a></li>
<li><a class="dropdown-item" href="ola-scooter">Ola Scooter</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact-us">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq-page">FAQ Page</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-6 col-12">
<div class="">
<h1 class="text-start">Welcome to<br> <span
class="display-3 text-primary fw-bold">Wheelguru</span>
</h1>
<p class="lead fs-6 text-start">We genuinely appreciate your interest in Wheelguru,
and we're committed to providing you with the best possible experience. Your inquiries,
feedback, and support drive us to continually improve and deliver top-notch content,
products, and services. We look forward to hearing from you and hope to be a valuable
resource on your biking journey. So, whether you're a seasoned cyclist looking for the
latest gear or a newcomer seeking advice on starting your biking adventure, we're here to
help. Contact us today and let's embark on this exciting journey together.</p>
</div>
</div>
<div class="col-md-2 col-12">
</div>
<div class="col-md-4 col-12 float-end">
<img src="https://nivesguru.in/contact_us_investment_calculator_nivesguru.svg" width="400"
height="400" alt="Wheelguru About Us svg" title="Wheelguru About Us svg">
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="h2 mb-5 text-center">Mission | Vission of Wheelguru</h2>
<p class="lead fs-6 mb-5">We are committed to transform India with empowred family with empowered
economy as a mission and a vision of Har Ghar Khushali as Mission. We need support to reach
every person
who have a smart phone with internet connection. We're upgrading our web app to progressive web
app (PWA) so our user can access the tool without internet also and will soon launch our mobile
app for better user experience. Have a plan to reach more than half of our population within
next few years. Also our Vision for Atmanirbhar Bharat Abhiyaan or Self-reliant India. Team
Wheelguru also have the capability to help entrepreneurs, startup those are contributing India
to get the new heights. We're really happy to help or able to provide extended support for
website design, web development, Search Engine optimisation[SEO], Digital Marketing, SAAS based
Application, Website Management, Optimisation, Security and also Consultation if required. Here
are some of our services where our team have extended skill and serving over the globe for last
7 years. Please let us know so we can reach you and sort out things for ASAP. </p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 col-12">
<div class="card shadow-sm border-0 mb-3">
<div class="text-center text-primary ico-flip mt-4">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-calculator" viewBox="0 0 16 16">
<path
d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z">
</path>
<path
d="M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-2zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4z">
</path>
</svg>
</div>
<div class="card-body">
<p class="h5 mb-3">Free <br><span class="text-primary h2">Calculators</span></p>
<p class="lead fs-6">Free calculator for India, illustrating investment and return
in a very simple way. Encouraging, Educating and updating all people those are not so
much intrested for new investment plans and schemes are very lucrative along with good
returns.</p>
<a href="#section3" class="stretched-link">Find out all</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card bg-dark shadow-sm border-0 mb-3">
<div class="text-center text-white ico-flip mt-4">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-people-fill" viewBox="0 0 16 16">
<path
d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z">
</path>
</svg>
</div>
<div class="card-body">
<p class="text-white h5 mb-3">Our <br><span class="text-warning h2">Skilled Team</span></p>
<p class="text-white lead fs-6">Team Wheelguru, having vast experience to handle
international clients
and projects. Always provided the best result and earned 5 start ratings and reviews
from United States, European Union, Asia, Africa and also from Gulf Countries.</p>
<a href="about-us#section2" class="stretched-link text-warning">Team members</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-12">
<div class="card shadow-sm border-0 mb-3">
<div class="text-center text-primary ico-flip mt-4">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="currentColor"
class="bi bi-headset" viewBox="0 0 16 16">
<path
d="M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5z">
</path>
</svg>
</div>
<div class="card-body">
<p class="h5 mb-3">Best <br><span class="text-primary h2">Support 24x7</span></p>
<p class="card-text lead fs-6">We've professional and decated support team available 24x7
for your quiaries. We're serving PAN India and International clients over the Globe. Our
expert panel always looking forward to hear from you about your precious project.</p>
<a href="contact-us" class="stretched-link">Connect now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="brands">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="text-start text-center lead fs-1 fw-bold my-5">Brands In India</h2>
</div>
</div>
</div>
<div class="container card rounded mb-5">
<div class="row">
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="tvs-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/tvs-logo.jpg" alt="TVS Two Wheeler Bikes"
title="TVS Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="bajaj-auto">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/bajaj-logo.jpg" alt="BAJAJ Two Wheeler Bikes"
title="BAJAJ Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="hero-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/hero-logo.jpg" alt="HERO Two Wheeler Bikes"
title="HERO Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="ktm-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/ktm-logo.jpg" alt="KTM Two Wheeler Bikes"
title="KTM Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="royal-enfield">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/royal-enfield-logo.jpg"
alt="Royal Enfield Two Wheeler Bikes" title="Royal Enfield Two Wheeler Bikes"
loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="yamaha-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/yamaha-logo.jpg"
alt="Yamaha Two Wheeler Bikes" title="Yamaha Two Wheeler Bikes" loading="lazy"
width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="jawa-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/jawa-logo.jpg" alt="JAWA Two Wheeler Bikes"
title="JAWA Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="ather-scooter">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/ather-logo.jpg" alt="ATHER Two Wheeler Bikes"
title="ATHER Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="suzuki-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/suzuki-logo.jpg"
alt="SUZUKI Two Wheeler Bikes" title="SUZUKI Two Wheeler Bikes" loading="lazy"
width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="ola-scooter">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/ola-logo.jpg" alt="OLA Two Wheeler Bikes"
title="OLA Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="honda-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/honda-logo.jpg" alt="Honda Two Wheeler Bikes"
title="Honda Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-3 col-6">
<a class="streched-link" href="yezdi-bikes">
<div class="card card-hover rounded-0 border-0">
<div class="card-body">
<img class="img-fluid" src="res/brand-logo/Yezdi-Logo.jpg" alt="yezdi Two Wheeler Bikes"
title="yezdi Two Wheeler Bikes" loading="lazy" width="132" height="74">
</div>
</div>
</a>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<div class="text-center mb-5">
<a class="btn btn-danger rounded px-5 me-3 mb-3" href="#super-bikes" role="button">Super
Bikes</a>
<a class="btn btn-outline-dark rounded px-5 me-3 mb-3" href="#normal-bikes" role="button">Normal
Bikes</a>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Find us on <br> <span class="display-3 text-primary fw-bold">Google Map</span></h2>
<p class="lead fs-6">Check out the ratings and reviews on Google who have providing Wheelguru
as the free financial calculator tool for Indian investors to plan the future and secure their
assets from inflation.</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-12 px-0">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3687.68943268116!2d88.51291011495721!3d22.440712185250774!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a020d742e64f2f9%3A0x1bdd170f2df2e34e!2sAnupam%20Mondal!5e0!3m2!1sen!2sin!4v1681072166114!5m2!1sen!2sin"
height="450" style="width: 100%; border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade" title="Find us on Google Map"></iframe>
</div>
</div>
</div>
</section>
<section class="bg-nivesguru mt-5">
<div class="wave1">
<div class="container py-5">
<div class="row ">
<div class="col-md-8 col-12">
<form class="card border border-0 shadow rounded-0 mb-3 px-5 py-4 ">
<div class="row">
<div class="col-12 ">
<h2 class="h3 my-4">Contact Us</h2>
</div>
<p class="lead fs-6">At Wheelguru, we are committed to providing our clients with
exceptional digital marketing services. If you have any questions or inquiries about
our
services, feel free to contact us using the form below. Our team of experts
is ready to help you with your online marketing needs, whether you're looking to
improve
your website's ranking on search engines, increase your social media presence, or
create
engaging content that drives conversions.
You can also reach us via email at <a
href="mailto:nivesguru@gmail.com">nivesguru@gmail.com</a> or by phone at <a
href="tel:+919474460058">(947) 446-0058</a>, <a href="tel:+919382399893">(938)
239-9893</a>. We strive to respond to all inquiries within 24 hours, so you can
expect a prompt and personalized response from us. Thank you for considering
Wheelguru
for your digital marketing needs. We look forward
to hearing from you!</p>
</div>
</form>
</div>
<div class="col-md-4 col-12">
<form class="card border border-0 shadow rounded-0 mb-3 px-5 py-4 bg-black">
<div class="row">
<div class="col-12 ">
<h2 class="fs-1 display-4 text-white">Info</h2>
<hr>
</div>
<div class="col-12 ">
<h2 class="fs-5 display-4 my-3 text-white">📬 nivesguru@gmail.com</h2>
</div>
<div class="col-12 ">
<h2 class="fs-4 display-4 my-3 text-white">📞 9382399893</h2>
</div>
<div class="col-12 ">
<h2 class="fs-4 display-4 my-3 text-white">📍 Kolkata </h2>
</div>
<div class="col-12 ">
<h2 class="fs-4 display-4 my-3 text-white">🕒 24*7</h2>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-6 col-12">
<h2 class="h3 my-4">Reach us 📍 </h3>
<p class="h5 mb-3">Want to visit Wheelguru :</p>
<address class="lead fs-6">
🗺️ Protapnagar, Metiari, <br />
West Bengal, 743330<br />
🇮🇳 India
<hr class="w-25">
🌎 Know more about
<a href="https://nivesguru.in/about-us"><strong>Wheelguru</strong></a>.<br />
📬 Also can email
<a href="mailto:nivesguru@gmail.com"><strong>Team Wheelguru</strong></a>.<br />
📞 Call for support <a href="tel:+919474460058">(947) 446-0058</a><br />
📞 Call for support <a href="tel:+919382399893">(938) 239-9893</a><br />
</address>
</div>
<div class="col-md-6 col-12">
<h2 class="text-end h3 my-4">🕒 Opening hours</h3>
<table class="table table-borderless text-end">
<tbody class="lead fw-bold fs-6">
<tr class="text-danger">
<td>Sunday</td>
<td>Closed</td>
</tr>
<tr>
<td>Monday</td>
<td>12pm - 8pm</td>
</tr>
<tr>
<td>Tuesday</td>
<td>12pm - 8pm</td>
</tr>
<tr>
<td>Wednesday</td>
<td>12pm - 8pm</td>
</tr>
<tr>
<td>Thursday</td>
<td>12pm - 8pm</td>
</tr>
<tr>
<td>Friday</td>
<td>12pm - 8pm</td>
</tr>
<tr class="text-danger">
<td>Saturday</td>
<td>Closed</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<footer class="bg-dark">
<div class="container-fluid bg-duo">
<div class="row">
<div class="col-12 my-3">
<div class="text-center">
<a href="https://www.w3.org/html/logo/">
<img src="https://www.w3.org/html/logo/badge/html5-badge-h-connectivity-css3-graphics-performance-semantics.png"
width="261" height="64"
alt="HTML5 Powered with Connectivity / Realtime, CSS3 / Styling, Graphics, 3D & Effects, Performance & Integration, and Semantics"
title="HTML5 Powered with Connectivity / Realtime, CSS3 / Styling, Graphics, 3D & Effects, Performance & Integration, and Semantics">
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 col-12">
<ul class="nav flex-column text-center mt-4">
<li class="nav-item">
<a class="nav-link text-white" href="./">Homepage</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="about-us">About us</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="contact-us">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="faq-page">FAQ page</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="privacy-policy">Privacy policy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="terms-and-conditions">Terms & condition</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-12">
<ul class="nav flex-column text-center mt-4">
<li class="nav-item">
<a class="nav-link text-white" href="tvs-bikes">TVS</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="bajaj-auto">Bajaj</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="hero-bikes">Hero</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="ktm-bikes">KTM</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="royal-enfield">Enfield</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="yamaha-bikes">Yamaha</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-12">
<ul class="nav flex-column text-center mt-4">
<li class="nav-item">
<a class="nav-link text-white" href="jawa-bikes">Jawa</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="ather-450x">Ather</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="suzuki-bikes">Suzuki</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="ola-scooter">Ola</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="bmw-g310">BMW</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="yezdi-bikes">Yezdi</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 col-12 mt-3">
<img src="mstile-150x150.png" width="130" height="130" class="rounded-circle mx-auto mt-3 d-block"
loading="lazy" title="Discover the Ride of Your Life at wheelguru">
<p class="h5 text-white text-center mt-3">Discover the Ride of Your Life at wheelguru</p>
<p class="text-center text-white"><a class="text-white" href="sitemap">HTML Sitemap</a> | <a
class="text-white" href="sitemap.xml">XML Sitemap</a></p>
</div>
</div>
</div>
<!-- <div class="container">
<div class="row">
<div class="col-12">
<ul class="nav justify-content-center my-3">
<li class="nav-item">
<a class="nav-link fs-3 p-2 text-white"
href="https://www.facebook.com/Wheelguru-118950734466440/" target="_blank">
<svg xmlns="https://www.w3.org/2000/svg" width="32" height="32" fill="currentColor"
class="bi bi-facebook" viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z">
</path>
</svg>
<small class="mt-1">Facebook</small>
</a>
</li>
<li class="nav-item">
<a class="nav-link fs-3 px-2 text-white" target="_blank"
href="https://instagram.com/niveshguru_official?igshid=ZDdkNTZiNTM=">
<svg xmlns="https://www.w3.org/2000/svg" width="32" height="32" fill="currentColor"
class="bi bi-instagram" viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z">
</path>
</svg>
<small class="mt-1">Instagram</small>
</a>
</li>
<li class="nav-item">
<a class="nav-link fs-3 px-2 text-white" href="https://youtube.com/@nivesguru_official"
target="_blank">
<svg xmlns="https://www.w3.org/2000/svg" width="32" height="32" fill="currentColor"
class="bi bi-youtube" viewBox="0 0 16 16">
<path
d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z">
</path>
</svg>
<small class="mt-1">YouTube</small>
</a>
</li>
<li class="nav-item">
<a class="nav-link fs-3 px-2 text-white" href="https://twitter.com/Wheelguru"
target="_blank">
<svg xmlns="https://www.w3.org/2000/svg" width="32" height="32" fill="currentColor"
class="bi bi-twitter" viewBox="0 0 16 16">
<path
d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z">
</path>
</svg>
<small class="mt-1">Twitter</small>
</a>
</li>
<li class="nav-item">
<a class="nav-link fs-3 px-2 text-white" href="https://www.linkedin.com/company/nivesguru/"
target="_blank">
<svg xmlns="https://www.w3.org/2000/svg" width="32" height="32" fill="currentColor"
class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z">
</path>
</svg>
<small class="mt-1">Linkedin</small>
</a>
</li>
</ul>
</div>
</div>
</div> -->
<div class="container">
<div class="row">
<div class="col-12 text-light text-center">
<p>Wheelguru for India 🇮🇳 by <a class="text-light" href="https://anupammondal.in"
target="_blank">Anupam</a> & <a class="text-light"
href="https://bhritick.github.io/site" target="_blank">Hritick</a></p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2"
crossorigin="anonymous"></script>
</body>
</html>