Server : LiteSpeed System : Linux in-mum-web1112.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : u451330669 ( 451330669) PHP Version : 8.2.27 Disable Function : NONE Directory : /home/u451330669/domains/wecareindustry.in/public_html/ |
<?php require('top.php'); ?>
<!-- Carousel Start -->
<div class="container-fluid p-0 mb-5">
<div class="owl-carousel header-carousel position-relative">
<?php
$get_banner=get_banner($con);
foreach ($get_banner as $list) {
?>
<div class="owl-carousel-item position-relative">
<img class="img-fluid" src="<?php echo PRODUCT_IMAGE_SITE_PATH.$list['image']?>" style="height:600px;" alt="">
<div class="position-absolute top-0 start-0 w-100 h-100 d-flex align-items-center" style="background: rgba(0, 0, 0, .2);">
<div class="container">
<div class="row justify-content-start">
<div class="col-10 col-lg-8">
<h1 class="display-2 text-white animated slideInDown mb-4"><?php echo $list['banner']?></h1>
<p class="fs-5 fw-medium text-white mb-4 pb-2"><?php echo $list['description']?></p>
<a href="" class="btn btn-primary rounded-pill py-sm-3 px-sm-5 me-3 animated slideInLeft"> More details </a>
</div>
</div>
</div>
</div>
</div><?php
} ?>
</div>
</div>
<!-- Carousel End -->
<!-- Classes Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<h1 class="mb-3">Our Product</h1>
</div>
<div class="row g-4">
<?php
$get_product=get_product($con,6);
foreach($get_product as $list){
?>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="classes-item">
<div class="bg-light rounded-circle w-75 mx-auto p-3" >
<img class="img-fluid rounded-circle" src="<?php echo PRODUCT_IMAGE_SITE_PATH.$list['image']?>" alt="">
</div>
<div class="bg-light rounded p-4 pt-5 mt-n5">
<a class="d-block text-center h3 mt-3 mb-4" href=""><?php echo $list['name']?></a>
<div class="d-flex align-items-center justify-content-between mb-4">
<div class="d-flex align-items-center">
<img class="rounded-circle flex-shrink-0" src="logo.png" alt="" style="width: 45px; height: 45px;">
<div class="ms-3">
<h6 class="text-primary mb-1"><?php echo $list['categories']?></h6>
</div>
</div><a href="productdetail.php?id=<?php echo $list['id']?>" class="overlay_link">
<span class="bg-primary text-white rounded-pill py-2 px-3" href="">More</a></span>
</div>
</div>
</div>
</div> <?php } ?>
</div>
</div>
</div>
<!-- About Start --><?php
$get_about=get_about($con,1);
foreach ($get_about as $list) {
?>
<div class="container-xxl py-5">
<div class="container">
<div class="row g-5 align-items-center">
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s">
<h1 class="mb-4"><?php echo $list['about']?></h1>
<p><?php echo $list['short_desc']?></p>
<div class="row g-4 align-items-center">
<div class="col-sm-6">
<a class="btn btn-primary rounded-pill py-3 px-5" href="">Read More</a>
</div>
<div class="col-sm-6">
</div>
</div>
</div>
<div class="col-lg-6 about-img wow fadeInUp" data-wow-delay="0.5s">
<div class="row">
<div class="col-12 text-center">
<img class="img-fluid w-75 rounded-circle bg-light p-3" src="<?php echo PRODUCT_IMAGE_SITE_PATH.$list['image']?>" alt="">
</div>
<div class="col-6 text-start" style="margin-top: -150px;">
<img class="img-fluid w-100 rounded-circle bg-light p-3" src="https://haztechgroup.com/wp-content/uploads/2022/07/ourCompany1.png" alt="">
</div>
<div class="col-6 text-end" style="margin-top: -150px;">
<img class="img-fluid w-100 rounded-circle bg-light p-3" src="https://www.ualberta.ca/business/media-library/studentservices/student_services_1200x675.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div><?php
} ?>
<!-- About End -->
<!-- Call To Action Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="bg-light rounded">
<div class="row g-0">
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.1s" style="min-height: 400px;">
<div class="position-relative h-100">
<img class="position-absolute w-100 h-100 rounded" src="https://www.cashapona.com/wp-content/uploads/2018/10/our-team-banner.jpg" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-6 wow fadeIn" data-wow-delay="0.5s">
<div class="h-100 d-flex flex-column justify-content-center p-5">
<h1 class="mb-4">Our Team</h1>
<p class="mb-4">Our teams of highly skilled and experienced professionals help us in the attainment of a number of the firm’s targets, predefined. The team, for reasons of better and highly effective management of operations, has been parted into several highly operational units. These units, in the most effective and efficient manner, boosts the firm’s production capacity. The division of these professionals is done as per their area of expertise. Further, regular training sessions are provided, for maximum employee satisfaction.
</p>
<a class="btn btn-primary py-3 px-5" href="">Get Started Now<i class="fa fa-arrow-right ms-2"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Call To Action End -->
<!-- Team Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center mx-auto mb-5 wow fadeInUp" data-wow-delay="0.1s" style="max-width: 600px;">
<h1 class="mb-3">CERTIFICATIONS</h1>
<p>The U.S. Food and Drug Administration. Approved, ISO certificate ,CE certification represents the CE mark .</p>
</div>
<div class="row g-4">
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="team-item position-relative">
<img class="img-fluid rounded-circle w-75" src="img/approv.webp" alt="">
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="team-item position-relative">
<img class="img-fluid rounded-circle w-75" src="img/ios.png" alt="">
</div>
</div>
<div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="team-item position-relative">
<img class="img-fluid rounded-circle w-75" src="img/ce.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<?php require('footer.php'); ?>