Mumbai
+918956051383

Safety Saarthi – Best Fire Fighting Agency, Consultant & Supplier in India

 2025-08-20T04:33:30

Other Pages

View all pages

🚨 Govt. Approved Class-A Licensed Agency

Safety Saarthi – Best Fire Fighting Agency, Consultant & Supplier in India

End-to-end fire safety solutions for commercial, residential, and industrial occupancies — design, execution, licensing (Fire NOC), installation & AMC maintenance. Trusted by architects, MEP consultants and builders across India.

Why Choose Safety Saarthi?

  • 360° Fire Protection — Design, Execution, Fire NOC, Installation & Maintenance
  • Top-Tier Systems — Fire Extinguishers, Hydrant, Sprinkler, Alarm & Advanced Suppression
  • Specialized Services — Fire Audits, First Aid Training, Risk Assessment, Expert I&M
  • Custom Plans — Tailored for Corporate, Industrial & Multi-occupancy projects
  • ISO-certified & NFPA expertise — Compliance-first approach, seamless delivery

Core Services

  • Fire Fighting System Design & Execution — Tailor-made per code & occupancy
  • Fire NOC & Licensing Support — Faster approvals with expert documentation
  • Hydrant & Sprinkler Systems — Installation, testing & commissioning
  • Fire Extinguishers (IS-Approved) — Supply, refilling & on-site training
  • Fire Alarm & Detection — Addressable & conventional systems
  • Suppression Systems — Clean Agent, CO₂ Flooding, Foam & Water Mist
  • Fire Safety Audits & Training — Comprehensive assessments & live drills

Trusted By Businesses Across India

Chosen by architects, MEP consultants, builders & industries for our reliability, compliance and performance. We deliver PAN-India service with AMC support that keeps your protection systems always ready.

Popular searches: best fire fighting agency fire safety consultant fire hydrant supplier fire extinguisher company Fire NOC support

`; const shadowHost = document.getElementById(id); // Clear existing content shadowHost.innerHTML = ''; // Create and attach shadow root const shadowRoot = shadowHost.attachShadow({ mode: "open" }); // Add style element with responsive image rules const style = document.createElement('style'); const styleTag = ` `; // Create wrapper for your HTML string const wrapper = document.createElement("div"); wrapper.innerHTML = customPageHtmlString; // Append style and content shadowRoot.appendChild(style); shadowRoot.appendChild(wrapper); }; if (document.getElementById("customPage-html")) { addDynamicHtml("customPage-html"); } }); // // Function to format the human-readable date // function formatHumanReadableDate(timestamp) { // const date = new Date(timestamp); // const options = { // year: "numeric", // e.g., "2024" // month: "short", // e.g., "Aug" // day: "numeric", // e.g., "23" // hour: "2-digit", // e.g., "04" // minute: "2-digit", // e.g., "25" // hour12: true, // Format for 12-hour (am/pm) // }; // return date.toLocaleDateString(undefined, options); // } // // Function to get contextual time (e.g., "3 days ago") // function getContextualTime(timestamp) { // const now = new Date(); // const time = new Date(timestamp); // // Calculate the time difference in milliseconds // const diff = now - time; // // Constants for time calculations // const msPerMinute = 60 * 1000; // const msPerHour = msPerMinute * 60; // const msPerDay = msPerHour * 24; // const msPerWeek = msPerDay * 7; // const msPerMonth = msPerDay * 30; // const msPerYear = msPerDay * 365; // // Calculate the time difference in units // const daysAgo = Math.floor(diff / msPerDay); // const weeksAgo = Math.floor(diff / msPerWeek); // const monthsAgo = Math.floor(diff / msPerMonth); // const yearsAgo = Math.floor(diff / msPerYear); // if (diff < msPerDay && now.getDate() === time.getDate()) { // return `Today, ${time.toLocaleTimeString([], { // hour: "2-digit", // minute: "2-digit", // })}`; // } else if (daysAgo === 1) { // return `Yesterday, ${time.toLocaleTimeString([], { // hour: "2-digit", // minute: "2-digit", // })}`; // } else if (daysAgo < 7) { // return `${daysAgo} days ago`; // } else if (weeksAgo < 5) { // return `${weeksAgo} week${weeksAgo > 1 ? "s" : ""} ago`; // } else if (monthsAgo < 12) { // return `${monthsAgo} month${monthsAgo > 1 ? "s" : ""} ago`; // } else { // return `${yearsAgo} year${yearsAgo > 1 ? "s" : ""} ago`; // } // } // // Get the timestamp from the element // const timestamp = document.getElementById("customPage-posted-date").innerText; // // Set the contextual time as the default text // const contextualTime = getContextualTime(timestamp); // const humanReadableDate = formatHumanReadableDate(timestamp); // const dateElement = document.getElementById("customPage-posted-date"); // dateElement.innerText = contextualTime; // dateElement.style.cursor = "pointer"; // // Set the human-readable date as a tooltip using the title attribute // dateElement.setAttribute("title", humanReadableDate);