-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
917 lines (820 loc) · 38.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
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
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>supremeindiaassociates</title>
<link rel="stylesheet" href="owl.carousel.min.css">
<link href="test-slider-fullwidth.css" rel="stylesheet">
<link rel="stylesheet" href="owl.theme.default.min.css">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Montserrat:wght@900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Lobster&family=Prata&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/d95fa0f18a.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="owl.carousel.min.js"></script>
<script src="test-slider-fullwidth.js"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/footerstyle.css">
<style>
.background_image {
background-image: url("images/back3.jpg");
background-size: cover;
}
.wrapper {
width: 100%;
height: auto;
overflow: hidden;
padding-left: 51px;
padding-right: 39px;
height: 417px;
background-color: #faf4ff;
}
.wrapper1 {
width: 100%;
height: auto;
overflow: hidden;
padding-left: 51px;
padding-right: 39px;
background-color: #faf4ff;
}
.item {
text-align: center;
}
.img-div {
padding-top: 30px;
}
.img-height-350 {
height: 376px;
width: 300px;
padding-top: 32px;
cursor: pointer;
}
.img-height-3500 {
height: 300px;
width: 300px;
padding-top: 32px;
}
.img-height-350 h3 {
padding-top: 7px;
}
html {
scroll-behavior: smooth;
}
</style>
</head>
<body>
<!-- Nav Bar -->
<div class="container-fluid">
<nav class="navbar navbar-expand-lg navbar-light fixed-top cnavbar">
<img href="#carouselExampleFade" class="bimage" src="images/logo 2.png" width="130" height="60" alt=""
loading="lazy">
<i id="brandName">SUPREME INDIA ASSOCIATES</i>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto ">
<li class="nav-item">
<a class="nav-link navStyle " href="#carouselExampleFade">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link navStyle " href="" data-toggle="modal" data-target="#myModalabout">ABOUT US </a>
</li>
<li class="nav-item">
<a class="nav-link navStyle " href="#ourproduct">OUR PRODUCTS</a>
</li>
<li class="nav-item">
<a class="nav-link navStyle " href="#footer">CONTACT US</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link navStyle " href="">QUALITY</a>
</li> -->
</ul>
</div>
</nav>
</div>
<div id="carouselExampleFade" class=" background_image carousel slide carousel-fade " data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active carousel-img img-height-334">
<img src="images/spice1.jpg" class="d-block w-100" alt="spices">
</div>
<div class="carousel-item carousel-img img-height-334">
<img src="images/spice2.jpg" class="d-block w-100" alt="spices">
</div>
<div class="carousel-item carousel-img img-height-334">
<img src="images/spice3.jpg" class="d-block w-100" alt="spices">
</div>
<div class="carousel-item carousel-img img-height-334">
<img src="images/spice4.jpg" class="d-block w-100" alt="spices">
</div>
<div class="carousel-item carousel-img img-height-334">
<img src="images/spice5.jpg" class="d-block w-100" alt="spices">
</div>
<div class="carousel-item carousel-img img-height-334">
<img src="images/spice6.jpg" class="d-block w-100" alt="spices">
</div>
<div class="carousel-item carousel-img img-height-334">
<img src="images/spice7.jpg" class="d-block w-100" alt="spices">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleFade" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleFade" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- summarising the buiness -->
<div class="summarise">
<h1 style="text-align:center; font-family:'Alfa Slab One', cursive; color:#010a43; font-size : 3rem;">WELCOME!!!
</h1>
<p class="summariseFont">
<br>
<br>
We are known globally as a pioneering import and export company because of our top of the line products, which
we take pride in bringing to our customers at the right time. Our products include hulled sesame seeds, spices,
food grains, rice, pulses as well as our ready to eat provisions. We deliver first-rate products to our customers
and aim to make quality food available to everyone, all over the world. Our motto is quality over quantity.
</p>
</div>
<!-- <div class="div1">
<img src="images/Slide1.JPG" alt="ABOUT US" class="img2">
</div>
-->
<div class="features">
<div class="row">
<div class="col">
<i class="fas fa-ship fa-3x cfas"></i>
<h3 class="h3">LOW SHIPPING</h3>
</div>
<div class="col">
<i class="fas fa-money-check-alt fa-3x cfas"></i>
<h3 class="h3">MONEY BACK GUARANRANTEE</h3>
</div>
<div class="col">
<i class="fas fa-user-shield fa-3x cfas"></i>
<h3 class="h3">100% SAFE</h3>
</div>
<div id="ourproduct" class="col">
<i class="fas fa-globe fa-3x cfas"></i>
<h3 class="h3">ONLINE SUPPORT <br>24*7</h3>
</div>
</div>
</div>
<div class="container9">
<h2>Our Products</h2>
</div>
<div class="wrapper">
<div class="owl-carousel owl-theme">
<div class="item img-height-350 "><a data-toggle="modal" data-target="#myModal"><img src="images/Pulses.jpg">
<h3>Pulses</h3>
</div></a>
<div class="item img-height-350"><a data-toggle="modal" data-target="#myModal1"><img src="images/Spices.jpg">
<h3>Spices</h3>
</div></a>
<div class="item img-height-350"><a data-toggle="modal" data-target="#myModal2"><img
src="images/groundspices.jpg">
<h3>Grounded Spices</h3>
</div></a>
<div class="item img-height-350"><a data-toggle="modal" data-target="#myModal3"><img src="images/dryfruits.jpg">
<h3>Dry Fruits</h3>
</div></a>
<div class="item img-height-350"><a data-toggle="modal" data-target="#myModal4"><img src="images/product1.jpg">
<h3>Rice and Food Grains</h3>
</div></a>
<div class="item img-height-350"><a data-toggle="modal" data-target="#myModal5"><img src="images/Sesame-1.jpg">
<h3>Sesame Seeds</h3>
</div></a>
<div class="item img-height-350"><a data-toggle="modal" data-target="#myModal5"><img src="images/other.jpg">
<h3>Other Products</h3>
</div></a>
</div>
</div>
<div class="container12">
<h2>Associated Premium Brands</h2>
</div>
<div class="wrapper1">
<div class="owl-carousel owl-theme">
<div class="item img-height-3500 "><img height="270px" src="images/partner.jpg">
</div>
<div class="item img-height-3500"><img height="270px" src="images/partner1.jpg">
</div>
<div class="item img-height-3500"><img height="270px" src="images/partner2.png">
</div>
<div class="item img-height-3500"><img height="270px" src="images/partner3.png">
</div>
<div class="item img-height-3500"><img height="270px" src="images/partner4.png">
</div>
<div class="item img-height-3500"><img height="270px" src="images/partner5.jpg">
</div>
</div>
</div>
<!-- The Modal about us -->
<div class="modal fade" id="myModalabout">
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<div class="containAboutus">
<h1 class="modal-title">About Us</h1>
</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="container11">
<img height="350" width="100%" src="images/Slide2.jpg">
</div>
</div>
</div>
<div class="row class3">
<div class="col-md-12">
<h1 class="h1text">Indian Spices Expoters</h1>
<span>
Since Historic times, India has been a front-runner in the race for export of spices. Supreme India
Associates in Bihar is the proud manufacturer,
supplier and exporter of Indian spices.
One among the leading names in Spices exporters in India,
we set the benchmark for quality and efficiency in the spices business.
Spices in India, being a specialty, we are able to provide with whole,
ground and organic spices along with a wide range of oil seeds, bird feed, curry powders, rice, herbs,
sesame seeds, dehydrated onions and garlic and many more taste tingling varieties in Indian spices.
We are also the <span class="highlight"> exporters of Indian masala</span> delivering standard quality
outside India.
<br>
<br>
A stalwart among ground spices exporters and whole spices exporters, Supreme India Associates are
specialists in the manufacture of spices in India.
With our state of the art manufacturing infrastructure, we are able to produce the best quality of
spices in
India and that is why we hold a position among the best spices exporters in India.
Along with manufacture of spice, we also excel in procurement and supply of other brands, which adds to
the versatility of our range of offerings.
With our base located in the commercial capital of India, we are in easy reach and are able to cut down
on the transportation time,
being able to serve our clients at a quicker pace.
So if anybody is looking out for best quality spices in Mumbai, then <span class="highlight"> Supreme
India Associates</span> is the ultimate choice!
</span>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- The Modal Pulses -->
<div class="modal fade " id="myModal">
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<div class="contain">
<h1 class="modal-title">Pulses</h1>
</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="container11">
<img height="300" width="100%" src="images/puls.jpg">
<div class="content11 ">
<h2>Pulses</h2>
<span class="popup_text">Pulses and lentils are extremely nutritious & healthy,
being major source of proteins.</span>
</div>
</div>
</div>
</div>
<div class="row class3">
<div class="col-md-12 ">
<span>Pulses are part of the legume family (any plants that grow in pods), but the term “pulse” refers
only to the dry edible seed within the pod. Beans, lentils, chickpeas and split peas are the most common
types of pulses. Pulses are special because they have distinct health benefits apart from other legumes.
Unlike legumes like peanuts and soy, for example, pulses are low in fat and very high in protein and
fiber.
<b> Supreme India Associates</b> is amongst the largest Importer and Exporter of pulses in India. Pulses
and lentils are extremely nutritious and healthy, being a major source of proteins.
<em>Supreme India Associates</em> manufacture and export wide range of Pulses.
<br> <b> Our range includes:</b>
<div class="row">
<div class="col-md-6">
<ul>
<li>Chickpeas (Kabuli Chana)</li>
<li>Chana Daal (Split Chickpeas)</li>
<li>Toor Daal (Split Pigeon Peas)</li>
<li>Urad Daal (Split Black Gram)</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Yellow Moong Daal (Yellow Lentils)</li>
<li>Yellow Moong Daal (Yellow Lentils)</li>
<li>Masoor Daal (Red Lentils) etc</li>
</ul>
</div>
</div>
</span>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- The Modal1 spices -->
<div class="modal fade" id="myModal1">
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<div class="contain">
<h1 class="modal-title">Spices</h1>
</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="container11">
<img height="300" width="100%" src="images/spice3.jpg">
<div class="content11 ">
<h2>Spices</h2>
<span class="popup_text">Pulses and lentils are extremely nutritious & healthy,
being major source of proteins.</span>
</div>
</div>
</div>
</div>
<div class="row class3">
<div class="col-md-12">
<span>India is heaven of exotic spices and has attracted countries of the globe for centuries and even
wars have been fought for them. India coveted position in the world of quality spices still stands
unchallenged. Other countries have tried to replicate Indian spices; even though they could produce
spices, the distinctness of quality of Indian spices remains gloriously un-replicated.
<b><em>Supreme India Associates</em></b> manufacture and export wide range of Ground & Whole Spices.
<br><b> Our range includes: </b>
<div class="row">
<div class="col-md-3">
<ul>
<li>Cumin</li>
<li>Fennel</li>
<li>Fenugreek</li>
<li>Turmeric</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li>Dry Ginger</li>
<li>Chili</li>
<li>Coriander</li>
<li>Ajwain</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li>Dry Ginger</li>
<li>Chili</li>
<li>Coriander</li>
<li>Ajwain</li>
</ul>
</div>
<div class="col-md-3">
<ul>
<li>Aselio</li>
<li>Bay Leaves</li>
<li>Psyllium Husk</li>
<li>Senna Leaves</li>
</ul>
</div>
</div>
</span>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- The Modal2 grounded spices -->
<div class="modal fade" id="myModal2">
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<div class="contain2">
<h1 class="modal-title">Grounded Spices</h1>
</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="container11">
<img height="300" width="100%" src="images/groundspice.jpg">
<div class="content11 ">
<h2>Grounded spices</h2>
<span class="popup_text">Spices can certainly influence the daypart category where a product
'belongs'. However globalization and food mash-ups are taking spices into different day parts and
categories from sweet to savory.</span>
</div>
</div>
</div>
</div>
<div class="row class3">
<div class="col-md-12">
<span>The majority of whole spices are available to buy in a ground format offering great convenience of
use and value for money. Contrary to popular belief, if you choose high quality ground spices or spice
powders from a respected supplier they will be just as aromatic and flavoursome as if you bought them as
whole spices. Additionally, when buying our spices you are guaranteed that they will not be adulterated
with other ingredients, but will be the pure spice.
We use professional grinding equipment and consequently we are able to offer you an extensive selection
of pure ground spices to buy online. We grind spices to varying textures from coarsely ground spice to a
fine spice powder. At home, a traditional mortar and pestle or an electric coffee grinder are the
preferred methods. If you do use a coffee grinder it should be kept purely to use to grind spices to
prevent the powerful flavours affecting the taste of your coffee.
<b><em>Supreme India Associates</em></b> manufacture and export wide range of Ground & Whole Spices.
<br>
<b style="text-decoration: underline;"> OUR RANGE INCLUDES :- </b>
<div class="row ">
<div class="col-md-4">
<ul>
<li>Turmeric Powder</li>
<li>Chili Powder</li>
<li>Coriander Powder</li>
<li>Cumin Powder</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li>Cumin Powder</li>
<li>Dry Ginger Powder</li>
<li>Fennel Powder</li>
<li>Ajwain Powder</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li>Fenugreek Powder</li>
<li>Psyllium Husk Powder</li>
<li>Aselio Powder</li>
</ul>
</div>
</div>
</span>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- The Modal3 Dry fruits-->
<div class="modal fade" id="myModal3">
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<div class="contain3">
<h1 class="modal-title">Dry fruits</h1>
</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="container11">
<img height="300" width="100%" src="images/dryf.jpg">
<div class="content11 ">
<h2>Dry fruits</h2>
<span class="popup_text">Dried fruits lots of benefits for health such as almonds are best for good
memory, walnuts have vitamin-E and it helps with cancer-fighting, brazil nuts control thyroid, dates
contain iron and it very helpful with fighting anemia, apricots are very good for eyes..</span>
</div>
</div>
</div>
</div>
<div class="row class3">
<div class="col-md-12">
<span>Most of us, in our school days,were told to munch on a handful of soaked almonds to improve our
memory or eat a few dates for breakfast. Mothers and grandmothers would religiously soak, grind and
blend a combination of dry fruits to be added to milk and fed to toddlers. These would be based on
recipes passed on to them through generations for achieving weight gain and immunity for young children.
Dry fruits like almonds, walnuts, dates, raisins etc. are traditionally known to be a powerhouse of
nutrients. They are said to provide us with a host of health benefiting properties.
<b><em>Supreme India Associates</em> </b>manufacture and export wide range of Dry Fruits.<br> <b> Our
range includes: </b>
<div class="row ">
<div class="col-md-4">
<ul>
<li>Almond</li>
<li>Cashew</li>
<li>Dates</li>
<li>Berries</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li>Anjeer</li>
<li>Hezelnuts</li>
<li>Raisins</li>
<li>Walnuts</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li>Pistachio</li>
<li>Apricots</li>
<li>Peach</li>
<li>Aam Papad</li>
</ul>
</div>
</div>
</span>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- The Modal1 -->
<div class="modal fade" id="myModal4">
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<div class="contain4">
<h1 class="modal-title">Rice and Food grains</h1>
</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="container11">
<img height="300" width="100%" src="images/Whole.jpg">
<div class="content11 ">
<h2>Rice and Food grains</h2>
<span class="popup_text">Rice is the best, the most nutritive and unquestionably the most widespread
staple in the world.</span>
</div>
</div>
</div>
</div>
<div class="row class3">
<div class="col-md-12">
<span>For nearly half the world’s population, rice is life. Rice provides one of the main sources of
calories for billions of people. It is a staple, a comfort food, a side dish and a main meal. It’s also
a highly nutritious component of a healthy diet, if you choose the right source.
Grains are small, hard, dry seeds, with or without attached hulls or fruit layers, harvested for human
or animal consumption.
<b><em>Supreme India Associates</em></b> manufacture and export wide range of Rice & Food grains.
<br>
<b>Our range includes: </b>
<br>
<ul>
<li>Basmati Rice</li>
<li>Non Basmati Rice</li>
<li>Green Millet</li>
<li>Pearl Millet (Bajra)</li>
<li>Ragi Seeds</li>
<li>Tukmaria</li>
<li>White Sorghum</li>
</ul>
</span>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- The Modal1 -->
<div class="modal fade" id="myModal5">
<div class="modal-dialog modal-lg modal-dialog-scrollable">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<div class="contain5">
<h1 class="modal-title">Sesame Seeds</h1>
</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<!-- Modal body -->
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="container11">
<img height="300" width="100%" src="images/Sesame1.jpg">
<div class="content11 ">
<h2>Sesame Seeds</h2>
<span class="popup_text">This versatile seed holds a great importance in the culinary world.</span>
</div>
</div>
</div>
</div>
<div class="row class3">
<div class="col-md-12">
<span>A very versatile seed indeed! We have realized how important this little seed is to the culinary
world. India is one of the leading producers of Sesame Seeds and Fazlani Exports Pvt. Ltd., have access
to the finest seeds grown here. Our expertise lies not only in procuring seeds from India but also from
various other areas such as Sudan, Ethiopia, Pakistan & Other African origins.
<b><em>Supreme India Associates</em> </b>manufacture and export wide range of Sesame Seeds. <br>We offer
below varieties of Sesame Seeds:</span>
<ul>
<li><b>Hulled Sesame Seeds:</b> Considered as the most nutritious seeds because of their high protein
content.</li>
<li><b>Natural Sesame Seeds:</b> We offer the finest quality which are whole and nutty. </li>
<li><b>Black Sesame Seeds:</b> Rich in calcium, protein and Vitamin-B. Used as topping, flavoring and
also for medicinal purpose.</li>
<li><b>Roasted/Toasted Sesame Seeds:</b> These seeds are cholesterol free with natural aroma. Used in
chocolates, ice cream and halva.</li>
</ul>
</div>
</div>
<!-- Modal footer -->
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
<div class="container10">
<h2>Testimonials</h2>
</div>
<div class="test">
<section class="testimonials py-5 text-white px-1 px-md-5 margin-top-xl" style="padding-bottom: 22rem!important;">
<img src="images/logo 2.png" class="icon-overlay" />
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 class="pt-2 text-center font-weight-bold" style="color: black;">Our Customers Are Seeing Big Results</h2>
<div class="carousel-controls testimonial-carousel-controls">
<div class="control d-flex align-items-center justify-content-center prev mt-3"><i
class="fa fa-chevron-left" style="color: black;"></i></div>
<div class="control d-flex align-items-center justify-content-center next mt-3"><i
class="fa fa-chevron-right" style="color: black;"></i></div>
<div class="testimonial-carousel">
<div class="h5 font-weight-normal one-slide mx-auto">
<div
class="testimonial w-100 px-3 text-center d-flex flex-direction-column justify-content-center flex-wrap align-items-center">
<div class="message text-center blockquote w-100">"They’ve been consistent throughout the years and
grown together with us. Even as they’ve grown, they haven’t lost sight of what they do. Most of
their key resources are still with them, which is also a testament to their organization."</div>
<div class="blockquote-footer w-100 " style="color: black;">Shahbaz Khan</div>
<div class="star"><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
</div>
</div>
<div class="h5 font-weight-normal one-slide mx-auto">
<div
class="testimonial w-100 px-3 text-center d-flex flex-direction-column justify-content-center flex-wrap align-items-center">
<div class="message text-center blockquote w-100">Fantastic range of amazing and excellent customer service. I wouldn't shop anywhere
else now and totally recommend Supreme India Associates.
</div>
<div class="blockquote-footer w-100" style="color: black;">Mohammed Farhan</div>
<div class="star"><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
</div>
</div>
<div class="h5 font-weight-normal one-slide mx-auto">
<div
class="testimonial w-100 px-3 text-center d-flex flex-direction-column justify-content-center flex-wrap align-items-center">
<div class="message text-center blockquote w-100">Since i discovered Supreme India Associates,i have been raving about them to everyone i know. Their spice mixes are of the highest quality i have ever come across,
they are so completely rounded and deep, and for a veggie , they are essential to a lot of the food i make. The Berbere spice mix is astonishingly good, and i am never without at least two packets of it in the cupboard.
Their packaging, prices and delivery are also spot on. I'm a bit evangelical about them, does it show?! :)
</div>
<div class="blockquote-footer w-100 " style="color: black;">Jo Woods</div>
<div class="star"><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
</div>
</div>
<div class="h5 font-weight-normal one-slide mx-auto">
<div
class="testimonial w-100 px-3 text-center d-flex flex-direction-column justify-content-center flex-wrap align-items-center">
<div class="message text-center blockquote w-100">The secret to these products is in the quality of the spices-from the moment you open these blends, it is quite obvious you're dealing with a completely different anaimal to normal run of the mill stuff offered by various retailers at much lower prices.
Don't be fooled-this is the real deal.I have no connection or affilliation with Supreme India Associates...just someone
who appreciates and knows quality when i see it.
</div>
<div class="blockquote-footer w-100 " style="color: black;">Rahul Singh</div>
<div class="star"><span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="jquery.js"></script>
</body>
<!-- FOOTER -->
<footer id="footer">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<div class="container">
<h1 class="text-center" style=" text-decoration: underline; color:#FFFFFF">Contact Address</h1>
<div class="row">
<div class="col-sm-5 col-lg-5 col-md-5" id="contact2">
<h3 style=" text-decoration: underline; color:#FFFFFF">Location and Contact</h3>
<h4 class="pt-2" style="color:#FFFFFF">Trading Office</h4>
<i class="fas fa-globe" style="color:#FFFFFF"></i>
<h6 style="color:#FFFFFF"> Parijat Complex
Fraser Rd, Old Jakkanpur, Lodipur, Patna, Bihar 800001 , India</h6><br>
<h4 class="pt-2" style="color:#FFFFFF">Contact</h4>
<i class="fas fa-phone" style="color:#FFFFFF"></i> <a href="tel:+"> 8210974066</a><br>
<i class="fab fa-whatsapp" style="color:#FFFFFF"></i><a href="tel:+"> 9334508471 </a><br>
<h4 class="pt-2" style="color:#FFFFFF">Email</h4>
<i class="fa fa-envelope" style="color:#FFFFFF"></i> <a href="mailto: [email protected]">[email protected]</a><br>
</div>
<div style="text-align: end;" class="col-md-7 col-lg-7 col-sm-7">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3597.8354472550864!2d85.1361660141489!3d25.61038368370565!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39ed585cc7f430b9%3A0xd41484ab6374bc3a!2sParijat%20Complex%2C%20Fraser%20Rd%2C%20Old%20Jakkanpur%2C%20Lodipur%2C%20Patna%2C%20Bihar%20800001!5e0!3m2!1sen!2sin!4v1591185135609!5m2!1sen!2sin"
width="500" height="390" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</div>
<div class="row">
<div class="col-sm-12" style="text-align: center; padding-top: 2rem; color:#FFFFFF"><h1>Find us on social media</h1></div>
<div class="col-sm-12" style="text-align: center">
<a href="mailto: [email protected]"><i class="fas fa-envelope-square fa-2x cfab"></i></a>
<a href="https://www.instagram.com/supremeindiaassociates/"><i class="fab fa-instagram-square fa-2x cfab"></i></a>
</div>
</div>
</div>
</footer>
<script>
$(document).ready(function () {
$("#hide").click(function () {
alert("khail")
});
$("#show").click(function () {
$("p").show();
});
});
</script>
</html>