-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
457 lines (391 loc) · 26.9 KB
/
Copy pathservices.html
File metadata and controls
457 lines (391 loc) · 26.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="favicon.png" sizes="16x16" />
<link href="plugins/swiper/swiper.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>BharatRohan</title>
</head>
<body>
<nav class="flex justify-between items-center p-2 px-8 md:px-16 bg-br-green-dark flex-wrap relative">
<a href="index.html" class="flex-no-shrink"><img class="w-12 md:w-16" src="image/Asset.png"></a>
<div id="nav-btn" class="md:hidden nav-btn cursor-pointer w-6">
<svg style="fill:white;" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" viewBox="0 0 53 53" style="enable-background:new 0 0 53 53;" xml:space="preserve">
<g>
<g>
<path d="M2,13.5h49c1.104,0,2-0.896,2-2s-0.896-2-2-2H2c-1.104,0-2,0.896-2,2S0.896,13.5,2,13.5z" />
<path d="M2,28.5h49c1.104,0,2-0.896,2-2s-0.896-2-2-2H2c-1.104,0-2,0.896-2,2S0.896,28.5,2,28.5z" />
<path d="M2,43.5h49c1.104,0,2-0.896,2-2s-0.896-2-2-2H2c-1.104,0-2,0.896-2,2S0.896,43.5,2,43.5z" />
</g>
</g>
</svg>
</div>
<div id="main-nav" class="overflow-hidden bg-br-green-dark md:block md:relative z-10 absolute pin-t pin-l pin-r md:w-auto w-full">
<ul class="flex md:flex-row flex-col list-reset flex-wrap font-existence relative">
<li class="p-2 flex items-center justify-center">
<a class="no-underline text-grey-light text-sm hover:text-br-yellow" href="about.html">ABOUT</a>
</li>
<li class="p-2 flex items-center justify-center">
<a class="no-underline text-grey-light text-sm hover:text-br-yellow " href="technology.html">TECHNOLOGY</a>
</li>
<li class="p-2 flex items-center justify-center">
<a class="no-underline text-grey-light text-sm hover:text-br-yellow " href="solution.html">SOLUTIONS</a>
</li>
<!-- <li class="p-2 flex items-center justify-center">
<a class="no-underline text-grey-light text-sm hover:text-br-yellow " href="#">CLIENTS</a>
</li>
<li class="p-2 flex items-center justify-center">
<a class="no-underline text-grey-light text-sm hover:text-br-yellow " href="#">BLOG</a>
</li> -->
<li class="p-2 flex items-center justify-center">
<a class="no-underline text-grey-light text-sm hover:text-br-yellow " href="contact.html">CONTACT</a>
</li>
<li class="p-2 flex items-center justify-center">
<div class="bg-br-green-light px-4 py-2 rounded-lg">
<a class="no-underline text-grey-light text-sm hover:text-br-yellow " href="http://br.bharatrohan.in/">LOGIN</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="flex flex-col md:flex-row">
<div class="px-8 p-2 md:px-16 py-10 w-full md:w-1/2 bg-br-green-light ">
<p class="text-grey-light font-gotham-book leading-normal text-xl">SERVICES OFFERED </p>
<p class="font-gotham-light text-sm text-grey-light mt-5 leading-normal">We deliver transformative
intelligence using Hyperspectral Imaging and Drone Technology to collect and analyze aerial data and
provide in-depth reports for you to drive business decisions in confidence.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">We provide expert inspection
services for your organization’s mission critical assets using drone technology. Through data
collection and analysis, we are able to deliver transformative intelligence that optimizes energy
production, protects people, and improves infrastructure, all while simplifying maintenance and
management processes.
</p>
<p class="font-gotham-light text-sm text-grey-light mt-2 leading-normal">We are developing a highly
efficient framework to empower our clients and build an infinite relationship with them through
transformative information and support exchange (eg. pest, disease and weed infestation prediction maps
as well as other transformative intelligence). We collect unique data from the clients’s farm/land
using UAVs equipped with Hyperspectral Sensors. These sensors pick up minuscule physiological
activities occurring in the crops/plants which are enabled by the data acquisition in the
electromagnetic spectrum of 400-1000 nm with more than 100 narrow-bands. We then analyze this data in a
co-relation with a spectral database that we are building steadily in the experimental farms of 110
Indian Council for Agriculture Research (ICAR) Institutes to develop information neccesary for the
growth and reserach of the client.
</p>
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
<div class="w-full md:w-1/2 bg-br-green-dark flex items-center flex-order">
<div class="w-3/4 mx-auto flex flex-col sm:flex-row flex-wrap items-start sm:justify-between py-8">
<div class="box-control min-h-230 bg-grey p-3 text-center py-6 ">
<p class="font-gotham-book mb-3"><img src="image/about_img/about1.png"></p>
<h3 class="text-green-darker">BharatRohan</h3>
<p class="text-green-darker mb-3">CROP ASSURE</p>
<a class="inline-block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
<div class="box-control min-h-230 bg-grey p-3 text-center py-6">
<p class="font-gotham-book mb-3"><img src="image/about_img/about2.png"></p>
<h3 class="text-green-darker">BharatRohan</h3>
<p class="text-green-darker mb-3">SEED ASSSURE</p>
<a class="inline-block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
<div class="box-control min-h-230 bg-grey p-3 text-center py-6">
<p class="font-gotham-book mb-3"><img src="image/about_img/about3.png"></p>
<h3 class="text-green-darker">BharatRohan</h3>
<p class="text-green-darker mb-3">WATER ASSSURE</p>
<a class="inline-block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
<div class="box-control min-h-230 bg-grey p-3 text-center py-6">
<p class="font-gotham-book mb-3"><img src="image/about_img/about4.png"></p>
<h3 class="text-green-darker">BharatRohan</h3>
<p class="text-green-darker mb-3">COSTOM SERVICES</p>
<a class="inline-block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Explore
Now<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row">
<div id="crop" class="p-10 p-2 sm:p-24 lg:p-32 w-full md:w-1/2 bg-br-green-dark flex flex-col justify-center items-start flex-order">
<!-- <div class=""> -->
<div style="padding-top: 100%;" class="w-full relative mb-4">
<div class="box-control w-full h-full bg-grey p-5 text-center absolute pin flex flex-col justify-center items-center">
<img class="w-10 md:w-16 mb-5" src="image/about_img/about1.png">
<h1 class="text-green-darker mb-1 text-2xl md:text-3xl">BharatRohan</h1>
<p class="text-green-darker mb-8 text-xl md:text-2xl">CROP ASSURE</p>
<a class="block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
</div>
<!-- </div> -->
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
<div class="px-8 p-2 md:px-16 py-10 w-full md:w-1/2 bg-br-green-light ">
<div class="flex flex-col justify-between items-start h-full">
<div>
<p class="text-grey-light font-gotham-book leading-normal text-xl">CROP ASSURE</p>
<p class="font-gotham-light text-sm text-grey-light mt-5 leading-normal">CROP-ASSURE solution is an
unique
toolbox driven by agronomic insights and developed by BHARATROHAN AIRBORNE INNOVATIONS to
address the
specific needs of CROP cultivation in India.</p>
<p class="mt-6 mb-6 text-grey-light font-gotham-book">Crop-Assure Offers</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">REGULAR MONITORING of crop
throughout the growing season. </p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">TARGETED TREATMENT of crop
issues
in real time that leads to significant cost savings.</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">EARLY PREVENTION of crop
losses
with diagnosis of pest attacks and disease outbreaks.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">INCREASE IN CROP YEILD due
to
significant crop savings.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">SUSTAINABLE USE OF
RESOURCES that
ensure a high farm productivity throughout the seasons.
</p>
</div>
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row">
<div id="seed" class="px-8 p-2 md:px-16 py-10 w-full md:w-1/2 bg-br-green-light ">
<div class="flex flex-col justify-between items-start h-full">
<div>
<p class="text-grey-light font-gotham-book leading-normal text-xl">SEED ASSURE</p>
<p class="font-gotham-light text-sm text-grey-light mt-5 leading-normal">CROP-ASSURE solution is an
unique
toolbox driven by agronomic insights and developed by BHARATROHAN AIRBORNE INNOVATIONS to
address the
specific needs of CROP cultivation in India.</p>
<p class="mt-6 mb-6 text-grey-light font-gotham-book">Crop-Assure Offers</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">REGULAR MONITORING of crop
throughout the growing season. </p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">TARGETED TREATMENT of crop
issues
in real time that leads to significant cost savings.</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">EARLY PREVENTION of crop
losses
with diagnosis of pest attacks and disease outbreaks.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">INCREASE IN CROP YEILD due
to
significant crop savings.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">SUSTAINABLE USE OF
RESOURCES that
ensure a high farm productivity throughout the seasons.
</p>
</div>
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
</div>
<div class="p-10 p-2 sm:p-24 lg:p-32 w-full md:w-1/2 bg-br-green-dark flex flex-col justify-center items-start flex-order">
<!-- <div class=""> -->
<div style="padding-top: 100%;" class="w-full relative">
<div class="box-control w-full h-full bg-grey p-5 text-center absolute pin flex flex-col justify-center items-center">
<img class="w-10 md:w-16 mb-5" src="image/about_img/about2.png">
<h1 class="text-green-darker mb-1 text-2xl md:text-3xl">BharatRohan</h1>
<p class="text-green-darker mb-8 text-xl md:text-2xl">SEED ASSURE</p>
<a class="block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
</div>
<!-- </div> -->
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
</div>
<div class="flex flex-col md:flex-row">
<div id="water" class="p-10 p-2 sm:p-24 lg:p-32 w-full md:w-1/2 bg-br-green-dark flex flex-col justify-center items-start flex-order">
<!-- <div class=""> -->
<div style="padding-top: 100%;" class="w-full relative">
<div class="box-control w-full h-full bg-grey p-5 text-center absolute pin flex flex-col justify-center items-center">
<img class="w-10 md:w-16 mb-5" src="image/about_img/about3.png">
<h1 class="text-green-darker mb-1 text-2xl md:text-3xl">BharatRohan</h1>
<p class="text-green-darker mb-8 text-xl md:text-2xl">WATER ASSURE</p>
<a class="block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
</div>
<!-- </div> -->
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
<div class="px-8 p-2 md:px-16 py-10 w-full md:w-1/2 bg-br-green-light ">
<div class="flex flex-col justify-between items-start h-full">
<div>
<p class="text-grey-light font-gotham-book leading-normal text-xl">WATER ASSURE</p>
<p class="font-gotham-light text-sm text-grey-light mt-5 leading-normal">CROP-ASSURE solution is an
unique
toolbox driven by agronomic insights and developed by BHARATROHAN AIRBORNE INNOVATIONS to
address the
specific needs of CROP cultivation in India.</p>
<p class="mt-6 mb-6 text-grey-light font-gotham-book">Crop-Assure Offers</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">REGULAR MONITORING of crop
throughout the growing season. </p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">TARGETED TREATMENT of crop
issues
in real time that leads to significant cost savings.</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">EARLY PREVENTION of crop
losses
with diagnosis of pest attacks and disease outbreaks.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">INCREASE IN CROP YEILD due
to
significant crop savings.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">SUSTAINABLE USE OF
RESOURCES that
ensure a high farm productivity throughout the seasons.
</p>
</div>
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row">
<div class="px-8 p-2 md:px-16 py-10 w-full md:w-1/2 bg-br-green-light ">
<p class="text-grey-light font-gotham-book leading-normal text-xl">CUSTOM SERVICES</p>
<p class="font-gotham-light text-sm text-grey-light mt-5 leading-normal mb-6">We are developing a highly
efficient framework to empower our clients and build an infinite relationship with them through
information and support exchange (eg. pest, disease and weed infestation prediction maps as well as
targetted treatment information ). We collect unique data from the clients’s farm/land using UAVs
equipped with Hyperspectral Sensors. These sensors pick up minuscule physiological activities occurring
in the crops which are enabled by the data acquisition in the electromagnetic spectrum of 400-1000 nm
with more than 100 narrow-bands. We then analyze this data in a co-relation with a spectral database
that we are building steadily in the experimental farms of 110 Indian Council for Agriculture Research
(ICAR) Institutes to develop information necesary for the growth and reserach of the client.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">Services Offer
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">PLANNING
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">OPERATION
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">COLLECTION
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">PROCESSING
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">ANALYSIS
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">REPORTING</p>
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
<div class="p-10 p-2 sm:p-24 lg:p-32 w-full md:w-1/2 bg-br-green-dark flex flex-col justify-center items-start flex-order">
<!-- <div class=""> -->
<div style="padding-top: 100%;" class="w-full relative">
<div class="box-control w-full h-full bg-grey p-5 text-center absolute pin flex flex-col justify-center items-center">
<img class="w-10 md:w-16 mb-5" src="image/about_img/about4.png">
<h1 class="text-green-darker mb-1 text-2xl md:text-3xl">BharatRohan</h1>
<p class="text-green-darker mb-8 text-xl md:text-2xl">CUSTOM SERVICES</p>
<a class="block no-underline px-4 py-2 bg-white text-black rounded-lg shadow-lg" href="contact.html">BUY
NOW</a>
</div>
</div>
<!-- </div> -->
<a class="relative inline-block no-underline py-2 mt-3 text-grey-light animate-btn" href="contact.html">Talk
to
Us<img class="w-10 ml-2 absolute" src="image/As.png"></a>
</div>
</div>
<div id="footer" class="">
<div class="flex flex-col sm:flex-row justify-around items-center bg-white sm:py-0 py-5">
<div class="flex flex-col sm:flex-row items-center">
<img class="w-24 mx-2 sm:mb-0 mb-5" src="image/Asset1.png">
<img class="w-16 mx-2 sm:mb-0 mb-5" src="image/Asset2.png">
</div>
<div class="flex flex-col sm:flex-row items-center">
<img class="w-12 mx-2 sm:mb-0 mb-5" src="image/Asset3.png">
<img class="w-10 mx-2 sm:mb-0 mb-5" src="image/Asset4.png">
<img class="w-16 mx-2 sm:mb-0 mb-5" src="image/Asset5.png">
<img class="w-16 mx-2 sm:mb-0 mb-5" src="image/Asset6.png">
<img class="w-14 mx-2 sm:mb-0 mb-5" src="image/Asset7.png">
<img class="w-14 mx-2 sm:mb-0 mb-5" src="image/Asset8.png">
<img class="w-14 mx-2 sm:mb-0 mb-5" src="image/Asset9.png">
</div>
</div>
<div class="flex flex-col sm:flex-row justify-around bg-br-green-dark py-8 sm:px-0 px-8 ">
<div class="text-grey-light sm:w-1/4 sm:mb-0 mb-6">
<div class="flex items-center mb-4">
<span class="font-gotham-book text-base mr-4">Delhi Office</span>
<img class="w-3 mr-1" src="image/location.png">
<span class="text-xxs">Locate us on map</span>
</div>
<p class="font-gotham-light text-xs mb-4 leading-normal">BharatRohan Airborne Innovations Private Limited, B-1/315,
Yamuna vihar,Delhi-110053</p>
<p class="font-gotham-light text-xs mb-4">+91-9650588865</p>
</div>
<div class="text-grey-light sm:w-1/4 sm:mb-0 mb-6">
<div class="flex items-center mb-4">
<span class="font-gotham-book text-base mr-4">Hyderabad Office</span>
<img class="w-3 mr-1" src="image/location.png">
<span class="text-xxs">Locate us on map</span>
</div>
<p class="font-gotham-light text-xs mb-4 leading-normal">BharatRohan Airborne Innovations Private Limited,a-IDEA, TBI
Building, Center for Agri-Innovation,ICAR-National Academy of Agriculture Research
Management(ICAR-NAARM),Rajendra Nagar,Hyderabad-50030</p>
<p class="font-gotham-light text-xs mb-4">+91-9650588865</p>
</div>
<div class="text-grey-light sm:w-1/4 sm:mb-0 ">
<div class="flex items-center mb-4">
<span class="font-gotham-book text-base mr-4">Lucknow Office</span>
<img class="w-3 mr-1" src="image/location.png">
<span class="text-xxs">Locate us on map</span>
</div>
<p class="font-gotham-light text-xs mb-4 leading-normal">BharatRohan Airborne Innovations Private Limited, 2/243,
Ground floor, Viram Khand ,Gomti Nagar, Lucknow-226012</p>
<p class="font-gotham-light text-xs mb-4">+91-9650588865</p>
</div>
</div>
<div class="bg-br-green-light flex flex-col sm:flex-row items-center justify-between p-2 px-8 md:px-16 py-10 ">
<div class="sm:mb-0 mb-8">
<a class="mr-4" href="https://www.facebook.com/BharatRohan.in/" target="_blank"><img class="w-3" src="image/fb.png"></a>
<a class="mr-4 " href="
https://www.linkedin.com/company/bharatrohan-airborne-innovations-private-limited/" target="_blank"><img class="w-5" src="image/linkedin.png"></a>
<a class="" href="https://twitter.com/BharatRohan3" target="_blank"><img class="w-5" src="image/twitter.png"></a>
<!-- <p class="mt-2 font-existence text-grey-light ">Join Our List</p> -->
</div>
<div class="flex flex-col sm:flex-row items-center">
<li class="list-reset p-2 font-existence"><a class="hover:text-br-yellow no-underline text-grey-light text-sm" href="about.html">ABOUT</a></li>
<li class="list-reset p-2 font-existence"><a class="hover:text-br-yellow no-underline text-grey-light text-sm" href="technology.html">TECHNOLOGY</a></li>
<li class="list-reset p-2 font-existence"><a class="hover:text-br-yellow no-underline text-grey-light text-sm" href="solution.html">SOLUTIONS</a></li>
<!-- <li class="list-reset p-2 font-existence"><a class="hover:text-br-yellow no-underline text-grey-light text-sm " href="javascript:void(0)">CLIENTS</a></li>
<li class="list-reset p-2 font-existence"><a class="hover:text-br-yellow no-underline text-grey-light text-sm " href="javascript:void(0)">BLOG</a></li> -->
<li class="list-reset p-2 font-existence"><a class="hover:text-br-yellow no-underline text-grey-light text-sm " href="contact.html">CONTACT</a></li>
</div>
</div>
<div class="bg-br-green-light">
<p class="text-center font-gotham-light"><a class="no-underline text-white text-xs pb-5 block" target="_blank" href="https://feedingtrends.com/">Developed in India by <span class="hover:underline">FeedingTrends</span></a></p>
</div>
</div>
<script src="plugins/swiper/swiper.min.js"></script>
<script src="main.js"></script>
</body>
</html>