-
Notifications
You must be signed in to change notification settings - Fork 2
/
team1.html
558 lines (490 loc) · 27.3 KB
/
team1.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
<!DOCTYPE html>
<html version="1.0" lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dr.Riyaz Syed | Centella</title>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/nav.js"></script>
<style type="text/css">
#colr {
background: -webkit-linear-gradient(#ffffff, #252525);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
html {
scroll-behavior: smooth;
}
body {
transform-style: preserve-3d;
overflow-y: scroll;
overflow-x: hidden;
}
header {
transform-style: preserve-3d;
top: 0;
transition: top 0.3s ease-in-out;
z-index: 100000;
}
.nav-up {
top: -110px;
}
@media (max-width: 767px) {
.navicon {
width: 1.125em;
height: .125em;
font-size: x-large;
margin-top: -80%;
margin-left: 400%;
}
.navicon::before,
.navicon::after {
display: block;
position: absolute;
width: 100%;
height: 100%;
transition: all .2s ease-out;
content: '';
background: #3D4852;
}
.navicon::before {
top: 5px;
}
.navicon::after {
top: -5px;
}
.menu-btn:not(:checked)~.menu {
display: none;
}
.menu-btn:checked~.menu {
display: block;
}
.menu-btn:checked~.menu-icon .navicon {
background: transparent;
}
.menu-btn:checked~.menu-icon .navicon::before {
transform: rotate(-45deg);
}
.menu-btn:checked~.menu-icon .navicon::after {
transform: rotate(45deg);
}
.menu-btn:checked~.menu-icon .navicon::before,
.menu-btn:checked~.menu-icon .navicon::after {
top: 0;
}
}
.overlay {
position: absolute;
z-index: 100;
}
ul li ul {
display: none;
}
ul li:hover ul {
display: block;
}
ul li ul {
display: none;
position: absolute;
z-index: 1;
}
ul li:hover ul {
display: block;
background-color: whitesmoke;
border-radius: 2%;
padding: 1%;
z-index: 1;
}
.social-container {
width: 186px;
margin: 0vh auto;
margin-right: 1%;
text-align: center;
}
.social-icons {
padding: 0;
list-style: none;
margin: .1em;
}
.social-icons li {
display: inline-block;
margin: 0.18em;
position: relative;
font-size: 1.2em;
}
.profile .social-container {
width: 246px;
margin: 0vh auto;
margin-right: 0%;
text-align: left;
}
.profile .social-icons li {
display: inline-block;
position: relative;
font-size: 1.79em;
}
.profile .social-icons a:before {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
content: " ";
width: 36px;
height: 36px;
border-radius: 100%;
display: block;
background: linear-gradient(45deg, #00B5F5, #002A8F);
transition: all 265ms ease-out;
}
.profile .social-icons a {
display: inline-block;
}
.profile .social-icons a:hover:before {
transform: scale(0);
transition: all 265ms ease-in;
}
.profile .social-icons a:hover i {
transform: scale(2.2);
-ms-transform: scale(2.2);
-webkit-transform: scale(2.2);
color: #00B5F5;
background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 265ms ease-in;
}
.social-icons i {
color: #fff;
position: absolute;
top: 4px;
left: 4px;
transition: all 265ms ease-out;
}
.social-icons a {
display: inline-block;
}
.social-icons a:before {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
content: " ";
width: 26px;
height: 26px;
border-radius: 100%;
display: block;
background: linear-gradient(45deg, #00B5F5, #002A8F);
transition: all 265ms ease-out;
}
.social-icons a:hover:before {
transform: scale(0);
transition: all 265ms ease-in;
}
.social-icons a:hover i {
transform: scale(2.2);
-ms-transform: scale(2.2);
-webkit-transform: scale(2.2);
color: #00B5F5;
background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 265ms ease-in;
}
@keyframes moveright {
0% {
transform: translateX(-100px);
visibility: visible;
}
100% {
transform: translateX(0);
visibility: visible;
}
}
@media only screen and (max-width:767px) {
.img {
padding-left: 0%;
}
.profile .social-container {
width: 246px;
margin-top: 0;
padding-top: 0%;
margin-right: 0%;
text-align: center;
}
.back {
padding-top: 20%;
}
.abt {
width: 100%;
padding: 0px;
margin: 0px;
}
#about {
width: 100%;
padding-top: 10%;
}
.menu {
padding-top: 0%;
width: 100%;
margin-left: 0%;
animation: moveright .1s linear 1;
visibility: hidden;
animation-fill-mode: forwards;
position: relative;
z-index: 10;
}
.abt2 {
font-size: smaller;
}
.name {
text-align: center;
}
.fotertxt {
font-size: x-small;
}
}
.img {
margin-left: auto;
}
.overlay {
width: 100%;
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -5px rgb(129, 126, 126);
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-197087162-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-197087162-1');
</script>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PSC5X9H');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PSC5X9H"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="mx-0 naav">
<header class=" fixed nav-down mx-auto w-full ">
<div class=" overlay mx-auto object-center flex flex-wrap flex-col md:flex-row " id="bar" style="background-color:rgb(255, 255, 255); ">
<a class="logo flex items-center mb-0 mr-auto md:ml-auto " href="index.html">
<img class=" w-30 h-20 p-0 " src="pics/centella.png" alt="">
</a>
<nav id="nvb" class="menu md:py-2 md:pl-4 md:border-gray-100 z-100 ml-36 mr-auto flex flex-wrap items-center text-black justify-center ">
<input class="menu-btn hidden" type="checkbox" id="menu-btn">
<label class="menu-icon block cursor-pointer md:hidden px-2 py-0 relative " style="position: relative;top:-10px ;padding-left: 25%;padding-top: 0%;" for="menu-btn">
<span class="navicon bg-blue-900 flex object-center relative " ></span>
</label>
<ul class="menu border-b md:border-none text-xl flex justify-end list-reset m-0 " style="font-weight: 450;">
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#about">About</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#team">Team</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#service">Offerings</a>
<ul>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="scientific-communication.html">Scientific Communication</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="medical-communication.html">Medical Communication</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="market-research.html">Market Research</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="centella-academy.html">Centella Academy</a></li>
</ul>
</li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="centella-discovery.html"> Drug Discovery</a></li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#whycentella">Why Centella?</a></li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="career.html">Careers</a></li>
<button class="cont inline-flex text-xl items-center p-12 py-1 px-6 focus:outline-none hover:bg-blue-600 rounded text-black mx-12 -mt-1" style="background-color: #1bb3f4;"><a href="index.html#consult" >Contact us</a></button>
</ul>
</nav>
</div>
</header>
</div>
<section class="back">
<div class="ml-auto flex-wrap container text-left mr-auto " style="padding-top: 8%;padding-left: 8%;">
<a href="#" onClick="history.go(-1)"><button class=" inline-flex py-1 px-6 mb-0 rounded text-lg" style="background-color: #1bb3f4;font-weight: bold;font-family: montserrat;"> Go back</button></a>
</div>
</section>
<section class="text-black body-font" style="font-family: montserrat;">
<div class=" container mx-auto flex px-24 py-24 md:flex-row flex-col items-center" style="padding-bottom: 0%;padding-top: 2%;">
<img alt="feature" class="object-cover object-center h-72 w-56" src="pics/riyaz.png">
<div class="flex flex-col flex-wrap lg:py-6 -mb-0 lg:w-2/3 lg:pl-12 lg:text-left" style="padding-top: 0%;">
<div class="flex flex-col mb-4 ">
<div class="flex-grow name">
<h2 class="text-black text-xl mb-1" style="font-weight: bold;">Dr.Riyaz Syed</h2>
<p class="leading-relaxed text-lg mb-6">Founder & Chief Scientific Officer (CSO)</p>
</div>
</div>
<div class="flex flex-col mb-2 lg:items-start items-center">
<div class="profile flex-grow mb-4">
<div class="social-container">
<ul class="social-icons">
<li><a href="#"><i class=" fa fa-instagram"></i></a></li>
<li><a href="#"><i class=" fa fa-twitter" ></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="text-black mx-auto ">
<h3 class=" py-0 abt1 text-3xl" style="text-align: center;font-family: montserrat;font-weight: bold;">About </h3>
<div class=" px-0 py-16 mx-auto " style="padding-top: 10px;padding-bottom: 0px;">
<div class="abt2 flex-col mx-auto text-center mb-10" style="font-size: large;">
<h4 class="abt2 mx-auto " style="text-align: left;font-weight: 500;font-family:montserrat;padding-left: 7%;padding-right: 7%;padding-top: 1%;padding-bottom: 0%;">Dr.Riyaz Syed is the founder and Chief Scientific Officer at Centella. He worked as CSIR-Pool Scientist at Department of Chemistry, Jawaharlal Nehru Technological University Hyderabad from 2017-2020. His research expertise includes drug
discovery that targets critical signaling pathways of cancer as well as development of anti diabetic chemical agents. He is credited with 40 international publications, 3 patents and book chapters that attests to his scientific prowess.
He pursued his Masters in Organic Chemistry from Acharya Nagarjuna University in 2005 and Ph.D from Jawaharlal Nehru Technological University Hyderabad in 2012. Post his Ph.D, he worked as Research Associate at CSIR-Indian Institute
of Chemical Technology, Hyderabad and involved in successful design and synthesis of small molecule inhibitors targeting microtubulin, braf kinase, and bcr-abl..etc. He worked as junior scientist at Vimta Labs Ltd from 2005-2007 and
performed the activities of bioanalytical method development and validation studies. His research group collaborates with world’s reputed institutions such as Harvard Medical School, National University of Singapore, Moscow State University
and Kansas Cancer Centre..etc to work on mutually interesting therapeutic targets of drug development. His contributions in the area of design and development of SALL4 targeted antagonists resulted in a joint patent with Harvard Medical
School and NUS, Singapore.
<br> <br> He currently serves as Board of Trustees and volunteer as Chief Education Officer (CEdO) at VREAP Foundation, that is aimed at building rural social entrepreneurship eco-system in villages. In the role of CEdO, he spearheads
content creation R&D, facilitates in-house and outbound training sessions and actively contributes to foundations’ strategy and future impact program’s design & execution. As a Life Skills Coach, he has trained more than 1.5 lakhs
participants across India and has 10,000+ hours of training experience to his credit. His signature programs Memory Manual, The Arts & Science of Emotions and Connected Parenting were highly appreciated, and thousands of participants
have been positively impacted. He has to his credit certification in “Business communication” from Indian Institute of Management (IIM), Bangalore. He is an avid reader, curious learner and enjoys music & nature walks.</h4>
</div>
</section>
<section class="text-black " style="font-family: montserrat;padding-top: 0%;padding-left: 4%;">
<div class="container px-5 py-12 mx-auto flex flex-wrap" style="padding-top: 0%;">
<h2 class="text-4xl text-indigo-500 mx-auto font-medium title-font mb-1" style="font-family: montserrat;font-weight: bold;">Top Publications</h2>
<div class="flex flex-wrap -m-4">
<a href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3AJ-pR_7NvFogC%26tzom%3D-330 "
target="_blank ">
<div class="p-8 lg:w-1/2 ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;">Molecular modelling assisted design of napthalimide-dihydropyrimidinone conjugates as potential cytotoxic agents.</p>
<a class="mt-3 text-indigo-800 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3AJ-pR_7NvFogC%26tzom%3D-330 "
target="_blank " style="font-weight: bold;"> See More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
<a href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdatehttps://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3A1qzjygNMrQYC%26tzom%3D-330 "
target="_blank ">
<div class="p-8 lg:w-1/2 md:w-full ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;"> In-silico driven design and development of spirobenzimidazo-quinazolines as potential DNA gyrase inhibitors.</p>
<a class="mt-3 text-indigo-900 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdatehttps://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3A1qzjygNMrQYC%26tzom%3D-330 "
target="_blank " style="font-weight: bold;">See More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
</div>
<div class="flex flex-wrap -m-4 pt-8">
<a href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3AkRWSkSYxWN8C%26tzom%3D-330"
target="_blank ">
<div class="p-8 lg:w-1/2 md:w-full ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;"> Synthesis of Chiral 3, 3ʹ-Disubstituted (S)-BINOL Derivatives via the Kumada and Suzuki Coupling and Their Antibacterial Activity.</p>
<a class="mt-3 text-indigo-900 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3AkRWSkSYxWN8C%26tzom%3D-330"
target="_blank " style="font-weight: bold;">See More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
<a href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3AmvPsJ3kp5DgC%26tzom%3D-330"
target="_blank ">
<div class="p-8 lg:w-1/2 ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;">4β-amidotriazole linked podophyllotoxin derivatives as potential anticancer agents.</p>
<a class="mt-3 text-indigo-800 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=qbyqr6kAAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3Dqbyqr6kAAAAJ%26sortby%3Dpubdate%26citation_for_view%3Dqbyqr6kAAAAJ%3AmvPsJ3kp5DgC%26tzom%3D-330"
target="_blank " style="font-weight: bold;"> See More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<footer class="text-white" style="font-family: Montserrat;padding-bottom: 2%;padding-top: 0%;background-color: rgb(0, 0, 0);">
<a class="flex title-font items-center mb-4 md:mb-2 md:ml-9" href="index.html">
<img class=" w-30 h-20 p-0 " style="object-fit: cover;padding-left: 45%;padding-top: 6px;" src="pics/centella.png" alt="logo">
</a>
<nav class=" md:mr-auto md:ml-5 md:py- md:pl-4 flex flex-wrap items-center justify-center mb-4">
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#about">About</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#service">Services</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#team">Our Team</a>
<a class="mr-5 text-lg hover:text-blue-600" href="career.html">Careers</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#consult">Contact Us</a>
<a class="mr-5 text-lg hover:text-blue-600">Privacy Policy</a>
</nav>
<hr style="height:1px;border-width:1;background-color: #000000;color: #000000;">
<div class=" px-5 py-3 mx-auto flex items-center sm:flex-row flex-col " style="padding-top: 3%;">
<p class="fotertxt " style="font-size: 16px;">© 2021 CENTELLA SCIENTIFIC PRIVATE LIMITED. All rights reserved
</p>
<div class="social-container">
<ul class="social-icons">
<li><a href="https://www.instagram.com/centella.scientific/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://twitter.com/centellascient1" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/centellascientific/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/Centella-Scientific-103572945211581" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCAdelmyMPBzu2WqiHc6Mh8w" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<section class="text-white container ">
<div class="container mx-auto flex px-5 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 flex flex-col text-right ">
<h4 class=" text-lg dsg" style="padding-top: 2%;"> Designed & Developed by </h4>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 " style="padding-top:14px;">
<a href="https://rivach.com/" style="font-weight: bold;" class="colr" target="_blank"> <img class=" h-20 object-center rounded" alt="rivach.com" src="pics/rivach.png"></a>
</div>
</div>
</section>
</footer>
</section>
<script src="aos.js "></script>
<script>
AOS.init({
duration: 500,
});
</script>
</body>
</html>