KARY ENVIRONMETAL

For over 43 years, KES has protected life, health, property, and the environment. As Arizona's trusted local provider, we specialize in Training, Emergency Response, Abatement, and Hazmat services, using proven methods to safeguard our clients.

Share Icon
function sharePage() { if (navigator.share) { navigator .share({ title: document.title, text: "Check out this page!", url: window.location.href, }) .then(() => { console.log('Page shared successfully.'); }) .catch((error) => { console.error('Error sharing page:', error); }); } else { alert('Sharing is not supported on your device or browser.'); } }

................