{"id":93,"date":"2023-05-18T08:36:21","date_gmt":"2023-05-18T08:36:21","guid":{"rendered":"https:\/\/labtechco-demo.pbminfotech.com\/elementor-datasite2\/?page_id=13777"},"modified":"2026-03-30T08:29:55","modified_gmt":"2026-03-30T08:29:55","slug":"homepage-14","status":"publish","type":"page","link":"https:\/\/nationaltechnology.net\/fr\/","title":{"rendered":"Page d'accueil 14"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"93\" class=\"elementor elementor-93\">\n\t\t\t\t<div class=\"elementor-element elementor-element-365de46 e-con-full e-flex e-con e-parent\" data-id=\"365de46\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-318fa1a elementor-widget elementor-widget-html\" data-id=\"318fa1a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\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>Hero Section - Modern Design<\/title>\r\n  <style>\r\n    * { margin: 0; padding: 0; box-sizing: border-box; }\r\n\r\n    body {\r\n      font-family: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\r\n      background-color: #ffffff;\r\n      overflow-x: hidden;\r\n    }\r\n\r\n    \/* --- CAROUSEL WRAPPER --- *\/\r\n    .hero-carousel {\r\n      position: relative;\r\n      width: 100%;\r\n      min-height: 90vh;\r\n      overflow: hidden;\r\n      background-color: #ffffff;\r\n    }\r\n\r\n    .slide {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      opacity: 0;\r\n      visibility: hidden;\r\n      transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.8s;\r\n      z-index: 0;\r\n    }\r\n\r\n    .slide.active {\r\n      opacity: 1;\r\n      visibility: visible;\r\n      z-index: 1;\r\n    }\r\n\r\n    \/* --- SPECIAL STYLING FOR SLIDES 2 & 3 --- *\/\r\n    .img-only-slide {\r\n      display: flex;\r\n      align-items: center; \/* Vertically centers the image *\/\r\n      justify-content: center; \/* Horizontally centers the image *\/\r\n      padding-top: 60px; \/* Adjust this value to push the photo down from the top *\/\r\n    }\r\n\r\n    .img-only-slide .slide-image {\r\n      width: auto;\r\n      max-width: 90%;\r\n      max-height: 75%; \/* Shrinks the image so it sits clearly between the arrows *\/\r\n      object-fit: contain;\r\n      border-radius: 20px; \/* Optional: adds a modern rounded look to the photos *\/\r\n      box-shadow: 0 20px 40px rgba(0,0,0,0.1); \/* Optional: adds depth *\/\r\n    }\r\n\r\n    \/* --- MODERN NAVIGATION ARROWS --- *\/\r\n    .nav-arrow {\r\n      position: absolute;\r\n      top: 50%;\r\n      transform: translateY(-50%);\r\n      background: rgba(255, 255, 255, 0.15);\r\n      backdrop-filter: blur(12px);\r\n      -webkit-backdrop-filter: blur(12px);\r\n      border: 1px solid rgba(255, 255, 255, 0.3);\r\n      color: #111;\r\n      width: 60px;\r\n      height: 60px;\r\n      border-radius: 50%;\r\n      cursor: pointer;\r\n      z-index: 10;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);\r\n      padding: 0;\r\n    }\r\n\r\n    .nav-arrow svg {\r\n      width: 28px;\r\n      height: 28px;\r\n      stroke: currentColor;\r\n      stroke-width: 1.5;\r\n      stroke-linecap: round;\r\n      stroke-linejoin: round;\r\n      fill: none;\r\n    }\r\n\r\n    .nav-arrow:hover {\r\n      background: rgba(0, 0, 0, 0.9);\r\n      color: #fff;\r\n      transform: translateY(-50%) scale(1.1);\r\n    }\r\n\r\n    .left-arrow { left: 3%; }\r\n    .right-arrow { right: 3%; }\r\n\r\n    \/* --- DOTS --- *\/\r\n    .slider-dots {\r\n      position: absolute;\r\n      bottom: 6%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      display: flex;\r\n      gap: 15px;\r\n      z-index: 10;\r\n    }\r\n\r\n    .dot {\r\n      width: 8px;\r\n      height: 8px;\r\n      background-color: rgba(0, 0, 0, 0.2);\r\n      border-radius: 4px;\r\n      cursor: pointer;\r\n      transition: all 0.4s ease;\r\n    }\r\n\r\n    .dot.active {\r\n      width: 30px;\r\n      background-color: #ff2a2a;\r\n    }\r\n\r\n    \/* --- SLIDE 1 (MAP) --- *\/\r\n    .slide-grid {\r\n      display: grid;\r\n      grid-template-columns: 1fr 1.8fr; \r\n      width: 100%;\r\n      height: 100%;\r\n      align-items: center;\r\n      padding: 0 8%;\r\n    }\r\n\r\n    .hero-content h1 {\r\n      font-size: clamp(2.5rem, 5vw, 3.8rem);\r\n      font-weight: 800;\r\n      color: #111;\r\n      line-height: 1.1;\r\n      margin-bottom: 24px;\r\n      letter-spacing: -1.8px;\r\n    }\r\n\r\n    .hero-content p {\r\n      font-size: 1.25rem;\r\n      color: #555;\r\n      line-height: 1.6;\r\n      max-width: 480px;\r\n    }\r\n\r\n    .hero-image-container {\r\n      width: 100%;\r\n      display: flex;\r\n      justify-content: center;\r\n      align-items: center;\r\n      padding-top: 60px; \r\n    }\r\n\r\n    .map-wrapper {\r\n      position: relative;\r\n      width: 100%;\r\n      max-width: 1100px;\r\n    }\r\n\r\n    \/* --- GLOWING NODES --- *\/\r\n    .glowing-node {\r\n      fill: #ff2a2a;\r\n      animation: pulseGlow 2s infinite alternate ease-in-out;\r\n    }\r\n\r\n    @keyframes pulseGlow {\r\n      0% { r: 4px; opacity: 0.6; filter: drop-shadow(0 0 2px rgba(255, 42, 42, 0.4)); }\r\n      100% { r: 8px; opacity: 1; filter: drop-shadow(0 0 12px rgba(255, 42, 42, 0.95)); }\r\n    }\r\n\r\n    \/* --- RESPONSIVE --- *\/\r\n    @media (max-width: 1024px) {\r\n      .slide-grid {\r\n        grid-template-columns: 1fr;\r\n        text-align: center;\r\n        padding: 40px 10% 0 10%;\r\n        display: flex;\r\n        flex-direction: column;\r\n        justify-content: center;\r\n      }\r\n      .img-only-slide { padding-top: 20px; }\r\n      .img-only-slide .slide-image { max-height: 60%; }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n      .hero-carousel { min-height: 70vh; } \r\n      .nav-arrow { display: none; }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"hero-carousel\">\r\n  \r\n  <button class=\"nav-arrow left-arrow\" id=\"prevBtn\" aria-label=\"Previous Slide\">\r\n    <svg viewbox=\"0 0 24 24\"><path d=\"M15 18l-6-6 6-6\"\/><\/svg>\r\n  <\/button>\r\n  \r\n  <button class=\"nav-arrow right-arrow\" id=\"nextBtn\" aria-label=\"Next Slide\">\r\n    <svg viewbox=\"0 0 24 24\"><path d=\"M9 18l6-6-6-6\"\/><\/svg>\r\n  <\/button>\r\n\r\n  <div class=\"slider-dots\">\r\n    <span class=\"dot active\" data-index=\"0\"><\/span>\r\n    <span class=\"dot\" data-index=\"1\"><\/span>\r\n    <span class=\"dot\" data-index=\"2\"><\/span>\r\n  <\/div>\r\n\r\n  <div class=\"slide active\">\r\n    <div class=\"slide-grid\">\r\n      <div class=\"hero-content\">\r\n        <h1>Meet the Leading LIS in the Middle East & Africa<\/h1>\r\n        <p>Empowering Healthcare, Improving Lives. Innovative Healthcare Solutions across the region.<\/p>\r\n      <\/div>\r\n      <div class=\"hero-image-container\">\r\n        <div class=\"map-wrapper\">\r\n          <svg class=\"map-svg-container\" viewbox=\"0 0 1000 650\" style=\"width:100%; height:auto;\">\r\n            <image href=\"https:\/\/nationaltechnology.net\/Gemini_Generated_Image_i11ewii11ewii11e.png\" x=\"0\" y=\"0\" width=\"1000\" height=\"650\" \/>\r\n            <g id=\"nodes-container\">\r\n                <circle cx=\"388\" cy=\"122\" class=\"glowing-node\" \/>\r\n                <circle cx=\"528\" cy=\"128\" class=\"glowing-node\" \/>\r\n                <circle cx=\"646\" cy=\"68\"  class=\"glowing-node\" \/>\r\n                <circle cx=\"692\" cy=\"132\" class=\"glowing-node\" \/>\r\n                <circle cx=\"742\" cy=\"166\" class=\"glowing-node\" \/>\r\n                <circle cx=\"772\" cy=\"182\" class=\"glowing-node\" \/>\r\n                <circle cx=\"773\" cy=\"214\" class=\"glowing-node\" \/>\r\n                <circle cx=\"690\" cy=\"202\" class=\"glowing-node\" \/>\r\n                <circle cx=\"320\" cy=\"279\" class=\"glowing-node\" \/>\r\n                <circle cx=\"258\" cy=\"321\" class=\"glowing-node\" \/>\r\n                <circle cx=\"638\" cy=\"328\" class=\"glowing-node\" \/>\r\n                <circle cx=\"603\" cy=\"404\" class=\"glowing-node\" \/>\r\n                <circle cx=\"535\" cy=\"392\" class=\"glowing-node\" \/>\r\n            <\/g>\r\n          <\/svg>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"slide img-only-slide\">\r\n    <img decoding=\"async\" class=\"slide-image\" src=\"https:\/\/nationaltechnology.net\/2-3.webp\" alt=\"Slide 2\">\r\n  <\/div>\r\n\r\n  <div class=\"slide img-only-slide\">\r\n    <img decoding=\"async\" class=\"slide-image\" src=\"https:\/\/nationaltechnology.net\/1-3.webp\" alt=\"Slide 3\">\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n<script>\r\n  document.addEventListener(\"DOMContentLoaded\", () => {\r\n    const slides = document.querySelectorAll('.slide');\r\n    const dots = document.querySelectorAll('.dot');\r\n    const prevBtn = document.getElementById('prevBtn');\r\n    const nextBtn = document.getElementById('nextBtn');\r\n    let currentIndex = 0;\r\n    let timer;\r\n\r\n    function update(i) {\r\n      slides[currentIndex].classList.remove('active');\r\n      dots[currentIndex].classList.remove('active');\r\n      currentIndex = (i + slides.length) % slides.length;\r\n      slides[currentIndex].classList.add('active');\r\n      dots[currentIndex].classList.add('active');\r\n    }\r\n\r\n    const start = () => timer = setInterval(() => update(currentIndex + 1), 6000);\r\n    const reset = () => { clearInterval(timer); start(); };\r\n\r\n    nextBtn.onclick = () => { update(currentIndex + 1); reset(); };\r\n    prevBtn.onclick = () => { update(currentIndex - 1); reset(); };\r\n    dots.forEach((d, i) => d.onclick = () => { update(i); reset(); });\r\n    start();\r\n  });\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8516e5b e-con-full e-flex e-con e-parent\" data-id=\"8516e5b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff6310c elementor-widget elementor-widget-html\" data-id=\"ff6310c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"nt-stat-wrapper\">\r\n  <div class=\"nt-stat-container\">\r\n    <h2 class=\"nt-stat-title\">Our Numbers Tell the Story<\/h2>\r\n\r\n    <div class=\"nt-stat-card\" id=\"nt-counter-section\">\r\n      <div class=\"nt-stat-item\">\r\n        <span class=\"nt-stat-number\" data-target=\"28\">0<\/span>\r\n        <span class=\"nt-stat-label\">Years of<br>Experience<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"nt-stat-item\">\r\n        <span class=\"nt-stat-number\" data-target=\"12\">0<\/span>\r\n        <span class=\"nt-stat-label\">Countries of<br>Operation<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"nt-stat-item\">\r\n        <span class=\"nt-stat-number\" data-target=\"2000\">0<\/span>\r\n        <span class=\"nt-stat-label\">Labs in<br>25+ Years<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"nt-stat-item\">\r\n        <span class=\"nt-stat-number\" data-target=\"6500\" data-suffix=\"+\">0<\/span>\r\n        <span class=\"nt-stat-label\">Daily Healthcare<br>Professional Users<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"nt-stat-item\">\r\n        <span class=\"nt-stat-number\" data-target=\"250\" data-suffix=\"M\">0<\/span>\r\n        <span class=\"nt-stat-label\">Yearly Tests<br>Done<\/span>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n  \/* Encapsulated Styles - Won't break your site layout *\/\r\n  .nt-stat-wrapper {\r\n    padding: 60px 0;\r\n    background: #f8f9fa; \/* Light gray background for the section *\/\r\n    width: 100%;\r\n    display: block; \/* Ensures it stacks naturally *\/\r\n  }\r\n\r\n  .nt-stat-container {\r\n    width: 90%;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    text-align: center;\r\n  }\r\n\r\n  .nt-stat-title {\r\n    font-size: 32px;\r\n    font-weight: bold;\r\n    color: #0a1f44;\r\n    margin-bottom: 40px;\r\n    font-family: 'Montserrat', sans-serif;\r\n  }\r\n\r\n  .nt-stat-card {\r\n    background: #ffffff;\r\n    border: 1px solid #e0e6ed;\r\n    border-radius: 24px;\r\n    padding: 50px 20px;\r\n    display: grid;\r\n    grid-template-columns: repeat(5, 1fr);\r\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);\r\n  }\r\n\r\n  .nt-stat-item {\r\n    position: relative;\r\n    padding: 0 10px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    align-items: center;\r\n  }\r\n\r\n  .nt-stat-item:not(:last-child)::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    right: 0;\r\n    top: 15%;\r\n    height: 70%;\r\n    width: 1px;\r\n    background-color: #e0e6ed;\r\n  }\r\n\r\n  .nt-stat-number {\r\n    display: block;\r\n    font-size: 42px;\r\n    font-weight: bold;\r\n    color: #1a4ba0;\r\n    line-height: 1;\r\n    margin-bottom: 15px;\r\n    font-family: 'Nirmala UI', sans-serif;\r\n  }\r\n\r\n  .nt-stat-label {\r\n    display: block;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #0a1f44;\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.5px;\r\n    line-height: 1.4;\r\n    font-family: 'Nirmala UI', sans-serif;\r\n  }\r\n\r\n  \/* Responsive Fixes *\/\r\n  @media (max-width: 1024px) {\r\n    .nt-stat-card { grid-template-columns: repeat(3, 1fr); gap: 30px 0; }\r\n    .nt-stat-item:nth-child(3)::after { display: none; }\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .nt-stat-card { grid-template-columns: 1fr; }\r\n    .nt-stat-item::after { display: none !important; }\r\n    .nt-stat-item { border-bottom: 1px solid #e0e6ed; padding-bottom: 20px; margin-bottom: 20px; }\r\n    .nt-stat-item:last-child { border-bottom: none; margin-bottom: 0; }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n  (function() {\r\n    function initStats() {\r\n      const counters = document.querySelectorAll('.nt-stat-number');\r\n      counters.forEach(counter => {\r\n        if (counter.classList.contains('done')) return;\r\n        const target = +counter.getAttribute('data-target');\r\n        const suffix = counter.getAttribute('data-suffix') || \"\";\r\n        const duration = 2000;\r\n        const startTime = performance.now();\r\n\r\n        function animate(currentTime) {\r\n          const elapsed = currentTime - startTime;\r\n          const progress = Math.min(elapsed \/ duration, 1);\r\n          const easedProgress = 1 - Math.pow(1 - progress, 3);\r\n          const currentValue = Math.floor(easedProgress * target);\r\n          counter.textContent = currentValue.toLocaleString() + suffix;\r\n\r\n          if (progress < 1) {\r\n            requestAnimationFrame(animate);\r\n          } else {\r\n            counter.textContent = target.toLocaleString() + suffix;\r\n            counter.classList.add('done');\r\n          }\r\n        }\r\n        requestAnimationFrame(animate);\r\n      });\r\n    }\r\n\r\n    const observer = new IntersectionObserver((entries) => {\r\n      if (entries[0].isIntersecting) {\r\n        initStats();\r\n        observer.disconnect();\r\n      }\r\n    }, { threshold: 0.2 });\r\n\r\n    const targetElem = document.getElementById('nt-counter-section');\r\n    if (targetElem) observer.observe(targetElem);\r\n  })();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-61c8602b elementor-section-stretched ts-bg-color-yes ts-bgcolor-grey ts-col-stretched-none ts-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"61c8602b\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&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-55e38a83 ts-bg-color-over-image\" data-id=\"55e38a83\" data-element_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<\/div>\n\t\t<div class=\"elementor-element elementor-element-c4f2803 e-con-full e-flex e-con e-parent\" data-id=\"c4f2803\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26eb7e5 elementor-widget elementor-widget-html\" data-id=\"26eb7e5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"nt-portfolio-wrapper\">\r\n  <div class=\"nt-container\">\r\n    \r\n    <div class=\"nt-main-header\">\r\n      <h2 class=\"nt-headline-button\">Products Portfolio<\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"nt-cards-grid\">\r\n      \r\n      <div class=\"nt-product-card\">\r\n        <div class=\"nt-card-top-section\">\r\n          <img decoding=\"async\" class=\"nt-card-logo-massive\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-2.png\" alt=\"LDM Logo\">\r\n          <div class=\"nt-product-tag-box\">LDM<\/div>\r\n        <\/div>\r\n        <p class=\"nt-content-text-massive\">\r\n          Your lab deserves next-level LIS with our FDA-certified LDM and Compliant with ISO 15289, Cap & JCI. Backed by +25 years of experience across 2000+ labs in 12 Countries, it connects 600+ analyzers, ERP, HIS and BBM for real-time monitoring. Our powerful rules engine handles auto-verification and centralized QC, eliminating manual entry errors. From Sample Tracking to Web Reporting, enjoy support that never sleeps while optimizing operations, billing, PMS and outreach.\r\n        <\/p>\r\n        <a href=\"https:\/\/nationaltechnology.net\/fr\/ldm\/\" class=\"nt-learn-more\" target=\"_blank\">En Savoir Plus<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"nt-product-card\">\r\n        <div class=\"nt-card-top-section\">\r\n          <img decoding=\"async\" class=\"nt-card-logo-massive\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/5.png\" alt=\"NT Lims Logo\">\r\n          <div class=\"nt-product-tag-box\">NT Lims<\/div>\r\n        <\/div>\r\n        <p class=\"nt-content-text-massive\">\r\n          The NT.LIMS solution provides operational quality management and automated daily workflows. It is smart, efficient, fully automated, scalable, fast, and compliant with FDA 21CFR part 11, ISO 17025 & GMP. We streamline workflows from sample reception to final reporting with barcode tracking , robust QC and optimized staff utilization . Our solution integrates with analysers and ERPs, automating result entry to eliminate human error and optimise TAT.\r\n        <\/p>\r\n        <a href=\"https:\/\/nationaltechnology.net\/fr\/lims\/\" class=\"nt-learn-more\" target=\"_blank\">En Savoir Plus<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"nt-product-card\">\r\n        <div class=\"nt-card-top-section\">\r\n          <img decoding=\"async\" class=\"nt-card-logo-massive\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/5-4.png\" alt=\"BBM Logo\">\r\n          <div class=\"nt-product-tag-box\">BBM<\/div>\r\n        <\/div>\r\n        <p class=\"nt-content-text-massive\">\r\n          Standards that the world trusts: Our BBM ensures full compliance with AABB, ISBT 128, FDA, and WHO. Proven across leading hospitals and integrated with LIS\/HIS, it automates everything from donor management, testing, processing, and component preparation to cross-matching and transfusion tracking. Our system guarantees total traceability. Minimize human error with automated alerts, discard management, and precise inventory controls. with Support that never sleeps\r\n        <\/p>\r\n        <a href=\"https:\/\/nationaltechnology.net\/fr\/bbm\/\" class=\"nt-learn-more\" target=\"_blank\">En Savoir Plus<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"nt-product-card\">\r\n        <div class=\"nt-card-top-section\">\r\n          <img decoding=\"async\" class=\"nt-card-logo-massive\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/4-5.png\" alt=\"Odoo Logo\">\r\n          <div class=\"nt-product-tag-box\">Odoo ERP<\/div>\r\n        <\/div>\r\n        <p class=\"nt-content-text-massive\">\r\n          A pulse that connects every department: Odoo, the world\u2019s leading open-source ERP, integrates seamlessly with LDM. Tailored for local tax and e-invoicing regulations, we unify Accounting, HR, CRM, Helpdesk, Approvals, Purchasing and Inventory into one cohesive platform. Automate claims, manage treasury, and handle payroll and Financial Statements with precision. From batch\/expiry management to profit & cost centres\r\n        <\/p>\r\n        <a href=\"https:\/\/nationaltechnology.net\/fr\/odoo\/\" class=\"nt-learn-more\" target=\"_blank\">En Savoir Plus<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"nt-product-card\">\r\n        <div class=\"nt-card-top-section\">\r\n          <img decoding=\"async\" class=\"nt-card-logo-massive\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-1-2.png\" alt=\"MMS Logo\">\r\n          <div class=\"nt-product-tag-box\">MMS<\/div>\r\n        <\/div>\r\n        <p class=\"nt-content-text-massive\">\r\n          Stop chasing errors\u2014start delivering perfection with MMS, the specialised inventory solution for labs. We optimize stock levels, automate reordering, and track real-time consumption per test. Integrated with LIS and ERP and has a Mobile App, MMS prevents stockouts and expired reagents. Track orphaned items, view \u201cActual vs. Planned\u201d comparisons to reduce operational costs with data-driven insights and diverse dashboards\r\n        <\/p>\r\n        <a href=\"https:\/\/nationaltechnology.net\/fr\/mms\/\" class=\"nt-learn-more\" target=\"_blank\">En Savoir Plus<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"nt-product-card\">\r\n        <div class=\"nt-card-top-section\">\r\n          <img decoding=\"async\" class=\"nt-card-logo-massive\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/3-9.png\" alt=\"BI Logo\">\r\n          <div class=\"nt-product-tag-box\">BI<\/div>\r\n        <\/div>\r\n        <p class=\"nt-content-text-massive\">\r\n          Superset BI is an enterprise-ready BI platform offering lightweight, scalable, and intuitive data exploration. Create stunning, real-time visualizations by connecting to any LIS, HIS, LIMS, ERP or any other data source \u2014avoiding costly licenses. Transform raw metrics into actionable strategies by analyzing revenue, workload, TAT, and instrument utilization. Gain deep QC and client insights for data-driven decision-making.\r\n        <\/p>\r\n        <a href=\"https:\/\/nationaltechnology.net\/fr\/bi\/\" class=\"nt-learn-more\" target=\"_blank\">En Savoir Plus<\/a>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n    .nt-portfolio-wrapper {\r\n        --pure-white: #ffffff;\r\n        --brand-blue: #2f66d8;\r\n        --brand-hover: #244fb2;\r\n        --text-dark: #1f2a44;\r\n        --text-muted: #374151;\r\n        \r\n        background-color: var(--pure-white);\r\n        padding: 80px 24px;\r\n        width: 100%;\r\n        display: block;\r\n        box-sizing: border-box;\r\n        font-family: 'Inter', sans-serif;\r\n    }\r\n\r\n    .nt-container {\r\n        max-width: 1600px;\r\n        margin: 0 auto;\r\n    }\r\n\r\n    .nt-main-header {\r\n        text-align: center;\r\n        margin-bottom: 70px;\r\n    }\r\n\r\n    .nt-headline-button {\r\n        background-color: var(--brand-blue);\r\n        color: #ffffff !important;\r\n        display: inline-block;\r\n        padding: 24px 70px;\r\n        border-radius: 80px;\r\n        font-size: clamp(2rem, 4vw, 3.5rem);\r\n        font-weight: 900;\r\n        box-shadow: 0 25px 50px rgba(47, 102, 216, 0.2);\r\n    }\r\n\r\n    .nt-cards-grid {\r\n        display: grid;\r\n        grid-template-columns: repeat(2, 1fr);\r\n        gap: 60px;\r\n    }\r\n\r\n    .nt-product-card {\r\n        background: var(--pure-white);\r\n        padding: 60px;\r\n        border-radius: 50px;\r\n        border: 1px solid #f1f5f9;\r\n        display: flex;\r\n        flex-direction: column;\r\n        \/* Triple-layer Liquid Glass shadow from your AI reference *\/\r\n        box-shadow: \r\n            0 10px 20px rgba(0, 0, 0, 0.02),\r\n            0 30px 60px rgba(0, 0, 0, 0.06),\r\n            0 50px 100px rgba(0, 0, 0, 0.03);\r\n        transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n    }\r\n\r\n    .nt-product-card:hover {\r\n        transform: translateY(-20px);\r\n        box-shadow: 0 70px 140px rgba(47, 102, 216, 0.15);\r\n    }\r\n\r\n    \/* Top Section containing Logo and Button underneath it *\/\r\n    .nt-card-top-section {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: flex-start; \/* Keeps them aligned to the left like your screenshots *\/\r\n        gap: 30px;\r\n        margin-bottom: 40px;\r\n    }\r\n\r\n    \/* Enlarged Logos (Double the previous size) *\/\r\n    .nt-card-logo-massive {\r\n        width: 100%;\r\n        max-width: 450px; \/* Massive size *\/\r\n        height: auto;\r\n        max-height: 250px;\r\n        object-fit: contain;\r\n        display: block;\r\n    }\r\n\r\n    \/* Product name button moved under logo *\/\r\n    .nt-product-tag-box {\r\n        background-color: var(--brand-blue);\r\n        color: #ffffff !important;\r\n        padding: 18px 45px;\r\n        border-radius: 60px;\r\n        font-size: 2.2rem;\r\n        font-weight: 900;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n        display: inline-block;\r\n        box-shadow: 0 10px 25px rgba(47, 102, 216, 0.25);\r\n    }\r\n\r\n    \/* Content text maintained at large scale *\/\r\n    .nt-content-text-massive {\r\n        font-size: 1.65rem !important;\r\n        line-height: 1.8 !important;\r\n        color: var(--text-muted) !important;\r\n        text-align: justify;\r\n        text-justify: inter-word;\r\n        margin: 0 0 50px 0 !important;\r\n        flex-grow: 1;\r\n    }\r\n\r\n    .nt-learn-more {\r\n        background-color: var(--brand-blue);\r\n        color: #ffffff !important;\r\n        text-decoration: none;\r\n        padding: 22px 60px;\r\n        border-radius: 60px;\r\n        font-weight: 900;\r\n        font-size: 1.6rem;\r\n        text-align: center;\r\n        transition: all 0.3s ease;\r\n        box-shadow: 0 12px 30px rgba(47, 102, 216, 0.2);\r\n    }\r\n\r\n    .nt-learn-more:hover {\r\n        background-color: var(--brand-hover);\r\n        transform: scale(1.03);\r\n    }\r\n\r\n    \/* Responsive adjustments *\/\r\n    @media (max-width: 1400px) {\r\n        .nt-card-logo-massive { max-width: 350px; }\r\n        .nt-product-tag-box { font-size: 1.8rem; }\r\n        .nt-content-text-massive { font-size: 1.4rem !important; }\r\n    }\r\n\r\n    @media (max-width: 1024px) {\r\n        .nt-cards-grid { grid-template-columns: 1fr; }\r\n        .nt-container { max-width: 900px; }\r\n    }\r\n\r\n    @media (max-width: 600px) {\r\n        .nt-card-top-section { align-items: center; text-align: center; }\r\n        .nt-card-logo-massive { max-width: 280px; }\r\n        .nt-product-card { padding: 40px 25px; }\r\n        .nt-content-text-massive { text-align: left; font-size: 1.3rem !important; }\r\n        .nt-learn-more { width: 100%; box-sizing: border-box; }\r\n    }\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-d7cc4f9 elementor-section-stretched ts-bg-color-yes ts-bgcolor-grey ts-col-stretched-none ts-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d7cc4f9\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&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-15d30f0 ts-bg-color-over-image\" data-id=\"15d30f0\" data-element_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<\/div>\n\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-6aafa7dc elementor-section-stretched ts-col-stretched-both ts-right-col-stretched-content-yes ts-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6aafa7dc\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&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-4eb441a7 ts-bg-color-over-image\" data-id=\"4eb441a7\" data-element_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-73bbd207 elementor-widget elementor-widget-ts_client_element\" data-id=\"73bbd207\" data-element_type=\"widget\" data-widget_type=\"ts_client_element.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"themestek-boxes themestek-boxes-client themestek-boxes-element-client-style-1 themestek-boxes-view-default themestek-boxes-col-six themestek-boxes-sortable- themestek-boxes-textalign-center themestek-boxes-sortablebutton- themestek-boxes-spacing-5px\">\r\n\t\t<div class=\"themestek-boxes-inner themestek-boxes-client-inner\">\t<div class=\"ts-heading-subheading\"><h2 class=\"ts-custom-heading ts-custom-heading-title\">\r\n\t\t\t\r\n\t\t\t\tOur Selected Clients \r\n\t\t\t\r\n\t\t\t<\/h2>\r\n\t\t<h4 class=\"ts-custom-heading ts-custom-subtitle\">\r\n\t\t\t\r\n\t\t\t\tMore than 2000+ clients\r\n\t\t\t\r\n\t\t\t<\/h4>\r\n\t\t<\/div>\r\n\t\t\t\r\n\t\t\t<div class=\"row multi-columns-row themestek-boxes-row-wrapper\">\r\n\t\t\t\t<div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-8.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/2-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/1-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/1-2.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/2-2.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"626\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/LOGOSS-10.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/7.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/1-3.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/Untitled-design-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"626\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/LOGOSS-15.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"625\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/LOGOSS-17.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/16.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/4.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/1-10.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"625\" height=\"626\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/LOGOSS-06.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/4-5.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/3-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/2-10.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/10.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"626\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/LOGOSS-12.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/alfarabilab-jeddah_20200313152728609.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-3.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/Untitled-design-2-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/Untitled-design-3.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/4.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/02\/Untitled-design-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/14.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/1-2.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"625\" height=\"626\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/LOGOSS-11.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"625\" height=\"625\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/LOGOSS-16.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/2-2.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-2-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-4.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/12.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-5.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/1-3.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/Untitled-design-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"644\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/3-768x644-1.webp\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/Untitled-design-5.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/Untitled-design-6.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/2.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"209\" height=\"168\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/download.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div><!-- .themestek-boxes-inner -->   <\/div><!-- .themestek-boxes -->  \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<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab81d38 e-flex e-con-boxed e-con e-parent\" data-id=\"ab81d38\" 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-3592900 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3592900\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b3dffe e-flex e-con-boxed e-con e-parent\" data-id=\"6b3dffe\" 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-d070189 elementor-widget elementor-widget-ts_client_element\" data-id=\"d070189\" data-element_type=\"widget\" data-widget_type=\"ts_client_element.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"themestek-boxes themestek-boxes-client themestek-boxes-element-client-style-1 themestek-boxes-view-default themestek-boxes-col-six themestek-boxes-sortable- themestek-boxes-textalign-center themestek-boxes-sortablebutton- themestek-boxes-spacing-5px\">\r\n\t\t<div class=\"themestek-boxes-inner themestek-boxes-client-inner\">\t<div class=\"ts-heading-subheading\"><h2 class=\"ts-custom-heading ts-custom-heading-title\">\r\n\t\t\t\r\n\t\t\t\tAccreditations &amp; Partners and  Integrations \r\n\t\t\t\r\n\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\r\n\t\t\t<div class=\"row multi-columns-row themestek-boxes-row-wrapper\">\r\n\t\t\t\t<div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/1-15.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/8.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/10.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/11.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/9.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/4-2.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2496\" height=\"1696\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/12\/Gemini_Generated_Image_dg75h4dg75h4dg75.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/Untitled-design-2.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1072\" height=\"1072\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/logos-255FDA-approved-01.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"634\" height=\"635\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/logos-150-05.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"635\" height=\"634\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/11\/logos-150-06.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/10\/health_level_seven_logo.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1072\" height=\"1072\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/10\/siemens-01.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1072\" height=\"1072\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/10\/odoo-01.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/10\/Untitled-design-1.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"788\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/4-7.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1071\" height=\"1071\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/10\/logos-255-07.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div><div class=\"ts-box-col-wrapper col-lg-2 col-sm-4 col-md-4 col-xs-12\"><div class=\"ts-client-logo-box-w\"><div class=\"ts-client-logo-tooltip\"><div class=\"themestek-box themestek-box-client ts-clientbox-style-1 themestek-box-view-style1 themestek-client-box-view-style1\">\r\n\t\r\n\t\t<span class=\"themestek-item-thumbnail\">\r\n\t\t\t<span class=\"themestek-item-thumbnail-inner\">\r\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1071\" height=\"1072\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2025\/10\/logos-255-02.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" \/>\r\n\t\t\t<\/span>\r\n\t\t<\/span>\t<\/div>\r\n<\/div><\/div><!-- .ts-client-logo-box-w --> <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div><!-- .themestek-boxes-inner -->   <\/div><!-- .themestek-boxes -->  \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 class=\"elementor-section elementor-top-section elementor-element elementor-element-38f0322 elementor-section-stretched ts-bg-color-yes ts-bgcolor-grey ts-col-stretched-none ts-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"38f0322\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&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-08beb93 ts-bg-color-over-image\" data-id=\"08beb93\" data-element_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<\/div>\n\t\t<div class=\"elementor-element elementor-element-792515c e-flex e-con-boxed e-con e-parent\" data-id=\"792515c\" 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-02e66ff elementor-widget elementor-widget-html\" data-id=\"02e66ff\" data-element_type=\"widget\" data-widget_type=\"html.default\">\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>Why Us Section<\/title>\r\n    <style>\r\n        \/* Base Reset and Typography *\/\r\n        body {\r\n            font-family: 'Segoe UI', Roboto, -apple-system, sans-serif;\r\n            background-color: #ffffff;\r\n            margin: 0;\r\n            padding: 0;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        * {\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        \/* Full Width Section Wrapper *\/\r\n        .why-us-section {\r\n            width: 100%;\r\n            padding: 80px 5%;\r\n            background-color: #fcfcfc;\r\n        }\r\n\r\n        .container {\r\n            width: 100%;\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n        }\r\n\r\n        \/* Header Styles *\/\r\n        .top-header {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            margin-bottom: 60px;\r\n            gap: 40px;\r\n        }\r\n\r\n        .title-block {\r\n            border-left: 5px solid #0056b3;\r\n            padding-left: 25px;\r\n            flex: 1;\r\n        }\r\n\r\n        .title-block h2 {\r\n            color: #0056b3; \r\n            font-size: clamp(32px, 5vw, 48px);\r\n            font-weight: 800;\r\n            margin: 0;\r\n            letter-spacing: -1px;\r\n            text-transform: capitalize;\r\n        }\r\n\r\n        .title-block p {\r\n            color: #666;\r\n            font-size: clamp(16px, 2vw, 18px);\r\n            max-width: 600px;\r\n            margin: 15px 0 0 0;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Image Illustration Styles *\/\r\n        .header-illustration {\r\n            flex: 0 0 250px;\r\n            max-width: 250px;\r\n            animation: float 4s ease-in-out infinite;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        \/* Styles specifically for your uploaded image *\/\r\n        .header-illustration img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: contain;\r\n            \/* Optional: Adds a soft shadow to make the image pop off the background *\/\r\n            filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.08)); \r\n        }\r\n\r\n        \/* Features Grid *\/\r\n        .features-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n            column-gap: 40px;\r\n            row-gap: 40px;\r\n        }\r\n\r\n        \/* Individual Feature Item *\/\r\n        .feature-item {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            gap: 20px;\r\n            background: #fff;\r\n            padding: 25px;\r\n            border-radius: 12px;\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n            box-shadow: 0 4px 15px rgba(0,0,0,0.03);\r\n            opacity: 0;\r\n            transform: translateY(30px);\r\n            animation: fadeSlideUp 0.6s ease-out forwards;\r\n        }\r\n\r\n        .feature-item:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 25px rgba(0,0,0,0.08);\r\n        }\r\n\r\n        .icon-wrapper {\r\n            flex-shrink: 0;\r\n            width: 35px;\r\n            height: 35px;\r\n            background-color: #0056b3; \r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-top: 2px; \r\n        }\r\n\r\n        .icon-wrapper svg {\r\n            width: 20px;\r\n            height: 20px;\r\n        }\r\n\r\n        .feature-content h3 {\r\n            color: #2c3e50; \r\n            font-size: 17px;\r\n            font-weight: 600;\r\n            line-height: 1.5;\r\n            margin: 0;\r\n        }\r\n\r\n        \/* Animations *\/\r\n        @keyframes fadeSlideUp {\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        @keyframes float {\r\n            0% { transform: translateY(0px); }\r\n            50% { transform: translateY(-15px); }\r\n            100% { transform: translateY(0px); }\r\n        }\r\n\r\n        \/* Staggered Animation Delay *\/\r\n        .feature-item:nth-child(n) { animation-delay: calc(0.1s * var(--i)); }\r\n\r\n        \/* Mobile Responsiveness *\/\r\n        @media (max-width: 768px) {\r\n            .top-header {\r\n                flex-direction: column;\r\n                text-align: left;\r\n                margin-bottom: 40px;\r\n            }\r\n            .title-block {\r\n                border-left: none;\r\n                border-top: 5px solid #0056b3;\r\n                padding-left: 0;\r\n                padding-top: 20px;\r\n            }\r\n            .header-illustration {\r\n                flex: 0 0 180px;\r\n                max-width: 180px;\r\n                margin: 20px auto 0 auto;\r\n            }\r\n            .why-us-section {\r\n                padding: 50px 20px;\r\n            }\r\n            .features-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 20px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"why-us-section\">\r\n    <div class=\"container\">\r\n        \r\n        <div class=\"top-header\">\r\n            <div class=\"title-block\">\r\n                <h2>Pourquoi Nous<\/h2>\r\n                <p>Discover the core advantages that make us the preferred choice. We combine deep industry expertise, robust architecture, and dedicated support.<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"header-illustration\">\r\n                <img decoding=\"async\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/03\/ChatGPT-Image-Mar-8-2026-10_32_31-PM.png\" alt=\"Why Choose Us Illustration\">\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"features-grid\">\r\n            \r\n            <div class=\"feature-item\" style=\"--i:1\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Complete, customizable solutions for your needs.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:2\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Secure, scalable systems built for your growth.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:3\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Deep understanding of served sectors.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:4\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Local branches & distributors across MENA regions.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:5\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Trust in 25+ years of success in the MENA region.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:6\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Easy Integrations with medical & financial systems.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:7\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Full compliance of global and local standards (FDA, CAP, ISO, WHO).<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:8\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Robust solutions built on enterprise-level architecture.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:9\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Full integration with medical equipment.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:10\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>Superior 24X7 support.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"feature-item\" style=\"--i:11\">\r\n                <div class=\"icon-wrapper\">\r\n                    <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"><\/polyline><\/svg>\r\n                <\/div>\r\n                <div class=\"feature-content\">\r\n                    <h3>150 business experts to assist you.<\/h3>\r\n                <\/div>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-338c757 elementor-section-stretched ts-bg-color-yes ts-bgcolor-grey ts-col-stretched-none ts-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"338c757\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&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-13a0175 ts-bg-color-over-image\" data-id=\"13a0175\" data-element_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<\/div>\n\t\t<div class=\"elementor-element elementor-element-2542a32 e-con-full e-flex e-con e-parent\" data-id=\"2542a32\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a223f34 elementor-widget elementor-widget-ts_blog_element\" data-id=\"a223f34\" data-element_type=\"widget\" data-widget_type=\"ts_blog_element.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"themestek-boxes themestek-boxes-blog themestek-boxes-element-blog-style-9 themestek-boxes-view-carousel themestek-boxes-col-three themestek-boxes-sortable- themestek-boxes-textalign- themestek-boxes-sortablebutton- themestek-boxes-spacing-default ts-boxes-carousel-arrows-1\" data-ts-loop=\"1\" data-ts-autoplay=\"1\" data-ts-nav=\"1\" data-ts-dots=\"1\" data-ts-autoplayspeed=\"5000\">\r\n\t\t<div class=\"themestek-boxes-inner themestek-boxes-blog-inner\">\t<div class=\"ts-heading-subheading\"><h2 class=\"ts-custom-heading ts-custom-heading-title\">\r\n\t\t\t\r\n\t\t\t\tOur Latest News \r\n\t\t\t\r\n\t\t\t<\/h2>\r\n\t\t<\/div>\r\n\t\t\t\r\n\t\t\t<div class=\"row multi-columns-row themestek-boxes-row-wrapper\">\r\n\t\t\t\t<div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"994\" height=\"990\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-14-at-3.48.00-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"Salman\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/salman\/\">Salman<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2026\/01\/14\/successful-implementation-of-ldm-lis-at-al-ahli-hospital\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2026-01-14T13:49:25+00:00\">janvier 14, 2026<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T12:48:56+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"Successful Implementation of LDM LIS at Al-Ahli Hospital\" href=\"https:\/\/nationaltechnology.net\/fr\/2026\/01\/14\/successful-implementation-of-ldm-lis-at-al-ahli-hospital\/\">Successful Implementation of LDM LIS at Al-Ahli Hospital<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2026\/01\/14\/successful-implementation-of-ldm-lis-at-al-ahli-hospital\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"2048\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/603073031_1286696636816182_4991185109344926887_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2025\/12\/21\/recognition-from-ain-shams-university\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2025-12-21T11:12:51+00:00\">d\u00e9cembre 21, 2025<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:50:31+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"Recognition from Ain Shams University.\u200b\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/12\/21\/recognition-from-ain-shams-university\/\">Recognition from Ain Shams University.\u200b<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/12\/21\/recognition-from-ain-shams-university\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"2048\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/600281558_1282050870614092_2595407565656515765_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2025\/12\/15\/ldm-implementation-at-al-azhar-university\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2025-12-15T11:14:33+00:00\">d\u00e9cembre 15, 2025<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:50:47+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"LDM Implementation at Al Azhar University\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/12\/15\/ldm-implementation-at-al-azhar-university\/\">LDM Implementation at Al Azhar University<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/12\/15\/ldm-implementation-at-al-azhar-university\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"990\" height=\"992\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-14-at-3.50.44-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"Salman\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/salman\/\">Salman<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2025\/07\/08\/ldm-implementation-at-souad-kafafy-hospital\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2025-07-08T13:51:58+00:00\">juillet 8, 2025<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:51:17+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"LDM Implementation at Souad Kafafy Hospital\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/07\/08\/ldm-implementation-at-souad-kafafy-hospital\/\">LDM Implementation at Souad Kafafy Hospital<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/07\/08\/ldm-implementation-at-souad-kafafy-hospital\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"982\" height=\"976\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-14-at-3.23.12-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2025\/06\/29\/mechanization-of-healthcare-facility-laboratories-projectgeneral-authority-for-healthcare\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2025-06-29T13:20:59+00:00\">juin 29, 2025<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:51:41+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"Mechanization of Healthcare Facility Laboratories ProjectGeneral Authority for Healthcare\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/06\/29\/mechanization-of-healthcare-facility-laboratories-projectgeneral-authority-for-healthcare\/\">Mechanization of Healthcare Facility Laboratories ProjectGeneral Authority for Healthcare<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2025\/06\/29\/mechanization-of-healthcare-facility-laboratories-projectgeneral-authority-for-healthcare\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"2048\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/487482772_1074331441386037_8440819298630428592_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2024\/10\/30\/abha-private-hospital-for-passing-the-aabb-accreditation\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2024-10-30T11:21:00+00:00\">octobre 30, 2024<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:52:10+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"Congratulate Abha Private Hospital for passing the AABB accreditation.\" href=\"https:\/\/nationaltechnology.net\/fr\/2024\/10\/30\/abha-private-hospital-for-passing-the-aabb-accreditation\/\">Congratulate Abha Private Hospital for passing the AABB accreditation.<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2024\/10\/30\/abha-private-hospital-for-passing-the-aabb-accreditation\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/486434794_1072052464947268_6086303497888620676_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2024\/08\/05\/new-partnership-with-srta-city\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2024-08-05T11:23:00+00:00\">ao\u00fbt 5, 2024<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:52:41+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"New partnership with SRTA city\" href=\"https:\/\/nationaltechnology.net\/fr\/2024\/08\/05\/new-partnership-with-srta-city\/\">New partnership with SRTA city<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2024\/08\/05\/new-partnership-with-srta-city\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/486695087_1070471111772070_4458162001114421496_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2024\/06\/09\/partnership-with-ahl-masr-foundation\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2024-06-09T11:24:00+00:00\">juin 9, 2024<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:53:13+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"Partnership with Ahl Masr Foundation\" href=\"https:\/\/nationaltechnology.net\/fr\/2024\/06\/09\/partnership-with-ahl-masr-foundation\/\">Partnership with Ahl Masr Foundation<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2024\/06\/09\/partnership-with-ahl-masr-foundation\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/481082057_1053990316753483_4420719509527439212_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2023\/06\/07\/digital-transformation-achievements\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2023-06-07T11:30:00+00:00\">juin 7, 2023<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:53:40+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"Digital transformation achievements\" href=\"https:\/\/nationaltechnology.net\/fr\/2023\/06\/07\/digital-transformation-achievements\/\">Digital transformation achievements<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2023\/06\/07\/digital-transformation-achievements\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"850\" height=\"819\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/485169446_1173891608114591_2432706742901846856_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2023\/06\/07\/partnership-with-egypt-healthcare-authority-eha\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2023-06-07T11:28:00+00:00\">juin 7, 2023<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:54:03+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"Partnership with \u00a0 Egypt Healthcare Authority\u00a0(EHA)\" href=\"https:\/\/nationaltechnology.net\/fr\/2023\/06\/07\/partnership-with-egypt-healthcare-authority-eha\/\">Partnership with \u00a0 Egypt Healthcare Authority\u00a0(EHA)<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2023\/06\/07\/partnership-with-egypt-healthcare-authority-eha\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/481674737_1053796506772864_2586526309316880118_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"Salman\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/salman\/\">Salman<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2023\/05\/30\/national-technology-x-healthtech-summit\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2023-05-30T11:32:00+00:00\">mai 30, 2023<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:54:34+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"National Technology x HealthTech Summit\" href=\"https:\/\/nationaltechnology.net\/fr\/2023\/05\/30\/national-technology-x-healthtech-summit\/\">National Technology x HealthTech Summit<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2023\/05\/30\/national-technology-x-healthtech-summit\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/01\/476643411_1036971515122030_7657781273155992566_n.jpg\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2022\/11\/06\/ldm-implementation-of-the-universal-health-insurance-system\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2022-11-06T11:34:00+00:00\">novembre 6, 2022<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:54:57+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"LDM Implementation of the Universal Health Insurance System\" href=\"https:\/\/nationaltechnology.net\/fr\/2022\/11\/06\/ldm-implementation-of-the-universal-health-insurance-system\/\">LDM Implementation of the Universal Health Insurance System<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2022\/11\/06\/ldm-implementation-of-the-universal-health-insurance-system\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2021\/11\/ChatGPT-Image-Jan-25-2026-04_39_49-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/21\/governments-putting-pressure-on-the-coal-industry-to-close\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2021-11-21T09:02:00+00:00\">novembre 21, 2021<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:55:27+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"National Technology Partnership with Welcare Hospital\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/21\/governments-putting-pressure-on-the-coal-industry-to-close\/\">National Technology Partnership with Welcare Hospital<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/21\/governments-putting-pressure-on-the-coal-industry-to-close\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2021\/11\/ChatGPT-Image-Jan-25-2026-04_48_20-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/10\/industrial-contractor-powerhouse\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2021-11-10T09:49:00+00:00\">novembre 10, 2021<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:55:40+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"National Technology Develop Zohr Field Lab Management\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/10\/industrial-contractor-powerhouse\/\">National Technology Develop Zohr Field Lab Management<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/10\/industrial-contractor-powerhouse\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2021\/11\/ChatGPT-Image-Jan-25-2026-04_52_50-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/03\/what-2018-has-in-store-for-the-industry\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2021-11-03T10:43:00+00:00\">novembre 3, 2021<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:55:53+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"National Technology Cooperates With Shifa Hospital\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/03\/what-2018-has-in-store-for-the-industry\/\">National Technology Cooperates With Shifa Hospital<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/03\/what-2018-has-in-store-for-the-industry\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2021\/11\/ChatGPT-Image-Jan-25-2026-05_51_35-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/01\/objectives-of-the-marketer\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2021-11-01T11:39:00+00:00\">novembre 1, 2021<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:56:05+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"National Technology Completes Universal Health Insurance system in Port Said\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/01\/objectives-of-the-marketer\/\">National Technology Completes Universal Health Insurance system in Port Said<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/11\/01\/objectives-of-the-marketer\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"1024\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2021\/11\/ChatGPT-Image-Jan-25-2026-05_14_49-PM.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/2021\/06\/28\/lab-priority-services-delivered\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"2021-06-28T09:06:00+00:00\">juin 28, 2021<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:56:21+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"National Technology Partnership with Ghaly\u2019s Medical Clinic\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/06\/28\/lab-priority-services-delivered\/\">National Technology Partnership with Ghaly\u2019s Medical Clinic<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/2021\/06\/28\/lab-priority-services-delivered\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div><div class=\"ts-box-col-wrapper col-lg-4 col-sm-6 col-md-4 col-xs-12 ts-term-91\"><article class=\"themestek-box themestek-box-blog ts-blogbox-style-9 themestek-box-style9 ts-hover-style-3 themestek-blogbox-format-\">\r\n\t<div class=\"post-item\">\r\n\t\t\r\n\t\t<div class=\"ts-blog-image-with-meta\">\r\n\t\t\t<div class=\"ts-featured-wrapper ts-post-featured-wrapper ts-post-format-\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1151\" src=\"https:\/\/nationaltechnology.net\/wp-content\/uploads\/2026\/02\/ZOHR-CERMONY-scaled.png\" class=\"attachment-themestek-img-800x700 size-themestek-img-800x700 wp-post-image\" alt=\"\" \/><\/div>\t\t<\/div>\r\n\t\t\r\n\t\t<div class=\"themestek-box-content\">\r\n\t\t\t<div class=\"ts-entry-meta-wrapper\"><div class=\"entry-meta ts-entry-meta ts-entry-meta-blogbox\"><span class=\"ts-meta-line byline\">  <span class=\"author vcard\"><span class=\"screen-reader-text ts-hide\">Author <\/span>By <a title=\"nt.me.egy@gmail.com\" class=\"url fn n\" href=\"https:\/\/nationaltechnology.net\/fr\/author\/nt-me-egygmail-com\/\">nt.me.egy@gmail.com<\/a><\/span><\/span><span class=\"ts-meta-line posted-on\"><span class=\"screen-reader-text ts-hide\">Posted on <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/0021\/11\/04\/tests-with-nursing-implications\/\" title=\"Posted on\"><time class=\"entry-date published\" datetime=\"0021-11-04T10:00:25+00:00\">novembre 4, 0021<\/time><time class=\"updated ts-hide\" datetime=\"2026-03-07T01:56:36+00:00\">mars 7, 2026<\/time><\/a><\/span><\/div><\/div>\t\t\t\t\t\t\t<span class=\"ts-meta-line cat-links\"><span class=\"screen-reader-text ts-hide\">Categories <\/span><a href=\"https:\/\/nationaltechnology.net\/fr\/category\/news\/\">news<\/a><\/span>\r\n\t\t\t\t\t\t<div class=\"themestek-box-title\"><h4><a title=\"National Technology Participates in Zohr Field Ceremony of Honoring\" href=\"https:\/\/nationaltechnology.net\/fr\/0021\/11\/04\/tests-with-nursing-implications\/\">National Technology Participates in Zohr Field Ceremony of Honoring<\/a><\/h4><\/div>\r\n\t\t\t<div class=\"ts-bottom-meta-wrapper clearfix\">\r\n\t\t\t\t<div class=\"pull-left\">\r\n\t\t\t\t\t<div class=\"themestek-blogbox-footer-left\"><a title=\"Lire Plus\" href=\"https:\/\/nationaltechnology.net\/fr\/0021\/11\/04\/tests-with-nursing-implications\/\">Lire Plus<\/a><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n<\/article><\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div><!-- .themestek-boxes-inner -->   <\/div><!-- .themestek-boxes -->  \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-section elementor-top-section elementor-element elementor-element-1b99806 elementor-section-stretched ts-bg-color-yes ts-bgcolor-grey ts-col-stretched-none ts-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b99806\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&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-9a70022 ts-bg-color-over-image\" data-id=\"9a70022\" data-element_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<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4ebabdd ts-col-stretched-left ts-bg-color-yes ts-bgcolor-white ts-textcolor-skincolor elementor-section-stretched ts-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4ebabdd\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\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-50 elementor-top-column elementor-element elementor-element-8f4df5f ts-bg-color-over-image\" data-id=\"8f4df5f\" data-element_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-1040ea68 elementor-widget elementor-widget-spacer\" data-id=\"1040ea68\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-10cfab4 ts-bg-color-yes ts-bgcolor-transparent ts-textcolor-darkgrey ts-bg-color-over-image\" data-id=\"10cfab4\" data-element_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-71374e64 ts-heading-style-3 ts-align-left elementor-widget elementor-widget-ts_heading\" data-id=\"71374e64\" data-element_type=\"widget\" data-widget_type=\"ts_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"ts-heading-subheading ts-reverse-heading-yes animation-style4\"><h4 class=\"ts-custom-heading ts-custom-subtitle\">\r\n\t\t\t\r\n\t\t\t\tObtenez Gratuitement un Audit\r\n\t\t\t\r\n\t\t\t<\/h4>\r\n\t\t<h2 class=\"ts-custom-heading ts-custom-heading-title\">\r\n\t\t\t\r\n\t\t\t\tParlez-en \u00e0 <strong>Nos Experts<\/strong>\r\n\t\t\t\r\n\t\t\t<\/h2>\r\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d03b8b6 elementor-widget elementor-widget-shortcode\" data-id=\"4d03b8b6\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Contact<\/h2>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/fr\/wp-json\/wp\/v2\/pages\/93' data-formid='1' novalidate data-trp-original-action=\"\/fr\/wp-json\/wp\/v2\/pages\/93\">\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_above description_above validation_below'><div id=\"field_1_4\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_4'>Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_4' id='input_1_4' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_9\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_9'>Title<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_1_9' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_7\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible pcafe_sp_field\"  data-field-class=\"pcafe_sp_field\" ><label class='gfield_label gform-field-label' for='input_1_7'>T\u00e9l\u00e9phone<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><span class='spf-phone error-msg hide'><\/span><span class='spf-phone valid-msg hide'><\/span><input name='input_7' id='input_1_7' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"tel\" \/><\/div><\/div><div id=\"field_1_24\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_24'>Name of the Company<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_24' id='input_1_24' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_2\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_2'>E-mail<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_1_2' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield_contains_required field_sublabel_above gfield--has-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_3'>Message<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='gfield_description' id='gfield_description_1_3'>S'il vous pla\u00eet laissez-nous savoir ce qui est sur votre esprit. Vous avez une question pour nous? Posez-vous la question.<\/div><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_1_3' class='textarea medium'  aria-describedby=\"gfield_description_1_3\" maxlength='600'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Soumettre'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjA5N2FiZTViYWNjNTNjOTk2OTNiMjI5N2M0MGZmOGJhIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <input type=\"hidden\" name=\"trp-form-language\" value=\"fr\"\/><\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/nationaltechnology.net\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/nationaltechnology.net\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e80f629 elementor-widget__width-initial elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"5e80f629\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<span class=\"ts-custom-shap-style-1\"><\/span>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2358994 elementor-widget__width-initial elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"2358994\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<span class=\"ts-custom-shap-style-2\"><\/span>\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<\/div>","protected":false},"excerpt":{"rendered":"<p>Hero Section &#8211; Modern Design Meet the Leading LIS in the Middle East &#038; Africa Empowering Healthcare, Improving Lives. Innovative Healthcare Solutions across the region. Our Numbers Tell the Story 0 Years ofExperience 0 Countries ofOperation 0 Labs in25+ Years 0 Daily HealthcareProfessional Users 0 Yearly TestsDone Products Portfolio LDM Your lab deserves next-level LIS &hellip; <a href=\"https:\/\/nationaltechnology.net\/fr\/0021\/11\/04\/tests-with-nursing-implications\/\" class=\"more-link\" title=\"Continue reading <span class=\"screen-reader-text\">National Technology Participates in Zohr Field Ceremony of Honoring<\/span>&#8220;>Continue reading <span class=\"screen-reader-text\">National Technology Participates in Zohr Field Ceremony of Honoring<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-93","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages\/93","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/comments?post=93"}],"version-history":[{"count":504,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages\/93\/revisions"}],"predecessor-version":[{"id":7715,"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/pages\/93\/revisions\/7715"}],"wp:attachment":[{"href":"https:\/\/nationaltechnology.net\/fr\/wp-json\/wp\/v2\/media?parent=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}