<?php include "includes/db.php" ;
error_reporting(0);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>YantraShilpa</title>
<meta name="keywords" content="YanthraShilpa" />
<meta name="description" content="YanthraShilpa" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- FavIcon CSS -->
<link rel="icon" href="assets/images/favicon1.png" type="image/gif" sizes="16x16">
<!--Bootstrap CSS-->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<!--Google Fonts CSS-->
<link rel="preconnect" href="https://fonts.googleapis.com/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!--Font Awesome Icon CSS-->
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">
<!-- Slick Slider CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css">
<link rel="stylesheet" type="text/css" href="assets/css/slick-theme.css">
<!-- Wow Animation CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/animate.min.css">
<!--jarallax CSS-->
<link rel="stylesheet" type="text/css" href="assets/css/jarallax.css">
<!-- Main Style CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<style type="text/css">
.slick-dots li button{ display: none; }
</style>
</head>
<body>
<!-- Loder Start -->
<div class="loader-box">
<div class="cs-loader">
<div class="cs-loader-inner">
<div class="shap-1"><div class="shap"></div></div>
<div class="shap-2"><div class="shap"></div></div>
<div class="shap-3"><div class="shap"></div></div>
<div class="shap-4"><div class="shap"></div></div>
<div class="shap-5"><div class="shap"></div></div>
<div class="shap-6"><div class="shap"></div></div>
</div>
</div>
</div>
<!-- Loder End -->
<!-- Header Start -->
<header class="site-header">
<!-- Top start -->
<div class="header-top">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="top-contact">
<div class="top-mail">
<div class="top-mail-icon">
<img src="assets/images/mail.png" alt="mail">
</div>
<div class="top-mail-content">
<a href="javascript:void(0);" title="mail"><p>support@yantrashilpa.com</p></a>
</div>
</div>
<div class="top-call">
<div class="top-call-icon">
<img src="assets/images/call.png" alt="call">
</div>
<div class="top-call-content">
<a href="javascript:void(0);" title="call"><p>+91 9112211150</p></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="Social-midea">
<a href=" https://in.linkedin.com/company/yantrashilpa-technologies-private-limited" target="_blank" title="linkedin"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<!-- <a href="javascript:void(0);" title="Facebook"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="javascript:void(0);" title="Instagram"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="javascript:void(0);" title="Twitter"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="javascript:void(0);" title="Pinterest"><i class="fa fa-pinterest-p" aria-hidden="true"></i></a> -->
<button type="button" class="btn btn-primary"><a target="_blank" href="http://support.yantrashilpa.com/Custom">Login</a></button>
</div>
</div>
</div>
</div>
</div>
<!-- Top End -->
<!--Navbar Start -->
<div class="container">
<div class="header-bottom">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-3">
<!-- Sit Logo Start -->
<div class="site-branding">
<a href="index.php" title="YanthraShilpa">
<img src="assets/images/logo.png" alt="Logo">
</a>
</div>
<!-- Sit Logo End -->
</div>
<div class="col-lg-9">
<div class="header-menu">
<nav class="main-navigation">
<button class="toggle-button">
<span></span>
<span></span>
<span></span>
</button>
<ul class="menu">
<li class="active"><a href="index.php">Home</a></li>
<li><a href="about-us.php">About Us</a></li>
<li>
<a href="products.php" title="services">Products</a>
</li>
<li>
<a href="gallery.php" title="Pages">Gallery</a>
</li>
<li>
<a href="career.php" title="Blog">Career</a>
</li>
<li>
<a href="contact-us.php" title="Blog">Contact</a>
</li>
</ul>
</nav>
<div class="black-shadow"></div>
<!-- <div class="header-btn">
<a href="contact-us.php" class="sec-btn">Contact</a>
</div> -->
</div>
</div>
</div>
</div>
</div>
</div>
<!--Navbar End -->
</header>
<!-- Header End -->
<!--Banner Start-->
<section class="main-banner">
<div class="slider-active">
<?php
$query="SELECT * FROM banners";
$result=mysqli_query($connection,$query);
$count=mysqli_num_rows($result);
while($row=mysqli_fetch_assoc($result)){
$title=$row['title'];
?>
<div class="single-slider">
<div class="container align-items-center">
<div class="col-lg-6 col-md-12">
<div class="banner-content">
<div class="subtitle" data-animation="fadeInUp" data-delay=".4s">
<h2 class="h2-subtitle">Welcome To YantraShilpa</h2>
<div class="subtitle-line"></div>
</div>
<h1 class="h1-title" data-animation="fadeInUp" data-delay=".6s"><?php echo $title ?></h1>
<p data-animation="fadeInUp" data-delay=".8s"><?php echo substr($row['description'], 0,200) ?>......</p>
<div class="banner-btn" data-animation="fadeInUp" data-delay="1s">
<a href="banner-detail.php?id=<?php echo $row['id'];?>" class="sec-btn btn-1">Discover More</a>
</div>
</div>
</div>
</div>
<div class="banner-slider-img" data-animation="fadeInRight" data-delay=".4s">
<img src="./admin/images/banner/<?php echo $row['image'] ?>" alt="slider">
<div class="banner-years" data-animation="fadeInUp" data-delay=".7s">
<div class="banner-years-content">
<h2 class="h2-title">25+</h2>
<p>Years Of Experience</p>
</div>
</div>
</div>
<div class="mob-banner-slider" data-animation="fadeInRight" data-delay=".4s">
<img src="./admin/images/banner/<?php echo $row['image'] ?>" alt="slider">
</div>
<div class="banner-slider-bg-img" data-animation="fadeInRight" data-delay=".7s">
<img src="assets/images/banner-slider-bg.png" alt="slider-bg">
</div>
<div class="banner-aliment animate-this" data-animation="fadeInLeft" data-delay="1.05s">
<img src="assets/images/banner-aliment.png" alt="aliment">
</div>
</div>
<?php } ?>
<!-- <div class="single-slider">
<div class="container align-items-center">
<div class="col-lg-6 col-md-12">
<div class="banner-content">
<div class="subtitle" data-animation="fadeInUp" data-delay=".4s">
<h2 class="h2-subtitle">Welcome To YanthraShilpa</h2>
<div class="subtitle-line"></div>
</div>
<h1 class="h1-title" data-animation="fadeInUp" data-delay=".6s">Thermal shock system</h1>
<p data-animation="fadeInUp" data-delay=".8s">The Thermal Shock System,is aimed to provide Hot and Cold (temp) shocks to the engine(coolant banner). There are three cycles to supply coolant to the engine. One of them is Hot, another is Cold and the third is CCS(Coolant through Coolant Conditioning System). These cycles can be ... </p>
<div class="banner-btn" data-animation="fadeInUp" data-delay="1s">
<a href="about-us.html" class="sec-btn btn-1">Discover More</a>
</div>
</div>
</div>
</div>
<div class="banner-slider-img" data-animation="fadeInRight" data-delay=".4s">
<img src="assets/images/banner-slider-1.png" alt="slider">
<div class="banner-years" data-animation="fadeInUp" data-delay=".7s">
<div class="banner-years-content">
<h2 class="h2-title">25+</h2>
<p>Years Of Experience</p>
</div>
</div>
</div>
<div class="mob-banner-slider" data-animation="fadeInRight" data-delay=".4s">
<img src="assets/images/mob-banner-slider-2.jpg" alt="slider">
</div>
<div class="banner-slider-bg-img" data-animation="fadeInRight" data-delay=".7s">
<img src="assets/images/banner-slider-bg-1.png" alt="slider-bg">
</div>
<div class="banner-aliment animate-this" data-animation="fadeInLeft" data-delay="1.05s">
<img src="assets/images/banner-aliment.png" alt="aliment">
</div>
</div>
<div class="single-slider">
<div class="container align-items-center">
<div class="col-lg-6 col-md-12">
<div class="banner-content">
<div class="subtitle" data-animation="fadeInUp" data-delay=".4s">
<h2 class="h2-subtitle">Welcome To YanthraShilpa</h2>
<div class="subtitle-line"></div>
</div>
<h1 class="h1-title" data-animation="fadeInUp" data-delay=".6s">Charged Air Control System</h1>
<p data-animation="fadeInUp" data-delay=".8s">Charged Air Control System,is aimed to maintain or control temperature & pressure of the turbo charged air supplied to the engine. The system controls temperature of the air coming from the Turbo Charger(of the engine) by premeditated heat withdrawal. ... </p>
<div class="banner-btn" data-animation="fadeInUp" data-delay="1s">
<a href="about-us.html" class="sec-btn btn-1">Discover More</a>
</div>
</div>
</div>
</div>
<div class="banner-slider-img" data-animation="fadeInRight" data-delay=".4s">
<img src="assets/images/banner-slider-3.png" alt="slider">
<div class="banner-years" data-animation="fadeInUp" data-delay=".7s">
<div class="banner-years-content">
<h2 class="h2-title">25+</h2>
<p>Years Of Experience</p>
</div>
</div>
</div>
<div class="mob-banner-slider" data-animation="fadeInRight" data-delay=".4s">
<img src="assets/images/mob-banner-slider-3.jpg" alt="slider">
</div>
<div class="banner-slider-bg-img" data-animation="fadeInRight" data-delay=".7s">
<img src="assets/images/banner-slider-bg.png" alt="slider-bg">
</div>
<div class="banner-aliment animate-this" data-animation="fadeInLeft" data-delay="1.05s">
<img src="assets/images/banner-aliment.png" alt="aliment">
</div>
</div> -->
<!-- <div class="single-slider">
<div class="container align-items-center">
<div class="col-lg-6 col-md-12">
<div class="banner-content">
<div class="subtitle" data-animation="fadeInUp" data-delay=".4s">
<h2 class="h2-subtitle">Welcome To YanthraShilpa</h2>
<div class="subtitle-line"></div>
</div>
<h1 class="h1-title" data-animation="fadeInUp" data-delay=".6s">Coolant Conditioning System</h1>
<p data-animation="fadeInUp" data-delay=".8s">The Coolant Conditioning System, is aimed to provide coolant at controlled flow rate, temperature and pressure to the engine water jacket. The hot water from engine passes through the tube inside of heat exchanger and is cooled down before returning to the engine again. ...</p>
<div class="banner-btn" data-animation="fadeInUp" data-delay="1s">
<a href="about-us.html" class="sec-btn btn-1">Discover More</a>
</div>
</div>
</div>
</div>
<div class="banner-slider-img" data-animation="fadeInRight" data-delay=".4s">
<img src="assets/images/banner-slider-4.png" alt="slider">
<div class="banner-years" data-animation="fadeInUp" data-delay=".7s">
<div class="banner-years-content">
<h2 class="h2-title">25+</h2>
<p>Years Of Experience</p>
</div>
</div>
</div>
<div class="mob-banner-slider" data-animation="fadeInRight" data-delay=".4s">
<img src="assets/images/mob-banner-slider-4.jpg" alt="slider">
</div>
<div class="banner-slider-bg-img" data-animation="fadeInRight" data-delay=".7s">
<img src="assets/images/banner-slider-bg.png" alt="slider-bg">
</div>
<div class="banner-aliment animate-this" data-animation="fadeInLeft" data-delay="1.05s">
<img src="assets/images/banner-aliment.png" alt="aliment">
</div>
</div> -->
</div>
</section>
<!--Banner End-->
<!--About Us Start-->
<section class="main-about-us">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="about-img-box">
<div class="about-img-1">
<img src="assets/images/about-img-1.jpg" alt="about">
</div>
<div class="about-img-2">
<img src="assets/images/about-img-2.jpg" alt="about">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="about-content">
<div class="about-title">
<div class="subtitle">
<!-- <h2 class="h2-subtitle">About Us</h2>-->
<h2 class="h2-title" style="line-height:8px">Who we are</h2>
</div>
<div class="subtitle-line"></div>
</div>
<p style="text-align: justify;">The strong design oriented organization known today as Yantrashilpa evolved from a solid technical and administrative support base.
The origins of its Engine testing equipments often trace back to the SPM’s and test-rigs for ballistic applications, designed by founder in the late 90's. </p>
<p style="text-align: justify;">Since then Yantrashilpa is one of the leading companies with proven ability to deliver innovative products that span traditional and next-generation requirements.</p>
<p style="text-align: justify;">Our customers recognize us for providing remarkably high quality technology and support with expertise to match. Yantrashilpa’s continuing impressive growth is a direct result of providing excellent products at appropriate prices and prompt delivery in combination with technical support, service and localized inventory.</p>
<div class="about-signature-box">
<div class="about-signature-name">
<span>YANTRASHILPA TEAM</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--About Us End-->
<!--Counter Start-->
<section class="main-counter jarallax" data-jarallax data-speed="0.2" data-imgPosition="50% 0%" style="background-image: url(assets/images/counter-bg.jpg);">
<div class="container">
<div class="row" id="counter">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="counter-box">
<div class="counter-number">
<h2 class="h2-title counting-data" data-count="1415">0</h2>
</div>
<div class="counter-content">
<p>System<br>Installed</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="counter-box">
<div class="counter-number">
<h2 class="h2-title counting-data" data-count="45">0</h2>
</div>
<div class="counter-content">
<p> Happy<br>Clients</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="counter-box">
<div class="counter-number">
<h2 class="h2-title counting-data" data-count="30">0</h2>
</div>
<div class="counter-content">
<p>Patents& design <br>Registrations</p>
</div>
</div>
</div>
<!--<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter-box">
<div class="counter-number">
<h2 class="h2-title counting-data" data-count="8471">0</h2>
</div>
<div class="counter-content">
<p>Worker<br>Working</p>
</div>
</div>
</div>-->
</div>
</div>
</section>
<!--Counter End-->
<!--Services Start-->
<section class="main-service">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="service-title">
<div class="subtitle">
<!--<h2 class="h2-subtitle">Our Service</h2>-->
<div class="subtitle-line"></div>
</div>
<h2 class="h2-title"> We Provide You</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<div class="service-box">
<div class="service-icon">
1
</div>
<div class="service-box-content">
<a href="products.php"><h3 class="h3-title">State-of-the-art equipment adhering to international engine testing standards. </h3></a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-box">
<div class="service-icon">
2
</div>
<div class="service-box-content">
<a href="products.php"><h3 class="h3-title">Fully autonomous active & passive automotive safety testing rigs. </h3></a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-box">
<div class="service-icon">
3
</div>
<div class="service-box-content">
<a href="products.php"><h3 class="h3-title">Customised systems for atypical user requirements. </h3></a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="service-box">
<div class="service-icon">
4
</div>
<div class="service-box-content">
<a href="products.php"><h3 class="h3-title">Innovative & robust testing apparatus for critical components in the defence sector. </h3></a>
</div>
</div>
</div>
<!--<div class="col-lg-6">
<div class="service-box">
<div class="service-icon">
<img src="assets/images/service-icon-4.png" alt="icon">
</div>
<div class="service-box-content">
<a href="products.php"><h3 class="h3-title">A TEAM OF PROFESSIONALS</h3></a>
<p>Donec et lacus eget tellus porttitor lacinia euismod eu elit. Nulla elementum, purus vel cursus maximus.</p>
</div>
</div>
</div>-->
</div>
<!-- <div class="row">
<div class="col-lg-12">
<div class="service-view-btn">
<a href="products.php" class="sec-btn">View All Products</a>
</div>
</div>
</div> -->
</div>
</section>
<!--Services End-->
<!--Portfolio Start-->
<section class="main-portfolio">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="portfolio-title">
<div class="subtitle-line"></div>
<div class="subtitle">
<h2 class="h2-title">In Limelight </h2>
<!-- <h2 class="h2-subtitle">Our Products</h2> -->
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<?php
$query="SELECT * FROM products order by id desc limit 3";
$result=mysqli_query($connection,$query);
$count=mysqli_num_rows($result);
while($row=mysqli_fetch_assoc($result)){
$title=$row['title'];
?>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="portfolio-box">
<img src="./admin/images/banner/<?php echo $row['image'] ?>" alt="portfolio">
<div class="portfolio-content">
<div class="portfolio-content-box">
<?php
$query1="SELECT * FROM categories where id = {$row['category']}";
$result1=mysqli_query($connection,$query1);
$row1=mysqli_fetch_assoc($result1)
?>
<?php
$query2="SELECT * FROM subcategories where id = {$row['subcategory']}";
$result2=mysqli_query($connection,$query2);
$row2=mysqli_fetch_assoc($result2)
?>
<a href="javascript:void(0);"><span><?php echo $row1['title'] ?>, <?php echo $row2['title'] ?></span></a>
<a href="product-detail.php?id=<?php echo $row['id'];?>"><h3 class="h3-title"><?php echo $title ?></h3></a>
</div>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</section>
<!--Portfolio End-->
<!--Get A Quote Start-->
<!--Get A Quote End-->
<!--How It Work Start-->
<section class="main-how-work">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="how-work-content">
<div class="how-work-title">
<div class="subtitle">
<div class="subtitle-line"></div>
</div>
<h2 class="h2-title">OUR VALUES</h2>
</div>
<div class="how-work-step-box">
<div class="how-work-step">
<div class="how-work-icon">
1
</div>
<div class="how-work-text">
<h3 class="h3-title">Integrity</h3>
<p style="text-align:justify;">Integrity is at the core of everything we do at Yantrashilpa. We believe in honesty, transparency, and accountability in all our actions and decisions. Our commitment to integrity guides us as we interact with our customers, partners, and each other. We take responsibility for our actions and strive to maintain the highest ethical standards in all that we do. We are committed to doing what is right, not just what is easy or convenient, and to upholding our values in everything we do.“
</p>
</div>
</div>
<div class="how-work-step">
<div class="how-work-icon">
2
</div>
<div class="how-work-text">
<h3 class="h3-title">Safety</h3>
<p style="text-align:justify;">At Yantrashilpa, we place the highest priority on the safety of our customers, employees, and the community. We are committed to creating a safe environment for all and take all necessary measures to ensure the well-being of everyone involved with our company. From the products we offer to the practices we employ, safety is always at the forefront of our minds. We are dedicated to maintaining the highest standards of safety and continue to prioritize it in all of our operations.“
</p>
</div>
</div>
<div class="how-work-step">
<div class="how-work-icon">
3
</div>
<div class="how-work-text">
<h3 class="h3-title">Customers Satisfaction </h3>
<p style="text-align:justify;">At Yantrashilpa, we are dedicated to providing exceptional customer service and satisfaction. We believe that our customers are the foundation of our success and that their satisfaction is the measure of our performance. We are committed to understanding the needs of our customers and providing solutions that meet those needs. Our goal is to exceed your expectations and earn your trust, and we will do everything in our power to achieve that."
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="how-work-img" style="background-image: url(assets/images/how-work-img.jpg);"></div>
</section>
<!--How It Work End-->
<!--Team Start-->
<!--Team End-->
<!--Newsletter Start-->
<!--Newsletter End-->
<!--Testimonial Start-->
<section class="main-testimonial">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="testimonial-title">
<div class="subtitle">
<h2 class="h2-subtitle"><!-- Testimonialss --></h2>
<div class="subtitle-line"></div>
</div>
<h2 class="h2-title">News & Achievements</h2>
</div>
</div>
</div>
<div class="row testimonial-slider">
<?php
$query="SELECT * FROM news";
$result=mysqli_query($connection,$query);
$count=mysqli_num_rows($result);
while($row=mysqli_fetch_assoc($result)){
$title=$row['title'];
?>
<div class="col-lg-6">
<div class="testimonial-box">
<div class="testimonial-client-img">
<img src="./admin/images/banner/<?php echo $row['image'] ?>" alt="client">
</div>
<div class="testimonial-content">
<div class="testimonial-client-name">
<h3 class="h3-title"><?php echo $row['title'] ?></h3>
</div>
<p><?php echo $row['description'] ?></p>
</div>
<div class="testimonial-quote">
<img src="assets/images/quote.png" alt="quote">
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</section>
<!--Testimonial End-->
<!--Testimonial Start-->
<section class="main-testimonial">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="testimonial-title">
<div class="subtitle">
<h2 class="h2-subtitle"><!-- Testimonialss --></h2>
<div class="subtitle-line"></div>
</div>
<h2 class="h2-title">Testimonials</h2>
</div>
</div>
</div>
<div class="row testimonial-slider">
<?php
$query="SELECT * FROM testimonials";
$result=mysqli_query($connection,$query);
$count=mysqli_num_rows($result);
while($row=mysqli_fetch_assoc($result)){
$title=$row['title'];
?>
<div class="col-lg-6">
<div class="testimonial-box">
<div class="testimonial-client-img">
<img src="./admin/images/banner/<?php echo $row['image'] ?>" alt="client">
</div>
<div class="testimonial-content">
<div class="testimonial-client-name">
<h3 class="h3-title"><?php echo $row['client_name'] ?></h3>
<span><?php echo $row['designation'] ?></span>
</div>
<p><?php echo $row['message'] ?></p>
</div>
<div class="testimonial-quote">
<img src="assets/images/quote.png" alt="quote">
</div>
</div>
</div>
<?php } ?>
</div>
</div>
</section>
<!--Testimonial End-->
<!--Blog Start-->
<!--Blog End-->
<section class="main-team">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="team-title">
<div class="subtitle">
<!-- <h2 class="h2-subtitle">Our Clients</h2> -->
<div class="subtitle-line"></div>
</div>
<h2 class="h2-title">Happy Clients</h2>
</div>
</div>
</div>
<div class="row team-slider">
<?php
$query="SELECT * FROM clients ";
$result=mysqli_query($connection,$query);
$count=mysqli_num_rows($result);
while($row=mysqli_fetch_assoc($result)){
?>
<div class="col-lg-3">
<div class="team-box">
<img src="./admin/images/banner/<?php echo $row['image'] ?>" alt="team">
</div>
</div>
<?php } ?>
<!-- <div class="col-lg-3">
<div class="team-box">
<img src="assets/images/client2.png" alt="team">
</div>
</div>
<div class="col-lg-3">
<div class="team-box">
<img src="assets/images/client3.png" alt="team">
</div>
</div>
<div class="col-lg-3">
<div class="team-box">
<img src="assets/images/client4.png" alt="team">
</div>
</div>
<div class="col-lg-3">
<div class="team-box">
<img src="assets/images/client5.png" alt="team">
</div>
</div>
<div class="col-lg-3">
<div class="team-box">
<img src="assets/images/client6.png" alt="team">
</div>
</div> -->
</div>
</div>
</section>
<?php include "includes/footer.php" ;?>
<!-- Scroll To Top Start -->
<a href="#main-banner" class="scroll-top" id="scroll-to-top">
<i class="fa fa-arrow-up" aria-hidden="true"></i>
</a>
<!-- Scroll To Top End-->
<!-- Jquery JS Link -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap JS Link -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<!-- Custom JS Link -->
<script src="assets/js/custom.js"></script>
<!-- Slick Slider JS Link -->
<script src="assets/js/slick.min.js"></script>
<!-- Wow Animation JS -->
<script src="assets/js/wow.min.js"></script>
<!--Banner Bg Animation JS-->
<script src="assets/js/bg-moving.js"></script>
<!--Custom Counter JS-->
<script src="assets/js/custom-scroll-count.js"></script>
<!--jarallax JS-->
<script src="assets/js/jarallax.js"></script>
<script src="assets/js/jarallax.min.js"></script>
</body>
</html> |