We are proud to offer a wide range of electrical, refrigeration and air conditioning services,  as we understand the convenience of dealing with one company to complete you project.

 

We also offer 24 hour service

7 days a week

Projects

Complete C-Bus Design and Installation
VIEW PROJECT

Design and Construction of motor control switchboards

Complete Ducted A/C system Design and Installation

Split System Installations

Complete Refrigeration Design and Installation 

//DROP DOWN CODE $('.enquire-trigger').click(function() { $('#enquire-dropdown').slideToggle(500, function() { }); }); // JAVASCRIPT VALIDATION MUST NOT BE FORM2 function validateform7(form) { var errors = 0; if (document.form7.a_Name.value.length < 1) { alert('Please Enter Name'); errors++; } if (document.form7.b_Phone.value.length < 1) { alert('Please Enter Phone'); errors++; } if (document.form7.c_Email.value.length < 1) { alert('Please Enter Email'); errors++; } if(errors == 0){ return validateRecaptcha(form); } return false; }