-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices-detail.html
483 lines (413 loc) · 18.7 KB
/
services-detail.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sunrise Communication | Services Detail</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>
</ul>
</li>
<li class="dropdown"><a href="#">About</a>
<ul>
<li><a href="about.html">About Us</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="current"><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, <br> Near Jyoti Book Centre, <br> 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/10.jpg)">
<div class="auto-container">
<h2>TV & Streaming</h2>
<ul class="bread-crumb clearfix">
<li><a href="index.html">Home</a></li>
<li>TV & Streaming</li>
</ul>
</div>
</section>
<!-- End Page Title -->
<!-- Sidebar Page Container -->
<section class="sidebar-page-container">
<div class="auto-container">
<div class="row clearfix">
<!-- Content Side -->
<div class="content-side col-lg-8 col-md-12 col-sm-12">
<div class="service-detail">
<div class="inner-box">
<div class="image">
<img src="images/resource/service-2.jpg" alt="" />
</div>
<div class="lower-content">
<h3>TV & Streaming</h3>
<p>We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleas ure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrink ing from toil and pain.</p>
<blockquote>These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided.</blockquote>
<p>We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleas ure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belong.</p>
<div class="two-column">
<div class="row clearfix">
<!-- Column -->
<div class="column col-lg-6 col-md-6 col-sm-12">
<div class="lower-image">
<img src="images/resource/service-3.png" alt="" />
</div>
</div>
<!-- Column -->
<div class="column col-lg-6 col-md-6 col-sm-12">
<h4>Benefit of Service</h4>
<p>We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms the offer pleas ure of the moment.</p>
<ul class="list-style-two">
<li>Better Decision Making</li>
<li>Cost Reduction</li>
<li>Improved Performance</li>
<li>Good and Services</li>
<li>Training session</li>
</ul>
</div>
</div>
</div>
<!-- Accordian Outer -->
<div class="accordion-outer">
<h4>What’s included</h4>
<!-- Accordian Box / Style Two -->
<ul class="accordion-box style-two">
<!--Block-->
<li class="accordion block active-block">
<div class="acc-btn active"><div class="icon-outer"><span class="icon icon-plus fa fa-plus"></span> <span class="icon icon-minus fa fa-minus"></span></div>Digital Analytics Services</div>
<div class="acc-content current">
<div class="content">
<div class="text">We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleas ure of the moment, so blinded by desire, that they cannot foresee the pain and the trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through the weakness of will so blinded by desire</div>
</div>
</div>
</li>
<!--Block-->
<li class="accordion block">
<div class="acc-btn"><div class="icon-outer"><span class="icon icon-plus fa fa-plus"></span> <span class="icon icon-minus fa fa-minus"></span></div>Digital Analytics Services</div>
<div class="acc-content">
<div class="content">
<div class="text">We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleas ure of the moment, so blinded by desire, that they cannot foresee the pain and the trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through the weakness of will so blinded by desire</div>
</div>
</div>
</li>
<!--Block-->
<li class="accordion block">
<div class="acc-btn"><div class="icon-outer"><span class="icon icon-plus fa fa-plus"></span> <span class="icon icon-minus fa fa-minus"></span></div>Digital Analytics Services</div>
<div class="acc-content">
<div class="content">
<div class="text">We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleas ure of the moment, so blinded by desire, that they cannot foresee the pain and the trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through the weakness of will so blinded by desire</div>
</div>
</div>
</li>
<!--Block-->
<li class="accordion block">
<div class="acc-btn"><div class="icon-outer"><span class="icon icon-plus fa fa-plus"></span> <span class="icon icon-minus fa fa-minus"></span></div>Digital Analytics Services</div>
<div class="acc-content">
<div class="content">
<div class="text">We denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleas ure of the moment, so blinded by desire, that they cannot foresee the pain and the trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through the weakness of will so blinded by desire</div>
</div>
</div>
</li>
</ul>
</div>
<!-- End Accordian Outer -->
</div>
</div>
</div>
</div>
<!-- Sidebar Side -->
<div class="sidebar-side col-lg-4 col-md-12 col-sm-12">
<aside class="sidebar sticky-top">
<!-- Services Widget -->
<div class="sidebar-widget services-widget">
<div class="widget-content">
<div class="sidebar-title">
<h5>Our Services</h5>
</div>
<ul class="service-list">
<li><a href="#">Broadband</a></li>
<li><a href="#">TV & Streaming</a></li>
<li><a href="#">Satellite TV</a></li>
<li><a href="#">Home Phone</a></li>
<li><a href="#">Home Security</a></li>
</ul>
</div>
</div>
<!-- Broucher Widget -->
<div class="sidebar-widget broucher-widget">
<div class="widget-content">
<div class="sidebar-title">
<h5>Our Company Brochure</h5>
</div>
<div class="text">Impress clients new and existing with elite construction brochures. Impress clients new and existing construction.</div>
<a href="#" class="theme-btn btn-style-four"><span class="txt">Download PDF</span></a>
</div>
</div>
<!-- Contact Widget -->
<div class="sidebar-widget contact-widget">
<div class="widget-content">
<div class="sidebar-title">
<h5>Contact Us</h5>
</div>
<ul class="contact-info-widget">
<li>
<span class="icon flaticon-map"></span>
Room No.10, Amar Building, <br> Near Jyoti Book Centre, <br> Charai, Thane (W) 400601
</li>
<li>
<span class="icon flaticon-call"></span>
<a href="tel:+91-9987555399">+91-9987555399</a><br>
<a href="tel:+91-9323848622">+91-9323848622</a>
</li>
<li>
<span class="icon flaticon-email-1"></span>
<a href="mailto:[email protected]">[email protected]</a><br>
<a href="www.sunrisecommunication.co">www.sunrisecommunication.co</a>
</li>
</ul>
</div>
</div>
</aside>
</div>
</div>
</div>
</section>
<!-- End Sidebar Page Container -->
<!-- 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>