| Server IP : 68.178.202.69 / Your IP : 216.73.216.122 Web Server : Apache System : Linux 69.202.178.68.host.secureserver.net 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64 User : ikioworld ( 1005) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/ikioworld/www/application/views/channel/ |
Upload File : |
<section class="ikio_breadcumb">
<div class="ikio_container">
<div class="ikio_breadcumb_inner">
<ul>
<li><a href="<?php echo base_url();?>home" class="active__link hsize15 mp_regular">Home</a></li>
<li><span></span></li>
<li><a href="<?php echo base_url();?>strategic-partners" class="hsize15 mp_regular">Strategic Partners</a></li>
</ul>
</div>
<div class="ikio__breacumbtite mp">Strategic Partners</div>
<div class="lines_inner_bread"></div>
</div>
</section>
<section class="ikio__Partners_sec">
<div class="ikio_container">
<div class="row">
<div class="col-md-12">
<div class="ikio_Partners--top">
<h5 class="font_900 hsize35">Allies who help us serve you better</h5>
<p class="hsize20">
IKIO aims to build strong, strategic partnerships with some of the leading product manufacturers and services companies in order to provide you with
leading-edge lighting solutions. With a constant exchange of knowledge and opportunities with the best in the business we are expanding towards
new horizons while bringing the best products and services to our customers.
</p>
<!--<h4>Our Strategic Partners Include:</h4>-->
</div>
</div>
</div>
<!-- strategic_partner copy ans paste to imcrease section-->
</div>
<div class="strategic_pages">
<div class="startegic_inner_wrapper" >
<div class="bg_feedback">
<div class="row no-gutters" data-aos="zoom-in" data-aos-duration="2000">
<?php foreach ($strategic as $partner){
?>
<div class="inner_list bd_top" id="chanel_grid">
<span class="left_top"></span>
<span class="right_bottom"></span>
<div class="clients_images">
<img
src="<?php echo base_url(); ?>uploads/strategic/<?php echo $partner['client_image']; ?>" />
</div>
</div>
<?php
}
?>
</div>
</div>
</div>
</div>
</section>