-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
808 lines (772 loc) · 33.1 KB
/
index.html
File metadata and controls
808 lines (772 loc) · 33.1 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Sri Brahma Vidhya Lodge</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<link
href="https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,300i,400,400i,500,600i,700"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Satisfy"
rel="stylesheet"
/>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4Q6Gf2aSP4eDXB8Miphtr37CMZZQ5oXLH2yaXMJ2w8e2ZtHTl7GptT4jmndRuHDT" crossorigin="anonymous">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css" />
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css" />
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" />
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css" />
<!-- Bootstrap CSS -->
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/js/bootstrap.bundle.min.js" integrity="sha384-j1CDi7MgGQ12Z7Qab0qlWQ/Qqz24Gc6BM0thvEMVjHnfYGF0rmFCozFSxQBxwHKO" crossorigin="anonymous"></script>
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css" />
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body >
<div class="cookie-loader"></div>
<div id="page" style="background-color: #fff !important;">
<nav class="cookie-nav" role="navigation">
<!-- <div class="top-menu"> -->
<div class="container">
<div class="row">
<div class="col-xs-12 text-center logo-wrap">
<div id="cookie-logo">
<a href="index.html"
>SRI BRAHMA VIDHYA LODGE<span style="color: #3dbf26"
>.</span
></a
>
</div>
</div>
<div class="col-xs-12 text-center menu-1 menu-wrap">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#cookie-started">Reservation</a></li>
<li><a href="#cookie-footer">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- </div> -->
</nav>
<header
id="cookie-header"
class="cookie-cover js-fullheight"
role="banner"
style="background-image: url(images/hero_pic2.jpg)"
data-stellar-background-ratio="0.5"
>
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="display-t js-fullheight d-flex">
<div class="animate-box d-flex justify-content-center flex-column align-items-center w-100">
<div
class="col-12 text-center cookie-heading w-100"
>
<h1 class="hero-heading">
Stay close to the divine in restful comfort,
just moments from the temple gates.
</h1>
<a href="tel:+919443506994"><button>Book Your Stay</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="cookie-about" class="cookie-section">
<div class="container">
<div class="row">
<div
class="col-md-7 img-wrap animate-box"
data-animate-effect="fadeInLeft"
>
<img
src="images/hero_1.jpeg"
alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co"
width="100%"
style="object-fit: cover;"
height="450px"
/>
</div>
<div class="col-md-5 animate-box">
<div class="section-heading">
<h2 style="color: #3dbf26">Who We are</h2>
<p style="color: rgb(0, 0, 0)">
Sri Brahma Vidhya Lodge is a trusted name in hospitality,
offering clean, safe, and affordable accommodation for
travelers, devotees, and business visitors alike
</p>
<p style="color: black">
Located in a prime area with easy access to temples, shops,
and transport facilities, our lodge is known for its peaceful
ambiance, courteous staff, and personalized service. Whether
you're visiting for a spiritual retreat or a short stay, we
ensure a comfortable experience for all our guests..
</p>
<p><a href="tel:+919443506994" class="btn btn-primary btn-outline" id="Intro-btn" style="color: rgb(0, 0, 0); border-color: #3DBF26;">Make a Call</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="cookie-featured-menu" class="cookie-section">
<div class="container">
<div class="row">
<div class="col-md-12 cookie-heading animate-box">
<h2 style="color: #3dbf26">What We Offer ?</h2>
<div class="row">
<div class="col-md-6">
<p style="color: black">
We provide a range of rooms designed to meet the needs of
solo travelers, families, and groups:
</p>
</div>
</div>
</div>
<div
class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 cookie-item-wrap animate-box"
>
<div class="cookie-item">
<img
src="images/img1.jpg"
class="img-responsive"
alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co"
/>
<h3 style="color: #3dbf26; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-bottom: 5px;">Single Cot A/C</h3>
<p style="color: black">
Budget-friendly rooms with all basic amenities for solo
travelers.
</p>
</div>
</div>
<div
class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 cookie-item-wrap animate-box"
>
<div class="cookie-item margin_top">
<img
src="images/img2.jpg"
class="img-responsive"
alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co"
/>
<h3 style="color: #3dbf26; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-bottom: 5px;">Single cot Non A/C</h3>
<p style="color: black">
Ideal for those seeking comfort with temperature control and
privacy.
</p>
</div>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div
class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 cookie-item-wrap animate-box"
>
<div class="cookie-item">
<img
src="images/img3.jpg"
class="img-responsive"
alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co"
/>
<h3 style="color: #3dbf26; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-bottom: 5px;">Double Cot A/C</h3>
<p style="color: black">
Spacious and perfect for two guests, offering a calm and cozy
stay
</p>
</div>
</div>
<div
class="col-md-3 col-sm-6 col-xs-6 col-xxs-12 cookie-item-wrap animate-box"
>
<div class="cookie-item margin_top">
<img
src="images/img4.jpg"
class="img-responsive"
alt="Free Restaurant Bootstrap Website Template by FreeHTML5.co"
/>
<h3 style="color: #3dbf26; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-bottom: 5px;">Double cot Non A/C</h3>
<p style="color: black">
A great choice for families or friends who need a relaxing and
air-conditioned environment.
</p>
</div>
</div>
</div>
</div>
</div>
<h2 style="text-align: center; justify-content: center; background-color: #fff; padding: 25px; margin: 0; font-family: 'Satisfy'; color: #2d2e2d; "> About Founder </h2>
<div id="autoCarousel" class="carousel slide" data-bs-ride="carousel" data-bs-interval="2000" style="background-color: #fff !important;">
<div class="carousel-inner text-center">
<div class="carousel-item active">
<img src="images/car1.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 1">
</div>
<div class="carousel-item">
<img src="images/car2.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 2">
</div>
<div class="carousel-item">
<img src="images/car3.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 3">
</div>
<div class="carousel-item">
<img src="images/car4.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 4">
</div>
<div class="carousel-item">
<img src="images/car5.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 5">
</div>
<div class="carousel-item">
<img src="images/car6.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 6">
</div>
<div class="carousel-item">
<img src="images/car7.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 7">
</div>
<div class="carousel-item">
<img src="images/car8.jpg" class="d-block mx-auto" style="width:400px; height:400px; object-fit:cover; border-radius: 8px;" alt="Image 8">
</div>
</div>
</div>
<h2 style="text-align: center; justify-content: center; background-color: #fff; padding: 25px; margin: 0; font-family: 'Satisfy'; color: #2d2e2d; "> D. Vinoth Ramanathan <span style="font-size: 18px; font-weight: bold; color: #3DBF26;">Gurukal</span> </h2>
<div id="cookie-blog" class="cookie-section">
<div class="container">
<div class="row animate-box">
<div
class="col-md-8 col-md-offset-2 text-center cookie-heading animate-box"
>
<h2 style="color: #3dbf26; font-weight: bold">
Events We organize
</h2>
<p style="color: black">
Events We Oragize by Ourself for our Clients
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/pooja1.jpeg)"
></a>
<div class="blog-text">
<h3 style="color: #3dbf26 !important">
<a href="#" style="color: #3dbf26 !important"
>Thiruvankadu puthra bakiya pooja</a
>
</h3>
<p style="color: black; font-weight: bold">
Thiruvengadu Puthra Bhakya Pooja (also spelled Puthira
Bakkiya Pooja) is a special ritual performed at the
Thiruvengadu temple in Tamil Nadu, which is one of the
Navagraha temples dedicated to Lord Budhan (Mercury).
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/pooja2.jpeg)"
></a>
<div class="blog-text">
<h3>
<a href="#" style="color: #3dbf26 !important"
>chathru samharam pooja</a
>
</h3>
<p style="color: black; font-weight: bold">
Chathru Samharam Pooja is a powerful ritual performed to
eliminate enemies, remove negative energy, and protect from
evil forces. It is usually dedicated to Lord Murugan in his
fierce form, especially at temples like Tiruchendur. This
pooja brings courage, victory, and peace in one’s personal
and professional life.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/pooja3.jpg)"
></a>
<div class="blog-text">
<h3 style="color: #3dbf26 !important">
<a href="#" style="color: #3dbf26 !important"
>21 generation tharpanam arrangements</a
>
</h3>
<p style="color: black; font-weight: bold">
21 Generation Tharpanam is a special ancestral ritual (Pitru
Karya) performed to offer homage to the souls of ancestors
from the past 21 generations on both maternal and paternal
sides.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/tail.jpg)"
></a>
<div class="blog-text">
<h3 style="color: #3dbf26 !important">
<a href="#" style="color: #3dbf26 !important"
>thilahomam</a
>
</h3>
<p style="color: black; font-weight: bold">
Thila homam is the most powerful homam. By performing thila homam in Rameswaram, the pithrus (ancestors) are satisfied and they bestow their blessings not only on you but also on your children and grandchildren. You will definitely feel the goodness in your life
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/pudhan.jpg)"
></a>
<div class="blog-text">
<h3>
<a href="#" style="color: #3dbf26 !important"
>pudhan pariharam</a
>
</h3>
<p style="color: black; font-weight: bold">
actions and rituals in Hindu astrology aimed at mitigating the negative effects of a malefic or weak Budha (Mercury) in one's birth chart
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/abishekam.jpg)"
></a>
<div class="blog-text">
<h3 style="color: #3dbf26 !important">
<a href="#" style="color: #3dbf26 !important"
> pudhan abhishekam</a
>
</h3>
<p style="color: black; font-weight: bold">
Pudhan abhishekam" (புதன் அபிஷேகம்) refers to a ritualistic bath or anointment performed for Lord Mercury (Budha) in Hindu temples. This practice is part of the Navagraha worship, where Mercury is one of the nine celestial deities.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/pudhan_homam.jpg)"
></a>
<div class="blog-text">
<h3 style="color: #3dbf26 !important">
<a href="#" style="color: #3dbf26 !important"
>pudhan homam</a
>
</h3>
<p style="color: black; font-weight: bold">
Budhan Homam, also known as a Mercury fire ritual, is a Hindu ceremony aimed at appeasing the planet Mercury (Budha) and seeking its blessings for improved intelligence, communication, and other benefits
</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="cookie-blog animate-box">
<a
href="#"
class="blog-bg"
style="background-image: url(images/aroha.jpg)"
></a>
<div class="blog-text">
<h3>
<a href="#" style="color: #3dbf26 !important"
>ahora moorthi homam </a
>
</h3>
<p style="color: black; font-weight: bold">
Aho Moorthi Homam is a protective and remedial fire ritual performed to remove severe negative karma, ward off evil forces, and resolve ancestral curses (Pitru Dosha). The word "Aho Moorthi" refers to an intense or "terrible form" of a deity (usually associated with Lord Shiva or powerful guardian forms) who is invoked for cleansing and protection.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="cookie-featured-testimony" class="cookie-section">
<div class="container">
<div class="row">
<div class="col-md-12 cookie-heading animate-box">
<h2 style="color: #3dbf26">People Feedback</h2>
</div>
</div>
<div class="row">
<!-- Static Image -->
<div
class="col-md-5 animate-box img-to-responsive"
data-animate-effect="fadeInLeft"
>
<img
src="images/car9.jpg"
alt="Testimonial Image"
height="500px"
width="100%"
/>
</div>
<!-- Carousel on the Right Only -->
<div class="col-md-7 animate-box" data-animate-effect="fadeInRight">
<div class="flexslider testimonial-slider">
<ul class="slides">
<li>
<blockquote>
<p>
"Staying here felt like a spiritual retreat — peaceful,
clean rooms right near the temple, with wonderful
hosts."
</p>
<footer>-T Vishnnu</footer>
</blockquote>
</li>
<li>
<blockquote>
<p>
"The serene environment of the lodge enhanced our temple
visit. Delicious traditional meals and warm hospitality
made it memorable."
</p>
<footer>Suresh G</footer>
</blockquote>
</li>
<li>
<blockquote>
<p>
"A perfect place to rest after long prayers. The lodge’s
calm atmosphere and beautiful surroundings connected me
deeply with the temple experience."
</p>
<footer>Vignesh K</footer>
</blockquote>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="cookie-slider" class="cookie-section animate-box">
<div class="container">
<div class="row">
<div class="col-md-6 animate-box">
<div class="cookie-heading">
<h2 style="color: #3dbf26; font-weight: bold">
Temples <em>&</em> nearby
</h2>
<p style="color: black">
Keezhaperumpallam kedhu bhagavan Kovil <br />
vaitheeshwaran Kovil <br />
poompuhar
</p>
</div>
</div>
<div class="col-md-6 col-md-push-1 animate-box">
<aside id="cookie-slider-wrwap">
<div class="flexslider">
<ul class="slides">
<li
style="
background-image: url(images/keezhzaperumpallam.jpg);
"
>
<div class="overlay-gradient"></div>
<div class="container-fluid">
<div class="row">
<div
class="col-md-12 col-md-offset-0 col-md-pull-10 slider-text slider-text-bg"
>
<div class="slider-text-inner">
<div class="desc">
<h2
style="
color: #3dbf26 !important;
font-weight: bold;
"
>
Keezhaperumpallam kedhu bhagavan Kovil
</h2>
<p>
Kethu Sthalam is a Hindu temple in the village
of Keelaperumpallam, 2 kilometres from
Poompuhar. The presiding deity is Ketu, a
shadow planet.
</p>
</div>
</div>
</div>
</div>
</div>
</li>
<li
style="background-image: url(images/vaitheeshwaran.jpg)"
>
<div class="overlay-gradient"></div>
<div class="container-fluid">
<div class="row">
<div
class="col-md-12 col-md-offset-0 col-md-pull-10 slider-text slider-text-bg"
>
<div class="slider-text-inner">
<div class="desc">
<h2
style="
color: #3dbf26 !important;
font-weight: bold;
"
>
Vaitheeshwaran Kovil
</h2>
<p>
This temple is popularly known as
Vaitheeswaran Koil and it stands as a revered
sanctuary. The beautiful environs of the
temple is nestled between Sirkazhi and
Myladuthurai in Nagapattinam district of Tamil
Nadu. Built almost 1000 years ago this ancient
Hindu temple, dedicated to Lord Vaidyanathar
(Lord of Healing and Divine Physician) and His
Consort Thaiyal Nayagi (The Mother who can sew
up wounds), holds a unique place in our
collective spiritual landscape. The temple
also is famous for Lord Muruga who is named as
Selva Muthukumaran and is also one of the
Navagraha Temples for Mars (Angarakya)
</p>
</div>
</div>
</div>
</div>
</div>
</li>
<li style="background-image: url(images/poompuhar.jpg)">
<div class="overlay-gradient"></div>
<div class="container-fluid">
<div class="row">
<div
class="col-md-12 col-md-offset-0 col-md-pull-10 slider-text slider-text-bg"
>
<div class="slider-text-inner">
<div class="desc">
<h2
style="
color: #3dbf26 !important;
font-weight: bold;
"
>
Poompuhar
</h2>
<p>
Poompuhar is a town in the Mayiladuthurai
district in the southern Indian state of Tamil
Nadu. It was once a flourishing ancient port
city known as Kaveri Poompattinam
</p>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</aside>
</div>
</div>
</div>
</div>
<div
id="cookie-started"
class="cookie-section animate-box"
style="background-image: url(images/hero_1.jpeg)"
data-stellar-background-ratio="0.5"
>
<div class="overlay"></div>
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center cookie-heading">
<h2>Book Room</h2>
<p>
"Experience comfort and convenience at its best. Book your
perfect stay with us today!" Let me know if you want a more
luxurious, budget-friendly, or homely tone.
</p>
<p>
<a
href="tel:+919443506994"
style="border-color: #3dbf26"
id="Book_btn"
class="btn btn-primary btn-outline"
>Book Now</a
>
</p>
</div>
</div>
</div>
</div>
<div class="cookie-navagraha">
<img src="images/nava.jpg" alt="" id="nava-img" height="100%" width="100%" style="padding: 15px; border-radius: 10px; border: 1px transparent;"/>
</div>
<footer id="cookie-footer" role="contentinfo" class="cookie-section">
<div class="container">
<div class="row row-pb-md">
<div class="col-md-4 cookie-widget">
<h4 style="color: #3dbf26; font: size 32px; font-weight: bold">
SRI BRAHMA VIDHYA LODGE.
</h4>
<!-- <p>Facilis ipsum reprehenderit nemo molestias. Aut cum mollitia reprehenderit. Eos cumque dicta adipisci architecto culpa amet.</p> -->
</div>
<div class="col-md-2 col-md-push-1 cookie-widget">
<h4 style="color: #3dbf26; font-weight: bold">Links</h4>
<ul class="cookie-footer-links">
<li><a href="#" style="color: black">Home</a></li>
<li><a href="#cookie-about" style="color: black">About</a></li>
<li>
<a href="#cookie-started" style="color: black"
>Reservation</a
>
</li>
<li><a href="##cookie-started" style="color: black">Contact</a></li>
</ul>
</div>
<div class="col-md-2 col-md-push-1 cookie-widget">
<h4 style="color: #3dbf26; font-weight: bold">Pooja's Done</h4>
<ul class="cookie-footer-links">
<li>
<a href="tel:+919443506994" style="color: black">
ahora moorthi homam</a
>
</li>
<li>
<a href="ctel:+919443506994" style="color: black">
pudhan homam</a
>
</li>
<li>
<a href="ctel:+919443506994" style="color: black"
>pudhan abhishekam</a
>
</li>
<li>
<a href="tel:+919443506994" style="color: black"
>pudhan pariharam</a
>
</li>
<li>
<a href="tel:+919443506994" style="color: black"
>thilahomam
</a>
</li>
</ul>
</div>
<div class="col-md-4 col-md-push-1 cookie-widget">
<h4 style="color: #3dbf26; font-weight: bold">
Contact Information
</h4>
<ul class="cookie-footer-links">
<li style="color: black">
sri Bhramavidhyambigai Thirukovil<br />
thiruvengaddu 609 114 , Naagapattinam
</li>
<li>
<a href="tel:+91 9443506994" style="color: black"
>+919443506994</a
>
</li>
<li>
<a href="mailto:sribrahmavidhyalodge@gmail.com" style="color: black"
>Sribrahmavidhya.in</a
>
</li>
</ul>
</div>
</div>
<div class="row copyright">
<div class="col-md-12 text-center">
<p>
<small
class="block"
style="color: black; font-weight: bold; margin-bottom: 30px"
>© 2025 SRI BRAHMA VIDHYA LODGE |
All Rights Reserved.</small
>
<small
class="block"
style="
color: black;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
"
>An Experience by
<a
href="http://cookie.org.in/"
target="_blank"
style="color: black"
>Cookie Inc<span style="color: #c18b13">.</span></a
></small
>
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
</body>
</html>