?
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/about-us.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 | Insurance Brokers - Doha</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/corporate-profile.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="<?=base_url()?>assets/images/inner_img.gif"/> </div>inr_rightbox_left end--> <div class="inr_rightbox_right head_01">Company Profile</div><!--inr_rightbox_right end--> </div><!--inner_right_top end--> <div class="inner_right_middle"> <p>Savoy Insurance Services provide professional advice and full support to individuals and companies in all matters related to Insurance such as:</p> <ul class="list-2"> <li>Risk Identification</li> <li>Risk Minimization</li> <li>Policy Selection and Buying</li> <li>Claims Administration</li> </ul> <p>Our management team includes qualified and well-experienced professionals having Masters Degree with specialization in Risk and Insurance. Our team is committed to providing superior level of service and advice in all matters related to insurance.</p> <p> We believe that Customer satisfaction is the gateway to business development and success. Our performance benchmarks are our clients’ confidence in our ability to meet and exceed their expectations regarding quality service and professional solutions. </p> <p>Customer service is our number one priority.</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 id="wrapper_bot"></div> <!--wrapper_bot end--> </div> <!--wrapper end--> </div> <!--wrapper_container--> <?php $this->load->view('footer'); ?> </div> <!--container end--> </body> </html>