-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
857 lines (698 loc) · 37.3 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
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
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>AUITS</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/LOGO.jpg" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: UpConstruction
* Template URL: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<!-- Top Bar Announcement -->
<header id="header" style="margin-top: 0px; position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;">
<div style="background-color: #ffcc00; color: black; text-align: center; padding: 5px 0; font-size: 14px; width: 100%;">
<p style="margin: 0;">Avail Government Subsidy for Solar Services <a href="blog-details.html" style="color: rgb(53, 114, 236);">Learn More</a></p>
</div>
</header>
<header id="header" class="header d-flex align-items-center" style="margin-top: 10px;">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1>Akshat Udyam<span>.</span></h1>
</a>
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
<nav id="navbar" class="navbar">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#alt-services">About</a></li>
<li><a href="#constructions">Services</a></li>
<li><a href="#products">Products</a></li>
<li><a href="#recent-blog-posts">Blog</a></li>
<li><a href="#get-started">Contact</a></li>
</ul>
</nav><!-- .navbar -->
</div>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero">
<div class="info d-flex align-items-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 text-center">
<h2 data-aos="fade-down"><span>Akshat Udyam</span></h2>
<p data-aos="fade-up"> AUITS is a Leader in sustainable solar energy solutions since 2013. Specializing in efficient solar systems, we provide seamless services for residential, commercial, and industrial applications.</p>
<a data-aos="fade-up" data-aos-delay="200" href="#get-started" class="btn-get-started">Get Started</a>
</div>
</div>
</div>
</div>
<div id="hero-carousel" class="carousel slide" data-bs-ride="carousel" data-bs-interval="5000">
<div class="carousel-item active" style="background-image: url(assets/img/hero-carousel/hero-carousel-5.jpg)"></div>
<div class="carousel-item" style="background-image: url(assets/img/hero-carousel/hero-carousel-4.jpg)"></div>
<div class="carousel-item" style="background-image: url(assets/img/hero-carousel/hero-carousel-2.jpg)"></div>
<div class="carousel-item" style="background-image: url(assets/img/hero-carousel/hero-carousel-1.jpg)"></div>
<div class="carousel-item" style="background-image: url(assets/img/hero-carousel/hero-carousel-3.jpg)"></div>
<a class="carousel-control-prev" href="#hero-carousel" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon bi bi-chevron-left" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#hero-carousel" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon bi bi-chevron-right" aria-hidden="true"></span>
</a>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= Get Started Section ======= -->
<section id="get-started" class="get-started section-bg">
<div class="container">
<div class="row justify-content-between gy-4">
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-up">
<div class="content">
<h3>Directly reach out to us with your queries.</h3>
<p>With over a decade of experience since our establishment in 2013, we have become a trusted authority in the solar energy industry. Our team possesses extensive expertise in solar solutions, designing, installation, industrial RO, electrification, and transformer & DTR installation, ensuring that clients benefit from the highest level of proficiency.</p>
<a href="https://api.whatsapp.com/send?phone=919911791555" target="_blank">
<button style="background-color: #25D366; border: none; color: white; padding: 10px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 5px; cursor: pointer;" type="submit">
<img src="https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg" alt="WhatsApp Logo" style="width: 20px; height: 20px; vertical-align: middle; margin-right: 8px;">
Chat on WhatsApp
</button>
</a>
</div>
</div>
<div class="col-lg-5" data-aos="fade">
<form action="https://formspree.io/f/xdoqrnna" method="POST" class="php-email-form">
<h3>Get a quote</h3>
<p>Please fill out this form with your information and we will reach out to you personally.</p>
<div class="row gy-3">
<div class="col-md-12">
<input type="text" name="name" class="form-control" placeholder="Name" required>
</div>
<div class="col-md-12 ">
<input type="email" class="form-control" name="email" placeholder="Email" required>
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="phone" placeholder="Phone" required>
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required></textarea>
</div>
<button type="submit">Get a quote</button>
</div>
</form>
</div><!-- End Quote Form -->
</div>
</div>
</section><!-- End Get Started Section -->
<!-- ======= Constructions Section ======= -->
<section id="constructions" class="constructions">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>End to End Services That We Provide</h2>
<p>Here is a comprehensive list of services offered by us</p>
</div>
<div class="row gy-4">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/panel3.png);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Solar Solutions</h4>
<p>Partnering with leading manufacturers, we offer tailored solar EPC services, ensuring transparency and quality from project conception to execution.</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/electrification.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Electrification</h4>
<p>Leading efforts in rural electrification, our initiatives under Saubhagya Yojana ensure universal access to electricity in underdeveloped areas.</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/DTR.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">DTR and Meter Installation</h4>
<p>We provide comprehensive services from site assessment to commissioning, ensuring efficient power distribution through expert DTR installations as well Meter Installation.</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/Audit.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Energy Auditing</h4>
<p>Our energy audits identify inefficiencies and develop strategies to optimize energy usage, helping clients cut costs and reduce environmental impact.</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/RO.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">RO Installation</h4>
<p>We provide RO installation services in Rural as well as urban localities to provide acess to clean and drinkable water.</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="card-item">
<div class="row">
<div class="col-xl-5">
<div class="card-bg" style="background-image: url(assets/img/waterheater.jpg);"></div>
</div>
<div class="col-xl-7 d-flex align-items-center">
<div class="card-body">
<h4 class="card-title">Water Heater Installation</h4>
<p>End to End water heater installation service in rural as well as urban areas.</p>
</div>
</div>
</div>
</div>
</div><!-- End Card Item -->
</div>
</div>
</section><!-- End Constructions Section -->
<!-- ======= Services Section ======= -->
<section id="products" class="products section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Products</h2>
<p>Here are some of the key products that we offer</p>
</div>
<div class="row gy-4">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-solar-panel"></i>
</div>
<h3>Solar Essentials</h3>
<p>Offering a comprehensive range of solar essentials including panels, inverters, batteries, and structures for efficient energy solutions.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-layer-group"></i>
</div>
<h3>Panels</h3>
<p>Variety of panels like poly, mono, mono half-cut, and bifacial, designed to meet diverse energy needs and conditions.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-bolt"></i>
</div>
<h3>Inverters</h3>
<p>High-quality inverters that ensure reliable energy conversion and maximize the efficiency of solar systems.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-car-battery"></i>
</div>
<h3>Batteries</h3>
<p>Advanced solar batteries designed for high storage capacity, ensuring power availability during non-sunlight hours.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-street-view"></i>
</div>
<h3>Street Lights</h3>
<p>Efficient solar-powered street lighting solutions to illuminate streets with renewable energy, reducing carbon footprint.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-lightbulb"></i>
</div>
<h3>High Mast Light</h3>
<p>Durable and powerful high mast lighting systems ideal for wide-area lighting applications like parking lots and terminals.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="700">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-sun"></i>
</div>
<h3>DC Lights</h3>
<p>Direct current lights that provide efficient lighting solutions, perfectly suited for solar systems in remote locations.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="800">
<div class="service-item position-relative" style="border: 1px solid #ccc; padding: 20px; border-radius: 10px;">
<div class="icon">
<i class="fa-solid fa-sun"></i>
</div>
<h3>AC Lights</h3>
<p>Alternating current lights for residential and commercial use, ensuring reliable and consistent lighting performance.</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- End Products Section -->
<!-- ======= Alt Services Section ======= -->
<section id="alt-services" class="alt-services">
<div class="container" data-aos="fade-up">
<div class="row justify-content-around gy-4">
<div class="col-lg-6 img-bg" style="background-image: url(assets/img/whyus.jpg);" data-aos="zoom-in" data-aos-delay="100"></div>
<div class="col-lg-5 d-flex flex-column justify-content-center">
<h3>Who are we and Why Choose Us?</h3>
<p>Discover why our decade of expertise in solar energy solutions makes us a leader in the industry, providing sustainable and innovative services.</p>
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="100">
<i class="bi bi-easel flex-shrink-0"></i>
<div>
<h4><a href="" class="stretched-link">Expertise and Experience</a></h4>
<p>With over a decade of experience, our team's profound expertise in solar technologies ensures top-tier service in every project.</p>
</div>
</div><!-- End Icon Box -->
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-patch-check flex-shrink-0"></i>
<div>
<h4><a href="" class="stretched-link">End-to-End Solutions</a></h4>
<p>Our comprehensive service spans from concept to maintenance, simplifying project management and ensuring quality throughout.</p>
</div>
</div><!-- End Icon Box -->
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-brightness-high flex-shrink-0"></i>
<div>
<h4><a href="" class="stretched-link">Exclusive Partnerships</a></h4>
<p>Our partnerships with top solar panel manufacturers grant access to premier solar products, enhancing our service offerings.</p>
</div>
</div><!-- End Icon Box -->
<div class="icon-box d-flex position-relative" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-brightness-high flex-shrink-0"></i>
<div>
<h4><a href="" class="stretched-link">Customized Solutions</a></h4>
<p>We tailor solar solutions to meet the unique needs of each project, ensuring optimal performance and customer satisfaction.</p>
</div>
</div><!-- End Icon Box -->
</div>
</div>
</div>
</section><!-- End Alt Services Section -->
<!-- ======= Our Projects Section ======= -->
<section id="projects" class="projects">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Major Customers</h2>
<p>Some of our Major Project Locations and Happy Customers</p>
</div>
<div class="portfolio-isotope" data-portfolio-filter="*" data-portfolio-layout="masonry" data-portfolio-sort="original-order">
<div class="row gy-4 portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
<div class="portfolio-content h-100">
<img src="assets/img/projects/remodeling-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Zeneith Public School, Gorakhpur, UP</h4>
<p></p>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
<div class="portfolio-content h-100">
<img src="assets/img/projects/repairs-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Manas City, Lucknow, UP</h4>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-design">
<div class="portfolio-content h-100">
<img src="assets/img/projects/design-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Shree Ram Petrol Pump Chain, Gorakhpur, UP</h4>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-remodeling">
<div class="portfolio-content h-100">
<img src="assets/img/projects/remodeling-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>PARCO INDUSTRIES, Gorakhpur, UP</h4>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-construction">
<div class="portfolio-content h-100">
<img src="assets/img/projects/construction-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4> DP Motors-Hero Moto Cop, Gorakhpur, UP</h4>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-repairs">
<div class="portfolio-content h-100">
<img src="assets/img/projects/repairs-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Manas City, Lucknow, UP</h4>
</div>
</div>
</div><!-- End Projects Item -->
<div class="col-lg-4 col-md-6 portfolio-item filter-construction">
<div class="portfolio-content h-100">
<img src="assets/img/projects/construction-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Gupta Filling Station, Gorakhpur, UP</h4>
</div>
</div>
</div><!-- End Projects Item -->
</div><!-- End Projects Container -->
</div>
</div>
</section><!-- End Our Projects Section -->
<!-- ======= Testimonials Section ======= -->
<section id="testimonials" class="testimonials section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Testimonials</h2>
<p>Some kind words from our happy customers</p>
</div>
<div class="slides-2 swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<h3>DP Motors (Hero Motor Corp)</h3>
<h4>Gorakhpur, UP</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
AUITS's end-to-end solar installations and exceptional customer service have enhanced our sustainability efforts and operational efficiency.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<h3>GM Academy</h3>
<h4>Salempur, UP</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
We've seen remarkable improvements in our energy utilization and costs thanks to the innovative solar solutions installed by AUITS.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<h3>Hallmark World School</h3>
<h4>Gorakhpur, UP</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
AUITS has provided us with not only top-tier solar panels but also outstanding support throughout our transition to green energy.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-wrap">
<div class="testimonial-item">
<h3>Manas Garden</h3>
<h4>Lucknow, UP</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
The professionalism and tailored solutions provided by AUITS have been instrumental in helping us achieve our sustainability targets.
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Recent Blog Posts Section ======= -->
<section id="recent-blog-posts" class="recent-blog-posts">
<div class="container" data-aos="fade-up"">
<div class=" section-header">
<h2>Recent Blog Posts</h2>
<p></p>
</div>
<div class="row gy-5">
<div class="col-xl-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="post-item position-relative h-100">
<div class="post-img position-relative overflow-hidden">
<img src="assets/img/blog/blog-1.jpg" class="img-fluid" alt="">
<span class="post-date"></span>
</div>
<div class="post-content d-flex flex-column">
<h3 class="post-title">How to Avail goverment schemes?</h3>
<div class="meta d-flex align-items-center">
<div class="d-flex align-items-center">
<i class="bi bi-person"></i> <span class="ps-2"></span>
</div>
<span class="px-3 text-black-50">/</span>
<div class="d-flex align-items-center">
<i class="bi bi-folder2"></i> <span class="ps-2"></span>
</div>
</div>
<hr>
<a href="pm-suryaghar-yojna.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div><!-- End post item -->
<div class="col-xl-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="post-item position-relative h-100">
<div class="post-img position-relative overflow-hidden">
<img src="assets/img/blog/Audit.jpg" class="img-fluid" alt="">
<span class="post-date">July 17</span>
</div>
<div class="post-content d-flex flex-column">
<h3 class="post-title">What does our process look like?</h3>
<div class="meta d-flex align-items-center">
<div class="d-flex align-items-center">
<i class="bi bi-person"></i> <span class="ps-2"></span>
</div>
<span class="px-3 text-black-50">/</span>
<div class="d-flex align-items-center">
<i class="bi bi-folder2"></i> <span class="ps-2"></span>
</div>
</div>
<hr>
<a href="our-process.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div><!-- End post item -->
<div class="col-xl-4 col-md-6">
<div class="post-item position-relative h-100" data-aos="fade-up" data-aos-delay="300">
<div class="post-img position-relative overflow-hidden">
<img src="assets/img/blog/bg.jpg" class="img-fluid" alt="">
<span class="post-date">September 05</span>
</div>
<div class="post-content d-flex flex-column">
<h3 class="post-title">A comprehensive Deep Dive into our Services</h3>
<div class="meta d-flex align-items-center">
<div class="d-flex align-items-center">
<i class="bi bi-person"></i> <span class="ps-2"></span>
</div>
<span class="px-3 text-black-50">/</span>
<div class="d-flex align-items-center">
<i class="bi bi-folder2"></i> <span class="ps-2"></span>
</div>
</div>
<hr>
<a href="what we offer.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div><!-- End post item -->
<div class="col-xl-4 col-md-6">
<div class="post-item position-relative h-100" data-aos="fade-up" data-aos-delay="300">
<div class="post-img position-relative overflow-hidden">
<img src="https://shorturl.at/8PZzC" class="img-fluid" alt="">
<span class="post-date">July 15</span>
</div>
<div class="post-content d-flex flex-column">
<h3 class="post-title">Unlock Benefits with Government Schemes!</h3>
<div class="meta d-flex align-items-center">
<div class="d-flex align-items-center">
<i class="bi bi-person"></i> <span class="ps-2"></span>
</div>
<span class="px-3 text-black-50">/</span>
<div class="d-flex align-items-center">
<i class="bi bi-folder2"></i> <span class="ps-2"></span>
</div>
</div>
<hr>
<a href="important sites.html" class="readmore stretched-link"><span>Read More</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div><!-- End post item -->
</div>
</div>
</section>
<!-- End Recent Blog Posts Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-content position-relative">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="footer-info">
<h3>Akshat Udyam </h3>
<p>
42 F Mahadev Jharkandi Tookra no 2<br>
Singhadiya Kunraghat, Gorakhpur, UP-273008<br><br>
625 E Sec 17 Konark Enclave <br>
Vasundhara , Ghaziabad , UP-201012 <br><br>
<strong>Phone:</strong> +91 99117 91555<br>
<strong>Email:</strong> akshatudyam@gmail.com
</p>
<div class="social-links d-flex mt-3">
<a href="https://www.facebook.com/profile.php?id=100052240886014&mibextid=LQQJ4d" class="d-flex align-items-center justify-content-center"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/auitspl?igsh=MWpicHhxNTV5M3B6e" class="d-flex align-items-center justify-content-center"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/akshat-udyam-innovative-techno-solutions-private-limited/" class="d-flex align-items-center justify-content-center"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div><!-- End footer info column-->
<div class="col-lg-2 col-md-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#products">Products</a></li>
<li><a href="#testimonials">Testimonials</a></li>
</ul>
</div><!-- End footer links column-->
<div class="col-lg-2 col-md-3 footer-links">
<h4>Our Services</h4>
<ul>
<li><a href="#services">Solar Solutions</a></li>
<li><a href="#services">Electrification</a></li>
<li><a href="#services">DTR Installation</a></li>
<li><a href="#services">Meter Installation</a></li>
<li><a href="#services">Energy Auditing</a></li>
</ul>
</div><!-- End footer links column-->
<div class="col-lg-2 col-md-3 footer-links">
<h4>Our Products</h4>
<ul>
<li><a href="#products">Solar Panels</a></li>
<li><a href="#products">Inverters</a></li>
<li><a href="#products">Batteries</a></li>
<li><a href="#products">Street Light</a></li>
<li><a href="#products">High Mast Light</a></li>
</ul>
</div><!-- End footer links column-->
<div class="col-lg-2 col-md-3 footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="#alt-services">Why Choose Us</a></li>
<li><a href="#testimonials">Client Testimonials</a></li>
<li><a href="#contact">Contact Us</a></li>
<li><a href="#news">Latest News</a></li>
<li><a href="#support">Support</a></li>
</ul>
</div><!-- End footer links column-->
</div>
</div>
</div>
<div class="footer-legal text-center position-relative">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Akshat Udyam</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/ -->
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>