top of page
6a40c3dc-2a5e-4bdd-9ecd-df6fbfabc786.jpg

CONTACT US

Contact us

N-146, Bawana Industrial Area

DSIIDC Bawana Industrial Area,
Delhi-110039

(+91) 93109-39765
(+91) 72177-19807

  • Facebook
  • LinkedIn
  • Instagram

Thanks for submitting!

bottom of page
document.addEventListener('keydown', function(e) { // Block Ctrl+A (Select All) if (e.ctrlKey && e.keyCode == 65) { e.preventDefault(); // Prevent the default action of selecting all text return false; } // Block Ctrl+C (Copy) if (e.ctrlKey && e.keyCode == 67) { e.preventDefault(); // Prevent the default action of copying text return false; } });