-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathour-team.html
366 lines (336 loc) · 28.7 KB
/
our-team.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
<!DOCTYPE html>
<html>
<head>
<title>.:: Simanor ::.</title>
<link rel="icon" href="assets/images/favicon.ico" type='image/x-icon'/>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto" rel="stylesheet">
<link rel="stylesheet" href="assets/css/animate.css">
<script src="assets/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</head>
<body>
<div class="navbar-fixed-top desktop_header">
<div class="topmost_div">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="#" class="top_div_links" style="border-left: 1px solid #607588"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="franchisees.html" class="top_div_links"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="career.html" class="top_div_links"><i class="fa fa-google-plus" aria-hidden="true"></i></a></li>
<li><a href="#" class="top_div_links"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#" class="top_div_links" style="border-left: 1px solid #607588"><i class="fa fa-phone" aria-hidden="true"></i> +1 646 340 2040</a></li>
<li><a href="franchisees.html" class="top_div_links"><i class="fa fa-envelope" aria-hidden="true"></i> info@simanor.com</a></li>
</ul>
</div>
</div>
<div class="middle_header">
<div class="container" style="padding-top: 15px;">
<div class="col-sm-3">
<a class="navbar-brand" href="index.html" style="padding-top: 7px">
<img src="assets/images/logo.png" class="img-responsive" style="width: 175px">
</a>
</div>
<div class="col-sm-9">
<ul class="nav navbar-nav navbar-right" style="padding-top: 18px">
<li><a href="index.html" class="middle_nav_links"><i class="fa fa-home" aria-hidden="true"></i> Home</a></li>
<li><a href="about-us.html" class="middle_nav_links">About Us</a></li>
<li><a href="services.html" class="middle_nav_links">Services</a></li>
<li class="active"><a href="our-team.html" class="middle_nav_links">Our Team</a></li>
<li class="dropdown"><a href="#" class="dropdown-toggle middle_nav_links" data-toggle="dropdown">Experience</a>
<ul class="dropdown-menu">
<li><a href="experience.html">Completed Transition</a></li>
<li><a href="current-transaction.html">Current Transaction</a></li>
</ul>
</li>
<li><a href="news.html" class="middle_nav_links">News & Resources</a></li>
<li><a href="contact-us.php" class="middle_nav_links" style="border: none;">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="mobile_header">
<div class="col-sm-3 col-xs-3">
<a href="index.html">
<img src="assets/images/logo.png" style="width: 170px">
</a>
</div>
<div class="col-sm-9 col-xs-9">
<a href="#" onclick="openNav()">
<img src="assets/images/toggle.png" class="pull-right">
</a>
</div>
</div>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="about-us.html">About Us</a>
<a href="services.html">Services</a>
<a href="our-team.html">Our Team</a>
<a href="#" data-toggle="collapse" data-target="#toggleDemo" data-parent="#sidenav01" class="collapsed">Experience <i class="fa fa-caret-down" aria-hidden="true"></i></a>
<div class="collapse" id="toggleDemo" style="height: 0px;padding-left: 60px;">
<ul class="nav nav-list">
<li><a href="experience.html" class="sidebar_link">Complete Transaction</a></li>
<li><a href="current-transaction.html" class="sidebar_link">Current Transaction</a></li>
</ul>
</div>
<a href="news.html">New & Resouces</a>
<a href="contact-us.php">Contact Us</a>
</div>
<div class="services_banner_team top_div">
<h1 class="main_headings2">Our Team</h1>
<div class="seprator_3"></div>
</div>
<div class="container top_div2">
<div class="row">
<div class="col-md-8">
<p style="font-size: 16px;">Simanor’s management is comprised of individuals with distinguished experience in operating and advising local and international companies. We have an active presence in multiple cities in both US and India. Please click on a team member’s name for a detailed bio.</p>
</div>
<div class="col-md-4">
<img src="assets/images/team.jpg" class="img-responsive img-rounded">
</div>
</div>
</div>
<div class="container top_div2">
<ul class="nav nav-pills nav-stacked col-md-3">
<li class="active"><a href="#tab_a" data-toggle="pill" style="text-transform: uppercase;padding: 15px 35px"><b>US Management Team <i class="fa fa-arrow-circle-right pull-right" aria-hidden="true"></i></b></a></li>
<li class="divider"></li>
<li><a href="#tab_b" data-toggle="pill" style="text-transform: uppercase;padding: 15px 35px"><b>
India Management Team <i class="fa fa-arrow-circle-right pull-right" aria-hidden="true"></i></b></a></li>
<li><a href="#tab_c" data-toggle="pill" style="text-transform: uppercase;padding: 15px 35px"><b>Senior Advisors <i class="fa fa-arrow-circle-right pull-right" aria-hidden="true"></i></b></a></li>
</ul>
<div class="tab-content col-md-9">
<div class="tab-pane active" id="tab_a">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Divakar Kamath (Managing Director)
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p>Divakar is a Managing Director at Simanor. Before joining Simanor, Divakar worked as a General Partner of Pacesetter Capital Group. Divakar has been a successful fund manager in the private equity industry for over 32 years. He has an extensive experience in sourcing deals, conducting due diligence on portfolio companies and structuring investments.</p>
<h5>The highlights of his Business Experience include:</h5>
<ul class="about_ul">
<li class="about_li">General Partner of Pacesetter Capital Group (1997-Present)</li>
<li class="about_li">Executive Vice President of Pacesetter SBICs (1993-1997)</li>
<li class="about_li">Executive Vice President of Equico Capital Corporation, a venture division of the Equitable Life (1987-1993)</li>
<li class="about_li">Vice President of Fulcrum Venture Capital Corp. (1979-1987)</li>
</ul>
<h5>Boards and Other Affiliations:</h5>
<ul class="about_ul">
<li class="about_li">Glow Networks, Inc.</li>
<li class="about_li">Trans Global Technologies, Inc.</li>
<li class="about_li">Biogenex Laboratories, Inc.</li>
<li class="about_li">Past Chairman of National Association of Investment Companies (NAIC)</li>
</ul>
<p>Divakar graduated with an MBA from UCLA in 1973. He has an MS from Stanford University and a B.Tech from the Indian Institute of Technology. </p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Viji Sampath (Managing Director)
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<p>Viji Sampath has over 30 years corporate and consulting experience in the food, agribusiness, consumer products and oil & gas industries, in the areas of strategic planning, M&A, and international business development. He has held senior corporate development and management positions at ConAgra Foods, Basic American Foods, Baskin-Robbins, and Hunt-Wesson Foods. He was instrumental in leading ConAgra Foods’ entry into India through the acquisition of the edible oils division (“Sundrop” brand) of ITC Ltd. He also served as a Senior Manager at Price Waterhouse Management Consulting Services group, where he advised food industry clients. Viji’s board affiliations include:</p>
<ul class="about_ul">
<li class="about_li">Monterey Gourmet Foods, Inc., California (NASDAQ: PSTA): Director (2008-2009). Served on the Audit Committee, and on a Special Committee formed to evaluate unsolicited acquisition bids. The company was eventually sold to Pulmuone, Inc, a leading food company based in S. Korea, in Dec 2009.</li>
<li class="about_li">Nano Science Diagnostics, Texas (a food safety diagnostics company): Advisory Board member.</li>
<li class="about_li">Vigilistics, Inc. California (a manufacturing software company): Advisory Board member.</li>
<li class="about_li">ITC Agro-Tech Ltd., Hyderabad, India: Director (1997 – 2000).</li>
</ul>
<p>Viji has initiated, negotiated, and successfully closed acquisitions, divestitures, joint ventures, and strategic alliances globally. These transactions involved privately held and public companies based in N. America, India, UK, Australia, Dubai, and S. Africa. In addition, Viji has evaluated numerous acquisition opportunities in Mexico, Argentina, Chile, Singapore, Malaysia, Hong Kong, and China. </p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Srinath Geedipalli, CM&AA (Senior Director)
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<p>Srinath ("Sri") has over 14 years of professional experience in Operational, Business Development and Finance roles in multiple industries. He has expertise in managing high performance global teams and creating cross-border business alliances.<br><br>
Prior to joining Simanor, Sri worked as a Director at Trustus Business Advisors, LLC with responsibility for US markets for this Indo-US Business Advisory Company. Trustus led several Buy-side and Sell-side M&A and other Investment Banking engagements and frequently syndicated deals with other Boutique Investment Banks with Cross-Border expertise. He also focused on advising globally oriented Indian companies in seeking new business opportunities in the US. Sri has successfully originated and advised on multiple M&A transactions involving Indian and US companies in the IT, BPO, Healthcare, Engineering and Energy industries.<br><br>
Earlier Sri was a management executive at a subsidiary of Emergency Medical Associates (one of the Nation’s largest ER Physician groups handling appx. 1.5 million patient visits annually) where he spearheaded numerous company initiatives related to technology management, business development and strategy. Prior to that Sri managed technology development and operations at leading healthcare and IT Services companies. He also consulted with clients in the Healthcare, Finance, Infrastructure and Education industries in partnership with Microsoft.<br><br>
Sri is a Certified M&A Advisor (CM&AA) and a Board Member at the NYC chapter of the Alliance of M&A Advisors (AM&AA). He is a member of TiE Tri-State (TiE is world's largest not-for-profit organization for entrepreneurs) and NYU Stern Alumni Club. Sri has an MBA in Finance & International Business (with Honors) from NYU Stern School of Business where he graduated with Beta Gamma Sigma Honors. He holds a Master's degree in Management Information Systems from the University of Missouri with Dean's Fellowship throughout the program. Sri obtained his bachelor's degree in Engineering from JNTU College of Engineering, India.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingfour">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapsefour" aria-expanded="false" aria-controls="collapsefour">
Jeffrey Topfer (Senior Director)
</a>
</h4>
</div>
<div id="collapsefour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingfour">
<div class="panel-body">
<p>Jeff's expertise as a senior strategy and operations executive spans 20+ years in US and India. Jeff primarily served in the healthcare and technology industries in the areas of business development, mergers and acquisitions, legal transactions, new business development, strategic planning and corporate finance. Till recently he worked with Physicians Reciprocal Insurers (PRI) to develop various health information solutions for its insureds’. Jeff was also a founder of PriMedx Solutions and Medical Back-Office Solutions (MedBos) which are companies that provide services to healthcare organizations such as electronic health record system, medical transcription and revenue cycle management. Previously Jeff acted as a consultant for a merchant banking firm, Juris Group, specializing in media, healthcare and technology. He provided strategic, operational and financial advisory services to various clients such as SAIC and Proprietary Media. Prior to Juris Group, Mr. Topfer was recruited as a member of the turn-around team for Collegiate Health Care (“CHC”), a national provider of student health services at colleges/universities with 14 Health Centers under management. As the SVP of Operations, Mr. Topfer led a transitional operations team that re-positioned the Company for sale. Earlier on Jeff was a Partner with NOVUS Health Care, a consulting firm in Delray Beach, Florida. Novus provided physicians and other healthcare service organizations assistance with strategic planning, contracting, group practice formation, due diligence and mergers and acquisitions of practices and ancillary services. Earlier on Jeff founded PriMEDx, Inc., a physician practice management company acquiring and managing primary health care practices in rural areas. As Senior Vice President, he was responsible for development, clinic, corporate operations and legal matters. In 1995, PriMEDx, Inc. was sold to Community Care of America, Inc. (CCA) a national rural health care company. Additionally as Counsel and Director of Legislative Affairs for U.S. Strategies Corp., he consulted major, for profit, alternative site health care companies. Jeff also worked in the national health care department of Ernst & Young and was a special assistant to Senator Daniel Moynihan’s senior health care aide. Jeff earned a Master in Public Health Degree from Columbia University, a J.D. degree from Boston University School of Law and a BBA in Finance from the University of Miami.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="tab_b">
<div class="panel-group" id="accordion2" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion2" href="#collapseFive" aria-expanded="true" aria-controls="collapseFive">
Dr. Ezhil Arasan, M.D. (Senior Director)
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">
<p>Dr. Arasan’s 25 years of Life Sciences industry experience includes various Senior Management roles at leading Indian companies in the sector. He started his career at Croslands Research laboratories and worked in various roles in the company including Controller Medical Affairs, Vice President-International Strategic Alliances. He launched all Global Alliances partner products in India as head of the business division. Later he worked for USV Ltd. as Vice President-Corporate Business Development wherein he played a leading role in acquisitions of brands, business and technology. Subsequently he worked for Dr. Reddy’s Laboratories as Vice President of Medico marketing and Business Development in RoW markets. Dr. Arasan also worked as President & Executive Director at Lifecell International, India’s first and largest private cord blood stem cell bank and stem cell solutions provider. Dr. Arasan’s expertise covers global generics portfolio planning and optimisation (API and FDF), inlicensing, medico marketing and India market entry for global pharmaceutical companies. Dr. Arasan is a Senior Advisor to several leading Indian Life Sciences companies on strategic and operational issues. Dr. Arasan obtained an MBBS degree from Stanley Medical College, and MD (specializing in Clinical Pharmacology) from Madras Medical College, India.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingSix">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion2" href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
Surender Reddy (Director)
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSix">
<div class="panel-body">
<p>Surender has over 30 years of experience in development banking, project finance and management consulting. During his distinguished professional career, Surender has been a board member in over 10 Indian companies and organizations. He currently advises several companies in the state of Andhra Pradesh, India in various stages of their evolution. He is also a senior counsel at Tempus Law Associates in Hyderabad. Additionally he is an adjunct professor at ASCI, JNIDB, JNTU, IPE – all reputed teaching institutions located in Hyderabad, India.<br><br>
Till recently, Surender served as an advisor to APSFC (India’s largest state owned Financial Corporation) and APITCO (state owned consulting organization for the SME sector). Surender is associated with the World Bank in Washington D.C. and is also a mentor with the Indus Entrepreneurs (TiE).<br><br>
Earlier he was a Deputy GM at IDBI (India’s largest development bank) and a Senior Project Consultant at Marubeni Corporation (A Japanese MNC, ranked 14th in Fortune 500).<br><br>
Surender has an M.Tech degree in Mechanical Engineering from the Indian Institute of Technology- Madras, a Post Graduate Diploma in Public Enterprise Management from the Institute of Public Enterprise - Hyderabad, and an LLB from Osmania University-Hyderabad.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingSeven">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion2" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
Manoj Garga (Director)
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
<div class="panel-body">
<p>Manoj has over 20 years financial and management experience in India and Europe, focusing on food and retail industries. He most recently was associated with Metro Group of Germany, one of the world’s largest retailers, as Director, Finance & Administration/ CFO for its Czech Republic & Slovakia operations (Euro 1.7 Billion revenues). Prior to that he led Metro’s India entry strategy and served as CFO and Board Member of Metro Cash & Carry, India.<br><br>
Previously Manoj worked as Vice President-Finance & CFO of ITC Agro Tech, and managed the process of its eventual sale to ConAgra, a major US food company. Earlier in his career, he held key Finance positions at Essar World Trade Ltd. and Britannia Industries Limited. Manoj is a member of Institute of Chartered Accountants of India.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingEight">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion2" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
Sravan Chaithanya (Senior Consultant)
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingEight">
<div class="panel-body">
<p>Sravan's experience is primarily in business development, strategic planning, sales & marketing, project delivery & research roles. Sravan in his earlier role as Manager – Business Development at John Deere (A Fortune 500 Construction, Farm & Consumer Equipment Manufacturer), worked very closely with the Senior Management and was the coordinator of the “Ambition Group” which conceptualized and formulated John Deere’s India strategy and goals. In John Deere he had also handled the sales of John Deere 5038 D tractors for the State of Andhra Pradesh in India. In this role he worked closely with John Deere agriculture equipment dealers and developed interesting decision support systems and processes that enabled the increase of John Deere’s market share from 4% to 16%.<br><br>
Prior to John Deere, Sravan was Manager- Strategic Initiatives at Nuevora, an analytical firm, which assisted clients in analytical based decision making. Sravan was instrumental in developing an analytical platform for the auto-dealer community at US, which enabled them to improve sales and customer satisfaction.<br><br>
His Areas of expertise include Strategy Planning & Implementation, Sales & Marketing, Operational optimization, Decision Support Systems (DSS), Customer Relationship Management (CRM) and financial analysis.<br><br>
Sravan completed his MBA from IIM Ahmedabad and B-tech in Mechanical Engineering from IIT Madras. He has also worked in DRDO as a Research Engineer prior to doing his MBA.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane" id="tab_c">
<div class="panel-group" id="accordion3" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingNine">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion3" href="#collapseNine" aria-expanded="true" aria-controls="collapseNine">
Richard Wottrich (Senior Advisor)
</a>
</h4>
</div>
<div id="collapseNine" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingNine">
<div class="panel-body">
<p>Richard Wottrich is a Senior Advisor at Simanor. Richard founded DSI Global M&A, an advisory firm based in Chicago, in 1992, where he is currently President and Managing Director. He has over 30 years experience in the financial services industry, and has managed over 200 transactions ranging from startups and private placements to middle market acquisitions and divestitures in the US and various global markets. He has also initiated M&A transactions in India and China.<br><br>
Richard is a Partner in IMAP (a network of International M&A Partners), and served in the past as its Chairman and President. He was instrumental in taking IMAP to international levels, having assisted in bringing in the first six European partner firms in 1998. He is the founder and editor of the blog CenterCut – Alternative Energy and Sustainability. Richard is a graduate of Dartmouth College, New Hampshire.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTen">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion3" href="#collapseTen" aria-expanded="false" aria-controls="collapseTen">
S. V. Venkatesan (Senior Advisor)
</a>
</h4>
</div>
<div id="collapseTen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTen">
<div class="panel-body">
<p>S. V. Venkatesan is a Senior Advisor at Simanor. He is currently Non-Executive Chairman of the Board, Independent Director of India Securities Ltd. His 24 year career with State Bank of India included international exposure for seven years, where he was part of the team that setup the SBI Offshore Banking Branch in Singapore in 1977. He later joined the Essar Group, Mumbai as Group Financial Controller, where he spearheaded the Finance function for the entire group, and was largely responsible for resource mobilization through capital markets and institutions to fund major capital intensive projects.
<br><br>
Currently, he serves as a Director at various Essar Group companies, Asia Motorworks, Lancor Holdings, Crompton Engineering, and Edelweiss Trustee Services. Venkatesan is a Commerce graduate (gold medalist) of Madras University. </p>
</div>
</div>
</div>
</div>
</div>
</div><!-- tab content -->
</div><!-- end of container -->
<div class="container-fluid footer_upper">
<div class="col-sm-10 col-sm-offset-1">
<div class="col-sm-5">
<p class="info_span4">Call us now <br>for free consultation : <span>+1 646 340 2040</span></p>
</div>
<div class="col-sm-2">
<span class="info_or">OR</span>
</div>
<div class="col-sm-5">
<p class="info_span5">Mail Now <br>for free consultation : <span>+1 646 340 2040</span></p>
</div>
</div>
</div>
<div class="footer_policy">
<a id="back-to-top" href="#" class="btn btn-default back-to-top" role="button"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
<p class="footer_para_bottom">© Copyright Simanor LLC. All Right Reserved. Designed By Glansa.com. <span class="pull-right"><a href="privacy-policy.html" class="footer_linkss">Privacy Policy</a> | <a href="term-condition.html" class="footer_linkss">Terms & Condition</a> | <a href="disclaimer.html" class="footer_linkss">Desclaimer</a></span></p>
</div>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<!-- jQuery -->
<script src="assets/js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>