-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
768 lines (641 loc) · 38.7 KB
/
index.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
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from ishatherapeutics.com/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 10 Jun 2020 17:35:40 GMT -->
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>GLOBEX MRA CONSULTING</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Jost:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Arsha - v2.0.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center">
<!--<h1 class="logo mr-auto"><a href="index.html"><img src=""</a></h1>-->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo mr-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">Who We Are</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#casestudies">Case Studies</a></li>
<li><a href="#cta">Collaborations</a></li>
</ul>
</nav><!-- .nav-menu -->
<a href="#contact" class="get-started-btn scrollto">Contact</a>
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1" data-aos="fade-up" data-aos-delay="200">
<h1>Welcome to <br>GlobeX MRA Consulting</h1>
<h2>Regulatory Compliance Specialists</h2>
<p>Your Go-To Source for FDA Compliance Issues Resolution and Managing Standards pro-actively!</p>
<div class="d-lg-flex">
<a href="#about" class="btn-get-started scrollto">Get Started</a>
<!--
<a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="venobox btn-watch-video" data-vbtype="video" data-autoplay="true"> Watch Video <i class="icofont-play-alt-2"></i></a>
-->
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/clients/client-1.png" class="img-fluid animated" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>About Us</h2>
</div>
<div class="row content">
<div class="col-lg-6">
<p align="justify">
<a> Over the years, Globex has built a reputation on finding the best fit between people, technology and business for various Pharmaceutical & Lifesciences Client needs. Serving our clients with the right combination of people and technology is the result of long term relationships and strong commitment to putting their interests first. Globex consulting team has established a level of integrity, strength and passion, about doing things right while solving problems for some of the world’s most leading companies.</a>
</p>
<ul>
<li><i class="ri-check-double-line"></i> A vision for the future can’t be realized without know-how. We partner with our clients to drive real innovation—the kind that turns an idea into an industry—helping them transform and grow their organizations.</li>
<li><i class="ri-check-double-line"></i> GlobeX has emerged as a premiere specialist consulting firm focused on product and process remediation in clinical drug development and manufacturing including INDs to ANDAs
</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p align="justify">
Our agile work principles have gained us recognition and respect amongst the peers and stakeholders, as it sprouts from extensive scientific acumen and years of cumulative team experience. We have satisfied our clients through our high quality, cutting edge, transparent scientific advice for their drug development programs across various therapeutics areas.
</p>
<a href="AboutUs.html" class="btn-learn-more">Learn More</a>
</div>
</div>
</div>
</section><!-- End About Us Section -->
<!-- ======= Why Us Section ======= -->
<section id="why-us" class="why-us section-bg">
<div class="container-fluid" data-aos="fade-up">
<div class="row">
<div class="col-lg-7 d-flex flex-column justify-content-center align-items-stretch order-2 order-lg-1">
<div class="content">
<h3>Quality & Compliance Remain Critical to Success Factors for Global Pharma and Biotech </h3>
<!--<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit
</p> -->
</div>
<div class="accordion-list">
<ul>
<li>
<a data-toggle="collapse" class="collapse" href="#accordion-list-1"><span>01</span> At GlobeX <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-1" class="collapse show" data-parent=".accordion-list">
<p>
At GlobeX, experts with proven remediation experience across dozens of projects at Global F500 Pharma and Biotech leaders can accelerate problem resolution and cut costs, with fees well below traditional consulting forms with generic focus and lesser skills.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#accordion-list-2" class="collapsed"><span>02</span> Our Focus <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-2" class="collapse" data-parent=".accordion-list">
<p>
We are focused on Complex and ever-changing GxP Compliance and Regulatory environment which leads to inevitable approval problems at various stages that can halt development, threaten time to market, and very expensive to resolve.
</p>
</div>
</li>
<!--
<li>
<a data-toggle="collapse" href="#accordion-list-3" class="collapsed"><span>03</span> Contributing to <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="accordion-list-3" class="collapse" data-parent=".accordion-list">
<p>
Contributing to the spirit of translational drug development
</p>
</div>
</li>
-->
</ul>
</div>
</div>
<div class="col-lg-5 align-items-stretch order-1 order-lg-2 img" style='background-image: url("assets/img/regulatory.png");' data-aos="zoom-in" data-aos-delay="150"> </div>
</div>
</div>
</section><!-- End Why Us Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="skills">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 d-flex align-items-center" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/skills.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content" data-aos="fade-left" data-aos-delay="100">
<h3>GlobeX MRA Consulting Focus Areas</h3>
<p class="font-italic">
• We provide innovative, realistic solutions with holistic approach
</p>
<div class="skills-content">
<div class="progress">
<span class="skill"><b>Compliance: </b>cGMP and Quality System, Response to FDA observations, Audits, Product Complaints, Risk and Mitigation Strategies <i class="val"></i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill"><b>Regulatory: </b>Provide support to review technical data and submission of documentation to FDA related to NDA, ANDA and DMF<i class="val"></i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill"><b>Validation & Testing services: </b>Manage and Provide Technical support & services in the area of Process Validation And Clinical Studies<i class="val"></i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill"><b>Extended Services: </b>Project Management / Business Analyst as a Service, Managed services or staffing to augment existing client team globally
<i class="val"></i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Resourcefulness, rationality, transparency and ethics <i class="val"></i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Skills Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Services</h2>
<p>GlobeX exclusively focuses on product and process remediation in clinical drug development and manufacturing including INDs to ANDAs.</p>
<p>We bring in unrivalled expertise in wide variety of areas helping us support end to end needs integrated with personalized approach. </p>
<p>GlobeX's scientific expertise and symbiotic adaptability allows for successful execution of both simple and complex regulatory, clinical development needs at various translational phases directed to generate organic, innovative and holistic solutions. </p>
<p>GlobeX team has proven remediation experience across dozens of projects at Global F500 Pharma and Biotech leaders can accelerate problem resolution and cut costs, with fees well below traditional consulting forms with generic focus and lesser skills
</p>
</div>
<ul>
<li><i class="ri-links-line"></i> <a href="Globex-APIs-activities.html" target="_blank"> API Supply Resource Center and Services </a>
</li>
<li><i class="ri-check-double-line"></i> Gap Analysis and Risk Assessment
</li>
<li><i class="ri-check-double-line"></i> Mock Audits and PAI readiness
</li>
<li><i class="ri-check-double-line"></i> CMO/CRO/Supplier Audits
</li>
<li><i class="ri-check-double-line"></i> Data Integrity Evaluation, Assessment and Remediation
</li>
<li><i class="ri-check-double-line"></i> Response to FDA Warning Letter & Consent Decree, Assessment and Remediation
</li>
<li><i class="ri-check-double-line"></i> Investigations and GxP Training
</li>
<li><i class="ri-check-double-line"></i> <b>Project Management</b> - CMO/CRO Projects, Preclinical and Clinical Studies
</li>
<li><i class="ri-check-double-line"></i> <b>Method Development & Validation</b> – Assessment and Remediation
</li>
<li><i class="ri-check-double-line"></i> <b>IT Services</b> - Computer System Validation and Technology Transfer
</li>
<li><i class="ri-check-double-line"></i> New Product, Technology Assessment and Licensing
</li>
<li><i class="ri-check-double-line"></i> eCTD filing preparation and support
</li>
</ul>
<!--
<div class="row">
<div class="col-xl-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i class="bx bxl-dribbble"></i></div>
<h4><a href="strategy.html">Strategy</a></h4>
<p>Scientific product concept feasibility assessment, Expert opinion on product development... </p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i class="bx bx-tachometer"></i></div>
<h4><a href="nonclinical.html">Non-clinical</a></h4>
<p>Pre-clinical drug development strategy and design, PK/PD expertise on data analysis...</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><i class="bx bx-layer"></i></div>
<h4><a href="clinical.html">Clinical</a></h4>
<p>Clinical Development plan and strategies, Early stage clinical development programs...</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i class="bx bx-file"></i></div>
<h4><a href="regulatory.html">Regulatory</a></h4>
<p>Pre-IND meeting preparation, communication with US-FDA, EMA (end-to end), IND, CBER, CDER...</p>
</div>
</div>
</div>
</div>
-->
</section><!-- End Services Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Our Team</h2>
<p>We bring experts in every relevant discipline to each client’s challenge. The value they deliver goes deeper than their resumes. .</p>
<p>We have toiled to persistently take steps to improving our extent of expertise and scientific acumen. This has enabled us to assist in providing solutions to both simple and highly complex clinical trials across several therapeutic areas. We have significant capabilities to provide expertise at early clinical development phases for pharmaceutical and biotech drug companies. </p>
<br>
<p><b>Our strength is our team of experts!</b></p>
<p>These team members are core of the company, contributing and promoting our visionary prospective thinking and team-based learning culture. Utmost importance is given to scientific innovation, meticulous attention to details and dynamic quality improvement with high priority approach to safety and outcomes with time in control.
Our innovative, rationale and out of the box thinking coupled with scientific temperament can make a significant difference to the outcome of the clinical development programs for our collaborators and partners.
</p>
</div>
<h3 align="center">Leadership</h3>
<div>
<center>
<div class="col-lg-6">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="assets/img/team/team-1.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4><a href="mahendaralluri.html">Mahender R. Alluri, PhD </a></h4>
<span>Founder and CEO </span>
<p>25 years of Pharma product and process experience</p>
<div class="social">
<a href="https://www.linkedin.com/in/mralluri" target="_blank"> <i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
</center>
</div>
<br>
<br>
<!--
<h3 align="center">Our TEAM of Advisors</h3>
<div class="row">
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="300">
<div class="pic"><img src="assets/img/team/team-2.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4><a href="krishnavenkat.html">Krish Venkat, PhD, CEO, AnVen Group Inc</a> </h4>
<span>Senior Advisor</span>
<p>Pharmaceutical Quality</p>
<div class="social">
<a href="http://anvengroup.com/" target="_blank"> <i class="ri-global-line"></i> </a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="300">
<div class="member-info">
<h4><a href="kutumbarao.html">Kutumba Rao, CEO, Kubs Tech, Inc</a> </h4>
<span>Senior Advisor</span>
<p>Clinical Drug Development</p>
<div class="social">
<a href="http://www.kubstech.com/" target="_blank"><i class="ri-global-line"></i> </a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="300">
<div class="pic"><img src="assets/img/team/team-3.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4><a href="ajaynalamada.html">Ajay Nalamada, CPA, CEO, AVCO Consulting
</a></h4>
<span>Senior Advisor</span>
<p>Technology Services</p>
<div class="social">
<a href="https://www.linkedin.com/in/vijay-nalamada-4219aa3" target="_blank"> <i class="ri-linkedin-box-fill"></i> </a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4">
<div class="member d-flex align-items-start" data-aos="zoom-in" data-aos-delay="300">
<div class="pic"><img src="assets/img/team/team-5.jpg" class="img-fluid" alt=""></div>
<div class="member-info">
<h4><a href="scottjones.html">Scott Jones, CEO, Nucleus Advisors
</a> </h4>
<span>Senior Advisor</span>
<div class="social">
<a href="https://nucleusadv.com/" target="_blank"><i class="ri-global-line"></i> </a>
</div>
</div>
</div>
</div>
</div>
-->
</div>
</section><!-- End Team Section -->
<!-- ======= Portfolio Section ======= -->
<section id="casestudies" class="portfolio">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Case Studies</h2>
</div>
<!--<ul id="portfolio-flters" class="d-flex justify-content-center" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">App</li>
<li data-filter=".filter-card">Card</li>
<li data-filter=".filter-web">Web</li>
</ul> -->
<div id="owl-casestudies" class="owl-carousel case-studies-carousel owl-theme">
<div class="item"><p><b>Novartis, NJ site:</b> Site Closure and GMP compliance: Established a brand new Stability Testing Analytical Lab as per GMP and Safety requirements in just 6 months. Impact: Met the timeline, established GMP operation, and approved by FDA
</p></div>
<div class="item"><b>Dr. Reddy Lab, Vizag, India:</b> FDA Warning Letter: Provided expertise to prepare response letter to FDA Warning letter. Product Quality Assessment (PQS) – Gap Analysis and Remediation work over 6 months. Impact: FDA lifted import alerts, product released to market in the US.
</div>
<div class="item"><b>Bayer, Germany:</b> FDA Warning letter. Data integrity assessment, review empower data for 5 years, Gap Analysis completed, BRR and implemented CAPAs and Remediation efforts completed successfully. Impact: FDA lifted import alerts, product released to market in the US.
</div>
<div class="item"><b>DIVIS Lab, Vizag, India:</b> FDA Warning Letter: Provided expertise to prepare response letter to Warning Letter, PQR, Data integrity Review, Computer System Validation Reviews, Empower data review, 9 months efforts, impact: FDA lifted import alerts for the products and issued no observations, cleared Warning letter. Enhanced GMP and Compliance, Allowed to sell the APIs and Intermediate products to major Pharma companies in USA and Europe. stock price doubled
</div>
<div class="item"><b>Vertex Pharmaceuticals, Boston:</b> Clinical Study Data Integrity: Performed Gap Analysis and Data Integrity assessment, implemented CAPA plans and remediation efforts; Verified Clinical Empower DMPK data over 18 months. Impact: Certified GLP/GMP compliance, FDA visited and sited no observations</div>
<div class="item"><b>IPKA, India and Wackhard, India</b> – FDA Warning Letter. Worked as part of the team to provide the response to FDA warning letter. Impact: FDA lifted import alerts for clinical products and Orphan drugs
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<br>
<br>
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container" data-aos="zoom-in">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h3>Collaborations</h3>
<p> We strongly believe in collaborations and partnerships. We are committed to building successful collaborations bringing value to each partner. We are collaborating various academic and industry partners. </p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#contact">Contact Us</a>
</div>
</div>
</div>
</section><!-- End Cta Section -->
<!-- ======= Pricing Section =======
<section id="pricing" class="pricing">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Pricing</h2>
<p>Magnam dolores commodi suscipit. Necessitatibus eius consequatur ex aliquid fuga eum quidem. Sit sint consectetur velit. Quisquam quos quisquam cupiditate. Et nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="box">
<h3>Free Plan</h3>
<h4><sup>$</sup>0<span>per month</span></h4>
<ul>
<li><i class="bx bx-check"></i> Quam adipiscing vitae proin</li>
<li><i class="bx bx-check"></i> Nec feugiat nisl pretium</li>
<li><i class="bx bx-check"></i> Nulla at volutpat diam uteera</li>
<li class="na"><i class="bx bx-x"></i> <span>Pharetra massa massa ultricies</span></li>
<li class="na"><i class="bx bx-x"></i> <span>Massa ultricies mi quis hendrerit</span></li>
</ul>
<a href="#" class="buy-btn">Get Started</a>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="200">
<div class="box featured">
<h3>Business Plan</h3>
<h4><sup>$</sup>29<span>per month</span></h4>
<ul>
<li><i class="bx bx-check"></i> Quam adipiscing vitae proin</li>
<li><i class="bx bx-check"></i> Nec feugiat nisl pretium</li>
<li><i class="bx bx-check"></i> Nulla at volutpat diam uteera</li>
<li><i class="bx bx-check"></i> Pharetra massa massa ultricies</li>
<li><i class="bx bx-check"></i> Massa ultricies mi quis hendrerit</li>
</ul>
<a href="#" class="buy-btn">Get Started</a>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="300">
<div class="box">
<h3>Developer Plan</h3>
<h4><sup>$</sup>49<span>per month</span></h4>
<ul>
<li><i class="bx bx-check"></i> Quam adipiscing vitae proin</li>
<li><i class="bx bx-check"></i> Nec feugiat nisl pretium</li>
<li><i class="bx bx-check"></i> Nulla at volutpat diam uteera</li>
<li><i class="bx bx-check"></i> Pharetra massa massa ultricies</li>
<li><i class="bx bx-check"></i> Massa ultricies mi quis hendrerit</li>
</ul>
<a href="#" class="buy-btn">Get Started</a>
</div>
</div>
</div>
</div>
</section> End Pricing Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<!--
<section id="faq" class="faq section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p>Here are some of the frequently asked questions</p>
</div>
<div class="faq-list">
<ul>
<li data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" class="collapse" href="#faq-list-1">Non consectetur a erat nam at lectus urna duis? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-1" class="collapse show" data-parent=".faq-list">
<p>
Feugiat pretium nibh ipsum consequat. Tempus iaculis urna id volutpat lacus laoreet non curabitur gravida. Venenatis lectus magna fringilla urna porttitor rhoncus dolor purus non.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-2" class="collapsed">Feugiat scelerisque varius morbi enim nunc? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-2" class="collapse" data-parent=".faq-list">
<p>
Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Id interdum velit laoreet id donec ultrices. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Est pellentesque elit ullamcorper dignissim. Mauris ultrices eros in cursus turpis massa tincidunt dui.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="300">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-3" class="collapsed">Dolor sit amet consectetur adipiscing elit? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-3" class="collapse" data-parent=".faq-list">
<p>
Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Faucibus pulvinar elementum integer enim. Sem nulla pharetra diam sit amet nisl suscipit. Rutrum tellus pellentesque eu tincidunt. Lectus urna duis convallis convallis tellus. Urna molestie at elementum eu facilisis sed odio morbi quis
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="400">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-4" class="collapsed">Tempus quam pellentesque nec nam aliquam sem et tortor consequat? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-4" class="collapse" data-parent=".faq-list">
<p>
Molestie a iaculis at erat pellentesque adipiscing commodo. Dignissim suspendisse in est ante in. Nunc vel risus commodo viverra maecenas accumsan. Sit amet nisl suscipit adipiscing bibendum est. Purus gravida quis blandit turpis cursus in.
</p>
</div>
</li>
<li data-aos="fade-up" data-aos-delay="500">
<i class="bx bx-help-circle icon-help"></i> <a data-toggle="collapse" href="#faq-list-5" class="collapsed">Tortor vitae purus faucibus ornare. Varius vel pharetra vel turpis nunc eget lorem dolor? <i class="bx bx-chevron-down icon-show"></i><i class="bx bx-chevron-up icon-close"></i></a>
<div id="faq-list-5" class="collapse" data-parent=".faq-list">
<p>
Laoreet sit amet cursus sit amet dictum sit amet justo. Mauris vitae ultricies leo integer malesuada nunc vel. Tincidunt eget nullam non nisi est sit amet. Turpis nunc eget lorem dolor sed. Ut venenatis tellus in metus vulputate eu scelerisque.
</p>
</div>
</li>
</ul>
</div>
</div>
</section> -->
<!-- End Frequently Asked Questions Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Contact</h2>
<p>Feel free to drop a mail or call us with your queries</p>
</div>
<div class="row">
<div class="col-lg-5 d-flex align-items-stretch">
<div class="info">
<div class="address">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p>GlobeX MRA Consulting ,<br>3 Slater Ct,<br>Hillsborough, NJ 08844
</p>
</div>
<div class="email">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="icofont-phone"></i>
<h4>Call:</h4>
<p>908-938-3351</p>
</div>
<div class="mapouter"><div class="gmap_canvas"><iframe width="300" height="300" id="gmap_canvas" src="https://maps.google.com/maps?q=3%20slater%20ct%2C%20hillsborough%2C%20nj&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe></div><style>.mapouter{position:relative;text-align:right;height:500px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:300;width:300px;}</style></div></div>
</div>
<div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<div data-tf-widget="am9lkdut" data-tf-iframe-props="title=ContactUs" data-tf-medium="snippet" style="width:100%;height:400px;"></div><script src="//embed.typeform.com/next/embed.js"></script>
<!--div class="typeform-widget" data-url="https://form.typeform.com/to/yaIRPLMY" data-transparency="50" data-hide-headers=true data-hide-footer=true style="width: 100%; height: 500px;"></!--div> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm", b="https://embed.typeform.com/"; if(!gi.call(d,id)) { js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script> </div-->
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer =======
<footer id="footer">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Newsletter</h4>
<p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>GlobeX MRA Consulting</h3>
<p>
Solution Partner for <br>
Life Science Industry <br>
United States <br><br>
<!--
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> [email protected]<br> -->
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.fda.gov/home">FDA</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.ich.org/">ICH USA</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="newsandevents.html">News & Events</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="privacy_policy.html">Privacy Policy</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="anti_spam_policy.html">Anti-spam Policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="strategy.html">Strategy</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="nonclinical.html">Non-Clinical</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="clinical.html">Clinical</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="regulatory.html">Regulatory</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Network</h4>
<p>Reach us at</p>
<div class="social-links mt-3">
<a href="https://www.linkedin.com/in/mralluri" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>Globex MRA Consulting</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Default Statcounter code for Isha site http://ishatherapeutics.com/ -->
<script type="text/javascript">
var sc_project=12330292;
var sc_invisible=1;
var sc_security="156f62e0";
var sc_https=1;
var sc_remove_link=1;
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><img class="statcounter"
src="https://c.statcounter.com/12330292/0/156f62e0/1/" alt="free web
stats"></div></noscript>
<!-- End of Statcounter Code -->
</body>
<!-- Mirrored from ishatherapeutics.com/index.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 10 Jun 2020 17:37:30 GMT -->
</html>