<?php include ("admin/includes/dbconnect.php"); ?>
<!doctype html>
<html lang="en">
<head>
	<!-- Required meta tags -->
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	  <link href='index.php' hreflang="en-us" rel="alternate" />
   	<link rel="canonical" href="https://www.iigdindia.com" />
	<title>International Institute Of Gold And Diamond</title>
	<meta name="description" content="Unlock your future in the gold and diamond industry with expert training from the International Institute of Gold and Diamond. Join our world-class courses and become a certified professional in jewelry design, gemology, and more.." />
    <meta name="keywords" content="jewellery making courses, best diamond grading course in india, gold appraisal training, diamond learning course" />
<!-- Facebook Meta Tags -->
  
    <meta property="og:description"
        content="Unlock your future in the gold and diamond industry with expert training from the International Institute of Gold and Diamond. Join our world-class courses and become a certified professional in jewelry design, gemology, and more">
		
		<meta property="og:locale" content="en_US" />
	   <meta property="og:type" content="website" />
	  <meta property="og:title" content="" />
      <meta property="og:url" content="https://www.iigdindia.com">
	  <meta property="og:site_name" content="" />
	  <meta property="og:image" content="">
	  <meta property="article:publisher" content="https://www.facebook.com/IIGDHYDERABAD/?paipv=0&eav=AfYMX77wfGq99qmBMrEv8bu0cvWIXqL9rO0_YME0Yn92P_N3bTC8sA852hw0fRnVwoA&_rdr" />
	

    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
    <meta property="twitter:domain" content="@iigdindia">
    <meta property="twitter:url" content="https://www.jhweb.in/">
    <meta name="twitter:title" content=""
        content="Unlock your future in the gold and diamond industry with expert training from the International Institute of Gold and Diamond. Join our world-class courses and become a certified professional in jewelry design, gemology, and more">
    <meta name="twitter:image" content="">
    <meta name="twitter:site" content="@iigdindia" />
	<?php include("includes/css.php"); ?>
	  <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "Organization",
            "name": "International Institute of Gold & Diamond (IIGD)",
            "logo": "https://www.iigdindia.com/images/12.jpg",
            "description": "Unlock your future in the gold and diamond industry with expert training from the International Institute of Gold and Diamond. Join our world-class courses and become a certified professional in jewelry design, gemology, and more",
            "url": "https://www.iigdindia.com/",
            "image": "https://www.iigdindia.com/image/12.jpg",
            "telephone": "+918500501020",
            "email": "info@iigdindia.com",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "1st Floor, Mayur Kushal Complex, A-110, Gun Foundry",
                "addressLocality": "Abids",
                "addressRegion": "Hyderabad",
                "addressCountry": "India",
                "postalCode": "500001"
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": "5.0",
                "ratingCount": "250"
            },
            "sameAs": [
                "https://www.facebook.com/IIGDHYDERABAD/?paipv=0&eav=AfYMX77wfGq99qmBMrEv8bu0cvWIXqL9rO0_YME0Yn92P_N3bTC8sA852hw0fRnVwoA&_rdr",
                "https://instagram.com/bsolutions",
                "https://www.linkedin.com/",
                "https://x.com/"
            ]
        }

    </script>
</head>
<body>
	<?php include("includes/header.php")?>
	<?php include("includes/slider.php")?>
	<div class="clearfix"></div>
	<?php
		$sqli = mysqli_query($conn,"select * from home");
		$sqliRow = mysqli_fetch_array($sqli);
		echo $sqliRow["desc"]; ?>
	<section class="popular-courses ptb-20">
		<div class="container">
			<div class="section-header">
				<h2>Our Courses</h2>
			</div>
			<div class="popular-course-carosel owl-carousel owl-theme owl-theme-s2">
				<!-- Course #1 -->
				<?php $sqlqr=mysqli_query($conn, "select * from category");
				$rowss=mysqli_fetch_array($sqlqr);
				$cats_names=$rowss['name']; 
				$catgt = strtolower(str_replace(" ", "-", $cats_names));
				$sqli = mysqli_query($conn,"select * from courses");
					while($sqliRow = mysqli_fetch_array($sqli)){
				$courses_name=$sqliRow['title']; 
		        $courses = strtolower(str_replace(" ", "-", $courses_name));		
				?>
				<div class="single-course">
					<a href="https://iigdindia.com/<?= "$catgt/$courses"; ?>" class="thumb-img">
						<span class="overly"></span>
						<img src="assets/img/courses/<?php echo $sqliRow["img"]?>" alt="Course Image">
					</a>
					<div class="course-caption text-center">
						<h3><a href="https://iigdindia.com/<?= "$catgt/$courses"; ?>"><?php echo $sqliRow["title"]?></a></h3>
						<p><?php $string = html_entity_decode($sqliRow['desc']); 
						echo substr($string,0,140); ?></p>
						<a class="book-now-btn" href="https://iigdindia.com/<?= "$catgt/$courses"; ?>">Read More...</a>
					</div>
				</div>
				<!-- Course #2 -->
					<?php } ?>
				
			</div>
		</div>
	</section>
	 <section class="events-area ptb-20">
            <div class="container">
                <div class="section-header">
                    <h2>Lab Services</h2>
                  
                </div>
                
                <div class="row"> 
					<?php
						$sqliLabSer = mysqli_query($conn,"select * from  lab_services")or die (mysqli_error($conn));
						while($sqliLabSerRow = mysqli_fetch_array($sqliLabSer)){	?>
				
				
                    <div class="col-md-6 col-lg-6"> 
                        <div class="media single-event-two">
                            <div class="event-img">
                                <a href="service.php?id=<?php echo $sqliLabSerRow["id"]?>">
                                    <img src="assets/img/lab/<?php echo $sqliLabSerRow["img"]?>" >
                                </a>
                               
                            </div>
                            
                            <div class="media-body">
                                <h3><a href="service.php?id=<?php echo $sqliLabSerRow["id"]?>"><?php echo $sqliLabSerRow["title"]?></a></h3>
                                <p><?php echo substr($sqliLabSerRow['desc'],0,140)?></p>
                               
                                <img class="speech-icon" src="images/jewels.png" alt="">
                            </div>
                        </div>
                    </div>
					
						<?php } ?>
					
					
                    
                </div>
               
            </div>
        </section>
	<?php include("includes/footer.php")?>
	<?php include("includes/track.php")?>
	<?php include("includes/js.php")?>
</body>
</html>
