{"id":1045,"date":"2019-10-30T15:43:57","date_gmt":"2019-10-30T13:43:57","guid":{"rendered":"https:\/\/www.cesa.co.za\/?page_id=1045"},"modified":"2023-10-12T10:59:51","modified_gmt":"2023-10-12T08:59:51","slug":"course-list","status":"publish","type":"page","link":"https:\/\/www.cesa.co.za\/sce\/course-list\/","title":{"rendered":"Course List"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1045\" class=\"elementor elementor-1045\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-417e8d6c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"417e8d6c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47b5a6ec\" data-id=\"47b5a6ec\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48178d02 heading elementor-widget elementor-widget-heading\" data-id=\"48178d02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Upcoming Courses<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3467752 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3467752\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3686b35\" data-id=\"3686b35\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-97e0788 elementor-widget elementor-widget-shortcode\" data-id=\"97e0788\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\r\n    jQuery(document).ready(function() {\r\n        jQuery(\"#myInput\").on(\"keyup\", function() {\r\n            var value = jQuery(this).val().toLowerCase();\r\n            jQuery(\"#tbl tbody tr\").filter(function() {\r\n                jQuery(this).toggle(jQuery(this).text().toLowerCase().indexOf(value) > -1)\r\n            });\r\n        });\r\n    });\r\n<\/script>\r\n<h1>Upcoming Courses<\/h1>\r\n<form method=\"get\" action=\"https:\/\/www.cesa.co.za\/sce\/course-list\/\">\r\n    <p><b>Show courses available in:<\/b><\/p>\r\n    <table border=\"0\">\r\n        <tr>\r\n            <td>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"1\" onclick=\"this.form.submit()\" > This month<br>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"2\" onclick=\"this.form.submit()\"  checked> Next 2 months\r\n            <\/td>\r\n            <td>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"3\" onclick=\"this.form.submit()\" > Next 3 months<br>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"6\" onclick=\"this.form.submit()\" > Next 6 months\r\n            <\/td>\r\n            <td>\r\n                <input type=\"radio\" name=\"NumMonths\" value=\"y\" onclick=\"this.form.submit()\" > This year\r\n            <\/td>\r\n        <\/tr>\r\n    <\/table>\r\n<\/form>\r\n<input type=\"text\" name=\"quicksearch\" id=\"myInput\" placeholder=\"Enter keywords to search the courses\" size=\"40\" class=\"printhide\"><br>\r\n\r\n<!-- SELECT SchoolEvents.SchoolCourseID, SchoolEvents.EventID, IF(ISNULL(SchoolCourses.CourseName),SchoolEvents.EventName,SchoolCourses.CourseName) AS EventName,\r\n        SchoolEvents.City,\tSchoolEvents.CostPerPerson,\r\n        IF(ISNULL(SchoolCourses.AccredNum),SchoolEvents.AccredNum,SchoolCourses.AccredNum) AS AccredNum,\r\n        IF(ISNULL(SchoolCourses.CPD),SchoolEvents.CPD,SchoolCourses.CPD) AS CPD,\r\n        SchoolEvents.SACPCMPNum, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints,\r\n        SchoolEvents.Cancelled, SchoolEvents.Venue,\r\n        CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName, MIN(EventSchedules.ScheduleDate) AS StartDate,\r\n        MAX(EventSchedules.ScheduleDate) AS EndDate\r\n\tFROM ((SchoolEvents LEFT JOIN SchoolCourses USING (SchoolCourseID) \r\n    LEFT OUTER JOIN SchoolWebCategories ON (SchoolEvents.WebCategory=SchoolWebCategories.WebCategoryID))\r\n\tLEFT JOIN CourseVenues ON SchoolEvents.Venue = CourseVenues.CourseVenueName)\r\n\tLEFT JOIN EventSchedules ON SchoolEvents.EventID=EventSchedules.EventID\r\n\tWHERE Cancelled=0 \r\n        AND (SchoolEvents.WebCategory != 11 OR SchoolEvents.WebCategory IS NULL) \r\n        AND (SchoolCourses.WebCategory != 11 OR SchoolCourses.WebCategory IS NULL)\r\n\tGROUP BY SchoolEvents.SchoolCourseID, SchoolEvents.EventID, SchoolEvents.EventName, SchoolEvents.City, \r\n        SchoolEvents.CostPerPerson,\r\n        SchoolEvents.AccredNum, SchoolEvents.CPD, SchoolEvents.SACPCMPNum, SchoolEvents.SACPCMPCategory, SchoolEvents.SACPCMP_CPDPoints, SchoolEvents.Cancelled, \r\n        SchoolEvents.Venue,\r\n        CourseVenues.CourseVenueCity, SchoolWebCategories.WebCategoryName\r\n\tHAVING StartDate >= '2026-07-26'\r\n\t    AND StartDate < '2026-09-01'\r\n\tORDER BY  StartDate, EventName -->    <table border=\"1\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\" id=\"tbl\">\r\n        <thead>\r\n            <tr>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">Course Description<br><br><a href=\"https:\/\/www.cesa.co.za\/sce\/course-list\/?NumMonths=&sort=EventName\" style=\"color:white; font-size:10px\">Sort by course<\/a><\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">SACPCMP CPD<\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">CPD<\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">Venue<\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">Date\/s<br>(2026)<br>\r\n                    <a href=\"https:\/\/www.cesa.co.za\/sce\/course-list\/?NumMonths=&sort=StartDate\" style=\"color:white; font-size:10px\">Sort by date<\/a>\r\n                <\/td>\r\n                <td bgcolor=\"#375ead\" style=\"color:white\">&nbsp;<\/td>\r\n            <\/tr>\r\n        <\/thead>\r\n        <tbody>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5800\">Advanced Management Skills for Managers and Supervisors<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 July<br>to<br>28 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5800\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5800\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5580\">Pressure Pipeline and Pump Station Design and Specification<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 July<br>to<br>28 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5580\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5580\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5705\">Technical & Business Report Writing<\/a><\/td>\r\n                    <td align=\"center\">2.00<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 July<br>to<br>28 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5705\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5705\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5829\">Fundamentals of Drinking Water Treatment<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">3<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">28 July<br>to<br>29 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5829\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5829\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5660\">Problem Solving and Decision Making<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">29 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5660\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5660\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5782\">Quality and Risk Management, incorporating ISO9001 to Increase Effectiveness of your Project Delivery<\/a><\/td>\r\n                    <td align=\"center\">1.00<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">29 July<br>to<br>30 July                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5782\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5782\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5695\">Introduction to the Fourth Industrial Revolution<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">03 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5695\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5695\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5610\">Root-Cause Analysis, Incident Investigation and Continual Improvement<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">03 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5610\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5610\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5740\">Supply Chain Management and Bid Committees - PFMA & MFMA<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">03 August<br>to<br>04 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5740\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5740\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5947\">The Direct Route to Registration as a Construction Project Manager or Construction Manager<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">03 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5947\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5947\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5933\">Understanding AI: Foundations, Tools & Prompt Engineering<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">03 August<br>to<br>04 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5933\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5933\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5753\">Construction Claims<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">04 August<br>to<br>05 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5753\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5753\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5625\">Managing Engineering Processes in Large Infrastructure Projects<\/a><\/td>\r\n                    <td align=\"center\">1.60<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">04 August<br>to<br>05 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5625\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5625\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5671\">Project Finance 2 - Commercial and Financial Structuring (Focus on PPP Subsegment)<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">05 August<br>to<br>06 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5671\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5671\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5845\">Project Management Professional (PMP) Course for the Built Environment Professionals<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">4<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">05 August<br>to<br>26 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5845\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5845\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5954\">Transitioning from GCC 2015 to GCC 2025 (Understanding the Changes in the Fourth Edition of the GCC for Construction Works)<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">06 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5954\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5954\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5787\">Essential Financials, Project Life Cycle and Whole-life Life Cycle Analysis<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">11 August<br>to<br>12 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5787\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5787\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5769\">Advanced Managing Projects with MS Project<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">12 August<br>to<br>13 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5769\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5769\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5930\">AI for Construction and Engineering: Practical Intelligence for Project-Based Environments<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">12 August<br>to<br>13 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5930\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5930\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5692\">Enhancing Mentorship Skills and Unlocking Potential<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">13 August<br>to<br>14 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5692\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5692\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5582\">Getting Acquainted with Estimating, Costing and Pricing of Construction Tenders<\/a><\/td>\r\n                    <td align=\"center\">1.60<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">13 August<br>to<br>14 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5582\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5582\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5721\">Basic Bookkeeping to Trial Balance<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">17 August<br>to<br>18 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5721\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5721\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5583\">Getting Acquainted with being a Resident Engineer on Roads Projects<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">17 August<br>to<br>18 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5583\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5583\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5878\">Leadership in Projects<\/a><\/td>\r\n                    <td align=\"center\">0.60<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">17 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5878\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5878\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5726\">Mastering of SharePoint as an End User<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">17 August<br>to<br>18 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5726\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5726\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5762\">Occupational Health & Safety Legal Liability and Due Diligence<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">17 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5762\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5762\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5881\">FIDIC Conditions of Contract for Design Build (2017) - The Yellow Book (2017)<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 August<br>to<br>19 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5881\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5881\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5892\">Professional Liability Issues for Engineering Services Consultants -  Liability of the Consulting Professional<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">18 August<br>to<br>19 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5892\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5892\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5815\">Basic to Intermediate Excel - Microsoft Excel Level 1 & 2<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">19 August<br>to<br>20 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5815\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5815\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5662\">Personal & Professional Resilience<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">19 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5662\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5662\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5584\">Road to Registration for Candidate Engineers, Technologists and Technicians<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">19 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5584\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5584\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5585\">Getting Acquainted with being a Resident Engineer on Pipeline Projects<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">20 August<br>to<br>21 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5585\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5585\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5706\">Team Leader and Supervisory Skills<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">20 August<br>to<br>21 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5706\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5706\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5688\">Introduction to the Bills of Quantities<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">24 August<br>to<br>25 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5688\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5688\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5626\">Managing Operational Readiness in Large Infrastructure Projects<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">24 August<br>to<br>25 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5626\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5626\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5724\">Microsoft Word Basic to Intermediate<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">25 August<br>to<br>26 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5724\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5724\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5885\">New Engineering Contracts (NEC 4)<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">25 August<br>to<br>26 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5885\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5885\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5586\">Road to Registration for Mature Engineers, Technologists and Technicians<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">25 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5586\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5586\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5968\">AI for Consulting Engineering Firm Operations<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">26 August<br>to<br>27 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5968\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5968\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5925\">General Conditions of Contract (GCC 2025) 4th Edition for Construction Works<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">26 August<br>to<br>27 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5925\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5925\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5639\">Implement an ISO 9001:2015 Quality Management System (QMS) for Consulting Engineering Firms<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">26 August<br>to<br>27 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5639\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5639\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5837\">Mastering Engineering and Construction Contracts (Contract Comparison, FIDIC, NEC, JBCC & GCC)<\/a><\/td>\r\n                    <td align=\"center\">1.60<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">26 August<br>to<br>27 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5837\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5837\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5796\">Mastering the Art of Presentation<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">26 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5796\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5796\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5587\">Getting Acquainted with Basic Contract Administration and Quality Control<\/a><\/td>\r\n                    <td align=\"center\">1.60<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 August<br>to<br>28 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5587\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5587\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5707\">Microsoft Word For Technical Report Writing<\/a><\/td>\r\n                    <td align=\"center\">1.20<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">27 August<br>to<br>28 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5707\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5707\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5727\">Basic Bookkeeping to Trial Balance<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">31 August<br>to<br>01 September                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5727\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5727\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5830\">Fundamentals of Wastewater Treatment<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">31 August<br>to<br>01 September                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5830\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5830\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5792\">Managing Project Risks - The Systems Approach<\/a><\/td>\r\n                    <td align=\"center\">1.20<\/td>\r\n                    <td align=\"center\">2<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">31 August<br>to<br>01 September                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5792\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5792\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5918\">Mastering the Repair, Rehabilitation and Retrofit of Concrete Structures<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">31 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5918\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5918\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                            <tr>\r\n                    <td><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5678\">Negotiation Skills<\/a><\/td>\r\n                    <td align=\"center\">-<\/td>\r\n                    <td align=\"center\">1<\/td>\r\n                    <td>Online, <\/td>\r\n                    <td nowrap=\"nowrap\">31 August                    <\/td>\r\n                    <td nowrap=\"nowrap\"><a href=\"https:\/\/www.cesa.co.za\/sce\/school-course?id=5678\">More Info<\/a><br>\r\n                        <a href=\"https:\/\/www.cesa.co.za\/sce\/school-event-registration?id=5678\">Register Now<\/a>\r\n                    <\/td>\r\n                <\/tr>\r\n                    <\/tbody>\r\n    <\/table>\r\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Upcoming Courses<\/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":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","footnotes":""},"class_list":["post-1045","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/comments?post=1045"}],"version-history":[{"count":9,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045\/revisions"}],"predecessor-version":[{"id":2722,"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/pages\/1045\/revisions\/2722"}],"wp:attachment":[{"href":"https:\/\/www.cesa.co.za\/sce\/wp-json\/wp\/v2\/media?parent=1045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}