{"id":1980,"date":"2025-11-04T13:43:10","date_gmt":"2025-11-04T13:43:10","guid":{"rendered":"https:\/\/onlinembainuae.com\/?page_id=1980"},"modified":"2026-02-05T05:34:59","modified_gmt":"2026-02-05T05:34:59","slug":"online-education-for-working-proffesionals","status":"publish","type":"page","link":"https:\/\/onlinembainuae.com\/","title":{"rendered":"Online Education for Working Professionals"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1980\" class=\"elementor elementor-1980\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50c698ee e-flex e-con-boxed e-con e-parent\" data-id=\"50c698ee\" 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-107da6ff de_scroll_animation_no elementor-widget elementor-widget-text-editor\" data-id=\"107da6ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\n<p>\u00a0<\/p>\n\n<p>\u00a0<\/p>\n\t\t\t\t\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<div class=\"elementor-element elementor-element-e45186f e-con-full e-flex e-con e-parent\" data-id=\"e45186f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c9d269 de_scroll_animation_no elementor-widget elementor-widget-html\" data-id=\"5c9d269\" 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\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>IIMS LLC - Indian University Education in Dubai (White Background Theme)<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n\r\n    <style>\r\n       \r\n       \r\n        \/* CSS Variables for Easy Customization *\/\r\n        :root {\r\n            \/* 1. Main Brand Colors (Orange, Yellow, Blue Combination) *\/\r\n            --color-primary: #003366;    \/* Deep Navy Blue (Primary Text & Borders) *\/\r\n            --color-secondary: #FF8C00;  \/* Vibrant Orange (CTAs, Main Accents) *\/\r\n            --color-tertiary: #FFC300;   \/* Gold\/Yellow (Secondary Accent, Icons) *\/\r\n           \r\n            \/* 2. Background Shades (Both set to White) *\/\r\n            --bg-page: #FFFFFF;         \/* Pure White (Main Page Background) *\/\r\n            --bg-card: #FFFFFF;         \/* Pure White (Sections, Cards, Navigation) *\/\r\n        }\r\n\r\n        \/* Tailwind Configuration to use CSS Variables *\/\r\n        :root {\r\n            --tw-color-primary: var(--color-primary);\r\n            --tw-color-secondary: var(--color-secondary);\r\n            --tw-color-tertiary: var(--color-tertiary);\r\n            --tw-bg-page: var(--bg-page);\r\n            --tw-bg-card: var(--bg-card);\r\n        }\r\n\r\n        .bg-iims-primary { background-color: var(--tw-color-primary); }\r\n        .text-iims-primary { color: var(--tw-color-primary); }\r\n        .border-iims-primary { border-color: var(--tw-color-primary); }\r\n\r\n        .bg-iims-secondary { background-color: var(--tw-color-secondary); }\r\n        .text-iims-secondary { color: var(--tw-color-secondary); }\r\n        .border-iims-secondary { border-color: var(--tw-color-secondary); }\r\n       \r\n        .text-iims-tertiary { color: var(--tw-color-tertiary); }\r\n        .border-iims-tertiary { border-color: var(--tw-color-tertiary); }\r\n\r\n\r\n        .bg-iims-background-light { background-color: var(--tw-bg-page); }\r\n        .bg-iims-section-light { background-color: var(--tw-bg-card); }\r\n       \r\n        \/* Ensures the transition applies smoothly for the FAQ answer *\/\r\n        .faq-answer {\r\n            transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;\r\n        }\r\n    <\/style>\r\n\r\n    <script>\r\n        \/\/ Custom Tailwind config to recognize the new classes based on variables\r\n        tailwind.config = {\r\n            theme: {\r\n                extend: {\r\n                    colors: {\r\n                        'iims-primary': 'var(--tw-color-primary)',\r\n                        'iims-secondary': 'var(--tw-color-secondary)',\r\n                        'iims-tertiary': 'var(--tw-color-tertiary)',\r\n                        'iims-background-light': 'var(--tw-bg-page)',\r\n                        'iims-section-light': 'var(--tw-bg-card)',\r\n                    },\r\n                    fontFamily: {\r\n                        sans: ['Inter', 'sans-serif'],\r\n                    },\r\n                },\r\n            }\r\n        }\r\n\r\n        \/\/ JavaScript function for the FAQ accordion\r\n        function toggleFaq(button) {\r\n            const answer = button.nextElementSibling;\r\n            const icon = button.querySelector('svg');\r\n\r\n            const isCollapsed = answer.classList.contains('max-h-0');\r\n\r\n            \/\/ Collapse all other open FAQs\r\n            document.querySelectorAll('.faq-answer').forEach(ans => {\r\n                if (ans !== answer && !ans.classList.contains('max-h-0')) {\r\n                    ans.style.maxHeight = '0px';\r\n                    setTimeout(() => {\r\n                        ans.classList.add('max-h-0');\r\n                    }, 500);\r\n                    ans.previousElementSibling.querySelector('svg').classList.remove('rotate-180');\r\n                }\r\n            });\r\n\r\n            if (isCollapsed) {\r\n                \/\/ Expand\r\n                answer.classList.remove('max-h-0');\r\n                answer.style.maxHeight = answer.scrollHeight + 'px';\r\n                icon.classList.add('rotate-180');\r\n            } else {\r\n                \/\/ Collapse\r\n                answer.style.maxHeight = '0px';\r\n                setTimeout(() => {\r\n                    answer.classList.add('max-h-0');\r\n                }, 500);\r\n                icon.classList.remove('rotate-180');\r\n            }\r\n        }\r\n    <\/script>\r\n<\/head>\r\n<body class=\"bg-iims-background-light font-sans text-gray-700\">\r\n\r\n    <header class=\"bg-iims-section-light shadow-xl sticky top-0 z-10\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex justify-between items-center h-20\">\r\n                <div class=\"flex items-center space-x-2\">\r\n                    <svg width=\"40\" height=\"40\" viewBox=\"0 0 100 100\" class=\"text-iims-tertiary\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n                        <path d=\"M50 5L5 25V75L50 95L95 75V25L50 5Z\" stroke=\"currentColor\" stroke-width=\"5\" fill=\"var(--color-primary)10\"\/>\r\n                        <path d=\"M35 55L50 40L65 55L50 70L35 55Z\" fill=\"var(--color-primary)\"\/>\r\n                    <\/svg>\r\n                    <div class=\"text-3xl font-extrabold text-iims-primary tracking-tight\">\r\n                        IIMS <span class=\"text-iims-tertiary\">LLC<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n                <a href=\"#contact\" class=\"inline-flex items-center justify-center px-6 py-3 border border-transparent text-sm font-semibold rounded-xl text-white bg-iims-secondary hover:opacity-90 transition duration-150 shadow-md transform hover:scale-[1.03]\">\r\n                    Inquire Now\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <main>\r\n        <section class=\"py-20 sm:py-24 bg-iims-primary text-white\">\r\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n                <h1 class=\"text-4xl sm:text-6xl font-extrabold tracking-tight mb-4 leading-tight\">\r\n                    <span class=\"text-white\">Globally Approved Online Degrees<\/span> from <span class=\"text-iims-tertiary\">Top Indian Universities<\/span> in Dubai\r\n                <\/h1>\r\n                <p class=\"text-xl sm:text-2xl font-light opacity-90 max-w-4xl mx-auto mb-10\">\r\n                    Secure your future with UGC & AIU recognized degrees, valid for MOFA attestation upon completion.\r\n                <\/p>\r\n                <a href=\"#recognition\" class=\"inline-flex items-center justify-center px-8 py-4 border border-white text-lg font-medium rounded-xl text-iims-primary bg-iims-section-light hover:bg-gray-100 transition duration-300 shadow-2xl transform hover:scale-105\">\r\n                    View Programs & Recognition Details\r\n                <\/a>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section id=\"recognition\" class=\"py-16 sm:py-20 bg-iims-section-light border-b border-iims-primary\/10\">\r\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n                <h2 class=\"text-3xl sm:text-4xl font-bold text-iims-primary mb-12\">Global Recognition & Validity<\/h2>\r\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\r\n\r\n                    <div class=\"p-6 rounded-2xl bg-iims-section-light border-b-4 border-iims-primary shadow-lg hover:shadow-xl transition duration-300\">\r\n                        <div class=\"flex items-center justify-center mb-4\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-10 h-10 text-iims-tertiary\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\r\n                        <\/div>\r\n                        <span class=\"text-xl font-extrabold text-iims-primary block mb-2\">UGC & AIU Approved<\/span>\r\n                        <p class=\"text-sm text-gray-700\">All programs are recognized by the **University Grants Commission (UGC)** and the **Association of Indian Universities (AIU)** for global acceptance.<\/p>\r\n                    <\/div>\r\n\r\n                    <div class=\"p-6 rounded-2xl bg-iims-section-light border-b-4 border-iims-secondary shadow-lg hover:shadow-xl transition duration-300\">\r\n                        <div class=\"flex items-center justify-center mb-4\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-10 h-10 text-iims-tertiary\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z\"\/><\/svg>\r\n                        <\/div>\r\n                        <span class=\"text-xl font-extrabold text-iims-primary block mb-2\">100% Online Mode<\/span>\r\n                        <p class=\"text-sm text-gray-700\">Study with full flexibility, without disrupting your career. Ideal for working professionals in Dubai.<\/p>\r\n                    <\/div>\r\n\r\n                    <div class=\"p-6 rounded-2xl bg-iims-section-light border-b-4 border-iims-primary shadow-lg hover:shadow-xl transition duration-300\">\r\n                        <div class=\"flex items-center justify-center mb-4\">\r\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-10 h-10 text-iims-tertiary\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.83-7-7.93 0-.62.1-1.22.28-1.78l3.12 3.12 1.41 1.41L11 19.93zm3.93-3.93L13 14.41l-1.41-1.41-3.12-3.12c.56-.18 1.16-.28 1.78-.28 4.1 0 7.44 3.05 7.93 7h-2.12z\"\/><\/svg>\r\n                        <\/div>\r\n                        <span class=\"text-xl font-extrabold text-iims-primary block mb-2\">Globally Accepted<\/span>\r\n                        <p class=\"text-sm text-gray-700\">Your degree is internationally recognized and eligible for **MOFA attestation** in the UAE for employment purposes.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"mt-12\">\r\n                    <h3 class=\"text-2xl font-bold text-iims-primary mb-4\">Our Esteemed University Partners<\/h3>\r\n                    <div class=\"flex flex-wrap justify-center items-center gap-6 md:gap-12 text-sm md:text-base text-gray-700 font-medium\">\r\n                        <span class=\"p-2 border border-iims-primary rounded-lg bg-iims-section-light\">Manipal State University<\/span>\r\n                        <span class=\"p-2 border border-iims-primary rounded-lg bg-iims-section-light\">Sikkim Skill University<\/span>\r\n                        <span class=\"p-2 border border-iims-primary rounded-lg bg-iims-section-light\">Sikkim Professional University<\/span>\r\n                        <span class=\"p-2 border border-iims-primary rounded-lg bg-iims-section-light\">Mangalayatan University<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section id=\"courses\" class=\"py-16 sm:py-20 bg-iims-background-light\">\r\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n                <h2 class=\"text-3xl sm:text-4xl font-bold text-center text-iims-primary mb-12\">Core Academic Programs (UG\/PG)<\/h2>\r\n\r\n                <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n\r\n                    <div class=\"bg-iims-section-light p-6 rounded-2xl shadow-xl border-t-8 border-iims-secondary flex flex-col h-full\">\r\n                        <h3 class=\"text-2xl font-bold mb-4 text-iims-primary\">Business, Commerce & MBA<\/h3>\r\n                        <p class=\"text-gray-600 mb-6 flex-grow\">Advanced and foundational degrees in finance, accounting, and business leadership.<\/p>\r\n                        <div class=\"space-y-3 text-sm\">\r\n                            <p class=\"font-semibold text-iims-primary\">Post-Graduate (PG)<\/p>\r\n                            <ul class=\"space-y-2 text-gray-700 leading-relaxed\">\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Master of Business Administration (MBA) - Dual Specializations available<\/span>\r\n                                <\/li>\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Master of Commerce (M.Com)<\/span>\r\n                                <\/li>\r\n                            <\/ul>\r\n                            <p class=\"font-semibold text-iims-primary pt-2\">Under-Graduate (UG)<\/p>\r\n                            <ul class=\"space-y-2 text-gray-700 leading-relaxed\">\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Bachelor of Business Administration (BBA)<\/span>\r\n                                <\/li>\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Bachelor of Commerce (B.Com)<\/span>\r\n                                <\/li>\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"bg-iims-section-light p-6 rounded-2xl shadow-xl border-t-8 border-iims-primary flex flex-col h-full\">\r\n                        <h3 class=\"text-2xl font-bold mb-4 text-iims-primary\">IT & Computer Applications<\/h3>\r\n                        <p class=\"text-gray-600 mb-6 flex-grow\">Degrees focused on technology, software development, and modern computer science.<\/p>\r\n                        <div class=\"space-y-3 text-sm\">\r\n                            <p class=\"font-semibold text-iims-primary\">Post-Graduate (PG)<\/p>\r\n                            <ul class=\"space-y-2 text-gray-700 leading-relaxed\">\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Master of Computer Applications (MCA)<\/span>\r\n                                <\/li>\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Master of Science (M.Sc.) in IT\/CS<\/span>\r\n                                <\/li>\r\n                            <\/ul>\r\n                            <p class=\"font-semibold text-iims-primary pt-2\">Under-Graduate (UG)<\/p>\r\n                            <ul class=\"space-y-2 text-gray-700 leading-relaxed\">\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Bachelor of Computer Applications (BCA)<\/span>\r\n                                <\/li>\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Bachelor of Science (B.Sc.) in IT\/CS<\/span>\r\n                                <\/li>\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"bg-iims-section-light p-6 rounded-2xl shadow-xl border-t-8 border-iims-secondary flex flex-col h-full\">\r\n                        <h3 class=\"text-2xl font-bold mb-4 text-iims-primary\">Arts, Humanities & Law<\/h3>\r\n                        <p class=\"text-gray-600 mb-6 flex-grow\">Programs for professional growth in social sciences, humanities, and legal fields.<\/p>\r\n                        <div class=\"space-y-3 text-sm\">\r\n                            <p class=\"font-semibold text-iims-primary\">Post-Graduate (PG)<\/p>\r\n                            <ul class=\"space-y-2 text-gray-700 leading-relaxed\">\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Master of Arts (MA)<\/span>\r\n                                <\/li>\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Master of Law (LL.M.)<\/span>\r\n                                <\/li>\r\n                            <\/ul>\r\n                            <p class=\"font-semibold text-iims-primary pt-2\">Under-Graduate (UG)<\/p>\r\n                            <ul class=\"space-y-2 text-gray-700 leading-relaxed\">\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Bachelor of Arts (BA)<\/span>\r\n                                <\/li>\r\n                                <li class=\"flex items-start space-x-2\">\r\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 text-iims-tertiary flex-shrink-0 mt-1\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M12 3L1 9l11 6 11-6-11-6zm0 14.5L1 11l11 6 11-6-11-6.5v13z\"\/><\/svg>\r\n                                    <span>Bachelor of Law (LL.B.) \/ B.A. LL.B.<\/span>\r\n                                <\/li>\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"mt-16 text-center bg-iims-section-light p-8 rounded-2xl shadow-xl border border-iims-primary\/30 border-b-8 border-iims-secondary\">\r\n                    <h3 class=\"text-2xl font-bold text-iims-primary mb-4\">Secondary & Higher Secondary Certification<\/h3>\r\n                    <p class=\"text-lg text-gray-700 mb-6 max-w-2xl mx-auto\">\r\n                        **Board of Open Schooling and Skill Education (BOSSE), Sikkim**\r\n                    <\/p>\r\n                    <p class=\"text-base text-gray-600\">\r\n                        These certificates are available for **all nationalities** residing in the UAE who wish to complete their 10th (Secondary) or 12th (Higher Secondary) equivalent education. This provides a recognized pathway for further university studies.\r\n                    <\/p>\r\n                    <a href=\"#contact\" class=\"inline-flex items-center justify-center mt-6 px-8 py-3 text-md font-semibold rounded-xl text-white bg-iims-secondary hover:opacity-90 transition duration-300\">\r\n                        Inquire about BOSSE Certification\r\n                    <\/a>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section id=\"testimonials\" class=\"py-16 sm:py-20 bg-iims-section-light\">\r\n            <div class=\"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n                <h2 class=\"text-3xl sm:text-4xl font-bold text-iims-primary text-center mb-12\">Hear From Our Students<\/h2>\r\n               \r\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-8\">\r\n                   \r\n                    <div class=\"bg-iims-section-light p-6 rounded-2xl shadow-lg border-l-4 border-iims-primary flex flex-col justify-between\">\r\n                        <div>\r\n                            <p class=\"text-lg italic text-gray-700 mb-4\">\r\n                                \"I'm glad that I've completed my degree from IIMS LLC. I'm looking forward to complete my MBA from this agency as well. The staff here is very **cooperative and very helpful**.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        <div class=\"mt-4\">\r\n                            <div class=\"text-md font-semibold text-iims-primary\">\u2014 Abdul A.<\/div>\r\n                            <div class=\"text-sm text-gray-600\">Recent Graduate & Current MBA Student<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"bg-iims-section-light p-6 rounded-2xl shadow-lg border-l-4 border-iims-tertiary flex flex-col justify-between\">\r\n                        <div>\r\n                            <p class=\"text-lg italic text-gray-700 mb-4\">\r\n                                \"My **M.Com degree** was quickly attested and accepted by my employer. The recognition of these universities made a huge difference in my promotion. I highly recommend IIMS LLC!\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        <div class=\"mt-4\">\r\n                            <div class=\"text-md font-semibold text-iims-primary\">\u2014 Fatima K.<\/div>\r\n                            <div class=\"text-sm text-gray-600\">Commerce Graduate, Financial Sector<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"bg-iims-section-light p-6 rounded-2xl shadow-lg border-l-4 border-iims-primary flex flex-col justify-between\">\r\n                        <div>\r\n                            <p class=\"text-lg italic text-gray-700 mb-4\">\r\n                                \"Studying for my **BCA online** while working was the perfect solution. The flexibility and support from the IIMS team in Dubai were exceptional. I'm now confidently applying for developer roles.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        <div class=\"mt-4\">\r\n                            <div class=\"text-md font-semibold text-iims-primary\">\u2014 Rajeev P.<\/div>\r\n                            <div class=\"text-sm text-gray-600\">IT Undergraduate, Dubai<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                   \r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section id=\"faq\" class=\"py-16 sm:py-20 bg-iims-background-light\">\r\n            <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n                <h2 class=\"text-3xl sm:text-4xl font-bold text-iims-primary text-center mb-12\">Frequently Asked Questions<\/h2>\r\n\r\n                <div class=\"space-y-4 bg-iims-section-light p-6 rounded-2xl shadow-2xl border border-iims-secondary\/30\">\r\n                   \r\n                    <div class=\"border-b border-iims-primary\/20\">\r\n                        <button class=\"flex justify-between items-center w-full py-5 text-left font-semibold text-lg md:text-xl text-iims-primary hover:text-iims-secondary transition duration-150\" onclick=\"toggleFaq(this)\">\r\n                            <span>Is the online degree valid in the UAE for employment?<\/span>\r\n                            <svg class=\"w-6 h-6 transform transition-transform duration-500 text-iims-secondary\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z\"\/><\/svg>\r\n                        <\/button>\r\n                        <div class=\"faq-answer overflow-hidden max-h-0 transition-all duration-500 ease-in-out text-gray-700 pb-4 text-base md:text-lg\">\r\n                            <p class=\"pl-4 border-l-4 border-iims-secondary\">Yes. All our degree programs are offered by **UGC\/AIU recognized Indian universities**. Upon successful completion, the degree certificate is eligible for **MOFA (Ministry of Foreign Affairs) attestation** in the UAE, making it fully valid for career advancement.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"border-b border-iims-primary\/20\">\r\n                        <button class=\"flex justify-between items-center w-full py-5 text-left font-semibold text-lg md:text-xl text-iims-primary hover:text-iims-secondary transition duration-150\" onclick=\"toggleFaq(this)\">\r\n                            <span>Does the certificate mention 'Online' or 'Distance Mode'?<\/span>\r\n                            <svg class=\"w-6 h-6 transform transition-transform duration-500 text-iims-secondary\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z\"\/><\/svg>\r\n                        <\/button>\r\n                        <div class=\"faq-answer overflow-hidden max-h-0 transition-all duration-500 ease-in-out text-gray-700 pb-4 text-base md:text-lg\">\r\n                            <p class=\"pl-4 border-l-4 border-iims-secondary\">No. The final degree certificate and transcript issued by the partner university are exactly the same as those issued to students in the regular\/full-time mode. **There is no mention of 'Online' or 'Distance'** on the document itself, which ensures smooth processing for MOFA attestation and employment.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                   \r\n                    <div class=\"border-b border-iims-primary\/20\">\r\n                        <button class=\"flex justify-between items-center w-full py-5 text-left font-semibold text-lg md:text-xl text-iims-primary hover:text-iims-secondary transition duration-150\" onclick=\"toggleFaq(this)\">\r\n                            <span>What is the role of IIMS LLC?<\/span>\r\n                            <svg class=\"w-6 h-6 transform transition-transform duration-500 text-iims-secondary\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z\"\/><\/svg>\r\n                        <\/button>\r\n                        <div class=\"faq-answer overflow-hidden max-h-0 transition-all duration-500 ease-in-out text-gray-700 pb-4 text-base md:text-lg\">\r\n                            <p class=\"pl-4 border-l-4 border-iims-secondary\">IIMS LLC acts as the **Academic Support and Information Centre** in Dubai. We guide students through the application process, enrollment, documentation (including attestation guidance), and provide local assistance throughout your study period with the Indian university.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                   \r\n                    <div>\r\n                        <button class=\"flex justify-between items-center w-full py-5 text-left font-semibold text-lg md:text-xl text-iims-primary hover:text-iims-secondary transition duration-150\" onclick=\"toggleFaq(this)\">\r\n                            <span>Are these programs suitable for working professionals?<\/span>\r\n                            <svg class=\"w-6 h-6 transform transition-transform duration-500 text-iims-secondary\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z\"\/><\/svg>\r\n                        <\/button>\r\n                        <div class=\"faq-answer overflow-hidden max-h-0 transition-all duration-500 ease-in-out text-gray-700 pt-1 pb-4 text-base md:text-lg\">\r\n                            <p class=\"pl-4 border-l-4 border-iims-secondary\">Absolutely. The fully online model is designed for maximum flexibility, allowing you to study at your own pace without career interruption. This is the **ideal solution for UAE residents** seeking to upgrade their qualifications while maintaining their full-time jobs.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n\r\n<section id=\"contact\" class=\"py-16 sm:py-20 bg-iims-section-light\">\r\n  <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n    <h2 class=\"text-3xl sm:text-4xl font-bold text-center text-iims-primary mb-12\">\r\n      Contact IIMS LLC in Dubai\r\n    <\/h2>\r\n\r\n    <div class=\"max-w-4xl mx-auto bg-iims-section-light p-8 md:p-12 rounded-2xl shadow-2xl grid grid-cols-1 md:grid-cols-2 gap-8 border-b-8 border-iims-primary\">\r\n      <div>\r\n        <h3 class=\"text-2xl font-bold text-iims-primary mb-4\">IIMS Education Centre<\/h3>\r\n\r\n        <div class=\"space-y-4\">\r\n          <p class=\"text-gray-700 font-medium\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 inline-block mr-2 text-iims-secondary\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n              <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z\"\/>\r\n            <\/svg>\r\n            Dubai, United Arab Emirates\r\n          <\/p>\r\n\r\n          <p class=\"text-gray-700 font-medium pt-4 mb-2 flex items-center\">\r\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-5 h-5 inline-block mr-2 text-iims-secondary\" viewBox=\"0 0 24 24\" fill=\"currentColor\">\r\n              <path d=\"M6.62 10.79a15.42 15.42 0 006.59 6.59l2.21-2.21c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1v3.5c0 .55-.45 1-1 1C12.9 22 3 12.1 3 4.5c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.46.57 3.57.12.35.03.75-.24 1.02l-2.21 2.2z\"\/>\r\n            <\/svg>\r\n            <strong>Call\/WhatsApp:<\/strong>\r\n          <\/p>\r\n          <div class=\"space-y-1 pl-7\">\r\n            <a href=\"tel:+971585300626\" class=\"text-iims-primary hover:text-iims-secondary block text-lg font-bold\">+971 58 566 4126<\/a>\r\n            <a href=\"tel:+971585664125\" class=\"text-iims-primary hover:text-iims-secondary block text-lg font-bold\">+971 58 566 4125<\/a>\r\n            <a href=\"tel:+971585664124\" class=\"text-iims-primary hover:text-iims-secondary block text-lg font-bold\">+971 58 566 4124<\/a>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- \u2705 Updated FormFacade Embed -->\r\n      <div class=\"bg-iims-background-light p-3 md:p-6 rounded-2xl shadow-inner border border-iims-secondary\">\r\n        <div id=\"ff-compose\"><\/div>\r\n        <script async defer src=\"https:\/\/formfacade.com\/include\/106155933903060103511\/form\/1FAIpQLScOBC3rwT3QGM_Negm4s8dL_bmJQkliMtirbNxKL75r2wq_AQ\/classic.js?div=ff-compose\"><\/script>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n       \r\n\r\n\r\n                            <\/div>\r\n\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"bg-iims-background-light p-3 md:p-6 rounded-2xl shadow-inner border border-iims-secondary\">\r\n                        <div id=\"ff-compose\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n    <\/main>\r\n\r\n    <footer class=\"bg-iims-primary text-white mt-12\">\r\n        <div class=\"max-w-7xl mx-auto py-8 px-4 sm:px-6 lg:px-8 text-center\">\r\n            <p class=\"text-gray-300 text-sm\">IIMS LLC is an Academic Support and Information Centre for Online & Distance Education Programs offered by UGC\/AIU-approved Indian Universities.<\/p>\r\n            <p class=\"text-gray-400 mt-4 text-xs\">&copy; 2025 IIMS LLC. All rights reserved. | <a href=\"#contact\" class=\"underline hover:text-iims-secondary\">Contact Us<\/a><\/p>\r\n        <\/div>\r\n    <\/footer>\t\t\t\t<\/div>\n\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>\u00a0 \u00a0 IIMS LLC &#8211; Indian University Education in Dubai (White Background Theme) IIMS LLC Inquire Now Globally Approved Online [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_joinchat":[],"footnotes":""},"class_list":["post-1980","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Online Education for Working Professionals - ONLINE PROGRAMS FOR WORKING PROFFESIONALS<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlinembainuae.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Online Education for Working Professionals - ONLINE PROGRAMS FOR WORKING PROFFESIONALS\" \/>\n<meta property=\"og:description\" content=\"\u00a0 \u00a0 IIMS LLC &#8211; Indian University Education in Dubai (White Background Theme) IIMS LLC Inquire Now Globally Approved Online [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlinembainuae.com\/\" \/>\n<meta property=\"og:site_name\" content=\"ONLINE PROGRAMS FOR WORKING PROFFESIONALS\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-05T05:34:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/onlinembainuae.com\\\/\",\"url\":\"https:\\\/\\\/onlinembainuae.com\\\/\",\"name\":\"Online Education for Working Professionals - ONLINE PROGRAMS FOR WORKING PROFFESIONALS\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onlinembainuae.com\\\/#website\"},\"datePublished\":\"2025-11-04T13:43:10+00:00\",\"dateModified\":\"2026-02-05T05:34:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/onlinembainuae.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/onlinembainuae.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/onlinembainuae.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/onlinembainuae.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Online Education for Working Professionals\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/onlinembainuae.com\\\/#website\",\"url\":\"https:\\\/\\\/onlinembainuae.com\\\/\",\"name\":\"ONLINE PROGRAMS FOR WORKING PROFFESIONALS\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/onlinembainuae.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Online Education for Working Professionals - ONLINE PROGRAMS FOR WORKING PROFFESIONALS","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlinembainuae.com\/","og_locale":"en_US","og_type":"article","og_title":"Online Education for Working Professionals - ONLINE PROGRAMS FOR WORKING PROFFESIONALS","og_description":"\u00a0 \u00a0 IIMS LLC &#8211; Indian University Education in Dubai (White Background Theme) IIMS LLC Inquire Now Globally Approved Online [&hellip;]","og_url":"https:\/\/onlinembainuae.com\/","og_site_name":"ONLINE PROGRAMS FOR WORKING PROFFESIONALS","article_modified_time":"2026-02-05T05:34:59+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlinembainuae.com\/","url":"https:\/\/onlinembainuae.com\/","name":"Online Education for Working Professionals - ONLINE PROGRAMS FOR WORKING PROFFESIONALS","isPartOf":{"@id":"https:\/\/onlinembainuae.com\/#website"},"datePublished":"2025-11-04T13:43:10+00:00","dateModified":"2026-02-05T05:34:59+00:00","breadcrumb":{"@id":"https:\/\/onlinembainuae.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlinembainuae.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/onlinembainuae.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlinembainuae.com\/"},{"@type":"ListItem","position":2,"name":"Online Education for Working Professionals"}]},{"@type":"WebSite","@id":"https:\/\/onlinembainuae.com\/#website","url":"https:\/\/onlinembainuae.com\/","name":"ONLINE PROGRAMS FOR WORKING PROFFESIONALS","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlinembainuae.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/pages\/1980","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/comments?post=1980"}],"version-history":[{"count":48,"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/pages\/1980\/revisions"}],"predecessor-version":[{"id":2049,"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/pages\/1980\/revisions\/2049"}],"wp:attachment":[{"href":"https:\/\/onlinembainuae.com\/index.php\/wp-json\/wp\/v2\/media?parent=1980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}