<?php
error_reporting(0);
include("admin/common/app_function.php");
include("admin/config.php");
include("header.php");
//index_header($title); 
?>

		

		
		<br>	
		<div>
			<div class="container">
			    <h2>OUR SERVICES</h2>
				<div class="row">
				    
					<div class="col-md-6" style="margin-bottom:10px;">
					    <img class="d-block w-100 img-thumbnail" src="img/security-guard-app-messenger.png" alt="First slide" style="margin-top:20px ! important">
						
					</div>
					<div class="col-md-6">
						<h4> Services Of Hindustan Security & Intelligence Service</h4>
						
                        <?php
   $r_services = sprintf("SELECT * from  services");
	$resdata_services = $conn->query($r_services);
	while($row_services = mysqli_fetch_assoc($resdata_services)){?>
						<p> <font color="green;">&raquo;</font> <?php echo $row_services[content];?> </p>
	<?php } ?>
					</div>
				</div>
				    	
						
				
			</div>
		</div>
		<BR/>
		

		
<?php include("footer.php");?>