<?php
$title="PRODUCTS & SERVICES";
include_once "header.php";
?>

    


        <section class="mt-1">
            <div class="container">
                <div class="row justify-content-center">
                    <div class="col-lg-6 col-12">
                        <div class="wpo-section-title-s2">
                            <h3 style="  font-size: 27px;">PRODUCTS & SERVICES</h3>
                        </div>
                    </div>
                </div>

                <div class="row">
                    <div class="col col-xs-12">
                        <div class="product-info">
                        <div class="entry-details">
                                    <h3 class="text-center">RANGE OF PRODUCTS</h3>
                                    <p class="mt-2">MORRIS balanced Spur Gear Chain Pulley Blocks, Overhead Travelling Trolley, Build in Pulley Blocks, Rope Master
Close Lift Electric Hoists, Power Trolleys, Chain Hoists, Portable/Pillar Mounted/Wall Mounted Jib Cranes, Over
Head Travelling Cranes-Hand Operated (Hot)/Electrically Operated (EOT), Single/Double Girders, Under Slung Type
Etc. and Spares.</p><p>INDEF balanced Spur Gear Chain Pulley Blocks, Overhead Travelling Trolley, Build in Pulley Blocks, Rope Master
Close Lift Electric Hoists, Power Trolleys, Chain Hoists, Portable/Pillar Mounted/Wall Mounted Jib Cranes, Over
Head Travelling Cranes-Hand Operated (Hot)/Electrically Operated (EOT), Single/Double Girders, Under Slung Type
Etc. and Spares.</p>
<p>BRAD Light Weight Chain Pulley Blocks, Elevating Trucks, Hydraulic Pallet Trucks Etc and Spares.
Best Indigenous Make Winches, Wire Ropes, Chains, Wire Rope and Chain Slings, Dee/Bow Shackles, Eye Hooks,
and other lifting Tackles.</p>
<p>PETHE Industrial Electromagnetic Clutches and Brakes including Brake Motors, Shoe Type Solenoid operated
AC/DC Brake, Thrustor Operated Shoe Brakes etc and Spares.</p>
<p>COOLIE Chain Hoist, 125kg, 250kg, 500kg and 1000kg models with overload friction clutch and chain collector box.
SLINGSET The widest range of polyester slings manufactured in technical collaboration with sligmax inc. USA-
Slingset regular (single path polyester round sling), Slingset super (single path polyester round sling with double cover),
Slingset twin path (polyester round sling with two core paths and double cover), Slinset twin path plus (k-spec fiber
round sling with two core paths and double cover, Slingset webbing (duplex slings with reinforced eyes at both ends),
Slingset multiegged slings and clamp and lifting equipments fully imported and manufactured to international safety
standards.</p>
<p>SPANSET Imported polyester slings, Lashings, and safety Products.
CAMLOCK Lifting clamps and equipments-Vertical/Horizontal plate lifting clamps, Rolled section clamps,
Manufactured in accordance with ISO 9002 and accredited by BSI quality assurance.
SAFETRACK Compact shrouded conductor system for current collectors in EOT cranes, monorail hoists-straight
and curved paths etc.</p>

<p>HULK HYDRAULIC Pallet Truck, High lift/Scale/Semi electric/Warp beam/Roll pallet trucks, telescopic
mask/straddle base/adjustable fork/winch/manual or battery or full electric stackers, Hydraulic liftables, Motor cycle
lift, Order picker, Drum lifter, Drum carrier, Drum stacker cum tilter, Wire reel lifter, Warp beam liter, Revolving jib
crane, Folding cranes etc AND HYDRAULIC POWER PACKS.</p>
<p>RADIO REMOTE CONTROL – Radio Remote Control system for Cranes/Hoists
SERVICE/REPAIR of Pulley Blocks, Hoists, Cranes and other Lifting Equipments. Authorized Service Centre for
MORRIS / BRAD / HULK / COOLIE Products.
DESIGN/FABRICATION/ERECTION of Gantry, Railing, Monorail, Current Collector Systems for Cranes, Hoists
etc.</p>
<p>INSPECTION/TESTING/STATUTORY CERTIFICATION of Lifts and Hoists, Lifting Machines and Lifting
Tackles, Pressure Vessels and Press Vessels and Pressure Plants by Competent Person approved by Government of
Kerala Directory of Factories and Boilers.</p>
<h5>Authorized Dealer/Agents for :</h5><p>
<ul style="padding-left: 20px;">
<li>M/s. W.H. Brady &amp; Co., Ltd.,</li>
<li>M/s. Lokpal Industries</li>
<li>M/s. KRYFS Power Components Ltd.,</li>
<li>M/s. Qureishi Enterprises</li>
<li>M/s. Pethe Brake Motors Pvt. Ltd.,</li>
<li>M/s. Susheel Engineering Corporation</li>
<li>M/s. Mechnokrat Engineering Systems Pvt Ltd.,</li>
<li>M/s. Vogal Engineering Industries</li>
<li> M/s. SNT CONTROLS LTD.,</li>
</ul>   </p>                                
                                </div>
                        </div>
                    </div>
                </div>
                <div class="row">
                <h3 class="text-center mb-5 mt-3">PRODUCTS</h3>
                    <?php
        $sql = "SELECT *  FROM `newproducts` WHERE `isdel` = 1 AND `ordr`!=0 ORDER BY `newproducts`.`ordr` ASC";
        $rlt=dbset($sql,1);
        while($row=mysqli_fetch_array($rlt))
        {
            
                    ?>
                    <div class="col-lg-3 col-md-3 col-12  wow fadeInUp  animated">
                        <div class="service-card">
                            <div class="service-inner rounded">
                                <div class="image">
                                    <img src="newproducts/<?php echo $row[2] ?>" alt="">
                                    <div class="line-one"></div>
                                    <div class="line-two"></div>
                                </div>
                            </div>    
                            <div class="content">
                         
                                <p><?php echo $row[1] ?>
                                </p>
                            </div>
                        </div>
                    </div>
                   <?php
    }
                   ?>
                    <?php
        $sql = "SELECT *  FROM `sndproducts` WHERE `isdel` = 1 AND `ordr`!=0 ORDER BY `sndproducts`.`ordr` ASC";
        $rlt=dbset($sql,1);
        while($row=mysqli_fetch_array($rlt))
        {
            
                    ?>
                    <div class="col-lg-3 col-md-3 col-12  wow fadeInUp  animated">
                        <div class="service-card">
                            <div class="service-inner rounded">
                                <div class="image">
                                    <img src="newproducts/<?php echo $row[2] ?>" alt="">
                                    <div class="line-one"></div>
                                    <div class="line-two"></div>
                                </div>
                            </div>    
                            <div class="content">
                          
                                <p><?php echo $row[1] ?>
                                </p>
                            </div>
                        </div>
                    </div>
                   <?php
    }
                   ?>
                             <?php
        $sql = "SELECT *  FROM `spares` WHERE `isdel` = 1 AND `ordr`!=0 ORDER BY `spares`.`ordr` ASC";
        $rlt=dbset($sql,1);
        while($row=mysqli_fetch_array($rlt))
        {
            
                    ?>
                    <div class="col-lg-3 col-md-3 col-12  wow fadeInUp  animated">
                        <div class="service-card">
                            <div class="service-inner rounded">
                                <div class="image">
                                    <img src="newproducts/<?php echo $row[2] ?>" alt="">
                                    <div class="line-one"></div>
                                    <div class="line-two"></div>
                                </div>
                            </div>    
                            <div class="content">
                          
                                <p><?php echo $row[1] ?>
                                </p>
                            </div>
                        </div>
                    </div>
                   <?php
    }
                   ?>
                             <?php
        $sql = "SELECT *  FROM `tbl_products` WHERE `sts` = 1 AND `ordr`!=0 ORDER BY `tbl_products`.`ordr` ASC";
        $rlt=dbset($sql,1);
        while($row=mysqli_fetch_array($rlt))
        {
            
                    ?>
                    <div class="col-lg-3 col-md-3 col-12  wow fadeInUp  animated">
                        <div class="service-card">
                            <div class="service-inner rounded">
                                <div class="image">
                                    <img src="products/<?php echo $row[2] ?>" alt="">
                                    <div class="line-one"></div>
                                    <div class="line-two"></div>
                                </div>
                            </div>    
                            <div class="content">
                          
                                <p><?php echo $row[1] ?>
                                </p>
                            </div>
                        </div>
                    </div>
                   <?php
    }
                   ?>
                </div>


                
            </div>
        </section>
        <?php
include "footer.php";
?>