%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div class="container"> <div class="row"> <div class="col-md-12 text-center" id="carousel_slider"> <div class="carousel" > <div class="owl-carousel owl-theme" id="health_care"> <?php foreach($departments as $department){ ?> <div class="item"> <div > <span><img src="<?php echo base_url();?>uploads/department/<?php echo $department['DepartmentIcon'];?>" alt="ENT and Head & Neck Surgery"></span> <a href="<?php echo base_url();?>Department/<?php echo $department['DepartmentPageURL'];?>"> <h3><?php echo $department['DepartmentName']; ?></h3> <p><?php echo substr(strip_tags($department['DepartmentOverview']),0,90); ?></p> <div class="round_arrow"><svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="0.433071in" height="0.298622in" viewBox="0 0 433 299" xmlns:xlink="http://www.w3.org/1999/xlink"> <path d="M289 7c-9,-9 -24,-9 -34,0 -9,9 -9,24 0,34l86 85 -317 0c-13,0 -24,10 -24,23 0,13 11,24 24,24l317 0 -86 85c-9,9 -9,24 0,34 5,4 11,7 17,7 6,0 13,-3 17,-7l144 -143 -144 -142z"/> </svg> </div> </a> </div> </div> <?php } ?> </div> </div> </div> </div> </div> <script> $('#health_care').owlCarousel({ loop:true, responsiveClass:true, dots: false, autoplay:true, nav:true, navText: [ '<i class="fa fa-chevron-left"></i>', '<i class="fa fa-chevron-right"></i>' ], responsive:{ 0:{ items:1 }, 640:{ items:4 }, 800:{ items:4 }, 1000:{ items:4 } } }) </script>