<?php include('header.php');?>
    <section id="bg-bread" class="bread-wrapper">
        <div class="black-overlay"></div>
        <div class="container">
            <div class="bread-box">
                <h2>Equipment Calibration Services</h2>
                <!--  <hr class="bread-border">-->
                <ol class="breadcrumb">
                    <li><a href="index.php">Home</a></li>
                    <li class="active">Equipment Calibration Services</li>
                </ol>
            </div>
        </div>
    </section>
    <section id="about-wrapper" class="inner-pages">
        <div class="container">
            <div class="container-inner">
                <h2 class="inner-head">Equipment Calibration Services</h2>
                <div class="row">
                    <div class="col-md-12">
                        <p><i><strong>Let our credible market experience and expertise help you to minimize and avert costly drawbacks. With our equipment calibration services, we can design and execute health and safety programs that guarantee the strongest likelihood for the success of your business.</strong></i></p>
                        <br>
                        <table class="cal-table">
                            <thead>
                               <tr>
                                   <th>Series No.</th>
                                   <th>Calibration Services</th>
                                   <th>Equipments We Calibrate</th>
                               </tr>
                            </thead>
                            <tbody>
                                <tr>
                                    <td>1</td>
                                    <td>Temperature</td>
                                    <td>Chillers, Freezers, Thermometers ( Digital,Analog,Infrared), warmer, oven, hot Cabinet, Thermohygrometers, Refrigerator, Dishwashers, Baine Marie</td>
                                </tr>
                                <tr>
                                    <td>2</td>
                                    <td>Mass</td>
                                    <td>Weighing scales, top loading balance, analytical balance</td>
                                </tr>
                                <tr>
                                    <td>3</td>
                                    <td>Pressure</td>
                                    <td>Pressure gauge, test gauge, pressure switch</td>
                                </tr>
                                
                            </tbody>
                        </table>
                        </div>
                </div>
            </div>
        </div>
    </section>
    <?php include('footer.php');?>