CasperSecurity
<!DOCTYPE html>
<?php
include('includes/connection.php');
?>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="description" content="html 5 template, dentist, stomatologist, dental clinic template, medical template, clinic template, surgery clinic theme, plastic surgery template">
<meta name="author" content="websmirno.site">
<meta name="format-detection" content="telephone=no">
<title>UIM</title>
<!-- Stylesheets -->
<link href="vendor/slick/slick.css" rel="stylesheet">
<link href="vendor/animate/animate.min.css" rel="stylesheet">
<link href="icons/style.css" rel="stylesheet">
<link href="vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.css" rel="stylesheet">
<link rel="stylesheet" href="owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="owlcarousel/owl.theme.default.min.css">
<link href="css/style.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.css" rel="stylesheet">
<!--Favicon-->
<link rel="icon" href="images/custom/uim_logo.png" type="image/x-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<style type="text/css">
.order-container {
border-style: solid;
height: 400px;
}
.order-header {
text-align: center;
background-color: #3368c6;
height: auto;
margin-bottom: auto;
color:#fff;
text-align:middle;
}
ul.special_bullet {
list-style: none;
}
ul.special_bullet li:before {
color: #000;
content: "\27bd \0020";
}
* {
box-sizing: border-box;
}
/* Create three equal columns that floats next to each other */
.column {
float: left;
width: 33.33%;
padding: 10px;
height: 100px; /* Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.main_contact{
width: 90%;
}
.head_style{
background: azure;
text-align: center;
/* vertical-align: middle; */
line-height: 36px;
border-radius: 100px;
}
</style>
</head>
<body class="shop-page layout-medlab">
<!--header-->
<?php include('header.php');?>
<!--//header-->
<div class="page-content">
<!--section slider-->
<div class="section mt-0">
<div class="quickLinks-wrap js-quickLinks-wrap-d d-none d-lg-flex">
<div class="quickLinks js-quickLinks closed">
<div class="container">
<?php include('gutter.php');?>
<div class="quickLinks-open js-quickLinks-open">
<span data-toggle="tooltip" data-placement="left" title="Open panel">+</span>
</div>
</div>
</div>
<div id="mainSliderWrapper">
<div class="loading-content">
<div class="loader-dna">
<column>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
</column>
<column>
<dash></dash>
<dash></dash>
<dash></dash>
<dash></dash>
<dash></dash>
<dash></dash>
<dash></dash>
<dash></dash>
</column>
<column>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
<dot></dot>
</column>
</div>
</div>
<div class="main-slider mb-0 arrows-white arrows-bottom" id="mainSlider" data-slick='{"arrows": false, "dots": true}'>
<!--Banner start-->
<?php include('banner.php');?>
<!--Banner end-->
</div>
</div>
</div>
<div class="section bg-bottom bg-right bg-norepeat bg-md-none bg-fixed">
<div class="container">
<div class="row">
<div class="main_contact" style="margin:0px auto;">
<?php
$sql_cell = db_query("SELECT * from manage_cell_contact order by id desc");
while($res_cell = mysqli_fetch_array($sql_cell)) {
?>
<div class="column" style="background-color:#157204a8;">
<h5 class="head_style">Admission Cell</h5>
<p style="color:#fff;">
<?php
/*echo $res_cell['contact_num'];*/
echo $res_cell['admission_cell'];
?>
</p>
</div>
<div class="column" style="background-color:#157204a8;">
<h5 class="head_style">Examination Cell </h5>
<p style="color:#fff;"><?php
echo $res_cell['examination_cell'];
?></p>
</div>
<div class="column" style="background-color:#157204a8;">
<h5 class="head_style">Principal</h5>
<p style="color:#fff;"><?php
echo $res_cell['principal_cell'];
?></p>
</div>
<?php
}
?>
</div>
</div>
<div class="row mt-lg-4">
<div class="col-md-6 col-xl-6">
<div class="department-carousel2">
<div class="department-item">
<div class="h-sub theme-color">Welcome to UIM</div>
<h2>Complete Education Solutions in One Place</span>
</h2>
<p>Utkal Institute of Management (UIM) is situated at the heart of Bhubaneswar, Odisha. It is situated 18 kms away from Bhubaneswar airport and 20 kms from Bhubaneswar railway station. It has 50000 sqft buildup area with G+2 stored building. It has wide area of parking space around 60000 sqft wide area. It has 250 desktop with LAN setup with 100KV online UPS. 125 KVA DG facilities is also available. 100KVA of transformer is connected. CCTV and audio system facilities are also attached. Already two venders conducted online examination for Railway Protection Force exam. Pl. find the some of the snapshot of the institutes.</p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-6 pr-xl-7">
<div class="department-tabs2">
<div class="order-container">
<div class="order-header">
<p style="margin: auto; padding: 16px;"> NOTICE BOARD</p>
</div>
<div class="order-list" style="height:405px;padding:10px;">
<marquee scrollamount="2" direction="up" loop="true" style="height:300px;" onmouseover="this.stop()" onmouseout="this.start()" BEHAVIOR=SCROLL>
<ul class="special_bullet">
<?php
$sql_notic = db_query("SELECT * from mng_notice order by id desc");
while($res_notice = mysqli_fetch_array($sql_notic)){
$datetime = $res_notice['created_at'];
$date = date('Y-m-d');
?>
<li><a href="uploads/services/<?php echo $res_notice['icon'] ;?>" target="_blank"><?php echo $res_notice['heading'] ; if($datetime == $date){ ?><img src="images/icon/blinking_new.gif" width="40" height="20" alt="new"/><?php } ?></a></li>
<?php
}
?>
</ul>
</marquee>
<a href="notice.php"><button type="button" id="submit" name="submit">ReadMore</button></a>
</div>
</div>
</div>
<div class="department-tabs2-bg">
<img src="images/bg-department.png" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="section bg-bottom bg-right bg-norepeat bg-md-none bg-fixed">
<section id="service">
<div class="container">
<div class="row">
<div class="col-md-12 col-md-offset-3">
<div class="title-block">
<h3>TOP RECRUITERS</h3>
</div>
</div>
</div>
<div class="row">
<?php
$sql_req = db_query("SELECT * from mng_recruiter order by id desc ");
while($res_req = mysqli_fetch_array($sql_req)){
?>
<div class="col-sm-6 col-md-4 hidden-sm">
<div class="">
<div class="service-icon">
<a href="<?php echo $res_req['cat_id']; ?>" target="_balnk">
<img src="uploads/services/<?php echo $res_req['icon']; ?>" width="64" height="64">
</a>
</div>
<div class="service-text">
<h4><?php echo $res_req['heading']; ?></h4>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
</section>
</div>
<div class="section bg-norepeat bg-right bg-md-none" style="background-image: url(images/bg-top-right.png)"></div>
<section id="appointment" class="section choose-form-inner">
<div class="container">
<div class="row">
<div class="col-md-12 col-md-offset-3">
<div class="title-block">
<h3>Why Choose UIM</h3>
<p>Education with Placement Approach </p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<div id="form" class="form-area">
<form>
<div class="form-padding">
<h4>ENQUIRY</h4>
<div class="form-group">
<label>NAME AND SURNAME</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
</div>
<div class="form-group">
<label>PHONE NUMBER</label>
<input type="text" class="form-control" id="mobile" name="mobile" placeholder="Mobile Number">
</div>
<div class="form-group">
<label>PLACE</label>
<input type="text" class="form-control" id="place" name="place" placeholder="Place">
</div>
<label>DEPARTMENT</label>
<div class="form-group">
<select name="bookingservice" class="form-control">
<option selected="selected" disabled="disabled">
MBA
</option>
</select>
</div>
</div>
<div class="form-footer">
<div class="checkbox">
<label>
</div>
<button type="button" id="submit" name="submit" class="btn thm-btn">SUBMIT</button>
</div>
</form>
</div>
</div>
<div class="col-md-4 hidden-sm">
<div class="doctor_img" style="margin-top:50px; margin-left: 25px">
<img src="images/custom/tech.jpg" class="img-responsive" alt="" width="400" height="450">
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="choose">
<div class="choose-icon">
<i class="flaticon-telephone icon-color-3"></i>
</div>
<div class="choose-content">
<h4>Experienced Faculty</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature
from 45 BC.</p>
</div>
</div>
<div class="choose">
<div class="choose-icon">
<i class="flaticon-people-1 icon-color-7"></i>
</div>
<div class="choose-content">
<h4>Hostel Facility</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical.</p>
</div>
</div>
<div class="choose">
<div class="choose-icon">
<i class="flaticon-people-1 icon-color-7"></i>
</div>
<div class="choose-content">
</div>
</div>
</div>
</div>
</div>
</section>
<!--//section departments-->
<div class="section bg-norepeat bg-right bg-md-none section-top-padding" style="background-image: url(images/bg-top-right.png); padding-bottom:110px;">
<div class="container">
<div class="title-wrap text-center">
<div class="h-sub theme-color">Our Certified and Experienced Faculty</div>
<h1 class="double-title double-title--center double-title--vcenter" data-title="Perfect Team">
<span>We have the best Faculty in different departments</span>
</h1>
<div class="h-decor"></div>
</div>
<div class="row specialist-carousel js-specialist-carousel">
<?php
$sql_faculty = db_query("SELECT * from faculty order by id desc ");
while($res_faculty = mysqli_fetch_array($sql_faculty)){
?>
<div class="col-sm-6 col-md-4 category1">
<div class="doctor-box doctor-box-style3 text-center">
<div class="doctor-box-photo">
<a href="#null">
<img src="uploads/profile/<?php echo $res_faculty['dr_image']; ?>" class="img-fluid" alt="">
</a>
</div>
<div class="doctor-box-top">
<h5 class="doctor-box-name">
<a href="#null"><?php echo $res_faculty['first_name']."".$res_faculty['last_name'] ; ?></a>
</h5>
<div class="doctor-box-position"><?php echo $res_faculty['address1']; ?></div>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
<!--//section specialists-->
<!--section-->
<div class="section bg-grey mt-md-0">
<div class="container">
<div class="title-wrap text-center">
<h2 class="h1 double-title double-title--white double-title--center double-title--vcenter" data-title="Department">
<span>
<span class="clearfix d-sm-none"></span> Department </span>
</h2>
<div class="h-decor"></div>
</div>
<div class="nav nav-pills-icons js-nav-pills-carousel" role="tablist">
<a class="nav-link active" data-toggle="pill" href="#tab-A" role="tab">
<i class="icon-molecular"></i>
<span>MBA</span>
</a>
<a class="nav-link" data-toggle="pill" href="#tab-2" role="tab">
<i class="icon-testtube2"></i>
<span>MCA</span>
</a>
<a class="nav-link" data-toggle="pill" href="#tab-3" role="tab">
<i class="icon-micro"></i>
<span>BTECH</span>
</a>
<a class="nav-link" data-toggle="pill" href="#tab-D" role="tab">
<i class="icon-testtube"></i>
<span>ITI</span>
</a>
<a class="nav-link" data-toggle="pill" href="#tab-E" role="tab">
<i class="icon-chromosome"></i>
<span>Diploma</span>
</a>
</div>
<div id="tab-content" class="tab-content mt-2 mt-sm-4">
<div id="tab-A" class="tab-pane fade show active" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/department.JPG" alt="" class="img-fluid" style="height: 430px;">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Auditorium</h3>
<p>UIM has a well-equipped auditorium with a seating capacity of over 350 people. The auditorium is spacious, well ventilated and has well furnished halls. A regular venue for conferences, workshops and seminars, this auditorium has all the facilities to enhance the learning process and is a vast space that serves the varied requirements of quality education.
The objective behind the auditorium is to enhance the quality of education. To make this possible, the auditorium offers facilities such as LCD projectors, screens, white-boards for delivering lectures. It also provides ample opportunity for our staff and students to exhibit their talents in cultural activities.</p>
</div>
</div>
</div>
</div>
<div id="tab-2" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-2.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>MCA</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
<div id="tab-3" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-3.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>BETCH</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
<div id="tab-D" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-4.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>ITI</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
<div id="tab-E" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-5.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Diploma</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
<div id="tab-F" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-6.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Medicine</h3>
<p>Aside from tissue biopsy, cytology serves as an indispensable tool in screening and diagnosing cancer. In this technique,
a cytological material is obtained from the patient, spread onto glass slides for microscopic examination, stained,
screened for abnormalities and assessed prior to the issuance of a final report.</p>
<ul class="marker-list-md">
<li>Gynaecological Cytology</li>
<li>Non-Gynaecological Cytology</li>
<li>Fine Needle Aspiration Cytology</li>
<li>BAL Differential Cell Count</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-H" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Orthopedics & Trauma</h3>
<p>Our comprehensive and highly sensitive and specific range of tests can detect genetic alterations that drive tumor
growth in all types of cancer. We are highly experienced in characterizing mechanisms of action of targeted therapies,
particularly against epidermal growth factor receptor (EGFR), as well as other tyrosine kinase inhibitors. We perform:</p>
<ul class="marker-list-md">
<li>Mutation analysis in tumor tissue and blood</li>
<li>Gene amplification and translocation testing</li>
<li>Immunohistochemistry (IHC)</li>
<li>Gene expression</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-I" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-2.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Obstetrics & Gynecology</h3>
<p>Our SANAS accredited histology laboratory offers a diagnostic service to both the private and public sectors. Our
large team of anatomical pathologists, technologists and technicians, with vast amounts of experience offers a
diagnostic and consultative service on a number of tissue samples including biopsies and resection specimens.</p>
<ul class="marker-list-md">
<li>Immunocytochemistry</li>
<li>Immunofluorescence</li>
<li>Electron Microscopy</li>
<li>Neuropathology</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-J" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-3.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Surgical & Medical Gastroenterology</h3>
<p>We are an industry leader in ensuring exceptional quality testing in our state-of-the-art facilities. Diagnostic
tests are used to detect, confirm, or rule out the presence of a disease or medical condition. They can be used
to screen for certain conditions in people who are at increased risk; to evaluate the effects of treatment; or
to monitor disease progression.</p>
<ul class="marker-list-md">
<li>Complete blood counts</li>
<li>Anticoagulant Therapy Monitoring</li>
<li>Blood Chemistry Analyses</li>
<li>Therapeutic drug monitoring</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-K" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-4.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Nephrology & Urology</h3>
<p>We will perform both standard and specialized naturopathic lab tests as part of the assessment process. Naturopathic
doctors can order many of the same diagnostic tests as your family physician, such as blood work, stool, urine,
and saliva testing. We can also perform an H Pylori Breath Test, Stool Ova and Parasite testing.
</p>
<ul class="marker-list-md">
<li>Gastrointestinal Testing</li>
<li>Laboratory Tests on Hormonal Levels</li>
<li>Cardiovascular Lab Tests</li>
<li>Toxins & Pollutant Testing</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-L" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-5.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Endocrinology</h3>
<p>Genes are DNA instructions that we all inherit from our parents. Different “mistakes” in our genes, called mutations,
can cause different diseases. Some of these diseases are rare, like cystic fibrosis or Huntington’s disease, others
are common, like cancer. Genetic tests can be used to confirm the diagnosis or give you information about possible
development of a disease.</p>
<ul class="marker-list-md">
<li>PCR</li>
<li>DNA Sequencing</li>
<li>Cytogenetics (Karyotyping and FISH)</li>
<li>Microarrays</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-M" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-6.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>ENT</h3>
<p>Aside from tissue biopsy, cytology serves as an indispensable tool in screening and diagnosing cancer. In this technique,
a cytological material is obtained from the patient, spread onto glass slides for microscopic examination, stained,
screened for abnormalities and assessed prior to the issuance of a final report.</p>
<ul class="marker-list-md">
<li>Gynaecological Cytology</li>
<li>Non-Gynaecological Cytology</li>
<li>Fine Needle Aspiration Cytology</li>
<li>BAL Differential Cell Count</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-N" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-6.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Diagnostic Radeology</h3>
<p>Aside from tissue biopsy, cytology serves as an indispensable tool in screening and diagnosing cancer. In this technique,
a cytological material is obtained from the patient, spread onto glass slides for microscopic examination, stained,
screened for abnormalities and assessed prior to the issuance of a final report.</p>
<ul class="marker-list-md">
<li>Gynaecological Cytology</li>
<li>Non-Gynaecological Cytology</li>
<li>Fine Needle Aspiration Cytology</li>
<li>BAL Differential Cell Count</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
<div id="tab-O" class="tab-pane fade" role="tabpanel">
<div class="tab-bg">
<img src="images/content/bg-map.png" alt="">
</div>
<div class="row">
<div class="col-md-6 h-100 mb-2 mb-md-0">
<img src="images/content/index-img-01-6.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6">
<div class="pt-xl-1">
<h3>Pathology & Microbiology</h3>
<p>Aside from tissue biopsy, cytology serves as an indispensable tool in screening and diagnosing cancer. In this technique,
a cytological material is obtained from the patient, spread onto glass slides for microscopic examination, stained,
screened for abnormalities and assessed prior to the issuance of a final report.</p>
<ul class="marker-list-md">
<li>Gynaecological Cytology</li>
<li>Non-Gynaecological Cytology</li>
<li>Fine Needle Aspiration Cytology</li>
<li>BAL Differential Cell Count</li>
</ul>
<a href="#" class="btn mt-3" data-toggle="modal" data-target="#modalBookingForm">
<i class="icon-right-arrow"></i>
<span>order test</span>
<i class="icon-right-arrow"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--//section-->
<!--section testimonials-->
<!-- <div class="section bg-grey p-0">
<section id="testimonial" class="testimonial-inner pb-5">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-8 hidden-xs hidden-sm">
<div class="costom-img">
<img src="images/custom/com.png" alt="" class="img-responsive center-block">
</div>
</div>
<div class="col-xs-12 col-md-7 col-sm-12">
<div class="comment-wrapper">
<div class="comment-title">
<h1>Customer comments</h1>
</div>
<div id="owl-testimonial" class="owl-carousel owl-theme" style="opacity: 1; display: block;">
<div class="owl-wrapper-outer">
<div class="owl-wrapper" style="width: 3798px; left: 0px; display: block;">
<div class="owl-item" style="width: 633px;">
<div class="item">
<div class="article">
<p>All the lorem ipsum generators on the internet tend to repeat predefined
chunks as necessary, making this the first true on the Internet.
uses a dictionary of over.</p>
<div class="customers"> - Mozammel Hoque,
<span> Advisor</span>
</div>
</div>
</div>
</div>
<div class="owl-item" style="width: 633px;">
<div class="item">
<div class="article">
<p>All the lorem ipsum generators on the internet tend to repeat predefined
chunks as necessary, making this the first true on the Internet.
uses a dictionary of over.</p>
<div class="customers"> - Mozammel Hoque,
<span> Advisor</span>
</div>
</div>
</div>
</div>
<div class="owl-item" style="width: 633px;">
<div class="item">
<div class="article">
<p>All the lorem ipsum generators on the internet tend to repeat predefined
chunks as necessary, making this the first true on the Internet.
uses a dictionary of over.</p>
<div class="customers"> - Mozammel Hoque,
<span> Advisor</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="owl-controls clickable">
<div class="owl-pagination">
<div class="owl-page active">
<span class=""></span>
</div>
<div class="owl-page">
<span class=""></span>
</div>
<div class="owl-page">
<span class=""></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div> -->
<div class="section bg-cover" id="testimonialsSection">
<div class="container-fluid px-0">
<div class="reviews-style3-wrap">
<div class="reviews-left" style="background-image: url(images/testimonials-left.png)"></div>
<div class="reviews-style3" style="background-image: url(images/content/bg-map.png)">
<div class="title-wrap text-center">
<div class="reviews-title-icon">“</div>
<h2 class="h1 reviews-title" data-title="Testimonials">Student Testimonials</h2>
</div>
<div class="js-reviews-carousel2 reviews-carousel">
<div class="review">
<p class="review-text">Am very impressed with you all as well as being highly proficient is absolutely adorable. I feel so relaxed in her
capable hands and hope to be her patient for a very long time! You are a fantastic team!!!</p>
<p>
<span class="review-author">- Wilmer Stevenson,</span>
<span class="review-author-position">Creative manager</span>
</p>
</div>
<div class="review">
<p class="review-text">Am very impressed with you all as well as being highly proficient is absolutely adorable. I feel so relaxed in her
capable hands and hope to be her patient for a very long time! You are a fantastic team!!!</p>
<p>
<span class="review-author">- Wilmer Stevenson,</span>
<span class="review-author-position">Creative manager</span>
</p>
</div>
<div class="review">
<p class="review-text">I would like to give you a special 'Thank You' to all of you for the care you've given. You were special to a part
of our lives for the year we knew you all. You were very caring. Nurses like you are never forgotten. I just can't
thank you enough.</p>
<p>
<span class="review-author">- Joseph Dunbar,</span>
<span class="review-author-position">Carpenter</span>
</p>
</div>
</div>
</div>
<div class="reviews-right" style="background-image: url(images/testimonials-right.png)"></div>
</div>
</div>
</div>
<!--//section testimonials-->
<!--section news & achieved-->
<div class="section section-top-padding" id="eventsSection">
<div class="container">
<div class="title-wrap text-center">
<h2 class="h1nts">LATEST HAPPENINGS</h2>
<div class="h-decor"></div>
</div>
<div class="row blog-grid-full specialist-carousel js-specialist-carousel">
<div class="col-md-6 col-lg-4 category1">
<div class="blog-post blog-post-style3 event-post">
<div class="post-image">
<img src="images/content/news-01.jpg" alt="">
</div>
<div class="post-date-bg">Jan 25, 2022</div>
<h2 class="post-title">Social Outreach</h2>
<div class="post-teaser">To promote and facilitate quality teaching and research that would ensure a world class...</div>
</div>
</div>
<div class="col-md-6 col-lg-4 category1">
<div class="blog-post blog-post-style3 event-post">
<div class="post-image">
<img src="images/content/news-02.jpg" alt="">
</div>
<div class="post-date-bg">Jan 25, 2022</div>
<h2 class="post-title">Annual Techfest</h2>
<div class="post-teaser">To promote and facilitate quality teaching and research that would ensure a world class...</div>
</div>
</div>
<div class="col-md-6 col-lg-4 category1">
<div class="blog-post blog-post-style3 event-post">
<div class="post-image">
<img src="images/content/news-01.jpg" alt="">
</div>
<div class="post-date-bg">Jan 25, 2022</div>
<h2 class="post-title">Annual Sports & Games</h2>
<div class="post-teaser">To promote and facilitate quality teaching and research that would ensure a world class...</div>
</div>
</div>
<div class="col-md-6 col-lg-4 category1">
<div class="blog-post blog-post-style3 event-post">
<div class="post-image">
<img src="images/content/news-01.jpg" alt="">
</div>
<div class="post-date-bg">Jan 25, 2022</div>
<h2 class="post-title">Annual Function</h2>
<div class="post-teaser">To promote and facilitate quality teaching and research that would ensure a world class...</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="section">
<div class="row no-gutters row-shift">
<div class="col-lg-6 col-shift-right">
<div class="container-shift-left">
<div class="title-wrap">
<h2 class="double-title double-title--white double-title--vcenter" data-title="News">
<span>News & Events</span>
</h2>
</div>
<div class="blog-post-sm-vertical">
<div class="blog-post-sm">
<div class="blog-post-sm-photo">
<img src="images/content/news-01.jpg" alt="" class="img-fluid">
</div>
<div class="blog-post-sm-text">
<div class="blog-post-sm-date">Mar 16, 2020</div>
<div class="blog-post-sm-title">
<a href="blog-post-page.html">Biochemical Receptor Reverses Bone Degradation Caused by Osteoporosis</a>
</div>
<a href="blog-post-page.html" class="blog-post-sm-readmore">...</a>
</div>
</div>
<div class="blog-post-sm">
<div class="blog-post-sm-photo">
<img src="images/content/news-02.jpg" alt="" class="img-fluid">
</div>
<div class="blog-post-sm-text">
<div class="blog-post-sm-date">Mar 28, 2020</div>
<div class="blog-post-sm-title">
<a href="blog-post-page.html">Ammonia Fuel Cell is More Powerful, Cost-Effective Than Hydrogen</a>
</div>
<a href="blog-post-page.html" class="blog-post-sm-readmore">...</a>
</div>
</div>
<div class="blog-post-sm">
<div class="blog-post-sm-photo">
<img src="images/content/news-03.jpg" alt="" class="img-fluid">
</div>
<div class="blog-post-sm-text">
<div class="blog-post-sm-date">Apr 16, 2020</div>
<div class="blog-post-sm-title">
<a href="blog-post-page.html">Nanopore Optofluidic Device Controls Delivery of Individual Biomolecules</a>
</div>
<a href="blog-post-page.html" class="blog-post-sm-readmore">...</a>
</div>
</div>
</div>
<div class="blog-post-sm-carousel js-blog-grid-carousel-full">
<div class="blog-post-sm">
<div class="blog-post-sm-photo">
<img src="images/content/news-01.jpg" alt="" class="img-fluid">
</div>
<div class="blog-post-sm-text">
<div class="blog-post-sm-date">Mar 16, 2020</div>
<div class="blog-post-sm-title">
<a href="blog-post-page.html">Biochemical Receptor Reverses Bone Degradation Caused by Osteoporosis</a>
</div>
<a href="blog-post-page.html" class="blog-post-sm-readmore">...</a>
</div>
</div>
<div class="blog-post-sm">
<div class="blog-post-sm-photo">
<img src="images/content/news-02.jpg" alt="" class="img-fluid">
</div>
<div class="blog-post-sm-text">
<div class="blog-post-sm-date">Mar 28, 2020</div>
<div class="blog-post-sm-title">
<a href="blog-post-page.html">Ammonia Fuel Cell is More Powerful, Cost-Effective Than Hydrogen</a>
</div>
<a href="blog-post-page.html" class="blog-post-sm-readmore">...</a>
</div>
</div>
<div class="blog-post-sm">
<div class="blog-post-sm-photo">
<img src="images/content/news-03.jpg" alt="" class="img-fluid">
</div>
<div class="blog-post-sm-text">
<div class="blog-post-sm-date">Apr 16, 2020</div>
<div class="blog-post-sm-title">
<a href="blog-post-page.html">Nanopore Optofluidic Device Controls Delivery of Individual Biomolecules</a>
</div>
<a href="blog-post-page.html" class="blog-post-sm-readmore">...</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-shift-left mt-4 mt-md-5 mt-lg-2">
<div class="container-shift-right">
<div class="title-wrap text-center text-md-left">
<h2 class="h1">Our
<span class="theme-color">Achievements</span>
</h2>
</div>
</div>
<div class="mt-2 mt-md-3 mt-lg-4">
<img src="images/content/banner-right.jpg" alt="" class="w-sm-100">
<div class="over-image-counter pos-left">
<div class="d-flex w-100 justify-content-between">
<div class="counter-box-sm">
<div class="counter-box-sm-number">
<span class="count" data-to="150" data-speed="1500">0</span>
<span class="sup">K</span>
</div>
<div class="counter-box-sm-text">Tests Performed</div>
</div>
<div class="counter-box-sm">
<div class="counter-box-sm-number">
<span class="count" data-to="50" data-speed="1500">0</span>
<span class="sup">+</span>
</div>
<div class="counter-box-sm-text">Permanent Staff</div>
</div>
<div class="counter-box-sm">
<div class="counter-box-sm-number">
<span class="count" data-to="250" data-speed="1500">0</span>
<span class="sup">+</span>
</div>
<div class="counter-box-sm-text">Suppliers</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!--//section news & achieved-->
<!--section faq-->
<!--//section faq-->
</div>
<!--section specialists-->
<!--footer-->
<?php include("footer.php"); ?>
<!--//footer-->
<div class="backToTop js-backToTop">
<i class="icon icon-up-arrow"></i>
</div>
<div class="modal modal-form modal-form-sm fade" id="modalQuestionForm">
<div class="modal-dialog">
<div class="modal-content">
<button aria-label='Close' class='close' data-dismiss='modal'>
<i class="icon-error"></i>
</button>
<div class="modal-body">
<div class="modal-form">
<h3>Ask a Question</h3>
<form class="mt-15" id="questionForm" method="post" novalidate>
<div class="successform">
<p>Your message was sent successfully!</p>
</div>
<div class="errorform">
<p>Something went wrong, try refreshing and submitting the form again.</p>
</div>
<div class="input-group">
<span>
<i class="icon-user"></i>
</span>
<input type="text" name="name" class="form-control" autocomplete="off" placeholder="Your Name*" />
</div>
<div class="input-group">
<span>
<i class="icon-email2"></i>
</span>
<input type="text" name="email" class="form-control" autocomplete="off" placeholder="Your Email*" />
</div>
<div class="input-group">
<span>
<i class="icon-smartphone"></i>
</span>
<input type="text" name="phone" class="form-control" autocomplete="off" placeholder="Your Phone" />
</div>
<textarea name="message" class="form-control" placeholder="Your comment*"></textarea>
<div class="text-right mt-2">
<button type="submit" class="btn btn-sm btn-hover-fill">Ask Now</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Vendors -->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<!-- <script src="jquery.min.js"></script> -->
<script src="vendor/jquery-migrate/jquery-migrate-3.0.1.min.js"></script>
<script src="vendor/cookie/jquery.cookie.js"></script>
<script src="vendor/bootstrap-datetimepicker/moment.js"></script>
<script src="vendor/bootstrap-datetimepicker/bootstrap-datetimepicker.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/bootstrap.min.js"></script>
<script src="vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="vendor/waypoints/sticky.min.js"></script>
<script src="vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="vendor/slick/slick.min.js"></script>
<script src="vendor/scroll-with-ease/jquery.scroll-with-ease.min.js"></script>
<script src="vendor/countTo/jquery.countTo.js"></script>
<script src="vendor/form-validation/jquery.form.js"></script>
<script src="vendor/form-validation/jquery.validate.min.js"></script>
<script src="vendor/isotope/isotope.pkgd.min.js"></script>
<script src="owlcarousel/owl.carousel.min.js"></script>
<!-- Custom Scripts -->
<script src="js/app.js"></script>
<script src="js/app-shop.js"></script>
<script src="form/forms.js"></script>
<script>
$(document).ready(function () {
$('.carousel').slick({
slidesToShow: 3,
dots: true,
centerMode: true,
});
});
</script>
</body>
</html>