-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinternational-renewable-energy-certificates-(I-RECs)-for-businesses.html
More file actions
676 lines (613 loc) · 38.3 KB
/
Copy pathinternational-renewable-energy-certificates-(I-RECs)-for-businesses.html
File metadata and controls
676 lines (613 loc) · 38.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Awaiken">
<!-- Page Title -->
<title>Solar SunPower</title>
<!-- Favicon Icon -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo-2.png">
<!-- Google Fonts css-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="../../../css2?family=Rajdhani:wght@400;500;600;700&family=Rubik:wght@400;500&display=swap"
rel="stylesheet">
<!-- Bootstrap css -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- SlickNav css -->
<link href="css/slicknav.min.css" rel="stylesheet">
<!-- Swiper css -->
<link rel="stylesheet" href="css/swiper-bundle.min.css">
<!-- Font Awesome icon css-->
<link href="css/all.min.css" rel="stylesheet" media="screen">
<!-- Animated css -->
<link href="css/animate.css" rel="stylesheet">
<!-- Magnific css -->
<link href="css/magnific-popup.css" rel="stylesheet">
<!-- Main custom css -->
<link href="css/custom.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="tt-magic-cursor">
<!-- Preloader Start -->
<div class="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon"><img src="images/logo-3.png" alt="Solar SunPower logo"></div>
</div>
</div>
<!-- Preloader End -->
<!-- Magic Cursor Start -->
<!-- <div id="magic-cursor">-->
<!-- <div id="ball"></div>-->
<!-- </div>-->
<!-- Magic Cursor End -->
<!-- Topbar Section Start -->
<div class="topbar wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-md-8">
<!-- Topbar Contact Information Start -->
<div class="topbar-contact-info">
<ul>
<li><a href="mailto:solarsunpower2020@gmail.com"><i class="fa-solid fa-envelope"></i>
solarsunpower2020@gmail.com</a></li>
<li><a href="https://wa.me/9157057080"><i class="fa-solid fa-phone"></i> +91 91570 57080</a>
</li>
</ul>
</div>
<!-- Topbar Contact Information End -->
</div>
<div class="col-md-4">
<!-- Topbar Social Links Start -->
<div class="header-social-links">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100083000095600"><i
class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="https://youtube.com/@solarsunpower2020?si=Q-Pzu28MNUqnXn5Q"><i
class="fa-brands fa-youtube"></i></a></li>
<li><a href="https://www.instagram.com/solar_sunpower/profilecard/?igsh=ejg2MGFiZWxlbnZo"><i
class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
<!-- Topbar Social Links End -->
</div>
</div>
</div>
</div>
<!-- Topbar Section End -->
<!-- Header Start -->
<header class="main-header">
<div class="header-sticky">
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo Start -->
<a class="navbar-brand" href="index.html">
<img class="logo" src="images/logo.png" alt="Logo">
</a>
<!-- Logo End -->
<!-- Main Menu start -->
<div class="collapse navbar-collapse main-menu">
<ul class="navbar-nav mr-auto" id="menu">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About us</a></li>
<li class="nav-item"><a class="nav-link" href="services.html">Services</a></li>
<li class="nav-item"><a class="nav-link" href="photos.html">Photo's</a></li>
<li class="nav-item submenu"><a class="nav-link">Products</a>
<ul>
<li class="nav-item"><a class="nav-link" href="solar-panel.html">Solar Panel</a>
</li>
<li class="nav-item"><a class="nav-link" href="solar-inverter.html">Solar
Inverter</a></li>
<li class="nav-item"><a class="nav-link" href="mcb-box.html">MCB BOX</a></li>
<li class="nav-item"><a class="nav-link" href="other-assessor.html">Other
Assessor</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact Us</a></li>
<li class="nav-item highlighted-menu"><a class="nav-link" href="contact.html">Get A Free
Quote</a></li>
</ul>
</div>
<!-- Main Menu End -->
<div class="navbar-toggle"></div>
</div>
</nav>
<div class="responsive-menu"></div>
</div>
</header>
<!-- Header End -->
<!-- Page Header Start -->
<div class="page-header parallaxie">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Page Header Box Start -->
<div class="page-header-box">
<h1 class="text-anime">International Renewable Energy Certificates (I-RECs) for Businesses</h1>
<div class="post-single-meta wow fadeInUp" data-wow-delay="0.25s">
<ul>
<li>11 November, 2024</li>
<li>Renewable Energy</li>
</ul>
</div>
</div>
<!-- Page Header Box End -->
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Single Post Page Start -->
<div class="page-single-post">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Post Featured Image Start -->
<div class="post-featured-image wow fadeInUp" data-wow-delay="0.25s">
<figure class="image-anime">
<img src="images/post-3.3.jpg" alt="post img">
</figure>
</div>
<!-- Post Featured Image Start -->
<!-- Post Content Start -->
<div class="post-content">
<!-- Post Entry Start -->
<div class="post-entry">
<data clsaa="blog-date" value="11 November, 2024">11 November, 2024</data><br><br>
<p>International Renewable Energy Certificates (I-RECs) play a pivotal role in the global
push towards NET-Zero. They are instrumental in helping businesses and individuals
contribute to cleaner energy and reduce carbon emissions.</p>
<h2>What is an International Renewable Energy Certificates (I-REC) Certificate?</h2>
<p>The International Renewable Energy Certificate (I-REC) is a global standard for renewable
energy certificates, certified by The International Tracking Standard Foundation
(Founder of I-REC), designed to help businesses meet their energy targets and support
renewable energy generation. For every megawatt-hour (MWh) of clean energy generated, an
I-REC certificate verifies that a business’s electricity comes from renewable sources
like solar, wind, or hydro.<br><br>I-RECs are particularly useful for businesses that
establish their commitment to renewable energy without directly contributing to physical
energy infrastructure. In countries where renewable energy certificates are not mandated
but still sought after, I-RECs provide a reliable, and internationally recognized
standard.</p>
<h3>How Do I-RECs Work?</h3>
<p>The I-REC system is based on a solid framework ensuring transparency and accountability
in renewable energy tracking.</p>
<b>Here’s a breakdown of how I-RECs work:</b><br><br>
<ol>
<li><b>Registration and Certification:</b> Renewable energy generators register with an
authorized I-REC issuer in their region. Once registered, the generation and
consumption of renewable energy are tracked and verified.</li>
<li><b>Issuance of Certificates: </b>An I-REC certificate is issued to the generator for
every MWh of renewable energy generated. This renewable energy certificate program
ensures that all renewable energy is accounted for and can be traced.</li>
<li><b>Redemption by Businesses: </b>Businesses looking to negate their non-renewable
energy usage can purchase I-RECs. When a business redeems an I-REC, it effectively
claims the environmental benefits of the renewable energy produced, reducing its
carbon footprint.</li>
<li><b>Retirement of Certificates: </b>Once redeemed, the I-REC is “retired” from
circulation, ensuring that it cannot be reused or resold. This retirement process
guarantees that each MWh of renewable energy is only claimed once.</li>
</ol>
<h2>Importance and Benefits of I-RECs Certificates for Businesses</h2>
<p>I-REC certificates offer numerous business benefits, from regulatory compliance to brand
enhancement. Below are some of the key benefits:</p>
<h2>Sustainability Goals and Corporate Responsibility</h2>
<p>With the increasing rise in the demand for moving towards sustainability, companies are
expected to reduce their environmental impact. By investing in renewable energy
certificates like I-RECs, businesses can showcase their commitment to clean energy,
reinforcing their corporate social responsibility (CSR) profile.</p>
<h2>Regulatory Compliance and Market Access</h2>
<p>In many regions, companies are required to meet specific environmental standards.
Renewable energy credits such as I-RECs can help businesses meet these standards and
avoid penalties. Moreover, compliance with renewable energy targets can open doors of
opportunity to markets that prioritize sustainability.</p>
<h2>Carbon Footprint Reduction</h2>
<p>I-RECs allow businesses to offset their carbon footprint directly by supporting renewable
energy generation. This offsetting can be a crucial factor in reducing a company’s
overall greenhouse gas emissions, contributing to global climate change mitigation.</p>
<h2>Enhanced Brand Image</h2>
<p>Today’s consumers prefer brands that prioritize environmental stewardship. By purchasing
I-RECs, businesses can enhance their brand image, demonstrating to customers and
stakeholders that they are taking tangible steps towards sustainability.</p>
<h2>Support for Renewable Energy Projects</h2>
<p>Revenue generated from the sale of I-RECs provides financial support to renewable energy
developers. By buying these renewable energy certificates, businesses indirectly fund
the expansion of renewable energy capacity worldwide, encouraging further growth in this
sector.</p>
<h2>How to Get International Renewable Energy Certificates (I-RECs)?</h2>
<p>Acquiring I-RECs is a straightforward process that involves several steps to ensure
compliance with I-REC standards. Here’s a step-by-step guide on how a business can
acquire I-REC certificates:</p>
<ol>
<li><b>Identify a Certified I-REC Issuer: </b>Start by finding an authorized issuer in
your country or region. In India, there are specific issuers that comply with
renewable energy certificates in India requirements.</li>
<li><b>Determine energy needs and offset goals: </b>Calculate how much energy you aim to
offset through I-RECs. Knowing your target will help you determine the number of
I-REC certificates needed.</li>
<li><b>Purchase Certificates from Issuers or Brokers: </b>Once you have identified your
energy offset needs, contact the issuer or authorized brokers to purchase the
necessary certificates. Some platforms allow businesses to buy I-RECs online, making
the process efficient and accessible.</li>
<li><b>Retire the I-RECs: </b>After the purchase, the I-RECs must be retired to prevent
them from being resold. This step is crucial to maintaining the integrity of the
renewable energy certificate program.</li>
</ol>
<h2>Why Amplus?</h2>
<p>Amplus is committed to enabling businesses to achieve their sustainability goals by
offering reliable and verified I-REC solutions. As a leader in renewable energy, Amplus
Solar provides end-to-end assistance, helping businesses navigate the I-REC purchase
process seamlessly. We ensure that each I-REC certificate meets global standards, giving
our clients peace of mind in their commitment to renewable energy.</p>
<p>With Amplus, businesses can not only offset their carbon emissions but also demonstrate
their dedication to a sustainable future. Choose Amplus for a trusted partnership in
your journey toward sustainability.</p>
<h2>Frequently Asked Questions About International Renewable Energy Certificates</h2>
<h3>What is the difference between I-RECs and traditional RECs?</h3>
<p>I-RECs are an internationally recognized standard for tracking renewable energy, while
traditional RECs may only be identified within specific regions or countries. I-RECs
provide a standardized, globally accepted way for businesses to offset their energy
usage with renewable sources.</p>
<h3>Are I-RECs available for different types of renewable energy?</h3>
<p>Yes, I-RECs can be issued for various renewable energy sources, including solar, wind,
and hydropower. Businesses can choose certificates based on their specific renewable
energy preferences, such as a solar renewable energy certificate.</p>
<h3>How much does an I-REC certificate cost?</h3>
<p>The cost of an I-REC certificate varies depending on supply, demand, and the region.
Generally, prices are influenced by the type of renewable energy source, market
conditions, and geographical factors.</p>
<h3>Can small businesses benefit from I-RECs?</h3>
<p>Absolutely. I-RECs are scalable and suitable for businesses of all sizes. Small
businesses can purchase I-RECs to enhance their sustainability profile, improve brand
image, and support renewable energy initiatives.</p>
<h3>How can I verify the authenticity of an I-REC?</h3>
<p>Every I-REC has a unique identifier, which allows businesses to track and verify the
certificate’s origin, generation date, and retirement status. This tracking mechanism
ensures that all I-RECs are legitimate and accurately represent renewable energy
generation.</p>
<h3>How do I-RECs support India’s renewable energy goals?</h3>
<p>By purchasing renewable energy certificates in India through I-RECs, businesses
contribute to the country’s renewable energy targets. This support is essential for
India’s transition to a more sustainable energy mix and helps meet international climate
commitments.</p>
<h3>Conclusion</h3>
<p>The Complete Guide on I-REC for Businesses aims to help companies understand the role of
I-REC certificates in meeting their sustainability goals. From reducing carbon
footprints to enhancing brand image, I-RECs provide numerous benefits. By purchasing
renewable energy certificates through Amplus Solar, businesses can contribute to a
sustainable future while complying with environmental standards. Contact us today to
learn how I-REC certificates can empower your business toward a greener tomorrow.</p>
<br><br>
<div class="author-meta-date">
<div class="row">
<div class="col-sm-3">
<img src="images/logo.png" alt="Solar SunPower">
</div>
<div class="col-sm-9">
<h4>Solar SunPower</h4>
<p class="author-description"><i></i></p>
<p>
<span class="blog-post-date blog-date">11 November, 2024</span>
</p>
</div>
</div>
</div>
<!-- Post Entry End -->
</div>
<!-- Post Content End -->
</div>
</div>
</div>
</div>
<!-- Single Post Page End -->
<!-- Related Post Section Start -->
<div class="related-posts">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Section Title Start -->
<div class="section-title">
<h3 class="wow fadeInUp">Recent Articles</h3>
<h2 class="text-anime">You may also like this article</h2>
</div>
<!-- Section Title End -->
</div>
</div>
<div class="row">
<div class="col-lg-4">
<!-- Blog Item Start -->
<div class="blog-item wow fadeInUp" data-wow-delay="0.25s">
<div class="post-featured-image">
<figure class="image-anime">
<img src="images/post-7.jpg" alt="">
</figure>
</div>
<div class="post-item-body">
<h2><a href="bnefits-of-renewable-energy.html">Benefits of Renewable Energy</a></h2>
<div class="post-meta">
<ul>
<li><a href="bnefits-of-renewable-energy.html"><i
class="fa-regular fa-calendar-days"></i> 03 December, 2024</a></li>
<li><a href="bnefits-of-renewable-energy.html"><i class="fa-solid fa-tag"></i>
Renewable Energy</a></li>
</ul>
</div>
<div class="btn-readmore">
<a href="bnefits-of-renewable-energy.html" class="btn-default">Read More</a>
</div>
</div>
</div>
<!-- Blog Item End -->
</div>
<div class="col-lg-4">
<!-- Blog Item Start -->
<div class="blog-item wow fadeInUp" data-wow-delay="0.5s">
<div class="post-featured-image">
<figure class="image-anime">
<img src="images/post-4.jpg" alt="">
</figure>
</div>
<div class="post-item-body">
<h2><a href="the-RESCO-model-in-solar-energy-a-comprehensive-guide.html">International
Renewable Energy Certificates (I-RECs) for Businesses</a></h2>
<div class="post-meta">
<ul>
<li><a href="the-RESCO-model-in-solar-energy-a-comprehensive-guide.html"><i
class="fa-regular fa-calendar-days"></i> 11 November, 2024</a></li>
<li><a href="the-RESCO-model-in-solar-energy-a-comprehensive-guide.html"><i
class="fa-solid fa-tag"></i> Renewable Energy</a></li>
</ul>
</div>
<div class="btn-readmore">
<a href="the-RESCO-model-in-solar-energy-a-comprehensive-guide.html"
class="btn-default">Read More</a>
</div>
</div>
</div>
<!-- Blog Item End -->
</div>
<div class="col-lg-4">
<!-- Blog Item Start -->
<div class="blog-item wow fadeInUp" data-wow-delay="0.75s">
<div class="post-featured-image">
<figure class="image-anime">
<img src="images/post-5.jpg" alt="">
</figure>
</div>
<div class="post-item-body">
<h2><a href="commercial-solar-system-benefits.html"> Commercial Solar System
Benefits</a></h2>
<div class="post-meta">
<ul>
<li><a href="commercial-solar-system-benefits.html"><i
class="fa-regular fa-calendar-days"></i> 25 April, 2024</a></li>
<li><a href="commercial-solar-system-benefits.html"><i
class="fa-solid fa-tag"></i> Commercial Energy</a></li>
</ul>
</div>
<div class="btn-readmore">
<a href="commercial-solar-system-benefits.html" class="btn-default">Read More</a>
</div>
</div>
</div>
<!-- Blog Item End -->
</div>
</div>
</div>
</div>
<!-- Related Post Section End -->
<!-- Footer Ticker Start -->
<div class="footer-ticker">
<div class="scrolling-ticker">
<div class="scrolling-ticker-box">
<div class="scrolling-content">
<span>Generate Your Own Power</span>
<span>Reap the Returns</span>
<span>Heal the World</span>
<span>Efficiency & Power</span>
<span>24*7 Support</span>
</div>
<div class="scrolling-content">
<span>Generate Your Own Power</span>
<span>Reap the Returns</span>
<span>Heal the World</span>
<span>Efficiency & Power</span>
<span>24*7 Support</span>
</div>
</div>
</div>
</div>
<!-- Footer Ticker End -->
<!-- Footer Start -->
<footer class="main-footer">
<!-- Footer Contact Start -->
<div class="footer-contact">
<div class="container">
<div class="row">
<div class="col-lg-4">
<!-- Footer Contact Box Start -->
<div class="footer-contact-box wow fadeInUp" data-wow-delay="0.25s">
<div class="contact-icon-box">
<a href="mailto:solarsunpower2020@gmail.com"><img src="images/icon-email.svg"
alt="email icon"></a>
</div>
<div class="footer-contact-info">
<h3>Support & Email</h3>
<p><a href="mailto:solarsunpower2020@gmail.com"
style="color: white;">solarsunpower2020@gmail.com</a></p>
</div>
</div>
<!-- Footer Contact Box End -->
</div>
<div class="col-lg-4">
<!-- Footer Contact Box Start -->
<div class="footer-contact-box wow fadeInUp" data-wow-delay="0.5s">
<div class="contact-icon-box">
<a href="https://wa.me/9157057080"><img src="images/icon-phone.svg"
alt="phone icon"></a>
</div>
<div class="footer-contact-info">
<h3>Customer Support</h3>
<p><a href="https://wa.me/9157057080" style="color: white;">+91 91570 57080</a></p>
</div>
</div>
<!-- Footer Contact Box End -->
</div>
<div class="col-lg-4">
<!-- Footer Contact Box Start -->
<div class="footer-contact-box wow fadeInUp" data-wow-delay="0.75s">
<div class="contact-icon-box">
<a href="https://maps.app.goo.gl/3cmdgeNRUa3xAWZ1A"><img
src="images/icon-location.svg" alt="location icon"></a>
</div>
<div class="footer-contact-info">
<h3>Our Location</h3>
<p><a href="https://maps.app.goo.gl/3cmdgeNRUa3xAWZ1A"
style="color: white;">37,shree hari campus, gajera compound, mota varachha,
surat-394101</a></p>
</div>
</div>
<!-- Footer Contact Box End -->
</div>
</div>
</div>
</div>
<!-- Footer Contact End -->
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Mega Footer Start -->
<div class="mega-footer">
<div class="row">
<div class="col-lg-3 col-md-12">
<!-- Footer About Start -->
<div class="footer-about">
<figure>
<img class="logo2 logobackground" src="images/logo.png" alt="Solar SunPower Logo">
</figure>
<p>Solar energy refers to the energy that is derived from the sun’s radiation.
This energy can be harnessed and converted various forms of usable energy.
</p>
</div>
<!-- Footer About End -->
<!-- Footer Social Link Start -->
<div class="footer-social-links">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100083000095600"><i
class="fa-brands fa-facebook-f"></i></a></li>
<li><a href="https://youtube.com/@solarsunpower2020?si=Q-Pzu28MNUqnXn5Q"><i style="color: white;"
class="fab fa-youtube"></i></a></li>
<li><a
href="https://www.instagram.com/solar_sunpower/profilecard/?igsh=ejg2MGFiZWxlbnZo"><i
class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
<!-- Footer Social Link End -->
</div>
<div class="col-lg-3 col-md-4">
<!-- Footer Links Start -->
<div class="footer-links">
<h2>Quick Links</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="photos.html">Photon & Video</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- Footer Links End -->
</div>
<div class="col-lg-3 col-md-4">
<!-- Footer Links Start -->
<div class="footer-links">
<h2>Services</h2>
<ul>
<li><a href="services.html">Residential Solar</a></li>
<li><a href="services.html">Commercial Solar</a></li>
<li><a href="services.html">Industrial Solar</a></li>
<li><a href="services.html">Ground Mounted Project</a></li>
</ul>
</div>
<!-- Footer Links End -->
</div>
<div class="col-lg-3 col-md-4">
<!-- Footer Links Start -->
<div class="footer-links">
<h2>Our Offices</h2>
<ul>
<li><a href="https://maps.app.goo.gl/3cmdgeNRUa3xAWZ1A">37,shree hari
campus, gajera compound, mota varachha,
surat-394101</a></li>
<li><a href="">26, satyam industrial estate, kathwada GIDC, Ahmedabad.</a>
</li>
<li><a href="">Sahjanand sale,jalalpore, navsari- 396421</a></li>
</ul>
</div>
<!-- Footer Links End -->
</div>
</div>
</div>
<!-- Mega Footer End -->
<!-- Copyright Footer Start -->
<div class="footer-copyright">
<div class="row">
<div class="col-md-12">
<!-- Footer Copyright Content Start -->
<div class="footer-copyright-text">
<p>Copyright © 2020 by Solar SunPower. All rights reserved.</p>
</div>
<!-- Footer Copyright Content End -->
</div>
</div>
</div>
<!-- Copyright Footer End -->
</div>
</div>
</div>
</footer>
<!-- Footer End -->
<!-- Jquery Library File -->
<script src="js/jquery-3.7.1.min.js"></script>
<!-- Bootstrap js file -->
<script src="js/bootstrap.min.js"></script>
<!-- Validator js file -->
<script src="js/validator.min.js"></script>
<!-- SlickNav js file -->
<script src="js/jquery.slicknav.js"></script>
<!-- Swiper js file -->
<script src="js/swiper-bundle.min.js"></script>
<!-- Counter js file -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<!-- Magnific js file -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- SmoothScroll -->
<script src="js/SmoothScroll.js"></script>
<!-- Parallax js -->
<script src="js/parallaxie.js"></script>
<!-- MagicCursor js file -->
<script src="js/gsap.min.js"></script>
<script src="js/magiccursor.js"></script>
<!-- Text Effect js file -->
<script src="js/splitType.js"></script>
<script src="js/ScrollTrigger.min.js"></script>
<!-- Wow js file -->
<script src="js/wow.js"></script>
<!-- Main Custom js file -->
<script src="js/function.js"></script>
<script src="../../../assets/js/theme-panel.js"></script>
</body>
</html>