-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
667 lines (598 loc) · 42.6 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
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Salakta Fertilizer Company</title>
<meta name="keywords" content="WebSite Template" />
<meta name="description" content="Salakta Fertilizer Company">
<meta name="author" content="okler.net">
<!-- Favicon -->
<link rel="shortcut icon" href="img/salakta/logo-header.png" type="image/x-icon" />
<link rel="apple-touch-icon" href="img/salakta/logo-header.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<!-- Web Fonts -->
<link id="googleFonts" href="https://fonts.googleapis.com/css?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet" type="text/css">
<!-- Vendor CSS -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="vendor/animate/animate.compat.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-blog.css">
<link rel="stylesheet" href="css/theme-shop.css">
<!-- Demo CSS -->
<link rel="stylesheet" href="css/demos/demo-renewable-energy.css">
<!-- Skin CSS -->
<link id="skinCSS" rel="stylesheet" href="css/skins/skin-renewable-energy.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Head Libs -->
<script src="vendor/modernizr/modernizr.min.js"></script>
</head>
<body class="alternative-font-7">
<div class="body">
<header id="header" data-plugin-options="{'stickyEnabled': true, 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': false, 'stickyStartAt': 91, 'stickySetTop': '-91px', 'stickyChangeLogo': true}">
<div class="header-body border-0 box-shadow-none">
<div class="border-bottom-light">
<div class="header-container container container-xl-custom">
<div class="header-row py-2">
<div class="header-column">
<div class="header-row">
<div class="header-logo m-0">
<a href="index.html">
<img alt="Salakta" height="70" src="img/salakta/logo.png">
</a>
</div>
</div>
</div>
<div class="header-column justify-content-end align-items-center flex-row">
<div class="hstack gap-4 ps-4 py-2 font-weight-semi-bold">
<div class="ms-auto d-none d-lg-inline-block">
<ul class="nav nav-pills">
<li class="nav-item dropdown">
<a class="nav-link text-2 p-0 text-color-dark" href="#" role="button" id="dropdownLanguage" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
English
<i class="fas fa-angle-down"></i>
</a>
<div class="dropdown-menu dropdown-menu-end text-2" aria-labelledby="dropdownLanguage">
<a class="dropdown-item text-color-dark" href="#">English</a>
<a class="dropdown-item text-color-dark" href="#">Español</a>
<a class="dropdown-item text-color-dark" href="#">Française</a>
</div>
</li>
</ul>
</div>
<div class="vr opacity-2 d-none d-lg-inline-block"></div>
<div>
<a href="tel:0021671181740" class="d-flex align-items-center text-decoration-none text-color-dark text-color-hover-primary font-weight-semibold ms-1">
<i class="icon icon-phone text-color-primary text-4-5 me-2"></i>
+216 71 18 17 40
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="header-nav-bar z-index-0">
<div class="container container-xl-custom">
<div class="header-row py-2">
<div class="header-column">
<div class="header-row align-items-center justify-content-end">
<div class="header-nav header-nav-links justify-content-start pb-1">
<div class="header-nav-main header-nav-main-text-capitalize header-nav-main-effect-2 header-nav-main-sub-effect-1">
<nav class="collapse">
<ul class="nav nav-pills" id="mainNav">
<li>
<a class="nav-link active" href="#home">
Home
</a>
</li>
<li>
<a class="nav-link active" href="#aboutus">
About Us
</a>
</li>
<li class="dropdown dropdown-full-color">
<a class="dropdown-item dropdown-toggle" href="#products">
Our Products
<i class="fas fa-chevron-down"></i></a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" data-hash-offset="70" data-hash="" href="our-products.html">TSPG</a>
</li>
<li>
<a class="dropdown-item" data-hash-offset="70" data-hash="" href="our-products1.html">TSPP</a>
</li>
<li>
<a class="dropdown-item" data-hash-offset="70" data-hash="" href="our-products2.html">SSPG</a>
</li>
<li>
<a class="dropdown-item" data-hash-offset="70" data-hash="" href="our-products3.html">TSPP</a>
</li>
</ul>
</li>
<li>
<a class="nav-link" href="#enviroment">
Environment
</a>
</li>
<li>
<a class="nav-link" href="#Safety">
Safety
</a>
</li>
<li>
<a class="nav-link" href="#contact">
Contact
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div role="main" class="main">
<section class="section section-with-shape-divider border-0 py-0 my-0 bg-transparent" id="home">
<div class="hero position-relative overflow-hidden">
<div class="background-image-wrapper position-absolute overlay overlay-show overlay-primary overlay-op-8 top-0 left-0 right-0 bottom-0 lazyload" data-appear-animation="kenBurnsToLeft" data-appear-animation-duration="30s" data-plugin-options="{'minWindowWidth': 0}" style="background-image: url(img/salakta/aaa.jpg); background-size: cover; background-position: left top;" data-bg-src="img/salakta/aaa.jpg"></div>
<div class="hero-el-1 bg-color-tertiary z-index-2"></div>
<div class="hero-el-2 z-index-1"></div>
<svg class="d-none d-lg-block z-index-3 custom-svg-position-1" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1686.88 1095.86" data-appear-animation-svg="true">
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M87.95,1.4c6.82,9.14,15.53,21.59,24.68,36.94c6.82,11.45,27.18,46.82,42.55,96.51
c22.8,73.68,21.39,136.02,20.51,156c-3.11,70.56-22.16,122.51-36,159.32c-10.88,28.95-11.68,24.38-59.74,125.62
c-43.46,91.53-49.66,109.7-52.85,119.49C6.6,758.14,2.98,804.59,2.16,829.14c-1.49,44.72,4.54,70.82,6.47,78.64
c3.54,14.35,10.42,41.25,29.79,70.47c6.64,10.01,30.84,44.6,76.77,69.11c42.9,22.9,81.52,24.6,110.47,25.87
c45.57,2.01,79.98-6.18,113.02-14.3c30.83-7.58,58.4-18.38,113.53-40c59.55-23.35,66.43-28.58,110.47-43.91
c35.63-12.41,57.67-19.98,89.36-25.7c25.68-4.64,55.3-9.77,94.3-6.3c12.43,1.11,53.97,5.59,102.13,27.74
c32.05,14.74,53.03,30.87,57.53,34.38c24.26,18.91,41.05,38.65,51.91,53.45"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M119.44,34.42c8.99,12.85,20.33,30.49,31.66,52.43c26.28,50.9,36.35,93.84,39.15,106.55
c3.12,14.2,10.77,52.5,9.53,102.81c-0.28,11.19-2.03,65.48-23.83,133.79c-9.82,30.78-21.07,54.56-43.57,102.13
c-26.78,56.6-29.14,53.79-45.62,90.21c-19.84,43.85-42.56,94.07-48.68,161.02c-2.86,31.34-5.69,66.08,7.49,108.6
c6.03,19.44,20.95,65.45,64,101.11c47.45,39.3,101.05,42.8,133.79,44.94c63.04,4.12,115.57-13.6,165.11-30.3
c5.59-1.89,23.59-8.86,59.57-22.81c100.23-38.85,99.33-40.27,122.21-47.32c41.18-12.69,80.51-24.8,133.11-21.79
c19.83,1.14,63.01,5.65,111.66,28.94c8.19,3.92,50.6,24.68,88.51,64.34c5.66,5.92,10.38,11.39,12.6,13.96
c23.78,27.59,39.5,52.94,49.36,70.81"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M149.4,68.12c6.57,8.86,14.9,20.95,23.49,35.91c4.29,7.48,19.67,34.89,32.17,73.53
c6.72,20.77,21.93,69.22,20.6,133.28c-1.3,62.06-17.49,108.17-28.94,139.91c-10.84,30.08-24.93,58.75-53.11,116.09
c-20.68,42.08-23.94,45.72-33.7,69.11c-12.01,28.77-26.1,63.09-33.02,108.6c-5.01,32.91-10.64,69.92,1.7,115.4
c5.5,20.27,17.08,60.94,53.45,94.64c42.55,39.43,93.06,45.28,119.49,48.34c54.36,6.29,98.94-6.87,146.04-20.77
c14.56-4.3,31.27-10.58,64.68-23.15c90.64-34.09,94.12-40.57,133.45-51.74c33.81-9.61,71.69-20.37,122.21-16.68
c58.83,4.3,99.83,25.64,107.91,29.96c40.02,21.39,65.7,49.16,77.96,62.64c8.35,9.18,14.84,17.39,19.4,23.49"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M179.69,101.14c6.75,9.74,13.52,20.4,20.09,32c22.79,40.27,33.1,74.23,35.4,82.04
c5.33,18.08,15.6,58.21,14.64,110.3c-0.24,12.92-1.88,65.03-24.85,127.32c-3.1,8.42-7.74,18.89-17.02,39.83
c-25.65,57.88-36.57,75.11-52.43,110.3c-18.12,40.19-31.28,69.39-39.83,110.64c-7.2,34.73-15.41,74.33-2.38,122.21
c4.55,16.73,14.43,51.38,44.94,82.04c35.67,35.85,78.11,44.69,100.43,49.02c58.53,11.37,107.23-3.46,156.26-18.38
c24.42-7.44,15.93-6.77,86.47-33.7c103.46-39.5,129.97-44.06,142.98-45.96c28.7-4.18,61.65-8.66,103.15,1.02
c7.96,1.86,47.73,11.59,90.21,42.55c30.91,22.53,50.88,47.29,62.64,64.34"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M208.89,133.57c7.42,9.37,15.01,20.15,22.21,32.43c21.75,37.04,29.38,69.66,33.96,89.87
c4.69,20.73,13.92,63.26,7.4,117.96c-4.84,40.58-16.18,69.74-28.09,100.34c-11.91,30.61-15.38,31.76-42.38,89.11
c-24.66,52.37-36.99,78.56-44.68,105.45c-8.49,29.66-18.6,66.37-13.28,113.36c2.65,23.35,6.06,53.41,27.06,84
c28.75,41.87,70.98,56.35,86.81,61.53c35.79,11.71,65.37,8.99,93.19,6.13c15-1.54,44-5.54,139.91-42.38
c72.26-27.76,81.46-35.35,120.77-43.91c27.26-5.94,54.69-11.68,91.15-8.17c55.63,5.36,93.81,28.56,102.38,33.96
c36.12,22.73,57.57,50.99,66.38,62.81c3.86,5.17,6.88,9.63,8.94,12.77"/>
</svg>
<div class="container-fluid position-relative z-index-3 h-100">
<div class="row px-lg-5 mx-lg-3 justify-content-between align-items-center h-100">
<div class="col-xl-5 text-center text-xl-end">
<h2 class="font-weight-bold text-color-light line-height-4 text-5 mb-2 text-uppercase appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="800" data-plugin-options="{'minWindowWidth': 0}"><span class="opacity-5">A Common Inspiration for a Mutual Growth</span></h2>
<h1 class="text-color-light font-weight-bold text-14 negative-ls-05 line-height-1 mb-4 appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="1100" data-plugin-options="{'minWindowWidth': 0}">Salakta Fertilizer<br><span class="font-weight-extra-bold custom-highlight-1 ws-nowrap p-1 custom-highlight-anim custom-highlight-anim-delay">Company</span></h1>
</div>
<div class="col-xl-3 text-xl-end d-none d-xl-block">
<div class="row align-items-end pb-4">
<div class="col-6 ps-5">
<div class="appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="100" data-plugin-options="{'minWindowWidth': 0}">
<img src="img/salakta/02.jpg" data-src="img/salakta/02.jpg" class="img-fluid border-radius lazyload">
</div>
</div>
<div class="col-6">
<div class="appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="400" data-plugin-options="{'minWindowWidth': 0}">
<img src="img/salakta/03.jpg" data-src="img/salakta/03.jpg" class="img-fluid border-radius lazyload">
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="700" data-plugin-options="{'minWindowWidth': 0}">
<img src="img/salakta/04.jpg" data-src="img/salakta/04.jpg" class="img-fluid border-radius lazyload">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="custom-el-pos-2">
<div class="shape-divider shape-divider-bottom shape-divider-reverse-y z-index-6" style="bottom: -25px; opacity: 1;">
<div class="shape-divider-horizontal-animation shape-divider-horizontal-animation-to-right top-9" style="animation-duration: 60s;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 69">
<path d="M0,18C163.64,18,316.36,0,480,0S796.36,18,960,18,1276.36,0,1440,0s316.36,18,480,18V62H0Z" style="fill:#F7F7F7;" />
</svg>
</div>
</div>
<div class="shape-divider shape-divider-bottom shape-divider-reverse-y z-index-6" style="opacity: 0.7;">
<div class="shape-divider-horizontal-animation shape-divider-horizontal-animation-to-left top-9" style="animation-duration: 40s;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 69">
<path d="M0,21C163.64,21,316.36,3,480,3S796.36,21,960,21,1276.36,3,1440,3s316.36,18,480,18V65H0Z" style="fill:#F7F7F7;" />
</svg>
</div>
</div>
<div class="shape-divider shape-divider-bottom shape-divider-reverse-y z-index-6" style="opacity: 0.5;">
<div class="shape-divider-horizontal-animation shape-divider-horizontal-animation-to-right top-9" style="animation-duration: 25s;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 69">
<path d="M0,18C163.64,18,316.36,0,480,0S796.36,18,960,18,1276.36,0,1440,0s316.36,18,480,18V62H0Z" style="fill:#F7F7F7;" />
</svg>
</div>
</div>
</div>
</section>
<section class="section my-0 py-5 border-0 bg-color-grey" id="aboutus">
<div class="container container-xl-custom pt-4 pb-5">
<div class="row justify-content-between py-5">
<div class="col-lg-6">
<h4 class="text-primary text-3 font-weight-bold mb-2">Salakta Fertilizer Company (SFC)</h4>
<h3 class="mb-3">Who are we ?</h3>
<p class="mb-4 pb-2">Salakta Fertilizer Company (SFC) was created in 1998 following the issue of a governmental law encouraging totally exporting industries.
Salakta Fertilizer Company SFC is a company specializing primarily in the production of phosphate-fertilizers. SFC is currently selling Single Superphosphate (SSP) as well as Triple Superphosphate (TSP) in both Powdered and Granulated forms. Our production capacity is currently 100 000 tons per year.</p>
<div class="hstack gap-4">
<div>
<a href="AboutUs.html" class="btn btn-modern btn-primary font-weight-bold border-0 py-3 px-5 btn-arrow-effect-1 ws-nowrap">More details<i class="fas fa-arrow-right ms-2"></i></a>
</div>
<div class="vr"></div>
</div>
</div>
<div class="col-lg-5 mt-5 mt-lg-0 mb-5 mb-lg-0">
<div class="appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="100" data-plugin-options="{'minWindowWidth': 0}">
<h4 class="text-4-5 font-weight-bold"></h4>
</div>
<div class="appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="400" data-plugin-options="{'minWindowWidth': 0}">
<span class="bg-no-repeat bg-clip-text font-weight-bold custom-text-1" style="background-image: url(img/salakta/tsp.jpg);">SFC</span>
</div>
</div>
</div>
</div>
</section>
<section class="section my-0 py-5 border-0 bg-transparent" id="products">
<div class="container container-xl-custom">
<div class="row justify-content-between align-items-center py-5">
<div class="col-lg-3">
<h3 class="mb-3">Products</h3>
<p class="mb-5 mb-lg-0">Cras a elit sit amet leo accumsan volutpat. Suspendisse hendreriast ehicula leo</p>
</div>
<div class="col-lg-8">
<div class="carousel-half-full-width-wrapper carousel-half-full-width-right">
<div class="owl-carousel owl-theme carousel-half-full-width-right nav-style-1 nav-dark nav-font-size-lg mb-0" data-plugin-options="{'responsive': {'0': {'items': 1}, '768': {'items': 3}, '992': {'items': 3}, '1200': {'items': 3}}, 'loop': true, 'nav': true, 'dots': false, 'margin': 20}">
<div class="p-relative">
<span class="thumb-info thumb-info-swap-content anim-hover-inner-wrapper rounded">
<span class="thumb-info-wrapper overlay overlay-show overlay-gradient-bottom-content">
<img src="img/salakta/TSPG3.jpg" class="img-fluid" alt="">
</span>
</span>
<h4 class="font-weight-bold mt-4">TSP Granulated</h4>
<a href="our-products.html" class="btn btn-arrow-effect-1 ws-nowrap text-primary text-2 bg-transparent border-0 px-0 text-uppercase stretched-link">More Details <i class="fas fa-arrow-right ms-2"></i></a>
</div>
<div class="p-relative">
<span class="thumb-info thumb-info-swap-content anim-hover-inner-wrapper rounded">
<span class="thumb-info-wrapper overlay overlay-show overlay-gradient-bottom-content">
<img src="img/salakta/TSPP.jpg" class="img-fluid" alt="">
</span>
</span>
<h4 class="font-weight-bold mt-4">TSP Powder</h4>
<a href="our-products1.html" class="btn btn-arrow-effect-1 ws-nowrap text-primary text-2 bg-transparent border-0 px-0 text-uppercase stretched-link">More Details <i class="fas fa-arrow-right ms-2"></i></a>
</div>
<div class="p-relative">
<span class="thumb-info thumb-info-swap-content anim-hover-inner-wrapper rounded">
<span class="thumb-info-wrapper overlay overlay-show overlay-gradient-bottom-content">
<img src="img/salakta/SPPG.jpg" class="img-fluid" alt="">
</span>
</span>
<h4 class="font-weight-bold mt-4">SPP Granulated</h4>
<a href="our-products2.html" class="btn btn-arrow-effect-1 ws-nowrap text-primary text-2 bg-transparent border-0 px-0 text-uppercase stretched-link">More Details <i class="fas fa-arrow-right ms-2"></i></a>
</div>
<div class="p-relative">
<span class="thumb-info thumb-info-swap-content anim-hover-inner-wrapper rounded">
<span class="thumb-info-wrapper overlay overlay-show overlay-gradient-bottom-content">
<img src="img/salakta/SPPP.jpg" class="img-fluid" alt="">
</span>
</span>
<h4 class="font-weight-bold mt-4">Commercial Solar Panels</h4>
<a href="our-products3.html" class="btn btn-arrow-effect-1 ws-nowrap text-primary text-2 bg-transparent border-0 px-0 text-uppercase stretched-link">More Details <i class="fas fa-arrow-right ms-2"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section my-0 py-5 border-0 bg-color-primary text-color-light p-relative overflow-hidden" id="enviroment">
<svg class="d-none d-lg-block custom-svg-position-2 rotate-r-90" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1686.88 1095.86" data-appear-animation-svg="true">
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M87.95,1.4c6.82,9.14,15.53,21.59,24.68,36.94c6.82,11.45,27.18,46.82,42.55,96.51
c22.8,73.68,21.39,136.02,20.51,156c-3.11,70.56-22.16,122.51-36,159.32c-10.88,28.95-11.68,24.38-59.74,125.62
c-43.46,91.53-49.66,109.7-52.85,119.49C6.6,758.14,2.98,804.59,2.16,829.14c-1.49,44.72,4.54,70.82,6.47,78.64
c3.54,14.35,10.42,41.25,29.79,70.47c6.64,10.01,30.84,44.6,76.77,69.11c42.9,22.9,81.52,24.6,110.47,25.87
c45.57,2.01,79.98-6.18,113.02-14.3c30.83-7.58,58.4-18.38,113.53-40c59.55-23.35,66.43-28.58,110.47-43.91
c35.63-12.41,57.67-19.98,89.36-25.7c25.68-4.64,55.3-9.77,94.3-6.3c12.43,1.11,53.97,5.59,102.13,27.74
c32.05,14.74,53.03,30.87,57.53,34.38c24.26,18.91,41.05,38.65,51.91,53.45"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M119.44,34.42c8.99,12.85,20.33,30.49,31.66,52.43c26.28,50.9,36.35,93.84,39.15,106.55
c3.12,14.2,10.77,52.5,9.53,102.81c-0.28,11.19-2.03,65.48-23.83,133.79c-9.82,30.78-21.07,54.56-43.57,102.13
c-26.78,56.6-29.14,53.79-45.62,90.21c-19.84,43.85-42.56,94.07-48.68,161.02c-2.86,31.34-5.69,66.08,7.49,108.6
c6.03,19.44,20.95,65.45,64,101.11c47.45,39.3,101.05,42.8,133.79,44.94c63.04,4.12,115.57-13.6,165.11-30.3
c5.59-1.89,23.59-8.86,59.57-22.81c100.23-38.85,99.33-40.27,122.21-47.32c41.18-12.69,80.51-24.8,133.11-21.79
c19.83,1.14,63.01,5.65,111.66,28.94c8.19,3.92,50.6,24.68,88.51,64.34c5.66,5.92,10.38,11.39,12.6,13.96
c23.78,27.59,39.5,52.94,49.36,70.81"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M149.4,68.12c6.57,8.86,14.9,20.95,23.49,35.91c4.29,7.48,19.67,34.89,32.17,73.53
c6.72,20.77,21.93,69.22,20.6,133.28c-1.3,62.06-17.49,108.17-28.94,139.91c-10.84,30.08-24.93,58.75-53.11,116.09
c-20.68,42.08-23.94,45.72-33.7,69.11c-12.01,28.77-26.1,63.09-33.02,108.6c-5.01,32.91-10.64,69.92,1.7,115.4
c5.5,20.27,17.08,60.94,53.45,94.64c42.55,39.43,93.06,45.28,119.49,48.34c54.36,6.29,98.94-6.87,146.04-20.77
c14.56-4.3,31.27-10.58,64.68-23.15c90.64-34.09,94.12-40.57,133.45-51.74c33.81-9.61,71.69-20.37,122.21-16.68
c58.83,4.3,99.83,25.64,107.91,29.96c40.02,21.39,65.7,49.16,77.96,62.64c8.35,9.18,14.84,17.39,19.4,23.49"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M179.69,101.14c6.75,9.74,13.52,20.4,20.09,32c22.79,40.27,33.1,74.23,35.4,82.04
c5.33,18.08,15.6,58.21,14.64,110.3c-0.24,12.92-1.88,65.03-24.85,127.32c-3.1,8.42-7.74,18.89-17.02,39.83
c-25.65,57.88-36.57,75.11-52.43,110.3c-18.12,40.19-31.28,69.39-39.83,110.64c-7.2,34.73-15.41,74.33-2.38,122.21
c4.55,16.73,14.43,51.38,44.94,82.04c35.67,35.85,78.11,44.69,100.43,49.02c58.53,11.37,107.23-3.46,156.26-18.38
c24.42-7.44,15.93-6.77,86.47-33.7c103.46-39.5,129.97-44.06,142.98-45.96c28.7-4.18,61.65-8.66,103.15,1.02
c7.96,1.86,47.73,11.59,90.21,42.55c30.91,22.53,50.88,47.29,62.64,64.34"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M208.89,133.57c7.42,9.37,15.01,20.15,22.21,32.43c21.75,37.04,29.38,69.66,33.96,89.87
c4.69,20.73,13.92,63.26,7.4,117.96c-4.84,40.58-16.18,69.74-28.09,100.34c-11.91,30.61-15.38,31.76-42.38,89.11
c-24.66,52.37-36.99,78.56-44.68,105.45c-8.49,29.66-18.6,66.37-13.28,113.36c2.65,23.35,6.06,53.41,27.06,84
c28.75,41.87,70.98,56.35,86.81,61.53c35.79,11.71,65.37,8.99,93.19,6.13c15-1.54,44-5.54,139.91-42.38
c72.26-27.76,81.46-35.35,120.77-43.91c27.26-5.94,54.69-11.68,91.15-8.17c55.63,5.36,93.81,28.56,102.38,33.96
c36.12,22.73,57.57,50.99,66.38,62.81c3.86,5.17,6.88,9.63,8.94,12.77"/>
</svg>
<div class="container container-xl-custom pt-4 pb-5 mb-5">
<div class="row align-items-center py-5">
<div class="col-lg-3 text-lg-end">
<h2 class="text-color-light font-weight-bold text-10 negative-ls-05 line-height-1 mb-0 appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="100" data-plugin-options="{'minWindowWidth': 0}"><br><span class="font-weight-extra-bold custom-highlight-1 custom-highlight-1-tertiary ws-nowrap p-1 custom-highlight-anim custom-highlight-anim-delay">Environment</span></h2>
</div>
<div class="col-lg-6 mt-3 mt-lg-0">
<p class="mb-0 text-color-light ps-lg-5">Certified Reach and ISO9001
Recycling embedded in our corporate culture.
From the launch of SFC, sustainability has always played a major role in our operations.
The reaction that occurs between the phosphate rock and the phosphoric acid inevitably causes gas emanations. To counter this phenomenon our founder has allocated a large portion of his initial investment, into the installation of a gas scrubbing facility.
This expense allowed us to avoid air pollution while simultaneously increase our product quality: Indeed, the water used to clean the emanations being rich in P2O5, is then reincorporated in our process, granting our partners with a product that is both environmentally friendly and of a superior price to quality ratio.</p>
</div>
</div>
</div>
</section>
<div class="container container-xl-custom p-relative z-index-1 custom-el-pos-1">
<div class="row">
<div class="col-lg-3">
<div class="card border-0 bg-color-light box-shadow-1 box-shadow-1-hover anim-hover-translate-top-10px transition-3ms">
<div class="card-body text-center text-lg-start m-2 appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="100" data-plugin-options="{'minWindowWidth': 0}">
<img height="200" width="200" src="img/salakta/reachlogo.jpg" alt="" data-icon data-plugin-options="{'onlySVG': true, 'extraClass': 'svg-stroke-color-primary mb-4'}" />
</div>
</div>
</div>
<div class="col-lg-3">
<div class="card border-0 bg-color-light box-shadow-1 box-shadow-1-hover anim-hover-translate-top-10px transition-3ms">
<div class="card-body text-center text-lg-start m-2 appear-animation" data-appear-animation="fadeInUpShorterPlus" data-appear-animation-delay="700" data-plugin-options="{'minWindowWidth': 0}">
<img height="200" width="200" src="img/salakta/iso.jpg" alt="" data-icon data-plugin-options="{'onlySVG': true, 'extraClass': 'svg-stroke-color-primary mb-4'}" />
</div>
</div>
</div>
</div>
<div class="row">
<div class="col py-4">
<hr>
</div>
</div>
<section class="section my-0 py-5 border-0 bg-transparent" id="Safety">
<div class="container container-xl-custom pt-4 pb-5">
<div class="row py-5">
<div class="col-lg-6">
<h4 class="text-primary text-3 font-weight-bold mb-2"></h4>
<h3 class="mb-3">Safety</h3>
<p class="mb-4 pb-2">The secret behind the quality we produce is in the know-how our workforce acquired over time. Being, for the majority, present from the launch of the company in 1998, our employees could grow with us allowing them to gain an unrivalled experience in the phosphate fertilizer industry. Their contentment is hence a prime asset for the company.</p>
<p class="mb-4 pb-2">To nurture their wellbeing,.</p>
</div>
<div class="col-lg-6 mt-5 mt-lg-0">
<div class="accordion accordion-modern-status accordion-modern-status-primary" id="accordion100">
<div class="card card-default">
<div class="card-header" id="collapse100HeadingOne">
<h4 class="card-title m-0">
<a class="accordion-toggle text-color-dark font-weight-bold border-radius text-3-5 collapsed" data-bs-toggle="collapse" data-bs-target="#collapse100One" aria-expanded="false" aria-controls="collapse100One">
1
</a>
</h4>
</div>
<div id="collapse100One" class="collapse" aria-labelledby="collapse100HeadingOne" data-bs-parent="#accordion100">
<div class="card-body">
<p class="mb-0">Early on in the development of the company, we have surrounded ourselves with professionals in OHS (Occupational Health, and Safety) Management Systems, allowing continuous improvements in the safety of our employees.</p>
</div>
</div>
</div>
<div class="card card-default">
<div class="card-header" id="collapse100HeadingTwo">
<h4 class="card-title m-0">
<a class="accordion-toggle text-color-dark font-weight-bold border-radius text-3-5 collapsed" data-bs-toggle="collapse" data-bs-target="#collapse100Two" aria-expanded="false" aria-controls="collapse100Two">
2
</a>
</h4>
</div>
<div id="collapse100Two" class="collapse" aria-labelledby="collapse100HeadingTwo" data-bs-parent="#accordion100">
<div class="card-body">
<p class="mb-0">For our workforce to operate in a safe environment, we provide them with frequent formations on the correct use of our equipment, and the risks these may imply.</p>
</div>
</div>
</div>
<div class="card card-default">
<div class="card-header" id="collapse100HeadingThree">
<h4 class="card-title m-0">
<a class="accordion-toggle text-color-dark font-weight-bold border-radius text-3-5 collapsed" data-bs-toggle="collapse" data-bs-target="#collapse100Three" aria-expanded="false" aria-controls="collapse100Three">
3
</a>
</h4>
</div>
<div id="collapse100Three" class="collapse" aria-labelledby="collapse100HeadingThree" data-bs-parent="#accordion100">
<div class="card-body">
<p class="mb-0">We have undertaken all the necessary actions to be certified REACH and ISO9001.</p>
</div>
</div>
</div>
<div class="card card-default">
<div class="card-header" id="collapse100HeadingFour">
<h4 class="card-title m-0">
<a class="accordion-toggle text-color-dark font-weight-bold border-radius text-3-5 collapsed" data-bs-toggle="collapse" data-bs-target="#collapse100Four" aria-expanded="false" aria-controls="collapse100Four">
4
</a>
</h4>
</div>
<div id="collapse100Four" class="collapse" aria-labelledby="collapse100HeadingFour" data-bs-parent="#accordion100">
<div class="card-body">
<p class="mb-0">The efficiency of our workforce is rewarded with the satisfaction of job security. This allowed our company to constantly move up in its learning curve, which supports us in delivering the highest quality standards.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section my-0 py-5 border-0 bg-color-tertiary text-color-light p-relative overflow-hidden" id="contact">
<svg class="d-none d-lg-block custom-svg-position-3 rotate-r-90" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1686.88 1095.86" data-appear-animation-svg="true">
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M87.95,1.4c6.82,9.14,15.53,21.59,24.68,36.94c6.82,11.45,27.18,46.82,42.55,96.51
c22.8,73.68,21.39,136.02,20.51,156c-3.11,70.56-22.16,122.51-36,159.32c-10.88,28.95-11.68,24.38-59.74,125.62
c-43.46,91.53-49.66,109.7-52.85,119.49C6.6,758.14,2.98,804.59,2.16,829.14c-1.49,44.72,4.54,70.82,6.47,78.64
c3.54,14.35,10.42,41.25,29.79,70.47c6.64,10.01,30.84,44.6,76.77,69.11c42.9,22.9,81.52,24.6,110.47,25.87
c45.57,2.01,79.98-6.18,113.02-14.3c30.83-7.58,58.4-18.38,113.53-40c59.55-23.35,66.43-28.58,110.47-43.91
c35.63-12.41,57.67-19.98,89.36-25.7c25.68-4.64,55.3-9.77,94.3-6.3c12.43,1.11,53.97,5.59,102.13,27.74
c32.05,14.74,53.03,30.87,57.53,34.38c24.26,18.91,41.05,38.65,51.91,53.45"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M119.44,34.42c8.99,12.85,20.33,30.49,31.66,52.43c26.28,50.9,36.35,93.84,39.15,106.55
c3.12,14.2,10.77,52.5,9.53,102.81c-0.28,11.19-2.03,65.48-23.83,133.79c-9.82,30.78-21.07,54.56-43.57,102.13
c-26.78,56.6-29.14,53.79-45.62,90.21c-19.84,43.85-42.56,94.07-48.68,161.02c-2.86,31.34-5.69,66.08,7.49,108.6
c6.03,19.44,20.95,65.45,64,101.11c47.45,39.3,101.05,42.8,133.79,44.94c63.04,4.12,115.57-13.6,165.11-30.3
c5.59-1.89,23.59-8.86,59.57-22.81c100.23-38.85,99.33-40.27,122.21-47.32c41.18-12.69,80.51-24.8,133.11-21.79
c19.83,1.14,63.01,5.65,111.66,28.94c8.19,3.92,50.6,24.68,88.51,64.34c5.66,5.92,10.38,11.39,12.6,13.96
c23.78,27.59,39.5,52.94,49.36,70.81"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M149.4,68.12c6.57,8.86,14.9,20.95,23.49,35.91c4.29,7.48,19.67,34.89,32.17,73.53
c6.72,20.77,21.93,69.22,20.6,133.28c-1.3,62.06-17.49,108.17-28.94,139.91c-10.84,30.08-24.93,58.75-53.11,116.09
c-20.68,42.08-23.94,45.72-33.7,69.11c-12.01,28.77-26.1,63.09-33.02,108.6c-5.01,32.91-10.64,69.92,1.7,115.4
c5.5,20.27,17.08,60.94,53.45,94.64c42.55,39.43,93.06,45.28,119.49,48.34c54.36,6.29,98.94-6.87,146.04-20.77
c14.56-4.3,31.27-10.58,64.68-23.15c90.64-34.09,94.12-40.57,133.45-51.74c33.81-9.61,71.69-20.37,122.21-16.68
c58.83,4.3,99.83,25.64,107.91,29.96c40.02,21.39,65.7,49.16,77.96,62.64c8.35,9.18,14.84,17.39,19.4,23.49"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M179.69,101.14c6.75,9.74,13.52,20.4,20.09,32c22.79,40.27,33.1,74.23,35.4,82.04
c5.33,18.08,15.6,58.21,14.64,110.3c-0.24,12.92-1.88,65.03-24.85,127.32c-3.1,8.42-7.74,18.89-17.02,39.83
c-25.65,57.88-36.57,75.11-52.43,110.3c-18.12,40.19-31.28,69.39-39.83,110.64c-7.2,34.73-15.41,74.33-2.38,122.21
c4.55,16.73,14.43,51.38,44.94,82.04c35.67,35.85,78.11,44.69,100.43,49.02c58.53,11.37,107.23-3.46,156.26-18.38
c24.42-7.44,15.93-6.77,86.47-33.7c103.46-39.5,129.97-44.06,142.98-45.96c28.7-4.18,61.65-8.66,103.15,1.02
c7.96,1.86,47.73,11.59,90.21,42.55c30.91,22.53,50.88,47.29,62.64,64.34"/>
<path class="appear-animation" data-plugin-options="{'accY': -500, 'forceAnimation': true}" data-appear-animation="customLines1anim" data-appear-animation-delay="100" data-appear-animation-duration="7s" fill="none" stroke="#d8d8d8" stroke-width="2px" stroke-miterlimit="10" d="M208.89,133.57c7.42,9.37,15.01,20.15,22.21,32.43c21.75,37.04,29.38,69.66,33.96,89.87
c4.69,20.73,13.92,63.26,7.4,117.96c-4.84,40.58-16.18,69.74-28.09,100.34c-11.91,30.61-15.38,31.76-42.38,89.11
c-24.66,52.37-36.99,78.56-44.68,105.45c-8.49,29.66-18.6,66.37-13.28,113.36c2.65,23.35,6.06,53.41,27.06,84
c28.75,41.87,70.98,56.35,86.81,61.53c35.79,11.71,65.37,8.99,93.19,6.13c15-1.54,44-5.54,139.91-42.38
c72.26-27.76,81.46-35.35,120.77-43.91c27.26-5.94,54.69-11.68,91.15-8.17c55.63,5.36,93.81,28.56,102.38,33.96
c36.12,22.73,57.57,50.99,66.38,62.81c3.86,5.17,6.88,9.63,8.94,12.77"/>
</svg>
<div class="container container-xl-custom py-5">
<div class="row pt-4">
<div class="col text-center">
<h2 class="text-color-light font-weight-bold text-10 negative-ls-05 line-height-1 mb-0">Contat<span class="font-weight-extra-bold custom-highlight-1 ws-nowrap p-1 custom-highlight-anim custom-highlight-anim-delay">Us</span></h2>
</div>
</div>
<div class="row mt-5 pt-3 justify-content-between">
<div class="container-fluid g-0">
<div class="row align-items-center bg-color-grey">
<div class="col-lg-6">
<div id="googlemapsHalfContainer" class="google-map m-0" style="height: 500px;"></div>
</div>
<div class="col-lg-6 p-5">
<div class="feature-box feature-box-primary mb-4">
<div class="feature-box-icon border-radius-2">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="feature-box-info">
<h4 class="mb-0 text-5 mt-2 mb-1">Our Address</h4>
<p class="text-3-5 font-weight-medium mt-1 mb-0 negative-ls-05">Immeuble SALAKTA II
Z.I Kheireddine Le Kram Tunis
2015 TUNISIE</p>
</div>
</div>
<div class="feature-box feature-box-primary mb-4">
<div class="feature-box-icon border-radius-2">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="feature-box-info">
<h4 class="mb-0 text-5 mt-2 mb-1">Phone Numbers</h4>
<p class="text-3-5 font-weight-medium mt-1 mb-0 negative-ls-05">+216 71 18 17 40</p>
</div>
</div>
<div class="feature-box feature-box-primary">
<div class="feature-box-icon border-radius-2">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="feature-box-info">
<h4 class="mb-0 text-5 mt-2 mb-1">Email Addresses</h4>
<p class="text-3-5 font-weight-medium mt-1 mb-0 negative-ls-05">[email protected]</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="footer" class="position-relative bg-quaternary mt-0 border-top-0">
<div class="container container-xl-custom pt-5 pb-3">
<div class="row pt-5">
<div class="col-md-6 col-lg-3">
<h3 class="mb-3 text-4-5 text-color-light">Company</h3>
<p class="text-3 text-color-grey mb-0">Immeuble SALAKTA II.<br>Z.I Kheireddine Le Kram Tunis</p><br>2015 TUNISIE
</div>
<div class="col-md-6 col-lg-3 mt-4 mt-md-0">
<h3 class="mb-3 text-4-5 text-color-light">Our Contacts</h3>
<a href="tel:0123456789" class="d-flex align-items-center text-decoration-none text-color-primary text-color-hover-light font-weight-medium ms-1">
<i class="icon icon-phone text-color-primary text-4-5 me-2"></i>
+216 71 18 17 40
</a>
</div>
<div class="footer-copyright bg-transparent mt-5">
<div class="container container-xl-custom">
<hr class="bg-color-light opacity-1">
<div class="row">
<div class="col mt-4 mb-4 pb-5">
<p class="text-center text-color-grey text-3 mb-0">SFC. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Vendor -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/jquery.appear/jquery.appear.min.js"></script>
<script src="vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="vendor/jquery.cookie/jquery.cookie.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/jquery.validation/jquery.validate.min.js"></script>
<script src="vendor/jquery.easy-pie-chart/jquery.easypiechart.min.js"></script>
<script src="vendor/jquery.gmap/jquery.gmap.min.js"></script>
<script src="vendor/lazysizes/lazysizes.min.js"></script>
<script src="vendor/isotope/jquery.isotope.min.js"></script>
<script src="vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="vendor/vide/jquery.vide.min.js"></script>
<script src="vendor/vivus/vivus.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="js/theme.js"></script>
<!-- Demo -->
<script src="js/demos/demo-renewable-energy.js"></script>
<script src="js/views/view.contact.js"></script>
<!-- Theme Custom -->
<script src="js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="js/theme.init.js"></script>
</body>
</html>