{"id":39,"date":"2026-06-13T07:21:58","date_gmt":"2026-06-13T07:21:58","guid":{"rendered":"http:\/\/localhost:8080\/wordpress-7.0\/demo\/?page_id=39"},"modified":"2026-06-22T16:08:41","modified_gmt":"2026-06-22T16:08:41","slug":"pumo-tech","status":"publish","type":"page","link":"https:\/\/app.pumotechnovationcrm.com\/?page_id=39","title":{"rendered":"pumo tech"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"39\" class=\"elementor elementor-39\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fac188c e-flex e-con-boxed e-con e-parent\" data-id=\"fac188c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58f15c8 elementor-widget elementor-widget-html\" data-id=\"58f15c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\" \/>\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n<title>Department Courses<\/title>\r\n\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n\r\n* {\r\n  box-sizing: border-box;\r\n  margin: 0;\r\n  padding: 0;\r\n  font-family: 'Sora', Arial, sans-serif;\r\n}\r\n\r\nhtml, body {\r\n  width: 100%;\r\n  min-height: 100vh;\r\n  background: #f0a500;\r\n}\r\n\r\n#dept-outer {\r\n  width: 100% !important;\r\n  max-width: 100% !important;\r\n  margin: 0 !important;\r\n  padding: 0 0 60px 0;\r\n}\r\n\r\n.header {\r\n  height: 110px;\r\n  background: white;\r\n  display: flex;\r\n  justify-content: center;\r\n  align-items: center;\r\n  margin: 0 20px 30px 20px;\r\n  box-sizing: border-box;\r\n  border-radius: 14px;\r\n  box-shadow: 0 8px 24px rgba(0,0,0,.15);\r\n}\r\n\r\n.header img {\r\n  max-width: 100%;\r\n  max-height: 80px;\r\n  object-fit: contain;\r\n}\r\n\r\n#dept-headings {\r\n  display: flex;\r\n  gap: 28px;\r\n  margin-bottom: 20px;\r\n  padding: 0 40px;\r\n}\r\n\r\n#dept-headings h2 {\r\n  font-family: 'Sora', Arial, sans-serif;\r\n  font-size: 35px;\r\n  font-weight: 800;\r\n  letter-spacing: -0.01em;\r\n  color: #1a1a2e !important;\r\n  text-align: center;\r\n   text-shadow:\r\n        3px 4px 4px rgba(0,0,0,.23);\r\n  animation: deptFadeUp 0.6s ease both;\r\n}\r\n\r\n#dept-headings h2:first-child { flex: 1; }\r\n#dept-headings h2:last-child  { flex: 1; }\r\n\r\n#dept-wrapper {\r\n  display: flex !important;\r\n  gap: 28px;\r\n  align-items: stretch;\r\n  padding: 0 40px;\r\n}\r\n\r\n#dept-sidebar {\r\n  flex: 1;\r\n  display: flex;\r\n  flex-direction: column;\r\n  border-radius: 12px;\r\n  overflow: hidden;\r\n}\r\n\r\n.dept-btn {\r\n  display: block !important;\r\n  width: 100% !important;\r\n  padding: 47px 20px !important;\r\n  background: linear-gradient(135deg, #1a1a2e 0%, #232348 100%) !important;\r\n  border-radius: 0 !important;\r\n  border: 3px solid white !important;\r\n  text-align: center !important;\r\n  font-family: 'Sora', Arial, sans-serif !important;\r\n  font-size: 19px !important;\r\n  font-weight: 600 !important;\r\n  color: #ffffff !important;\r\n  cursor: pointer !important;\r\n  letter-spacing: 0.03em !important;\r\n  position: relative !important;\r\n  overflow: hidden !important;\r\n  transition: transform 0.3s cubic-bezier(.2,.8,.2,1), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease !important;\r\n  animation: deptFadeLeft 0.5s ease both;\r\n}\r\n\r\n.dept-btn::after {\r\n  content: \"\";\r\n  position: absolute;\r\n  top: 0;\r\n  left: -75%;\r\n  width: 50%;\r\n  height: 100%;\r\n  background: linear-gradient(120deg, transparent, rgba(255,255,255,.25), transparent);\r\n  transform: skewX(-20deg);\r\n  transition: left 0.6s ease;\r\n}\r\n\r\n.dept-btn:hover::after {\r\n  left: 125%;\r\n}\r\n\r\n.dept-btn:nth-child(1) { animation-delay: 0.05s; }\r\n.dept-btn:nth-child(2) { animation-delay: 0.1s; }\r\n.dept-btn:nth-child(3) { animation-delay: 0.15s; }\r\n.dept-btn:nth-child(4) { animation-delay: 0.2s; }\r\n.dept-btn:nth-child(5) { animation-delay: 0.25s; }\r\n\r\n.dept-btn:hover {\r\n  background: linear-gradient(135deg, #f0b400 0%, #f7c948 100%) !important;\r\n  color: #1a1a2e !important;\r\n  transform: translateY(-4px) scale(1.015);\r\n  box-shadow: 0 14px 28px rgba(0,0,0,.22) !important;\r\n}\r\n\r\n.dept-btn.dept-active {\r\n  background: linear-gradient(135deg, orange 0%, #ffb733 100%) !important;\r\n  color: #1a1a2e !important;\r\n  transform: translateY(-2px);\r\n  box-shadow: 0 12px 24px rgba(0,0,0,.22), inset 0 0 0 2px rgba(255,255,255,.4) !important;\r\n}\r\n\r\n#dept-content {\r\n  flex: 1 !important;\r\n  background: #ffffff !important;\r\n  border-radius: 12px !important;\r\n  padding: 28px 32px !important;\r\n\r\nheight: 595px;\r\n  overflow-y: auto;\r\n   overflow-x: hidden;\r\n\r\n  box-shadow: 0 10px 30px rgba(0,0,0,.12);\r\n  animation: deptFadeUp 0.6s ease 0.15s both;\r\n  display: flex;\r\n  flex-direction: column;\r\n}\r\n\r\n#dept-content::-webkit-scrollbar {\r\n  width: 8px;\r\n}\r\n#dept-content::-webkit-scrollbar-track {\r\n  background: #f4f4f4;\r\n  border-radius: 8px;\r\n}\r\n#dept-content::-webkit-scrollbar-thumb {\r\n  background: #f0a500;\r\n  border-radius: 8px;\r\n}\r\n#dept-content::-webkit-scrollbar-thumb:hover {\r\n  background: #d68f00;\r\n}\r\n\r\n#dept-content h3 {\r\n  font-family: 'Sora', Arial, sans-serif;\r\n  font-size: 18px !important;\r\n  font-weight: 700 !important;\r\n  color: #1a1a2e !important;\r\n  margin-bottom: 18px !important;\r\n}\r\n\r\n#dept-content ul {\r\n  list-style: disc !important;\r\n  padding-left: 20px !important;\r\n}\r\n\r\n#dept-content ul li {\r\n  padding: 5px 0 !important;\r\n  line-height: 1.6 !important;\r\n  padding-left: 10px !important;\r\n  transition: transform 0.25s ease !important;\r\n}\r\n\r\n#dept-content ul li:hover {\r\n  transform: translateX(4px) !important;\r\n}\r\n\r\n#dept-content ul li a {\r\n  font-family: 'Sora', Arial, sans-serif;\r\n  font-size: 15px !important;\r\n  font-weight: 500 !important;\r\n  color: #1a73e8 !important;\r\n  text-decoration: none !important;\r\n  transition: color 0.2s ease !important;\r\n}\r\n\r\n#dept-content ul li a:hover {\r\n  color: #f0a500 !important;\r\n  text-decoration: underline !important;\r\n}\r\n\r\n.dept-placeholder {\r\n  font-family: 'Sora', Arial, sans-serif;\r\n  color: #aaa !important;\r\n  font-size: 15px !important;\r\n  margin-top: 40px !important;\r\n  text-align: center !important;\r\n}\r\n\r\n.elementor-widget-html,\r\n.elementor-widget-container,\r\n.elementor-column-wrap,\r\n.elementor-widget-wrap,\r\n.elementor-section,\r\n.elementor-container,\r\n.e-con,\r\n.e-con-inner,\r\n.entry-content,\r\n.site-content,\r\n.page-content,\r\nmain, article {\r\n  max-width: 100% !important;\r\n  padding-left: 0 !important;\r\n  padding-right: 0 !important;\r\n  margin-left: 0 !important;\r\n  margin-right: 0 !important;\r\n}\r\n\r\n@media (max-width: 750px) {\r\n  #dept-headings, #dept-wrapper {\r\n    flex-direction: column !important;\r\n    padding: 0 16px;\r\n  }\r\n\r\n  #dept-sidebar {\r\n    flex: unset !important;\r\n    width: 100% !important;\r\n  }\r\n}\r\n\r\n\r\n#dept-content h3 {\r\n  display: none !important;\r\n}\r\n\r\n@keyframes deptFadeUp {\r\n  from { opacity: 0; transform: translateY(14px); }\r\n  to   { opacity: 1; transform: translateY(0); }\r\n}\r\n\r\n@keyframes deptFadeLeft {\r\n  from { opacity: 0; transform: translateX(-14px); }\r\n  to   { opacity: 1; transform: translateX(0); }\r\n}\r\n\r\n@keyframes deptItemIn {\r\n  from { opacity: 0; transform: translateY(6px); }\r\n  to   { opacity: 1; transform: translateY(0); }\r\n}\r\n\r\n#dept-content ul li {\r\n  animation: deptItemIn 0.35s ease both;\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<div id=\"dept-outer\">\r\n\r\n  <!-- HEADER -->\r\n  <div class=\"header\">\r\n    <img decoding=\"async\" src=\"https:\/\/app.pumotechnovationcrm.com\/wp-content\/uploads\/2026\/06\/logo.jpg\" alt=\"Pumo Technovation Logo\">\r\n  <\/div>\r\n\r\n  <div id=\"dept-headings\">\r\n    <h2>Department<\/h2>\r\n    <h2>List of Courses<\/h2>\r\n  <\/div>\r\n\r\n  <div id=\"dept-wrapper\">\r\n\r\n    <div id=\"dept-sidebar\">\r\n      <button class=\"dept-btn\" data-dept=\"embedded\">Embedded &amp; IOT<\/button>\r\n      <button class=\"dept-btn\" data-dept=\"eee\">Electrical &amp; Automation<\/button>\r\n      <button class=\"dept-btn\" data-dept=\"mech\">Mechanical<\/button>\r\n      <button class=\"dept-btn\" data-dept=\"it\">IT<\/button>\r\n      <button class=\"dept-btn\" data-dept=\"mep\">MEP<\/button>\r\n    <\/div>\r\n\r\n    <div id=\"dept-content\">\r\n      <p class=\"dept-placeholder\">Select a department to view courses<\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n\/*\r\n  ============================================================\r\n  IMPORTANT: Fill in the \"url\" field for every course below.\r\n  Replace \"#\" with the actual live page link for that course.\r\n  Example:\r\n    { name: \"Certified Embedded & PCB\", url: \"http:\/\/localhost:8080\/wordpress-7.0\/demo\/embedded-pcb\/\" }\r\n  ============================================================\r\n*\/\r\nvar deptData = {\r\n  embedded: { label: \"Embedded & IoT Courses\", courses: [\r\n    { name: \"Certified Embedded & PCB\", url: \"https:\/\/app.pumotechnovationcrm.com\/?page_id=434\" },\r\n    { name: \"Certified Embedded System\", url: \"https:\/\/app.pumotechnovationcrm.com\/?page_id=736\" },\r\n    { name: \"Certified IOT\", url: \"#\" },\r\n    { name: \"Certified PCB\", url: \"#\" },\r\n   \r\n    { name: \"Certified in VLSI\", url: \"#\" },\r\n   \r\n    { name: \"Foundation Embedded & PCB Course for Intern\", url: \"#\" },\r\n    { name: \"MASTERS IN IOT\", url: \"#\" },\r\n    { name: \"Master Embedded & IOT\", url: \"#\" },\r\n    { name: \"Masters Embedded & PCB\", url: \"#\" },\r\n    { name: \"Masters Embedded System\", url: \"#\" },\r\n    { name: \"Masters PCB\", url: \"#\" },\r\n    \r\n    { name: \"Professional In Embedded\", url: \"#\" }\r\n  ]},\r\n  eee: { label: \"Electrical & Automation Courses\", courses: [\r\n    { name: \"Certified in Automation\", url: \"#\" },\r\n    { name: \"Certified in Automation & ECAD\", url: \"#\" },\r\n    { name: \"Certified in ECAD\", url: \"#\" },\r\n    { name: \"Certified in ECAD & PLC\", url: \"#\" },\r\n    { name: \"Certified in Industrial Automation\", url: \"#\" },\r\n    { name: \"Certified in Industrial Automation with ECAD\", url: \"#\" },\r\n    { name: \"Certified in Labview\", url: \"#\" },\r\n    { name: \"Certified in PLC\", url: \"#\" },\r\n    { name: \"Certified in Robotics\", url: \"#\" },\r\n    { name: \"Masters in ECAD\", url: \"#\" },\r\n    { name: \"Masters in Industrial Automation\", url: \"#\" },\r\n    { name: \"Professional in PLC\", url: \"#\" }\r\n  ]},\r\n  mech: { label: \"Mechanical Courses\", courses: [\r\n    { name: \"Certified CAM Programmer - MASTERCAM\", url: \"#\" },\r\n    { name: \"Certified In Automotive Design\", url: \"#\" },\r\n    { name: \"Certified In CAE - ANSA (New)\", url: \"#\" },\r\n    { name: \"Certified In CAE - ANSYS\", url: \"#\" },\r\n    { name: \"Certified In CAE - HYPERMESH\", url: \"#\" },\r\n    { name: \"Certified In E3D\", url: \"#\" },\r\n    { name: \"Certified In Product Design - Autocad & Creo\", url: \"#\" },\r\n    { name: \"Certified In Product Design - Autocad & Solidworks\", url: \"#\" },\r\n    { name: \"Certified In Product Design - Catia\", url: \"#\" },\r\n    { name: \"Certified In Product Design - Creo\", url: \"#\" },\r\n    { name: \"Certified In Product Design - Solidworks\", url: \"#\" },\r\n    { name: \"Certified In SP3D\", url: \"#\" },\r\n    { name: \"Certified In Wiring Harness - CREO\", url: \"#\" },\r\n    { name: \"Certified In Wiring Harness - Catia\", url: \"#\" },\r\n    { name: \"Certified in AutoCAD\", url: \"#\" },\r\n    { name: \"Certified in AutoDesk & Powermill\", url: \"#\" },\r\n    { name: \"Certified in Automotive Plastics\", url: \"#\" },\r\n    { name: \"Certified in Industrial Design\", url: \"#\" },\r\n    { name: \"Certified in NX CAD CAM\", url: \"#\" },\r\n    { name: \"Certified in NX CAD CAM 5TH AXIS\", url: \"#\" },\r\n    { name: \"Certified in NX CAM\", url: \"#\" },\r\n    { name: \"Certified in Product Design - NX\", url: \"#\" },\r\n    { name: \"Certified in SP3D and E3D\", url: \"#\" },\r\n    { name: \"Diploma in Aerospace Analysis\", url: \"#\" },\r\n    { name: \"Diploma in Aerospace Design\", url: \"#\" },\r\n    { name: \"Foundation Mechanical Course for Intern\", url: \"#\" },\r\n    { name: \"Masters In Automotive Design (New)\", url: \"#\" },\r\n    { name: \"Masters In Automotive Design - Creo WH\", url: \"#\" },\r\n    { name: \"Masters In CAD\/CAM\", url: \"#\" },\r\n    { name: \"Masters In Industrial Design\", url: \"#\" },\r\n    { name: \"Masters In Industrial Design - Catia\", url: \"#\" },\r\n    { name: \"Masters In R&D\", url: \"#\" },\r\n    { name: \"Masters in Aerospace Analysis\", url: \"#\" },\r\n    { name: \"Masters in Aerospace Design\", url: \"#\" },\r\n    { name: \"Masters in Automotive Design - NX CAD\", url: \"#\" },\r\n    { name: \"PG Diploma In Hybrid vehicle Design & Analysis\", url: \"#\" },\r\n    { name: \"Professional In Automotive Design (New)\", url: \"#\" },\r\n    { name: \"Professional In Automotive Design - NX-CAD\", url: \"#\" },\r\n    { name: \"Professional In Automotive Design - Solidworks\", url: \"#\" },\r\n    { name: \"Professional In Wiring Harness\", url: \"#\" },\r\n    { name: \"Professional in R&D\", url: \"#\" }\r\n  ]},\r\n  it: { label: \"IT Courses\", courses: [\r\n    { name: \"Basic C, C++ and python\", url: \"#\" },\r\n    { name: \"Certified in .NET Full-Stack Developer\", url: \"#\" },\r\n    { name: \"Certified in AWS\", url: \"#\" },\r\n    { name: \"Certified in Android App Development\", url: \"#\" },\r\n    { name: \"Certified in Artificial Intelligence & Machine Learning\", url: \"#\" },\r\n    { name: \"Certified in Azure\", url: \"#\" },\r\n    { name: \"Certified in C and C++ Programming\", url: \"#\" },\r\n    { name: \"Certified in C#\", url: \"#\" },\r\n    { name: \"Certified in C, C++ and Core Java\", url: \"#\" },\r\n    { name: \"Certified in Core Java\", url: \"#\" },\r\n    { name: \"Certified in Core Python\", url: \"#\" },\r\n    { name: \"Certified in Core Python and MySQL\", url: \"#\" },\r\n    { name: \"Certified in Cybersecurity\", url: \"#\" },\r\n    { name: \"Certified in Data Analytics\", url: \"#\" },\r\n    { name: \"Certified in Data Science\", url: \"#\" },\r\n    { name: \"Certified in Ethical Hacking\", url: \"#\" },\r\n    { name: \"Certified in Java Full-Stack Developer (New)\", url: \"#\" },\r\n    { name: \"Certified in Javascript\", url: \"#\" },\r\n    { name: \"Certified in MEAN Stack\", url: \"#\" },\r\n    { name: \"Certified in MERN Stack\", url: \"#\" },\r\n    { name: \"Certified in MS OFFICE\", url: \"#\" },\r\n    { name: \"Certified in Medical Coding\", url: \"#\" },\r\n    { name: \"Certified in Networking\", url: \"#\" },\r\n    { name: \"Certified in PowerBI\", url: \"#\" },\r\n    { name: \"Certified in Python (Back-end)\", url: \"#\" },\r\n    { name: \"Certified in Python Full-Stack Developer (New)\", url: \"#\" },\r\n    { name: \"Certified in React\", url: \"#\" },\r\n    { name: \"Certified in Software Testing\", url: \"#\" },\r\n    { name: \"Certified in Web Design & Development\", url: \"#\" },\r\n    { name: \"Foundation IT course for Intern\", url: \"#\" },\r\n    { name: \"Masters in AWS & Devops\", url: \"#\" },\r\n    { name: \"Masters in Artificial Intelligence & Machine Learning\", url: \"#\" },\r\n    { name: \"Masters in Azure & Devops\", url: \"#\" },\r\n    { name: \"Masters in Cybersecurity\", url: \"#\" },\r\n    { name: \"Masters in Data Analytics\", url: \"#\" },\r\n    { name: \"Masters in Data Science\", url: \"#\" },\r\n    { name: \"Masters in Java Full-Stack Developer (New)\", url: \"#\" },\r\n    { name: \"Masters in Medical Coding\", url: \"#\" },\r\n    { name: \"Masters in Python Full-Stack Developer (New)\", url: \"#\" },\r\n    { name: \"Masters in Software Testing\", url: \"#\" },\r\n    { name: \"Masters in Web Design & Development\", url: \"#\" },\r\n    { name: \"Professional in .NET Full-Stack Developer\", url: \"#\" },\r\n    { name: \"Professional in AWS & Devops\", url: \"#\" },\r\n    { name: \"Professional in Azure & Devops\", url: \"#\" },\r\n    { name: \"Professional in Java Full-Stack Developer (New)\", url: \"#\" },\r\n    { name: \"Professional in Python Full-Stack Developer (New)\", url: \"#\" }\r\n  ]},\r\n  mep: { label: \"MEP Courses\", courses: [\r\n    { name: \"Certified in MEP with Specialization in Electrical Engineer\", url: \"#\" },\r\n    { name: \"Certified in MEP with Specialization in HVAC\", url: \"#\" },\r\n    { name: \"Certified in MEP with Specialization in Plumbing & Fire-Fighting\", url: \"#\" },\r\n    { name: \"Certified in REVIT MEP\", url: \"#\" },\r\n    { name: \"Masters in MEP with Specialization in Revit Design & Modelling\", url: \"#\" },\r\n    { name: \"Professional in MEP with Specialization in Electrical Engineeering\", url: \"#\" },\r\n    { name: \"Professional in MEP with Specialization in HVAC\", url: \"#\" },\r\n    { name: \"Professional in MEP with Specialization in Plumbing & Fire-Fighting\", url: \"#\" }\r\n  ]}\r\n};\r\n\r\nfunction deptShow(dept, el) {\r\n  var info = deptData[dept];\r\n  var html = \"<h3>\" + info.label + \"<\/h3>\";\r\n\r\n  if (info.courses.length === 0) {\r\n    html += \"<p class=\\\"dept-placeholder\\\">(No course listed in your data)<\/p>\";\r\n  } else {\r\n    html += \"<ul>\";\r\n    info.courses.forEach(function(c) {\r\n      html += \"<li><a href=\\\"\" + c.url + \"\\\">\" + c.name + \"<\/a><\/li>\";\r\n    });\r\n    html += \"<\/ul>\";\r\n  }\r\n\r\n  document.getElementById(\"dept-content\").innerHTML = html;\r\n\r\n  document.querySelectorAll(\".dept-btn\").forEach(function(b) {\r\n    b.classList.remove(\"dept-active\");\r\n  });\r\n  el.classList.add(\"dept-active\");\r\n}\r\n\r\ndocument.addEventListener(\"DOMContentLoaded\", function() {\r\n\r\n  var el = document.getElementById(\"dept-outer\");\r\n  var parent = el ? el.parentElement : null;\r\n  while (parent && parent !== document.body) {\r\n    parent.style.setProperty(\"max-width\", \"100%\", \"important\");\r\n    parent.style.setProperty(\"padding-left\", \"0\", \"important\");\r\n    parent.style.setProperty(\"padding-right\", \"0\", \"important\");\r\n    parent.style.setProperty(\"margin-left\", \"0\", \"important\");\r\n    parent.style.setProperty(\"margin-right\", \"0\", \"important\");\r\n    parent.style.setProperty(\"width\", \"100%\", \"important\");\r\n    parent = parent.parentElement;\r\n  }\r\n\r\n  var buttons = document.querySelectorAll(\".dept-btn\");\r\n  buttons.forEach(function(btn) {\r\n    btn.addEventListener(\"click\", function() {\r\n      deptShow(btn.getAttribute(\"data-dept\"), btn);\r\n    });\r\n  });\r\n\r\n  if (buttons.length > 0) {\r\n    deptShow(\"embedded\", buttons[0]);\r\n  }\r\n});\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Department Courses Department List of Courses Embedded &amp; IOT Electrical &amp; Automation Mechanical IT MEP Select a department to view [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-39","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=\/wp\/v2\/pages\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=39"}],"version-history":[{"count":262,"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=\/wp\/v2\/pages\/39\/revisions"}],"predecessor-version":[{"id":799,"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=\/wp\/v2\/pages\/39\/revisions\/799"}],"wp:attachment":[{"href":"https:\/\/app.pumotechnovationcrm.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}