{"id":60,"date":"2026-07-30T19:16:26","date_gmt":"2026-07-30T19:16:26","guid":{"rendered":"https:\/\/shismo.com\/abher\/?page_id=60"},"modified":"2026-08-15T19:55:46","modified_gmt":"2026-08-15T19:55:46","slug":"partners","status":"publish","type":"page","link":"https:\/\/shismo.com\/abher\/partners\/","title":{"rendered":"Partners"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"60\" class=\"elementor elementor-60\">\n\t\t\t\t<section class=\"elementor-element elementor-element-590e9f16 e-con-full e-flex e-con e-parent\" data-id=\"590e9f16\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-74288609 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"74288609\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a06b642 elementor-widget elementor-widget-html\" data-id=\"5a06b642\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n(function () {\r\n  \"use strict\";\r\n\r\n  \/\/ ---- Settings ----\r\n  var CONFIG = {\r\n    hold:     320,   \/\/ scroll-track length (vh) \u2014 higher = longer section \/ slower play\r\n    offsetTop:0,     \/\/ fixed header height (px)\r\n    depth:    1.6,   \/\/ how far back images start\r\n\r\n    zoom:     1.1,   \/\/ \u2605 how big images get at the front. Lower = smaller. (1.3 small, 1.5 med, 2 big)\r\n\r\n    spreadX:  70,    \/\/ horizontal spread %\r\n    spreadY:  26,    \/\/ vertical spread %\r\n    blur:     9,     \/\/ far-image blur px (0 = off)\r\n    gap:      0.55,  \/\/ delay between images\r\n\r\n    \/\/ Visibility timing\r\n    fadeIn:   0.30,  \/\/ fade-in portion (x move duration)\r\n    stay:     0.10,  \/\/ how long an image holds fully visible up front (raise = longer)\r\n    fadeOut:  0.35,  \/\/ fade-out portion (raise = smoother)\r\n\r\n    ease:     3,     \/\/ arrival softness (1 = linear\/hard stop, higher = softer cushion)\r\n    smooth:   0.12,  \/\/ scroll smoothing 0..1 (lower = smoother\/laggier, higher = snappier)\r\n\r\n    tilt:     5,     \/\/ slight image tilt (deg)\r\n    autoFix:  true   \/\/ auto-fix parent overflow that breaks sticky\r\n  };\r\n\r\n  var slice = function (n) { return Array.prototype.slice.call(n); };\r\n  var clamp01 = function (v) { return v < 0 ? 0 : v > 1 ? 1 : v; };\r\n  function domReady(fn) {\r\n    if (document.readyState !== \"loading\") fn();\r\n    else document.addEventListener(\"DOMContentLoaded\", fn);\r\n  }\r\n  function onMQ(mq, fn) { mq.addEventListener ? mq.addEventListener(\"change\", fn) : mq.addListener(fn); }\r\n\r\n  \/\/ ---- Build slides from the Elementor gallery, as DIRECT children of the wrapper ----\r\n  function buildImages(wrapper, gallery) {\r\n    if (wrapper.getAttribute(\"data-dm-built\"))\r\n      return slice(wrapper.querySelectorAll(\".dm-zoom-img\"));\r\n\r\n    var made = [];\r\n    slice(gallery.querySelectorAll(\"img\")).forEach(function (im) {\r\n      var a = im.closest(\"a[href]\");\r\n      var href = a && a.getAttribute(\"href\");\r\n      var src = (href && \/\\.(webp|jpe?g|png|gif|avif)(\\?|#|$)\/i.test(href))\r\n        ? href\r\n        : (im.getAttribute(\"src\") || \"\").replace(\/-\\d+x\\d+(\\.\\w+)\/i, \"$1\");\r\n      if (!src) return;\r\n      var d = document.createElement(\"div\");\r\n      d.className = \"dm-zoom-img\";\r\n      d.style.opacity = \"0\"; \/\/ stop flash before JS runs (mobile CSS forces opacity:1)\r\n      var nim = document.createElement(\"img\");\r\n      nim.src = src; nim.alt = im.getAttribute(\"alt\") || \"\"; nim.setAttribute(\"decoding\", \"async\");\r\n      d.appendChild(nim);\r\n      wrapper.appendChild(d);\r\n      made.push(d);\r\n    });\r\n    if (made.length) wrapper.setAttribute(\"data-dm-built\", \"1\");\r\n    return made;\r\n  }\r\n\r\n  \/\/ ---- Sticky doctor: sticky breaks on a parent with non-visible overflow ----\r\n  function clearStickyBlockers(el) {\r\n    if (!CONFIG.autoFix) return;\r\n    var node = el.parentElement;\r\n    while (node && node !== document.documentElement) {\r\n      var s = getComputedStyle(node);\r\n      if ([\"overflowX\", \"overflowY\"].some(function (k) { return s[k] !== \"visible\" && s[k] !== \"clip\"; }))\r\n        node.style.setProperty(\"overflow\", \"clip\", \"important\");\r\n      node = node.parentElement;\r\n    }\r\n    [document.documentElement, document.body].forEach(function (n) {\r\n      var s = getComputedStyle(n);\r\n      if (s.overflowX === \"hidden\" || s.overflowY === \"hidden\")\r\n        n.style.setProperty(\"overflow\", \"clip\", \"important\");\r\n      if (s.scrollBehavior === \"smooth\")\r\n        n.style.setProperty(\"scroll-behavior\", \"auto\", \"important\");\r\n    });\r\n  }\r\n\r\n  domReady(function () {\r\n    if (window.elementorFrontend &&\r\n        typeof elementorFrontend.isEditMode === \"function\" &&\r\n        elementorFrontend.isEditMode()) return;\r\n    slice(document.querySelectorAll(\".dm-zoom-wrapper\")).forEach(setup);\r\n  });\r\n\r\n  function setup(wrapper) {\r\n    \/\/ Wrap in a tall scroll track so the sticky wrapper has room to hold\r\n    var section = wrapper.closest(\".dm-zoom-scroll\");\r\n    if (!section) {\r\n      section = document.createElement(\"div\");\r\n      section.className = \"dm-zoom-scroll\";\r\n      wrapper.parentNode.insertBefore(section, wrapper);\r\n      section.appendChild(wrapper);\r\n    }\r\n    wrapper.style.setProperty(\"--dm-top\", CONFIG.offsetTop + \"px\");\r\n\r\n    var gallery = wrapper.querySelector(\".elementor-image-gallery\");\r\n    var galWidget = gallery && gallery.closest(\".elementor-widget-image-gallery\");\r\n    if (gallery) {\r\n      buildImages(wrapper, gallery);\r\n      if (galWidget) galWidget.style.display = \"none\"; \/\/ hide native grid (kills FOUC swap)\r\n    }\r\n\r\n    var copy = wrapper.querySelector(\".dm-zoom-copy\");\r\n    var imgs = slice(wrapper.querySelectorAll(\".dm-zoom-img\"));\r\n    if (!imgs.length) { console.warn(\"[dm-zoom] no images found\"); return; }\r\n\r\n    var DUR = 2;\r\n    var enabled = false, current = 0, target = 0, rafId = null, running = false;\r\n    var persp, zFar, zNear, total = 0, pos = [];\r\n\r\n    function easeOut(t) { return 1 - Math.pow(1 - t, CONFIG.ease); }\r\n\r\n    function measure() {\r\n      persp = parseFloat(getComputedStyle(wrapper).perspective) || 900;\r\n      zFar  = -persp * CONFIG.depth;\r\n      var z = Math.max(1.05, CONFIG.zoom);\r\n      zNear = persp * (1 - 1 \/ z);\r\n      var GOLDEN = Math.PI * (3 - Math.sqrt(5));\r\n      pos = imgs.map(function (el, i) {\r\n        var a = i * GOLDEN, r = 0.42 + 0.58 * ((i % 4) \/ 3);\r\n        return {\r\n          left: 50 + Math.cos(a) * CONFIG.spreadX * r,\r\n          top:  50 + Math.sin(a) * CONFIG.spreadY * r,\r\n          rot:  (i % 2 ? 1 : -1) * CONFIG.tilt * r\r\n        };\r\n      });\r\n      total = (imgs.length - 1) * CONFIG.gap + DUR * (1 + CONFIG.stay + CONFIG.fadeOut);\r\n    }\r\n\r\n    function progress() {\r\n      var dist = section.offsetHeight - window.innerHeight;\r\n      if (dist <= 0) return 0;\r\n      return clamp01(-section.getBoundingClientRect().top \/ dist);\r\n    }\r\n\r\n    function render() {\r\n      var time = current * total;\r\n      for (var i = 0; i < imgs.length; i++) {\r\n        var at = i * CONFIG.gap, p = pos[i];\r\n        var z  = zFar + (zNear - zFar) * easeOut(clamp01((time - at) \/ DUR));\r\n        var oi = clamp01((time - at) \/ (DUR * CONFIG.fadeIn));\r\n        var oo = clamp01((time - (at + DUR * (1 + CONFIG.stay))) \/ (DUR * CONFIG.fadeOut));\r\n        var op = oi * (1 - oo);\r\n        var bl = CONFIG.blur * (1 - oi);\r\n        var el = imgs[i];\r\n        el.style.left = p.left + \"%\";\r\n        el.style.top  = p.top + \"%\";\r\n        el.style.transform = \"translate(-50%,-50%) translateZ(\" + z.toFixed(1) + \"px) rotate(\" + p.rot + \"deg)\";\r\n        el.style.opacity = op.toFixed(3);\r\n        el.style.filter = bl > 0.02 ? \"blur(\" + bl.toFixed(2) + \"px)\" : \"none\";\r\n      }\r\n      if (copy) copy.style.opacity = \"1\"; \/\/ hero text visible on load\r\n    }\r\n\r\n    function loop() {\r\n      current += (target - current) * CONFIG.smooth;\r\n      if (Math.abs(target - current) < 0.0002) { current = target; render(); running = false; rafId = null; return; }\r\n      render();\r\n      rafId = requestAnimationFrame(loop);\r\n    }\r\n    function requestRender() {\r\n      target = progress();\r\n      if (!running) { running = true; rafId = requestAnimationFrame(loop); }\r\n    }\r\n    function onResize() { measure(); requestRender(); }\r\n\r\n    function enable() {\r\n      if (enabled) return; enabled = true;\r\n      wrapper.classList.add(\"dm-3d\");\r\n      section.style.height = (100 + CONFIG.hold) + \"vh\";\r\n      clearStickyBlockers(section);\r\n      measure();\r\n      current = target = progress(); render(); \/\/ snap to current scroll (no load jump)\r\n      window.addEventListener(\"scroll\", requestRender, { passive: true });\r\n      window.addEventListener(\"resize\", onResize);\r\n    }\r\n    function disable() {\r\n      if (!enabled) return; enabled = false;\r\n      wrapper.classList.remove(\"dm-3d\");\r\n      section.style.height = \"\";\r\n      window.removeEventListener(\"scroll\", requestRender);\r\n      window.removeEventListener(\"resize\", onResize);\r\n      if (rafId) cancelAnimationFrame(rafId);\r\n      rafId = null; running = false;\r\n      imgs.forEach(function (el) {\r\n        el.style.transform = el.style.left = el.style.top = el.style.opacity = el.style.filter = \"\";\r\n      });\r\n      if (copy) copy.style.opacity = \"\";\r\n    }\r\n\r\n    var mqDesktop = window.matchMedia(\"(min-width: 768px)\");\r\n    var mqReduce  = window.matchMedia(\"(prefers-reduced-motion: reduce)\");\r\n    function apply() { (mqDesktop.matches && !mqReduce.matches) ? enable() : disable(); }\r\n    apply();\r\n    onMQ(mqDesktop, apply);\r\n    onMQ(mqReduce, apply);\r\n\r\n    \/\/ Re-snap once images\/fonts finish loading\r\n    window.addEventListener(\"load\", function () { if (enabled) { measure(); requestRender(); } });\r\n  }\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3f766262 dm-zoom-wrapper e-con-full e-flex e-con e-child\" data-id=\"3f766262\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6628704b e-con-full dm-zoom-bg e-flex e-con e-child\" data-id=\"6628704b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b7d07a elementor-widget elementor-widget-image-gallery\" data-id=\"1b7d07a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-1' class='gallery galleryid-60 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1b7d07a\" data-elementor-lightbox-title=\"1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcwNywidXJsIjoiaHR0cHM6XC9cL3NoaXNtby5jb21cL2FiaGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvMS5qcGciLCJzbGlkZXNob3ciOiIxYjdkMDdhIn0%3D\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/1.jpg'><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/1-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1b7d07a\" data-elementor-lightbox-title=\"2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcwOCwidXJsIjoiaHR0cHM6XC9cL3NoaXNtby5jb21cL2FiaGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvMi5qcGciLCJzbGlkZXNob3ciOiIxYjdkMDdhIn0%3D\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/2.jpg'><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/2-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1b7d07a\" data-elementor-lightbox-title=\"4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcxMCwidXJsIjoiaHR0cHM6XC9cL3NoaXNtby5jb21cL2FiaGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvNC5qcGciLCJzbGlkZXNob3ciOiIxYjdkMDdhIn0%3D\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/4.jpg'><img decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/4-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1b7d07a\" data-elementor-lightbox-title=\"3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcwOSwidXJsIjoiaHR0cHM6XC9cL3NoaXNtby5jb21cL2FiaGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvMy5qcGciLCJzbGlkZXNob3ciOiIxYjdkMDdhIn0%3D\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/3.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/3-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1b7d07a\" data-elementor-lightbox-title=\"5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcxMSwidXJsIjoiaHR0cHM6XC9cL3NoaXNtby5jb21cL2FiaGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvNS5qcGciLCJzbGlkZXNob3ciOiIxYjdkMDdhIn0%3D\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/5.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/5-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1b7d07a\" data-elementor-lightbox-title=\"6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcxMiwidXJsIjoiaHR0cHM6XC9cL3NoaXNtby5jb21cL2FiaGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvNi5qcGciLCJzbGlkZXNob3ciOiIxYjdkMDdhIn0%3D\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/6.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/6-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1b7d07a\" data-elementor-lightbox-title=\"7\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzcxMywidXJsIjoiaHR0cHM6XC9cL3NoaXNtby5jb21cL2FiaGVyXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvNy5qcGciLCJzbGlkZXNob3ciOiIxYjdkMDdhIn0%3D\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/7.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/7-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7f92679b e-con-full dm-zoom-copy e-flex e-con e-child\" data-id=\"7f92679b\" data-element_type=\"container\" data-e-type=\"container\" data-tef-stagger=\"1\" data-tef-stagger-anim=\"fade-up\" data-tef-stagger-scope=\"class\" data-tef-stagger-target=\"an\" data-tef-stagger-dur=\"1000\" data-tef-stagger-step=\"250\" data-tef-stagger-fouc=\"1\" data-tef-stagger-off=\"mobile\">\n\t\t\t\t<div class=\"elementor-element elementor-element-306dacdf an elementor-widget elementor-widget-tewido-elementra-heading\" data-id=\"306dacdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tewido-elementra-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tewido-elementra-heading\"><h1 class=\"tewido-elementra-heading__title\">Our Solutions &amp; Technologies Originated in Europe and Have Expanded to Various Markets Worldwide.\n<\/h1><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e811043 an elementor-widget elementor-widget-text-editor\" data-id=\"3e811043\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tWe combine Saudi national talent with leading AI experts in Europe to provide your brand with a local partner possessing global skills and capabilities.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a45b99 an elementor-widget elementor-widget-tewido-elementra-icon\" data-id=\"6a45b99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tewido-elementra-icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tewido-elementra-icon-widget tewido-elementra-icon-widget--fx-float\"><a href=\"#partners\" class=\"tewido-elementra-icon-widget__inner\" aria-label=\"Open link\"><span class=\"tewido-elementra-icon-widget__icon\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-down-to-dot-icon lucide-arrow-down-to-dot\"><path d=\"M12 2v14\"><\/path><path d=\"m19 9-7 7-7-7\"><\/path><circle cx=\"12\" cy=\"21\" r=\"1\"><\/circle><\/svg><\/span><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-b8e16a7 e-flex e-con-boxed e-con e-parent\" data-id=\"b8e16a7\" data-element_type=\"container\" data-e-type=\"container\" id=\"partners\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" data-tef-stagger=\"1\" data-tef-stagger-anim=\"fade\" data-tef-stagger-scope=\"class\" data-tef-stagger-target=\"gallery-item\" data-tef-stagger-dur=\"500\" data-tef-stagger-step=\"150\" data-tef-stagger-fouc=\"1\" data-tef-stagger-off=\"mobile\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-63528e5 gallery-spacing-custom elementor-widget elementor-widget-image-gallery\" data-id=\"63528e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-2' class='gallery galleryid-60 gallery-columns-4 gallery-size-full'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"no\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"160\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/1.jpg\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"no\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/2.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"160\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/2.jpg\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"no\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/3.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"160\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/3.jpg\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"no\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/4.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"160\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/4.jpg\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"no\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/5.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"160\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/5.jpg\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"no\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/6.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"160\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/6.jpg\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"no\" href='https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/7.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"160\" src=\"https:\/\/shismo.com\/abher\/wp-content\/uploads\/2026\/08\/7.jpg\" class=\"attachment-full size-full\" alt=\"\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our Solutions &amp; Technologies Originated in Europe and Have Expanded to Various Markets Worldwide. We combine Saudi national talent with leading AI experts in Europe to provide your brand with a local partner possessing global skills and capabilities.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-60","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shismo.com\/abher\/wp-json\/wp\/v2\/pages\/60","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shismo.com\/abher\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shismo.com\/abher\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shismo.com\/abher\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shismo.com\/abher\/wp-json\/wp\/v2\/comments?post=60"}],"version-history":[{"count":0,"href":"https:\/\/shismo.com\/abher\/wp-json\/wp\/v2\/pages\/60\/revisions"}],"wp:attachment":[{"href":"https:\/\/shismo.com\/abher\/wp-json\/wp\/v2\/media?parent=60"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}