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
|
<? 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>About Us</h1> <ol class="breadcrumb"> <li><a href="index.php">Home</a></li> <li class="active">About Us</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.png" alt="Image"> </div>
<div class="col_three_fifth nobottommargin col_last"> <div class="heading-block"> <h3>Who Are We</h3> <span></span> </div>
<p>B.E.A. Ltd is a company committed to the development of sustainable agriculture through innovative research and technology. Our focus is to pursue excellence in the creation of high effective products and innovative solutions for farmersand the relevent crops, with a clear and transparent commitment towards our clients, their employees and the community.</p> <p>Together with maintaining a respect for responsible development, our goal is to take on and solve the modern challenges of the agricultural industry by adopting solutions focused on the speconomies.</p>
</div> </div>
<div class="section"> <div class="container clearfix"> <div class="col_three_fifth nobottommargin"> <div class="heading-block"> <h3>What Is Bea</h3> <span></span> </div> <p>The improvement of agriculture is therefore important to us in order to enhance the quality of local specialities. Our research has leads to the development of cutting-edge products, which increase the nutritional quality of all plants. Such products stimulate the growth and multiplication of microbes vital for improving the rhizosphere, soil, stem and foliage.</p> <p>The use of these products as well as our technical knowledge restores and enhances the plant’s own immune system, as well as stimulating the plant’s active and passive defence. The resulting increased resistance to pests reduces the need for the use of pesticides, thereby minimizing pesticide residue on the crops. Plants are also able to absorb more vital nutrients for improved growth and quality of produce.</p> </div> <div class="col_two_fifth topmargin col_last"> <img class="image_fade" src="../images/aboutus/2.png" alt="Image"> </div> </div> </div> <div class="container clearfixm"> <div class="col_two_fifth topmargin nobottommargin"> <img class="image_fade" src="../images/aboutus/3.png" alt="Image"> </div>
<div class="col_three_fifth nobottommargin col_last"> <div class="heading-block"> <h3>TECHNICAL ASSISTANCE</h3> <span></span> </div>
<p>In the view of general field trend for agronomic crops, identify the resolution of specific nutritional problems (physiologic disorders, deficiency, etc.). Interpretation of the results of soil analyses, water and foliage.</p>
<p>Elaborations of nutrition plans depending on the crop.</p> <p>Processing, selection and integration of nutrient solutions for hydroponic and soil-free agriculture, both in open and closed systems that control the main crop parameters (electrical conductivity, pH, etc.).</p>
</div> </div> <div class="section" style="background-color:#8bc53f;"> <div class="container clearfix dark"> <div class="col_three_fifth nobottommargin"> <div class="heading-block"> <h3>CHEMICAL ANALYSIS.</h3> <span></span> </div> <p>Analysis of the soil (texture, content of macro, micro and micro-elements, organic matter, salinity, pH, relationships between elements, etc.).</p> <p>Foliar diagnosis (content main macro, micro, micro and calculation relevant reports and indices) and processing G.A.T.E.</p> <p>Analysis of irrigation water (main chemical element content, hardness, pH, electrical conductivity, S.A.R., suspended solids, etc.).</p> <p>Analysis of nutrient solutions and water recirculation for reuse in closed hydroponic systems.</p> </div> <div class="col_two_fifth topmargin col_last"> <img class="image_fade" src="../images/aboutus/4.png" alt="Image"> </div> </div> </div> <div class="container clearfix"> <div class="col_two_fifth topmargin nobottommargin"> <img class="image_fade" src="../images/aboutus/5.png" alt="Image"> </div>
<div class="col_three_fifth nobottommargin col_last"> <div class="heading-block"> <h3>RESEARCH INTO PRODUCTS AND TECHNOLOGY</h3> <span></span> </div>
<p>In association with affiliates, B.E.A. Ltd researches, experiments and develops products and technologies to support the management of major agronomic crops.</p>
</div> </div> </div> </section><!-- #content end -->
<!-- Footer ============================================= --> <? include('_footer.php')?> <!-- #footer end -->
</div><!-- #wrapper end -->
<? include('_footer_scripts.php');?>
</body> </html>
|