<!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">GFS 110 Banknote Authentication Machine</h1>
<h5 class="text-primary">Product Details:</h5>
<table class="table1"><tbody><tr><td>Usage/Application</td><td>Bank, Restaurant</td></tr><tr><td>Model Name/Number</td><td>GFS 110</td></tr><tr><td>Brand</td><td>Steadfast</td></tr><tr><td>Counting Speed</td><td>900 notes/min</td></tr><tr><td>Batching Configuration Preset</td><td>5</td></tr><tr><td>Weight</td><td>13kg</td></tr><tr><td>Hopper Capacity</td><td>300 notes</td></tr><tr><td>Mode Type</td><td>Mix Mode, Different Denomination Mode And Count Mode</td></tr><tr><td>Reject Pocket Capacity</td><td>50 notes</td></tr><tr><td>Frequency</td><td>50Hz</td></tr><tr><td>Stacker Capacity</td><td>200 notes</td></tr><tr><td>Power Supply</td><td>240VAC</td></tr><tr><td>Display</td><td>LCD</td></tr><tr><td>Dimension</td><td>300X30X325mm</td></tr><tr><td>Configurable</td><td>200 pieces</td></tr></tbody></table>
<br>
<p>With honest intentions to improve the standing we have earned in this arena, we are offering a distinct collection of GFS 110 Banknote Authentication Machine</p>
</div>
</div>
</div>
</div>
<!-- About End -->
<?php include_once('footer.php')?>