-
Notifications
You must be signed in to change notification settings - Fork 0
/
productoverview.html
894 lines (730 loc) · 23.8 KB
/
productoverview.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
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>SKGROUP</title>
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css" media="all" /><!-- fontawesome -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" /><!-- Bootstrap stylesheet -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" /><!-- stylesheet -->
<!-- meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Solar Panel Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony Ericsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //meta tags -->
<!--fonts-->
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!--//fonts-->
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- Required-js -->
<!-- main slider-banner -->
<script src="js/skdslider.min.js"></script>
<link href="css/skdslider1.css" rel="stylesheet">
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery('#demo1').skdslider({ 'delay': 0, 'animationSpeed': 0, 'showNextPrev': false, 'showPlayButton': true, });
jQuery('#responsive').change(function () {
$('#responsive_wrapper').width(jQuery(this).val());
});
});
</script>
<style></style>
<!-- //main slider-banner -->
<!-- scriptfor smooth drop down-nav -->
<script>
$(document).ready(function () {
$(".dropdown").hover(
function () {
$('.dropdown-menu', this).stop(true, true).slideDown("fast");
$(this).toggleClass('open');
},
function () {
$('.dropdown-menu', this).stop(true, true).slideUp("fast");
$(this).toggleClass('open');
}
);
});
</script>
<!-- //script for smooth drop down-nav -->
<!--<style>
.navbar.center .navbar-inner {
text-align: center;
}
.navbar.center .navbar-inner .nav {
float: none;
display: inline-block;
vertical-align: middle;
}
.affix {
top: 0px;
width: 100%;
z-index: 9999 !important;
}
.affix + .container {
padding-top: 70px;
}
</style>-->
</head>
<body>
<!-- header -->
<header>
<div class="w3layouts-top-strip">
<div class="container" style="width:100%">
<div class="logo">
<img src="image/SK-Grp-Logo.png" alt="Company Logo" />
<!--<h1><a href="index.html"><span>SK </span>GROUP</a></h1>-->
</div>
<div class="logo" style="float:right">
<img src="image/Sellowrap-Industries-Logo.png" alt="Company Logo" style="float:right;width:70%" />
<br>
<br>
<img src="image/Sellowrap-EPP-Logo.png" alt="Company Logo" style="float:right;width:70%" />
</div>
<!--<img src="image/Sellowrap-Industries-Logo.png" alt="Company Logo" style="float:right" />
<br>
<br>
<br>
<img src="image/Sellowrap-EPP-Logo.png" alt="Company Logo" style="float:right" />-->
<!--<div class="w3ls-social-icons">
<a class="facebook" href="#"><i class="fa fa-facebook"></i></a>
<a class="twitter" href="#"><i class="fa fa-twitter"></i></a>
<a class="pinterest" href="#"><i class="fa fa-pinterest-p"></i></a>
<a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a>
</div>
<div class="agileits-contact-info text-right">
<ul>
<li><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span><a href="#"> [email protected]</a></li>
<li><span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>+ 91-22-66750560</li>
</ul>
</div>-->
<div class="clearfix"></div>
</div>
</div>
<!-- navigation -->
<nav class="navbar navbar-default" data-spy="affix" data-offset-top="197">
<div class="container-menu">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class=" navbar-collapse collapse " id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav ">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About Us <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">Overview</a></li>
<li><a href="journey.html">Journey</a></li>
<li><a href="partnership.html">Partnership</a></li>
<li><a href="quality&accredations.html">Quality&Accreditations</a></li>
<li><a href="gp.html">Global Presence</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle active" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Products <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="active"><a href="productoverview.html">Product Overview</a></li>
<li><a href="screenparts.html">Screen Sealing Parts</a></li>
<li><a href="plasticparts.html">Plastic Injection Molded Parts</a></li>
<li><a href="foamparts.html">Foam Parts</a></li>
<li><a href="stickers.html">Stickers & Labels</a></li>
<li><a href="pufoam.html">PU Foam Molding</a></li>
<li><a href="epp.html">EPP Molding</a></li>
</ul>
</li>
<li><a href="indust.html">Industies Served</a></li>
<li><a href="r&d.html">R&D</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Investors Section <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="investorsectionoverview.html">Overview</a></li>
<li><a href="investorsectionquality.html">Quality & Accreditations</a></li>
<li><a href="investorsectionpolicies.html">Policies</a></li>
<!--<li><a href="investorsectionpressrelease.html"> Press Release</a></li>-->
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Locations <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="admin.html"> Corporate Office</a></li>
<li><a href="manufacturingcontact.html">Manufacturing Sites</a></li>
<li><a href="globalpresence.html">Global Presence</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
<div class="w3ls-social-icons">
<a style="background-color:white" class="youtube" href="#"><i class="fa fa-youtube-play"></i></a>
<a style="background-color:white" class="linkedin" href="https://www.linkedin.com/company/sellowrap-industries-private-limited/about/" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- //navigation -->
</header>
<div class="w3-slider">
<!-- main-slider -->
<ul id="demo1">
<li>
<img src="Img/Products_banner.jpg" alt="" sstyle="width:100%" />
<div class="slide-desc">
<h3 style=" vertical-align: bottom;">
WE OFFER, WHAT YOU DESIRE
</h3>
<p> </p>
</div>
</li>
<!--<li>
<img src="image/Slide-image-02.jpg" alt="" />
<div class="slide-desc">
<h3> Persisting Innovation, Achieving Aspiration </h3>
<p> </p>
</div>
</li>
<li>
<img src="image/Slide-image-03.jpg" alt="" />
<div class="slide-desc">
<h3>Persisting Innovation, Achieving Aspiration</h3>
<p> </p>
</div>
</li>-->
</ul>
</div>
<!-- //header -->
<!-- top-header and slider -->
<!--<div class="agile-bannerp">
<h3 class="bottom-left"style="">
WE OFFER, WHAT YOU DESIRE
</h3>
</div>-->
<!--<section class="w3-about text-center">
<div class="container">
<h2 class="w3ls_head">The SK Group � <span></span></h2>
<p class="para">
The SK Group � comprising of <b>Sellowrap Industries Pvt. Ltd.</b> and <b>Sellowrap EPP India Pvt. Ltd.</b>,
produce customized components for the best Automobile and Non Automobile brands in the industry for Domestic as well as Export market. <a href="about.html">More...</a>
</p>
<div class="clearfix"></div>
</div>
</section>-->
<!-- product Overview -->
<div class="agile-prod" style="background-color:white">
<div class="container">
<h2 class="w3ls_head">Prod<span>ucts</span></h2>
<div class="agile_banner_bottom_grids">
<div class="overview-grids w3layouts_about_grid_left">
<h4> Products Overview</h4>
<p>
The specialty of <span style="color:#0093DD">Sellowrap®</span> products is that they are <b>Light-weight, compact and environment-friendly. Variety and customization</b> is one of our major USPs. This has enabled us to have a wide reach and strong impact. Plus, along with invention and technology, we also pay much attention to detail and that helps us devise the whole product perfectly.
</p>
<br>
<br>
<!--<p style="float:right">
<a href="/images/myw3schoolsimage.jpg" download="w3logo">
Click to download pdf
<img src="image/pdf.jpg" alt="" width="80" height="80">
</a>
</p>-->
<!--<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Category</th>
<th>Category Name</th>
<th>type of Parts</th>
<th>Customer</th>
<th>Product Photo</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Screen Sealing Parts</td>
<td>Door Protective Films</td>
<td>
Maruti, Renault Nissan,
M&M, GMI, SML Isuzu
& Isuzu
</td>
<td>images</td>
</tr>
<tr>
<td>2</td>
<td>Foam parts</td>
<td>Door Protector, NVH, Insul Pillars</td>
<td>
Maruti, Renault Nissan,
M&M, GMI, VW
</td>
<td>images</td>
</tr>
<tr>
<td>3</td>
<td>Plastic Injection Moulded Parts</td>
<td>
Fasteners, Tumble Hooks, Grip
Assist, Handle Window
Regulators, Sunvisor Holder,
Dummy Plugs, Support
Microphones, Air Spoilers,
Speaker Covers & Insul Fenders.
</td>
<td>
Maruti, Renault Nissan,
M&M, GMI
</td>
<td>images</td>
</tr>
<tr>
<td>4</td>
<td>Labels</td>
<td>
Engine Cooling Fan, Safety Lock,
CNG Seals, Unleaded Fuel Free
Lock, Tire Pressure Labels,
Caution Labels etc
</td>
<td>
Maruti & Renault
Nissan
</td>
<td>images</td>
</tr>
<tr>
<td>5</td>
<td>PU Foam Moulding</td>
<td>
Cover Fenders, Baffle, Seal Hinge
Hood Parts etc.
</td>
<td>
Renault Nissan
</td>
<td>images</td>
</tr>
<tr>
<td>6</td>
<td>EPP Parts</td>
<td>
Tool Kit, Bumper- Core,
Core Seat, Packaging,
Foot Rest, Rear Bracket Bumper
</td>
<td>
Maruti, VW, GMI, M&M
</td>
<td>images</td>
</tr>
</tbody>
</table>
</div>-->
</div>
<div class="clearfix"> </div>
<div class="table-responsive w3layouts_about_grid_left">
<table class="table table-bordered ">
<thead>
<tr>
<th style="width:100%" colspan="5">Sellowrap Industries Pvt.Ltd</th>
</tr>
<tr>
<th style="width:10%">No.</th>
<th style="width:22.5%">Category Name</th>
<th style="width:22.5%">Types of Parts</th>
<th style="width:22.5%">Customer</th>
<th style="width:22.5%">Product </th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td style="font-size:18px">
<a href="screenparts.html">Screen Sealing Parts</a>
</td>
<td><p>Door Protective Films</p></td>
<td>
<p>
Maruti, Renault Nissan,
M&M, GMI, SML Isuzu
& Isuzu
</p>
</td>
<td>
<img class="img-responsive" src="image/Screen-Sealing.png" style="max-width: 100%;" />
</td>
</tr>
<tr>
<td>2</td>
<td><a href="foamparts.html">Foam Parts</a></td>
<td><p>Door Protector, NVH, Insul Pillars</p></td>
<td>
<p>
Maruti, Renault Nissan,
M&M, GMI, VW
</p>
</td>
<td>
<img class="img-responsive" src="image/n/Foam.png" style="max-width: 100%;" />
</td>
</tr>
<tr>
<td>3</td>
<td><a href="plasticparts.html">Plastic Injection Molded Parts</a></td>
<td>
<p>
Fasteners, Tumble Hooks, Grip
Assist, Handle Window
Regulators, Sunvisor Holder,
Dummy Plugs, Support
Microphones, Air Spoilers,
Speaker Covers & Insul Fenders.
</p>
</td>
<td>
<p>
Maruti, Renault Nissan,
M&M, GMI
</p>
</td>
<td>
<img class="img-responsive" src="image/n/Injection-Molding.png" style="max-width: 100%;" />
</td>
</tr>
<tr>
<td>4</td>
<td><a href="stickers.html">Stickers & Labels</a></td>
<td>
<p>
Engine Cooling Fan, Safety Lock,
CNG Seals, Unleaded Fuel Free
Lock, Tire Pressure Labels,
Caution Labels etc
</p>
</td>
<td>
<p>
Maruti & Renault
Nissan
</p>
</td>
<td>
<img class="img-responsive" src="image/n/lables-&-stickers.png" style="max-width: 100%;" />
</td>
</tr>
<tr>
<td>5</td>
<td><a href="pufoam.html">PU Foam Molding</a></td>
<td>
<p>
Cover Fenders, Baffle, Seal Hinge
Hood Parts etc.
</p>
</td>
<td>
<p>Renault Nissan</p>
</td>
<td>
<img class="img-responsive" src="image/n/Pu-Foam-Molding-Parts.png" style="max-width: 100%;" />
</td>
</tr>
</tbody>
</table>
</div>
<div class="table-responsive w3layouts_about_grid_left">
<table class="table table-bordered ">
<thead>
<tr>
<th style="width:100%" colspan="5">Sellowrap EPP India Pvt.Ltd</th>
</tr>
<tr>
<th style="width:10%">No.</th>
<th style="width:22.5%">Category Name</th>
<th style="width:22.5%">Types of Parts</th>
<th style="width:22.5%">Customer</th>
<th style="width:22.5%">Product </th>
</tr>
</thead>
<tbody>
<tr>
<td>6</td>
<td><a href="epp.html">EPP Molding</a></td>
<td>
<p>
Tool Kit, Bumper- Core,
Core Seat, Packaging,
Foot Rest, Rear Bracket Bumper
</p>
</td>
<td>
<p> Maruti, VW, GMI, M&M</p>
</td>
<td>
<img class="img-responsive" src="image/epp.png" style="max-width: 100%;" />
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- bussiness Assocciates -->
<!--<div class="agileinfo-work-top">
<div class="container">
<div class="w3-agileits-rides-heading">
<h3 class="w3ls_head"> Bussiness <span>Associates</span></h3>
</div>
<div class="agileits-w3layouts-rides-grids">
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/msr1.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4></h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/ren.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/sharp.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/at.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/ma.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/ya.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/Videocon-Logo.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/Lear-Corp.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/honda.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/Toy.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/carrier-logo.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/sk.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/ha.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/lh.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="col-sm-2 rides-grid">
<div class="agileinfo-work">
<div class="list-img">
<img src="images1/gm.jpg" class="img-responsive" alt="">
<div class="textbox"></div>
</div>
<h4> </h4>
<p></p>
<ul></ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>-->
<!-- footer -->
<div class="footer-top">
<div class="container">
<div class="col-md-4 w3ls-footer-top" style="border-right: 1px solid #fff;">
<h3>QUICK <span>LINKS</span></h3>
<ul>
<!--<li><a href="index.html">Home</a></li>-->
<li><a href="about.html">About Us</a></li>
<li><a href="indust.html">Industry Served</a></li>
<li><a href="investorsectionoverview.html">Investors Section </a></li>
<li><a href="r&d.html">R & D</a></li>
<li><a href="career.html">Career</a></li>
<!--<li><a href="contact.html">Contact</a></li>-->
</ul>
</div>
<div class="col-md-4 wthree-footer-top">
<h3>Pro<span>ducts</span></h3>
<ul style="height:240px">
<li><a href="screenparts.html">Screen Sealing Parts</a></li>
<li><a href="plasticparts.html">Plastic Injection Molded Parts</a></li>
<li><a href="foamparts.html">Foam Parts</a></li>
<li><a href="stickers.html">Stickers & Labels</a></li>
<li><a href="pufoam.html">PU Foam Molding</a></li>
<li><a href="epp.html">EPP Molding</a></li>
</ul>
<!--<ul style="height:100px">
<li><a href="foamparts.html"></a></li>
<li><a href="stickers.html"></a></li>
<li><a href="pufoam.html"></a></li>
<li><a href="epp.html"></a></li>
</ul>-->
</div>
<div class="col-md-4 w3l-footer-top">
<h3>LOCA<span>TIONS</span></h3>
<ul>
<li style="list-style-type:none; color:darkgrey ">
<b style="color:#337ab7">Corporate Office</b><br>
<span class="glyphicon glyphicon-home" aria-hidden="true"> </span>
208, 2nd Floor, Abhishek Building, C-5 Dalia Estate,
New Link Road, Andheri (W), Mumbai- 400053.
</li>
<li style="list-style-type:none;color:darkgrey"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span><a href="mailto:[email protected]"> [email protected] </a></li>
<li style="list-style-type:none;color:darkgrey">
<span class="glyphicon glyphicon-earphone" aria-hidden="true"> </span> +91 22 6675 0560 / 6675 0561 / 6707 6268
</li>
<hr>
<li style="list-style-type:none;color:darkgrey">
<b style="color:#337ab7">Manufacturing Sites</b><br>
<!--<span class="glyphicon glyphicon-home" aria-hidden="true"> </span>--> Sellowrap Production Unit-1 & 2 at Gurugram , Haryana<br>
Sellowrap Production Unit at Bawal, Haryana<br>
Sellowrap Production Unit-3 at Ranipet, Chennai<br>
Sellowrap Business Development Unit at Ranipet,Chennai<br>
<!--<li style="list-style-type:none;color:darkgrey"><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span><a href="mailto:[email protected]">[email protected]</a></li>
<li style="list-style-type:none;color:darkgrey">
<span class="glyphicon glyphicon-earphone" aria-hidden="true"></span> +91-1284- 264452 / 53
</li>-->
</ul>
</div>
<div class="clearfix"></div>
<div class="footer-w3layouts">
<div class="agile-copy">
<p>© Copyright 2019 Sellowrap Industries Pvt. Ltd. All rights reserved</p>
</div>
</div>
</div>
</div>
<!-- //footer -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/numscroller-1.0.js"></script>
</body>
</html>