{"id":36,"date":"2025-09-23T07:54:32","date_gmt":"2025-09-23T07:54:32","guid":{"rendered":"https:\/\/barkaicom.co.il\/?page_id=36"},"modified":"2025-10-16T07:34:54","modified_gmt":"2025-10-16T07:34:54","slug":"home","status":"publish","type":"page","link":"https:\/\/barkaicom.co.il\/he\/","title":{"rendered":"\u05d1\u05d9\u05ea"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid boomapps_vcrow\"><div class=\"wpb_column vc_column_container vc_col-sm-12 boomapps_vccolumn\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<head>\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\"\/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;700&amp;family=Outfit:wght@300;400;500;600;700&amp;display=swap\" rel=\"stylesheet\"\/>\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Outfit', 'DM Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        :root {\n            --primary: #14b8a6;\n            --primary-dark: #0d9488;\n            --primary-light: #99f6e4;\n            --secondary: #0f766e;\n            --dark: #0f172a;\n            --light: #f8feff;\n            --text: #334155;\n            --card-bg: #ffffff;\n            --shadow: rgba(0, 0, 0, 0.05);\n            --gradient-start: #0f766e;\n            --gradient-end: #0891b2;\n            --section-padding: 100px 20px;\n        }\n        \n        body {\n            background-color: #f0fdfa;\n            color: var(--text);\n        }\n\t\t\n        \/* Hero Section *\/\n        .hero-section {\n            padding: 120px 20px;\n            background: linear-gradient(135deg, rgba(20, 184, 166, 0.1) 0%, rgba(15, 118, 110, 0.2) 100%), url('https:\/\/images.unsplash.com\/photo-1516321318423-f06f85e504b3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80');\n            background-size: cover;\n            background-position: center;\n            text-align: center;\n            color: white;\n            position: relative;\n        }\n        \n        .hero-section::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary) 100%);\n            opacity: 0.85;\n            z-index: 0;\n        }\n        \n        .hero-content {\n            position: relative;\n            z-index: 1;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .hero-content h2 {\n            font-size: 3.5rem;\n            font-weight: 800;\n            margin-bottom: 20px;\n            line-height: 1.2;\n\t\t\tcolor: #11242E;\n        }\n        \n        .hero-content p {\n            font-size: 1.3rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n        \n        .hero-btn {\n            display: inline-block;\n            padding: 16px 40px;\n            background: var(--primary-light);\n            color: var(--dark);\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);\n        }\n        \n        .hero-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n            background: var(--primary-light);\n        }\n        \n        \/* About Section Styles *\/\n        .about-section {\n            padding: var(--section-padding);\n            background: var(--light);\n        }\n        \n        .about-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 60px;\n            align-items: center;\n        }\n        \n        .about-features {\n            flex: 1 1 55%;\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 25px;\n        }\n        \n        .feature-box {\n            background: var(--card-bg);\n            padding: 30px 25px;\n            border-radius: 16px;\n            box-shadow: 0 5px 20px var(--shadow);\n            text-align: left;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border-left: 4px solid var(--primary);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .feature-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(to bottom right, transparent 0%, var(--primary-light) 150%);\n            opacity: 0;\n            transition: opacity 0.3s ease;\n            z-index: 0;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);\n        }\n        \n        .feature-box:hover::before {\n            opacity: 0.1;\n        }\n        \n        .feature-box i {\n            font-size: 32px;\n            color: var(--primary);\n            margin-bottom: 15px;\n            position: relative;\n            z-index: 1;\n            transition: transform 0.4s ease;\n        }\n        \n        .feature-box:hover i {\n            transform: scale(1.2);\n        }\n        \n        .feature-box h3 {\n            font-size: 20px;\n            margin-bottom: 12px;\n            color: var(--dark);\n            position: relative;\n            z-index: 1;\n        }\n        \n        .feature-box p {\n            font-size: 16px;\n            color: var(--text);\n            line-height: 1.6;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .about-text {\n            flex: 1 1 40%;\n        }\n        \n        .about-text .subtitle {\n            text-transform: uppercase;\n            color: var(--primary);\n            font-weight: 700;\n            font-size: 16px;\n            letter-spacing: 1.5px;\n            display: inline-block;\n            margin-bottom: 15px;\n            position: relative;\n            padding-left: 20px;\n        }\n        \n        .about-text .subtitle::before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 50%;\n            transform: translateY(-50%);\n            height: 10px;\n            width: 10px;\n            background-color: var(--primary);\n            border-radius: 50%;\n        }\n        \n        .about-text h2 {\n            font-size: 40px;\n            margin: 20px 0;\n            color: var(--dark);\n            line-height: 1.3;\n            font-weight: 800;\n            background: linear-gradient(to right, var(--dark), var(--secondary));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n        }\n        \n        .about-text p {\n            color: var(--text);\n            margin-bottom: 25px;\n            font-size: 18px;\n            line-height: 1.7;\n        }\n        \n        .about-stats {\n            display: flex;\n            gap: 40px;\n            margin: 30px 0;\n        }\n        \n        .stat {\n            text-align: center;\n            position: relative;\n            padding: 15px;\n            border-radius: 12px;\n            background: rgba(20, 184, 166, 0.08);\n            transition: transform 0.3s ease;\n        }\n        \n        .stat:hover {\n            transform: translateY(-5px);\n        }\n        \n        .stat h3 {\n            font-size: 46px;\n            color: var(--primary);\n            margin-bottom: 5px;\n            font-weight: 800;\n        }\n        \n        .stat p {\n            font-size: 16px;\n            color: var(--text);\n            font-weight: 500;\n        }\n        \n        .about-btn {\n            display: inline-block;\n            padding: 18px 40px;\n            background: linear-gradient(to right, var(--primary), var(--secondary));\n            color: white;\n            border-radius: 10px;\n            text-decoration: none;\n            transition: all 0.4s ease;\n            font-weight: 600;\n            font-size: 18px;\n            box-shadow: 0 5px 20px rgba(20, 184, 166, 0.3);\n            position: relative;\n            overflow: hidden;\n            border: none;\n            cursor: pointer;\n            letter-spacing: 0.5px;\n        }\n        \n        .about-btn::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);\n            transition: 0.6s;\n        }\n        \n        .about-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(20, 184, 166, 0.4);\n        }\n        \n        .about-btn:hover::before {\n            left: 100%;\n\t\t\tcolor: var(--primary-light);\n        }\n        \n        \/* Services Section *\/\n        .services-section {\n            padding: var(--section-padding);\n            background: linear-gradient(135deg, #f0fdfa 0%, #e0f2fe 100%);\n        }\n        \n        .sec-title {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        \n        .sec-title .title {\n            font-size: 40px;\n            font-weight: 800;\n            color: var(--dark);\n            position: relative;\n            padding-bottom: 15px;\n            margin-bottom: 20px;\n        }\n        \n        .sec-title .title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, var(--primary), var(--secondary));\n            border-radius: 2px;\n        }\n        \n        .sec-title p {\n            font-size: 18px;\n            color: var(--text);\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n        \n        .coreservices-container {\n            display: flex;\n            background-color: var(--card-bg);\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            border-radius: 20px;\n            overflow: hidden;\n            animation: fadeIn 1s ease-in-out;\n        }\n        \n        .coreservices-nav {\n            width: 30%;\n            background: linear-gradient(to bottom, var(--secondary), var(--primary-dark));\n            padding: 30px 20px;\n        }\n        \n        .coreservices-nav ul {\n            list-style-type: none;\n            padding: 0;\n            margin: 0;\n        }\n        \n        .coreservices-nav ul li {\n            padding: 18px;\n            cursor: pointer;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            color: var(--light);\n            font-size: 16px;\n            transition: all 0.3s ease;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            border-radius: 8px;\n            margin-bottom: 8px;\n        }\n        \n        .coreservices-nav ul li:hover {\n            background-color: rgba(255, 255, 255, 0.1);\n            transform: translateX(8px);\n        }\n        \n        .coreservices-nav ul li.active {\n            background-color: var(--primary-light);\n            color: var(--dark);\n            font-weight: 600;\n            transform: translateX(8px);\n        }\n        \n        .coreservices-content {\n            width: 70%;\n            padding: 40px;\n        }\n        \n        .coreservices-tab {\n            display: none;\n            animation: fadeIn 0.5s ease;\n        }\n        \n        .coreservices-tab.active {\n            display: block;\n        }\n        \n        .coreservices-tab h3 {\n            color: var(--dark);\n            font-size: 28px;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n        \n        .coreservices-tab h3 i {\n            color: var(--primary);\n            font-size: 32px;\n        }\n        \n        .coreservices-tab p {\n            font-size: 17px;\n            line-height: 1.7;\n            color: var(--text);\n            margin-bottom: 25px;\n        }\n        \n        .coreservices-tab img {\n            width: 100%;\n            max-height: 300px;\n            object-fit: cover;\n            border-radius: 12px;\n            margin-bottom: 25px;\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n        }\n        \n        .coreservices-tab img:hover {\n            transform: scale(1.02);\n        }\n        \n        .coreservices-btn {\n            display: inline-block;\n            padding: 14px 30px;\n            background: linear-gradient(to right, var(--primary), var(--secondary));\n            color: white;\n            text-decoration: none;\n            border-radius: 8px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            text-align: center;\n            box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);\n        }\n        \n        .coreservices-btn:hover {\n            background: linear-gradient(to right, var(--primary-dark), var(--secondary));\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(20, 184, 166, 0.4);\n        }\n        \n        \/* Blog Intro Section *\/\n        .blog-intro-section {\n            padding: var(--section-padding);\n            background: linear-gradient(135deg, #fdfdfd 0%, #eef5ff 100%);\n        }\n        \n        .blog-intro-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n        \n        .blog-intro-text {\n            animation: fadeUp 1s ease forwards;\n        }\n        \n        .blog-intro-text .subtitle {\n            display: inline-block;\n            font-size: 16px;\n            font-weight: 700;\n            color: var(--primary);\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 15px;\n        }\n        \n        .blog-intro-text h2 {\n            font-size: clamp(2.2rem, 4vw, 3rem);\n            color: var(--dark);\n            margin: 15px 0 20px;\n            font-weight: 800;\n            line-height: 1.2;\n        }\n        \n        .blog-intro-text p {\n            font-size: 1.1rem;\n            color: var(--text);\n            line-height: 1.8;\n            margin-bottom: 30px;\n            max-width: 500px;\n        }\n        \n        .cta-btn {\n            display: inline-block;\n            background: linear-gradient(to right, var(--primary), var(--secondary));\n            color: #fff;\n            padding: 14px 32px;\n            border-radius: 30px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);\n        }\n        \n        .cta-btn:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(20, 184, 166, 0.4);\n        }\n        \n        .blog-intro-image img {\n            width: 100%;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            transition: transform 0.4s ease;\n        }\n        \n        .blog-intro-image img:hover {\n            transform: scale(1.03);\n        }\n        \n        \/* Footer *\/\n        footer {\n            background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary) 100%);\n            color: white;\n            padding: 60px 20px 30px;\n        }\n        \n        .footer-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        \n        .footer-col h3 {\n            font-size: 22px;\n            margin-bottom: 20px;\n            position: relative;\n            padding-bottom: 10px;\n        }\n        \n        .footer-col h3::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 40px;\n            height: 3px;\n            background: var(--primary-light);\n        }\n        \n        .footer-col p {\n            margin-bottom: 20px;\n            opacity: 0.8;\n            line-height: 1.6;\n        }\n        \n        .footer-col ul {\n            list-style: none;\n        }\n        \n        .footer-col ul li {\n            margin-bottom: 12px;\n        }\n        \n        .footer-col ul li a {\n            color: white;\n            text-decoration: none;\n            opacity: 0.8;\n            transition: opacity 0.3s ease;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .footer-col ul li a:hover {\n            opacity: 1;\n        }\n        \n        .footer-col .social-links {\n            display: flex;\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .footer-col .social-links a {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 40px;\n            height: 40px;\n            background: rgba(255, 255, 255, 0.1);\n            border-radius: 50%;\n            color: white;\n            transition: all 0.3s ease;\n        }\n        \n        .footer-col .social-links a:hover {\n            background: var(--primary-light);\n            color: var(--dark);\n            transform: translateY(-3px);\n        }\n        \n        .copyright {\n            text-align: center;\n            margin-top: 50px;\n            padding-top: 20px;\n            border-top: 1px solid rgba(255, 255, 255, 0.1);\n            opacity: 0.7;\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(20px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        @keyframes fadeUp {\n            0% {\n                opacity: 0;\n                transform: translateY(40px);\n            }\n            100% {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        \/* Responsive Styles *\/\n        @media (max-width: 1200px) {\n            .about-container, .blog-intro-container {\n                gap: 40px;\n            }\n            \n            .hero-content h2 {\n                font-size: 3rem;\n            }\n        }\n        \n        @media (max-width: 992px) {\n            .about-container, .coreservices-container {\n                flex-direction: column;\n            }\n            \n            .about-features, .coreservices-nav, .coreservices-content {\n                width: 100%;\n            }\n            \n            .blog-intro-container {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n            \n            .blog-intro-text p {\n                margin: 0 auto 30px;\n            }\n            \n            .nav-links {\n                display: none;\n            }\n            \n            .mobile-menu-btn {\n                display: block;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .about-features {\n                grid-template-columns: 1fr;\n            }\n            \n            .about-stats {\n                flex-direction: column;\n                gap: 20px;\n            }\n            \n            .about-text h2, .sec-title .title {\n                font-size: 32px;\n            }\n            \n            .hero-content h2 {\n                font-size: 2.5rem;\n            }\n            \n            .hero-content p {\n                font-size: 1.1rem;\n            }\n            \n            .feature-box {\n                padding: 25px 20px;\n            }\n            \n            .coreservices-content {\n                padding: 25px;\n            }\n            \n            .footer-container {\n                grid-template-columns: 1fr;\n                text-align: center;\n            }\n            \n            .footer-col h3::after {\n                left: 50%;\n                transform: translateX(-50%);\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .about-text h2, .sec-title .title {\n                font-size: 28px;\n            }\n            \n            .hero-content h2 {\n                font-size: 2rem;\n            }\n            \n            .hero-btn, .about-btn, .coreservices-btn, .cta-btn {\n                padding: 14px 30px;\n            }\n            \n            .stat h3 {\n                font-size: 36px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n<!-- Hero Section -->\n<section class=\"hero-section\">\n<div class=\"hero-content\">\n<h2>\u05d9\u05d9\u05e2\u05d5\u05e5 \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05e2\u05dd \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05e9\u05dc \u05dc\u05de\u05e2\u05dc\u05d4 \u05de-40 \u05e9\u05e0\u05d4<\/h2>\n<p>\u05de\u05ea\u05df \u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05d7\u05d3\u05e9\u05e0\u05d9\u05d9\u05dd \u05dc\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05de\u05de\u05e9\u05dc\u05ea\u05d9\u05d9\u05dd, \u05d4\u05d2\u05e0\u05d4, \u05d0\u05d5\u05d5\u05d9\u05e8 \u05d5\u05d7\u05dc\u05dc \u05d5\u05d0\u05e8\u05d2\u05d5\u05df \u05d1\u05e8\u05d7\u05d1\u05d9 \u05d4\u05e2\u05d5\u05dc\u05dd<\/p>\n<a class=\"hero-btn\" href=\"#services\">\u05d2\u05dc\u05d5 \u05d0\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5<\/a>\n<\/div>\n<\/section>\n<!-- About Section -->\n<section class=\"about-section\" id=\"about\">\n<div class=\"containerx\">\n<div class=\"about-container\">\n<div class=\"about-features\">\n<div class=\"feature-box\">\n<i class=\"fa-solid fa-network-wired\"><\/i>\n<h3>\u05d9\u05d9\u05e2\u05d5\u05e5 \u05d5\u05ea\u05db\u05e0\u05d5\u05df<\/h3>\n<p>\u05ea\u05db\u05e0\u05d5\u05df \u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05de\u05ea\u05e7\u05d3\u05de\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05dd, \u05de\u05de\u05e9\u05dc\u05d5\u05ea \u05d5\u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05d4\u05d2\u05e0\u05d4.<\/p>\n<\/div>\n<div class=\"feature-box\">\n<i class=\"fa-solid fa-diagram-project\"><\/i>\n<h3>\u05e0\u05d9\u05d4\u05d5\u05dc \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd<\/h3>\n<p>\u05d4\u05d5\u05d1\u05dc\u05ea \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd \u05d1\u05ea\u05d7\u05d5\u05dd \u05d4\u05d8\u05dc\u05e7\u05d5\u05dd \u05d5\u05d4-IT \u05d1\u05d7\u05d6\u05d5\u05df \u05e8\u05d7\u05d1 \u05d4\u05d9\u05e7\u05e3 \u05dc\u05d9\u05d9\u05e9\u05d5\u05dd \u05de\u05dc\u05d0.<\/p>\n<\/div>\n<div class=\"feature-box\">\n<i class=\"fa-solid fa-chalkboard-teacher\"><\/i>\n<h3>\u05d4\u05db\u05e9\u05e8\u05d4 \u05d5\u05d9\u05d3\u05e2<\/h3>\n<p>\u05d1\u05e0\u05d9\u05d9\u05ea \u05d9\u05db\u05d5\u05dc\u05d5\u05ea \u05d1\u05d0\u05de\u05e6\u05e2\u05d5\u05ea \u05d4\u05db\u05e9\u05e8\u05d4 \u05de\u05e2\u05e9\u05d9\u05ea \u05d5\u05d4\u05e2\u05d1\u05e8\u05ea \u05d9\u05d3\u05e2.<\/p>\n<\/div>\n<div class=\"feature-box\">\n<i class=\"fa-solid fa-scale-balanced\"><\/i>\n<h3>\u05d4\u05e8\u05d2\u05d5\u05dc\u05e6\u05d9\u05d4 \u05e9\u05dc \u05d8\u05dc\u05e7\u05d5\u05dd<\/h3>\n<p>\u05de\u05d5\u05de\u05d7\u05d9\u05d5\u05ea \u05d1\u05de\u05e1\u05d2\u05e8\u05d5\u05ea \u05e8\u05d2\u05d5\u05dc\u05d8\u05d5\u05e8\u05d9\u05d5\u05ea \u05d5\u05d1\u05d7\u05d9\u05e0\u05d4 \u05e0\u05db\u05d5\u05e0\u05d4 \u05e9\u05dc \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05d9\u05dd.<\/p>\n<\/div>\n<\/div>\n<div class=\"about-text\">\n<span class=\"subtitle\">\u05e2\u05dc\u05d9\u05e0\u05d5<\/span>\n<h2>\u05e9\u05d5\u05ea\u05e3 \u05d0\u05de\u05d9\u05df \u05de\u05d0\u05d6 1995<\/h2>\n<p>Barkai*com \u05d4\u05d9\u05d0 \u05e9\u05d5\u05ea\u05e4\u05d4 \u05de\u05d4\u05d9\u05de\u05e0\u05d4 \u05d1\u05ea\u05d7\u05d5\u05dd \u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d5\u05d9\u05d9\u05e2\u05d5\u05e5 \u05d4-IT \u05de\u05d0\u05d6 1995, \u05e2\u05dd \u05dc\u05de\u05e2\u05dc\u05d4 \u05de-40 \u05e9\u05e0\u05d5\u05ea \u05e0\u05d9\u05e1\u05d9\u05d5\u05df \u05d1\u05ea\u05d7\u05d5\u05dd. \u05e2\u05d1\u05d5\u05d3\u05ea\u05e0\u05d5 \u05de\u05e9\u05ea\u05e8\u05e2\u05ea \u05e2\u05dc \u05e4\u05e0\u05d9 \u05de\u05de\u05e9\u05dc\u05d4, \u05d4\u05d2\u05e0\u05d4, \u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d5\u05de\u05e8\u05d7\u05d1, \u05d5\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea \u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05d9\u05dd, \u05d5\u05de\u05e1\u05e4\u05e7\u05ea \u05d0\u05e1\u05d8\u05e8\u05d8\u05d2\u05d9\u05d5\u05ea \u05d5\u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05e2\u05d9\u05e6\u05d5\u05d1\u05d9\u05d9\u05dd \u05e2\u05ea\u05d9\u05d3 \u05e8\u05e9\u05ea\u05d5\u05ea \u05d4\u05de\u05d3\u05d9\u05d4.<\/p>\n<div class=\"about-stats\">\n<div class=\"stat\">\n<h3>40+<\/h3>\n<p>\u05e9\u05e0\u05d5\u05ea \u05e0\u05d9\u05e1\u05d9\u05d5\u05df<\/p>\n<\/div>\n<div class=\"stat\">\n<h3>100+<\/h3>\n<p>\u05e4\u05e8\u05d5\u05d9\u05d9\u05e7\u05d8\u05d9\u05dd<\/p>\n<\/div>\n<\/div>\n<a class=\"about-btn\" href=\"index.php\/about-us\">\u05dc\u05de\u05d9\u05d3\u05e2 \u05e0\u05d5\u05e1\u05e3<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Services Section -->\n<section class=\"services-section\" id=\"services\">\n<div class=\"containerx\">\n<div class=\"sec-title\">\n<div class=\"title\">\u05de\u05d5\u05de\u05d7\u05d9\u05d5\u05ea \u05de\u05d4\u05d9\u05de\u05e0\u05d4 \u05d1\u05db\u05dc \u05d4\u05de\u05d2\u05d6\u05e8\u05d9\u05dd<\/div>\n<p>\u05d1\u05e8\u05e7\u05d0\u05d9 \u05de\u05e1\u05e4\u05e7\u05ea \u05d9\u05d9\u05e2\u05d5\u05e5 \u05d5\u05e0\u05d9\u05d4\u05d5\u05dc \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd \u05d1\u05db\u05dc \u05d4\u05ea\u05e2\u05e9\u05d9\u05d5\u05ea \u05d4\u05de\u05d2\u05d5\u05d5\u05e0\u05d5\u05ea, \u05d5\u05de\u05e1\u05e4\u05e7\u05ea \u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05d4\u05de\u05e9\u05dc\u05d1\u05d9\u05dd \u05d7\u05d3\u05e9\u05e0\u05d5\u05ea, \u05d0\u05d1\u05d8\u05d7\u05d4 \u05d5\u05d0\u05de\u05d9\u05e0\u05d5\u05ea.<\/p>\n<\/div>\n<div class=\"coreservices-container\">\n<div class=\"coreservices-nav\">\n<ul>\n<li class=\"active\" data-target=\"bot-projects\">\n<i class=\"fas fa-building-circle-check fa-icon\"><\/i> \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9 \u05d1\u05d5\u05d8\n                        <\/li>\n<li data-target=\"mass-transportation\">\n<i class=\"fas fa-train-subway fa-icon\"><\/i> \u05e8\u05db\u05d1\u05d5\u05ea \/ Mass Transportation\n                        <\/li>\n<li data-target=\"military\">\n<i class=\"fas fa-jet-fighter fa-icon\"><\/i> \u05e6\u05d1\u05d0\n                        <\/li>\n<li data-target=\"government\">\n<i class=\"fas fa-landmark fa-icon\"><\/i> \u05de\u05de\u05e9\u05dc\u05d4\n                        <\/li>\n<li data-target=\"municipalities\">\n<i class=\"fas fa-city fa-icon\"><\/i> \u05e2\u05e8\u05d9\u05dd \u05d7\u05db\u05de\u05d5\u05ea\n                        <\/li>\n<li data-target=\"communications-consulting\">\n<i class=\"fas fa-computer fa-icon\"><\/i> \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea\n                        <\/li>\n<li data-target=\"defense-export\">\n<i class=\"fas fa-shield-halved fa-icon\"><\/i> \u05d9\u05d9\u05e6\u05d5\u05d0 \u05d1\u05d9\u05d8\u05d7\u05d5\u05e0\u05d9\n                        <\/li>\n<\/ul>\n<\/div>\n<div class=\"coreservices-content\">\n<div class=\"coreservices-tab active\" id=\"bot-projects\">\n<img decoding=\"async\" alt=\"BOT Projects\" src=\"https:\/\/images.unsplash.com\/photo-1542744095-fcf48d80b0fd?ixlib=rb-4.0.3&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=80\"\/>\n<h3><i class=\"fas fa-building-circle-check\"><\/i>\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9 \u05d1\u05d5\u05d8<\/h3>\n<p>\u05d4\u05d3\u05e8\u05db\u05d4 \u05dc\u05ea\u05d7\u05d1\u05d5\u05e8\u05d4 \u05dc\u05d1\u05e0\u05d4 \u05d4\u05d7\u05dc \u05de\u05ea\u05db\u05e0\u05d5\u05df \u05dc\u05de\u05e1\u05d9\u05e8\u05d4 \u05de\u05d5\u05e6\u05dc\u05d7\u05ea. \u05d4\u05de\u05d5\u05de\u05d7\u05d9\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05de\u05d1\u05d8\u05d9\u05d7\u05d4 \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd \u05d7\u05dc\u05e7\u05d9\u05dd, \u05e0\u05d9\u05d4\u05d5\u05dc \u05e1\u05d9\u05db\u05d5\u05e0\u05d9\u05dd \u05d5\u05de\u05e1\u05d9\u05e8\u05d4 \u05d1\u05d6\u05de\u05df \u05e9\u05dc \u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd \u05e9\u05dc \u05ea\u05e9\u05ea\u05d9\u05ea \u05e7\u05e8\u05d9\u05d8\u05d9\u05ea \u05ea\u05d5\u05da \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05d7\u05d6\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d4\u05d1\u05d5\u05d8\u05e0\u05d9 \u05d4\u05de\u05dc\u05d0.<\/p>\n<a class=\"coreservices-btn\" href=\"index.php\/services\">\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3<\/a>\n<\/div>\n<div class=\"coreservices-tab\" id=\"mass-transportation\">\n<img decoding=\"async\" alt=\"Mass Transportation &amp; Railways\" src=\"https:\/\/images.pexels.com\/photos\/681335\/pexels-photo-681335.jpeg\"\/>\n<h3><i class=\"fas fa-train-subway\"><\/i>\u05ea\u05d7\u05d1\u05d5\u05e8\u05d4 \u05d4\u05de\u05d5\u05e0\u05d9\u05ea \u05d5\u05e8\u05db\u05d1\u05d5\u05ea<\/h3>\n<p>\u05ea\u05db\u05e0\u05d5\u05df \u05d5\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05dc \u05ea\u05e9\u05ea\u05d9\u05d5\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05e2\u05d1\u05d5\u05e8 \u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05ea\u05d7\u05d1\u05d5\u05e8\u05d4 \u05d1\u05e7\u05e0\u05d4 \u05de\u05d9\u05d3\u05d4 \u05d2\u05d3\u05d5\u05dc. \u05d0\u05e0\u05d5 \u05de\u05e1\u05e4\u05e7\u05d9\u05dd \u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05de\u05e9\u05d5\u05dc\u05d1\u05d9\u05dd \u05dc\u05e8\u05e9\u05ea\u05d5\u05ea \u05e8\u05db\u05d1\u05d5\u05ea, \u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05de\u05d8\u05e8\u05d5 \u05d5\u05ea\u05d7\u05d1\u05d5\u05e8\u05d4 \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9\u05ea \u05d4\u05de\u05e9\u05e4\u05e8\u05d9\u05dd \u05d0\u05ea \u05d1\u05d8\u05d9\u05d7\u05d5\u05ea \u05d4\u05e0\u05d5\u05e1\u05e2\u05d9\u05dd, \u05d4\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea \u05d5\u05d4\u05d7\u05d5\u05d5\u05d9\u05d4.<\/p>\n<a class=\"coreservices-btn\" href=\"index.php\/services\">\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3<\/a>\n<\/div>\n<div class=\"coreservices-tab\" id=\"military\">\n<img decoding=\"async\" alt=\"Military\" src=\"https:\/\/images.pexels.com\/photos\/33953218\/pexels-photo-33953218.jpeg\"\/>\n<h3><i class=\"fas fa-jet-fighter\"><\/i>\u05e6\u05d1\u05d0<\/h3>\n<p>\u05ea\u05de\u05d9\u05db\u05d4 \u05dc\u05d0\u05e8\u05d2\u05d5\u05e0\u05d9 \u05d0\u05d1\u05d8\u05d7\u05d4 \u05e2\u05dd \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea \u05d5\u05d9\u05d9\u05e2\u05d5\u05e5 \u05d1\u05ea\u05d7\u05d5\u05dd \u05d4-IT. \u05d4\u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05e9\u05dc\u05e0\u05d5 \u05e2\u05d5\u05de\u05d3\u05d9\u05dd \u05d1\u05d3\u05e8\u05d9\u05e9\u05d5\u05ea \u05d4\u05de\u05d7\u05de\u05d9\u05e8\u05d5\u05ea \u05e9\u05dc \u05e4\u05e2\u05d5\u05dc\u05d5\u05ea \u05e6\u05d1\u05d0\u05d9\u05d5\u05ea, \u05d5\u05de\u05e1\u05e4\u05e7\u05d9\u05dd \u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05d7\u05d6\u05e7\u05d5\u05ea \u05d5\u05de\u05d5\u05e6\u05e4\u05e0\u05d5\u05ea \u05e2\u05d1\u05d5\u05e8 \u05d9\u05d9\u05e9\u05d5\u05de\u05d9 \u05e4\u05d9\u05e7\u05d5\u05d3, \u05d1\u05e7\u05e8\u05d4 \u05d5\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df.<\/p>\n<a class=\"coreservices-btn\" href=\"index.php\/services\">\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3<\/a>\n<\/div>\n<div class=\"coreservices-tab\" id=\"government\">\n<img decoding=\"async\" alt=\"Government\" src=\"https:\/\/images.unsplash.com\/photo-1580519542036-c47de6196ba5?ixlib=rb-4.0.3&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=80\"\/>\n<h3><i class=\"fas fa-landmark\"><\/i>\u05de\u05de\u05e9\u05dc\u05d4<\/h3>\n<p>\u05d9\u05d9\u05e2\u05d5\u05e5 \u05dc\u05de\u05de\u05e9\u05dc\u05d4 \u05dc\u05d0\u05d5\u05de\u05d9\u05ea \u05d5\u05de\u05e7\u05d5\u05de\u05d9\u05ea \u05d1\u05e0\u05d5\u05e9\u05d0 \u05ea\u05e7\u05e0\u05d5\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d5\u05d0\u05e1\u05d8\u05e8\u05d8\u05d2\u05d9\u05d9\u05ea \u05ea\u05e9\u05ea\u05d9\u05ea. \u05d0\u05e0\u05d5 \u05de\u05e1\u05d9\u05d9\u05e2\u05d9\u05dd \u05dc\u05d2\u05d5\u05e4\u05d9\u05dd \u05d1\u05de\u05d2\u05d6\u05e8 \u05d4\u05e6\u05d9\u05d1\u05d5\u05e8\u05d9 \u05dc\u05e4\u05ea\u05d7 \u05de\u05e1\u05d2\u05e8\u05d5\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05de\u05d5\u05d2\u05e0\u05d5\u05ea \u05e2\u05ea\u05d9\u05d3\u05d9\u05d5\u05ea, \u05d0\u05e9\u05e8 \u05d9\u05e9\u05de\u05e9\u05d5 \u05d1\u05d9\u05e2\u05d9\u05dc\u05d5\u05ea \u05ea\u05d5\u05da \u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d0\u05d1\u05d8\u05d7\u05d4 \u05d5\u05ea\u05d0\u05d9\u05de\u05d5\u05ea.<\/p>\n<a class=\"coreservices-btn\" href=\"index.php\/services\">\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3<\/a>\n<\/div>\n<div class=\"coreservices-tab\" id=\"municipalities\">\n<img decoding=\"async\" alt=\"Municipalities &amp; Smart Cities\" src=\"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=80\"\/>\n<h3><i class=\"fas fa-city\"><\/i>\u05e2\u05d9\u05e8\u05d9\u05d5\u05ea \u05d5\u05e2\u05e8\u05d9\u05dd \u05d7\u05db\u05de\u05d5\u05ea<\/h3>\n<p>\u05e4\u05d9\u05ea\u05d5\u05d7 \u05de\u05e2\u05e8\u05db\u05d5\u05ea \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d7\u05db\u05de\u05d5\u05ea \u05dc\u05e1\u05d1\u05d9\u05d1\u05d5\u05ea \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05d8\u05d5\u05d7\u05d5\u05ea \u05d5\u05de\u05d7\u05d5\u05d1\u05e8\u05d5\u05ea \u05d9\u05d5\u05ea\u05e8. \u05d4\u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05d4\u05de\u05e9\u05d5\u05dc\u05d1\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5 \u05de\u05e1\u05d9\u05d9\u05e2\u05d9\u05dd \u05dc\u05e2\u05e8\u05d9\u05dd \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4, \u05dc\u05e9\u05e4\u05e8 \u05d0\u05ea \u05d4\u05e9\u05d9\u05e8\u05d5\u05ea\u05d9\u05dd \u05d4\u05e6\u05d9\u05d1\u05d5\u05e8\u05d9\u05d9\u05dd, \u05e0\u05d9\u05d4\u05d5\u05dc \u05d4\u05ea\u05e9\u05ea\u05d9\u05d5\u05ea \u05d5\u05d0\u05d9\u05db\u05d5\u05ea \u05d4\u05d7\u05d9\u05d9\u05dd \u05e9\u05dc \u05d4\u05ea\u05d5\u05e9\u05d1\u05d9\u05dd.<\/p>\n<a class=\"coreservices-btn\" href=\"index.php\/services\">\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3<\/a>\n<\/div>\n<div class=\"coreservices-tab\" id=\"communications-consulting\">\n<img decoding=\"async\" alt=\"Communications &amp; Computing Consulting\" src=\"https:\/\/images.pexels.com\/photos\/5242294\/pexels-photo-5242294.jpeg\"\/>\n<h3><i class=\"fas fa-computer\"><\/i>\u05d9\u05d9\u05e2\u05d5\u05e5 \u05ea\u05e7\u05e9\u05d5\u05e8\u05ea \u05d5\u05de\u05d7\u05e9\u05d5\u05d1<\/h3>\n<p>\u05d4\u05e0\u05d7\u05d9\u05d5\u05ea \u05de\u05e7\u05d9\u05e4\u05d5\u05ea \u05d1\u05ea\u05d7\u05d5\u05dd \u05d4-IT, \u05d4\u05e8\u05e9\u05ea\u05d5\u05ea \u05d5\u05d4\u05d8\u05dc\u05e7\u05d5\u05dd. \u05d0\u05e0\u05d5 \u05e2\u05d5\u05d6\u05e8\u05d9\u05dd \u05dc\u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05dd \u05dc\u05d9\u05d9\u05e2\u05dc \u05d0\u05ea \u05d4\u05e9\u05e7\u05e2\u05d5\u05ea\u05d9\u05d4\u05dd \u05d1\u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d4, \u05dc\u05d9\u05d9\u05e9\u05dd \u05e4\u05ea\u05e8\u05d5\u05e0\u05d5\u05ea \u05de\u05ea\u05e7\u05d3\u05de\u05d9\u05dd \u05d5\u05dc\u05d4\u05e4\u05d5\u05da \u05d0\u05ea \u05d4\u05ea\u05e9\u05ea\u05d9\u05ea \u05d4\u05d3\u05d9\u05d2\u05d9\u05d8\u05dc\u05d9\u05ea \u05e9\u05dc\u05d4\u05dd \u05dc\u05d0\u05ea\u05d2\u05e8\u05d9\u05dd \u05e2\u05ea\u05d9\u05d3\u05d9\u05d9\u05dd.<\/p>\n<a class=\"coreservices-btn\" href=\"index.php\/services\">\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3<\/a>\n<\/div>\n<div class=\"coreservices-tab\" id=\"defense-export\">\n<img decoding=\"async\" alt=\"Defense Export Control\" src=\"https:\/\/images.pexels.com\/photos\/33974778\/pexels-photo-33974778.jpeg\"\/>\n<h3><i class=\"fas fa-shield-halved\"><\/i>\u05e4\u05d9\u05e7\u05d5\u05d7 \u05e2\u05dc \u05d9\u05e6\u05d5\u05d0 \u05d1\u05d9\u05d8\u05d7\u05d5\u05e0\u05d9<\/h3>\n<p>\u05d9\u05d9\u05e2\u05d5\u05e5 \u05de\u05e7\u05e6\u05d5\u05e2\u05d9 \u05d1\u05e0\u05d5\u05e9\u05d0\u05d9 \u05ea\u05d0\u05d9\u05de\u05d5\u05ea \u05d5\u05e0\u05d9\u05d4\u05d5\u05dc \u05e1\u05d9\u05db\u05d5\u05e0\u05d9\u05dd \u05dc\u05d9\u05d9\u05e6\u05d5\u05d0 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d5\u05ea \u05d0\u05d1\u05d8\u05d7\u05d4. \u05d0\u05e0\u05d5 \u05de\u05e0\u05d5\u05d5\u05d8\u05d9\u05dd \u05d1\u05e0\u05d5\u05e3 \u05d4\u05e8\u05d2\u05d5\u05dc\u05d8\u05d5\u05e8\u05d9 \u05d4\u05de\u05d5\u05e8\u05db\u05d1 \u05db\u05d3\u05d9 \u05dc\u05d4\u05d1\u05d8\u05d9\u05d7 \u05e9\u05dc\u05e7\u05d5\u05d7\u05d5\u05ea\u05d9\u05e0\u05d5 \u05d9\u05e2\u05de\u05d3\u05d5 \u05d1\u05ea\u05e7\u05e0\u05d9\u05dd \u05d1\u05d9\u05e0\u05dc\u05d0\u05d5\u05de\u05d9\u05d9\u05dd \u05ea\u05d5\u05da \u05e9\u05de\u05d9\u05e8\u05d4 \u05e2\u05dc \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05d5\u05ea \u05e8\u05d2\u05d9\u05e9\u05d5\u05ea \u05d5\u05d2\u05d9\u05e9\u05d4 \u05dc\u05e9\u05d5\u05e7.<\/p>\n<a class=\"coreservices-btn\" href=\"index.php\/services\">\u05e7\u05e8\u05d0 \u05e2\u05d5\u05d3<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Blog Intro Section -->\n<section class=\"blog-intro-section\" id=\"blog\">\n<div class=\"containerx\">\n<div class=\"blog-intro-container\">\n<div class=\"blog-intro-text\">\n<span class=\"subtitle\">\u05d1\u05dc\u05d5\u05d2 \u05d1\u05e8\u05e7\u05d0\u05d9*\u05e7\u05d5\u05dd<\/span>\n<h2>\u05ea\u05d5\u05d1\u05e0\u05d5\u05ea, \u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd \u05d5\u05d7\u05d3\u05e9\u05d5\u05ea \u05d1\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4<\/h2>\n<p>\u05d4\u05d9\u05e9\u05d0\u05e8\u05d5 \u05de\u05e2\u05d5\u05d3\u05db\u05e0\u05d9\u05dd \u05d1\u05d4\u05ea\u05e4\u05ea\u05d7\u05d5\u05d9\u05d5\u05ea \u05d4\u05d0\u05d7\u05e8\u05d5\u05e0\u05d5\u05ea \u05d1\u05ea\u05d7\u05d5\u05de\u05d9 \u05d4\u05ea\u05e7\u05e9\u05d5\u05e8\u05ea, \u05d4\u05de\u05d7\u05e9\u05d5\u05d1, \u05ea\u05e7\u05e0\u05d5\u05ea \u05d4\u05d8\u05dc\u05e7\u05d5\u05dd \u05d5\u05d4\u05e4\u05e8\u05d5\u05d9\u05e7\u05d8\u05d9\u05dd \u05d4\u05e0\u05d5\u05db\u05d7\u05d9\u05d9\u05dd \u05e9\u05dc\u05e0\u05d5. \u05d0\u05e0\u05d5 \u05de\u05e9\u05ea\u05e4\u05d9\u05dd \u05d7\u05d5\u05d5\u05ea \u05d3\u05e2\u05ea \u05de\u05d5\u05de\u05d7\u05d9\u05dd, \u05de\u05d2\u05de\u05d5\u05ea \u05d1\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05d5\u05e2\u05d3\u05db\u05d5\u05e0\u05d9\u05dd \u05d0\u05e8\u05d2\u05d5\u05e0\u05d9\u05d9\u05dd \u05db\u05d3\u05d9 \u05dc\u05e9\u05de\u05d5\u05e8 \u05e2\u05dc \u05e7\u05e9\u05e8.<\/p>\n<a class=\"cta-btn\" href=\"index.php\/blogs\">\u05d7\u05e7\u05d5\u05e8 \u05e4\u05d5\u05e1\u05d8\u05d9\u05dd<\/a>\n<\/div>\n<div class=\"blog-intro-image\">\n<img decoding=\"async\" alt=\"Blog Intro\" src=\"https:\/\/images.unsplash.com\/photo-1499750310107-5fef28a66643?ixlib=rb-4.0.3&amp;auto=format&amp;fit=crop&amp;w=800&amp;q=80\"\/>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<script>\n        \/\/ Services Tab Functionality\n        document.addEventListener('DOMContentLoaded', function() {\n            const navItems = document.querySelectorAll('.coreservices-nav ul li');\n            const tabs = document.querySelectorAll('.coreservices-tab');\n            \n            navItems.forEach(item => {\n                item.addEventListener('click', function() {\n                    const target = this.getAttribute('data-target');\n                    \n                    \/\/ Update active nav item\n                    navItems.forEach(navItem => navItem.classList.remove('active'));\n                    this.classList.add('active');\n                    \n                    \/\/ Show corresponding tab\n                    tabs.forEach(tab => {\n                        tab.classList.remove('active');\n                        if (tab.id === target) {\n                            tab.classList.add('active');\n                        }\n                    });\n                });\n            });\n\n            \/\/ Smooth scrolling for navigation links\n            document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n                anchor.addEventListener('click', function (e) {\n                    e.preventDefault();\n                    \n                    const targetId = this.getAttribute('href');\n                    if (targetId === '#') return;\n                    \n                    const targetElement = document.querySelector(targetId);\n                    if (targetElement) {\n                        window.scrollTo({\n                            top: targetElement.offsetTop - 80,\n                            behavior: 'smooth'\n                        });\n                    }\n                });\n            });\n        });\n    <\/script>\n<\/body>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"Communications consulting with 40+ years of expertise Providing innovative solutions to government clients, protection, air and space and organization around the world around the world Explore our services Consulting and planning Advanced communication systems planning for organizations, governments and protection. Project management Leading Telecom and IT projects on a large-scale vision for full application. Training [...]","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-36","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/comments?post=36"}],"version-history":[{"count":19,"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/pages\/36\/revisions"}],"predecessor-version":[{"id":159429,"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/pages\/36\/revisions\/159429"}],"wp:attachment":[{"href":"https:\/\/barkaicom.co.il\/he\/wp-json\/wp\/v2\/media?parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}