{"id":968,"date":"2025-04-08T12:59:15","date_gmt":"2025-04-08T11:59:15","guid":{"rendered":"https:\/\/apagroup.co.za\/?page_id=968"},"modified":"2025-04-10T13:55:25","modified_gmt":"2025-04-10T12:55:25","slug":"cyber-security","status":"publish","type":"page","link":"https:\/\/apagroup.co.za\/en\/cyber-security\/","title":{"rendered":"Imani I.T"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"968\" class=\"elementor elementor-968\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24f4030 e-flex e-con-boxed e-con e-parent\" data-id=\"24f4030\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15ad1299 e-flex e-con-boxed e-con e-parent\" data-id=\"15ad1299\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3dd652ac elementor-widget elementor-widget-html\" data-id=\"3dd652ac\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Imani Nguvu | Cybersecurity Solutions<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        :root {\r\n            --primary: #693104;\r\n            --primary-light: #8c4511;\r\n            --primary-dark: #4a2200;\r\n            --accent: #d35400;\r\n            --light: #f5ebdf;\r\n            --dark: #1a120b;\r\n        }\r\n        \r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        body {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            color: var(--dark);\r\n            background-color: white;\r\n            line-height: 1.6;\r\n        }\r\n        \r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background: linear-gradient(rgba(26, 18, 11, 0.8), rgba(26, 18, 11, 0.8)), url('https:\/\/images.unsplash.com\/photo-1563986768609-322da13575f3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') no-repeat center center\/cover;\r\n            padding: 6rem 2rem;\r\n            color: white;\r\n        }\r\n        \r\n        .hero-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .hero-content {\r\n            max-width: 600px;\r\n            animation: fadeInUp 1s ease-out;\r\n        }\r\n        \r\n        .hero h1 {\r\n            font-size: 3rem;\r\n            margin-bottom: 1.5rem;\r\n            line-height: 1.2;\r\n            color: var(--light);\r\n        }\r\n        \r\n        .hero p {\r\n            font-size: 1.2rem;\r\n            margin-bottom: 2rem;\r\n            color: rgba(245, 235, 223, 0.9);\r\n        }\r\n        \r\n        .btn {\r\n            display: inline-block;\r\n            padding: 0.8rem 2rem;\r\n            background-color: var(--accent);\r\n            color: white;\r\n            border-radius: 4px;\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            transition: all 0.3s;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n        \r\n        .btn:hover {\r\n            background-color: var(--primary-light);\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        \r\n        \/* Services Section *\/\r\n        .services {\r\n            padding: 5rem 2rem;\r\n            background-color: var(--light);\r\n        }\r\n        \r\n        .section-title {\r\n            text-align: center;\r\n            margin-bottom: 3rem;\r\n        }\r\n        \r\n        .section-title h2 {\r\n            font-size: 2.5rem;\r\n            color: var(--primary);\r\n            margin-bottom: 1rem;\r\n        }\r\n        \r\n        .section-title p {\r\n            color: var(--primary-dark);\r\n            max-width: 700px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .services-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            gap: 2rem;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .service-card {\r\n            background-color: white;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\r\n            transition: all 0.3s;\r\n            border-top: 4px solid var(--primary);\r\n        }\r\n        \r\n        .service-card:hover {\r\n            transform: translateY(-10px);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\r\n        }\r\n        \r\n        .service-img {\r\n            height: 200px;\r\n            overflow: hidden;\r\n        }\r\n        \r\n        .service-img img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n            transition: transform 0.5s;\r\n        }\r\n        \r\n        .service-card:hover .service-img img {\r\n            transform: scale(1.1);\r\n        }\r\n        \r\n        .service-content {\r\n            padding: 1.5rem;\r\n        }\r\n        \r\n        .service-content h3 {\r\n            font-size: 1.5rem;\r\n            margin-bottom: 1rem;\r\n            color: var(--primary);\r\n        }\r\n        \r\n        .service-content p {\r\n            margin-bottom: 1.5rem;\r\n            color: #666;\r\n        }\r\n        \r\n        \/* About Section *\/\r\n        .about {\r\n            padding: 5rem 2rem;\r\n            background-color: white;\r\n        }\r\n        \r\n        .about-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 3rem;\r\n            align-items: center;\r\n        }\r\n        \r\n        .about-img {\r\n            position: relative;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\r\n        }\r\n        \r\n        .about-img img {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n        }\r\n        \r\n        .about-content {\r\n            animation: fadeInRight 1s ease-out;\r\n        }\r\n        \r\n        .about-content h2 {\r\n            font-size: 2.5rem;\r\n            color: var(--primary);\r\n            margin-bottom: 1.5rem;\r\n        }\r\n        \r\n        .about-content p {\r\n            margin-bottom: 1.5rem;\r\n            color: #666;\r\n        }\r\n        \r\n        \/* Contact CTA *\/\r\n        .contact-cta {\r\n            padding: 4rem 2rem;\r\n            background-color: var(--primary-dark);\r\n            color: white;\r\n            text-align: center;\r\n        }\r\n        \r\n        .contact-cta h2 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 1.5rem;\r\n        }\r\n        \r\n        .contact-cta p {\r\n            max-width: 700px;\r\n            margin: 0 auto 2rem;\r\n            color: rgba(255, 255, 255, 0.9);\r\n        }\r\n        \r\n        \/* Animations *\/\r\n        @keyframes fadeInUp {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateY(50px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n        \r\n        @keyframes fadeInRight {\r\n            from {\r\n                opacity: 0;\r\n                transform: translateX(50px);\r\n            }\r\n            to {\r\n                opacity: 1;\r\n                transform: translateX(0);\r\n            }\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .about-container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .hero h1 {\r\n                font-size: 2.5rem;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"hero-container\">\r\n            <div class=\"hero-content\">\r\n                <h1>Enterprise Cybersecurity & IT Solutions<\/h1>\r\n                <p>Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services.<\/p>\r\n                <a href=\"https:\/\/apagroup.co.za\/contact\/\" class=\"btn\">Request Consultation<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Services Section -->\r\n    <section class=\"services\">\r\n        <div class=\"section-title\">\r\n            <h2>Our Cybersecurity & IT Services<\/h2>\r\n            <p>Complete protection and technology solutions tailored to your business needs<\/p>\r\n        <\/div>\r\n        <div class=\"services-grid\">\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1550751827-4bd374c3f58b?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Network Security\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Advanced Network Protection<\/h3>\r\n                    <p>Next-generation firewalls, intrusion prevention, and secure network architecture design.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1563206767-5b18f218e8de?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Endpoint Security\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Endpoint Security Solutions<\/h3>\r\n                    <p>Enterprise-grade antivirus, EDR, and device management for all endpoints.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1620712943543-bcc4688e7485?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Cloud Security\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Cloud & Hybrid Security<\/h3>\r\n                    <p>Secure cloud migration, CASB solutions, and multi-cloud protection.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Managed IT Services\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Managed IT Services<\/h3>\r\n                    <p>24\/7 monitoring, maintenance, and support for your IT infrastructure.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1620641788421-7a1c342ea42e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Data Protection\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Data Protection & Backup<\/h3>\r\n                    <p>Enterprise backup solutions, encryption, and disaster recovery planning.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"service-card\">\r\n                <div class=\"service-img\">\r\n                    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1626785774573-4b799315345d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"Security Training\">\r\n                <\/div>\r\n                <div class=\"service-content\">\r\n                    <h3>Security Awareness Training<\/h3>\r\n                    <p>Employee training programs to combat phishing and social engineering.<\/p>\r\n                    <a href=\"#\" class=\"btn\">Learn More<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- About Section -->\r\n    <section class=\"about\">\r\n        <div class=\"about-container\">\r\n            <div class=\"about-img\">\r\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80\" alt=\"About Imani Nguvu\">\r\n            <\/div>\r\n            <div class=\"about-content\">\r\n                <h2>About Imani Nguvu Cybersecurity<\/h2>\r\n                <p>We are a leading African cybersecurity firm specializing in enterprise-grade protection solutions. Our team combines deep technical expertise with innovative approaches to secure your digital assets.<\/p>\r\n                <p>With certifications in CISSP, CISM, and CEH, our professionals deliver comprehensive security assessments, implementation, and ongoing management.<\/p>\r\n                <p>Our solutions integrate seamlessly with your existing IT infrastructure while providing advanced threat detection and response capabilities.<\/p>\r\n                <a href=\"http:\/\/wa.me\/27679629187\" class=\"btn\"><i class=\"fab fa-whatsapp\"><\/i> Chat with an Expert<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Contact CTA -->\r\n    <section class=\"contact-cta\">\r\n        <h2>Ready to Secure Your Business?<\/h2>\r\n        <p>Contact our cybersecurity experts today for a comprehensive risk assessment and solution recommendations.<\/p>\r\n        <a href=\"https:\/\/apagroup.co.za\/contact\/\" class=\"btn\">Get Started<\/a>\r\n    <\/section>\r\n\r\n    <script>\r\n        \/\/ Animation on scroll\r\n        const animateOnScroll = () => {\r\n            const elements = document.querySelectorAll('.service-card, .about-img, .about-content');\r\n            \r\n            elements.forEach(element => {\r\n                const elementPosition = element.getBoundingClientRect().top;\r\n                const screenPosition = window.innerHeight \/ 1.3;\r\n                \r\n                if (elementPosition < screenPosition) {\r\n                    element.style.opacity = '1';\r\n                    element.style.transform = 'translateY(0)';\r\n                }\r\n            });\r\n        };\r\n        \r\n        \/\/ Set initial state for animated elements\r\n        document.querySelectorAll('.service-card, .about-img, .about-content').forEach(element => {\r\n            element.style.opacity = '0';\r\n            element.style.transform = 'translateY(50px)';\r\n            element.style.transition = 'all 0.8s ease-out';\r\n        });\r\n        \r\n        window.addEventListener('scroll', animateOnScroll);\r\n        window.addEventListener('load', animateOnScroll);\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity &#038; IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity &#038; IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/apagroup.co.za\/en\/cyber-security\/\"> <span class=\"screen-reader-text\">Imani I.T<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity &amp; IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity &amp; IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/apagroup.co.za\/en\/cyber-security\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"apagroup.co.za -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Imani I.T - apagroup.co.za\" \/>\n\t\t<meta property=\"og:description\" content=\"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity &amp; IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity &amp; IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/apagroup.co.za\/en\/cyber-security\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/apagroup.co.za\/wp-content\/uploads\/2023\/11\/logo-3-e1701416387320.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/apagroup.co.za\/wp-content\/uploads\/2023\/11\/logo-3-e1701416387320.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-04-08T11:59:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-10T12:55:25+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Imani I.T - apagroup.co.za\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity &amp; IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity &amp; IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/apagroup.co.za\/wp-content\/uploads\/2023\/11\/logo-3-e1701416387320.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/apagroup.co.za\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/#listItem\",\"name\":\"Imani I.T\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/#listItem\",\"position\":2,\"name\":\"Imani I.T\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/#organization\",\"name\":\"apagroup.co.za\",\"url\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/apagroup.co.za\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/logo-3-e1701416387320.png\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/#organizationLogo\",\"width\":180,\"height\":80},\"image\":{\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/#webpage\",\"url\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/\",\"name\":\"Imani I.T - apagroup.co.za\",\"description\":\"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity & IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity & IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/cyber-security\\\/#breadcrumblist\"},\"datePublished\":\"2025-04-08T12:59:15+01:00\",\"dateModified\":\"2025-04-10T13:55:25+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/\",\"name\":\"apagroup.co.za\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/apagroup.co.za\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Imani I.T - apagroup.co.za","description":"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity & IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity & IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn","canonical_url":"https:\/\/apagroup.co.za\/en\/cyber-security\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/apagroup.co.za\/en\/cyber-security\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/apagroup.co.za\/en#listItem","position":1,"name":"Home","item":"https:\/\/apagroup.co.za\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/apagroup.co.za\/en\/cyber-security\/#listItem","name":"Imani I.T"}},{"@type":"ListItem","@id":"https:\/\/apagroup.co.za\/en\/cyber-security\/#listItem","position":2,"name":"Imani I.T","previousItem":{"@type":"ListItem","@id":"https:\/\/apagroup.co.za\/en#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/apagroup.co.za\/en\/#organization","name":"apagroup.co.za","url":"https:\/\/apagroup.co.za\/en\/","logo":{"@type":"ImageObject","url":"https:\/\/apagroup.co.za\/wp-content\/uploads\/2023\/11\/logo-3-e1701416387320.png","@id":"https:\/\/apagroup.co.za\/en\/cyber-security\/#organizationLogo","width":180,"height":80},"image":{"@id":"https:\/\/apagroup.co.za\/en\/cyber-security\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/apagroup.co.za\/en\/cyber-security\/#webpage","url":"https:\/\/apagroup.co.za\/en\/cyber-security\/","name":"Imani I.T - apagroup.co.za","description":"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity & IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity & IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/apagroup.co.za\/en\/#website"},"breadcrumb":{"@id":"https:\/\/apagroup.co.za\/en\/cyber-security\/#breadcrumblist"},"datePublished":"2025-04-08T12:59:15+01:00","dateModified":"2025-04-10T13:55:25+01:00"},{"@type":"WebSite","@id":"https:\/\/apagroup.co.za\/en\/#website","url":"https:\/\/apagroup.co.za\/en\/","name":"apagroup.co.za","inLanguage":"en-GB","publisher":{"@id":"https:\/\/apagroup.co.za\/en\/#organization"}}]},"og:locale":"en_GB","og:site_name":"apagroup.co.za -","og:type":"article","og:title":"Imani I.T - apagroup.co.za","og:description":"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity &amp; IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity &amp; IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn","og:url":"https:\/\/apagroup.co.za\/en\/cyber-security\/","og:image":"https:\/\/apagroup.co.za\/wp-content\/uploads\/2023\/11\/logo-3-e1701416387320.png","og:image:secure_url":"https:\/\/apagroup.co.za\/wp-content\/uploads\/2023\/11\/logo-3-e1701416387320.png","article:published_time":"2025-04-08T11:59:15+00:00","article:modified_time":"2025-04-10T12:55:25+00:00","twitter:card":"summary_large_image","twitter:title":"Imani I.T - apagroup.co.za","twitter:description":"Imani Nguvu | Cybersecurity Solutions Enterprise Cybersecurity &amp; IT Solutions Imani Nguvu provides comprehensive protection against evolving cyber threats with cutting-edge technology and expert services. Request Consultation Our Cybersecurity &amp; IT Services Complete protection and technology solutions tailored to your business needs Advanced Network Protection Next-generation firewalls, intrusion prevention, and secure network architecture design. Learn","twitter:image":"https:\/\/apagroup.co.za\/wp-content\/uploads\/2023\/11\/logo-3-e1701416387320.png"},"aioseo_meta_data":{"post_id":"968","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-04-08 10:47:37","updated":"2025-06-04 10:44:45","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/apagroup.co.za\/en\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tImani I.T\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/apagroup.co.za\/en"},{"label":"Imani I.T","link":"https:\/\/apagroup.co.za\/en\/cyber-security\/"}],"_links":{"self":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages\/968"}],"collection":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/comments?post=968"}],"version-history":[{"count":17,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages\/968\/revisions"}],"predecessor-version":[{"id":1010,"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/pages\/968\/revisions\/1010"}],"wp:attachment":[{"href":"https:\/\/apagroup.co.za\/en\/wp-json\/wp\/v2\/media?parent=968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}