{"id":17698,"date":"2021-06-23T12:29:28","date_gmt":"2021-06-23T04:29:28","guid":{"rendered":"https:\/\/www.ukm.my\/pendaftar\/?page_id=17698"},"modified":"2026-02-23T15:15:29","modified_gmt":"2026-02-23T07:15:29","slug":"aktiviti","status":"publish","type":"page","link":"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/aktiviti\/","title":{"rendered":"Aktiviti"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"17698\" class=\"elementor elementor-17698\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a4f5010 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3a4f5010\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76a5a3c\" data-id=\"76a5a3c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a565e0 elementor-widget elementor-widget-html\" data-id=\"a565e0\" 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>\n<html lang=\"ms\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>UPSOKU NAV BAR_2r<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow:wght@300;400;500;600;700&display=swap&__ncforminfo=kg2_Afx_POC1QEMZ_zEVpUXhOksCJvLvB9-P3GPF7u1iXevlt_5liN55dqh7KGU-qNl1wQhOjah-Fb0Qj4cidlHrx1wo1f1m&__ncforminfo=sH7QnCPKPr7ANHLVZGTFWXeyDk_rMkJMCh3ayEhklJTIhidvbccgmolgMj7OCMKsLQOJSlpQ5VlgiWvRrY194h5ucmUJT_UuxiXBPJ-h97s=\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        :root {\n            --color-primary: #004a87;\n            --color-secondary: #00b1ff;\n            --color-accent: #01cfcf;\n            --color-highlight: #01cfcf;\n            --color-light: #e9e8ee;\n            --color-bg-light: #f4f3f8;\n            --color-bg-white: #ffffff;\n            --color-text-dark: #0f172a;\n            --color-text-medium: #475569;\n            --font-family: 'Barlow', sans-serif;\n        }\n\n        \/* FLUID TYPOGRAPHY IMPLEMENTATION (10px - 12px) *\/\n        html {\n            font-size: clamp(10px, 0.2vw + 9.5px, 12px);\n        }\n\n        \/* Optional: Temporary larger font when accessibility button clicked *\/\n        html.font-scale-large {\n            font-size: clamp(14px, 0.4vw + 13px, 16px);\n        }\n\n        body {\n            font-family: var(--font-family);\n            background: var(--color-bg-light);\n            padding-top: 120px;\n        }\n\n        \/* Navigation Header *\/\n        .site-topbar {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            background: var(--color-bg-white);\n            box-shadow: 0 2px 20px rgba(0, 74, 135, 0.08);\n            z-index: 1000;\n            transition: all 0.3s ease;\n        }\n\n        .site-topbar.elevated {\n            box-shadow: 0 4px 30px rgba(0, 74, 135, 0.15);\n        }\n\n        .header-wrapper {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 1.5rem 2rem;\n            display: grid;\n            grid-template-columns: auto 1fr auto;\n            align-items: center;\n            min-height: 100px;\n            gap: 3rem;\n        }\n\n        .menu-section {\n            display: flex;\n            align-items: center;\n            justify-content: flex-end;\n            gap: 2rem;\n        }\n\n        \/* Button Group - Right Side *\/\n        .button-group {\n            display: flex;\n            gap: 1rem;\n            align-items: center;\n        }\n\n        \/* Logo *\/\n        .brand-identity {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n        }\n\n        .brand-identity img {\n            height: 100px;\n            width: auto;\n        }\n\n        \/* Navigation Menu - Center Group *\/\n        nav {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n\n        .primary-links {\n            display: flex;\n            align-items: center;\n            gap: 0.6rem;\n            list-style: none;\n        }\n\n        .link-wrapper {\n            position: relative;\n        }\n\n        .menu-anchor {\n            color: var(--color-text-dark);\n            text-decoration: none;\n            font-size: 1.1rem;\n            font-weight: 500;\n            padding: 0.7rem 1.2rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.3rem;\n            transition: all 0.3s ease;\n            cursor: pointer;\n            white-space: nowrap;\n            border: 2px solid var(--color-light);\n            border-radius: 8px;\n            background: var(--color-bg-white);\n        }\n\n        .menu-anchor:hover {\n            color: var(--color-primary);\n            border-color: var(--color-primary);\n            background: var(--color-bg-light);\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(0, 74, 135, 0.1);\n        }\n\n        .menu-anchor.current {\n            color: var(--color-primary);\n            border-color: var(--color-primary);\n            background: var(--color-bg-light);\n        }\n\n        .expand-indicator {\n            width: 0;\n            height: 0;\n            border-left: 4px solid transparent;\n            border-right: 4px solid transparent;\n            border-top: 5px solid currentColor;\n            transition: transform 0.3s ease;\n        }\n\n        .link-wrapper.expandable:hover .expand-indicator {\n            transform: rotate(180deg);\n        }\n\n        \/* Dropdown Menu *\/\n        .submenu-panel {\n            position: absolute;\n            top: 100%;\n            left: 0;\n            background: var(--color-bg-white);\n            min-width: 220px;\n            border-radius: 8px;\n            box-shadow: 0 10px 40px rgba(0, 74, 135, 0.15);\n            opacity: 0;\n            visibility: hidden;\n            transform: translateY(-10px);\n            transition: all 0.3s ease;\n            margin-top: 1rem;\n            padding: 0.5rem 0;\n            border: 2px solid var(--color-light);\n            z-index: 1001;\n        }\n\n        .link-wrapper:hover .submenu-panel {\n            opacity: 1;\n            visibility: visible;\n            transform: translateY(0);\n        }\n\n        .submenu-entry {\n            list-style: none;\n        }\n\n        .submenu-anchor {\n            display: block;\n            padding: 0.75rem 1.5rem;\n            color: var(--color-text-medium);\n            text-decoration: none;\n            font-size: 1rem;\n            font-weight: 400;\n            transition: all 0.2s ease;\n        }\n\n        .submenu-anchor:hover {\n            background: var(--color-bg-light);\n            color: var(--color-primary);\n            padding-left: 2rem;\n        }\n\n        \/* CTA Button *\/\n        .cta-action {\n            background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));\n            color: white;\n            padding: 0.7rem 1.8rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0, 74, 135, 0.2);\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            white-space: nowrap;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: none;\n            cursor: pointer;\n        }\n\n        .cta-action:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 25px rgba(0, 74, 135, 0.3);\n        }\n\n        \/* Utility Controls *\/\n        .utility-control {\n            width: 45px;\n            height: 45px;\n            border-radius: 8px;\n            background: var(--color-bg-white);\n            border: 2px solid var(--color-light);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            color: var(--color-primary);\n            font-size: 1.3rem;\n        }\n\n        .utility-control:hover {\n            background: var(--color-primary);\n            color: white;\n            border-color: var(--color-primary);\n            transform: translateY(-2px);\n            box-shadow: 0 4px 15px rgba(0, 74, 135, 0.2);\n        }\n\n        .utility-control.enabled {\n            background: var(--color-primary);\n            color: white;\n            border-color: var(--color-primary);\n        }\n\n        body.monochrome-view {\n            filter: grayscale(100%);\n        }\n\n        \/* Mobile Menu Toggle *\/\n        .menu-trigger {\n            display: none;\n            flex-direction: column;\n            gap: 5px;\n            cursor: pointer;\n            padding: 0.5rem;\n            align-items: center;\n            justify-content: center;\n            background: transparent;\n            border: none;\n        }\n\n        .menu-trigger span {\n            width: 25px;\n            height: 3px;\n            background: var(--color-primary);\n            border-radius: 3px;\n            transition: all 0.3s ease;\n        }\n\n        \/* Responsive Breakpoints *\/\n\n        \/* Small Desktop (1025px - 1200px) *\/\n        @media (max-width: 1200px) {\n            .header-wrapper {\n                max-width: 100%;\n                padding: 1.2rem 1.5rem;\n                gap: 2rem;\n            }\n\n            .menu-anchor {\n                font-size: 1rem;\n                padding: 0.6rem 1rem;\n            }\n\n            .brand-identity img {\n                height: 80px;\n            }\n        }\n\n        \/* Tablet (769px - 1024px) *\/\n        @media (max-width: 1024px) {\n            body {\n                padding-top: 90px;\n            }\n\n            .header-wrapper {\n                padding: 1rem 1.2rem;\n                gap: 1.5rem;\n                min-height: 90px;\n            }\n\n            .brand-identity img {\n                height: 70px;\n            }\n\n            .menu-anchor {\n                font-size: 0.95rem;\n                padding: 0.55rem 0.9rem;\n            }\n\n            .primary-links {\n                gap: 0.4rem;\n            }\n\n            .cta-action {\n                font-size: 0.9rem;\n                padding: 0.6rem 1.5rem;\n            }\n\n            .utility-control {\n                width: 42px;\n                height: 42px;\n                font-size: 1.2rem;\n            }\n\n            .submenu-anchor {\n                font-size: 0.95rem;\n            }\n\n            .button-group {\n                gap: 0.8rem;\n            }\n        }\n\n        \/* Hide mobile menu by default on all screen sizes *\/\n        .menu-section {\n            display: none;\n        }\n\n        \/* Mobile (up to 768px) *\/\n        @media (max-width: 768px) {\n            body {\n                padding-top: 70px;\n            }\n\n            .site-topbar {\n                box-shadow: 0 2px 15px rgba(0, 74, 135, 0.1);\n            }\n\n            .header-wrapper {\n                padding: 0.8rem 1rem;\n                min-height: 70px;\n                grid-template-columns: 1fr auto;\n                gap: 1rem;\n            }\n\n            .brand-identity img {\n                height: 50px;\n            }\n\n            .menu-trigger {\n                display: flex;\n            }\n\n            \/* Hide desktop navigation *\/\n            .header-wrapper > nav {\n                display: none;\n            }\n\n            .header-wrapper > .button-group {\n                display: none;\n            }\n\n            \/* Mobile menu section *\/\n            .menu-section {\n                display: flex;\n                position: fixed;\n                top: 70px;\n                left: 0;\n                width: 100%;\n                background: var(--color-bg-white);\n                flex-direction: column;\n                align-items: center;\n                padding: 2rem 1rem;\n                gap: 1.5rem;\n                transform: translateX(-100%);\n                transition: transform 0.3s ease;\n                box-shadow: 0 10px 40px rgba(0, 74, 135, 0.1);\n                max-height: calc(100vh - 70px);\n                overflow-y: auto;\n                z-index: 999;\n            }\n\n            .menu-section.visible {\n                transform: translateX(0);\n            }\n\n            .menu-section nav {\n                width: 100%;\n            }\n\n            .menu-section .primary-links {\n                flex-direction: column;\n                align-items: center;\n                gap: 0.8rem;\n                width: 100%;\n            }\n\n            .menu-section .link-wrapper {\n                width: 100%;\n                max-width: 300px;\n            }\n\n            .menu-section .menu-anchor {\n                width: 100%;\n                justify-content: center;\n                font-size: 1.05rem;\n                padding: 0.85rem 1.2rem;\n            }\n\n            .menu-section .submenu-panel {\n                position: static;\n                opacity: 1;\n                visibility: visible;\n                transform: none;\n                box-shadow: none;\n                margin-top: 0.5rem;\n                padding: 0.5rem 0;\n                text-align: center;\n                background: var(--color-bg-light);\n                border-radius: 4px;\n                display: none;\n                width: 100%;\n            }\n\n            .menu-section .link-wrapper.expandable.open .submenu-panel {\n                display: block;\n            }\n\n            .menu-section .link-wrapper.expandable.open .expand-indicator {\n                transform: rotate(180deg);\n            }\n\n            .menu-section .submenu-anchor {\n                font-size: 0.95rem;\n                padding: 0.7rem 1.2rem;\n            }\n\n            .menu-section .submenu-anchor:hover {\n                padding-left: 1.2rem;\n            }\n\n            .menu-section .button-group {\n                width: 100%;\n                flex-direction: column;\n                gap: 1rem;\n                align-items: center;\n            }\n\n            .menu-section .cta-action {\n                width: 100%;\n                max-width: 300px;\n                text-align: center;\n                padding: 0.85rem 1.5rem;\n                font-size: 1.05rem;\n            }\n\n            .menu-section .utility-control {\n                width: 50px;\n                height: 50px;\n                font-size: 1.4rem;\n            }\n\n            .menu-trigger.open span:nth-child(1) {\n                transform: rotate(45deg) translate(8px, 8px);\n            }\n\n            .menu-trigger.open span:nth-child(2) {\n                opacity: 0;\n            }\n\n            .menu-trigger.open span:nth-child(3) {\n                transform: rotate(-45deg) translate(7px, -7px);\n            }\n        }\n\n        \/* Small Mobile (up to 480px) *\/\n        @media (max-width: 480px) {\n            .header-wrapper {\n                padding: 0.8rem 0.8rem;\n            }\n\n            .brand-identity img {\n                height: 45px;\n            }\n\n            .menu-section {\n                padding: 1.5rem 0.8rem;\n            }\n\n            .menu-section .link-wrapper {\n                max-width: 280px;\n            }\n\n            .menu-section .menu-anchor {\n                font-size: 1rem;\n                padding: 0.8rem 1rem;\n            }\n\n            .menu-section .cta-action {\n                max-width: 280px;\n                font-size: 1rem;\n                padding: 0.8rem 1.3rem;\n            }\n\n            .menu-section .utility-control {\n                width: 48px;\n                height: 48px;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <!-- Navigation Header -->\n    <header class=\"site-topbar\" id=\"siteTopbar\">\n        <div class=\"header-wrapper\">\n            <!-- Logo -->\n            <a href=\"#\" class=\"brand-identity\">\n                <img decoding=\"async\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2022\/02\/Logo-UPSOKU.png\" alt=\"Logo\">\n            <\/a>\n\n            <!-- Mobile Toggle -->\n            <button class=\"menu-trigger\" id=\"menuTrigger\" aria-label=\"Toggle menu\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/button>\n\n            <!-- Navigation Menu - CENTER GROUP (Desktop Only) -->\n            <nav>\n                <ul class=\"primary-links\">\n                    <li class=\"link-wrapper\">\n                        <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/\" class=\"menu-anchor current\">Utama<\/a>\n                    <\/li>\n                    <li class=\"link-wrapper expandable\">\n                        <a class=\"menu-anchor\">\n                            Mengenai Kami\n                            <span class=\"expand-indicator\"><\/span>\n                        <\/a>\n                        <ul class=\"submenu-panel\">\n                            <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/pengenalan-ups-oku\/\" class=\"submenu-anchor\">Pengenalan UPSOKU<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/pengurusan-ups-oku\/\" class=\"submenu-anchor\">Pengurusan UPSOKU<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/pelan-strategik-upsoku\/\" class=\"submenu-anchor\">Pelan Strategik UPSOKU<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/senarai-pegawai-perhubungan-oku-pp-oku-ukm\/\" class=\"submenu-anchor\">Pegawai Perhubungan OKU (PP-OKU)<\/a><\/li>\n                        <\/ul>\n                    <\/li>\n                    <li class=\"link-wrapper\">\n                        <a href=\"#\" class=\"menu-anchor\">Kelab OKU<\/a>\n                    <\/li>\n                    <li class=\"link-wrapper\">\n                        <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/aktiviti\/\" class=\"menu-anchor\">Aktiviti<\/a>\n                    <\/li>\n                    <li class=\"link-wrapper\">\n                        <a href=\"https:\/\/forms.gle\/7W2fSb58ARqvjSc67\" class=\"menu-anchor\">Pendaftaran OKU-UKM<\/a>\n                    <\/li>\n                    <li class=\"link-wrapper\">\n                        <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/aduan-maklumbalas\/\" class=\"menu-anchor\">Aduan & Maklumbalas<\/a>\n                    <\/li>\n                    <li class=\"link-wrapper\">\n                        <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/arkib-info-prihatin\/\" class=\"menu-anchor\">Info Prihatin<span class=\"expand-indicator\"><\/span><\/a>\n                        <ul class=\"submenu-panel\">\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2026<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2025<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2024<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2023<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2022<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2021<\/a><\/li>\n                        <\/ul>\n                    <\/li>\n                <\/ul>\n            <\/nav>\n\n            <!-- Button Group - RIGHT SIDE (Desktop Only) -->\n            <div class=\"button-group\">\n                <a href=\"https:\/\/www.ukm.my\/pendaftar\/permohonan-sumbangan-tabung-watan-melalui-potongan-gaji\/\" class=\"cta-action\">Sumbangan<\/a>\n\n                <!-- Accessibility Buttons -->\n                <button class=\"utility-control\" id=\"fontScaler\" title=\"Saiz Teks untuk Rabun\"\n                    aria-label=\"Toggle text size for visually impaired\">\n                    <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                        stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <path d=\"M4 7V4h16v3\"><\/path>\n                        <path d=\"M9 20h6\"><\/path>\n                        <path d=\"M12 4v16\"><\/path>\n                    <\/svg>\n                <\/button>\n                <button class=\"utility-control\" id=\"visionToggle\" title=\"Mod Buta Warna\"\n                    aria-label=\"Toggle colorblind mode\">\n                    <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                        stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                        <path d=\"M12 16v-4\"><\/path>\n                        <path d=\"M12 8h.01\"><\/path>\n                    <\/svg>\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Mobile Menu Section -->\n    <div class=\"menu-section\" id=\"menuSection\">\n        <nav>\n            <ul class=\"primary-links\">\n                <li class=\"link-wrapper\">\n                    <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/\" class=\"menu-anchor current\">Utama<\/a>\n                <\/li>\n                <li class=\"link-wrapper expandable\">\n                    <a class=\"menu-anchor\">\n                        Mengenai Kami\n                        <span class=\"expand-indicator\"><\/span>\n                    <\/a>\n                    <ul class=\"submenu-panel\">\n                        <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/pengenalan-ups-oku\/\" class=\"submenu-anchor\">Pengenalan UPSOKU<\/a><\/li>\n                        <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/pengurusan-ups-oku\/\" class=\"submenu-anchor\">Pengurusan UPSOKU<\/a><\/li>\n                        <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/pelan-strategik-upsoku\/\" class=\"submenu-anchor\">Pelan Strategik UPSOKU<\/a><\/li>\n                        <li class=\"submenu-entry\"><a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/senarai-pegawai-perhubungan-oku-pp-oku-ukm\/\" class=\"submenu-anchor\">Pegawai Perhubungan OKU (PP-OKU)<\/a><\/li>\n                    <\/ul>\n                <\/li>\n                <li class=\"link-wrapper\">\n                    <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/kelab\/\" class=\"menu-anchor\">Kelab OKU<\/a>\n                <\/li>\n                <li class=\"link-wrapper\">\n                    <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/fasiliti_dan_sokongan_oku\/\" class=\"menu-anchor\">Aktiviti<\/a>\n                <\/li>\n                <li class=\"link-wrapper\">\n                    <a href=\"https:\/\/forms.gle\/7W2fSb58ARqvjSc67\" class=\"menu-anchor\">Pendaftaran OKU-UKM<\/a>\n                <\/li>\n                <li class=\"link-wrapper\">\n                    <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/aduan-maklumbalas\/\" class=\"menu-anchor\">Aduan & Maklumbalas<\/a>\n                <\/li>\n                    <li class=\"link-wrapper\">\n                        <a href=\"https:\/\/www.ukm.my\/pendaftar\/ups-oku\/arkib-info-prihatin\/\" class=\"menu-anchor\">Info Prihatin<span class=\"expand-indicator\"><\/span><\/a>\n                        <ul class=\"submenu-panel\">\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2026<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2025<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2024<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2023<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2022<\/a><\/li>\n                            <li class=\"submenu-entry\"><a href=\"#\" class=\"submenu-anchor\">Info Prihatin 2021<\/a><\/li>\n                        <\/ul>\n            <\/ul>\n        <\/nav>\n\n        <div class=\"button-group\">\n            <a href=\"https:\/\/www.ukm.my\/pendaftar\/permohonan-sumbangan-tabung-watan-melalui-potongan-gaji\/\" class=\"cta-action\">Sumbangan<\/a>\n            <button class=\"utility-control\" id=\"fontScalerMobile\" title=\"Saiz Teks untuk Rabun\" aria-label=\"Toggle text size for visually impaired\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                    stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M4 7V4h16v3\"><\/path>\n                    <path d=\"M9 20h6\"><\/path>\n                    <path d=\"M12 4v16\"><\/path>\n                <\/svg>\n            <\/button>\n            <button class=\"utility-control\" id=\"visionToggleMobile\" title=\"Mod Buta Warna\" aria-label=\"Toggle colorblind mode\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\n                    stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                    <path d=\"M12 16v-4\"><\/path>\n                    <path d=\"M12 8h.01\"><\/path>\n                <\/svg>\n            <\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Sticky header scroll effect\n        const siteTopbar = document.getElementById('siteTopbar');\n\n        window.addEventListener('scroll', () => {\n            if (window.scrollY > 50) {\n                siteTopbar.classList.add('elevated');\n            } else {\n                siteTopbar.classList.remove('elevated');\n            }\n        });\n\n        \/\/ Mobile menu toggle\n        const menuTrigger = document.getElementById('menuTrigger');\n        const menuSection = document.getElementById('menuSection');\n\n        menuTrigger.addEventListener('click', () => {\n            menuTrigger.classList.toggle('open');\n            menuSection.classList.toggle('visible');\n        });\n\n        \/\/ Mobile dropdown toggle\n        const mobileExpandableItems = document.querySelectorAll('.menu-section .expandable .menu-anchor');\n        mobileExpandableItems.forEach(anchor => {\n            anchor.addEventListener('click', (e) => {\n                e.preventDefault();\n                const parent = anchor.closest('.expandable');\n                parent.classList.toggle('open');\n            });\n        });\n\n        \/\/ Close mobile menu when clicking outside\n        document.addEventListener('click', (e) => {\n            if (!e.target.closest('.header-wrapper') && !e.target.closest('.menu-section')) {\n                menuTrigger.classList.remove('open');\n                menuSection.classList.remove('visible');\n            }\n        });\n\n        \/\/ Accessibility Features - Desktop\n        const fontScaler = document.getElementById('fontScaler');\n        let fontExpanded = false;\n        \n        fontScaler.addEventListener('click', () => {\n            fontExpanded = !fontExpanded;\n            fontScaler.classList.toggle('enabled');\n            document.documentElement.classList.toggle('font-scale-large');\n            \n            \/\/ Sync mobile button\n            const fontScalerMobile = document.getElementById('fontScalerMobile');\n            if (fontExpanded) {\n                fontScalerMobile.classList.add('enabled');\n            } else {\n                fontScalerMobile.classList.remove('enabled');\n            }\n        });\n\n        const visionToggle = document.getElementById('visionToggle');\n        let monochromeActive = false;\n        \n        visionToggle.addEventListener('click', () => {\n            monochromeActive = !monochromeActive;\n            visionToggle.classList.toggle('enabled');\n            document.body.classList.toggle('monochrome-view');\n            \n            \/\/ Sync mobile button\n            const visionToggleMobile = document.getElementById('visionToggleMobile');\n            if (monochromeActive) {\n                visionToggleMobile.classList.add('enabled');\n            } else {\n                visionToggleMobile.classList.remove('enabled');\n            }\n        });\n\n        \/\/ Accessibility Features - Mobile\n        const fontScalerMobile = document.getElementById('fontScalerMobile');\n        \n        fontScalerMobile.addEventListener('click', () => {\n            fontExpanded = !fontExpanded;\n            fontScalerMobile.classList.toggle('enabled');\n            document.documentElement.classList.toggle('font-scale-large');\n            \n            \/\/ Sync desktop button\n            if (fontExpanded) {\n                fontScaler.classList.add('enabled');\n            } else {\n                fontScaler.classList.remove('enabled');\n            }\n        });\n\n        const visionToggleMobile = document.getElementById('visionToggleMobile');\n        \n        visionToggleMobile.addEventListener('click', () => {\n            monochromeActive = !monochromeActive;\n            visionToggleMobile.classList.toggle('enabled');\n            document.body.classList.toggle('monochrome-view');\n            \n            \/\/ Sync desktop button\n            if (monochromeActive) {\n                visionToggle.classList.add('enabled');\n            } else {\n                visionToggle.classList.remove('enabled');\n            }\n        });\n\n        \/\/ Close submenu when clicking outside (desktop)\n        document.addEventListener('click', (e) => {\n            if (window.innerWidth > 768) {\n                const expandableItems = document.querySelectorAll('.header-wrapper .expandable');\n                expandableItems.forEach(item => {\n                    if (!item.contains(e.target)) {\n                        item.classList.remove('open');\n                    }\n                });\n            }\n        });\n    <\/script>\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2d5f94f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2d5f94f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-139de70\" data-id=\"139de70\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da69c0c elementor-widget elementor-widget-spacer\" data-id=\"da69c0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-ad3e526 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ad3e526\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1b148b8\" data-id=\"1b148b8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fc5421 elementor-widget elementor-widget-text-editor\" data-id=\"6fc5421\" 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<p style=\"text-align: center;\">Senarai Program Unit Perkhidmatan Dan Sokongan OKU Bahagian Pentadbiran Dan Kemudahan, Jabatan Pendaftar<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-162b5f2 elementor-widget elementor-widget-eael-adv-accordion\" data-id=\"162b5f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"eael-adv-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"eael-adv-accordion\" id=\"eael-adv-accordion-162b5f2\" data-scroll-on-click=\"no\" data-scroll-speed=\"300\" data-accordion-id=\"162b5f2\" data-accordion-type=\"accordion\" data-toogle-speed=\"300\">\n            <div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"2025\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"1\" aria-controls=\"elementor-tab-content-2321\"><span class=\"eael-advanced-accordion-icon-closed\"><i aria-hidden=\"true\" class=\"fa-accordion-icon fas fa-plus\"><\/i><\/span><span class=\"eael-advanced-accordion-icon-opened\"><i aria-hidden=\"true\" class=\"fa-accordion-icon fas fa-minus\"><\/i><\/span><span class=\"eael-accordion-tab-title\">2025<\/span><\/div><div id=\"elementor-tab-content-2321\" class=\"eael-accordion-content clearfix\" data-tab=\"1\" aria-labelledby=\"2025\"><\/div>\n\t\t\t\t\t<\/div><div class=\"eael-accordion-list\">\n\t\t\t\t\t<div id=\"2024\" class=\"elementor-tab-title eael-accordion-header\" tabindex=\"0\" data-tab=\"2\" aria-controls=\"elementor-tab-content-2322\"><span class=\"eael-advanced-accordion-icon-closed\"><i aria-hidden=\"true\" class=\"fa-accordion-icon fas fa-plus\"><\/i><\/span><span class=\"eael-advanced-accordion-icon-opened\"><i aria-hidden=\"true\" class=\"fa-accordion-icon fas fa-minus\"><\/i><\/span><span class=\"eael-accordion-tab-title\">2024<\/span><\/div><div id=\"elementor-tab-content-2322\" class=\"eael-accordion-content clearfix\" data-tab=\"2\" aria-labelledby=\"2024\"><style>.elementor-29219 .elementor-element.elementor-element-2b91ebe:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-29219 .elementor-element.elementor-element-2b91ebe > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-29219 .elementor-element.elementor-element-2b91ebe > .elementor-element-populated, .elementor-29219 .elementor-element.elementor-element-2b91ebe > .elementor-element-populated > .elementor-background-overlay, .elementor-29219 .elementor-element.elementor-element-2b91ebe > .elementor-background-slideshow{border-radius:10px 10px 10px 10px;}.elementor-29219 .elementor-element.elementor-element-2b91ebe > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-2b91ebe > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-d2e87b2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-d2e87b2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-29219 .elementor-element.elementor-element-82869a2 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-f8fff3c.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-f8fff3c.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-f8fff3c > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-f8fff3c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-tp-info-box .service-icon-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1d3e287{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-1d3e287 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-7ca4a79 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-425bc92.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-425bc92.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-425bc92 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-425bc92 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-6cc5925{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-6cc5925 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-b43613f .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-a8f53c7.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-a8f53c7.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-a8f53c7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-a8f53c7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-29bf12b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-29bf12b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-d59dbe0 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-79ce64a.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-79ce64a.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-79ce64a > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-79ce64a > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-df2e63c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-df2e63c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-1643c8d .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-7809659.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-7809659.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-7809659 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-7809659 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-2bef93f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-2bef93f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-6b4a567 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-1e21f41.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-1e21f41.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-1e21f41 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-1e21f41 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-32462e7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-32462e7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-f211d5a .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-547e816.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-547e816.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-547e816 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-547e816 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-a346630{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-a346630 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-16fc11c .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-1f94b2b.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-1f94b2b.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-1f94b2b > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-1f94b2b > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-80cec37{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-80cec37 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-f475fb2 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-189c5a1.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-189c5a1.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-189c5a1 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-189c5a1 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-5a6a9fa{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-5a6a9fa > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-8557fee .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-b298713.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-b298713.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-b298713 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-b298713 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-c2c6610{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-c2c6610 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-2f8a004 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-aaa0fc9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-aaa0fc9.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-aaa0fc9 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-aaa0fc9 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-5fc1192{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-5fc1192 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-1299166 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-c939c34.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-c939c34.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-c939c34 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-c939c34 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-b1536b9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-b1536b9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-589e8ed .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-6f93b16.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-6f93b16.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-6f93b16 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-6f93b16 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-4a293d0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-4a293d0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-d4270c1 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-32b3dee.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-32b3dee.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-32b3dee > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-32b3dee > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-b04cdf4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-b04cdf4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-2dbb0b7 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-29d8b64.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-29d8b64.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-29d8b64 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-29d8b64 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-7dc3b9b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-7dc3b9b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-6a48e9a .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-2b8d130.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-2b8d130.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-2b8d130 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-2b8d130 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-8edda5d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-8edda5d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-c288b34 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-4a8f2cc.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-4a8f2cc.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-4a8f2cc > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-4a8f2cc > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-7a9d0c2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-7a9d0c2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-0c332c0 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-90deddd.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-90deddd.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-90deddd > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-90deddd > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-1c4f023{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-1c4f023 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-b78e346 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-8076135.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-8076135.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-8076135 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-8076135 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-f275af7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-f275af7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-79bcef3 .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-ac4d1f8.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-ac4d1f8.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-ac4d1f8 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-ac4d1f8 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-64fcb06{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-64fcb06 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-296d2ac .gallery-item .gallery-caption{text-align:center;}.elementor-bc-flex-widget .elementor-29219 .elementor-element.elementor-element-3bddce7.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29219 .elementor-element.elementor-element-3bddce7.elementor-column.elementor-element[data-element_type=\"column\"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29219 .elementor-element.elementor-element-3bddce7 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-29219 .elementor-element.elementor-element-3bddce7 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-title{font-size:18px;color:#313131;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner:hover .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner.tp-info-active .service-title{color:#3351a6;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-border{width:20%;border-width:1px;border-color:#252525;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-desc,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-desc p{font-size:16px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner i.service-icon{font-size:25px !important;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-icon i{font-size:25px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-icon svg{width:25px;height:25px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-icon .icon-image-set{max-width:25px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .service-icon{width:50px !important;height:50px !important;line-height:50px !important;text-align:center;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-bg-box .icon_shine_show{background-position:-50px -50px, 0 0;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box .info-box-inner .info-box-bg-box{padding:15px 15px 15px 15px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_3 .icon-overlay {top:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_1 .icon-overlay .m-r-16{left:calc(0% - 15px);}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_2 .icon-overlay .m-l-16{right:calc(0% - 15px);}@media(min-width:768px){.elementor-29219 .elementor-element.elementor-element-df17751{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-f8fff3c{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-a9ce506{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-425bc92{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-2161715{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-a8f53c7{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-fd657ae{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-79ce64a{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-a47f641{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-7809659{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-7eb6b83{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-1e21f41{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-107f5be{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-547e816{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-507fdab{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-1f94b2b{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-e480364{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-189c5a1{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-a976448{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-b298713{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-c96c93b{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-aaa0fc9{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-7b57613{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-c939c34{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-87884a6{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-6f93b16{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-919ebf5{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-32b3dee{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-252cda7{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-29d8b64{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-c17afbd{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-2b8d130{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-ec69e3a{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-4a8f2cc{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-7236503{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-90deddd{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-9b0176a{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-8076135{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-14e5ca7{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-ac4d1f8{width:51.4%;}.elementor-29219 .elementor-element.elementor-element-2844502{width:48.599%;}.elementor-29219 .elementor-element.elementor-element-3bddce7{width:51.4%;}}@media(max-width:1024px){.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}}@media(max-width:767px){.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-c81068e .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-f85e9a6 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-7b25b4c .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-42efedd .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-cc1dc94 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-b8f2d79 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1f76637 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3b52086 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3e2dafa .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-fd369d9 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1c32113 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-1de78f8 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-39dc341 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-55fb5b6 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-09814c1 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-6cbc885 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-2ede774 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-16e62f1 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-3c5f12e .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-6997d77 .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media{margin-top:0px;}.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_1 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_2 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_3 .info-box-inner .service-title,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_4 .info-box-inner .service-media,.elementor-29219 .elementor-element.elementor-element-76f476c .pt_plus_info_box.info-box-style_7 .info-box-inner .service-title{margin-bottom:0px;}}<\/style>\t\t<div data-elementor-type=\"section\" data-elementor-id=\"29219\" class=\"elementor elementor-29219\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8affd6f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8affd6f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b91ebe\" data-id=\"2b91ebe\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d2e87b2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d2e87b2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-df17751\" data-id=\"df17751\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-82869a2 elementor-widget elementor-widget-image-gallery\" data-id=\"82869a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-1' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"82869a2\" data-elementor-lightbox-title=\"Poster Gambar Program 1_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9Qb3N0ZXItR2FtYmFyLVByb2dyYW0tMV8yMDI0LmpwZyIsInNsaWRlc2hvdyI6IjgyODY5YTIifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Poster-Gambar-Program-1_2024.jpg'><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Poster-Gambar-Program-1_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Poster-Gambar-Program-1_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Poster-Gambar-Program-1_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"82869a2\" data-elementor-lightbox-title=\"Gambar Program 1_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9HYW1iYXItUHJvZ3JhbS0xXzIwMjQxLmpwZyIsInNsaWRlc2hvdyI6IjgyODY5YTIifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20241.jpg'><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"82869a2\" data-elementor-lightbox-title=\"Gambar Program 1_2024(6)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9HYW1iYXItUHJvZ3JhbS0xXzIwMjQ2LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI4Mjg2OWEyIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20246-scaled.jpg'><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20246-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20246-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20246-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20246-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"82869a2\" data-elementor-lightbox-title=\"Gambar Program 1_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9HYW1iYXItUHJvZ3JhbS0xXzIwMjQ1LmpwZyIsInNsaWRlc2hvdyI6IjgyODY5YTIifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20245.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/05\/Gambar-Program-1_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f8fff3c\" data-id=\"f8fff3c\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c81068e elementor-widget elementor-widget-tp-info-box\" data-id=\"c81068e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd4a908\" class=\"pt_plus_info_box  info_box69eef5cd4a908 info-box-style_1     \"  data-id=\"info_box69eef5cd4a908\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 23 Januari 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p>Program Perjumpaan Bersama Warga OKU UKM Tahun 2024<\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1d3e287 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1d3e287\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a9ce506\" data-id=\"a9ce506\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ca4a79 elementor-widget elementor-widget-image-gallery\" data-id=\"7ca4a79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-2' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7ca4a79\" data-elementor-lightbox-title=\"Gambar Program 2_2024(7)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yXzIwMjQ3LmpwZyIsInNsaWRlc2hvdyI6IjdjYTRhNzkifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20247.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20247-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20247-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20247-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20247-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7ca4a79\" data-elementor-lightbox-title=\"Gambar Program 2_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yXzIwMjQ1LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI3Y2E0YTc5In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20245-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20245-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20245-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20245-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7ca4a79\" data-elementor-lightbox-title=\"Gambar Program 2_2024(8)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yXzIwMjQ4LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI3Y2E0YTc5In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20248-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20248-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20248-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20248-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20248-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7ca4a79\" data-elementor-lightbox-title=\"Gambar Program 2_2024(9)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMjgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yXzIwMjQ5LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI3Y2E0YTc5In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20249-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20249-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20249-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20249-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-2_20249-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-425bc92\" data-id=\"425bc92\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f85e9a6 elementor-widget elementor-widget-tp-info-box\" data-id=\"f85e9a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd50050\" class=\"pt_plus_info_box  info_box69eef5cd50050 info-box-style_1     \"  data-id=\"info_box69eef5cd50050\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 23 Januari 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Bengkel <\/span><i><span style=\"font-weight: 400\">Training of Trainers<\/span><\/i><span style=\"font-weight: 400\"> (TOT) Sistem Baharu Bantuan Kewangan Orang Kurang Upaya (BKOKU) anjuran Bahagian Biasiswa, Kementerian Pendidikan Tinggi (KPT)<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6cc5925 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6cc5925\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2161715\" data-id=\"2161715\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b43613f elementor-widget elementor-widget-image-gallery\" data-id=\"b43613f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-3' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b43613f\" data-elementor-lightbox-title=\"Poster Program 4_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMzMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qb3N0ZXItUHJvZ3JhbS00XzIwMjQuanBnIiwic2xpZGVzaG93IjoiYjQzNjEzZiJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-4_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-4_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-4_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-4_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-4_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b43613f\" data-elementor-lightbox-title=\"Program 4_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMzQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qcm9ncmFtLTRfMjAyNDIuanBnIiwic2xpZGVzaG93IjoiYjQzNjEzZiJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20242.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20242-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20242-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20242-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b43613f\" data-elementor-lightbox-title=\"Program 4_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMzUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qcm9ncmFtLTRfMjAyNDMtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImI0MzYxM2YifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20243-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b43613f\" data-elementor-lightbox-title=\"Program 4_2024(4)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyMzYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qcm9ncmFtLTRfMjAyNDQuanBnIiwic2xpZGVzaG93IjoiYjQzNjEzZiJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20244.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20244-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20244-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20244-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-4_20244-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a8f53c7\" data-id=\"a8f53c7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b25b4c elementor-widget elementor-widget-tp-info-box\" data-id=\"7b25b4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd55075\" class=\"pt_plus_info_box  info_box69eef5cd55075 info-box-style_1     \"  data-id=\"info_box69eef5cd55075\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 13-14 Februari 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Bengkel <\/span><i><span style=\"font-weight: 400\">Return to Work Coordinator<\/span><\/i><span style=\"font-weight: 400\"> 2024 <\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-29bf12b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"29bf12b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-fd657ae\" data-id=\"fd657ae\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d59dbe0 elementor-widget elementor-widget-image-gallery\" data-id=\"d59dbe0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-4' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d59dbe0\" data-elementor-lightbox-title=\"Gambar Program 6_2024(7)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS02XzIwMjQ3LmpwZyIsInNsaWRlc2hvdyI6ImQ1OWRiZTAifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20247.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20247-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20247-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20247-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20247-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d59dbe0\" data-elementor-lightbox-title=\"Gambar Program 6_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS02XzIwMjQxLmpwZyIsInNsaWRlc2hvdyI6ImQ1OWRiZTAifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d59dbe0\" data-elementor-lightbox-title=\"Gambar Program 6_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS02XzIwMjQ1LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJkNTlkYmUwIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20245-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20245-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20245-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_20245-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d59dbe0\" data-elementor-lightbox-title=\"Gambar Program 6_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS02XzIwMjQtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImQ1OWRiZTAifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_2024-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-6_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-79ce64a\" data-id=\"79ce64a\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42efedd elementor-widget elementor-widget-tp-info-box\" data-id=\"42efedd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd59e53\" class=\"pt_plus_info_box  info_box69eef5cd59e53 info-box-style_1     \"  data-id=\"info_box69eef5cd59e53\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 24 Mac 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program Kasih\u00a0 Ramadan bersama Pusat Jagaan al-Fikrah Malaysia<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-df2e63c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"df2e63c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a47f641\" data-id=\"a47f641\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1643c8d elementor-widget elementor-widget-image-gallery\" data-id=\"1643c8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-5' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1643c8d\" data-elementor-lightbox-title=\"Poster Program 7_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qb3N0ZXItUHJvZ3JhbS03XzIwMjQuanBnIiwic2xpZGVzaG93IjoiMTY0M2M4ZCJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-7_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-7_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-7_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-7_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-7_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1643c8d\" data-elementor-lightbox-title=\"Gambar Program 7_2024(7)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS03XzIwMjQ3LmpwZyIsInNsaWRlc2hvdyI6IjE2NDNjOGQifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20247.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20247-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20247-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20247-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20247-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1643c8d\" data-elementor-lightbox-title=\"Gambar Program 7_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS03XzIwMjQzLmpwZyIsInNsaWRlc2hvdyI6IjE2NDNjOGQifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20243.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1643c8d\" data-elementor-lightbox-title=\"Gambar Program 7_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS03XzIwMjQuanBnIiwic2xpZGVzaG93IjoiMTY0M2M4ZCJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-7_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7809659\" data-id=\"7809659\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cc1dc94 elementor-widget elementor-widget-tp-info-box\" data-id=\"cc1dc94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd5d82a\" class=\"pt_plus_info_box  info_box69eef5cd5d82a info-box-style_1     \"  data-id=\"info_box69eef5cd5d82a\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 26 Mac 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program Iftar bersama Warga OKU UKM <\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2bef93f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2bef93f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7eb6b83\" data-id=\"7eb6b83\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6b4a567 elementor-widget elementor-widget-image-gallery\" data-id=\"6b4a567\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-6' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6b4a567\" data-elementor-lightbox-title=\"Gambar Program 8_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNDksInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS04XzIwMjQxLmpwZyIsInNsaWRlc2hvdyI6IjZiNGE1NjcifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6b4a567\" data-elementor-lightbox-title=\"Gambar Program 8_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS04XzIwMjQyLmpwZyIsInNsaWRlc2hvdyI6IjZiNGE1NjcifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20242.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20242-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20242-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20242-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6b4a567\" data-elementor-lightbox-title=\"Gambar Program 8_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS04XzIwMjQzLmpwZyIsInNsaWRlc2hvdyI6IjZiNGE1NjcifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20243.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6b4a567\" data-elementor-lightbox-title=\"Gambar Program 8_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS04XzIwMjQ1LmpwZyIsInNsaWRlc2hvdyI6IjZiNGE1NjcifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20245.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20245-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20245-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-8_20245-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1e21f41\" data-id=\"1e21f41\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b8f2d79 elementor-widget elementor-widget-tp-info-box\" data-id=\"b8f2d79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd612e9\" class=\"pt_plus_info_box  info_box69eef5cd612e9 info-box-style_1     \"  data-id=\"info_box69eef5cd612e9\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 8 Mei 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Majlis Mesra bersama Pelanggan PTPTN <\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-32462e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"32462e7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-107f5be\" data-id=\"107f5be\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f211d5a elementor-widget elementor-widget-image-gallery\" data-id=\"f211d5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-7' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f211d5a\" data-elementor-lightbox-title=\"Program 11_2024(7)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qcm9ncmFtLTExXzIwMjQ3LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJmMjExZDVhIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20247-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20247-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20247-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20247-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20247-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f211d5a\" data-elementor-lightbox-title=\"Program 11_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qcm9ncmFtLTExXzIwMjQxLmpwZyIsInNsaWRlc2hvdyI6ImYyMTFkNWEifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f211d5a\" data-elementor-lightbox-title=\"Program 11_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qcm9ncmFtLTExXzIwMjQzLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJmMjExZDVhIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20243-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f211d5a\" data-elementor-lightbox-title=\"Program 11_2024(6)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qcm9ncmFtLTExXzIwMjQ2LXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiJmMjExZDVhIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20246-scaled.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20246-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20246-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20246-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Program-11_20246-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-547e816\" data-id=\"547e816\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f76637 elementor-widget elementor-widget-tp-info-box\" data-id=\"1f76637\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd66afd\" class=\"pt_plus_info_box  info_box69eef5cd66afd info-box-style_1     \"  data-id=\"info_box69eef5cd66afd\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 5 Jun 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program <\/span><span style=\"font-weight: 400\">Sesi Ramah Mesra Dan Dialog Bersama NGO Orang Kelainan Upaya (OKU) Muslim Dan Pusat\/Unit OKU Universiti Awam<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a346630 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a346630\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-507fdab\" data-id=\"507fdab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-16fc11c elementor-widget elementor-widget-image-gallery\" data-id=\"16fc11c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-8' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"16fc11c\" data-elementor-lightbox-title=\"Poster Program 12_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qb3N0ZXItUHJvZ3JhbS0xMl8yMDI0LnBuZyIsInNsaWRlc2hvdyI6IjE2ZmMxMWMifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-12_2024.png'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-12_2024-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"16fc11c\" data-elementor-lightbox-title=\"Gambar Program 12_2024.(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xMl8yMDI0LjEuanBnIiwic2xpZGVzaG93IjoiMTZmYzExYyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.1-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.1-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.1-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.1-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"16fc11c\" data-elementor-lightbox-title=\"Gambar Program 12_2024.(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNTksInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xMl8yMDI0LjIuanBnIiwic2xpZGVzaG93IjoiMTZmYzExYyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.2.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.2-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.2-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.2-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.2-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"16fc11c\" data-elementor-lightbox-title=\"Gambar Program 12_2024.(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xMl8yMDI0LjMuanBnIiwic2xpZGVzaG93IjoiMTZmYzExYyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.3.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.3-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.3-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.3-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-12_2024.3-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1f94b2b\" data-id=\"1f94b2b\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b52086 elementor-widget elementor-widget-tp-info-box\" data-id=\"3b52086\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd6c6f0\" class=\"pt_plus_info_box  info_box69eef5cd6c6f0 info-box-style_1     \"  data-id=\"info_box69eef5cd6c6f0\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 12 Jun 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><em><span style=\"font-weight: 400\">Career Talk \"Enhancing Capabilities with Allianz Malaysia\"<\/span><\/em><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-80cec37 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"80cec37\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e480364\" data-id=\"e480364\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f475fb2 elementor-widget elementor-widget-image-gallery\" data-id=\"f475fb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-9' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f475fb2\" data-elementor-lightbox-title=\"Gambar Program 13_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xM18yMDI0LmpwZyIsInNsaWRlc2hvdyI6ImY0NzVmYjIifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f475fb2\" data-elementor-lightbox-title=\"Gambar Program 13_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xM18yMDI0MS5qcGciLCJzbGlkZXNob3ciOiJmNDc1ZmIyIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f475fb2\" data-elementor-lightbox-title=\"Gambar Program 13_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xM18yMDI0Mi5qcGciLCJzbGlkZXNob3ciOiJmNDc1ZmIyIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20242.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20242-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20242-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20242-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"f475fb2\" data-elementor-lightbox-title=\"Gambar Program 13_2024(4)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xM18yMDI0NC5qcGciLCJzbGlkZXNob3ciOiJmNDc1ZmIyIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20244.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20244-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20244-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20244-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-13_20244-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-189c5a1\" data-id=\"189c5a1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e2dafa elementor-widget elementor-widget-tp-info-box\" data-id=\"3e2dafa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd723a0\" class=\"pt_plus_info_box  info_box69eef5cd723a0 info-box-style_1     \"  data-id=\"info_box69eef5cd723a0\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 26 Jun 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Lawatan Penandaarasan Unit Perkhidmatan dan Sokongan OKU ke Bahagian Hal Ehwal Pembangunan Pelajar dan Alumni, USM Penang<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5a6a9fa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5a6a9fa\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a976448\" data-id=\"a976448\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8557fee elementor-widget elementor-widget-image-gallery\" data-id=\"8557fee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-10' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8557fee\" data-elementor-lightbox-title=\"Gambar Program 15_2024(6)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xNV8yMDI0Ni5qcGciLCJzbGlkZXNob3ciOiI4NTU3ZmVlIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20246.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20246-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20246-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20246-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20246-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8557fee\" data-elementor-lightbox-title=\"Gambar Program 15_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xNV8yMDI0LmpwZyIsInNsaWRlc2hvdyI6Ijg1NTdmZWUifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8557fee\" data-elementor-lightbox-title=\"Gambar Program 15_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xNV8yMDI0NS5qcGciLCJzbGlkZXNob3ciOiI4NTU3ZmVlIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20245.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20245-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20245-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20245-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"8557fee\" data-elementor-lightbox-title=\"Gambar Program 15_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNjUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xNV8yMDI0My5qcGciLCJzbGlkZXNob3ciOiI4NTU3ZmVlIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20243.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-15_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b298713\" data-id=\"b298713\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fd369d9 elementor-widget elementor-widget-tp-info-box\" data-id=\"fd369d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd780d2\" class=\"pt_plus_info_box  info_box69eef5cd780d2 info-box-style_1     \"  data-id=\"info_box69eef5cd780d2\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 24-25 Julai 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Bengkel Pembangunan Dasar Ekosistem Inklusif Orang Kurang Upaya (OKU) Universiti Awam di Hotel Grand Dorsett, Subang Jaya<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c2c6610 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c2c6610\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c96c93b\" data-id=\"c96c93b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2f8a004 elementor-widget elementor-widget-image-gallery\" data-id=\"2f8a004\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-11' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f8a004\" data-elementor-lightbox-title=\"Gambar Program 18_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xOF8yMDI0Mi5qcGciLCJzbGlkZXNob3ciOiIyZjhhMDA0In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20242.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f8a004\" data-elementor-lightbox-title=\"Gambar Program 18_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xOF8yMDI0MS5qcGciLCJzbGlkZXNob3ciOiIyZjhhMDA0In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f8a004\" data-elementor-lightbox-title=\"Gambar Program 18_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xOF8yMDI0My5qcGciLCJzbGlkZXNob3ciOiIyZjhhMDA0In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20243.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2f8a004\" data-elementor-lightbox-title=\"Gambar Program 18_2024(4)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xOF8yMDI0NC5qcGciLCJzbGlkZXNob3ciOiIyZjhhMDA0In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20244.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-18_20244-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-aaa0fc9\" data-id=\"aaa0fc9\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c32113 elementor-widget elementor-widget-tp-info-box\" data-id=\"1c32113\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd7e371\" class=\"pt_plus_info_box  info_box69eef5cd7e371 info-box-style_1     \"  data-id=\"info_box69eef5cd7e371\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 24 September 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Sesi Libat Urus Bahagian Pendidikan Khas (BPkhas) KPM bersama-sama Unit Perkhidmatan OKU daripada Institut Pendidikan Tinggi Awam (IPTA)\u00a0 bawah Kementerian Pendidikan Tinggi (KPT)<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5fc1192 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5fc1192\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7b57613\" data-id=\"7b57613\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1299166 elementor-widget elementor-widget-image-gallery\" data-id=\"1299166\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-12' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1299166\" data-elementor-lightbox-title=\"Gambar Program 17_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xN18yMDI0MS5qcGciLCJzbGlkZXNob3ciOiIxMjk5MTY2In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1299166\" data-elementor-lightbox-title=\"Gambar Program 17_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xN18yMDI0LmpwZyIsInNsaWRlc2hvdyI6IjEyOTkxNjYifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1299166\" data-elementor-lightbox-title=\"Gambar Program 17_2024(7)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xN18yMDI0Ny1yb3RhdGVkLmpwZyIsInNsaWRlc2hvdyI6IjEyOTkxNjYifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20247-rotated.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20247-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1299166\" data-elementor-lightbox-title=\"Gambar Program 17_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xN18yMDI0NS5qcGciLCJzbGlkZXNob3ciOiIxMjk5MTY2In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20245.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-17_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c939c34\" data-id=\"c939c34\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1de78f8 elementor-widget elementor-widget-tp-info-box\" data-id=\"1de78f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd83f95\" class=\"pt_plus_info_box  info_box69eef5cd83f95 info-box-style_1     \"  data-id=\"info_box69eef5cd83f95\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 28 September 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program Jejak Pewaris Watan.<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b1536b9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b1536b9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-87884a6\" data-id=\"87884a6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-589e8ed elementor-widget elementor-widget-image-gallery\" data-id=\"589e8ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-13' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"589e8ed\" data-elementor-lightbox-title=\"Poster Program 19_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyNzksInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qb3N0ZXItUHJvZ3JhbS0xOV8yMDI0LmpwZyIsInNsaWRlc2hvdyI6IjU4OWU4ZWQifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024-300x300.jpg 300w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024-1024x1024.jpg 1024w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024-768x768.jpg 768w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024-600x600.jpg 600w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-19_2024.jpg 1439w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"589e8ed\" data-elementor-lightbox-title=\"Gambar Program 19_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xOV8yMDI0MS5qcGciLCJzbGlkZXNob3ciOiI1ODllOGVkIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"589e8ed\" data-elementor-lightbox-title=\"Gambar Program 19_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xOV8yMDI0My5qcGciLCJzbGlkZXNob3ciOiI1ODllOGVkIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20243.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"589e8ed\" data-elementor-lightbox-title=\"Gambar Program 19_2024(6)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0xOV8yMDI0Ni5qcGciLCJzbGlkZXNob3ciOiI1ODllOGVkIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20246.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20246-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20246-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20246-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-19_20246-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-6f93b16\" data-id=\"6f93b16\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-39dc341 elementor-widget elementor-widget-tp-info-box\" data-id=\"39dc341\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd89d8c\" class=\"pt_plus_info_box  info_box69eef5cd89d8c info-box-style_1     \"  data-id=\"info_box69eef5cd89d8c\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 1-3 Oktober 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program Siri Latihan Kesaksamaan Kekurangupayaan (DET)\u00a0<\/span><span style=\"font-weight: 400\">Bagi Pegawai Perhubungan Oku (PP-OKU) Baharu Tahun 2024<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4a293d0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4a293d0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-919ebf5\" data-id=\"919ebf5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d4270c1 elementor-widget elementor-widget-image-gallery\" data-id=\"d4270c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-14' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d4270c1\" data-elementor-lightbox-title=\"Gambar Program 20_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMF8yMDI0NS5qcGciLCJzbGlkZXNob3ciOiJkNDI3MGMxIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20245.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20245-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20245-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20245-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d4270c1\" data-elementor-lightbox-title=\"Gambar Program 20_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMF8yMDI0LmpwZyIsInNsaWRlc2hvdyI6ImQ0MjcwYzEifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d4270c1\" data-elementor-lightbox-title=\"Gambar Program 20_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMF8yMDI0MS5qcGciLCJzbGlkZXNob3ciOiJkNDI3MGMxIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"d4270c1\" data-elementor-lightbox-title=\"Gambar Program 20_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMF8yMDI0My5qcGciLCJzbGlkZXNob3ciOiJkNDI3MGMxIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20243.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-20_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-32b3dee\" data-id=\"32b3dee\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55fb5b6 elementor-widget elementor-widget-tp-info-box\" data-id=\"55fb5b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd9062c\" class=\"pt_plus_info_box  info_box69eef5cd9062c info-box-style_1     \"  data-id=\"info_box69eef5cd9062c\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 3 Oktober 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Seminar Pemerkasaan Pusat Pemulihan Dalam Komuniti Universiti Awam <\/span><span style=\"font-weight: 400\">(PERKASA PPDK@UA) 2024<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b04cdf4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b04cdf4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-252cda7\" data-id=\"252cda7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2dbb0b7 elementor-widget elementor-widget-image-gallery\" data-id=\"2dbb0b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-15' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2dbb0b7\" data-elementor-lightbox-title=\"Gambar Program 22_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMl8yMDI0LmpwZyIsInNsaWRlc2hvdyI6IjJkYmIwYjcifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2dbb0b7\" data-elementor-lightbox-title=\"Gambar Program 22_2024(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODksInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMl8yMDI0My5qcGciLCJzbGlkZXNob3ciOiIyZGJiMGI3In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20243.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20243-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20243-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20243-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20243-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2dbb0b7\" data-elementor-lightbox-title=\"Gambar Program 22_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMl8yMDI0Mi5qcGciLCJzbGlkZXNob3ciOiIyZGJiMGI3In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20242.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20242-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20242-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20242-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2dbb0b7\" data-elementor-lightbox-title=\"Gambar Program 22_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyODcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yMl8yMDI0MS5qcGciLCJzbGlkZXNob3ciOiIyZGJiMGI3In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-22_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-29d8b64\" data-id=\"29d8b64\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-09814c1 elementor-widget elementor-widget-tp-info-box\" data-id=\"09814c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd954d1\" class=\"pt_plus_info_box  info_box69eef5cd954d1 info-box-style_1     \"  data-id=\"info_box69eef5cd954d1\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 17 Oktober 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Sesi Pembentangan Eksklusif - Life At Work Awards 2024 (LAWA)<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7dc3b9b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7dc3b9b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c17afbd\" data-id=\"c17afbd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6a48e9a elementor-widget elementor-widget-image-gallery\" data-id=\"6a48e9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-16' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6a48e9a\" data-elementor-lightbox-title=\"Gambar Program 23_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yM18yMDI0LmpwZyIsInNsaWRlc2hvdyI6IjZhNDhlOWEifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6a48e9a\" data-elementor-lightbox-title=\"Gambar Program 23_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yM18yMDI0Mi5qcGciLCJzbGlkZXNob3ciOiI2YTQ4ZTlhIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20242.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20242-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20242-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20242-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6a48e9a\" data-elementor-lightbox-title=\"Gambar Program 23_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yM18yMDI0MS5qcGciLCJzbGlkZXNob3ciOiI2YTQ4ZTlhIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-23_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2b8d130\" data-id=\"2b8d130\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6cbc885 elementor-widget elementor-widget-tp-info-box\" data-id=\"6cbc885\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd99544\" class=\"pt_plus_info_box  info_box69eef5cd99544 info-box-style_1     \"  data-id=\"info_box69eef5cd99544\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 21-22 Oktober 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Karnival Kebolehpasaran MBPK Peringkat Kebangsaan Tahun 2024 <\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8edda5d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8edda5d\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec69e3a\" data-id=\"ec69e3a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c288b34 elementor-widget elementor-widget-image-gallery\" data-id=\"c288b34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-17' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c288b34\" data-elementor-lightbox-title=\"Gambar Program 24_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNF8yMDI0Mi5qcGciLCJzbGlkZXNob3ciOiJjMjg4YjM0In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20242.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20242-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20242-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20242-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20242-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c288b34\" data-elementor-lightbox-title=\"Gambar Program 24_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNF8yMDI0LmpwZyIsInNsaWRlc2hvdyI6ImMyODhiMzQifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c288b34\" data-elementor-lightbox-title=\"Gambar Program 24_2024(6)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNF8yMDI0Ni5qcGciLCJzbGlkZXNob3ciOiJjMjg4YjM0In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20246.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20246-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20246-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20246-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20246-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"c288b34\" data-elementor-lightbox-title=\"Gambar Program 24_2024(5)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNF8yMDI0NS5qcGciLCJzbGlkZXNob3ciOiJjMjg4YjM0In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20245.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20245-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20245-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20245-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-24_20245-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4a8f2cc\" data-id=\"4a8f2cc\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2ede774 elementor-widget elementor-widget-tp-info-box\" data-id=\"2ede774\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cd9e8e3\" class=\"pt_plus_info_box  info_box69eef5cd9e8e3 info-box-style_1     \"  data-id=\"info_box69eef5cd9e8e3\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 26 Oktober 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program Gotong Royong Blueprint Kebersihan Bukit Bintang<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7a9d0c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a9d0c2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7236503\" data-id=\"7236503\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0c332c0 elementor-widget elementor-widget-image-gallery\" data-id=\"0c332c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-18' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0c332c0\" data-elementor-lightbox-title=\"WatanSiri7_2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc5MzMsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9XYXRhblNpcmk3XzIuanBnIiwic2xpZGVzaG93IjoiMGMzMzJjMCJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_2.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_2-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_2-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_2-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_2-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0c332c0\" data-elementor-lightbox-title=\"WatanSiri7_1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc5MzIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9XYXRhblNpcmk3XzEuanBnIiwic2xpZGVzaG93IjoiMGMzMzJjMCJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_1-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_1-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_1-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_1-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0c332c0\" data-elementor-lightbox-title=\"WatanSiri7_8\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc5NDIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzAxXC9XYXRhblNpcmk3XzguanBnIiwic2xpZGVzaG93IjoiMGMzMzJjMCJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_8.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_8-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_8-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_8-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/01\/WatanSiri7_8-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"0c332c0\" data-elementor-lightbox-title=\"Gambar Program 25_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNV8yMDI0LmpwZyIsInNsaWRlc2hvdyI6IjBjMzMyYzAifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-25_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-25_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-25_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-25_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-25_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-90deddd\" data-id=\"90deddd\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-16e62f1 elementor-widget elementor-widget-tp-info-box\" data-id=\"16e62f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cda5261\" class=\"pt_plus_info_box  info_box69eef5cda5261 info-box-style_1     \"  data-id=\"info_box69eef5cda5261\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 8 - 10 November 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program Jati Diri Watan Siri ke 7<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1c4f023 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1c4f023\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9b0176a\" data-id=\"9b0176a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b78e346 elementor-widget elementor-widget-image-gallery\" data-id=\"b78e346\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-19' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b78e346\" data-elementor-lightbox-title=\"Poster Program 26_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qb3N0ZXItUHJvZ3JhbS0yNl8yMDI0LmpwZyIsInNsaWRlc2hvdyI6ImI3OGUzNDYifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-26_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-26_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-26_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-26_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-26_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b78e346\" data-elementor-lightbox-title=\"Gambar Program 26_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDIsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNl8yMDI0MS5qcGciLCJzbGlkZXNob3ciOiJiNzhlMzQ2In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20241.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20241-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20241-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20241-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20241-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b78e346\" data-elementor-lightbox-title=\"Gambar Program 26_2024(4)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkyOTksInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNl8yMDI0NC5qcGciLCJzbGlkZXNob3ciOiJiNzhlMzQ2In0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20244.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20244-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20244-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20244-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_20244-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"b78e346\" data-elementor-lightbox-title=\"Gambar Program 26_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yNl8yMDI0LmpwZyIsInNsaWRlc2hvdyI6ImI3OGUzNDYifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-26_2024-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8076135\" data-id=\"8076135\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c5f12e elementor-widget elementor-widget-tp-info-box\" data-id=\"3c5f12e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cdab44c\" class=\"pt_plus_info_box  info_box69eef5cdab44c info-box-style_1     \"  data-id=\"info_box69eef5cdab44c\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 14 November 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Sesi Libat Urus Sekretariat Mahasiswa OKU UKM (SMAKU), Kelab Sukarelawan Cakna OKU UKM ( SAHABAT OKU) dan Pelajar Baharu <\/span><span style=\"font-weight: 400\">Sesi Akademik 2024\/25<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f275af7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f275af7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-14e5ca7\" data-id=\"14e5ca7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79bcef3 elementor-widget elementor-widget-image-gallery\" data-id=\"79bcef3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-20' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"79bcef3\" data-elementor-lightbox-title=\"Poster Program 27_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDQsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qb3N0ZXItUHJvZ3JhbS0yN18yMDI0LmpwZyIsInNsaWRlc2hvdyI6Ijc5YmNlZjMifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024-300x300.jpg 300w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024-1024x1024.jpg 1024w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024-768x768.jpg 768w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024-600x600.jpg 600w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-27_2024.jpg 1080w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"79bcef3\" data-elementor-lightbox-title=\"Gambar Program 27_2024(2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDUsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yN18yMDI0Mi5qcGVnIiwic2xpZGVzaG93IjoiNzliY2VmMyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20242.jpeg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20242-150x150.jpeg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20242-150x150.jpeg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20242-700x700.jpeg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20242-600x600.jpeg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"79bcef3\" data-elementor-lightbox-title=\"Gambar Program 27_2024(4)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDYsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yN18yMDI0NC5qcGVnIiwic2xpZGVzaG93IjoiNzliY2VmMyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20244.jpeg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20244-150x150.jpeg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20244-150x150.jpeg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20244-700x700.jpeg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20244-600x600.jpeg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"79bcef3\" data-elementor-lightbox-title=\"Gambar Program 27_2024(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDcsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yN18yMDI0MS5qcGVnIiwic2xpZGVzaG93IjoiNzliY2VmMyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20241.jpeg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-27_20241-150x150.jpeg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ac4d1f8\" data-id=\"ac4d1f8\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6997d77 elementor-widget elementor-widget-tp-info-box\" data-id=\"6997d77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cdb151a\" class=\"pt_plus_info_box  info_box69eef5cdb151a info-box-style_1     \"  data-id=\"info_box69eef5cdb151a\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 6-8 December 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Program Sekolah Sukarelawan MYVOC<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-64fcb06 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"64fcb06\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2844502\" data-id=\"2844502\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-296d2ac elementor-widget elementor-widget-image-gallery\" data-id=\"296d2ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-21' class='gallery galleryid-17698 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon portrait'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"296d2ac\" data-elementor-lightbox-title=\"Poster Program 29_2024\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDgsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9Qb3N0ZXItUHJvZ3JhbS0yOV8yMDI0LmpwZWciLCJzbGlkZXNob3ciOiIyOTZkMmFjIn0%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-29_2024.jpeg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-29_2024-150x150.jpeg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-29_2024-150x150.jpeg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-29_2024-700x700.jpeg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Poster-Program-29_2024-600x600.jpeg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"296d2ac\" data-elementor-lightbox-title=\"Gambar Program 29_2024.(1)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMDksInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yOV8yMDI0LjEuanBnIiwic2xpZGVzaG93IjoiMjk2ZDJhYyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.1-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.1-150x150.jpg 150w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.1-700x700.jpg 700w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.1-600x600.jpg 600w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"296d2ac\" data-elementor-lightbox-title=\"Gambar Program 29_2024.(3)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMTAsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yOV8yMDI0LjMuanBnIiwic2xpZGVzaG93IjoiMjk2ZDJhYyJ9\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.3.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.3-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"296d2ac\" data-elementor-lightbox-title=\"Gambar Program 29_2024.\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjkzMTEsInVybCI6Imh0dHBzOlwvXC93d3cudWttLm15XC9wZW5kYWZ0YXJcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9HYW1iYXItUHJvZ3JhbS0yOV8yMDI0LmpwZyIsInNsaWRlc2hvdyI6IjI5NmQyYWMifQ%3D%3D\" href='https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/06\/Gambar-Program-29_2024-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3bddce7\" data-id=\"3bddce7\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-76f476c elementor-widget elementor-widget-tp-info-box\" data-id=\"76f476c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-info-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"info_box69eef5cdb76a8\" class=\"pt_plus_info_box  info_box69eef5cdb76a8 info-box-style_1     \"  data-id=\"info_box69eef5cdb76a8\" ><div class=\"post-inner-loop \"><div class=\"info-box-inner content_hover_effect \"><div class=\"info-box-bg-box   \"><div class=\"service-media text-left  \"><div class=\"service-content \"><a  ><div class=\"service-title \"> 8 December 2024 <\/div><\/a><div class=\"service-border\"> <\/div><div class=\"service-desc\"> <p><span style=\"font-weight: 400\">Sambutan Hari OKU Sedunia Peringkat UKM Tahun 2024<\/span><\/p> <\/div><\/div><\/div><div class=\"infobox-overlay-color\"><\/div><\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6945805a elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"6945805a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1ff40285\" data-id=\"1ff40285\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4dbd54a9 elementor-widget elementor-widget-text-editor\" data-id=\"4dbd54a9\" 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<p>Unit Perkhidmatan dan Sokongan OKU-UKM<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e19f60 elementor-widget elementor-widget-image\" data-id=\"1e19f60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"335\" src=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/04\/SDG-10_UPSOKU-1024x335.png\" class=\"attachment-large size-large wp-image-28731\" alt=\"\" srcset=\"https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/04\/SDG-10_UPSOKU-1024x335.png 1024w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/04\/SDG-10_UPSOKU-300x98.png 300w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/04\/SDG-10_UPSOKU-768x251.png 768w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/04\/SDG-10_UPSOKU-1536x502.png 1536w, https:\/\/www.ukm.my\/pendaftar\/wp-content\/uploads\/2025\/04\/SDG-10_UPSOKU-2048x669.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-400ccc7b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"400ccc7b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1479668f\" data-id=\"1479668f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-575060f3 elementor-widget elementor-widget-elementskit-social-media\" data-id=\"575060f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-social-media.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\t\t\t <ul class=\"ekit_social_media\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-da8f4de\">\n\t\t\t\t\t    <a\n\t\t\t\t\t\thref=\"https:\/\/www.facebook.com\/people\/Unit-Perkhidmatan-Sokongan-OKU-UKM\/100066558825542\/\" aria-label=\"Facebook\" class=\"facebook\" >\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-facebook\"><\/i>\n                                                                                                            <\/a>\n                    <\/li>\n                    \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-c8596be\">\n\t\t\t\t\t    <a\n\t\t\t\t\t\thref=\"https:\/\/www.instagram.com\/upsokuukm\/?hl=en\" aria-label=\"Instagram\" class=\"1\" >\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-instagram-1\"><\/i>\n                                                                                                            <\/a>\n                    <\/li>\n                    \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-388934f\">\n\t\t\t\t\t    <a\n\t\t\t\t\t\thref=\"https:\/\/www.youtube.com\/@UnitPerkhidmatandanSokonganOKU\" aria-label=\"YoutTube\" class=\"feed\" >\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-youtube-feed\"><\/i>\n                                                                                                            <\/a>\n                    <\/li>\n                    \t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"elementor-repeater-item-9976c17\">\n\t\t\t\t\t    <a\n\t\t\t\t\t\thref=\"mailto:upsoku@ukm.edu.my\" aria-label=\"Email\" class=\"envelope11\" >\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-envelope11\"><\/i>\n                                                                                                            <\/a>\n                    <\/li>\n                    \t\t\t\t\t\t\t<\/ul>\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-39cbc9a\" data-id=\"39cbc9a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-dee54f3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"dee54f3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6332efe6\" data-id=\"6332efe6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-320c464c elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"320c464c\" 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<p><strong>Unit Perkhidmatan dan Sokongan OKU UKM<\/strong><br \/>Jabatan Pendaftar<strong><br \/><\/strong>Universiti Kebangsaan Malaysia, <br \/>Aras 1, Bangunan Canselori, 43600 UKM Bangi, <br \/>Selangor, Malaysia<\/p><p>Tel: 03 \u2013 8921 4529 \/ 4694<br \/>E-mel: upsoku@ukm.edu.my<\/p>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-41e8f4af\" data-id=\"41e8f4af\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79ea2ad7 elementor-widget elementor-widget-google_maps\" data-id=\"79ea2ad7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=Canselori%20Universiti%20Kebangsaan%20Malaysia&#038;t=m&#038;z=16&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"Canselori Universiti Kebangsaan Malaysia\"\n\t\t\t\t\taria-label=\"Canselori Universiti Kebangsaan Malaysia\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1d462799 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1d462799\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7ce08489\" data-id=\"7ce08489\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-22adfba0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"22adfba0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-58808d5a\" data-id=\"58808d5a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6105013e elementor-widget elementor-widget-text-editor\" data-id=\"6105013e\" 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<p>\u00a92026. Jabatan Pendaftar. Hak Cipta Terpelihara<\/p>\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1243772a\" data-id=\"1243772a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>UPSOKU NAV BAR_2r Utama Mengenai Kami Pengenalan UPSOKU Pengurusan UPSOKU Pelan Strategik UPSOKU Pegawai Perhubungan OKU (PP-OKU) Kelab OKU Aktiviti Pendaftaran OKU-UKM Aduan &#038; Maklumbalas Info Prihatin Info Prihatin 2026 Info Prihatin 2025 Info Prihatin 2024 Info Prihatin 2023 Info Prihatin 2022 Info Prihatin 2021 Sumbangan Utama Mengenai Kami Pengenalan UPSOKU Pengurusan UPSOKU Pelan Strategik [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":25299,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","footnotes":""},"class_list":["post-17698","page","type-page","status-publish","hentry","entry"],"aioseo_notices":[],"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"pendaftar_v2","author_link":"https:\/\/www.ukm.my\/pendaftar\/author\/pendaftar_v2\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"UPSOKU NAV BAR_2r Utama Mengenai Kami Pengenalan UPSOKU Pengurusan UPSOKU Pelan Strategik UPSOKU Pegawai Perhubungan OKU (PP-OKU) Kelab OKU Aktiviti Pendaftaran OKU-UKM Aduan &#038; Maklumbalas Info Prihatin Info Prihatin 2026 Info Prihatin 2025 Info Prihatin 2024 Info Prihatin 2023 Info Prihatin 2022 Info Prihatin 2021 Sumbangan Utama Mengenai Kami Pengenalan UPSOKU Pengurusan UPSOKU Pelan Strategik&hellip;","_links":{"self":[{"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/pages\/17698","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/comments?post=17698"}],"version-history":[{"count":101,"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/pages\/17698\/revisions"}],"predecessor-version":[{"id":31824,"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/pages\/17698\/revisions\/31824"}],"up":[{"embeddable":true,"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/pages\/25299"}],"wp:attachment":[{"href":"https:\/\/www.ukm.my\/pendaftar\/wp-json\/wp\/v2\/media?parent=17698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}