{"id":2994,"date":"2026-06-01T12:45:45","date_gmt":"2026-06-01T12:45:45","guid":{"rendered":"https:\/\/technical.com.sa\/?page_id=2994"},"modified":"2026-06-18T10:34:06","modified_gmt":"2026-06-18T10:34:06","slug":"busniess","status":"publish","type":"page","link":"https:\/\/technical.com.sa\/index.php\/busniess\/","title":{"rendered":"Busniess"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2994\" class=\"elementor elementor-2994\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a5db35 e-flex e-con-boxed e-con e-parent\" data-id=\"5a5db35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ee87ed elementor-widget elementor-widget-html\" data-id=\"4ee87ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\" dir=\"ltr\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\r\n  <title>Business Programs - S-Tech<\/title>\r\n  \r\n  <script>\r\n    tailwind.config = {\r\n      content: [],\r\n      theme: {\r\n        extend: {}\r\n      }\r\n    }\r\n  <\/script>\r\n\r\n  <style>\r\n    * { margin: 0; padding: 0; box-sizing: border-box; }\r\n    body {\r\n      background: #f8f9fa;\r\n      font-family: 'Segoe UI', Tahoma, sans-serif;\r\n    }\r\n    .tit {\r\n      text-align: center;\r\n      font-size: 2.1rem;\r\n      color: #783585;\r\n      margin-bottom: 40px;\r\n      padding: 0 15px;\r\n    }\r\n    .container {\r\n      max-width: 1300px;\r\n      margin: 0 auto;\r\n      padding: 0 15px;\r\n      display: grid;\r\n      grid-template-columns: 1fr;\r\n      gap: 25px;\r\n    }\r\n\r\n    .card {\r\n      border-radius: 20px;\r\n      padding: 24px;\r\n      display: flex;\r\n      flex-direction: column;\r\n      color: white;\r\n      box-shadow: 0 10px 30px rgba(0,0,0,0.25);\r\n      transition: all 0.3s;\r\n    }\r\n    .card:hover {\r\n      transform: translateY(-8px);\r\n    }\r\n    .card-left { background: linear-gradient(to bottom, #DF614A, #783585); }\r\n    .card-right { background: linear-gradient(to top, #DF614A, #783585); }\r\n\r\n    .card img {\r\n      width: 100%;\r\n      height: 200px;\r\n      object-fit: cover;\r\n      border-radius: 15px;\r\n      margin-bottom: 20px;\r\n    }\r\n\r\n    .card h2 {\r\n      font-size: 1.75rem;\r\n      margin-bottom: 10px;\r\n    }\r\n\r\n    .card ul {\r\n      flex-grow: 1;\r\n      margin: 16px 0;\r\n      list-style: none;\r\n    }\r\n\r\n    .card li {\r\n      padding: 12px 0;\r\n      display: flex;\r\n      align-items: flex-start;\r\n      gap: 12px;\r\n      border-bottom: 1px solid rgba(255,255,255,0.18);\r\n      cursor: pointer;\r\n    }\r\n    .card li:last-child {\r\n      border-bottom: none;\r\n    }\r\n\r\n    .card li i {\r\n      font-size: 1.4rem;\r\n      margin-top: 3px;\r\n      min-width: 28px;\r\n    }\r\n\r\n    .main-text {\r\n      font-weight: 600;\r\n      font-size: 1.05rem;\r\n      line-height: 1.4;\r\n    }\r\n    .sub-text {\r\n      display: none;\r\n      font-size: 0.92rem;\r\n      opacity: 0.93;\r\n      line-height: 1.45;\r\n      margin-top: 5px;\r\n    }\r\n    .card li:hover .sub-text {\r\n      display: block;\r\n    }\r\n\r\n    .join-btn {\r\n      margin-top: auto;\r\n      width: 100%;\r\n      background: white;\r\n      color: #783585;\r\n      padding: 16px 0;\r\n      font-size: 1.25rem;\r\n      font-weight: 600;\r\n      border: none;\r\n      border-radius: 50px;\r\n      cursor: pointer;\r\n      transition: all 0.4s ease;\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 10px;\r\n      box-shadow: 0 8px 20px rgba(223, 97, 74, 0.35);\r\n      text-decoration: none;\r\n    }\r\n    .join-btn:hover {\r\n      background: linear-gradient(135deg, #c54f3a, #DF614A);\r\n      color: white;\r\n      transform: translateY(-4px);\r\n      box-shadow: 0 15px 28px rgba(223, 97, 74, 0.45);\r\n    }\r\n\r\n    \/* Responsive for tablets and desktops *\/\r\n    @media (min-width: 768px) {\r\n      .container {\r\n        grid-template-columns: 1fr 1fr;\r\n        gap: 30px;\r\n        padding: 0 20px;\r\n      }\r\n      .tit {\r\n        font-size: 2.4rem;\r\n        margin-bottom: 50px;\r\n      }\r\n      .card img {\r\n        height: 230px;\r\n      }\r\n      .card h2 {\r\n        font-size: 1.95rem;\r\n      }\r\n    }\r\n\r\n    \/* Extra optimization for small mobile screens *\/\r\n    @media (max-width: 480px) {\r\n      .tit {\r\n        font-size: 1.85rem;\r\n      }\r\n      .card {\r\n        padding: 20px;\r\n      }\r\n      .card h2 {\r\n        font-size: 1.6rem;\r\n      }\r\n      .main-text {\r\n        font-size: 1rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"tit\">\r\n        <h1>Business Programs<\/h1>\r\n        <p style=\"font-size:1.25rem; color:#694176; margin-top:10px;\">Here's everything about our business programs<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <!-- Finance -->\r\n        <div class=\"card card-left\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/technical.com.sa\/wp-content\/uploads\/2026\/06\/finance.jpg\" alt=\"Finance\">\r\n            <h2>Finance Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-chart-line\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Investment Management<\/div>\r\n                        <div class=\"sub-text\">Managing investments, portfolio optimization, and maximizing returns.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-magnifying-glass-chart\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Financial Analysis<\/div>\r\n                        <div class=\"sub-text\">In-depth financial analysis and performance assessment.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-calculator\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Budgeting<\/div>\r\n                        <div class=\"sub-text\">Effective budgeting and financial planning.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-file-invoice-dollar\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Economic Feasibility Studies<\/div>\r\n                        <div class=\"sub-text\">Using the latest global standards and analytical tools.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <!-- Accounting -->\r\n        <div class=\"card card-right\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/technical.com.sa\/wp-content\/uploads\/2026\/06\/account.jpg\" alt=\"Accounting\">\r\n            <h2>Accounting Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-book\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Financial Accounting<\/div>\r\n                        <div class=\"sub-text\">Preparation of financial statements and accurate recording.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-file-invoice\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Auditing & Assurance<\/div>\r\n                        <div class=\"sub-text\">Internal and external auditing and compliance.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-percent\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Taxation<\/div>\r\n                        <div class=\"sub-text\">Tax planning and compliance with local and international regulations.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-scale-balanced\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">International Standards<\/div>\r\n                        <div class=\"sub-text\">Applying IFRS and global accounting standards.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <!-- Marketing -->\r\n        <div class=\"card card-right\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/technical.com.sa\/wp-content\/uploads\/2026\/06\/markiting.jpg\" alt=\"Marketing\">\r\n            <h2>Marketing Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-bullhorn\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Digital Marketing<\/div>\r\n                        <div class=\"sub-text\">Social media marketing, SEO, content marketing, and online advertising.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-chart-column\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Brand Management<\/div>\r\n                        <div class=\"sub-text\">Building and managing strong brands and market positioning.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-users\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Consumer Behavior<\/div>\r\n                        <div class=\"sub-text\">Understanding customer psychology and market research.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-target\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Marketing Campaigns<\/div>\r\n                        <div class=\"sub-text\">Planning, executing, and measuring marketing campaigns.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <!-- Human Resource -->\r\n        <div class=\"card card-left\">\r\n            <img decoding=\"async\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D&#39;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#39;%20width=&#39;_w_&#39;%20height=&#39;_h_&#39;%20viewBox%3D&#39;0%200%20_w_%20_h_&#39;%2F%3E\" data-czlz data-src=\"https:\/\/technical.com.sa\/wp-content\/uploads\/2026\/06\/hr.jpg\" alt=\"Human Resource\">\r\n            <h2>Human Resource Program<\/h2>\r\n            <p><strong>Course subjects will cover:<\/strong><\/p>\r\n            <ul>\r\n                <li>\r\n                    <i class=\"fa-solid fa-user-plus\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Talent Acquisition<\/div>\r\n                        <div class=\"sub-text\">Recruitment strategies, interviewing, and employee selection.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-chalkboard-user\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Training & Development<\/div>\r\n                        <div class=\"sub-text\">Employee training programs and professional development.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-chart-simple\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Performance Management<\/div>\r\n                        <div class=\"sub-text\">Performance evaluation, feedback systems, and career planning.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n                <li>\r\n                    <i class=\"fa-solid fa-handshake\"><\/i>\r\n                    <div>\r\n                        <div class=\"main-text\">Employee Relations<\/div>\r\n                        <div class=\"sub-text\">Managing workplace relationships, conflict resolution, and culture.<\/div>\r\n                    <\/div>\r\n                <\/li>\r\n            <\/ul>\r\n            <a href=\"https:\/\/technical.com.sa\/index.php\/programs-2\/\" class=\"join-btn\">\r\n                Join Now <i class=\"fas fa-arrow-right\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Business Programs &#8211; S-Tech Business Programs Here&#8217;s everything about our business &#8230; <\/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-2994","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Business Programs - S-Tech Business Programs Here&#039;s everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/technical.com.sa\/index.php\/busniess\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Technical training institute -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Busniess - Technical training institute\" \/>\n\t\t<meta property=\"og:description\" content=\"Business Programs - S-Tech Business Programs Here&#039;s everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/technical.com.sa\/index.php\/busniess\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-01T12:45:45+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-18T10:34:06+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Busniess - Technical training institute\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Business Programs - S-Tech Business Programs Here&#039;s everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/technical.com.sa\\\/index.php\\\/busniess\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/technical.com.sa#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/technical.com.sa\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/technical.com.sa\\\/index.php\\\/busniess\\\/#listItem\",\"name\":\"Busniess\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/technical.com.sa\\\/index.php\\\/busniess\\\/#listItem\",\"position\":2,\"name\":\"Busniess\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/technical.com.sa#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/technical.com.sa\\\/#organization\",\"name\":\"Technical training institute\",\"url\":\"https:\\\/\\\/technical.com.sa\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/technical.com.sa\\\/index.php\\\/busniess\\\/#webpage\",\"url\":\"https:\\\/\\\/technical.com.sa\\\/index.php\\\/busniess\\\/\",\"name\":\"Busniess - Technical training institute\",\"description\":\"Business Programs - S-Tech Business Programs Here's everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/technical.com.sa\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/technical.com.sa\\\/index.php\\\/busniess\\\/#breadcrumblist\"},\"datePublished\":\"2026-06-01T12:45:45+00:00\",\"dateModified\":\"2026-06-18T10:34:06+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/technical.com.sa\\\/#website\",\"url\":\"https:\\\/\\\/technical.com.sa\\\/\",\"name\":\"Technical training institute\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/technical.com.sa\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Busniess - Technical training institute","description":"Business Programs - S-Tech Business Programs Here's everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting","canonical_url":"https:\/\/technical.com.sa\/index.php\/busniess\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/technical.com.sa\/index.php\/busniess\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/technical.com.sa#listItem","position":1,"name":"Home","item":"https:\/\/technical.com.sa","nextItem":{"@type":"ListItem","@id":"https:\/\/technical.com.sa\/index.php\/busniess\/#listItem","name":"Busniess"}},{"@type":"ListItem","@id":"https:\/\/technical.com.sa\/index.php\/busniess\/#listItem","position":2,"name":"Busniess","previousItem":{"@type":"ListItem","@id":"https:\/\/technical.com.sa#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/technical.com.sa\/#organization","name":"Technical training institute","url":"https:\/\/technical.com.sa\/"},{"@type":"WebPage","@id":"https:\/\/technical.com.sa\/index.php\/busniess\/#webpage","url":"https:\/\/technical.com.sa\/index.php\/busniess\/","name":"Busniess - Technical training institute","description":"Business Programs - S-Tech Business Programs Here's everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/technical.com.sa\/#website"},"breadcrumb":{"@id":"https:\/\/technical.com.sa\/index.php\/busniess\/#breadcrumblist"},"datePublished":"2026-06-01T12:45:45+00:00","dateModified":"2026-06-18T10:34:06+00:00"},{"@type":"WebSite","@id":"https:\/\/technical.com.sa\/#website","url":"https:\/\/technical.com.sa\/","name":"Technical training institute","inLanguage":"en-US","publisher":{"@id":"https:\/\/technical.com.sa\/#organization"}}]},"og:locale":"en_US","og:site_name":"Technical training institute -","og:type":"article","og:title":"Busniess - Technical training institute","og:description":"Business Programs - S-Tech Business Programs Here's everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting","og:url":"https:\/\/technical.com.sa\/index.php\/busniess\/","article:published_time":"2026-06-01T12:45:45+00:00","article:modified_time":"2026-06-18T10:34:06+00:00","twitter:card":"summary_large_image","twitter:title":"Busniess - Technical training institute","twitter:description":"Business Programs - S-Tech Business Programs Here's everything about our business programs Finance Program Course subjects will cover: Investment Management Managing investments, portfolio optimization, and maximizing returns. Financial Analysis In-depth financial analysis and performance assessment. Budgeting Effective budgeting and financial planning. Economic Feasibility Studies Using the latest global standards and analytical tools. Join Now Accounting"},"aioseo_meta_data":{"post_id":"2994","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_image_url":null,"og_image_width":null,"og_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_image_url":null,"twitter_title":null,"twitter_description":null,"schema_type":"default","schema_type_options":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"created":"2026-08-03 11:56:40","updated":"2026-08-19 12:48:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/technical.com.sa\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBusniess\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/technical.com.sa"},{"label":"Busniess","link":"https:\/\/technical.com.sa\/index.php\/busniess\/"}],"_links":{"self":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages\/2994","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/comments?post=2994"}],"version-history":[{"count":51,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages\/2994\/revisions"}],"predecessor-version":[{"id":3370,"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/pages\/2994\/revisions\/3370"}],"wp:attachment":[{"href":"https:\/\/technical.com.sa\/index.php\/wp-json\/wp\/v2\/media?parent=2994"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}