{"id":71,"date":"2024-09-05T11:24:32","date_gmt":"2024-09-05T11:24:32","guid":{"rendered":"https:\/\/s2mengineering.com\/?page_id=71"},"modified":"2024-12-03T10:38:57","modified_gmt":"2024-12-03T10:38:57","slug":"services","status":"publish","type":"page","link":"https:\/\/s2mengineering.com\/index.php\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"71\" class=\"elementor elementor-71\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a08d0b e-flex e-con-boxed e-con e-parent\" data-id=\"7a08d0b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9f95cd e-flex e-con-boxed e-con e-parent\" data-id=\"c9f95cd\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94aa48c elementor-widget elementor-widget-html\" data-id=\"94aa48c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Key Services - Pop-Up Design<\/title>\r\n  <style>\r\n    body {\r\n      font-family: Arial, sans-serif;\r\n      margin: 0;\r\n      padding: 0;\r\n      background-color: #f4f4f9;\r\n    }\r\n\r\n    h1, h2 {\r\n      text-align: center;\r\n      color: #333;\r\n    }\r\n\r\n    .container {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      justify-content: center;\r\n      padding: 20px;\r\n    }\r\n\r\n    .service-card {\r\n      background: #fff;\r\n      border-radius: 10px;\r\n      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\r\n      margin: 10px;\r\n      padding: 20px;\r\n      text-align: center;\r\n      width: 250px;\r\n      cursor: pointer;\r\n      transition: transform 0.2s ease-in-out;\r\n    }\r\n\r\n    .service-card:hover {\r\n      transform: scale(1.05);\r\n      background-color: #007BFF;\r\n      color: #fff;\r\n    }\r\n\r\n    .service-card h3 {\r\n      margin: 10px 0;\r\n    }\r\n\r\n    \/* Pop-up Styles *\/\r\n    .popup-overlay {\r\n      position: fixed;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      background: rgba(0, 0, 0, 0.5);\r\n      display: none;\r\n      justify-content: center;\r\n      align-items: center;\r\n      z-index: 1000;\r\n    }\r\n\r\n    .popup-content {\r\n      background: #fff;\r\n      padding: 20px;\r\n      border-radius: 10px;\r\n      width: 80%;\r\n      max-width: 500px;\r\n      text-align: center;\r\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);\r\n    }\r\n\r\n    .popup-content h3 {\r\n      margin-bottom: 15px;\r\n    }\r\n\r\n    .popup-content p {\r\n      line-height: 1.5;\r\n      color: #555;\r\n    }\r\n\r\n    .close-popup {\r\n      background: #007BFF;\r\n      color: #fff;\r\n      border: none;\r\n      padding: 10px 20px;\r\n      margin-top: 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n    }\r\n\r\n    .close-popup:hover {\r\n      background: #0056b3;\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<h1>Key Engineering Services Offerings<\/h1>\r\n<div class=\"container\">\r\n  <div class=\"service-card\" onclick=\"showPopup('consultancy')\">\r\n    <h3>Engineering Consultancy<\/h3>\r\n  <\/div>\r\n  <div class=\"service-card\" onclick=\"showPopup('project-management')\">\r\n    <h3>Project Management & Consulting<\/h3>\r\n  <\/div>\r\n  <div class=\"service-card\" onclick=\"showPopup('system-design')\">\r\n    <h3>System Design & Detail Engineering<\/h3>\r\n  <\/div>\r\n  <!-- Add more service cards as needed -->\r\n<\/div>\r\n\r\n<!-- Pop-up Structure -->\r\n<div id=\"popup\" class=\"popup-overlay\">\r\n  <div class=\"popup-content\">\r\n    <h3 id=\"popup-title\"><\/h3>\r\n    <p id=\"popup-description\"><\/p>\r\n    <button class=\"close-popup\" onclick=\"closePopup()\">Close<\/button>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  \/\/ Content for pop-ups\r\n  const popupData = {\r\n    'consultancy': {\r\n      title: 'Engineering Consultancy',\r\n      description: 'We offer expert guidance and solutions for engineering projects, ensuring compliance, efficiency, and innovation.'\r\n    },\r\n    'project-management': {\r\n      title: 'Project Management & Consulting',\r\n      description: 'Our project management services include planning, execution, and control of engineering projects, ensuring on-time and on-budget delivery.'\r\n    },\r\n    'system-design': {\r\n      title: 'System Design & Detail Engineering',\r\n      description: 'We specialize in system design, detailed engineering, and optimization to meet project-specific requirements.'\r\n    },\r\n    \/\/ Add more content as needed\r\n  };\r\n\r\n  \/\/ Show Pop-up\r\n  function showPopup(key) {\r\n    const popup = document.getElementById('popup');\r\n    document.getElementById('popup-title').innerText = popupData[key].title;\r\n    document.getElementById('popup-description').innerText = popupData[key].description;\r\n    popup.style.display = 'flex';\r\n  }\r\n\r\n  \/\/ Close Pop-up\r\n  function closePopup() {\r\n    document.getElementById('popup').style.display = 'none';\r\n  }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d30160 e-flex e-con-boxed e-con e-parent\" data-id=\"3d30160\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-01d529e e-con-full e-flex e-con e-child\" data-id=\"01d529e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03ad435 elementor-widget elementor-widget-heading\" data-id=\"03ad435\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Key Engineering Services Offerings <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f429224 elementor-widget elementor-widget-text-editor\" data-id=\"f429224\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li><span class=\"elementor-icon-list-text\">Engineering Consultancy<\/span><\/li><li><span class=\"elementor-icon-list-text\">Project Management &amp; Consulting<\/span><\/li><li><span class=\"elementor-icon-list-text\">System Design &amp; Detail Engineering<\/span><\/li><li><span class=\"elementor-icon-list-text\">Project Budget \/ Costing<\/span><\/li><li><span class=\"elementor-icon-list-text\">Tender Evaluation<\/span><\/li><li><span class=\"elementor-icon-list-text\">Project Planning<\/span><\/li><li><span class=\"elementor-icon-list-text\">Site Audit \/Field Investigation<\/span><\/li><li><span class=\"elementor-icon-list-text\">BIM (Building Information Modelling<\/span><\/li><li><span class=\"elementor-icon-list-text\">Shop drawings \/ As built drawing<\/span><\/li><li><span class=\"elementor-icon-list-text\">Risk Assesment \/ Project Management <\/span><\/li><li><span class=\"elementor-icon-list-text\">Statutory Approvals \/ Licening<\/span><\/li><li><span class=\"elementor-icon-list-text\">3D Modelling \/ Walkthrough \/ Simulation<\/span><\/li><li><span class=\"elementor-icon-list-text\">Architectural Design \/ Structural Analysis<\/span><\/li><li><span class=\"elementor-icon-list-text\">Man power deputation\/ Training<\/span><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3c00bc0 e-con-full e-flex e-con e-child\" data-id=\"3c00bc0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ac40af elementor-widget elementor-widget-heading\" data-id=\"2ac40af\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Service Categories<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56662a3 elementor-widget elementor-widget-text-editor\" data-id=\"56662a3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li>Civil &amp; Structural Designs<\/li><li>Electrical Systems (LV &amp; MV)<\/li><li>Mechanical &amp; Plumbing<\/li><li>HVAC Systems<\/li><li>Fire Protection Systems<\/li><li>ELV Systems<\/li><li>Environmental Engineering<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-606f0eb e-con-full e-flex e-con e-child\" data-id=\"606f0eb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43866ff elementor-widget elementor-widget-heading\" data-id=\"43866ff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Service Sectors<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e6f4b2 elementor-widget elementor-widget-text-editor\" data-id=\"5e6f4b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li><span class=\"elementor-icon-list-text\">Manufacturing<\/span><\/li><li>Process Buildings<\/li><li>Logistics\/ Warehouses<\/li><li>Power Plant\/ Hazardous buildings<\/li><li>Chemical Plants \/ Pharmaceutical<\/li><li>Foods &amp; Bevarages\/ Labs\/ R &amp; D centres<\/li><li>Commercial Buildings\/ Residential<\/li><li>Educational \/ Institutional<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4245403 e-con-full e-flex e-con e-child\" data-id=\"4245403\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce6803a elementor-widget elementor-widget-heading\" data-id=\"ce6803a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Software Support<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c2130b elementor-widget elementor-widget-text-editor\" data-id=\"8c2130b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul>\n<li>Civil Softwares :<br>1.Staadpro<br>2.Revit<br>3.AutoCad<\/li>\n<li class=\"bx-im-message-default__container\">\n<div class=\"bx-im-message-default-content__container bx-im-message-default-content__scope\">\n<div class=\"bx-im-message-default-content__text\">MEP Design Softwares:<br>1.Dialux Evo<br>2.Autocad<br>3.HAP<br>4.MEP Revit<\/div>\n<div class=\"bx-im-message-default-content__bottom-panel\">\n<div class=\"bx-im-reaction-list__container bx-im-reaction-list__scope bx-im-message-default-content__reaction-list\">\n<div class=\"bx-im-reaction-list__item --selected\">\n<div class=\"bx-im-reaction-list__item_icon reaction-icon_like\">&nbsp;<\/div>\n<div class=\"bx-im-reaction-list__user_container\">\n<div class=\"bx-im-reaction-list__user_avatar\">\n<div class=\"--size-xs --user bx-im-avatar__scope bx-im-avatar__container\" title=\"\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"bx-im-message-default-content__status-container\">\n<div class=\"bx-im-message-status__container bx-im-message-status__scope\">\n<div class=\"bx-im-message-status__date\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dab6535 e-flex e-con-boxed e-con e-parent\" data-id=\"dab6535\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fdf0e71 elementor-widget elementor-widget-toggle\" data-id=\"fdf0e71\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle\">\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2661\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2661\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Civil & Structural Designs<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2661\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2661\"><p>S2M Engineering ensures that every Civil &amp; Structural Design project meets the highest standards of quality, safety, and innovation. Whether it\u2019s a new build or the renovation of an existing structure, our expertise guarantees that every project is completed with precision and integrity.<\/p><p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-medium wp-image-623\" src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/civil5-300x210.jpg\" alt=\"\" width=\"300\" height=\"210\" srcset=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/civil5-300x210.jpg 300w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/civil5-1024x718.jpg 1024w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/civil5-768x539.jpg 768w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/civil5.jpg 1280w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><article class=\"w-full text-token-text-primary focus-visible:outline-2 focus-visible:outline-offset-[-4px]\" dir=\"auto\" data-testid=\"conversation-turn-5\" data-scroll-anchor=\"false\"><div class=\"m-auto text-base py-[18px] px-3 md:px-4 w-full md:px-5 lg:px-4 xl:px-5\"><div class=\"mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\"><div class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col flex-grow\"><div class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"0e5a98e7-0fce-4055-b5ab-67a5e17d14ae\" data-message-model-slug=\"gpt-4o\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><h3><strong>Key Services for Civil &amp; Structural Designs<\/strong><\/h3><ol><li><strong>Structural Analysis and Design<\/strong>:<ul><li>Analysis and design of load-bearing structures, including RCC and steel.<\/li><li>Foundation design for diverse soil conditions.<\/li><\/ul><\/li><li><strong>Architectural Design<\/strong>:<ul><li>Creating functional and aesthetically appealing spaces.<\/li><li>Incorporating sustainable design practices.<\/li><\/ul><\/li><li><strong>Infrastructure Development<\/strong>:<ul><li>Planning and designing roads, bridges, and utilities.<\/li><li>Ensuring safety and compliance in urban\/rural development.<\/li><\/ul><\/li><li><strong>Retrofitting and Rehabilitation<\/strong>:<ul><li>Strengthening existing buildings to meet modern standards.<\/li><li>Seismic retrofitting for earthquake safety.<\/li><\/ul><\/li><li><strong>Sustainability &amp; Compliance<\/strong>:<ul><li>Green building practices and adherence to building codes.<\/li><li>Use of BIM tools for design coordination.<\/li><\/ul><\/li><li><strong>Site Development and Grading<\/strong>:<ul><li>Site grading, drainage design, and erosion control.<\/li><li>Integration with environmental considerations.<\/li><\/ul><\/li><li><strong>Design Optimization and Value Engineering<\/strong>:<ul><li>Cost-effective design solutions and feasibility studies.<\/li><li>Value engineering to optimize materials and processes.<\/li><\/ul><\/li><\/ol><\/div><\/div><\/div><\/div><div class=\"mb-2 flex gap-3 empty:hidden -ml-2\"><div class=\"items-center justify-start rounded-xl p-1 z-10 -mt-1 bg-token-main-surface-primary md:absolute md:sr-only\"><div class=\"flex items-center\">\u00a0<\/div><\/div><\/div><div class=\"pr-2 lg:pr-0\">\u00a0<\/div><\/div><\/div><\/div><\/div><\/article><article class=\"w-full text-token-text-primary focus-visible:outline-2 focus-visible:outline-offset-[-4px]\" dir=\"auto\" data-testid=\"conversation-turn-6\" data-scroll-anchor=\"false\"><h5 class=\"sr-only\">\u00a0<\/h5><div class=\"m-auto text-base py-[18px] px-3 md:px-4 w-full md:px-5 lg:px-4 xl:px-5\"><div class=\"mx-auto flex flex-1 gap-4 text-base md:gap-5 lg:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\"><div class=\"group\/conversation-turn relative flex w-full min-w-0 flex-col\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex max-w-full flex-col flex-grow\"><div class=\"min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&amp;]:mt-5\" dir=\"auto\" data-message-author-role=\"user\" data-message-id=\"aaa2eeb3-4bfa-487e-b02f-0572d4b60e21\"><div class=\"flex w-full flex-col gap-1 empty:hidden items-end rtl:items-start\"><div class=\"relative max-w-[70%] rounded-3xl px-5 py-2.5 bg-[#f4f4f4] dark:bg-token-main-surface-secondary\"><div class=\"whitespace-pre-wrap\">\u00a0<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/article><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2662\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2662\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Electrical Systems (LV & MV)<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2662\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2662\"><p>S2M Engineering offers a comprehensive range of services for the design, implementation, and management of Low Voltage (LV) and Medium Voltage (MV) electrical systems. We focus on ensuring energy efficiency, reliability, and safety, while adhering to local and international standards.<\/p><p><img decoding=\"async\" class=\"alignnone size-medium wp-image-627\" src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/Datacenter-setup-300x186.png\" alt=\"\" width=\"300\" height=\"186\" srcset=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/Datacenter-setup-300x186.png 300w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/Datacenter-setup-768x475.png 768w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/Datacenter-setup.png 811w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><h4><strong>Key Services:<\/strong><\/h4><ol><li><p><strong>Power Distribution Systems<\/strong>:<\/p><ul><li>Design and implementation of LV &amp; MV power distribution networks for residential, commercial, and industrial projects.<\/li><li>Coordination of power sources, transformers, and switchgear for efficient load distribution.<\/li><\/ul><\/li><li><p><strong>Electrical Load Analysis<\/strong>:<\/p><ul><li>Detailed load calculations for optimal sizing of electrical components and systems.<\/li><li>Analysis of peak demand, load balancing, and energy consumption for efficient system operation.<\/li><\/ul><\/li><li><p><strong>Lighting and Power Systems<\/strong>:<\/p><ul><li>Design of energy-efficient lighting systems, including emergency lighting, for various building types.<\/li><li>Power systems design for internal and external applications, such as power outlets, panels, and control circuits.<\/li><\/ul><\/li><li><p><strong>Backup Power Systems<\/strong>:<\/p><ul><li>Design and integration of backup power solutions, including generators and Uninterruptible Power Supply (UPS) systems.<\/li><li>Ensuring seamless power continuity for critical operations in the event of grid failure.<\/li><\/ul><\/li><li><p><strong>Earthing and Lightning Protection Systems<\/strong>:<\/p><ul><li>Design of grounding and earthing systems to protect buildings and occupants from electrical hazards.<\/li><li>Lightning protection systems for safeguarding structures against high-voltage strikes.<\/li><\/ul><\/li><li><p><strong>Energy Management and Optimization<\/strong>:<\/p><ul><li>Design and implementation of energy management systems (EMS) to monitor and reduce energy consumption.<\/li><li>Integration of renewable energy sources like solar power for sustainable energy solutions.<\/li><\/ul><\/li><li><p><strong>Electrical Safety and Compliance<\/strong>:<\/p><ul><li>Ensuring that all electrical systems comply with safety regulations (IEC, NEC, IS).<\/li><li>Conducting risk assessments and providing protective solutions like circuit breakers and safety relays.<\/li><\/ul><\/li><li><p><strong>Cable Routing and Management<\/strong>:<\/p><ul><li>Design of cable trays, conduits, and routing systems for efficient and organized cable management.<\/li><li>Proper selection and sizing of cables for both LV and MV applications.<\/li><\/ul><\/li><\/ol><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2663\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2663\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Mechanical & Plumbing<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2663\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2663\"><p>S2M Engineering provides specialized services for the design, development, and installation of mechanical and plumbing systems in various types of buildings. Our focus is on creating efficient, reliable, and sustainable systems that ensure the smooth operation of plumbing, drainage, and stormwater management, while also adhering to local regulations and industry standards.<\/p><p><img decoding=\"async\" class=\"alignnone size-medium wp-image-632\" src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/mech-works-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/mech-works-300x225.jpg 300w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/mech-works-1024x768.jpg 1024w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/mech-works-768x576.jpg 768w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/mech-works.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><h5><strong>Key Services :<\/strong><\/h5><ol><li><strong>Plumbing System Design<\/strong>: Design of efficient water supply and distribution systems, ensuring compliance with local codes.<\/li><li><strong>Drainage and Wastewater Systems<\/strong>: Design of effective drainage systems for waste and stormwater management.<\/li><li><strong>Stormwater Management<\/strong>: Implementation of systems to prevent flooding and manage stormwater sustainably.<\/li><li><strong>HVAC Integration<\/strong>: Coordination with HVAC systems for optimal energy use and comfort.<\/li><li><strong>Compressed Air Systems<\/strong>: Design of energy-efficient air compressor<\/li><\/ol><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2664\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2664\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">HVAC Systems<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2664\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2664\"><p>S2M Engineering specializes in the design, installation, and maintenance of Heating, Ventilation, and Air Conditioning (HVAC) systems tailored to provide optimal indoor air quality, comfort, and energy efficiency. Our comprehensive approach ensures that all HVAC solutions meet client needs while adhering to industry standards and sustainability practices.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-636\" src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/hvac2-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" srcset=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/hvac2-300x169.jpg 300w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/hvac2-1024x576.jpg 1024w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/hvac2-768x432.jpg 768w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/hvac2.jpg 1280w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><h4><strong>Key Services:<\/strong><\/h4><ol><li><p><strong>HVAC System Design<\/strong>:<\/p><ul><li>Customized design of heating, cooling, and ventilation systems for residential, commercial, and industrial applications.<\/li><li>Load calculations to determine system size and capacity based on specific building requirements.<\/li><\/ul><\/li><li><p><strong>Ventilation Solutions<\/strong>:<\/p><ul><li>Design of mechanical ventilation systems to ensure adequate air exchange and maintain indoor air quality.<\/li><li>Implementation of energy recovery ventilators (ERV) and heat recovery ventilators (HRV) for improved efficiency.<\/li><\/ul><\/li><li><p><strong>Duct Design and Fabrication<\/strong>:<\/p><ul><li>Design and fabrication of ductwork systems for efficient airflow distribution.<\/li><li>Use of advanced materials and techniques to minimize energy loss and noise.<\/li><\/ul><\/li><li><p><strong>Chilled Water and Heating Systems<\/strong>:<\/p><ul><li>Design of chilled water systems for cooling and hot water systems for heating, ensuring efficient energy use.<\/li><li>Integration of boilers, chillers, and pumps for effective temperature control.<\/li><\/ul><\/li><li><p><strong>Control Systems and Automation<\/strong>:<\/p><ul><li>Implementation of building automation systems (BAS) for monitoring and controlling HVAC operations.<\/li><li>Use of smart thermostats and sensors to optimize energy consumption and enhance comfort.<\/li><\/ul><\/li><li><p><strong>Energy Efficiency Solutions<\/strong>:<\/p><ul><li>Design of energy-efficient HVAC systems utilizing modern technologies, including variable refrigerant flow (VRF) and geothermal systems.<\/li><li>Assessment and retrofitting of existing systems to improve energy performance and reduce operational costs.<\/li><\/ul><\/li><li><p><strong>Indoor Air Quality Management<\/strong>:<\/p><ul><li>Solutions for controlling indoor air pollutants, humidity levels, and temperature to ensure occupant health and comfort.<\/li><li>Use of filtration systems, air purifiers, and humidity control strategies.<\/li><\/ul><\/li><li><p><strong>Maintenance and Support<\/strong>:<\/p><ul><li>Comprehensive maintenance services to ensure the long-term performance and reliability of HVAC systems.<\/li><li>Regular inspections and troubleshooting to prevent system failures and enhance efficiency.<\/li><\/ul><\/li><\/ol><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2665\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2665\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Fire Protection Systems<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2665\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2665\"><p>S2M Engineering offers comprehensive fire protection systems designed to safeguard lives and property through effective detection, prevention, and suppression measures. Our solutions are tailored to meet the unique needs of various industries, ensuring compliance with local and international fire safety standards.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-640\" src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/fire-fighting1-300x135.jpg\" alt=\"\" width=\"300\" height=\"135\" srcset=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/fire-fighting1-300x135.jpg 300w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/fire-fighting1-1024x461.jpg 1024w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/fire-fighting1-768x346.jpg 768w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/fire-fighting1.jpg 1280w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><h5><strong>Key Services:<\/strong><\/h5><ol><li><p><strong>Fire Alarm Systems<\/strong>:<\/p><ul><li>Design and installation of advanced fire alarm systems for early detection of smoke and fire hazards.<\/li><li>Integration of manual pull stations, smoke detectors, heat detectors, and alarm notification devices.<\/li><\/ul><\/li><li><p><strong>Fire Suppression Systems<\/strong>:<\/p><ul><li>Design and implementation of fire suppression systems, including sprinklers, deluge systems, and clean agent systems.<\/li><li>Selection of appropriate suppression agents based on the specific risks of each facility.<\/li><\/ul><\/li><li><p><strong>Fire Hydrant and Hose Reel Systems<\/strong>:<\/p><ul><li>Installation of fire hydrants and hose reel systems for manual firefighting efforts.<\/li><li>Ensuring compliance with fire department standards and local regulations for accessibility and functionality.<\/li><\/ul><\/li><li><p><strong>Fire Safety Risk Assessment<\/strong>:<\/p><ul><li>Conducting comprehensive fire risk assessments to identify potential hazards and vulnerabilities in facilities.<\/li><li>Developing customized fire protection plans based on risk analysis and industry best practices.<\/li><\/ul><\/li><li><p><strong>Emergency Evacuation Systems<\/strong>:<\/p><ul><li>Design of emergency evacuation plans, including signage, exit routes, and assembly points.<\/li><li>Installation of emergency lighting and voice communication systems to guide occupants during an evacuation.<\/li><\/ul><\/li><li><p><strong>Fire Safety Training<\/strong>:<\/p><ul><li>Providing training programs for staff on fire safety awareness, emergency response, and proper use of fire extinguishers.<\/li><li>Conducting fire drills and simulations to prepare occupants for real-life emergency situations.<\/li><\/ul><\/li><li><p><strong>Maintenance and Inspection Services<\/strong>:<\/p><ul><li>Regular maintenance and inspection of fire protection systems to ensure optimal performance and compliance with safety regulations.<\/li><li>Providing documentation and reporting for inspections, ensuring readiness for audits and compliance checks.<\/li><\/ul><\/li><li><p><strong>Integration with Building Management Systems<\/strong>:<\/p><ul><li>Integrating fire protection systems with building management systems for centralized monitoring and control.<\/li><li>Use of smart technologies to enhance fire detection and response capabilities.<\/li><\/ul><\/li><\/ol><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2666\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2666\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">ELV Systems<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2666\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2666\"><p>S2M Engineering specializes in the design, implementation, and management of Extra Low Voltage (ELV) systems. Our solutions enhance safety, security, communication, and automation in residential, commercial, and industrial settings, integrating advanced technologies that meet the evolving needs of modern infrastructure.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-644\" src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/Physical-security-solutions-1-300x184.png\" alt=\"\" width=\"300\" height=\"184\" srcset=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/Physical-security-solutions-1-300x184.png 300w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/Physical-security-solutions-1.png 711w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><h5><strong>Key Services:<\/strong><\/h5><ol><li><p><strong>Security Systems<\/strong>:<\/p><ul><li>Design and installation of comprehensive security solutions, including CCTV surveillance, access control, and intrusion detection systems.<\/li><li>Integration of biometric and card access systems for enhanced security.<\/li><\/ul><\/li><li><p><strong>Fire Alarm Systems<\/strong>:<\/p><ul><li>Development of reliable fire detection and alarm systems, ensuring early warning and effective response to fire hazards.<\/li><li>Compliance with local fire safety regulations and standards.<\/li><\/ul><\/li><li><p><strong>Intercom and Public Address Systems<\/strong>:<\/p><ul><li>Installation of intercom systems for internal communication and public address systems for announcements in large facilities.<\/li><li>Integration of audio and visual communication technologies for improved connectivity.<\/li><\/ul><\/li><li><p><strong>Data and Communication Networks<\/strong>:<\/p><ul><li>Design of structured cabling systems for data and telecommunications, ensuring reliable connectivity and high-speed internet access.<\/li><li>Implementation of fiber optic and copper cabling solutions for various applications.<\/li><\/ul><\/li><li><p><strong>Home Automation Systems<\/strong>:<\/p><ul><li>Design and installation of smart home technologies for integrated control of lighting, HVAC, security, and entertainment systems.<\/li><li>Use of IoT devices to enhance convenience, energy efficiency, and user experience.<\/li><\/ul><\/li><li><p><strong>Building Management Systems (BMS)<\/strong>:<\/p><ul><li>Implementation of BMS for centralized control and monitoring of building services, enhancing operational efficiency and reducing energy consumption.<\/li><li>Integration of HVAC, lighting, and security systems for seamless management.<\/li><\/ul><\/li><li><p><strong>Audio-Visual Systems<\/strong>:<\/p><ul><li>Design of audio-visual systems for conference rooms, auditoriums, and public spaces, ensuring high-quality sound and visuals.<\/li><li>Installation of video conferencing solutions for enhanced communication in corporate environments.<\/li><\/ul><\/li><li><p><strong>Maintenance and Support<\/strong>:<\/p><ul><li>Ongoing maintenance services to ensure the reliability and performance of ELV systems.<\/li><li>Regular inspections, troubleshooting, and upgrades to adapt to evolving technology needs.<\/li><\/ul><\/li><\/ol><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2667\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2667\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><svg class=\"e-font-icon-svg e-fas-caret-right\" viewBox=\"0 0 192 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><svg class=\"elementor-toggle-icon-opened e-font-icon-svg e-fas-caret-up\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288.662 352H31.338c-17.818 0-26.741-21.543-14.142-34.142l128.662-128.662c7.81-7.81 20.474-7.81 28.284 0l128.662 128.662c12.6 12.599 3.676 34.142-14.142 34.142z\"><\/path><\/svg><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-toggle-title\" tabindex=\"0\">Environmental Engineering<\/a>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div id=\"elementor-tab-content-2667\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2667\"><p>S2M Engineering provides innovative environmental engineering solutions designed to address the growing need for sustainable and environmentally responsible practices. Our services focus on minimizing environmental impact, improving resource efficiency, and ensuring compliance with environmental regulations across diverse industries and sectors.<\/p><p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-653\" src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/technologies-that-help-the-environment-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" srcset=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/technologies-that-help-the-environment-300x200.jpg 300w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/technologies-that-help-the-environment-768x512.jpg 768w, https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/10\/technologies-that-help-the-environment.jpg 860w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/p><h5><strong>Key Services:<\/strong><\/h5><ol><li><p><strong>Wastewater Treatment Systems<\/strong>:<\/p><ul><li>Design and implementation of wastewater treatment plants (WWTP) for industrial and municipal applications.<\/li><li>Integration of advanced treatment technologies such as biological treatment, membrane filtration, and chemical treatment to meet regulatory standards.<\/li><\/ul><\/li><li><p><strong>Solid Waste Management<\/strong>:<\/p><ul><li>Development of integrated waste management systems, including waste segregation, recycling, composting, and landfill design.<\/li><li>Implementation of strategies to minimize waste generation and maximize resource recovery.<\/li><\/ul><\/li><li><p><strong>Stormwater Management<\/strong>:<\/p><ul><li>Design of stormwater drainage systems to control runoff, reduce flooding, and prevent erosion.<\/li><li>Use of sustainable urban drainage systems (SUDS), permeable pavements, and retention ponds to manage stormwater efficiently.<\/li><\/ul><\/li><li><p><strong>Air Quality Management<\/strong>:<\/p><ul><li>Design of air pollution control systems for industrial plants, ensuring compliance with air quality regulations.<\/li><li>Implementation of technologies such as scrubbers, filters, and electrostatic precipitators to reduce emissions.<\/li><\/ul><\/li><li><p><strong>Environmental Impact Assessments (EIA)<\/strong>:<\/p><ul><li>Conducting detailed environmental impact assessments to evaluate the potential environmental effects of new projects.<\/li><li>Providing mitigation strategies and recommendations to minimize adverse environmental impacts.<\/li><\/ul><\/li><li><p><strong>Sustainability and Resource Conservation<\/strong>:<\/p><ul><li>Development of sustainability strategies to promote energy and water conservation in buildings and industrial processes.<\/li><li>Implementation of renewable energy solutions, such as solar power and rainwater harvesting, to reduce environmental footprints.<\/li><\/ul><\/li><li><p><strong>Soil Remediation and Environmental Restoration<\/strong>:<\/p><ul><li>Design and execution of soil remediation programs to clean contaminated sites, including the use of bioremediation, soil washing, and chemical treatment.<\/li><li>Restoration of natural habitats and ecosystems affected by industrial activities.<\/li><\/ul><\/li><li><p><strong>Environmental Compliance and Permitting<\/strong>:<\/p><ul><li>Ensuring that all projects comply with local, national, and international environmental regulations.<\/li><li>Assisting clients with obtaining environmental permits and licenses for various activities.<\/li><\/ul><\/li><li><p><strong>Sustainable Infrastructure Development<\/strong>:<\/p><ul><li>Design of environmentally friendly infrastructure, including green buildings, sustainable transport systems, and energy-efficient utilities.<\/li><li>Incorporating environmental considerations into the planning and development stages of infrastructure projects.<\/li><\/ul><\/li><\/ol><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c9744e e-flex e-con-boxed e-con e-parent\" data-id=\"6c9744e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7be23e4 e-flex e-con-boxed e-con e-parent\" data-id=\"7be23e4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-118a843e e-con-full e-flex e-con e-parent\" data-id=\"118a843e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-55a74cbd e-con-full e-flex e-con e-child\" data-id=\"55a74cbd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-332683dc elementor-widget__width-initial elementor-widget elementor-widget-site-logo\" data-id=\"332683dc\" data-element_type=\"widget\" data-settings=\"{&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:52,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:48,&quot;sizes&quot;:[]},&quot;align&quot;:&quot;center&quot;,&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a data-elementor-open-lightbox=\"\"  class='elementor-clickable' href=\"https:\/\/s2mengineering.com\">\n\t\t\t\t\t\t\t<div class=\"hfe-site-logo-set\">           \n\t\t\t\t<div class=\"hfe-site-logo-container\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" class=\"hfe-site-logo-img elementor-animation-\"  src=\"https:\/\/s2mengineering.com\/wp-content\/uploads\/2024\/09\/cropped-S2M-transp-Logo-300x280.png\" alt=\"default-logo\"\/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>  \n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-118f0fe6 hfe-heading-align-center elementor-widget elementor-widget-hfe-site-title\" data-id=\"118f0fe6\" data-element_type=\"widget\" data-settings=\"{&quot;heading_text_align&quot;:&quot;center&quot;}\" data-widget_type=\"hfe-site-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"hfe-module-content hfe-heading-wrapper elementor-widget-heading\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/s2mengineering.com\">\n\t\t\t\t\t\t\t<h6 class=\"hfe-heading elementor-heading-title elementor-size-medium\">\n\t\t\t\t\t\t\t\t\t<span class=\"hfe-heading-text\" >\n\t\t\t\t\tS2M ENGINEERING\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\t\t\t\n\t\t\t<\/h6>\n\t\t\t<\/a>\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d926cd6 e-con-full e-flex e-con e-child\" data-id=\"5d926cd6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3430b7f4 elementor-widget elementor-widget-heading\" data-id=\"3430b7f4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Quick Links<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-249b2e7f elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"249b2e7f\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11b9a52c elementor-widget elementor-widget-text-editor\" data-id=\"11b9a52c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li>Home<\/li><li>About Us<\/li><li>Services<\/li><li>Contact<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7808ece1 e-con-full e-flex e-con e-child\" data-id=\"7808ece1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44a19796 elementor-widget elementor-widget-heading\" data-id=\"44a19796\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contact<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a70bf9c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1a70bf9c\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-220d6e11 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"220d6e11\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-map-marker-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">No.6, 1st floor, Thayagam  Complex,  No.44, Gandhiji Street, Tirunagar,  Madurai - 625006, Tamil Nadu, India <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+91 452 2486892<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mail-bulk\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">  info@s2mengineering.com<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Key Services &#8211; Pop-Up Design Key Engineering Services Offerings Engineering Consultancy Project Management &#038; Consulting System Design &#038; Detail Engineering [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/pages\/71"}],"collection":[{"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/comments?post=71"}],"version-history":[{"count":202,"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/pages\/71\/revisions"}],"predecessor-version":[{"id":817,"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/pages\/71\/revisions\/817"}],"wp:attachment":[{"href":"https:\/\/s2mengineering.com\/index.php\/wp-json\/wp\/v2\/media?parent=71"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}