<!DOCTYPE html>
<?php include_once('header.php')?>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HighTech - IT Solutions Website Template</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Google Web Fonts -->
<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=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Page Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center py-5">
<h1 class="display-2 text-white mb-4 animated slideInDown">Our Products</h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb justify-content-center mb-0">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Pages</a></li>
<li class="breadcrumb-item" aria-current="page">About</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<!-- Fact Start -->
<div class="container-fluid bg-secondary py-5">
<div class="container">
<div class="row">
<div class="col-lg-3 wow fadeIn" data-wow-delay=".1s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">99</h1>
<h5 class="text-white mt-1">Success in getting happy customer</h5>
</div>
</div>
<div class="col-lg-3 wow fadeIn" data-wow-delay=".3s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">25</h1>
<h5 class="text-white mt-1">Thousands of successful business</h5>
</div>
</div>
<div class="col-lg-3 wow fadeIn" data-wow-delay=".5s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">120</h1>
<h5 class="text-white mt-1">Total clients who love Transtronix India</h5>
</div>
</div>
<div class="col-lg-3 wow fadeIn" data-wow-delay=".7s">
<div class="d-flex counter">
<h1 class="me-3 text-primary counter-value">5</h1>
<h5 class="text-white mt-1">Stars reviews given by satisfied clients</h5>
</div>
</div>
</div>
</div>
</div>
<!-- Fact End -->
<!-- About Start -->
<div class="container-fluid py-5 my-5">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-5 col-md-6 col-sm-12 wow fadeIn" data-wow-delay=".3s">
<div class="h-100 position-relative">
<img src="img/godrej.jpg" class="img-fluid w-75 rounded" alt="" style="margin-bottom: 25%;">
</div>
</div>
<div class="col-lg-7 col-md-6 col-sm-12 wow fadeIn" data-wow-delay=".5s">
<h1 class="mb-4">Steadfast CC-11 Cross Cut Shredder Services</h1>
<h5 class="text-primary">Product Details:</h5>
<table class="table1"><tbody><tr><td>Shredding Machine Type</td><td>Cross Cut</td></tr><tr><td>Shredding Capacity</td><td>5 Sheets</td></tr><tr><td>Automation Grade</td><td>Automatic</td></tr><tr><td>Country of Origin</td><td>Made in India</td></tr></tbody></table>
<br>
<p>ranstronix India has wholesalers into a trustful entity and pioneered the industry by providing optimum quality Godrej Bundle Counting Machines, Glory Shorter and Authentication. Due to our vendor’s expertise, we have been the industry leaders and thus our role becomes stronger to fulfill the diverse needs of our clients.</p>
</div>
</div>
</div>
</div>
<!-- About End -->
<?php include_once('footer.php')?>