{"id":1135,"date":"2024-07-23T07:49:48","date_gmt":"2024-07-23T07:49:48","guid":{"rendered":"https:\/\/demo.casethemes.net\/condo\/?page_id=1135"},"modified":"2025-06-03T19:24:15","modified_gmt":"2025-06-03T19:24:15","slug":"our-services","status":"publish","type":"page","link":"https:\/\/webwire.site\/rock-solid-hazmat\/our-services\/","title":{"rendered":"Our Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1135\" class=\"elementor elementor-1135\" data-elementor-post-type=\"page\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-92352a4 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-bg-color-none pxl-section-overlay-none\" data-id=\"92352a4\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\n                \n                <div class=\"elementor-container elementor-column-gap-no \">\n                <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1bc5e5f pxl-column-none pxl-column-overflow-hidden-no\" data-id=\"1bc5e5f\" data-element_type=\"column\">\r\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\r\n                     \r\n        \t\t<div class=\"elementor-element elementor-element-acf0e48 elementor-widget elementor-widget-pxl_heading\" data-id=\"acf0e48\" data-element_type=\"widget\" data-widget_type=\"pxl_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div id=\"pxl-pxl_heading-acf0e48-7166\" class=\"pxl-heading px-sub-title-default-style \">\n\t<div class=\"pxl-heading--inner\">\n\t\t<div class=\"pxl-heading-content\">\n\t\t\t\t\t\t\t<div class=\"pxl-item--subtitle px-sub-title-default \" data-wow-delay=\"ms\">\n\t\t\t\t\t<span class=\"pxl-item--subtext\">\n\t\t\t\t\t\t\t\t\t\t\t\tOur Features\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<h3 class=\"pxl-item--title style-default highlight-default pxl-split-text split-in-fade\" data-wow-delay=\"ms\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tSpecialized Hazardous Materials Safety Training and Consulting Services\t\n\t\t\t\t\t\n\t\t\t<\/h3>\n\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a924bc1 elementor-widget elementor-widget-text-editor\" data-id=\"a924bc1\" 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<p>Delivering customized safety training and consulting solutions tailored to your business and industry needs.<\/p>\t\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-6a0894c elementor-widget elementor-widget-html\" data-id=\"6a0894c\" 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<script>\r\n\/* Control the Elementor Tabs from the URL\r\n* Code from https:\/\/element.how\/elementor-open-specific-tab-toggle-accordion\/\r\n* Copyright 2023 Element.how\r\n* Updated 2023\/12\/05\r\n*\/\r\nwindow.addEventListener('load', () => {\r\nsetTimeout(function () {\r\n\r\nlet scrollOffset = 100; \/* scroll offset from the top of title *\/\r\n\r\nconst tabsAccordionToggleTitles = document.querySelectorAll('.e-n-accordion-item-title, .e-n-tab-title, .elementor-tab-title');\r\n\r\nconst clickTitleWithAnchor = (anchor) => {\r\ntabsAccordionToggleTitles.forEach(title => {\r\nif (title.querySelector(`#${anchor}`) != null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor)) {\r\nif (title.getAttribute('aria-expanded') !== 'true' && !title.classList.contains('elementor-active')) title.click();\r\nlet timing = 0;\r\nlet scrollTarget = title;\r\nif (getComputedStyle(title.closest('.elementor-element')).getPropertyValue('--n-tabs-direction') == 'row') scrollTarget = title.closest('.elementor-element');\r\nif (title.closest('.e-n-accordion, .elementor-accordion-item, .elementor-toggle-item')) {\r\ntiming = 400;\r\n}\r\nsetTimeout(function () {\r\njQuery('html, body').animate({\r\nscrollTop: jQuery(scrollTarget).offset().top - scrollOffset,\r\n}, 'slow');\r\n}, timing);\r\n}\r\n});\r\n};\r\n\r\ndocument.addEventListener('click', (event) => {\r\nif (event.target.closest('a') && event.target.closest('a').href.includes('#')) {\r\nconst anchor = extractAnchor(event.target.closest('a').href);\r\nif (anchor && isAnchorInTitles(anchor, tabsAccordionToggleTitles)) {\r\nevent.preventDefault();\r\nclickTitleWithAnchor(anchor);\r\n}\r\n}\r\n});\r\n\r\nconst currentAnchor = extractAnchor(window.location.href);\r\nif (currentAnchor) {\r\nclickTitleWithAnchor(currentAnchor);\r\n}\r\n\r\nfunction extractAnchor(url) {\r\nconst match = url.match(\/#([^?]+)\/);\r\nreturn match ? match[1] : null;\r\n};\r\n\r\nfunction isAnchorInTitles(anchor, titles) {\r\nreturn Array.from(titles).some(title => {\r\nreturn title.querySelector(`#${anchor}`) !== null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor);\r\n});\r\n};\r\n\r\n}, 300);\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22b6022 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"22b6022\" data-element_type=\"widget\" data-settings=\"{&quot;tabs_justify_horizontal&quot;:&quot;center&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"36397090\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"foutyhour\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-363970901\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t40 Hour HAZWOPER\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"twentyfourhour\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-363970902\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t24 Hour Industry Technician\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"eighthour\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-363970903\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\t8 Hour HAZWOPER Refresher\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-363970901\" role=\"tabpanel\" aria-labelledby=\"foutyhour\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-2a7d76d e-con-full e-flex e-con e-child \" data-id=\"2a7d76d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-089bb8b e-flex e-con-boxed e-con e-child \" data-id=\"089bb8b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-c652bb9 elementor-widget elementor-widget-heading\" data-id=\"c652bb9\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8371dc5 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"8371dc5\" 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<p data-start=\"463\" data-end=\"803\"><strong data-start=\"463\" data-end=\"530\">Master Hazardous Material Safety with 40-Hour HAZWOPER Training<\/strong><br data-start=\"530\" data-end=\"533\" \/>In today\u2019s safety-first environment, gaining the expertise to manage hazardous materials is essential. Our <strong data-start=\"640\" data-end=\"684\">OSHA-compliant 40-Hour HAZWOPER training<\/strong> empowers you with the knowledge and skills needed to create a safer workplace and maintain full regulatory compliance.<\/p><p data-start=\"805\" data-end=\"1082\"><strong data-start=\"805\" data-end=\"831\">Who Needs This Course?<\/strong><br data-start=\"831\" data-end=\"834\" \/>The required level of HAZWOPER training depends on your job role and exposure risk. This 40-hour certification is ideal for those working in <strong data-start=\"975\" data-end=\"1031\">hazardous waste operations, cleanup, and remediation<\/strong>, where exposure exceeds OSHA&#8217;s permissible limits.<\/p><p data-start=\"1084\" data-end=\"1129\"><strong data-start=\"1084\" data-end=\"1129\">Why Choose Our 40-Hour HAZWOPER Training?<\/strong><\/p><ul data-start=\"1131\" data-end=\"1821\"><li data-start=\"1131\" data-end=\"1283\"><strong data-start=\"1133\" data-end=\"1170\">Regulatory Compliance Simplified:<\/strong> Stay aligned with <strong data-start=\"1189\" data-end=\"1216\">OSHA HAZWOPER standards<\/strong> using a curriculum built for full compliance and workplace safety.<\/li><li data-start=\"1285\" data-end=\"1485\"><strong data-start=\"1287\" data-end=\"1322\">Adaptable for All Skill Levels:<\/strong> Whether you&#8217;re entering the field or seeking an upgrade, this course covers core concepts in <strong data-start=\"1416\" data-end=\"1484\">hazard identification, emergency response, and safety procedures<\/strong>.<\/li><li data-start=\"1285\" data-end=\"1485\"><strong data-start=\"1489\" data-end=\"1517\">Interactive &amp; Practical:<\/strong> Learn through hands-on simulations and real-world scenarios, gaining confidence in how to respond safely and effectively on the job.<\/li><li data-start=\"1285\" data-end=\"1485\"><strong data-start=\"1654\" data-end=\"1681\">Expert-Led Instruction:<\/strong> Our certified trainers bring years of field experience to your learning, offering valuable insight into <strong data-start=\"1786\" data-end=\"1820\">industry-best safety practices<\/strong>.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-75ebe72 e-con-full e-flex e-con e-child \" data-id=\"75ebe72\" data-element_type=\"container\"><div class=\"elementor-element elementor-element-affd2c6 e-con-full e-flex e-con e-child \" data-id=\"affd2c6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-43314e5 elementor-widget elementor-widget-heading\" data-id=\"43314e5\" 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\">What You'll Learn:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd83ac3 elementor-widget elementor-widget-text-editor\" data-id=\"dd83ac3\" 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>Identification of hazardous materials and their properties.<\/li><li>Risk assessment and safety measures for hazardous waste sites.<\/li><li>Emergency response planning and procedures.<\/li><li>Proper use of personal protective equipment (PPE).<\/li><li>Understanding of site-specific safety plans.<\/li><li>Decontamination techniques for hazardous materials.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-a3479e0 e-con-full e-flex e-con e-child \" data-id=\"a3479e0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-e4f2101 elementor-widget elementor-widget-heading\" data-id=\"e4f2101\" 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\">Benefits of 40-Hour HAZWOPER Training:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7aae8e7 elementor-widget elementor-widget-text-editor\" data-id=\"7aae8e7\" 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>Enhanced safety awareness.<\/li><li>Reduced workplace incidents.<\/li><li>Regulatory compliance and avoidance of penalties.<\/li><li>Improved job prospects in safety-related positions.<\/li><li>Confidence in handling hazardous materials and emergency situations.<\/li><li>Invest in your safety and the safety of your team. Join our 40-Hour HAZWOPER training program and become a certified safety professional. Your journey to a safer workplace begins here.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-22f1419 elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"22f1419\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-22f1419-7475\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-363970902\" role=\"tabpanel\" aria-labelledby=\"twentyfourhour\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-e225ba9 e-con-full e-flex e-con e-child \" data-id=\"e225ba9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-7dc3c4b e-flex e-con-boxed e-con e-child \" data-id=\"7dc3c4b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-1bdc7ea elementor-widget elementor-widget-heading\" data-id=\"1bdc7ea\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b8a98b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6b8a98b\" 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<p data-start=\"549\" data-end=\"894\"><strong data-start=\"549\" data-end=\"576\">Who Is This Course For?<\/strong><br data-start=\"576\" data-end=\"579\" \/>The <strong data-start=\"583\" data-end=\"612\">24-hour HAZWOPER training<\/strong> is designed for workers who may encounter hazardous materials during their job but are not actively involved in cleanup operations or emergency responses. This includes roles such as on-site supervisors, equipment operators, or general laborers working near hazardous environments.<\/p><p data-start=\"896\" data-end=\"1217\"><strong data-start=\"896\" data-end=\"919\">Why It\u2019s Important:<\/strong><br data-start=\"919\" data-end=\"922\" \/>This training is essential for ensuring the safety of personnel who face potential exposure to hazardous substances. It builds a strong foundation in <strong data-start=\"1072\" data-end=\"1097\">hazard identification<\/strong>, <strong data-start=\"1099\" data-end=\"1127\">safe handling procedures<\/strong>, and <strong data-start=\"1133\" data-end=\"1156\">protective measures<\/strong>, reducing the risk of accidents and long-term health issues.<\/p><p data-start=\"1219\" data-end=\"1243\"><strong data-start=\"1219\" data-end=\"1243\">Core Topics Covered:<\/strong><\/p><ul data-start=\"1245\" data-end=\"1501\"><li data-start=\"1245\" data-end=\"1286\">Hazard recognition and classification<\/li><li data-start=\"1245\" data-end=\"1286\">Selection and use of <strong data-start=\"1310\" data-end=\"1349\">Personal Protective Equipment (PPE)<\/strong><\/li><li data-start=\"1245\" data-end=\"1286\">Decontamination steps and protocols<\/li><li data-start=\"1245\" data-end=\"1286\">Emergency response planning and safety communication<\/li><li data-start=\"1245\" data-end=\"1286\">Health and safety programs under OSHA guidelines<\/li><\/ul><p data-start=\"1503\" data-end=\"1830\"><strong data-start=\"1503\" data-end=\"1543\">Worker Safety &amp; Community Protection<\/strong><br data-start=\"1543\" data-end=\"1546\" \/>By equipping workers with critical skills and knowledge, the 24-hour HAZWOPER training promotes a safer work environment and protects the surrounding community from hazardous exposure risks. It\u2019s a crucial step in maintaining workplace compliance and fostering a safety-first culture.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-f642cda e-con-full e-flex e-con e-child \" data-id=\"f642cda\" data-element_type=\"container\"><div class=\"elementor-element elementor-element-6ab2f3e e-con-full e-flex e-con e-child \" data-id=\"6ab2f3e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-ec58e4e elementor-widget elementor-widget-heading\" data-id=\"ec58e4e\" 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 Topics Covered in 24-Hour HAZWOPER Training<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ada9a45 elementor-widget elementor-widget-text-editor\" data-id=\"ada9a45\" 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 data-start=\"251\" data-end=\"426\"><strong data-start=\"254\" data-end=\"293\">Hazard Recognition &amp; Identification<\/strong><br data-start=\"293\" data-end=\"296\" \/>Learn to recognize and classify hazardous materials, assess associated risks, and understand their impact on health and safety.<\/li><li data-start=\"251\" data-end=\"426\"><strong data-start=\"431\" data-end=\"470\">Personal Protective Equipment (PPE)<\/strong><br data-start=\"470\" data-end=\"473\" \/>Get hands-on training on selecting, using, and maintaining PPE such as respirators, gloves, face shields, and protective suits to minimize exposure.<\/li><li data-start=\"251\" data-end=\"426\"><strong data-start=\"629\" data-end=\"659\">Decontamination Procedures<\/strong><br data-start=\"659\" data-end=\"662\" \/>Understand proper decontamination methods for individuals and equipment to prevent cross-contamination after exposure to hazardous substances.<\/li><li data-start=\"251\" data-end=\"426\"><strong data-start=\"812\" data-end=\"844\">Emergency Response Protocols<\/strong><br data-start=\"844\" data-end=\"847\" \/>Master response strategies for chemical spills, leaks, or other emergencies, including evacuation plans and containment techniques.<\/li><li data-start=\"251\" data-end=\"426\"><strong data-start=\"986\" data-end=\"1010\">Medical Surveillance<\/strong><br data-start=\"1010\" data-end=\"1013\" \/>Learn about OSHA\u2019s medical surveillance requirements, including health monitoring for workers exposed to hazardous materials.<\/li><li data-start=\"251\" data-end=\"426\"><strong data-start=\"1146\" data-end=\"1179\">Communication &amp; Documentation<\/strong><br data-start=\"1179\" data-end=\"1182\" \/>Develop skills in clear communication and accurate documentation for incident reporting, exposure logs, and compliance records.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-0b54f5a elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"0b54f5a\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-0b54f5a-2113\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-363970903\" role=\"tabpanel\" aria-labelledby=\"eighthour\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-ac51337 e-con-full e-flex e-con e-child \" data-id=\"ac51337\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-e6ceaa1 e-flex e-con-boxed e-con e-child \" data-id=\"e6ceaa1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-ca856b6 elementor-widget elementor-widget-heading\" data-id=\"ca856b6\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4cd2a7 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"c4cd2a7\" 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<p data-start=\"213\" data-end=\"519\">The 8-Hour HAZWOPER Refresher is an essential course for workers who have completed the initial 24-hour or 40-hour HAZWOPER training. Required annually by OSHA, this course ensures workers remain up to date on safety protocols, regulatory changes, and industry best practices in hazardous waste operations.<\/p><p data-start=\"521\" data-end=\"544\"><strong data-start=\"526\" data-end=\"544\">Why It Matters<\/strong><\/p><p data-start=\"545\" data-end=\"832\">Refresher training helps reinforce foundational knowledge while introducing the latest updates in hazardous materials handling. By revisiting key concepts and real-world response strategies, workers improve their readiness and minimize the risks associated with hazardous waste exposure.<\/p><p data-start=\"834\" data-end=\"860\"><strong data-start=\"839\" data-end=\"860\">Course Highlights<\/strong><\/p><ul data-start=\"861\" data-end=\"1095\"><li data-start=\"861\" data-end=\"910\">Review of core HAZWOPER topics and procedures<\/li><li data-start=\"861\" data-end=\"910\">Updates on OSHA regulations and compliance standards<\/li><li data-start=\"861\" data-end=\"910\">Emergency response planning and situational drills<\/li><li data-start=\"861\" data-end=\"910\">Reinforcement of PPE use, decontamination, and site safety practices<\/li><\/ul><p data-start=\"1097\" data-end=\"1121\"><strong data-start=\"1102\" data-end=\"1121\">OSHA Compliance<\/strong><\/p><p data-start=\"1122\" data-end=\"1279\">OSHA mandates that all personnel involved in hazardous waste operations undergo this refresher annually to maintain their certification and field competency.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-1d117b8 e-con-full e-flex e-con e-child \" data-id=\"1d117b8\" data-element_type=\"container\"><div class=\"elementor-element elementor-element-629f957 e-con-full e-flex e-con e-child \" data-id=\"629f957\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-552c6a5 elementor-widget elementor-widget-heading\" data-id=\"552c6a5\" 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\">These topics typically include:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86bf416 elementor-widget elementor-widget-text-editor\" data-id=\"86bf416\" 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>hazard recognition<\/li><li>personal protective equipment (PPE)<\/li><li>decontamination procedures<\/li><li>site safety plans<\/li><li>emergency response protocols<\/li><li>regulatory requirements.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-893e308 elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"893e308\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-893e308-2335\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n        <\/div>\r\n        \t\t\t<\/div>\n\t\t<\/section>\n\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-4bf060e elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-bg-color-none pxl-section-overlay-none\" data-id=\"4bf060e\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\n                \n                <div class=\"elementor-container elementor-column-gap-extended \">\n                <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fde2652 pxl-column-none pxl-column-overflow-hidden-no\" data-id=\"fde2652\" data-element_type=\"column\">\r\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\r\n                     \r\n        \t\t<div class=\"elementor-element elementor-element-90eefcf elementor-widget elementor-widget-pxl_heading\" data-id=\"90eefcf\" data-element_type=\"widget\" data-widget_type=\"pxl_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div id=\"pxl-pxl_heading-90eefcf-2275\" class=\"pxl-heading px-sub-title-default-style \">\n\t<div class=\"pxl-heading--inner\">\n\t\t<div class=\"pxl-heading-content\">\n\t\t\t\t\t\t\t<div class=\"pxl-item--subtitle px-sub-title-default \" data-wow-delay=\"ms\">\n\t\t\t\t\t<span class=\"pxl-item--subtext\">\n\t\t\t\t\t\t\t\t\t\t\t\tOur Services\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<h3 class=\"pxl-item--title style-default highlight-default pxl-split-text split-in-left\" data-wow-delay=\"ms\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tWhat We <span class=\"pxl-title--highlight\">Offer?<\/span>\t\n\t\t\t\t\t\n\t\t\t<\/h3>\n\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c5aba8f e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"c5aba8f\" data-element_type=\"widget\" data-settings=\"{&quot;tabs_justify_horizontal&quot;:&quot;stretch&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"207272591\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"respiratory\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-2072725911\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tRespiratory Protection Training\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"qualitative\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725912\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tQualitative Fit Testing\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"forklift\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725913\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tForklift Operator Safety Training\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"confined\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725914\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tConfined Space Entrant, Attendant and Supervisor\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"aerial\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725915\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAerial and Scissor Lift Training\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"blood\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725916\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tBlood Borne Pathogens Training\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"fire\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725917\" style=\"--n-tabs-title-order: 7;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tFire Safety\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"dot\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"8\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725918\" style=\"--n-tabs-title-order: 8;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tDOT for HAZMAT Drivers\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"lock\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"9\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-2072725919\" style=\"--n-tabs-title-order: 9;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tLock Out Tag Out (LOTO)\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"hydrogen\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"10\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-20727259110\" style=\"--n-tabs-title-order: 10;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tHydrogen Sulfide (H2S) Training\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-2072725911\" role=\"tabpanel\" aria-labelledby=\"respiratory\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-c6dcc04 e-con-full e-flex e-con e-child \" data-id=\"c6dcc04\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-302ab92 e-flex e-con-boxed e-con e-child \" data-id=\"302ab92\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-029deaa elementor-widget elementor-widget-heading\" data-id=\"029deaa\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b685fa elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1b685fa\" 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<p data-start=\"437\" data-end=\"472\"><strong data-start=\"437\" data-end=\"472\">Respiratory Protection Training<\/strong><\/p><p data-start=\"474\" data-end=\"744\">Rock Solid Hazmat offers specialized Respiratory Protection Training to ensure your employees are equipped to handle airborne hazards in hazardous work environments. This course delivers essential skills for preventing inhalation risks and complying with OSHA standards.<\/p><p data-start=\"746\" data-end=\"793\"><strong data-start=\"746\" data-end=\"793\">Why Respiratory Protection Training Matters<\/strong><\/p><p data-start=\"795\" data-end=\"1123\"><strong data-start=\"795\" data-end=\"839\">1. Protection Against Inhalation Hazards<\/strong><br data-start=\"839\" data-end=\"842\" \/>Hazardous materials often release airborne contaminants\u2014such as toxic gases, vapors, or particulates\u2014that can be dangerous to health. This training teaches employees to correctly use respiratory protective equipment (RPE) like masks, respirators, and SCBAs to stay safe on the job.<\/p><p data-start=\"1125\" data-end=\"1442\"><strong data-start=\"1125\" data-end=\"1158\">2. OSHA Regulatory Compliance<\/strong><br data-start=\"1158\" data-end=\"1161\" \/>Employers are legally required to provide respiratory protection training if workers are exposed to airborne hazards above OSHA\u2019s permissible exposure limits (PELs). Our program ensures full compliance with OSHA 29 CFR 1910.134 and demonstrates your company\u2019s commitment to safety.<\/p><p data-start=\"1444\" data-end=\"1747\"><strong data-start=\"1444\" data-end=\"1473\">3. Emergency Preparedness<\/strong><br data-start=\"1473\" data-end=\"1476\" \/>During spills or emergencies, workers must respond quickly and correctly. This training includes emergency procedures, proper use of respirators, seal checks, communication during use, evacuation, and decontamination techniques to handle high-risk situations confidently.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-7794912 e-con-full e-flex e-con e-child \" data-id=\"7794912\" data-element_type=\"container\"><div class=\"elementor-element elementor-element-5826ec6 e-con-full e-flex e-con e-child \" data-id=\"5826ec6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-92228b7 elementor-widget elementor-widget-heading\" data-id=\"92228b7\" 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\">Why Choose Rock Solid Hazmat?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ca2eb2 elementor-widget elementor-widget-text-editor\" data-id=\"5ca2eb2\" 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 data-start=\"1785\" data-end=\"1830\">Led by certified, experienced instructors<\/li><li data-start=\"1785\" data-end=\"1830\">Practical, hands-on training with real-world scenarios<\/li><li data-start=\"1785\" data-end=\"1830\">Tailored to your worksite&#8217;s specific hazards<\/li><li data-start=\"1785\" data-end=\"1830\">Meets annual refresher requirements<\/li><\/ul><p data-start=\"1980\" data-end=\"2200\"><strong data-start=\"1980\" data-end=\"2016\">Prioritize Safety and Compliance<\/strong><br data-start=\"2016\" data-end=\"2019\" \/>Empower your team with the tools and knowledge they need to safely navigate hazardous environments. Contact Rock Solid Hazmat today to schedule your respiratory protection training.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-ab4e0e4 elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"ab4e0e4\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-ab4e0e4-3415\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725912\" role=\"tabpanel\" aria-labelledby=\"qualitative\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-e7c4663 e-con-full e-flex e-con e-child \" data-id=\"e7c4663\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-6acf91d e-flex e-con-boxed e-con e-child \" data-id=\"6acf91d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-6884ab9 elementor-widget elementor-widget-heading\" data-id=\"6884ab9\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ce1e1c elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1ce1e1c\" 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<p data-start=\"473\" data-end=\"755\">Rock Solid Hazmat provides <strong data-start=\"500\" data-end=\"527\">qualitative fit testing<\/strong>, a critical safety service that ensures workers\u2019 respirators fit securely and perform effectively in environments with airborne hazards. This method is vital in protecting against exposure to toxic particles, gases, and vapors.<\/p><p data-start=\"757\" data-end=\"1102\"><strong data-start=\"757\" data-end=\"793\">What is Qualitative Fit Testing?<\/strong><br data-start=\"793\" data-end=\"796\" \/>Qualitative fit testing is a pass\/fail method that assesses whether a respirator properly seals to a user&#8217;s face. The test uses a test agent\u2014like a bitter or sweet aerosol\u2014that the user can detect if the seal is faulty. This subjective process is simple, fast, and effective for many half-mask respirators.<\/p><p data-start=\"1104\" data-end=\"1122\"><strong data-start=\"1104\" data-end=\"1122\">Why It Matters<\/strong><\/p><p data-start=\"1124\" data-end=\"1338\"><strong data-start=\"1124\" data-end=\"1157\">1. Ensuring Proper Protection<\/strong><br data-start=\"1157\" data-end=\"1160\" \/>Without a secure fit, even the best respirator can fail to protect. Fit testing ensures each worker&#8217;s mask creates a tight seal, preventing harmful substances from being inhaled.<\/p><p data-start=\"1340\" data-end=\"1579\"><strong data-start=\"1340\" data-end=\"1379\">2. Compliance with OSHA Regulations<\/strong><br data-start=\"1379\" data-end=\"1382\" \/>OSHA mandates fit testing for all employees required to wear tight-fitting respirators. Rock Solid Hazmat helps businesses meet these regulatory requirements with reliable and documented fit tests.<\/p><p data-start=\"1581\" data-end=\"1757\"><strong data-start=\"1581\" data-end=\"1612\">3. Individual Customization<\/strong><br data-start=\"1612\" data-end=\"1615\" \/>No two faces are the same. Fit testing helps match workers with the correct model and size of respirator, ensuring optimal comfort and safety.<\/p><p data-start=\"1759\" data-end=\"1934\"><strong data-start=\"1759\" data-end=\"1788\">4. Training and Education<\/strong><br data-start=\"1788\" data-end=\"1791\" \/>Each session includes training on how to properly don, doff, and check the seal of a respirator\u2014reinforcing best practices in workplace safety.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-77bfeed elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"77bfeed\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-77bfeed-3301\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725913\" role=\"tabpanel\" aria-labelledby=\"forklift\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-9e670aa e-con-full e-flex e-con e-child \" data-id=\"9e670aa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-d3bc847 e-flex e-con-boxed e-con e-child \" data-id=\"d3bc847\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-3477628 elementor-widget elementor-widget-heading\" data-id=\"3477628\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29099d3 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"29099d3\" 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<p data-start=\"485\" data-end=\"522\">Rock Solid Hazmat offers a <strong data-start=\"551\" data-end=\"601\">comprehensive forklift safety training program<\/strong> designed to equip operators with the skills and knowledge required for safe and efficient forklift use. The training includes both classroom-based theoretical instruction and hands-on practical exercises to ensure full competency.<\/p><p data-start=\"834\" data-end=\"874\"><strong data-start=\"834\" data-end=\"874\">Theoretical Training Topics Include:<\/strong><\/p><ul data-start=\"876\" data-end=\"1166\"><li data-start=\"876\" data-end=\"917\">Forklift types and their capabilities<\/li><li data-start=\"876\" data-end=\"917\">OSHA safety regulations and industry standards<\/li><li data-start=\"876\" data-end=\"917\">Operating instructions and best practices<\/li><li data-start=\"876\" data-end=\"917\">Load handling, stacking, and storage techniques<\/li><li data-start=\"876\" data-end=\"917\">Risk assessment and hazard identification<\/li><li data-start=\"876\" data-end=\"917\">Emergency response procedures and basic first aid<\/li><\/ul><p data-start=\"1168\" data-end=\"1198\"><strong data-start=\"1168\" data-end=\"1198\">Practical Training Covers:<\/strong><\/p><ul data-start=\"1200\" data-end=\"1503\"><li data-start=\"1200\" data-end=\"1271\">Hands-on familiarization with forklift controls and instrumentation<\/li><li data-start=\"1200\" data-end=\"1271\">Core operating skills: driving, steering, lifting, and braking<\/li><li data-start=\"1200\" data-end=\"1271\">Proper loading and unloading techniques<\/li><li data-start=\"1200\" data-end=\"1271\">Maneuvering through tight spaces and obstacle navigation<\/li><li data-start=\"1200\" data-end=\"1271\">Safe fueling, battery charging, and routine maintenance<\/li><\/ul><p data-start=\"1505\" data-end=\"1762\">This dual-format approach ensures that operators are not only compliant with safety regulations but are also fully prepared to manage real-world scenarios confidently and responsibly. Let Rock Solid Hazmat help you build a safer, more efficient workforce.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-bf13ffe e-con-full e-flex e-con e-child \" data-id=\"bf13ffe\" data-element_type=\"container\"><div class=\"elementor-element elementor-element-8f302e3 e-con-full e-flex e-con e-child \" data-id=\"8f302e3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-6c79f35 elementor-widget elementor-widget-text-editor\" data-id=\"6c79f35\" 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<p><strong>Expertise and Specialization:<\/strong>\u00a0Rock Solid Hazmat has extensive experience and specialization in providing forklift training, which ensures that you receive high-quality training that is tailored to your specific needs and requirements. Their trainers are certified professionals who have years of experience in the industry and have a deep understanding of the regulations and best practices related to forklift operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-d9bdec2 e-con-full e-flex e-con e-child \" data-id=\"d9bdec2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-b562f3d elementor-widget elementor-widget-text-editor\" data-id=\"b562f3d\" 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<p><strong>Comprehensive Training Programs:<\/strong>\u00a0Rock Solid Hazmat offers comprehensive training programs that cover all aspects of forklift operations, including safety procedures, equipment maintenance, and load handling techniques. Their training programs are designed to meet or exceed industry standards and are tailored to the specific needs of your organization.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-3d6fecb e-con-full e-flex e-con e-child \" data-id=\"3d6fecb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-a3abee9 elementor-widget elementor-widget-text-editor\" data-id=\"a3abee9\" 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<p><strong>Flexible Training Schedules:<\/strong>\u00a0Rock Solid Hazmat offers flexible training schedules that are designed to meet the needs of your organization. They offer training programs during the day, evening, and weekends, which makes it easy for you to fit training into your busy schedule.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-c9fe37d e-con-full e-flex e-con e-child \" data-id=\"c9fe37d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-77b50c4 elementor-widget elementor-widget-text-editor\" data-id=\"77b50c4\" 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<p><strong>Cost-Effective Solutions:<\/strong>\u00a0Rock Solid Hazmat provides cost-effective solutions for your forklift training needs. Their training programs are designed to be efficient and effective, which helps to minimize downtime and increase productivity.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-caadb9d elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"caadb9d\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-caadb9d-3778\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725914\" role=\"tabpanel\" aria-labelledby=\"confined\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-47984f6 e-con-full e-flex e-con e-child \" data-id=\"47984f6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-8b36e77 e-flex e-con-boxed e-con e-child \" data-id=\"8b36e77\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-91dc618 elementor-widget elementor-widget-heading\" data-id=\"91dc618\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1eb40a3 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"1eb40a3\" 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<p data-start=\"562\" data-end=\"622\"><strong data-start=\"562\" data-end=\"622\">Why Choose Rock Solid Hazmat for Confined Space Training<\/strong><\/p><p data-start=\"624\" data-end=\"938\">Rock Solid Hazmat is a trusted provider of confined space training, known for its deep expertise, detailed curriculum, and unwavering commitment to worker safety. Our training programs are developed and led by highly experienced professionals who understand the real-world challenges of working in confined spaces.<\/p><p data-start=\"940\" data-end=\"969\"><strong data-start=\"940\" data-end=\"969\">Expertise You Can Rely On<\/strong><\/p><p data-start=\"971\" data-end=\"1295\">Our trainers are specialists in confined space safety and bring years of field experience to each session. They provide clear, actionable instruction based on OSHA regulations, industry best practices, and the latest safety standards. This ensures trainees leave with both theoretical understanding and practical confidence.<\/p><p data-start=\"1297\" data-end=\"1342\"><strong data-start=\"1297\" data-end=\"1342\">The Importance of Confined Space Training<\/strong><\/p><p data-start=\"1344\" data-end=\"1595\">Confined spaces pose serious safety risks, such as toxic atmospheres, limited visibility, entrapment hazards, and restricted airflow. Workers entering these areas need proper training to avoid injury or death. Confined space training is essential for:<\/p><ul data-start=\"1597\" data-end=\"1749\"><li data-start=\"1597\" data-end=\"1635\">Recognizing confined space hazards<\/li><li data-start=\"1597\" data-end=\"1635\">Following entry procedures<\/li><li data-start=\"1597\" data-end=\"1635\">Using monitoring equipment and PPE<\/li><li data-start=\"1597\" data-end=\"1635\">Implementing emergency and rescue plans<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-e82ccef e-con-full e-flex e-con e-child \" data-id=\"e82ccef\" data-element_type=\"container\"><div class=\"elementor-element elementor-element-06109e6 e-con-full e-flex e-con e-child \" data-id=\"06109e6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-cba6262 elementor-widget elementor-widget-text-editor\" data-id=\"cba6262\" 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<p><strong data-start=\"191\" data-end=\"226\">Confined Space Entrant Training<\/strong><br data-start=\"226\" data-end=\"229\" \/>Entrants learn to identify confined space hazards such as toxic gases, engulfment, and physical dangers. Training includes proper PPE use, safe entry\/exit techniques, real-time communication with attendants, and emergency procedures like evacuation and CPR.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-d4a0c16 e-con-full e-flex e-con e-child \" data-id=\"d4a0c16\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-8107b4b elementor-widget elementor-widget-text-editor\" data-id=\"8107b4b\" 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<p><strong data-start=\"488\" data-end=\"525\">Confined Space Attendant Training<\/strong><br data-start=\"525\" data-end=\"528\" \/>Attendants are trained to monitor confined spaces, perform atmospheric testing, manage entry permits, and maintain constant communication with entrants. They\u2019re also taught emergency protocols, including initiating rescues and administering first aid.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div class=\"elementor-element elementor-element-0e67e58 e-con-full e-flex e-con e-child \" data-id=\"0e67e58\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t<div class=\"elementor-element elementor-element-8f4d539 elementor-widget elementor-widget-text-editor\" data-id=\"8f4d539\" 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<p><strong data-start=\"781\" data-end=\"819\">Confined Space Supervisor Training<\/strong><br data-start=\"819\" data-end=\"822\" \/>Supervisors receive in-depth instruction on OSHA confined space standards, hazard assessments, permit authorization, team oversight, and developing emergency response plans. Training ensures they can manage all aspects of confined space operations safely and effectively.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-776f9ec elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"776f9ec\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-776f9ec-9108\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725915\" role=\"tabpanel\" aria-labelledby=\"aerial\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-b228dcd e-con-full e-flex e-con e-child \" data-id=\"b228dcd\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-b217650 e-flex e-con-boxed e-con e-child \" data-id=\"b217650\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-ff84bd6 elementor-widget elementor-widget-heading\" data-id=\"ff84bd6\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f95a39d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"f95a39d\" 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<p data-start=\"179\" data-end=\"506\"><strong data-start=\"179\" data-end=\"215\">Aerial and Scissor Lift Training<\/strong><br data-start=\"215\" data-end=\"218\" \/>Rock Solid Hazmat offers expert Aerial and Scissor Lift training designed to ensure safe and effective equipment operation. Our comprehensive courses cover both theoretical instruction and hands-on practice, giving participants the knowledge and skills needed for real-world applications.<\/p><p data-start=\"508\" data-end=\"716\"><strong data-start=\"508\" data-end=\"544\">Complete Equipment Understanding<\/strong><br data-start=\"544\" data-end=\"547\" \/>Trainees learn about lift components, safe operation procedures, and pre-use inspections. We emphasize proper setup, maneuvering, load handling, and shutdown techniques.<\/p><p data-start=\"718\" data-end=\"960\"><strong data-start=\"718\" data-end=\"741\">Strong Safety Focus<\/strong><br data-start=\"741\" data-end=\"744\" \/>Our training stresses hazard awareness, risk assessment, and emergency response protocols. Participants are taught to identify dangers, follow OSHA-compliant practices, and respond effectively in critical situations.<\/p><p data-start=\"962\" data-end=\"1272\"><strong data-start=\"962\" data-end=\"995\">Why Choose Rock Solid Hazmat?<\/strong><br data-start=\"995\" data-end=\"998\" \/>We combine industry expertise, flexible training formats, and a safety-first mindset. Our programs help reduce workplace accidents and ensure compliance with lift operation standards. Trusted by organizations nationwide, we prepare operators for safe, confident performance.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-c2b3c0e elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"c2b3c0e\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-c2b3c0e-2980\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725916\" role=\"tabpanel\" aria-labelledby=\"blood\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-66d0717 e-con-full e-flex e-con e-child \" data-id=\"66d0717\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-ebd986a e-flex e-con-boxed e-con e-child \" data-id=\"ebd986a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-197fdb9 elementor-widget elementor-widget-heading\" data-id=\"197fdb9\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1d0d60 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a1d0d60\" 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<p data-start=\"125\" data-end=\"372\"><strong data-start=\"125\" data-end=\"158\">Bloodborne Pathogens Training<\/strong><br data-start=\"158\" data-end=\"161\" \/>Rock Solid Hazmat offers OSHA-compliant Bloodborne Pathogens training tailored for healthcare, labs, emergency response teams, and more. Learn to identify, prevent, and manage pathogen exposure in the workplace.<\/p><p data-start=\"374\" data-end=\"541\"><strong data-start=\"374\" data-end=\"396\">Industry Expertise<\/strong><br data-start=\"396\" data-end=\"399\" \/>With deep experience across high-risk industries, our trainers deliver focused, relevant instruction on pathogen control and safety protocols.<\/p><p data-start=\"543\" data-end=\"733\"><strong data-start=\"543\" data-end=\"571\">Comprehensive Curriculum<\/strong><br data-start=\"571\" data-end=\"574\" \/>Covers pathogen types, transmission routes, risk assessments, PPE usage, cleanup, and decontamination. Built to give employees practical, actionable knowledge.<\/p><p data-start=\"735\" data-end=\"872\"><strong data-start=\"735\" data-end=\"754\">Engaging Format<\/strong><br data-start=\"754\" data-end=\"757\" \/>Training includes videos, simulations, and interactive content to ensure better retention and real-world readiness.<\/p><p data-start=\"874\" data-end=\"1019\"><strong data-start=\"874\" data-end=\"892\">OSHA-Compliant<\/strong><br data-start=\"892\" data-end=\"895\" \/>Fully aligned with 29 CFR 1910.1030 standards, helping your organization meet legal training requirements and minimize risk.<\/p><p data-start=\"1021\" data-end=\"1167\"><strong data-start=\"1021\" data-end=\"1046\">Why Rock Solid Hazmat<\/strong><br data-start=\"1046\" data-end=\"1049\" \/>Trusted by safety professionals, our training empowers teams to stay safe, prepared, and compliant in any environment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-dda7625 elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"dda7625\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-dda7625-6136\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725917\" role=\"tabpanel\" aria-labelledby=\"fire\" data-tab-index=\"7\" style=\"--n-tabs-title-order: 7;\" class=\" elementor-element elementor-element-59ca4cf e-con-full e-flex e-con e-child \" data-id=\"59ca4cf\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-2281b6a e-flex e-con-boxed e-con e-child \" data-id=\"2281b6a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-3481200 elementor-widget elementor-widget-heading\" data-id=\"3481200\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-279a38b elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"279a38b\" 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<p data-start=\"177\" data-end=\"411\"><strong data-start=\"177\" data-end=\"201\">Fire Safety Training<\/strong><br data-start=\"201\" data-end=\"204\" \/>Rock Solid Hazmat delivers expert fire safety training tailored to workplace-specific hazards. Our programs are built to meet regulatory standards and provide hands-on skills for real-world fire emergencies.<\/p><p data-start=\"413\" data-end=\"618\"><strong data-start=\"413\" data-end=\"445\">Customized Industry Programs<\/strong><br data-start=\"445\" data-end=\"448\" \/>We adapt training to fit the unique fire risks of each workplace, ensuring participants learn applicable prevention and response techniques specific to their environment.<\/p><p data-start=\"620\" data-end=\"865\"><strong data-start=\"620\" data-end=\"643\">Key Training Topics<\/strong><br data-start=\"643\" data-end=\"646\" \/>Courses cover fire prevention, hazard identification, emergency planning, safe evacuation, and proper use of fire extinguishers. We equip staff with the knowledge and confidence to act decisively in critical situations.<\/p><p data-start=\"867\" data-end=\"1076\"><strong data-start=\"867\" data-end=\"895\">Up-to-Date and Compliant<\/strong><br data-start=\"895\" data-end=\"898\" \/>Stay compliant with the latest fire safety regulations and technology. Our training is current, reliable, and designed to reduce risk while enhancing on-site emergency readiness.<\/p><p data-start=\"1078\" data-end=\"1273\"><strong data-start=\"1078\" data-end=\"1095\">Why Choose Us<\/strong><br data-start=\"1095\" data-end=\"1098\" \/>With years of experience in hazmat and fire safety, Rock Solid Hazmat is a trusted provider for organizations seeking effective, compliant, and impactful fire safety training.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-c219d41 elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"c219d41\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-c219d41-8831\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725918\" role=\"tabpanel\" aria-labelledby=\"dot\" data-tab-index=\"8\" style=\"--n-tabs-title-order: 8;\" class=\" elementor-element elementor-element-7d326e6 e-con-full e-flex e-con e-child \" data-id=\"7d326e6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-aa626ce e-flex e-con-boxed e-con e-child \" data-id=\"aa626ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-2336363 elementor-widget elementor-widget-heading\" data-id=\"2336363\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2a68a3 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a2a68a3\" 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<p data-start=\"184\" data-end=\"386\"><strong data-start=\"184\" data-end=\"214\">DOT Hazmat Driver Training<\/strong><br data-start=\"214\" data-end=\"217\" \/>Rock Solid Hazmat provides expert DOT-compliant training for hazmat drivers, covering initial and recurrent requirements to ensure safe transport of hazardous materials.<\/p><p data-start=\"388\" data-end=\"585\"><strong data-start=\"388\" data-end=\"416\">Comprehensive Curriculum<\/strong><br data-start=\"416\" data-end=\"419\" \/>Covers general awareness, function-specific tasks, safety and security protocols, emergency response, PPE usage, documentation, and regulatory compliance (HMTA, CFR).<\/p><p data-start=\"587\" data-end=\"759\"><strong data-start=\"587\" data-end=\"619\">Initial &amp; Recurrent Training<\/strong><br data-start=\"619\" data-end=\"622\" \/>Meet DOT regulations with mandatory initial training and 3-year recurrent refreshers. Stay current with updated rules and best practices.<\/p><p data-start=\"761\" data-end=\"947\"><strong data-start=\"761\" data-end=\"795\">CDL Hazmat Endorsement Support<\/strong><br data-start=\"795\" data-end=\"798\" \/>Prepares drivers to obtain and maintain their hazmat endorsement with focused training on risk identification, safe handling, and legal requirements.<\/p><p data-start=\"949\" data-end=\"1154\"><strong data-start=\"949\" data-end=\"972\">Trusted by Industry<\/strong><br data-start=\"972\" data-end=\"975\" \/>With years of experience, Rock Solid Hazmat ensures drivers and handlers gain the knowledge, skills, and confidence to meet DOT standards and safely transport hazardous materials.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-b43e580 elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"b43e580\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-b43e580-1604\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-2072725919\" role=\"tabpanel\" aria-labelledby=\"lock\" data-tab-index=\"9\" style=\"--n-tabs-title-order: 9;\" class=\" elementor-element elementor-element-40a8cb5 e-con-full e-flex e-con e-child \" data-id=\"40a8cb5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-ab21065 e-flex e-con-boxed e-con e-child \" data-id=\"ab21065\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-5131ce2 elementor-widget elementor-widget-heading\" data-id=\"5131ce2\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9a30db elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"a9a30db\" 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<p data-start=\"138\" data-end=\"336\"><strong data-start=\"138\" data-end=\"174\">Lock Out Tag Out (LOTO) Training<\/strong><br data-start=\"174\" data-end=\"177\" \/>Rock Solid Hazmat\u2019s Lock Out Tag Out (LOTO) training ensures worker safety during equipment maintenance by teaching proper hazardous energy control procedures.<\/p><p data-start=\"338\" data-end=\"538\"><strong data-start=\"338\" data-end=\"374\">Comprehensive Safety Instruction<\/strong><br data-start=\"374\" data-end=\"377\" \/>Covers identification of energy sources (electrical, mechanical, hydraulic, etc.), safe shutdown steps, lockout\/tagout application, and energy release protocols.<\/p><p data-start=\"540\" data-end=\"701\"><strong data-start=\"540\" data-end=\"567\">Real-World Applications<\/strong><br data-start=\"567\" data-end=\"570\" \/>Includes training on group lockout, shift changes, and contractor coordination\u2014critical for multi-person or multi-shift operations.<\/p><p data-start=\"703\" data-end=\"898\"><strong data-start=\"703\" data-end=\"739\">OSHA Compliance &amp; Best Practices<\/strong><br data-start=\"739\" data-end=\"742\" \/>Meets OSHA standards with emphasis on periodic inspections, audit procedures, and full compliance to prevent accidental energization and workplace injuries.<\/p><p data-start=\"900\" data-end=\"1061\"><strong data-start=\"900\" data-end=\"936\">Protect Lives, Prevent Accidents<\/strong><br data-start=\"936\" data-end=\"939\" \/>Equip your team with the knowledge and skills to safely manage energy sources and ensure a zero-incident work environment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-17b29b0 elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"17b29b0\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-17b29b0-4410\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t<div id=\"e-n-tab-content-20727259110\" role=\"tabpanel\" aria-labelledby=\"hydrogen\" data-tab-index=\"10\" style=\"--n-tabs-title-order: 10;\" class=\" elementor-element elementor-element-8905d37 e-con-full e-flex e-con e-child \" data-id=\"8905d37\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\"><div class=\"elementor-element elementor-element-2e08102 e-flex e-con-boxed e-con e-child \" data-id=\"2e08102\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\t\t\t<div class=\"e-con-inner\">\r\n\t\t\t\t<div class=\"elementor-element elementor-element-3645bc7 elementor-widget elementor-widget-heading\" data-id=\"3645bc7\" 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\">Add Your Headin<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63bc4aa elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"63bc4aa\" 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<p data-start=\"217\" data-end=\"316\"><strong data-start=\"217\" data-end=\"314\">Hydrogen Sulfide (H\u2082S) Training | Rock Solid Hazmat \u2013 H\u2082S Safety Certification and Compliance<\/strong><\/p><p data-start=\"318\" data-end=\"793\">Rock Solid Hazmat specializes in delivering <strong data-start=\"362\" data-end=\"411\">comprehensive Hydrogen Sulfide (H\u2082S) training<\/strong> tailored to industries where this highly toxic and flammable gas is commonly present\u2014such as <strong data-start=\"505\" data-end=\"575\">oil and gas, wastewater treatment, mining, and chemical processing<\/strong>. Our H\u2082S training program is specifically developed to educate employees on the dangers of H\u2082S exposure and equip them with the knowledge, skills, and confidence to respond safely and effectively to potential hazards.<\/p><p data-start=\"795\" data-end=\"1290\"><strong data-start=\"795\" data-end=\"843\">Industry-Leading Safety-Focused H\u2082S Training<\/strong><br data-start=\"843\" data-end=\"846\" \/>At Rock Solid Hazmat, <strong data-start=\"868\" data-end=\"902\">safety is our highest priority<\/strong>. Our H\u2082S training emphasizes the critical importance of protecting workers who operate in environments where hydrogen sulfide exposure is possible. Participants learn to identify H\u2082S hazards, conduct proper risk assessments, and implement proactive safety protocols. Our goal is to ensure every individual understands how to prevent exposure and respond to emergencies involving H\u2082S gas.<\/p><p data-start=\"1292\" data-end=\"1769\"><strong data-start=\"1292\" data-end=\"1341\">Comprehensive, Standards-Compliant Curriculum<\/strong><br data-start=\"1341\" data-end=\"1344\" \/>Our H\u2082S safety training is designed in full alignment with <strong data-start=\"1403\" data-end=\"1427\">industry regulations<\/strong>, including OSHA, ANSI, and API standards. The curriculum covers the <strong data-start=\"1496\" data-end=\"1552\">physical and chemical properties of hydrogen sulfide<\/strong>, its <strong data-start=\"1558\" data-end=\"1576\">health effects<\/strong>, <strong data-start=\"1578\" data-end=\"1597\">exposure limits<\/strong>, <strong data-start=\"1599\" data-end=\"1637\">monitoring and detection equipment<\/strong>, <strong data-start=\"1639\" data-end=\"1652\">PPE usage<\/strong>, <strong data-start=\"1654\" data-end=\"1680\">ventilation strategies<\/strong>, and <strong data-start=\"1686\" data-end=\"1717\">emergency response planning<\/strong>, including <strong data-start=\"1729\" data-end=\"1750\" data-is-only-node=\"\">rescue procedures<\/strong> and <strong data-start=\"1755\" data-end=\"1768\">first aid<\/strong>.<\/p><p data-start=\"1771\" data-end=\"2164\"><strong data-start=\"1771\" data-end=\"1818\">Hands-On Experience and Realistic Scenarios<\/strong><br data-start=\"1818\" data-end=\"1821\" \/>Rock Solid Hazmat\u2019s training is not limited to theory. Our program incorporates <strong data-start=\"1901\" data-end=\"1988\">interactive learning modules, live demonstrations, and practical hands-on scenarios<\/strong> that simulate real-world situations involving H\u2082S exposure. This immersive approach ensures that participants are well-prepared to act decisively and correctly under pressure.<\/p><p data-start=\"2166\" data-end=\"2553\"><strong data-start=\"2166\" data-end=\"2214\">Compliance, Certification, and Peace of Mind<\/strong><br data-start=\"2214\" data-end=\"2217\" \/>Upon successful completion of the course, participants receive a <strong data-start=\"2282\" data-end=\"2358\">certification that meets regulatory and employer compliance requirements<\/strong>. By partnering with Rock Solid Hazmat, organizations gain peace of mind knowing their employees are trained to the highest standard in H\u2082S hazard recognition, prevention, and emergency response.<\/p><p data-start=\"2555\" data-end=\"2950\"><strong data-start=\"2555\" data-end=\"2615\">Choose Rock Solid Hazmat for Trusted H\u2082S Safety Training<\/strong><br data-start=\"2615\" data-end=\"2618\" \/>With years of industry experience and a reputation for excellence, Rock Solid Hazmat is your trusted provider for Hydrogen Sulfide safety training. Our program not only ensures compliance\u2014it builds a strong safety culture that reduces risk, protects lives, and enhances workplace confidence when operating in H\u2082S-prone environments.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-5f0ebfd elementor-align-center elementor-widget elementor-widget-pxl_button\" data-id=\"5f0ebfd\" data-element_type=\"widget\" data-widget_type=\"pxl_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl-pxl_button-5f0ebfd-5416\" class=\"pxl-button pxl-atc-popup wow fadeInUp\" data-wow-delay=\"600ms\">\r\n    <a  class=\"btn pxl-icon-active  btn-style6 wow fadeInUp pxl-icon--right\" data-wow-delay=\"600ms\" data-onepage-offset=\"\">\r\n        <i aria-hidden=\"true\" class=\"flaticon flaticon-next\"><\/i>        <span class=\"pxl--btn-text\" data-text=\"Get Quote Now\">\r\n            Get Quote Now        <\/span>\r\n            <\/a>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n        <\/div>\r\n        \t\t\t<\/div>\n\t\t<\/section>\n\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-bd40899 elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-full-content-with-space-none pxl-bg-color-none pxl-section-overlay-none\" data-id=\"bd40899\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\n                \n                <div class=\"elementor-container elementor-column-gap-no \">\n                <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9e05443 pxl-column-none pxl-column-overflow-hidden-no\" data-id=\"9e05443\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\r\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\r\n                     \r\n                <section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ea849fd elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default pxl-row-scroll-none pxl-zoom-point-false pxl-section-overflow-visible pxl-section-fix-none pxl-bg-color-none pxl-section-overlay-none\" data-id=\"ea849fd\" data-element_type=\"section\">\n\n                \n                <div class=\"elementor-container elementor-column-gap-extended \">\n                <div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-70cab83 pxl-column-none pxl-column-overflow-hidden-no\" data-id=\"70cab83\" data-element_type=\"column\">\r\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\r\n                     \r\n        \t\t<div class=\"elementor-element elementor-element-adf5edf elementor-widget elementor-widget-pxl_heading\" data-id=\"adf5edf\" data-element_type=\"widget\" data-widget_type=\"pxl_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div id=\"pxl-pxl_heading-adf5edf-2032\" class=\"pxl-heading px-sub-title-default-style \">\n\t<div class=\"pxl-heading--inner\">\n\t\t<div class=\"pxl-heading-content\">\n\t\t\t\t\t\t\t<div class=\"pxl-item--subtitle px-sub-title-default \" data-wow-delay=\"ms\">\n\t\t\t\t\t<span class=\"pxl-item--subtext\">\n\t\t\t\t\t\t\t\t\t\t\t\tGet Started\t\t\t\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<h3 class=\"pxl-item--title style-default highlight-default pxl-split-text split-in-left\" data-wow-delay=\"ms\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t\t\tGet <span class=\"pxl-title--highlight\">Quote Now!<\/span>\t\n\t\t\t\t\t\n\t\t\t<\/h3>\n\t\t<\/div>\n\t<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bcacdb3 elementor-widget elementor-widget-pxl_contact_form\" data-id=\"bcacdb3\" data-element_type=\"widget\" data-widget_type=\"pxl_contact_form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <div class=\"pxl-contact-form pxl-contact-form1 btn-w-auto \" data-wow-delay=\"ms\">\r\n        \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f11532-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"11532\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/rock-solid-hazmat\/wp-json\/wp\/v2\/pages\/1135#wpcf7-f11532-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"11532\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.0.6\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f11532-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"contact12\">\n\t<div class=\"form pxl-item-name\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"text-484\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name\" value=\"\" type=\"text\" name=\"text-484\" \/><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"row\">\n\t\t<div class=\"col-6\">\n\t\t\t<div class=\"form pxl-item-email\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email-761\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Mail Address\" value=\"\" type=\"email\" name=\"email-761\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"col-6\">\n\t\t\t<div class=\"form pxl-item-phone\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"tel-913\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone Number\" value=\"\" type=\"tel\" name=\"tel-913\" \/><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"form pxl-item-name\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"service-select\"><select class=\"wpcf7-form-control wpcf7-select wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"service-select\"><option value=\"\">&#8212;Please choose an option&#8212;<\/option><option value=\"40 Hour HAZWOPER\">40 Hour HAZWOPER<\/option><option value=\"24 Hour Industry Technician\">24 Hour Industry Technician<\/option><option value=\"8 Hour HAZWOPER Refresher\">8 Hour HAZWOPER Refresher<\/option><option value=\"Respiratory Protection Training\">Respiratory Protection Training<\/option><option value=\"Qualitative Fit Testing\">Qualitative Fit Testing<\/option><option value=\"Forklift Operator Safety Training\">Forklift Operator Safety Training<\/option><option value=\"Confined Space Entrant, Attendant and Supervisor\">Confined Space Entrant, Attendant and Supervisor<\/option><option value=\"Aerial and Scissor Lift Training\">Aerial and Scissor Lift Training<\/option><option value=\"Blood Borne Pathogens Training\">Blood Borne Pathogens Training<\/option><option value=\"Fire Safety\">Fire Safety<\/option><option value=\"DOT for HAZMAT Drivers\">DOT for HAZMAT Drivers<\/option><option value=\"Hydrogen Sulfide (H2S) Training\">Hydrogen Sulfide (H2S) Training<\/option><option value=\"Lock Out Tag Out (LOTO)\">Lock Out Tag Out (LOTO)<\/option><\/select><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"form pxl-item-message\">\n\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"textarea-648\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Write Your Message Here\" name=\"textarea-648\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div class=\"contact-submit\">\n\t\t<p><button class=\"btn-contact7 wpcf7-submit\" type=\"submit\" data-animation=\"pxl-xspin\">Contact us<i class=\"flaticon flaticon-next\"><\/i><\/button>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n    <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n        <\/div>\r\n                <div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ac9fc3a pxl-column-none pxl-column-overflow-hidden-no\" data-id=\"ac9fc3a\" data-element_type=\"column\">\r\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\r\n                     \r\n        \t\t<div class=\"elementor-element elementor-element-29060b8 elementor-widget elementor-widget-pxl_image\" data-id=\"29060b8\" data-element_type=\"widget\" data-widget_type=\"pxl_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl_image-29060b8-9724\" class=\"pxl-image-single pxl-disable-parallax-sm pxl-hide-sr-lg pxl-parallax-scroll \" data-wow-delay=\"ms\"  data-parallax='{\"x\":30}'>\r\n    <div class=\"pxl-item--inner\" data-wow-delay=\"120ms\">\r\n        \r\n                                <div class=\"pxl-item--image \" data-parallax-value=\"\">\r\n                                                    <img fetchpriority=\"high\" decoding=\"async\" width=\"664\" height=\"1252\" src=\"https:\/\/webwire.site\/rock-solid-hazmat\/wp-content\/uploads\/2024\/08\/img-contact2.png\" class=\"no-lazyload attachment-full\" alt=\"\" \/>                                                                    <\/div>\r\n                            \r\n            <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n        <\/div>\r\n        \t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-0da42ff elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-pxl_image\" data-id=\"0da42ff\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"pxl_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pxl_image-0da42ff-8590\" class=\"pxl-image-single pxl-disable-parallax-sm pxl-hide-sr-lg pxl-parallax-scroll \" data-wow-delay=\"ms\"  data-parallax='{\"y\":-60}'>\r\n    <div class=\"pxl-item--inner\" data-wow-delay=\"120ms\">\r\n        \r\n                                <div class=\"pxl-item--image \" data-parallax-value=\"\">\r\n                                                    <img decoding=\"async\" width=\"480\" height=\"774\" src=\"https:\/\/webwire.site\/rock-solid-hazmat\/wp-content\/uploads\/2024\/08\/img-contact1-1.png\" class=\"no-lazyload attachment-full\" alt=\"\" \/>                                                                    <\/div>\r\n                            \r\n            <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\r\n        <\/div>\r\n        \t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Features Specialized Hazardous Materials Safety Training and Consulting Services Delivering customized safety training and consulting solutions tailored to your business and industry needs. 40 Hour HAZWOPER 24 Hour Industry Technician 8 Hour HAZWOPER Refresher Add Your Headin Master Hazardous Material Safety with 40-Hour HAZWOPER TrainingIn today\u2019s safety-first environment, gaining the expertise to manage hazardous [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1135","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/pages\/1135","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/comments?post=1135"}],"version-history":[{"count":58,"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/pages\/1135\/revisions"}],"predecessor-version":[{"id":13178,"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/pages\/1135\/revisions\/13178"}],"wp:attachment":[{"href":"https:\/\/webwire.site\/rock-solid-hazmat\/wp-json\/wp\/v2\/media?parent=1135"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}