-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolution.html
More file actions
485 lines (450 loc) · 28.5 KB
/
Copy pathsolution.html
File metadata and controls
485 lines (450 loc) · 28.5 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
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
<!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="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous">
<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 ">
<span class="text-grey-light font-gotham-book leading-normal text-xl">AERIAL TURNKEY SOLUTIONS </span>
<p class="font-gotham-light text-sm text-grey-light mt-5 leading-normal">BharatRohan provides customised
aerial intelligence solutions that fit clients business needs. With it’s scalable methodology the
company is growing by identifying challenges and solving it through airborne innovations.
</p>
<p class="font-gotham-light text-sm text-grey-light mb-2 leading-normal">The very same technology can be
used to solve various challenges specially related to farms and farmers, as they are the victims of
calamities which cannot be predicted through a naked eye and circumstances can reach beyond recovery
situations, assuring losses.
</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 class="w-full md:w-1/2 bg-br-green-dark flex items-center">
<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 bg-grey p-3 text-center py-6 min-h-230 flex flex-col justify-center items-center">
<p class="font-gotham-book mb-5">TURN KEY SOLUTION EQUIPMENTS</p>
<a class="inline 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 bg-grey p-3 text-center py-6 min-h-230 flex flex-col justify-center items-center">
<p class="font-gotham-book mb-5">HYPERSPECTRAL CAMERAS</p>
<a class="inline 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 bg-grey p-3 text-center py-6 min-h-230 flex flex-col justify-center items-center">
<p class="font-gotham-book mb-5">DRONES</p>
<a class="inline 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 bg-grey p-3 text-center py-6 min-h-230 flex flex-col justify-center items-center">
<p class="font-gotham-book mb-5">SERVICES</p>
<a class="inline 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 class="px-8 p-2 md:px-16 py-10 w-full md:w-1/2 bg-br-green-light ">
<span class="text-grey-light font-gotham-book leading-normal text-xl">DRONE / CAMERAS / TURNKEY EQUIPMENTS</span>
<p class="font-gotham-light text-sm text-grey-light mt-5 leading-normal mb-4">BharatRohan is an authorized
distributor of Bayspec inc. California, US based manufacturer of high throughoutput spectral
instruments.
</p>
<p class="font-gotham-light text-sm text-grey-light leading-normal mb-4"> The OCI-UAV hyperspectral cameras
are
designed specifically for use on unmanned aerial vehicles/systems (UAV/UAS), or remotely operated
vehicles (ROV). Packed with a high-performance, miniature single-board-computer, they acquire VIS-NIR
hyperspectral data with continuous spectral and spatial coverage. Operating of the OCI-UAV is automatic
and requires minimal human intervention. The OCI-UAV and powerful package features signification
reduction in size and weight, and faster data transfer rate with automatic data capturing and
processing. Extreme compactness with uncompromised performance, automatic operation and data processing
make the OCI-UAV a straightforward system for effortless integration with many UAV/ROVs, for
applications such as precision agriculture and remote sensing. BaySpec also provides ready-to-fly
hyperspectral total solutions.
</p>
<p class="font-gotham-light text-sm text-grey-light leading-normal">We have a wide range of
Multispectral and Hyperspectral Cameras avaialable. Write to us or visit Bayspec.com to know
more.
</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>
<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 text-grey-light ">
<p class="text-grey-light font-gotham-book text-base mb-6 text-xl">HIGH PERFORMANCE UAV SYSTEM</p>
<div class="flex">
<div class="sm:w-2/5">
<p class="mb-6">Configuration</p>
</div>
<div class="sm:w-3/5">
<p class="mb-6">6 Motors (Hexacopter)</p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Maximum take off weight</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal"> 5 Kilograms </p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Payload capacity</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal"> 2 Kilograms </p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Airframe material</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal"> Carbon fiber-Kevlar
coating</p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Propulsion system</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal"> High grade BLDC motors with ABEC 7 Standard for
longevity</p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Telemetry range </p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal">2 kilometers </p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Flight Endurance </p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal">40 minutes (varies on payloads)
</p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Wind resistance</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal">Upto 30 kmph
</p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Area Coverage in single flight</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal">100 acres
</p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal"> Operator Skills </p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal">Automatic Take-off and landing with dyanamic
flight planning, automatic route selection using Map. </p>
</div>
</div>
<div class="flex">
<div class="w-2/5 mt-6">
<p class="mb-6">Ground Station Software </p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Survey Grid Feature
</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal">Available </p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Waypoint setting available
</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal"> Yes </p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Failsafe Features
</p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal"> Low battery and radio link lost, return to home
</p>
</div>
</div>
<div class="flex border-b border-br-grey">
<div class="w-2/5">
<p class="font-gotham-book text-xs leading-normal">Intuitive and easy to use </p>
</div>
<div class="w-3/5">
<p class="font-gotham-book text-xs leading-normal"> Yes, Graphical User interface
</p>
</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="w-full md:w-1/2 bg-br-green-dark flex items-center">
<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 bg-white p-3 text-center py-6 ">
<img src="image/about_img/br-2.png">
<p class="font-gotham-book mb-5 text-green-darker">TURN KEY SOLUTION EQUIPMENTS</p>
<p class="font-gotham-book mb-5 text-green-darker">HYPERSPECTRAL CAMERAS</p>
<P class="font-gotham-book mb-5 text-green-darker">DRONES
<P class="font-gotham-book mb-5 text-green-darker">SERVICES</P>
</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 bg-white p-3 text-center py-6">
<img src="image/about_img/br-3.png">
<p class="font-gotham-book mb-5">TURN KEY SOLUTION EQUIPMENTS</p>
<p class="font-gotham-book mb-5 text-green-darker">HYPERSPECTRAL CAMERAS</p>
<P class="font-gotham-book mb-5 text-green-darker">DRONES
<P class="font-gotham-book mb-5 text-green-darker">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 class="px-8 p-2 md:px-16 py-10 w-full md:w-1/2 bg-br-green-dark flex-order">
<p class="text-grey-light font-gotham-book mb-8 text-xl">UNIQUE PERFORMANCE FEATURE</p>
<img class=" " src="image/about_img/table.png">
<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 ">
<p class="text-grey-light font-gotham-book mb-6 text-xl">SCALABLE TECHNOLOGY</p>
<img src="image/about_img/scalable1.png" alt="">
<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 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 mb-8 text-xl">SCALABLE TECHNOLOGY</p>
<img src="image/about_img/scalable2.png">
<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-dark ">
<p class="text-grey-light font-gotham-book mb-4 text-xl">BENEFITS</p>
<div class="py-8">
<div class="p-3 flex items-center justify-between flex-wrap sm:flex-row flex-col text-center py-6">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre1.png">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre2.png">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre3.png">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre4.png">
</div>
<div class="p-3 flex justify-between items-center flex-wrap sm:flex-row flex-col text-center py-6">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre5.png">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre6.png">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre7.png">
<img class="w-3/5 sm:w-1/5" src="image/about_img/bre8.png">
</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 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>