{"id":233,"date":"2025-07-23T13:28:43","date_gmt":"2025-07-23T13:28:43","guid":{"rendered":"https:\/\/citcthika.ac.ke\/?page_id=233"},"modified":"2025-08-13T18:31:03","modified_gmt":"2025-08-13T18:31:03","slug":"school-of-automotive-engineering","status":"publish","type":"page","link":"https:\/\/citcthika.ac.ke\/index.php\/school-of-automotive-engineering\/","title":{"rendered":"School of Automotive Engineering"},"content":{"rendered":"<div class=\"wp-block-columns alignwide\" style=\"margin-bottom: 0;\">\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color: #000000; background-color: #ffe97d; padding: 2em;\">\n<h2 id=\"single\" class=\"wp-block-heading\" style=\"font-size: 40px;\"><strong>Automotive Engineering<\/strong><\/h2>\n<strong>Great to have you here at the Department of Automotive Engineering!<\/strong>\n\nFeel the thrill of the open road and the power of innovation. Our Automotive Engineering program is your launchpad to a dynamic and rewarding career. We don&#8217;t just teach you how to fix cars; we empower you to become a master of motion, a creator of cleaner, smarter vehicles, and a leader in a rapidly evolving industry.\n<h3 class=\"wp-block-heading\">What Makes Our Program Unique?<\/h3>\n<ul class=\"wp-block-list\">\n \t<li><strong>Hands-On Mastery:<\/strong> Our state-of-the-art workshops are your playground. From advanced diagnostics to cutting-edge electric vehicle technology, you&#8217;ll get your hands dirty and your mind sharp.<\/li>\n \t<li><strong>Expert Mentors:<\/strong> Learn the secrets of the trade from passionate and experienced instructors who are dedicated to your success.<\/li>\n \t<li><strong>Your Future, Accelerated:<\/strong> We provide invaluable connections to top automotive companies, giving you a head start on a career that&#8217;s both exciting and secure.<\/li>\n<\/ul>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n<h3 class=\"wp-block-heading\">Your Dream Job Is in Sight!<\/h3>\nWhether you dream of designing the next supercar, innovating in sustainable transport, or becoming a trusted master technician, our program provides the skills and confidence you need to make it happen. Ignite your passion for all things automotive and let&#8217;s build the future of driving together!\n<div class=\"wp-block-buttons alignfull\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color: #000000;\" href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\">APPLY HERE<\/a><\/div>\n<\/div>\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom: 0;\">\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color: #000000; background-color: #c0ebf1; padding: 2em;\">\n<h2 id=\"patron\" class=\"wp-block-heading\" style=\"font-size: 40px;\">FEES STRUCTURE<\/h2>\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" \/>\n\n<ul class=\"wp-block-list has-normal-font-size\">\n \t<li>DIPLOMA: Ksh. 24,750 @ TERM<\/li>\n \t<li>CERTIFICATE: Ksh. 24,000 @ TERM<\/li>\n \t<li>ARTISAN \/ GRADE: 23,500 @ TERM<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<script><br \/>\n    document.addEventListener(\"DOMContentLoaded\", function() {<br \/>\n        const applyButton = document.querySelector('.wp-block-button__link[href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\"]');<br \/>\n        const feesSection = document.querySelector('.wp-block-column[style*=\"#c0ebf1\"]');<\/p>\n<p>        \/\/ Initial state: hide the fees section<br \/>\n        feesSection.style.display = 'none';<\/p>\n<p>        \/\/ Add event listener to the apply button<br \/>\n        applyButton.addEventListener('click', function(e) {<br \/>\n            e.preventDefault(); \/\/ Prevent default link behavior<\/p>\n<p>            \/\/ Toggle the visibility of the fees section<br \/>\n            if (feesSection.style.display === 'none' || feesSection.style.display === '') {<br \/>\n                feesSection.style.display = 'block';<br \/>\n                \/\/ You can add a scroll-to-view feature here if desired<br \/>\n                feesSection.scrollIntoView({ behavior: 'smooth' });<br \/>\n            } else {<br \/>\n                feesSection.style.display = 'none';<br \/>\n            }<br \/>\n        });<br \/>\n    });<br \/>\n<\/script>\n\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.2\/dist\/css\/bootstrap.min.css\" rel=\"stylesheet\">\n\n\n\n<link href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.10.0\/font\/bootstrap-icons.css\" rel=\"stylesheet\">\n\n\n\n<style>\n  :root {<br \/>\n    --primary-color: #007bff; \/* Blue *\/<br \/>\n    --danger-color: #dc3545;  \/* Red *\/<br \/>\n    --secondary-bg: #f8f9fa; \/* Light grey for subtle backgrounds *\/<br \/>\n    --hover-darken-factor: 10%; \/* How much to darken on hover *\/<br \/>\n  }<\/p>\n<p>  \/* Function to darken a color *\/<br \/>\n  \/* This would ideally be done with a CSS preprocessor,<br \/>\n     but for direct CSS, we define specific hover colors. *\/<\/p>\n<p>  \/* Global Body\/Container adjustments for overall spaciousness *\/<br \/>\n  body {<br \/>\n      font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';<br \/>\n      line-height: 1.6;<br \/>\n      color: #333;<br \/>\n  }<\/p>\n<p>  \/* Text Colors *\/<br \/>\n  .text-primary { color: var(--primary-color) !important; }<br \/>\n  .text-danger { color: var(--danger-color) !important; }<br \/>\n  .text-muted-dark { color: #6c757d; } \/* Slightly darker muted text *\/<\/p>\n<p>  \/* Button Colors *\/<br \/>\n  .btn-primary { background-color: var(--primary-color); border-color: var(--primary-color); color: white; transition: all 0.2s ease-in-out; }<br \/>\n  .btn-primary:hover { background-color: #0056b3; border-color: #0056b3; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }<br \/>\n  .btn-primary:active { background-color: #00428b !important; border-color: #00428b !important; }<\/p>\n<p>  .btn-danger { background-color: var(--danger-color); border-color: var(--danger-color); color: white; transition: all 0.2s ease-in-out; }<br \/>\n  .btn-danger:hover { background-color: #bd2130; border-color: #bd2130; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }<br \/>\n  .btn-danger:active { background-color: #9a1a26 !important; border-color: #9a1a26 !important; }<\/p>\n<p>  \/* Card Styling *\/<br \/>\n  .course-card {<br \/>\n    border-radius: 1rem;<br \/>\n    transition: all 0.3s ease-in-out; \/* Smooth transition for all properties *\/<br \/>\n    border: none;<br \/>\n    height: 100%;<br \/>\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); \/* Lighter initial shadow *\/<br \/>\n    background-color: white; \/* Ensure card background is white *\/<br \/>\n  }<\/p>\n<p>  .course-card:hover {<br \/>\n    transform: translateY(-8px) scale(1.02); \/* More pronounced lift and slight scale *\/<br \/>\n    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); \/* Stronger shadow on hover *\/<br \/>\n  }<\/p>\n<p>  \/* Course Badges *\/<br \/>\n  .course-badge {<br \/>\n    font-size: 0.75rem;<br \/>\n    padding: 0.4rem 0.8rem;<br \/>\n    border-radius: 999px; \/* Pill shape *\/<br \/>\n    font-weight: 600;<br \/>\n    margin-bottom: 0.75rem;<br \/>\n    display: inline-block;<br \/>\n    color: white !important;<br \/>\n    letter-spacing: 0.05em; \/* Slightly more spaced letters *\/<br \/>\n    text-transform: uppercase; \/* Uppercase for a crisp look *\/<br \/>\n  }<\/p>\n<p>  \/* Specific badge colors *\/<br \/>\n  .badge-diploma { background-color: #28a745; } \/* Green *\/<br \/>\n  .badge-certificate { background-color: #ffc107; color: #333 !important; } \/* Yellow *\/<br \/>\n  .badge-artisan { background-color: #17a2b8; } \/* Cyan *\/<br \/>\n  .badge-short-course { background-color: #6f42c1; } \/* Purple *\/<br \/>\n  .badge-level-4 { background-color: #fd7e14; } \/* Orange *\/<br \/>\n  .badge-modular { background-color: #e83e8c; } \/* Pink *\/<br \/>\n  .badge-grade-test { background-color: #6610f2; } \/* Indigo *\/<\/p>\n<p>  \/* --- Accordion specific styling for modern look --- *\/<br \/>\n  .accordion-item {<br \/>\n      border: 1px solid rgba(0, 0, 0, 0.1); \/* Subtle border *\/<br \/>\n      border-radius: 1rem; \/* Consistent rounded corners *\/<br \/>\n      margin-bottom: 1.5rem; \/* More space between accordion items *\/<br \/>\n      overflow: hidden; \/* Ensures border-radius applies to children *\/<br \/>\n      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); \/* Subtle shadow for each item *\/<br \/>\n      transition: box-shadow 0.3s ease; \/* Smooth shadow transition *\/<br \/>\n  }<\/p>\n<p>  .accordion-item:hover {<br \/>\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); \/* Slightly stronger shadow on item hover *\/<br \/>\n  }<\/p>\n<p>  .accordion-button {<br \/>\n      font-size: 1.4rem; \/* Larger font for headings *\/<br \/>\n      font-weight: 700; \/* Bolder text *\/<br \/>\n      padding: 1.5rem 2rem; \/* More padding *\/<br \/>\n      background-color: var(--secondary-bg); \/* Light grey collapsed background *\/<br \/>\n      color: var(--primary-color); \/* Primary color text when collapsed *\/<br \/>\n      transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;<br \/>\n      border: none; \/* Remove default button border *\/<br \/>\n      box-shadow: none !important; \/* Remove default button shadow *\/<br \/>\n      width: 100%; \/* Ensure button fills its container *\/<br \/>\n      text-align: left; \/* Align text to the left *\/<br \/>\n      position: relative; \/* For chevron positioning *\/<br \/>\n      z-index: 1; \/* Ensure it's above other elements if needed *\/<br \/>\n  }<\/p>\n<p>  \/* Specific collapsed colors for categories *\/<br \/>\n  .accordion-item.hospitality-category .accordion-button.collapsed,<br \/>\n  .accordion-item.ict-category .accordion-button.collapsed,<br \/>\n  .accordion-item.engineering-category .accordion-button.collapsed {<br \/>\n      color: var(--primary-color); \/* Blue for these categories *\/<br \/>\n  }<\/p>\n<p>  .accordion-item.hairdressing-category .accordion-button.collapsed {<br \/>\n      color: var(--danger-color); \/* Red for hairdressing *\/<br \/>\n  }<\/p>\n<p>  .accordion-button:hover {<br \/>\n      background-color: var(--primary-color); \/* Blue background on hover for ALL collapsed *\/<br \/>\n      color: white; \/* White text on hover for ALL collapsed *\/<br \/>\n      cursor: pointer; \/* Indicate clickability *\/<br \/>\n  }<br \/>\n  .accordion-item.hairdressing-category .accordion-button:hover {<br \/>\n      background-color: var(--danger-color); \/* Red background on hover for hairdressing collapsed *\/<br \/>\n  }<\/p>\n<p>  \/* Styles for when the accordion is OPEN *\/<br \/>\n  .accordion-button:not(.collapsed) {<br \/>\n      background-color: var(--primary-color); \/* Primary color background when open *\/<br \/>\n      color: white; \/* White text when open *\/<br \/>\n      border-bottom: 1px solid rgba(255, 255, 255, 0.2); \/* Subtle separator line *\/<br \/>\n      border-radius: 1rem 1rem 0 0 !important; \/* Rounded top corners when open *\/<br \/>\n      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); \/* A bit of shadow when open *\/<br \/>\n  }<\/p>\n<p>  \/* Specific background colors for open categories *\/<br \/>\n  .accordion-item.hospitality-category .accordion-button:not(.collapsed),<br \/>\n  .accordion-item.ict-category .accordion-button:not(.collapsed),<br \/>\n  .accordion-item.engineering-category .accordion-button:not(.collapsed) {<br \/>\n      background-color: var(--primary-color); \/* Blue when open *\/<br \/>\n  }<\/p>\n<p>  .accordion-item.hairdressing-category .accordion-button:not(.collapsed) {<br \/>\n      background-color: var(--danger-color); \/* Red when open *\/<br \/>\n  }<\/p>\n<p>  \/* Icons inside accordion buttons for better alignment *\/<br \/>\n  .accordion-button i {<br \/>\n      margin-right: 0.85rem; \/* Space between icon and text *\/<br \/>\n      font-size: 1.7rem; \/* Make icons slightly larger *\/<br \/>\n      line-height: 1; \/* Ensure vertical alignment *\/<br \/>\n      vertical-align: middle; \/* Better vertical alignment *\/<br \/>\n      transition: transform 0.3s ease, color 0.3s ease; \/* Smooth icon transitions *\/<br \/>\n  }<\/p>\n<p>  \/* Default Bootstrap chevron behavior for collapsed\/expanded state *\/<br \/>\n  .accordion-button:after {<br \/>\n      font-size: 1.25rem; \/* Larger chevron icon *\/<br \/>\n      transition: transform .2s ease-in-out;<br \/>\n  }<br \/>\n  .accordion-button:not(.collapsed)::after {<br \/>\n      filter: brightness(2); \/* Make chevron brighter when background is dark *\/<br \/>\n  }<\/p>\n<p>  .accordion-body {<br \/>\n      padding: 2rem; \/* Generous padding inside the body *\/<br \/>\n      background-color: white; \/* Ensure content background is white *\/<br \/>\n      border-radius: 0 0 1rem 1rem; \/* Rounded bottom corners for body *\/<br \/>\n      box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.03); \/* Subtle inner shadow *\/<br \/>\n  }<\/p>\n<p>  .accordion-body .lead {<br \/>\n      margin-bottom: 2rem; \/* More space before cards begin *\/<br \/>\n      color: #555; \/* Slightly darker lead text *\/<br \/>\n  }<\/p>\n<p>  \/* Adjustments for card layout within accordion *\/<br \/>\n  .accordion-body .row {<br \/>\n      margin-top: 0; \/* Reset default row margin-top *\/<br \/>\n  }<\/p>\n<p>  \/* Hero Section Styling *\/<br \/>\n  .hero-section {<br \/>\n      background: linear-gradient(135deg, #e0f2f7 0%, #f7fcfd 100%); \/* Subtle gradient background *\/<br \/>\n      padding: 4rem 0; \/* Ample padding *\/<br \/>\n      margin-bottom: 4rem; \/* Space before accordion starts *\/<br \/>\n      border-radius: 1rem; \/* Rounded corners for the section *\/<br \/>\n      text-align: center;<br \/>\n      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); \/* Distinct shadow *\/<br \/>\n  }<br \/>\n  .hero-section h1 {<br \/>\n      font-size: 3.5rem; \/* Larger main title *\/<br \/>\n      color: var(--primary-color);<br \/>\n      margin-bottom: 1rem;<br \/>\n  }<br \/>\n  .hero-section .lead {<br \/>\n      font-size: 1.25rem;<br \/>\n      color: #4a4a4a;<br \/>\n  }<\/p>\n<p>  \/* Responsive adjustments *\/<br \/>\n  @media (max-width: 768px) {<br \/>\n      .hero-section h1 {<br \/>\n          font-size: 2.5rem;<br \/>\n      }<br \/>\n      .accordion-button {<br \/>\n          font-size: 1.2rem;<br \/>\n          padding: 1.25rem 1.5rem;<br \/>\n      }<br \/>\n      .accordion-body {<br \/>\n          padding: 1.5rem;<br \/>\n      }<br \/>\n      .accordion-button i {<br \/>\n          font-size: 1.5rem;<br \/>\n          margin-right: 0.6rem;<br \/>\n      }<br \/>\n  }<br \/>\n<\/style>\n\n\n\n<div class=\"container py-5\">\n  <div class=\"hero-section\">\n    <h1 class=\"display-4 fw-bold\">Discover Your Future Path<\/h1>\n    <p class=\"lead mx-auto\" style=\"max-width: 700px;\">\n      Explore our diverse range of courses designed to equip you with practical skills and industry-ready knowledge. Find the perfect program to ignite your career.\n    <\/p>\n  <\/div>\n\n  <div class=\"mb-4\">\n    <input type=\"text\" id=\"courseSearch\" class=\"form-control\" placeholder=\"Search for courses (e.g., Catering, Diploma, IT)...\">\n  <\/div>\n\n  <div class=\"accordion\" id=\"courseAccordion\">\n\n\n    <div class=\"accordion-item electrical-category\">\n      <h2 class=\"accordion-header\" id=\"headingElectrical\">\n        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#collapseElectrical\" aria-expanded=\"false\" aria-controls=\"collapseElectrical\">\n          <i class=\"bi bi-lightbulb\"><\/i> School of Engineering\n        <\/button>\n      <\/h2>\n      <div id=\"collapseElectrical\" class=\"accordion-collapse collapse\" aria-labelledby=\"headingElectrical\">\n        <div class=\"accordion-body\">\n          <p class=\"lead text-muted-dark small\">Power your career in the world of Engineering.<\/p>\n          <div class=\"row g-4\">\n            <div class=\"col-md-4 course-item\" data-keywords=\"Electrical Electronics Engineering Diploma KNEC CDACC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-diploma\">Diploma<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\">Electrical &#038; Electronics Engineering<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Duration:<\/strong> 9 Terms<\/li>\n                    <li><strong>Exam Body:<\/strong> KNEC \/ CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE C-<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,750<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"col-md-4 course-item\" data-keywords=\"Electrical Electronics Engineering Certificate KNEC CDACC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-certificate\">Certificate<\/span>\n                  <h5 class=\"card-title fw-bold text-danger\">Electrical &#038; Electronics Engineering<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Duration:<\/strong> 6 Terms<\/li>\n                    <li><strong>Exam Body:<\/strong> KNEC \/ CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE D and above<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,000<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-danger w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"col-md-4 course-item\" data-keywords=\"Electrical Wireman Grade Test NITA\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-grade\">Grade Test<\/span>\n                  <h5 class=\"card-title fw-bold text-danger\">Electrical Wireman (Grade III, II, I)<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Duration:<\/strong> 6 Months per Grade<\/li>\n                    <li><strong>Exam Body:<\/strong> NITA<\/li>\n                    <li><strong>Requirements:<\/strong> Open<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 23,500<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-danger w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"col-md-4 course-item\" data-keywords=\"Solar Installation Maintenance Short Course Internal\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-short-course\">Short Course<\/span>\n                  <h5 class=\"card-title fw-bold text-danger\">Solar Installation &#038; Maintenance<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Duration:<\/strong> 1 Month<\/li>\n                    <li><strong>Exam Body:<\/strong> Internal<\/li>\n                    <li><strong>Requirements:<\/strong> Open<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 12,000<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-danger w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Welding and Fabrication \">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Artisan<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Welding and Fabrication  <\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> D-<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 23,500<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"General Fitting \">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">GRADE<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>General Fitting  <\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> OPEN<\/li>\n                    <li><strong>Requirements:<\/strong> OPEN<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 23,500<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Welding and Fabrication \">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Certificate<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Welding and Fabrication  <\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> D<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,000<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Welding and Fabrication \">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Grade<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Welding and Fabrication  <\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> NITA<\/li>\n                    <li><strong>Requirements:<\/strong> OPEN<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 23,500<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Automative Engineering KNEC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Diploma<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Automative Engineering<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE C- <\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,750<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Automative Engineering KNEC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Certificate<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Automative Engineering<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE D <\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,000<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Motor Vehicle Mechanics Artisan Certificate KNEC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Certificate<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Motor Vehicle Mechanics<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE D and Above<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,000<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Plumbing KNEC &#038; CDACC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Artisan<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Plumbing<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE D- and Above<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 23,500<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Plumbing I,II&#038;111\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Grade<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Plumbing<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> NITA<\/li>\n                    <li><strong>Requirements:<\/strong> OPEN<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 23,500<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Plumbing Certificate KNEC &#038; CDACC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Certificate<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Plumbing<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE D<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,000<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Masonry KNEC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Artisan<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Masonry<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE D- and below<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 23,500<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Building and COnstruction Engineering Certificate KNEC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Certificate<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Building and construction Engineering<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE D<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,000<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n<div class=\"col-md-6 col-lg-4 course-item\" data-keywords=\"Building and COnstruction Engineering Certificate KNEC\">\n              <div class=\"card course-card shadow-sm h-100\">\n                <div class=\"card-body\">\n                  <span class=\"course-badge badge-artisan\">Diploma<\/span>\n                  <h5 class=\"card-title fw-bold text-primary\"><i class=\"bi bi-tools me-2\"><\/i>Building and construction Engineering<\/h5>\n                  <ul class=\"list-unstyled small text-muted\">\n                    <li><strong>Exam Body:<\/strong> KNEC\/CDACC<\/li>\n                    <li><strong>Requirements:<\/strong> KCSE C-<\/li>\n                  <\/ul>\n                  <p><strong>Tuition:<\/strong> Kshs. 24,750<\/p>\n                  <a href=\"https:\/\/www.citcthika.ac.ke\/apply-online\/\" class=\"btn btn-primary w-100 mt-3\">Apply Now<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n   \n\n    \n\n  <\/div>\n<\/div>\n\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/js\/bootstrap.bundle.min.js\" integrity=\"sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIbDo1c5pXgqWd\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/b5u\/tps:\/\/www.thegreats.gr\/media\/image\/static\/2023\/10\/24\/Greats_Banner-Desktop.jpg\" class=\"img-fluid\" alt=\"The Greats Banner\">\n  <\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\n  document.addEventListener('DOMContentLoaded', function() {\n    const searchInput = document.getElementById('courseSearch');\n    const courseItems = document.querySelectorAll('.course-item');\n\n    searchInput.addEventListener('input', function() {\n      const searchTerm = this.value.toLowerCase();\n\n      courseItems.forEach(item => {\n        const keywords = item.dataset.keywords.toLowerCase();\n        const title = item.querySelector('.card-title').textContent.toLowerCase();\n\n        if (keywords.includes(searchTerm) || title.includes(searchTerm)) {\n          item.style.display = 'block';\n        } else {\n          item.style.display = 'none';\n        }\n      });\n    });\n  });\n<\/script>\n\n\n\n<p> <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.2\/dist\/js\/bootstrap.bundle.min.js\"><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Automotive Engineering Great to have you here at the Department of Automotive Engineering! Feel the thrill of the open road and the power of innovation. Our Automotive Engineering program is your launchpad to a dynamic and rewarding career. We don&#8217;t just teach you how to fix cars; we empower you to become a master of motion, a creator of cleaner, smarter vehicles, and a leader in a rapidly evolving industry. What Makes Our Program Unique? Hands-On Mastery: Our state-of-the-art workshops are your playground. From advanced diagnostics to cutting-edge electric vehicle technology, you&#8217;ll get your hands dirty and your mind sharp. [&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-233","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/pages\/233","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/comments?post=233"}],"version-history":[{"count":27,"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/pages\/233\/revisions"}],"predecessor-version":[{"id":398,"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/pages\/233\/revisions\/398"}],"wp:attachment":[{"href":"https:\/\/citcthika.ac.ke\/index.php\/wp-json\/wp\/v2\/media?parent=233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}