-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
661 lines (578 loc) · 26.2 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sunrise Communication | About Us</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
</head>
<body class="hidden-bar-wrapper">
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader">
<span></span>
</div>
<!-- Main Header -->
<header class="main-header">
<!-- Header Top -->
<div class="header-top">
<div class="auto-container clearfix">
<div class="pull-left">
<ul class="info">
<li><a href="tel:+91-9987555399"><span class="icon flaticon-maps-and-flags"></span>Call: +91-9987555399</a></li>
<li><a href="mailto:[email protected]"><span class="icon flaticon-email-2"></span>[email protected]</a></li>
</ul>
</div>
<div class="pull-right clearfix">
<!-- Social Box -->
<ul class="social-box">
<li><a href="https://www.facebook.com/" class="fa fa-facebook-f"></a></li>
<li><a href="https://www.twitter.com/" class="fa fa-twitter"></a></li>
<li><a href="https://www.linkedin.com/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
<!-- Header Lower -->
<div class="header-lower">
<div class="auto-container clearfix">
<div class="inner-container clearfix">
<div class="pull-left logo-box">
<div class="logo"><a href="index.html"><img src="images/logo.png" alt="" title=""></a></div>
</div>
<div class="nav-outer clearfix">
<!-- Mobile Navigation Toggler -->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu"></span></div>
<!-- Main Menu -->
<nav class="main-menu show navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li class="dropdown"><a href="#">Home</a>
<ul>
<li><a href="index.html">Homepage</a></li>
<!-- <li><a href="index-2.html">Homepage Two</a></li>
<li><a href="index-3.html">Homepage Three</a></li>
<li><a href="index-4.html">Homepage Four</a></li>
<li><a href="index-5.html">Homepage Five</a></li>
<li><a href="index-6.html">Homepage Six</a></li>
<li><a href="index-7.html">Homepage Seven</a></li> -->
<!-- <li class="dropdown"><a href="#">Header Styles</a>
<ul>
<li><a href="index.html">Header Style One</a></li>
<li><a href="index-2.html">Header Style Two</a></li>
<li><a href="index-3.html">Header Style Three</a></li>
<li><a href="index-4.html">Header Style Four</a></li>
<li><a href="index-5.html">Header Style Five</a></li>
<li><a href="index-6.html">Header Style Six</a></li>
<li><a href="index-7.html">Header Style Seven</a></li>
</ul>
</li> -->
</ul>
</li>
<li class="current dropdown"><a href="#">About</a>
<ul>
<li><a href="about.html">About Us</a></li>
<!-- <li><a href="price.html">Pricing</a></li>
<li><a href="movie.html">Movie's</a></li> -->
</ul>
</li>
<li class="dropdown"><a href="#">Services</a>
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="services-detail.html">Services Detail</a></li>
</ul>
</li>
<!-- <li class="dropdown"><a href="#">Shop</a>
<ul>
<li><a href="shop.html">Our Products</a></li>
<li><a href="shop-single.html">Product Single</a></li>
<li><a href="shoping-cart.html">Shoping Cart</a></li>
<li><a href="checkout.html">Checkout</a></li>
</ul>
</li> -->
<!-- <li class="dropdown"><a href="#">Blog</a>
<ul>
<li><a href="blog.html">Our Blog</a></li>
<li><a href="news-detail.html">Blog Single</a></li>
<li><a href="not-found.html">Not Found</a></li>
</ul>
</li> -->
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!-- Outer Box -->
<div class="outer-box clearfix">
<!--Search Box-->
<div class="search-box-outer">
<div class="search-box-btn"><span class="fa fa-search"></span></div>
</div>
<!-- Nav Btn -->
<div class="nav-btn navSidebar-button"><span class="icon flaticon-dots-menu"></span></div>
</div>
<!-- End Outer Box -->
</div>
</div>
</div>
</div>
<!-- End Header Lower -->
<!-- Sticky Header -->
<div class="sticky-header">
<div class="auto-container clearfix">
<!-- Logo -->
<div class="logo pull-left">
<a href="index.html" title=""><img src="images/logo-small.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="pull-right">
<!-- Main Menu -->
<nav class="main-menu">
<!--Keep This Empty / Menu will come through Javascript-->
</nav><!-- Main Menu End-->
<!-- Outer Box -->
<div class="outer-box clearfix">
<!--Search Box-->
<div class="search-box-outer">
<div class="search-box-btn"><span class="fa fa-search"></span></div>
</div>
<!-- Nav Btn -->
<div class="nav-btn navSidebar-button"><span class="icon flaticon-dots-menu"></span></div>
</div>
<!-- End Outer Box -->
</div>
</div>
</div><!-- End Sticky Menu -->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><span class="icon flaticon-multiply"></span></div>
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="images/logo.png" alt="" title=""></a></div>
<div class="menu-outer"><!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header--></div>
</nav>
</div><!-- End Mobile Menu -->
</header>
<!-- End Main Header -->
<!-- Sidebar Cart Item -->
<div class="xs-sidebar-group info-group">
<div class="xs-overlay xs-bg-black"></div>
<div class="xs-sidebar-widget">
<div class="sidebar-widget-container">
<div class="widget-heading">
<a href="#" class="close-side-widget">
X
</a>
</div>
<div class="sidebar-textwidget">
<!-- Sidebar Info Content -->
<div class="sidebar-info-contents">
<div class="content-inner">
<div class="logo">
<a href="index.html"><img src="images/logo-2.png" alt="" /></a>
</div>
<div class="content-box">
<h5>About Us</h5>
<p class="text">Contact us today to learn more about how we can fulfill your communication and security needs. We look forward to serving you.</p>
<a href="contact.html" class="theme-btn btn-style-one"><span class="txt">Contact Us</span></a>
</div>
<div class="contact-info">
<h5>Contact Info</h5>
<ul class="list-style-one">
<li><span class="icon fa fa-location-arrow"></span>Room No.10, Amar Building, Near Jyoti Book Centre, Charai, Thane (W) 400601</li>
<li><span class="icon fa fa-phone"></span>+91-9987555399</li>
<li><span class="icon fa fa-envelope"></span>[email protected]</li>
<li><span class="icon fa fa-clock-o"></span>EveryDay: 09:00 to 21:00</li>
</ul>
</div>
<!-- Social Box -->
<ul class="social-box">
<li><a href="https://www.facebook.com/" class="fa fa-facebook-f"></a></li>
<li><a href="https://www.twitter.com/" class="fa fa-twitter"></a></li>
<li><a href="https://dribbble.com/" class="fa fa-dribbble"></a></li>
<li><a href="https://www.linkedin.com/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END sidebar widget item -->
<!-- Page Title -->
<section class="page-title" style="background-image: url(images/background/7.jpg)">
<div class="auto-container">
<h2>About Us</h2>
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home</a></li>
<li>About Us</li>
</ul>
</div>
</section>
<!--End Page Title-->
<!-- Network Section / Style Two -->
<section class="network-section style-two" style="background-image: url(images/background/2.jpg)">
<div class="auto-container">
<div class="inner-container">
<div class="row clearfix">
<!-- Image Column -->
<div class="images-column col-lg-7 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<img src="images/resource/network-4.jpg" alt="" />
</div>
<div class="image-two wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms">
<img src="images/resource/network-5.jpg" alt="" />
</div>
<div class="image-three wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<img src="images/resource/network-3.png" alt="" />
</div>
</div>
</div>
<!-- Content Column -->
<div class="content-column col-lg-5 col-md-12 col-sm-12">
<div class="inner-column">
<!-- Sec Title -->
<div class="sec-title">
<div class="separator"></div>
<h2>We Provide Best Services For You.</h2>
<div class="text">Experience our expertise, personalized approach, reliability, and commitment to customer satisfaction. We are here to exceed your expectations and deliver outstanding service every step of the way.</div>
</div>
<!-- Network List -->
<ul class="network-list">
<li>
<span class="icon flaticon-tick-1"></span>
<strong>Exceptional Expertise</strong>
Our team consists of highly skilled professionals who have extensive knowledge and expertise in the field. We stay up-to-date with the latest industry trends and technologies to ensure that we offer the most innovative solutions and services to our customers.
</li>
<li>
<span class="icon flaticon-tick-1"></span>
<strong>Reliable and Timely Service</strong>
We value our customers' time and strive to provide prompt and reliable service. From initial consultation to installation, maintenance, and support, we ensure that our services are delivered efficiently and within the agreed-upon timelines. Our commitment to timeliness helps our customers minimize downtime and disruptions to their operations.
</li>
<li>
<span class="icon flaticon-tick-1"></span>
<strong>Customer Satisfaction</strong>
Customer satisfaction is at the core of our business philosophy. We go above and beyond to ensure that our customers are happy and satisfied with our services. We actively seek feedback and continuously improve our processes to enhance the customer experience. Our goal is to build long-term relationships with our customers based on trust, reliability, and exceptional service.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Network Section / Style Two -->
<!-- Appointment Section -->
<!-- <section class="appointment-section" style="background-image: url(images/background/pattern-1.png)">
<div class="auto-container">
<div class="row clearfix"> -->
<!-- Title Column -->
<!-- <div class="title-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<h3>Let's find deals and services available in your area</h3>
</div>
</div> -->
<!-- Form Column -->
<!-- <div class="form-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="appointment-form">
<form method="post" action="contact.html">
<div class="form-group">
<input type="email" name="email" value="" placeholder="Enter street address & apartment" required="">
<button type="submit" class="theme-btn btn-style-two"><span class="txt">Check Availability <i class="lnr lnr-arrow-right"></i></span></button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Appointment Section -->
<!-- Services Section Three -->
<section class="services-section-three" style="background-image: url(images/background/pattern-6.png)">
<div class="auto-container">
<div class="sec-title clearfix">
<div class="pull-left">
<div class="separator"></div>
<h2>Few Great Reasons Make <br> You Choice us</h2>
</div>
<div class="pull-right">
<a href="services.html" class="theme-btn btn-style-four"><span class="txt">View Services <i class="lnr lnr-arrow-right"></i></span></a>
</div>
</div>
<div class="row clearfix">
<!-- Facility Block -->
<div class="facility-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box">
<div class="pattern-layer" style="background-image: url(images/background/pattern-14.png)"></div>
<div class="icon-box flaticon-swimming-pool"></div>
<h5><a href="services-detail.html">Expertise and Experience</a></h5>
<div class="text">With years of experience in the industry, our company brings extensive knowledge and expertise to every project. We have a deep understanding ensuring that we can provide accurate recommendations and solutions tailored to our customers' specific needs.</div>
</div>
</div>
<!-- Facility Block -->
<div class="facility-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box">
<div class="pattern-layer" style="background-image: url(images/background/pattern-14.png)"></div>
<div class="icon-box flaticon-5g"></div>
<h5><a href="services-detail.html">High-Quality Products</a></h5>
<div class="text">We pride ourselves on offering top-of-the-line products from reputable manufacturers. Our commitment to quality ensures that our customers receive reliable and durable systems that meet the highest industry standards.</div>
</div>
</div>
<!-- Facility Block -->
<div class="facility-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box">
<div class="pattern-layer" style="background-image: url(images/background/pattern-14.png)"></div>
<div class="icon-box flaticon-8k"></div>
<h5><a href="services-detail.html">Customized Solutions</a></h5>
<div class="text">We understand that every business or individual has unique requirements. That's why we take a personalized approach to provide customized solutions that address your specific communication and security needs. </div>
</div>
</div>
<!-- Facility Block -->
<div class="facility-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box">
<div class="pattern-layer" style="background-image: url(images/background/pattern-14.png)"></div>
<div class="icon-box flaticon-customer-service"></div>
<h5><a href="services-detail.html">Professional Installation and Service</a></h5>
<div class="text">Our team of skilled technicians is trained to provide efficient and professional installations. We take care of every aspect, ensuring that your systems are set up correctly and function optimally. </div>
</div>
</div>
<!-- Facility Block -->
<div class="facility-block col-lg-3 col-md-6 col-sm-12">
<div class="inner-box">
<div class="pattern-layer" style="background-image: url(images/background/pattern-14.png)"></div>
<div class="icon-box flaticon-customer-service"></div>
<h5><a href="contact.html">Exceptional Customer Service</a></h5>
<div class="text">Customer satisfaction is our priority. We pride ourselves on delivering outstanding customer service and building long-term relationships with our clients. Our friendly and knowledgeable team is always ready to assist you with any questions, concerns, or technical support you may need.</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section Three -->
<!-- Team Section -->
<section class="team-section" style="background-image: url(images/background/pattern-25.png)">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title centered light">
<div class="separator"></div>
<h2>Meet Our Experts</h2>
</div>
<!-- End Sec Title -->
<div class="three-item-carousel owl-carousel owl-theme">
<!-- Team Block -->
<div class="team-block">
<div class="inner-box">
<div class="image">
<img src="images/resource/team-1.jpg" alt="" />
<div class="overlay-box">
<h6>Tanaji Pol</h6>
<div class="designation">CEO, Sunrise Communication</div>
</div>
<div class="overlay-box-two">
<h6>Tanaji Pol</h6>
<div class="designation">CEO, Sunrise Communication</div>
<div class="text">Main Boss</div>
<!-- Social Box -->
<ul class="social-box">
<li><a href="https://www.facebook.com/" class="fa fa-facebook-f"></a></li>
<li><a href="https://www.twitter.com/" class="fa fa-twitter"></a></li>
<li><a href="https://dribbble.com/" class="fa fa-dribbble"></a></li>
<li><a href="https://www.linkedin.com/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Team Section -->
<!-- Testimonial Section -->
<!-- <section class="testimonial-section">
<div class="image-layer style-two" style="background-image: url(images/background/pattern-7.png)"></div>
<div class="auto-container"> -->
<!-- Sec Title -->
<!-- <div class="sec-title centered">
<div class="title">testimonial</div>
<h2>What our clients say</h2>
</div> -->
<!-- End Sec Title -->
<!-- <div class="testimonial-carousel owl-carousel owl-theme"> -->
<!-- Testimonial Block -->
<!-- <div class="testimonial-block">
<div class="inner-box">
<div class="upper-box">
<div class="text">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet consec tetur, adipisci velit, sed quia non num the quam eius modi the tempora Neque porro quis quam.</div>
</div>
<div class="lower-box">
<div class="color-layer"></div>
<div class="pattern-layer" style="background-image: url(images/background/pattern-8.png)"></div>
<div class="author-image-outer">
<span class="quote-icon fa fa-quote-left"></span>
<div class="author-image">
<img src="images/resource/author-1.jpg" alt="" />
</div>
</div>
<div class="author-name">Stiven Morgan</div>
<div class="designation">Pure Tecnology</div>
</div>
</div>
</div> -->
<!-- Testimonial Block -->
<!-- <div class="testimonial-block">
<div class="inner-box">
<div class="upper-box">
<div class="text">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet consec tetur, adipisci velit, sed quia non num the quam eius modi the tempora Neque porro quis quam.</div>
</div>
<div class="lower-box">
<div class="color-layer"></div>
<div class="pattern-layer" style="background-image: url(images/background/pattern-8.png)"></div>
<div class="author-image-outer">
<span class="quote-icon fa fa-quote-left"></span>
<div class="author-image">
<img src="images/resource/author-2.jpg" alt="" />
</div>
</div>
<div class="author-name">Danial Pedro</div>
<div class="designation">Northen City</div>
</div>
</div>
</div> -->
<!-- Testimonial Block -->
<!-- <div class="testimonial-block">
<div class="inner-box">
<div class="upper-box">
<div class="text">Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet consec tetur, adipisci velit, sed quia non num the quam eius modi the tempora Neque porro quis quam.</div>
</div>
<div class="lower-box">
<div class="color-layer"></div>
<div class="pattern-layer" style="background-image: url(images/background/pattern-8.png)"></div>
<div class="author-image-outer">
<span class="quote-icon fa fa-quote-left"></span>
<div class="author-image">
<img src="images/resource/author-3.jpg" alt="" />
</div>
</div>
<div class="author-name">Rannsan Wiks</div>
<div class="designation">CEO, Glob Tech</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Testimonial Section -->
<!-- Clients Section -->
<!-- <section class="clients-section">
<div class="auto-container">
<div class="carousel-outer"> -->
<!--Sponsors Slider-->
<!-- <ul class="sponsors-carousel owl-carousel owl-theme">
<li><div class="image-box"><a href="#"><img src="images/clients/1.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/2.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/3.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/4.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/5.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/1.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/2.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/3.png" alt=""></a></div></li>
<li><div class="image-box"><a href="#"><img src="images/clients/4.png" alt=""></a></div></li>
</ul>
</div>
</div>
</section> -->
<!-- End Clients Section / Style Two -->
<!-- Main Footer -->
<footer class="main-footer">
<div class="pattern-layer-one" style="background-image: url(images/background/pattern-12.png)"></div>
<div class="pattern-layer-two" style="background-image: url(images/background/pattern-13.png)"></div>
<div class="auto-container">
<div class="widgets-section">
<div class="logo">
<a href="index.html"><img src="images/footer-logo.png" alt="" /></a>
</div>
<ul class="contact-info-list">
<li>
<span class="icon"><img src="images/icons/icon-1.png" alt="" /></span>
<a href="tel:+91-9987555399">+91-9987555399</a><br>
<a href="tel:+91-9323848622">+91-9323848622</a>
</li>
<li>
<span class="icon"><img src="images/icons/icon-2.png" alt="" /></span>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="www.sunrisecommunication.co">www.sunrisecommunication.co</a>
</li>
<li>
<span class="icon"><img src="images/icons/icon-3.png" alt="" /></span>
Room No.10, Amar Building, <br> Near Jyoti Book Centre, <br> Charai, Thane (W) 400601
</li>
</ul>
<!-- Social Box -->
<ul class="social-box">
<li><a href="https://www.facebook.com/" class="fa fa-facebook-f"></a></li>
<li><a href="https://www.linkedin.com/" class="fa fa-linkedin"></a></li>
<li><a href="https://skype.com/" class="fa fa-skype"></a></li>
<li><a href="https://www.twitter.com/" class="fa fa-twitter"></a></li>
</ul>
</div>
</div>
<!-- Footer Bottom -->
<div class="footer-bottom">
<div class="auto-container">
<div class="copyright">© 2023 Sunrise Communication. All Rights Reserved. Designed By <a href="https://pratikpol.co/">Pratik Pol</a></div>
</div>
</div>
</footer>
<!-- End Main Footer -->
</div>
<!--End pagewrapper-->
<!-- Search Popup -->
<div class="search-popup">
<div class="color-layer"></div>
<button class="close-search"><span class="fa fa-arrow-up"></span></button>
<form method="post" action="blog.html">
<div class="form-group">
<input type="search" name="search-field" value="" placeholder="Search Here" required="">
<button type="submit"><i class="fa fa-search"></i></button>
</div>
</form>
</div>
<!-- End Header Search -->
<!-- Scroll To Top -->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/tilt.jquery.min.js"></script>
<script src="js/jquery.paroller.min.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/nav-tool.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</body>
</html>