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
|
<? include('../_init.php');?> <!DOCTYPE html> <html dir="ltr" lang="en-US"> <head> <? include('_head.php')?> </head>
<body class="stretched no-transition">
<!-- Document Wrapper ============================================= --> <div id="wrapper" class="clearfix">
<!-- Header ============================================= --> <? include('_header.php')?><!-- #header end -->
<!-- Page Title ============================================= --> <section id="page-title" class="page-title-dark" style="background-color:#8bc53f;">
<div class="container clearfix"> <h1>Odour Control</h1> <ol class="breadcrumb"> <li><a href="#">Home</a></li> <li><a href="#">Waste Management</a></li> <li class="active">Odour Control</li> </ol> </div>
</section><!-- #page-title end -->
<!-- Content ============================================= --> <section id="content">
<div class="content-wrap"> <div class="container clearfix"> <!--<div class="col_two_fifth topmargin nobottommargin"> <img class="image_fade" src="../images/aboutus/1.jpg" alt="Image"> </div>-->
<div class="col_full nobottommargin col_last"> <div class="heading-block"> <h3>Odour Control</h3> <span></span> </div>
<p>ORGANIC ODOUR ELIMINATION: </p> <p>Ergofito Bioflush is a natural enzme product that competes aggressively for food with the enzyme’s that produces smells in the process of decaying. The two major smells produced by decomposition are Ammonia (NH3) and Hydrogen Sulphide (H2S) amongst others.</p> <p>In order to decompose organic inert matter with no odour emission, a dose of natural enz- yme in the form of Ergofito must be sprayed upon the said inert organic matter. </p> </div> </div> <div class="section"> <div class="container clearfix"> <div class="col_full nobottommargin col_last"> <div class="heading-block"> <h3>ERGOFITO BIOFLUSH MECHANISM: </h3> <span></span> </div> <p>Often on odour emitting inert organic matter, deep penetration into the stated matter isdif- ficult if not impossible. Therefore Ergofito Bioflush is applied on all surfaces of the above- described matter. If the matter is liquid as in raw sewage or blood, upon application of Er- gofito Bioflush, the smell will abate within seconds and be eliminated in minutes. However if the said liquid is stirred, another surface application is necessary immediately to once more abate and eliminate the smell. For as long as Ergofito Bioflush is applied to the sur- face of any smell the smell will be controlled.</p> <p>The above can be applied on all organic inert matter including animal remains, carcasses, sewage, blood and the likes. Ergofito Bioflush is a fast decomposition group of natural enz,yme, which is not a masking agent. Total odour elimination is therefore possible with Ergofito Bioflush.</p> </div> </div> </div>
<div class="container clearfix"> <div class="col_full nobottommargin">
<div class="heading-block"> <h3>MIXING AND APPLICATION:</h3> <span></span> </div>
<p>Mixing ratio and dosage: </p> <p><table class="table table-striped table-bordered"> <tr> <td><strong>PRODUCT </strong></td> <td><strong>HOW MUCH</strong></td> <td><strong>HOW MUCH WATER</strong></td> </tr> <tr> <td>ERGOFITO BIOFLUSH</td> <td>20 GRAMS</td> <td>1 LITER</td> </tr> </table> </p> <p>As soon as Ergofito Bioflush is mixed with water, it becomes active and it is ready to use. Activated Ergofito Bioflush has a maximum shelf life of two days. Mix only when neces- sary. </p> <p>Apply over the odour emanating substance until wet using a spray bottle, backpack or in- jectors in the case of a permanent installation. </p>
</div>
</div> </div> </section><!-- #content end -->
<!-- Footer ============================================= --> <? include('_footer.php');?><!-- #footer end -->
</div><!-- #wrapper end -->
<? include('_footer_scripts.php');?>
</body> </html>
|