?
Current Path : /home1/savoy/public_html/old_site/application/views/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/old_site/application/views/team.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Savoy Insurance Service | Management Team</title> <?php $this->load->view('header'); ?> </head> <body> <div id="container"> <div id="wrapper_container"> <div id="wrapper"> <div id="cont_wrapper"> <?php $this->load->view('menu'); ?> <div class="inner_banner"> <img src="<?=base_url()?>assets/images/banners/team.jpg" alt="About Us"/> </div> <!--inner_banner end--> <div class="content_wrapper"> <div class="content"> <div class="inner_rightbox"> <div class="inner_right_top"> <!--<div class="inr_rightbox_left"> <img src="assets/images/inner_img.gif"/> </div>--><!--inr_rightbox_left end--> <div class="inr_rightbox_right head_01">Our Team</div><!--inr_rightbox_right end--> </div><!--inner_right_top end--> <div class="inner_right_middle"> <h2>Mohamed Basheer Kolathekkat</h2> <p><strong>Managing Director</strong></p> <p>Basheer has more than 35 years of experience in Project Control and Commercial Management, covering Cost Engineering, Schedule Control and Contract Administration for multibillion $US Oil & Gas Industry projects working with top class professionals in a multi-national, multi-cultural environment. He is a Certified Cost Estimator & Certified Cost Analyst (from prestigious Professional Associations in the USA), and is an expert in computerized quantitative Risk Analysis using Monte Carlo simulation techniques. With his rich experience and in depth knowledge, he offers Consultancy Services as a Cost Engineering expert to Individuals and Organizations worldwide.</p> <h2>Jerry Babu Basheer</h2> <p><strong>Chief Executive Officer</strong></p> <p>Jerry Babu, the founder of “Savoy Insurance Services” is a visionary entrepreneur with in-depth knowledge of the Insurance Business. He has a Masters in Business Administration, with a specialization in Risk and Insurance. He is also a Certified Risk and Insurance Manager, from Institute of Chartered Financial Analysts of India.</p> <p>Jerry’s dynamic personality, professionalism and commitment towards providing prompt, personalized, quality service has helped him not just grow his business, but also build lasting relationships along the way. He is driven by a clear vision of ‘exceeding Customer expectations through Quality service that delights and builds a loyal clientele’. This has put Savoy Insurance in league with the leading and most preferred Insurance Broking Companies in the region today.</p> </div><!--inner_right_middle end--> <div class="inner_right_bot"></div><!--inner_right_bot end--> </div><!--inner_rightbox end--> <?php $this->load->view('right'); ?> </div><!--content end--> </div><!--content_wrapper end--> </div><!--cont_wrapper end--> </div> <!--wrapper end--> <div id="wrapper_bot"></div> <!--wrapper_bot end--> </div> <!--wrapper_container end--> <?php $this->load->view('footer'); ?> </div> <!--container end--> </body> </html>