{"id":16,"date":"2025-11-18T10:56:20","date_gmt":"2025-11-18T10:56:20","guid":{"rendered":"http:\/\/localhost\/pureair\/?page_id=16"},"modified":"2025-12-09T05:10:04","modified_gmt":"2025-12-09T05:10:04","slug":"home","status":"publish","type":"page","link":"https:\/\/innovtouch.org\/wordpress-pureair\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16\" class=\"elementor elementor-16\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd14fc8 e-con-full container-padding e-flex e-con e-parent\" data-id=\"cd14fc8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-093c928 elementor-widget elementor-widget-banner_section_widget\" data-id=\"093c928\" data-element_type=\"widget\" data-widget_type=\"banner_section_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <style>\r\n            .banner-section {\r\n                position: relative;\r\n                width: 100%;\r\n                height: 100vh;\r\n                overflow: hidden;\r\n            }\r\n            .banner-video {\r\n                position: absolute;\r\n                top: 0; left: 0;\r\n                width: 100%;\r\n                height: 100%;\r\n                object-fit: cover;\r\n                opacity: 0;\r\n                transition: opacity 0.6s ease-in-out;\r\n            }\r\n            .banner-video.active {\r\n                opacity: 1;\r\n            }\r\n\r\n            \/* Center text *\/\r\n            .banner-center-text {\r\n                position: absolute;\r\n                top: 50%;\r\n                left: 50%;\r\n                transform: translate(-50%, -50%);\r\n                text-align: center;\r\n                color: #ffffff;\r\n                font-family: \"Arial\", sans-serif;\r\n                z-index: 10;\r\n                padding: 20px;\r\n                width: 100%;\r\n            }\r\n\r\n            .banner-center-text h5 {\r\n                font-size: 45px;\r\n                font-weight: 700;\r\n                margin-bottom: 10px;\r\n\t\t\t\tcolor: #ffffff;\r\n            }\r\n\r\n            .banner-center-text h1 {\r\n                font-size: 90px;\r\n                font-weight: 600;\r\n                margin-bottom: 10px;\r\n\t\t\t\tcolor: #ffffff;\r\n            }\r\n\r\n            .banner-center-text p {\r\n                font-size: 22px;\r\n                max-width: 700px;\r\n                margin: 0 auto 20px auto;\r\n                line-height: 1.5;\r\n                text-align: center;\r\n\t\t\t\tcolor: #ffffff;\r\n            }\r\n\r\n            \/* Contact Us Button *\/\r\n            .banner-btn {\r\n                display: inline-block;\r\n                padding: 15px 35px;\r\n                background: #ffffff;\r\n                color: #000;\r\n                font-size: 20px;\r\n                font-weight: 600;\r\n                border-radius: 50px;\r\n                text-decoration: none;\r\n                transition: 0.3s ease;\r\n            }\r\n\r\n            .banner-btn:hover {\r\n                background: #e0e0e0;\r\n            }\r\n\r\n            \/* RESPONSIVE DESIGN *\/\r\n\r\n            @media (max-width: 991px) {\r\n                .banner-center-text h1 {\r\n                    font-size: 48px;\r\n                }\r\n                .banner-center-text h5 {\r\n                    font-size: 26px;\r\n                }\r\n                .banner-center-text p {\r\n                    font-size: 18px;\r\n                }\r\n                .banner-btn {\r\n                    font-size: 18px;\r\n                    padding: 12px 28px;\r\n                }\r\n            }\r\n\r\n            @media (max-width: 575px) {\r\n                .banner-section {\r\n                    height: 85vh;\r\n                }\r\n                .banner-center-text h1 {\r\n                    font-size: 32px;\r\n                }\r\n                .banner-center-text h5 {\r\n                    font-size: 18px;\r\n                }\r\n                .banner-center-text p {\r\n                    font-size: 16px;\r\n                }\r\n                .banner-btn {\r\n                    font-size: 16px;\r\n                    padding: 10px 25px;\r\n                }\r\n            }\r\n        <\/style>\r\n\r\n        <section class=\"banner-section\">\r\n            \r\n            <!-- CENTER TEXT -->\r\n            <div class=\"banner-center-text\">\r\n                <h5>We are<\/h5>\r\n                <h1>Pure Air\u00ae System<\/h1>\r\n                <p>Trusted cleanroom solutions with 23+ years expertise.<\/p>\r\n\r\n                <!-- Contact Button -->\r\n                <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/contact-us\/\" class=\"banner-btn\">Contact Us<\/a>\r\n            <\/div>\r\n\r\n            <!-- Background Videos -->\r\n            <video id=\"videoA\" class=\"banner-video active\" autoplay muted playsinline><\/video>\r\n            <video id=\"videoB\" class=\"banner-video\" muted playsinline><\/video>\r\n        <\/section>\r\n\r\n        <script>\r\n        document.addEventListener(\"DOMContentLoaded\", () => {\r\n\r\n            const playlist = [\"https:\\\/\\\/innovtouch.org\\\/wordpress-pureair\\\/wp-content\\\/themes\\\/pureair\\\/assets\\\/video2.mp4\",\"https:\\\/\\\/innovtouch.org\\\/wordpress-pureair\\\/wp-content\\\/themes\\\/pureair\\\/assets\\\/video1.mp4\"];\r\n\r\n            let videoA = document.getElementById(\"videoA\");\r\n            let videoB = document.getElementById(\"videoB\");\r\n\r\n            let index = 0;\r\n            let active = \"A\";\r\n\r\n            videoA.src = playlist[index];\r\n            videoA.play();\r\n\r\n            function preloadAndPlayNext() {\r\n                index = (index + 1) % playlist.length;\r\n\r\n                if (active === \"A\") {\r\n\r\n                    videoB.src = playlist[index];\r\n                    videoB.load();\r\n\r\n                    videoB.oncanplay = () => {\r\n                        videoB.play();\r\n                        videoA.classList.remove(\"active\");\r\n                        videoB.classList.add(\"active\");\r\n                        active = \"B\";\r\n                    };\r\n\r\n                } else {\r\n\r\n                    videoA.src = playlist[index];\r\n                    videoA.load();\r\n\r\n                    videoA.oncanplay = () => {\r\n                        videoA.play();\r\n                        videoB.classList.remove(\"active\");\r\n                        videoA.classList.add(\"active\");\r\n                        active = \"A\";\r\n                    };\r\n                }\r\n            }\r\n\r\n            videoA.onended = preloadAndPlayNext;\r\n            videoB.onended = preloadAndPlayNext;\r\n\r\n        });\r\n        <\/script>\r\n\r\n        \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-1a604fc e-flex e-con-boxed e-con e-parent\" data-id=\"1a604fc\" 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-20bc7dd elementor-widget elementor-widget-about_section_widget\" data-id=\"20bc7dd\" data-element_type=\"widget\" data-widget_type=\"about_section_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <section class=\"about-one section-space\" id=\"about\">\r\n            <div class=\"container\">\r\n                <div class=\"row gutter-y-30\">\r\n\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"about-two__thumb\">\r\n                            <div class=\"about-two__thumb__item\">\r\n                                <div class=\"about-two__thumb__item-box bw-image-anim\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/abt1.png\" alt=\"About Image\">\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"col-lg-6\">\r\n                        <div class=\"about-one__content\">\r\n                            <div class=\"sec-title\">\r\n                                <h3 class=\"sec-title__title bw-split-in-left\">\r\n                                    Welcome to Pure Air\u00ae System                                <\/h3>\r\n                            <\/div>\r\n\r\n                            <p class=\"about-one__text\">\r\n                                Pure Air\u00ae System We, at Pure Air\u00ae System, endeavour towards greatness in the nature of every item that we produce. We have 22 years experience in this field. Our most extreme point is to meet the most elevated level of consumer loyalty by offering quality items, ideal conveyance and powerful after-deals administration. Our wide activities network in significant business areas across India just as essential unions with worldwide organizations gives us an upper hand over others.                            <\/p>\r\n\r\n                            <div class=\"about-one__bottom\">\r\n                                <a href=\"#\" class=\"handyfix-btn handyfix-btn--primary\">\r\n                                    Learn More                                    <i class=\"flaticon-double-right\"><\/i>\r\n                                <\/a>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\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-5f00c97 e-flex e-con-boxed e-con e-parent\" data-id=\"5f00c97\" 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-54ca696 elementor-widget elementor-widget-funfact_section_widget\" data-id=\"54ca696\" data-element_type=\"widget\" data-widget_type=\"funfact_section_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <div class=\"funfact-two section-space\">\r\n            <div class=\"container\">\r\n                <ul class=\"funfact-two__list list-unstyled\">\r\n\r\n                                            <li class=\"funfact-two__list__item\">\r\n                            <div class=\"funfact-two__icon\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/best-customer-experience.gif\" alt=\"icon\">\r\n                            <\/div>\r\n\r\n                            <div class=\"funfact-two__content count-box\">\r\n                                <p class=\"funfact-two__text\">Clients Satisfaction<\/p>\r\n\r\n                                <h2 class=\"funfact-two__number\">\r\n                                    <span class=\"count-text\"\r\n                                        data-stop=\"100\"\r\n                                        data-speed=\"2000\">\r\n                                    <\/span>\r\n                                    <span>%<\/span>\r\n                                <\/h2>\r\n                            <\/div>\r\n                        <\/li>\r\n                                            <li class=\"funfact-two__list__item\">\r\n                            <div class=\"funfact-two__icon\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/recommendation.gif\" alt=\"icon\">\r\n                            <\/div>\r\n\r\n                            <div class=\"funfact-two__content count-box\">\r\n                                <p class=\"funfact-two__text\">Innovative Products<\/p>\r\n\r\n                                <h2 class=\"funfact-two__number\">\r\n                                    <span class=\"count-text\"\r\n                                        data-stop=\"14\"\r\n                                        data-speed=\"2000\">\r\n                                    <\/span>\r\n                                    <span>+<\/span>\r\n                                <\/h2>\r\n                            <\/div>\r\n                        <\/li>\r\n                                            <li class=\"funfact-two__list__item\">\r\n                            <div class=\"funfact-two__icon\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/certificate.gif\" alt=\"icon\">\r\n                            <\/div>\r\n\r\n                            <div class=\"funfact-two__content count-box\">\r\n                                <p class=\"funfact-two__text\">Technical Experts<\/p>\r\n\r\n                                <h2 class=\"funfact-two__number\">\r\n                                    <span class=\"count-text\"\r\n                                        data-stop=\"30\"\r\n                                        data-speed=\"2000\">\r\n                                    <\/span>\r\n                                    <span>+<\/span>\r\n                                <\/h2>\r\n                            <\/div>\r\n                        <\/li>\r\n                                            <li class=\"funfact-two__list__item\">\r\n                            <div class=\"funfact-two__icon\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/customer.gif\" alt=\"icon\">\r\n                            <\/div>\r\n\r\n                            <div class=\"funfact-two__content count-box\">\r\n                                <p class=\"funfact-two__text\">Years of Experience<\/p>\r\n\r\n                                <h2 class=\"funfact-two__number\">\r\n                                    <span class=\"count-text\"\r\n                                        data-stop=\"22\"\r\n                                        data-speed=\"2000\">\r\n                                    <\/span>\r\n                                    <span>+<\/span>\r\n                                <\/h2>\r\n                            <\/div>\r\n                        <\/li>\r\n                    \r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n\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-c60cb68 e-flex e-con-boxed e-con e-parent\" data-id=\"c60cb68\" 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-9c85bb9 elementor-widget elementor-widget-products_section_widget\" data-id=\"9c85bb9\" data-element_type=\"widget\" data-widget_type=\"products_section_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <section class=\"product section-space\">\r\n            <div class=\"container\">\r\n\r\n                <div class=\"col-lg-12\">\r\n                    <div class=\"sec-title text-center\">\r\n                        <h3 class=\"sec-title__title bw-split-in-left\">\r\n                            Our Products                        <\/h3>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"product__carousel handyfix-owl__carousel handyfix-owl__carousel--with-shadow handyfix-owl__carousel--basic-nav owl-carousel owl-theme\"\r\n                    data-owl-options='{\r\n                        \"items\": 1,\r\n                        \"margin\": 30,\r\n                        \"loop\": false,\r\n                        \"smartSpeed\": 700,\r\n                        \"nav\": true,\r\n                        \"navText\": [\"<i class=\\\"fas fa-chevron-left\\\"><\/i>\",\"<i class=\\\"fas fa-chevron-right\\\"><\/i>\"],\r\n                        \"dots\": false,\r\n                        \"autoplay\": false,\r\n                        \"responsive\": {\r\n                            \"0\": {\"items\": 1},\r\n                            \"768\": {\"items\": 2},\r\n                            \"992\": {\"items\": 3}\r\n                        }\r\n                    }'>\r\n\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"200ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/airflow.webp\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/laminar\/\">\r\n                                            Laminar Airflow Manufacturers in Chennai                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/biosafety.webp\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/biosafety-cabinet-manufacturers-in-chennai\/\">\r\n                                            Biosafety Cabinet Manufacturers in Chennai                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/fumehood.webp\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/fume-exhaust-hood-in-chennai\/\">\r\n                                            Fume Exhaust Hood in Chennai                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/airshower.webp\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/air-shower-manufacturers-in-chennai\/\">\r\n                                            Air Shower Manufacturers in Chennai                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"200ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/powderbooths.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/powder-containment-booths\/\">\r\n                                            Powder Containment Booths                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/passbox.webp\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/pass-box\/\">\r\n                                            Pass Box                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/fanfilter.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/fan-filter-units\/\">\r\n                                            Fan Filter Units                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/garments.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/garment-cabinets\/\">\r\n                                            Garment Cabinets                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"200ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/uv.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/uv-sterile-chamber\/\">\r\n                                            UV Sterile Chamber                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/positivepressuremodule.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/positive-pressure-module\/\">\r\n                                            Positive Pressure Module                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/pcr.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/pcr-work-station\/\">\r\n                                            PCR Work Station                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/ot.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/ot-laminor-air-flow\/\">\r\n                                            OT Laminor Air Flow                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/cleanroom.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/modular-cleanrooms\/\">\r\n                                            Modular Cleanrooms                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"product__item wow fadeInUp\"\r\n                                 data-wow-duration=\"1500ms\"\r\n                                 data-wow-delay=\"600ms\">\r\n\r\n                                <div class=\"product__item__img\">\r\n                                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/labtable.png\" alt=\"product\">\r\n                                <\/div>\r\n\r\n                                <div class=\"product__item__content\">\r\n                                    <h4 class=\"product__item__title\">\r\n                                        <a href=\"https:\/\/innovtouch.org\/wordpress-pureair\/laboratory-table\/\">\r\n                                            Laboratory Table                                        <\/a>\r\n                                    <\/h4>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    \r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\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-f3d8413 e-flex e-con-boxed e-con e-parent\" data-id=\"f3d8413\" 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-6c36907 elementor-widget elementor-widget-process_section_widget\" data-id=\"6c36907\" data-element_type=\"widget\" data-widget_type=\"process_section_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <section class=\"simple-process section-space\">\r\n            <div class=\"simple-process__bg simple-process__bg1\">\r\n                <div class=\"simple-process__shape\">\r\n                    <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/themes\/pureair\/assets\/images\/shapes\/simple-process-1.png\" alt=\"\">\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"container\">\r\n                <div class=\"simple-process__top\">\r\n                    <div class=\"row align-items-end gutter-y-30\">\r\n                        <div class=\"col-lg-12\">\r\n                            <div class=\"sec-title text-center\">\r\n                                <h3 class=\"sec-title__title bw-split-in-left\">\r\n                                    Our Process                                <\/h3>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"row gutter-y-30\">\r\n                                            <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"simple-process__item text-center\">\r\n\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/think.png\" alt=\"\">\r\n\r\n                                <h3 class=\"simple-process__item__title\">\r\n                                    Understanding Needs                                <\/h3>\r\n\r\n                                <p class=\"simple-process__item__text\">\r\n                                    Consultation to assess your site, air quality needs, and application requirements.                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"simple-process__item text-center\">\r\n\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/design-thinking.png\" alt=\"\">\r\n\r\n                                <h3 class=\"simple-process__item__title\">\r\n                                    Design &amp; Engineering                                <\/h3>\r\n\r\n                                <p class=\"simple-process__item__text\">\r\n                                    Customized CAD layouts and airflow designs to ensure optimal purification performance.                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"simple-process__item text-center\">\r\n\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/manufacture.png\" alt=\"\">\r\n\r\n                                <h3 class=\"simple-process__item__title\">\r\n                                    Material Selection                                <\/h3>\r\n\r\n                                <p class=\"simple-process__item__text\">\r\n                                    Panels, filters, and components designed to meet ISO and GMP standards.                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"simple-process__item text-center\">\r\n\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/manufacture.png\" alt=\"\">\r\n\r\n                                <h3 class=\"simple-process__item__title\">\r\n                                    Manufacturing                                <\/h3>\r\n\r\n                                <p class=\"simple-process__item__text\">\r\n                                    Precision fabrication with strict quality checks for reliable system performance.                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"simple-process__item text-center\">\r\n\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/manufacture-1.png\" alt=\"\">\r\n\r\n                                <h3 class=\"simple-process__item__title\">\r\n                                    Installation &amp; Commissioning                                <\/h3>\r\n\r\n                                <p class=\"simple-process__item__text\">\r\n                                    On-site installation with complete system testing and validation.                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"col-lg-4 col-md-6\">\r\n                            <div class=\"simple-process__item text-center\">\r\n\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/support.png\" alt=\"\">\r\n\r\n                                <h3 class=\"simple-process__item__title\">\r\n                                    After-Sales Support                                <\/h3>\r\n\r\n                                <p class=\"simple-process__item__text\">\r\n                                    Comprehensive-training, maintenance, and extended service agreements.                                <\/p>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                    <\/div>\r\n\r\n            <\/div>\r\n        <\/section>\r\n\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-301b20c e-flex e-con-boxed e-con e-parent\" data-id=\"301b20c\" 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-c079968 elementor-widget elementor-widget-cta_section_widget\" data-id=\"c079968\" data-element_type=\"widget\" data-widget_type=\"cta_section_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <div class=\"cta-one wow fadeInUp\" data-wow-duration='1500ms' data-wow-delay='500ms'>\r\n            <div class=\"container\">\r\n                <div class=\"cta-one__inner\">\r\n\r\n                    <div class=\"cta-one__inner__left\">\r\n                        <h6 class=\"cta-one__inner__title\">\r\n                            For More Enquiry regarding Bio safety Cabinets &amp; Price, Please Mail to                        <\/h6>\r\n                    <\/div>\r\n\r\n                    <div class=\"footer-widget__address__icon\">\r\n                        <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/themes\/pureair\/assets\/images\/gallery\/mail.png\" alt=\"mail icon\">\r\n                    <\/div>\r\n\r\n                    <div class=\"footer-widget__address__content ftsz\">\r\n                                                    <h3><a href=\"mailto:sales@pureairsystemindia.com\">\r\n                                sales@pureairsystemindia.com                            <\/a><\/h3>\r\n                                                    <h3><a href=\"mailto:info@pureairindia.com\">\r\n                                info@pureairindia.com                            <\/a><\/h3>\r\n                                            <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\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-b911d5f e-flex e-con-boxed e-con e-parent\" data-id=\"b911d5f\" 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-41d07aa elementor-widget elementor-widget-client_logos_widget\" data-id=\"41d07aa\" data-element_type=\"widget\" data-widget_type=\"client_logos_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <!-- Client Logos Section -->\r\n        <section class=\"client-logos section-space\">\r\n            <div class=\"container\">\r\n\r\n                <div class=\"sec-title text-center\">\r\n                    <h3 class=\"sec-title__title bw-split-in-left\">\r\n                        Our Clients                    <\/h3>\r\n                <\/div>\r\n\r\n                <div class=\"owl-carousel client-logo-carousel owl-theme\">\r\n\r\n                                            \r\n                            <div class=\"item\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/25-B3r_C5A-.png\" \r\n                                     alt=\"Client Logo\">\r\n                            <\/div>\r\n\r\n                                                \r\n                            <div class=\"item\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/23-DDZFRshM.png\" \r\n                                     alt=\"Client Logo\">\r\n                            <\/div>\r\n\r\n                                                \r\n                            <div class=\"item\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/22-B9wd1lu2.png\" \r\n                                     alt=\"Client Logo\">\r\n                            <\/div>\r\n\r\n                                                \r\n                            <div class=\"item\">\r\n                                <img decoding=\"async\" src=\"https:\/\/innovtouch.org\/wordpress-pureair\/wp-content\/uploads\/2025\/11\/1-kNemDWuC.png\" \r\n                                     alt=\"Client Logo\">\r\n                            <\/div>\r\n\r\n                        \r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\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-08d29d4 e-flex e-con-boxed e-con e-parent\" data-id=\"08d29d4\" 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-b3cf9f6 elementor-widget elementor-widget-testimonials_section_widget\" data-id=\"b3cf9f6\" data-element_type=\"widget\" data-widget_type=\"testimonials_section_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        <section class=\"testimonials-one section-space\" id=\"testimonial\">\r\n            <div class=\"testimonials-one__bg\" style=\"background-image: url(assets\/images\/shapes\/map-1-1.png);\"><\/div>\r\n\r\n            <div class=\"container\">\r\n                <div class=\"sec-title text-center\">\r\n                    <h3 class=\"sec-title__title bw-split-in-left\">\r\n                        Clients testimonial                    <\/h3>\r\n                <\/div>\r\n\r\n                <div class=\"testimonials-one__carousel handyfix-owl__carousel owl-theme owl-carousel handyfix-owl__carousel--with-shadow\"\r\n                     data-owl-options='{\r\n                        \"items\": 3,\r\n                        \"margin\": 30,\r\n                        \"loop\": false,\r\n                        \"nav\": false,\r\n                        \"dots\": true,\r\n                        \"responsive\": {\r\n                            \"0\": { \"items\": 1 },\r\n                            \"575\": { \"items\": 1 },\r\n                            \"768\": { \"items\": 2 },\r\n                            \"992\": { \"items\": 2 },\r\n                            \"1200\": { \"items\": 3 }\r\n                        }\r\n                     }'>\r\n\r\n                                            <div class=\"item\">\r\n                            <div class=\"testimonials-one__item wow fadeInUp\"\r\n                                data-wow-duration='1500ms'\r\n                                data-wow-delay='100ms'>\r\n\r\n                                <div class=\"testimonials-one__item__top\">\r\n                                    <div class=\"testimonials-one__item__top__content\">\r\n                                        <div class=\"testimonials-one__item__star\">\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                    <\/div>\r\n\r\n                                        <h3 class=\"testimonials-one__item__name\">\r\n                                            Thiyagarajan G                                        <\/h3>\r\n                                    <\/div>\r\n                                <\/div>\r\n\r\n                                <div class=\"testimonials-one__item__content\">\r\n                                    <p class=\"testimonials-one__item__text\">\r\n                                        Highly satisfied. Very genuine products and good service provided.                                    <\/p>\r\n\r\n                                    <div class=\"testimonials-one__item__quite\">\r\n                                        <svg width=\"44\" height=\"32\" viewBox=\"0 0 44 32\">\r\n                                            <path d=\"M9.375 0.625C14.5508 0.625 18.75 4.82422 18.75 10V19.375C18.75 26.3086 13.0859 31.875 6.25 31.875C4.49219 31.875 3.125 30.5078 3.125 28.75C3.125 27.0898 4.49219 25.625 6.25 25.625C9.66797 25.625 12.5 22.8906 12.5 19.375V18.8867C11.4258 19.1797 10.4492 19.375 9.375 19.375C4.10156 19.375 0 15.2734 0 10C0 4.82422 4.10156 0.625 9.375 0.625ZM43.75 10V19.375C43.75 26.3086 38.0859 31.875 31.25 31.875C29.4922 31.875 28.125 30.5078 28.125 28.75C28.125 27.0898 29.4922 25.625 31.25 25.625C34.668 25.625 37.5 22.8906 37.5 19.375V18.8867C36.4258 19.1797 35.4492 19.375 34.375 19.375C29.1016 19.375 25 15.2734 25 10C25 4.82422 29.1016 0.625 34.375 0.625C39.5508 0.625 43.75 4.82422 43.75 10Z\"\/>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"testimonials-one__item wow fadeInUp\"\r\n                                data-wow-duration='1500ms'\r\n                                data-wow-delay='300ms'>\r\n\r\n                                <div class=\"testimonials-one__item__top\">\r\n                                    <div class=\"testimonials-one__item__top__content\">\r\n                                        <div class=\"testimonials-one__item__star\">\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                    <\/div>\r\n\r\n                                        <h3 class=\"testimonials-one__item__name\">\r\n                                            Vishwa Bharani K R                                        <\/h3>\r\n                                    <\/div>\r\n                                <\/div>\r\n\r\n                                <div class=\"testimonials-one__item__content\">\r\n                                    <p class=\"testimonials-one__item__text\">\r\n                                        They gave me superb service at an affordable price!                                    <\/p>\r\n\r\n                                    <div class=\"testimonials-one__item__quite\">\r\n                                        <svg width=\"44\" height=\"32\" viewBox=\"0 0 44 32\">\r\n                                            <path d=\"M9.375 0.625C14.5508 0.625 18.75 4.82422 18.75 10V19.375C18.75 26.3086 13.0859 31.875 6.25 31.875C4.49219 31.875 3.125 30.5078 3.125 28.75C3.125 27.0898 4.49219 25.625 6.25 25.625C9.66797 25.625 12.5 22.8906 12.5 19.375V18.8867C11.4258 19.1797 10.4492 19.375 9.375 19.375C4.10156 19.375 0 15.2734 0 10C0 4.82422 4.10156 0.625 9.375 0.625ZM43.75 10V19.375C43.75 26.3086 38.0859 31.875 31.25 31.875C29.4922 31.875 28.125 30.5078 28.125 28.75C28.125 27.0898 29.4922 25.625 31.25 25.625C34.668 25.625 37.5 22.8906 37.5 19.375V18.8867C36.4258 19.1797 35.4492 19.375 34.375 19.375C29.1016 19.375 25 15.2734 25 10C25 4.82422 29.1016 0.625 34.375 0.625C39.5508 0.625 43.75 4.82422 43.75 10Z\"\/>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                                            <div class=\"item\">\r\n                            <div class=\"testimonials-one__item wow fadeInUp\"\r\n                                data-wow-duration='1500ms'\r\n                                data-wow-delay='500ms'>\r\n\r\n                                <div class=\"testimonials-one__item__top\">\r\n                                    <div class=\"testimonials-one__item__top__content\">\r\n                                        <div class=\"testimonials-one__item__star\">\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                            <i class=\"fas fa-star\"><\/i>\r\n                                                                                    <\/div>\r\n\r\n                                        <h3 class=\"testimonials-one__item__name\">\r\n                                            Rajalakshmi                                        <\/h3>\r\n                                    <\/div>\r\n                                <\/div>\r\n\r\n                                <div class=\"testimonials-one__item__content\">\r\n                                    <p class=\"testimonials-one__item__text\">\r\n                                        Good product and good service provider.                                    <\/p>\r\n\r\n                                    <div class=\"testimonials-one__item__quite\">\r\n                                        <svg width=\"44\" height=\"32\" viewBox=\"0 0 44 32\">\r\n                                            <path d=\"M9.375 0.625C14.5508 0.625 18.75 4.82422 18.75 10V19.375C18.75 26.3086 13.0859 31.875 6.25 31.875C4.49219 31.875 3.125 30.5078 3.125 28.75C3.125 27.0898 4.49219 25.625 6.25 25.625C9.66797 25.625 12.5 22.8906 12.5 19.375V18.8867C11.4258 19.1797 10.4492 19.375 9.375 19.375C4.10156 19.375 0 15.2734 0 10C0 4.82422 4.10156 0.625 9.375 0.625ZM43.75 10V19.375C43.75 26.3086 38.0859 31.875 31.25 31.875C29.4922 31.875 28.125 30.5078 28.125 28.75C28.125 27.0898 29.4922 25.625 31.25 25.625C34.668 25.625 37.5 22.8906 37.5 19.375V18.8867C36.4258 19.1797 35.4492 19.375 34.375 19.375C29.1016 19.375 25 15.2734 25 10C25 4.82422 29.1016 0.625 34.375 0.625C39.5508 0.625 43.75 4.82422 43.75 10Z\"\/>\r\n                                        <\/svg>\r\n                                    <\/div>\r\n                                <\/div>\r\n\r\n                            <\/div>\r\n                        <\/div>\r\n                    \r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>We are Pure Air\u00ae System Clean Air Systems \u2013 Trusted cleanroom solutions with 23+ years expertise. Welcome to Pure Air\u00ae System Pure Air\u00ae System We, at Pure Air\u00ae System, endeavour towards greatness in the nature of every item that we produce. We have 22 years experience in this field. Our most extreme point is to [&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":{"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":91,"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":990,"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/pages\/16\/revisions\/990"}],"wp:attachment":[{"href":"https:\/\/innovtouch.org\/wordpress-pureair\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}