{"id":44,"date":"2025-10-03T11:47:32","date_gmt":"2025-10-03T11:47:32","guid":{"rendered":"https:\/\/forestgreen-goose-685196.hostingersite.com\/?page_id=44"},"modified":"2025-12-29T07:44:14","modified_gmt":"2025-12-29T07:44:14","slug":"about-us","status":"publish","type":"page","link":"https:\/\/dekadevelopment.ge\/en\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"44\" class=\"elementor elementor-44\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3910c2b e-flex e-con-boxed e-con e-parent\" data-id=\"3910c2b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-be01df0 e-con-full e-flex e-con e-child\" data-id=\"be01df0\" 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-3c24319 elementor-widget elementor-widget-heading\" data-id=\"3c24319\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span style=\"font-weight:700\">\u10e9\u10d5\u10d4\u10dc<\/span> \u10e8\u10d4\u10e1\u10d0\u10ee\u10d4\u10d1<\/h2>\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<div class=\"elementor-element elementor-element-e04618b e-flex e-con-boxed e-con e-parent\" data-id=\"e04618b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-173dc31 e-con-full e-flex e-con e-child\" data-id=\"173dc31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-73e30e3 elementor-widget elementor-widget-html\" data-id=\"73e30e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- Load libraries once -->\n<script src=\"https:\/\/unpkg.com\/split-type\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/gsap.min.js\"><\/script>\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.11.4\/ScrollTrigger.min.js\"><\/script>\n\n<style>\n[animate],\n[titleanimate] {\n  visibility: hidden;\n}\n\n[titleanimate] .word {\n  overflow: hidden;\n  display: inline-block;\n}\n\n[titleanimate] .char,\n[animate] .word {\n  display: inline-block;\n}\n<\/style>\n\n<script>\n(function() {\n  if (typeof gsap === 'undefined' || typeof SplitType === 'undefined') {\n    document.querySelectorAll('[animate], [titleanimate]').forEach(el => {\n      el.style.visibility = 'visible';\n    });\n    return;\n  }\n\n  gsap.registerPlugin(ScrollTrigger);\n\n  \/\/ Detect mobile\n  const isMobile = \/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini\/i.test(navigator.userAgent) || window.innerWidth < 768;\n\n  let splitInstances = [];\n  let scrollTriggers = [];\n\n  \/\/ SCROLL ANIMATION [animate] - DESKTOP ONLY\n  function initScrollAnimations() {\n    document.querySelectorAll('[animate]').forEach(element => {\n      if (element.dataset.animated === 'true') return;\n      element.dataset.animated = 'true';\n\n      \/\/ MOBILE: Just show text, no animation\n      if (isMobile) {\n        element.style.visibility = 'visible';\n        return;\n      }\n\n      \/\/ DESKTOP: Full animation\n      const typeSplit = new SplitType(element, {\n        types: 'words',\n        tagName: 'span'\n      });\n      splitInstances.push(typeSplit);\n\n      const words = element.querySelectorAll('.word');\n\n      gsap.set(words, { opacity: 0.3 });\n      element.style.visibility = 'visible';\n\n      const tl = gsap.timeline({\n        scrollTrigger: {\n          trigger: element,\n          start: 'top 85%',\n          end: 'top 30%',\n          scrub: 0.5,\n          invalidateOnRefresh: true\n        }\n      });\n\n      tl.to(words, {\n        opacity: 1,\n        duration: 1,\n        ease: 'none',\n        stagger: 0.02\n      });\n\n      scrollTriggers.push(tl.scrollTrigger);\n    });\n  }\n\n  \/\/ TITLE ANIMATION [titleanimate] - WORKS ON ALL DEVICES\n  function initTitleAnimations() {\n    document.querySelectorAll('[titleanimate]').forEach(element => {\n      if (element.dataset.animated === 'true') return;\n      element.dataset.animated = 'true';\n\n      const typeSplit = new SplitType(element, {\n        types: 'lines, words, chars',\n        tagName: 'span'\n      });\n      splitInstances.push(typeSplit);\n\n      const chars = element.querySelectorAll('.char');\n\n      gsap.set(chars, { y: '100%', opacity: 0 });\n      element.style.visibility = 'visible';\n\n      const rect = element.getBoundingClientRect();\n      const inView = rect.top < window.innerHeight && rect.bottom > 0;\n\n      if (inView) {\n        gsap.to(chars, {\n          y: '0%',\n          opacity: 1,\n          duration: 0.4,\n          ease: 'power1.out',\n          stagger: 0.03,\n          delay: 0.1\n        });\n      } else {\n        const st = ScrollTrigger.create({\n          trigger: element,\n          start: 'top 90%',\n          once: true,\n          onEnter: () => {\n            gsap.to(chars, {\n              y: '0%',\n              opacity: 1,\n              duration: 0.4,\n              ease: 'power1.out',\n              stagger: 0.03\n            });\n          }\n        });\n        scrollTriggers.push(st);\n      }\n    });\n  }\n\n  function initAll() {\n    initScrollAnimations();\n    initTitleAnimations();\n    if (!isMobile) {\n      ScrollTrigger.refresh();\n    }\n  }\n\n  window.addEventListener('load', function() {\n    if (document.fonts && document.fonts.ready) {\n      document.fonts.ready.then(() => setTimeout(initAll, 50));\n    } else {\n      setTimeout(initAll, 100);\n    }\n  });\n\n  \/\/ Elementor support\n  if (typeof window.elementorFrontend !== 'undefined') {\n    window.addEventListener('elementor\/frontend\/init', function() {\n      elementorFrontend.hooks.addAction('frontend\/element_ready\/global', function() {\n        setTimeout(initAll, 100);\n      });\n    });\n  }\n\n  \/\/ Resize - desktop only\n  if (!isMobile) {\n    let resizeTimer;\n    window.addEventListener('resize', function() {\n      clearTimeout(resizeTimer);\n      resizeTimer = setTimeout(() => ScrollTrigger.refresh(), 250);\n    });\n  }\n\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03e9e10 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"03e9e10\" data-element_type=\"widget\" data-e-type=\"widget\" animate=\"\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">\u10d3\u10d4\u10d9\u10d0 \u10d3\u10d4\u10d5\u10d4\u10da\u10dd\u10de\u10db\u10d4\u10dc\u10e2\u10d8 GTC \u10f0\u10dd\u10da\u10d3\u10d8\u10dc\u10d2\u10d8\u10e1\u10d0 \u10d3\u10d0 \u10d0\u10dc\u10d0\u10d2\u10d8\u10e1 \u10e8\u10d5\u10d8\u10da\u10dd\u10d1\u10d8\u10da\u10d8 \u10d9\u10dd\u10db\u10de\u10d0\u10dc\u10d8\u10d0\u10d0, \u10e0\u10dd\u10db\u10d4\u10da\u10d8\u10ea 2018 \u10ec\u10da\u10d8\u10d3\u10d0\u10dc \u10e5\u10db\u10dc\u10d8\u10e1 \u10db\u10d0\u10e6\u10d0\u10da\u10d8 \u10ee\u10d0\u10e0\u10d8\u10e1\u10ee\u10d8\u10e1, \u10e3\u10e1\u10d0\u10e4\u10e0\u10d7\u10ee\u10dd \u10d3\u10d0 \u10d7\u10d0\u10dc\u10d0\u10db\u10d4\u10d3\u10e0\u10dd\u10d5\u10d4 \u10e1\u10d0\u10ea\u10ee\u10dd\u10d5\u10e0\u10d4\u10d1\u10d4\u10da \u10e1\u10d8\u10d5\u10e0\u10ea\u10d4\u10d4\u10d1\u10e1 \u10d7\u10d1\u10d8\u10da\u10d8\u10e1\u10e8\u10d8.\u10e9\u10d5\u10d4\u10dc\u10d8 \u10e1\u10d0\u10e5\u10db\u10d8\u10d0\u10dc\u10dd\u10d1\u10d0 \u10d4\u10e4\u10e3\u10eb\u10dc\u10d4\u10d1\u10d0 \u10d2\u10d0\u10db\u10d0\u10e0\u10d7\u10e3\u10da \u10d7\u10d0\u10dc\u10d0\u10db\u10d4\u10d3\u10e0\u10dd\u10d5\u10d4 \u10e1\u10e2\u10d0\u10dc\u10d3\u10d0\u10e0\u10e2\u10d4\u10d1\u10e1, \u10e1\u10d0\u10d8\u10db\u10d4\u10d3\u10dd \u10de\u10d0\u10e0\u10e2\u10dc\u10d8\u10dd\u10e0\u10d4\u10d1\u10e1\u10d0 \u10d3\u10d0 \u10de\u10e0\u10dd\u10d2\u10e0\u10d4\u10e1\u10e3\u10da \u10e2\u10d4\u10e5\u10dc\u10dd\u10da\u10dd\u10d2\u10d8\u10d4\u10d1\u10e1, \u10e0\u10d0\u10ea \u10d7\u10d8\u10d7\u10dd\u10d4\u10e3\u10da\u10d8 \u10db\u10d0\u10ea\u10ee\u10dd\u10d5\u10e0\u10d4\u10d1\u10da\u10d8\u10e1\u10d7\u10d5\u10d8\u10e1 \u10e3\u10d6\u10e0\u10e3\u10dc\u10d5\u10d4\u10da\u10e7\u10dd\u10e4\u10e1 \u10e1\u10d4\u10d8\u10e1\u10db\u10e3\u10e0\u10d0\u10d3 \u10db\u10d3\u10d2\u10e0\u10d0\u10d3, \u10d4\u10dc\u10d4\u10e0\u10d2\u10dd\u10d4\u10e4\u10d4\u10e5\u10e2\u10e3\u10e0 \u10d3\u10d0 \u10d4\u10d9\u10dd\u10db\u10d4\u10d2\u10dd\u10d1\u10e0\u10e3\u10da \u10d2\u10d0\u10e0\u10d4\u10db\u10dd\u10e1.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9a5318 e-con-full e-flex e-con e-child\" data-id=\"e9a5318\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bddb0ca e-con-full e-flex e-con e-child\" data-id=\"bddb0ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-302fa5d e-con-full e-flex e-con e-child\" data-id=\"302fa5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c53097e elementor-widget elementor-widget-counter\" data-id=\"c53097e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"250000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\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-234095a e-con-full e-flex e-con e-child\" data-id=\"234095a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae06ac9 elementor-widget elementor-widget-heading\" data-id=\"ae06ac9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u10db\u10e8\u10d4\u10dc\u10d4\u10d1\u10da\u10dd\u10d1\u10d4\u10d1\u10d8\u10e1 \u10db\u10d7\u10da\u10d8\u10d0\u10dc\u10d8 \u10e4\u10d0\u10e0\u10d7\u10dd\u10d1\u10d8\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8b81188 e-con-full e-flex e-con e-child\" data-id=\"8b81188\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d619f47 e-con-full e-flex e-con e-child\" data-id=\"d619f47\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b61b4e elementor-widget elementor-widget-counter\" data-id=\"2b61b4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\">$<\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"45000000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\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-b556289 e-con-full e-flex e-con e-child\" data-id=\"b556289\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd33a4c elementor-widget elementor-widget-heading\" data-id=\"fd33a4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u10d2\u10d0\u10dc\u10ee\u10dd\u10e0\u10ea\u10d8\u10d4\u10da\u10d4\u10d1\u10e3\u10da\u10d8 \u10d8\u10dc\u10d5\u10d4\u10e1\u10e2\u10d8\u10ea\u10d8\u10d0\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-15ca924 e-con-full e-flex e-con e-child\" data-id=\"15ca924\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d2bd0c1 e-con-full e-flex e-con e-child\" data-id=\"d2bd0c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af8974d elementor-widget elementor-widget-counter\" data-id=\"af8974d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\">$<\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"120000000\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\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-8a05e5e e-con-full e-flex e-con e-child\" data-id=\"8a05e5e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4b3632 elementor-widget elementor-widget-heading\" data-id=\"b4b3632\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u10d2\u10d0\u10dc\u10e1\u10d0\u10ee\u10dd\u10e0\u10ea\u10d8\u10d4\u10da\u10d4\u10d1\u10d4\u10da\u10d8 \u10d8\u10dc\u10d5\u10d4\u10e1\u10e2\u10d8\u10ea\u10d8\u10d0\n<\/h2>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db0f7bc e-con-full e-flex e-con e-parent\" data-id=\"db0f7bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3cf2268 elementor-widget elementor-widget-ucaddon_logo_marquee\" data-id=\"3cf2268\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_logo_marquee.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Logo Marquee -->\n\t\t<link id='font-awesome-css' href='https:\/\/dekadevelopment.ge\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/dekadevelopment.ge\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Logo Marquee *\/\n\n#uc_logo_marquee_elementor_3cf2268{\n  min-height:1px;\n  text-align: center;\n  position:relative;\n  opacity: 0;\n}\n\n#uc_logo_marquee_elementor_3cf2268 *{\n  box-sizing:border-box;\n}\n#uc_logo_marquee_elementor_3cf2268 .uc_marquee {\n\tdisplay: flex;\n\talign-items: center;\n\toverflow: hidden;\n    position: relative;\n}\n#uc_logo_marquee_elementor_3cf2268 .uc_marquee > div {\n    position:relative;\n\tdisplay: inline-flex;\n\talign-items: center;\n\tflex: 0 0 auto;\n\twidth: auto;\n\toverflow: hidden;\n  \t\t\tanimation-name: marquee-to-left;\n    \tanimation-timing-function: linear;\n\tanimation-iteration-count: infinite;\n    }\n#uc_logo_marquee_elementor_3cf2268 img{\n  \theight: 100%;\n}\n\n#uc_logo_marquee_elementor_3cf2268 .ue_marquee_title\n{\n  position:absolute;\n  bottom:0px;\n  left: 0;\n  width:100%;\n}\n\n#uc_logo_marquee_elementor_3cf2268 .uc_logo_marquee_holder{\n\tposition:relative;\n    text-align:center;\n    overflow:hidden;\n}\n\n\n#uc_logo_marquee_elementor_3cf2268 .uc_logo_marquee_holder a{\n  height:100%;\n  width: 100%;\n  display:flex;\n  align-items: center;\n  justify-content:center;\n}\n\n\n\t@keyframes marquee-to-left {\n\tfrom {transform: translate(0,0)}\n\tto {transform: translate(-50%,0)}\n}\n\t\n\n\n\n\n\n#uc_logo_marquee_elementor_3cf2268 .ue-item-badge\n{\n  position:absolute;\n  right:10px;\n  top:10px;\n}\n\n<\/style>\n\n<div class=\"uc_logo_marquee \" id=\"uc_logo_marquee_elementor_3cf2268\" style=\"direction:ltr;\" >\n   <div class=\"uc_marquee uc-items-wrapper\" data-height=\"120px\" data-speed=\"8000\" data-mobile-items=\"3\" data-tablet-items=\"2\" data-desktop-items=\"5\" data-mobile-margin=\"5\" data-tablet-margin=\"5\" data-desktop-margin=\"5\" data-paused=\"false\" data-direction=\"left\">\n   \t\t<div class=\"uc_logo_marquee_holder elementor-repeater-item-9b0ti\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_cranex-logo_674eead44719d.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n<div class=\"uc_logo_marquee_holder elementor-repeater-item-2fd2h\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_partner_1_6721ebfa214a1_673b48f00191f.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n<div class=\"uc_logo_marquee_holder elementor-repeater-item-o0cxp\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_partner_2_6721ebfa1bbb0_673b49895047f.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n<div class=\"uc_logo_marquee_holder elementor-repeater-item-8fbg8\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_partner_3_6721ebfa45ff0_673b48ef1979c.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n<div class=\"uc_logo_marquee_holder elementor-repeater-item-67g4n\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_partner_4_6721ebfa53d11_673b48ef4b2cd.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n<div class=\"uc_logo_marquee_holder elementor-repeater-item-4vm58\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_partner_6_6721ebfa69f8e_673b48ef7e444.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n<div class=\"uc_logo_marquee_holder elementor-repeater-item-6705a\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_partner_7_6721ebfa7f5fb_673b48efa8ca9.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n<div class=\"uc_logo_marquee_holder elementor-repeater-item-fkobg\">\n\t        <img decoding=\"async\" src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/11\/partner_partner_8_6721ebfa847cb_673b48efc2bbe.webp\" alt=\"Default Title\" class=\"ue_img_marquee\">\n      \t\n        \n      \t\n      <\/div>\n\n   <\/div>\t\n<\/div>\n<!-- end Logo Marquee -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ff64345 e-flex e-con-boxed e-con e-parent\" data-id=\"ff64345\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b1a99a elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"6b1a99a\" data-element_type=\"widget\" data-e-type=\"widget\" animate=\"\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">\u10d3\u10d4\u10d9\u10d0\u10e1 \u10db\u10d8\u10d3\u10d2\u10dd\u10db\u10d0 \u10d4\u10e4\u10e3\u10eb\u10dc\u10d4\u10d1\u10d0 \u10e3\u10e0\u10e7\u10d4\u10d5 \u10e1\u10d0\u10e4\u10e3\u10eb\u10d5\u10d4\u10da\u10e1: \u10d7\u10d8\u10d7\u10dd\u10d4\u10e3\u10da\u10d8 \u10de\u10e0\u10dd\u10d4\u10e5\u10e2\u10d8 \u10d8\u10e5\u10db\u10dc\u10d4\u10d1\u10d0 \u10d0\u10d3\u10d0\u10db\u10d8\u10d0\u10dc\u10d6\u10d4 \u10dd\u10e0\u10d8\u10d4\u10dc\u10e2\u10d8\u10e0\u10d4\u10d1\u10e3\u10da\u10d8 \u10d0\u10e0\u10e5\u10d8\u10e2\u10d4\u10e5\u10e2\u10e3\u10e0\u10d8\u10d7, \u10d2\u10d0\u10db\u10eb\u10da\u10d4 \u10db\u10d0\u10e1\u10d0\u10da\u10d4\u10d1\u10d8\u10d7\u10d0 \u10d3\u10d0 \u10d2\u10d0\u10db\u10d0\u10e0\u10d7\u10e3\u10da \u10d8\u10dc\u10e4\u10e0\u10d0\u10e1\u10e2\u10e0\u10e3\u10e5\u10e2\u10e3\u10e0\u10d8\u10d7. \u10e9\u10d5\u10d4\u10dc\u10d7\u10d5\u10d8\u10e1 \u10db\u10dc\u10d8\u10e8\u10d5\u10dc\u10d4\u10da\u10dd\u10d5\u10d0\u10dc\u10d8\u10d0 \u10e1\u10e0\u10e3\u10da\u10e4\u10d0\u10e1\u10dd\u10d5\u10d0\u10dc\u10d8 \u10ea\u10ee\u10dd\u10d5\u10e0\u10d4\u10d1\u10d8\u10e1 \u10e1\u10e2\u10d0\u10dc\u10d3\u10d0\u10e0\u10e2\u10d8\u10e1 \u10e8\u10d4\u10e5\u10db\u10dc\u10d0, \u10d0\u10db\u10d8\u10e2\u10dd\u10db \u10e9\u10d5\u10d4\u10dc\u10e1 \u10d9\u10dd\u10db\u10de\u10da\u10d4\u10e5\u10e1\u10d4\u10d1\u10e8\u10d8 \u10d2\u10d0\u10d7\u10d5\u10d0\u10da\u10d8\u10e1\u10ec\u10d8\u10dc\u10d4\u10d1\u10e3\u10da\u10d8\u10d0 \u10d2\u10d0\u10db\u10ec\u10d5\u10d0\u10dc\u10d4\u10d1\u10e3\u10da\u10d8 \u10d6\u10dd\u10dc\u10d4\u10d1\u10d8, \u10e1\u10de\u10dd\u10e0\u10e2\u10e3\u10da\u10d8 \u10d3\u10d0 \u10e1\u10d0\u10d1\u10d0\u10d5\u10e8\u10d5\u10dd \u10e1\u10d8\u10d5\u10e0\u10ea\u10d4\u10d4\u10d1\u10d8, \u10d4\u10dc\u10d4\u10e0\u10d2\u10dd\u10d4\u10e4\u10d4\u10e5\u10e2\u10e3\u10e0\u10d8 \u10e1\u10d8\u10e1\u10e2\u10d4\u10db\u10d4\u10d1\u10d8 \u10d3\u10d0 \u10e3\u10e1\u10d0\u10e4\u10e0\u10d7\u10ee\u10dd\u10d4\u10d1\u10d8\u10e1 \u10db\u10d0\u10e5\u10e1\u10d8\u10db\u10d0\u10da\u10e3\u10e0\u10d8 \u10e3\u10d6\u10e0\u10e3\u10dc\u10d5\u10d4\u10da\u10e7\u10dd\u10e4\u10d0.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd3e581 e-con-full e-flex e-con e-child\" data-id=\"fd3e581\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a516e2 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"9a516e2\" data-element_type=\"widget\" data-e-type=\"widget\" animate=\"\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>\u10e9\u10d5\u10d4\u10dc\u10d8 \u10db\u10d8\u10e1\u10d8\u10d0\u10d0 \u10e8\u10d4\u10d5\u10e5\u10db\u10dc\u10d0\u10d7 \u10d8\u10dc\u10dd\u10d5\u10d0\u10ea\u10d8\u10e3\u10e0\u10d8,\u10d4\u10dc\u10d4\u10e0\u10d2\u10dd\u10d4\u10e4\u10d4\u10e5\u10e2\u10e3\u10e0\u10d8 \u10d3\u10d0\u10d9\u10dd\u10db\u10e4\u10dd\u10e0\u10e2\u10e3\u10da\u10d8 \u10d2\u10d0\u10e0\u10d4\u10db\u10dd \u10db\u10d0\u10d7\u10d7\u10d5\u10d8\u10e1, \u10d5\u10d8\u10dc\u10ea \u10e7\u10dd\u10d5\u10d4\u10da\u10d3\u10e6\u10d8\u10e3\u10e0\u10d0\u10d3 \u10d8\u10e1\u10ec\u10e0\u10d0\u10e4\u10d5\u10d8\u10e1 \u10e3\u10d9\u10d4\u10d7\u10d4\u10e1\u10d8 \u10ea\u10ee\u10dd\u10d5\u10e0\u10d4\u10d1\u10d8\u10e1\u10d9\u10d4\u10dc.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e18880d elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_ue_google_maps\" data-id=\"e18880d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_ue_google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Unlimited Google Maps -->\n\n<style>\/* widget: Unlimited Google Maps *\/\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__wrapper .gm-svpc>div>img {\n  max-width: unset;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle{\n  display:none;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle-icon{\n  align-items: center;\n  justify-content: center;\n}\n\n.ue-google-map .gm-style img{\n  border-radius: 0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle .ue-google-map_navigator-toggle-icon--open{\n  display: flex;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle .ue-google-map_navigator-toggle-icon--close{\n  display: none;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle.uc_active .ue-google-map_navigator-toggle-icon--close{\n  display: flex;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle.uc_active .ue-google-map_navigator-toggle-icon--open{\n  display: none;\n}\n\n#uc_ue_google_maps_elementor_e18880d {\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  height: 100%;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__info-window{\n  display: flex;\n  flex-direction: column;\n}\n\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_container {\n  display: flex;\n  flex-wrap: wrap;  \n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_places-wrapper {\n  max-height: 100%;\n  overflow: hidden;\n  display:flex;\n  flex-direction:column;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_search-wrapper {\n\twidth: 100%;\n    position: relative;  \n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_search-input-wrapper {\n\tposition: relative;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_search-icon {\n\tposition: absolute;\n    top: 50%;\n    right: 10px;\n    transform: translateY(-50%);\n    cursor: pointer;\n}\n\n#uc_ue_google_maps_elementor_e18880d .uc-map-error-message {\n   position:absolute;\n   top:-27px;\n   left:0px;\n   direction:ltr;\n   color:red;\n   font-size:16px;\n}\n  \n#uc_ue_google_maps_elementor_e18880d .uc-google-map__overlays {\n\tflex-grow: 1;\n    display:flex;\n  \theight: 100%;\n    position:relative;\t\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__wrapper {\n\tflex-grow: 1;\n    width: auto;\n  \theight: auto;\n    position:relative;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_places-list {  \n  display: flex;\n  flex-direction: column;\n  justify-content: flex-start;\n  overflow: auto;\n  max-height: 100%;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_places-item{\n  display:flex;\n  position:relative;\n  align-items:center;\n  overflow:hidden;\n  cursor:pointer;\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-image{\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-image-spacing{\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-spacing{\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-spacing:last-child{\n  display:none;\n}\n\n.ue-maps-navigator-item-title{\n  font-size:21px;\n}\n\n.ue-maps-navigator-item-sub-title{\n  font-size:12px;\n}\n\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-image img{\n  display:block;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-background-image{\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n  right:0;\n  width:100%;\n  height:100%;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-background-overlay{\n  position:absolute;\n  top:0;\n  bottom:0;\n  left:0;\n  right:0;\n  width:100%;\n  height:100%;  \n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-maps-navigator-item-content{\n  position:relative;\n  flex-grow:1;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__info-window-img img{\n width:100%; \n}\n\n.ue-google-map_places-hidden-placeholders {\n\tdisplay: none;\n}\n\n\n\n.ue-google-map__info-window-title{\n  font-size:21px;\n}\n\n\n@media screen and (max-width: 768px) {  \n  #uc_ue_google_maps_elementor_e18880d .ue-google-map_container  {\n    flex-direction:column;\n  }\n  \n  #uc_ue_google_maps_elementor_e18880d .ue-google-map_places-wrapper  {\n    display:none;\n    position:absolute;\n          top: 0;\n        width:100%;\n    height: calc(100% - 44px);\n    left:0px;\n    right:0px;\n    z-index:1;\n  }\n  \n  #uc_ue_google_maps_elementor_e18880d .ue-google-map_places-wrapper.uc_active {\n  \tdisplay: flex;\n  }\n  \n  #uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle    {\n      display:flex;\n      justify-content: center;\n      align-items: center;\t\n      z-index: 1000;\n      position:absolute;\n              bottom:0;\n            \n      width:100%;      \n    }   \n  \n    }\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay{\n  display: none;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  height: 100%;\n  position: absolute;\n  inset: 0;\n  z-index: 4;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay:before{\n  \tcontent: ' ';\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    background-image: linear-gradient(90deg, #6f00d8 0%, #1c6aff 100%);\n    z-index: 1;\n    opacity: 0.7;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay-content{\n\twidth: 70%;\n  \theight: 70%;\n  \tbackground: #ffffff;\n  color: #000000;\n  padding: 1.2em;\n  z-index: 2;\n  position: relative;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay-title,\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay-geocoded-value,\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay-status,\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay-close-btn:hover{\n\tcolor: #ff0000;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__error-overlay-close-btn{\n    font-size: 2em;\n    position: absolute;\n    top: 0;\n    right: 5%;\n  \tcursor: pointer;\n}\n\n#uc_ue_google_maps_elementor_e18880d span.ue-google-map__info-icon{\n  line-height:1em;\n}\n\n#uc_ue_google_maps_elementor_e18880d span.ue-google-map__info-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_reset-btn{\n  border:none;\n  position:absolute;\n  bottom:35px;\n  left:10px;\n  z-index:1;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  line-height:1em;\n  box-shadow: rgb(0 0 0 \/ 30%) 0px 1px 4px -1px; \n}\n\n.ue-google-map_reset-btn svg{\n  height:1em;\n  width:1em;\n}\n\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category{\n  display:flex;\n  flex-direction: column;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-content{\n\tdisplay: flex;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-title{\n\tdisplay: flex;\n    gap: 0.5em;\n    width: 100%;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-checkbox{\n  flex-grow:0;\n  flex-shrink:0;\n  display:flex;\n  align-items:center;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-name{\n  flex-grow:1;\n  cursor: pointer;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-toggle{\n  flex-grow:0;\n  flex-shrink:0;\n  cursor: pointer;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-checkbox-spacing{\n  width:10px;\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_navigator-toggle{\n  cursor:pointer;\n  text-align:center;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-toggle{\n  position: relative;\n  width: 15%;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-toggle .ue-google-map_category-toggle-icon{\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  transition: opacity 0.4s ease-out;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-title .ue-google-map_category-toggle-close {\n  opacity: 0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-content.ue_active .ue-google-map_category-toggle-close{\n  opacity: 1;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-title .ue-google-map_category-toggle-open {\n\topacity: 1;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-content.ue_active .ue-google-map_category-toggle-open{\n  opacity: 0;\n}\n#uc_ue_google_maps_elementor_e18880d .ue-google-map_category-items{\n  overflow: hidden;\n  transition: max-height 0.6s ease-in-out;\n}\n\n  #uc_ue_google_maps_elementor_e18880d .ue_shimmer {\n      animation: ue_shimmer 2.2s linear infinite forwards;\n      background: #ddd;\n      background-image: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);\n      background-size: 200% 100%;\n  }\n\n@keyframes ue_shimmer {\n    0% {\n        background-position: 200% 0;\n    }\n    100% {\n        background-position: -200% 0;\n    }\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map__loader {\n\tposition: absolute;\n  \tinset: 0;\n    width: 100%;\n    height: 100%;\n  \tz-index: 3;\n  \ttransform-origin: 100% 0%;\n      \ttransition: transform 0.6s ease-out;\n  \t}\n\n#uc_ue_google_maps_elementor_e18880d .uc-checkbox{\n\tposition: absolute; \n    overflow: hidden; \n    clip: rect(0 0 0 0); \n    height:1px; \n    width:1px;\n    margin:-1px; \n    padding:0;\n    border:0;\n}\n\n#uc_ue_google_maps_elementor_e18880d .uc-checkbox + label{\n\tdisplay:block;\n    border-radius:2px;\n\tpadding:1px;\n\twidth:17px;\n\theight:17px;\n    background:#ffffff;\n    cursor:pointer;\n}\n\n#uc_ue_google_maps_elementor_e18880d .uc-checkbox + label svg{\n\tdisplay:none;\n}\n\n#uc_ue_google_maps_elementor_e18880d .uc-checkbox:checked + label svg{\n\tdisplay:block;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-map-dir-btn,\n#uc_ue_google_maps_elementor_e18880d .ue-map-learn-btn{\n  display:block;\n}\n\n#uc_ue_google_maps_elementor_e18880d .ue-google-map-setting-item{\n  position: absolute;\n}\n\n\/* ue-google-map_places-wrapper element is hidden to allow filters *\/\n  #uc_ue_google_maps_elementor_e18880d .ue-google-map_places-wrapper{\n      display: none;\n  }\n\n\/* removes 2px blue border from the map *\/\n#uc_ue_google_maps_elementor_e18880d iframe + div{\n\tborder: none !important;\n}\n\n\/* custom nav icons color *\/\n\n\n\/* end custom nav icons color *\/\n\n\/* override default map styles *\/\n#uc_ue_google_maps_elementor_e18880d .gm-style-iw{\n  padding-inline-start: 18px;\n}\n\n<\/style>\n\n\n\n\n      <script>\n       if(typeof g_arrInitCallbacks == \"undefined\") \n      \t var g_arrInitCallbacks = [];\n       \n       if(typeof g_isGoogleMapInited == \"undefined\")\n       \t var g_isGoogleMapInited = false;\n\t\t\n       function ucInitMaps(){\n         \n           g_isGoogleMapInited = true;\n           if(!g_arrInitCallbacks || g_arrInitCallbacks.length == 0)\n             return(false);\n\n           for(index in g_arrInitCallbacks)\n             g_arrInitCallbacks[index]();\n      }\n        \n      if(typeof UCaddGoogleMapsScript == \"undefined\")\n        function UCaddGoogleMapsScript(){\n          \n          const script1 = document.createElement('script');\n          script1.src = \"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyC8CsWtDkFEK3l1WNdVRPqB5uS2h46-VZw&loading=async&callback=ucInitMaps&libraries=&v=weekly\";\n          script1.async = true;\n          document.body.appendChild(script1);      \n        }\n              \n        if(g_isGoogleMapInited !== true)\n        \tUCaddGoogleMapsScript();\n      \n<\/script>\n\n  \n\n\n\n\n  <div id=\"uc_ue_google_maps_elementor_e18880d\" class=\"ue-google-map  \" >\n    <div class=\"ue-google-map__loader ue_shimmer\"><\/div>\n        <div class=\"ue-google-map_container\">\n         \n      \n      <div class=\"uc-google-map__overlays\">\n        \n                \n        <div aria-label=\"Map\" aria-role=\"application\" aria-roledescription=\"map\" class=\"ue-google-map__wrapper\">\n        <\/div>\n      <\/div>\n      \n              <div class=\"ue-google-map_places-wrapper\" >\n        \n        <div tabindex=\"0\" class=\"ue-google-map_places-list uc-items-wrapper\">\n          \n\n\n\t\n\t<div aria-label=\"\u10d3\u10d4\u10d9\u10d0 \u10d3\u10d8\u10d3\u10d8 \u10d3\u10d8\u10e6\u10dd\u10db\u10d8\" aria-role=\"button\" aria-roledescription=\"\u10d3\u10d4\u10d9\u10d0 \u10d3\u10d8\u10d3\u10d8 \u10d3\u10d8\u10e6\u10dd\u10db\u10d8 Map Item\" tabindex=\"0\" class=\"ue-google-map_places-item ue-google-map_navigator-item\" data-item-type=\"place\" data-category-index =  \"0\"  data-item_index=\"1\">\n       \n          <div class=\"ue-google-map-setting-item\" data-settings='{\n   \"icon_type\": \"default\",\n   \"marker_custom_icon\": \"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/imageMapReadyRenderNoBG_rendernobg_62f246c9bbb8c.webp\",\n   \"ue_svg_marker\": \"Markers\/stylishBlue.svg\",   \n   \"marker_list_icon\": \"marker\",\n   \"icon_letter\": \"A\",  \n   \"title\": &quot;&#x5C;u10d3&#x5C;u10d4&#x5C;u10d9&#x5C;u10d0&#x20;&#x5C;u10d3&#x5C;u10d8&#x5C;u10d3&#x5C;u10d8&#x20;&#x5C;u10d3&#x5C;u10d8&#x5C;u10e6&#x5C;u10dd&#x5C;u10db&#x5C;u10d8&quot;,  \n   \"item_type\": \"place\",         \n   \"coordinates_type\": \"enter\",               \n   \"marker_latitude\": \"41.7966163\",\n   \"marker_longitude\": \"44.7674048\",\n   \"zoom_level\": \"13\",\n   \"item_index\":  1                                                         \n  }'><\/div>\n\n      \n\t\t\t\n\n        \t\n\n        <div class=\"ue-maps-navigator-item-content\">\n            <div class=\"ue-maps-navigator-item-title ue-maps-navigator-item-label\">\u10d3\u10d4\u10d9\u10d0 \u10d3\u10d8\u10d3\u10d8 \u10d3\u10d8\u10e6\u10dd\u10db\u10d8<\/div>\t\n            <div class=\"ue-maps-navigator-item-sub-title\"><\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ue-maps-navigator-item-spacing\"><\/div>\n\n          \n\n\n\n\n\n\t\n\t<div aria-label=\"\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d4\u10e0\u10dd\u10dc\u10d0\" aria-role=\"button\" aria-roledescription=\"\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d4\u10e0\u10dd\u10dc\u10d0 Map Item\" tabindex=\"0\" class=\"ue-google-map_places-item ue-google-map_navigator-item\" data-item-type=\"place\" data-category-index =  \"0\"  data-item_index=\"2\">\n       \n          <div class=\"ue-google-map-setting-item\" data-settings='{\n   \"icon_type\": \"default\",\n   \"marker_custom_icon\": \"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/imageMapReadyRenderNoBG_croprender2_649af202bda7e.webp\",\n   \"ue_svg_marker\": \"Markers\/stylishBlue.svg\",   \n   \"marker_list_icon\": \"marker\",\n   \"icon_letter\": \"A\",  \n   \"title\": &quot;&#x5C;u10d3&#x5C;u10d4&#x5C;u10d9&#x5C;u10d0&#x20;&#x5C;u10d5&#x5C;u10d4&#x5C;u10e0&#x5C;u10dd&#x5C;u10dc&#x5C;u10d0&quot;,  \n   \"item_type\": \"place\",         \n   \"coordinates_type\": \"enter\",               \n   \"marker_latitude\": \"41.7722404\",\n   \"marker_longitude\": \"44.7694539\",\n   \"zoom_level\": \"13\",\n   \"item_index\":  2                                                         \n  }'><\/div>\n\n      \n\t\t\t\n\n        \t\n\n        <div class=\"ue-maps-navigator-item-content\">\n            <div class=\"ue-maps-navigator-item-title ue-maps-navigator-item-label\">\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d4\u10e0\u10dd\u10dc\u10d0<\/div>\t\n            <div class=\"ue-maps-navigator-item-sub-title\"><\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ue-maps-navigator-item-spacing\"><\/div>\n\n          \n\n\n\n\n\n\t\n\t<div aria-label=\"\u10d3\u10d4\u10d9\u10d0 \u10d2\u10d0\u10e0\u10d4\u10db\u10dd\" aria-role=\"button\" aria-roledescription=\"\u10d3\u10d4\u10d9\u10d0 \u10d2\u10d0\u10e0\u10d4\u10db\u10dd Map Item\" tabindex=\"0\" class=\"ue-google-map_places-item ue-google-map_navigator-item\" data-item-type=\"place\" data-category-index =  \"0\"  data-item_index=\"3\">\n       \n          <div class=\"ue-google-map-setting-item\" data-settings='{\n   \"icon_type\": \"default\",\n   \"marker_custom_icon\": \"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/1-modified.webp\",\n   \"ue_svg_marker\": \"Markers\/stylishBlue.svg\",   \n   \"marker_list_icon\": \"marker\",\n   \"icon_letter\": \"A\",  \n   \"title\": &quot;&#x5C;u10d3&#x5C;u10d4&#x5C;u10d9&#x5C;u10d0&#x20;&#x5C;u10d2&#x5C;u10d0&#x5C;u10e0&#x5C;u10d4&#x5C;u10db&#x5C;u10dd&quot;,  \n   \"item_type\": \"place\",         \n   \"coordinates_type\": \"enter\",               \n   \"marker_latitude\": \"41.7922198\",\n   \"marker_longitude\": \"44.7406469\",\n   \"zoom_level\": \"13\",\n   \"item_index\":  3                                                         \n  }'><\/div>\n\n      \n\t\t\t\n\n        \t\n\n        <div class=\"ue-maps-navigator-item-content\">\n            <div class=\"ue-maps-navigator-item-title ue-maps-navigator-item-label\">\u10d3\u10d4\u10d9\u10d0 \u10d2\u10d0\u10e0\u10d4\u10db\u10dd<\/div>\t\n            <div class=\"ue-maps-navigator-item-sub-title\"><\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ue-maps-navigator-item-spacing\"><\/div>\n\n          \n\n\n\n\n\n\t\n\t<div aria-label=\"\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d0\u10e0\u10d9\u10d4\u10d7\u10d8\u10da\u10d8\" aria-role=\"button\" aria-roledescription=\"\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d0\u10e0\u10d9\u10d4\u10d7\u10d8\u10da\u10d8 Map Item\" tabindex=\"0\" class=\"ue-google-map_places-item ue-google-map_navigator-item\" data-item-type=\"place\" data-category-index =  \"0\"  data-item_index=\"4\">\n       \n          <div class=\"ue-google-map-setting-item\" data-settings='{\n   \"icon_type\": \"default\",\n   \"marker_custom_icon\": \"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/6-2-20-min.webp\",\n   \"ue_svg_marker\": \"Markers\/stylishBlue.svg\",   \n   \"marker_list_icon\": \"marker\",\n   \"icon_letter\": \"A\",  \n   \"title\": &quot;&#x5C;u10d3&#x5C;u10d4&#x5C;u10d9&#x5C;u10d0&#x20;&#x5C;u10d5&#x5C;u10d0&#x5C;u10e0&#x5C;u10d9&#x5C;u10d4&#x5C;u10d7&#x5C;u10d8&#x5C;u10da&#x5C;u10d8&quot;,  \n   \"item_type\": \"place\",         \n   \"coordinates_type\": \"enter\",               \n   \"marker_latitude\": \"41.6902701\",\n   \"marker_longitude\": \"44.8888467\",\n   \"zoom_level\": \"13\",\n   \"item_index\":  4                                                         \n  }'><\/div>\n\n      \n\t\t\t\n\n        \t\n\n        <div class=\"ue-maps-navigator-item-content\">\n            <div class=\"ue-maps-navigator-item-title ue-maps-navigator-item-label\">\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d0\u10e0\u10d9\u10d4\u10d7\u10d8\u10da\u10d8<\/div>\t\n            <div class=\"ue-maps-navigator-item-sub-title\"><\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ue-maps-navigator-item-spacing\"><\/div>\n\n          \n\n\n\n\n\n\t\n\t<div aria-label=\"\u10d3\u10d4\u10d9\u10d0 \u10da\u10d8\u10e1\u10d8\" aria-role=\"button\" aria-roledescription=\"\u10d3\u10d4\u10d9\u10d0 \u10da\u10d8\u10e1\u10d8 Map Item\" tabindex=\"0\" class=\"ue-google-map_places-item ue-google-map_navigator-item\" data-item-type=\"place\" data-category-index =  \"0\"  data-item_index=\"5\">\n       \n          <div class=\"ue-google-map-setting-item\" data-settings='{\n   \"icon_type\": \"default\",\n   \"marker_custom_icon\": \"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/6-2-19-min.webp\",\n   \"ue_svg_marker\": \"Markers\/stylishBlue.svg\",   \n   \"marker_list_icon\": \"marker\",\n   \"icon_letter\": \"A\",  \n   \"title\": &quot;&#x5C;u10d3&#x5C;u10d4&#x5C;u10d9&#x5C;u10d0&#x20;&#x5C;u10da&#x5C;u10d8&#x5C;u10e1&#x5C;u10d8&quot;,  \n   \"item_type\": \"place\",         \n   \"coordinates_type\": \"enter\",               \n   \"marker_latitude\": \"41.7385896\",\n   \"marker_longitude\": \"44.7119188\",\n   \"zoom_level\": \"13\",\n   \"item_index\":  5                                                         \n  }'><\/div>\n\n      \n\t\t\t\n\n        \t\n\n        <div class=\"ue-maps-navigator-item-content\">\n            <div class=\"ue-maps-navigator-item-title ue-maps-navigator-item-label\">\u10d3\u10d4\u10d9\u10d0 \u10da\u10d8\u10e1\u10d8<\/div>\t\n            <div class=\"ue-maps-navigator-item-sub-title\"><\/div>\n        <\/div>\n\n    <\/div>\n\n    <div class=\"ue-maps-navigator-item-spacing\"><\/div>\n\n          \n\n\n\n        <\/div>\n      <\/div>\n            \n      \n              \n      \n    <\/div>\n    <div class=\"ue-google-map_places-hidden-placeholders uc-items-wrapper2\">\n         <div class=\"ue-google-map__info-window\">\n    \t<div class=\"ue-google-map__info-window-img\"><img decoding=\"async\"  src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/imageMapReadyRenderNoBG_rendernobg_62f246c9bbb8c-768x806.webp\" alt=\"imageMapReadyRenderNoBG_rendernobg_62f246c9bbb8c\" \/><\/div>\n\t    \n        <div class=\"ue-google-map__info-window-title\">\u10d3\u10d4\u10d9\u10d0 \u10d3\u10d8\u10d3\u10d8 \u10d3\u10d8\u10e6\u10dd\u10db\u10d8<\/div>\n        \n    <div class=\"ue-google-map__info-window-content\">\n      \n                \t\n      \n                      \n                    \n              \t\n\n      \n              \t\n     \n                  \n           \t<div class=\"ue-map-learn-btn\">\n                      <a class=\"uc_more_btn \" \n                href=\"https:\/\/dekadevelopment.ge\/en\/project\/deka-didi-dighomi\/\"               >\u10d2\u10d0\u10d8\u10d2\u10d4 \u10db\u10d4\u10e2\u10d8\n            <\/a>\n              \t<\/div>\n            \n    <\/div>\n<\/div>\n<div class=\"ue-google-map__info-window\">\n    \t<div class=\"ue-google-map__info-window-img\"><img decoding=\"async\"  src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/imageMapReadyRenderNoBG_croprender2_649af202bda7e-768x806.webp\" alt=\"imageMapReadyRenderNoBG_croprender2_649af202bda7e\" \/><\/div>\n\t    \n        <div class=\"ue-google-map__info-window-title\">\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d4\u10e0\u10dd\u10dc\u10d0<\/div>\n        \n    <div class=\"ue-google-map__info-window-content\">\n      \n                \t\n      \n                      \n                    \n              \t\n\n      \n              \t\n     \n                  \n           \t<div class=\"ue-map-learn-btn\">\n                      <a class=\"uc_more_btn \" \n                href=\"https:\/\/dekadevelopment.ge\/en\/project\/deka-verona\/\"               >\u10d2\u10d0\u10d8\u10d2\u10d4 \u10db\u10d4\u10e2\u10d8\n            <\/a>\n              \t<\/div>\n            \n    <\/div>\n<\/div>\n<div class=\"ue-google-map__info-window\">\n    \t<div class=\"ue-google-map__info-window-img\"><img decoding=\"async\"  src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/1-modified-768x806.webp\" alt=\"1-modified\" \/><\/div>\n\t    \n        <div class=\"ue-google-map__info-window-title\">\u10d3\u10d4\u10d9\u10d0 \u10d2\u10d0\u10e0\u10d4\u10db\u10dd<\/div>\n        \n    <div class=\"ue-google-map__info-window-content\">\n      \n                \t\n      \n                      \n                    \n              \t\n\n      \n              \t\n     \n                  \n           \t<div class=\"ue-map-learn-btn\">\n                      <a class=\"uc_more_btn \" \n                href=\"https:\/\/dekadevelopment.ge\/en\/project\/deka-garemo\/\"               >\u10d2\u10d0\u10d8\u10d2\u10d4 \u10db\u10d4\u10e2\u10d8\n            <\/a>\n              \t<\/div>\n            \n    <\/div>\n<\/div>\n<div class=\"ue-google-map__info-window\">\n    \t<div class=\"ue-google-map__info-window-img\"><img decoding=\"async\"  src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/6-2-20-min.webp\" alt=\"6-2 20-min\" \/><\/div>\n\t    \n        <div class=\"ue-google-map__info-window-title\">\u10d3\u10d4\u10d9\u10d0 \u10d5\u10d0\u10e0\u10d9\u10d4\u10d7\u10d8\u10da\u10d8<\/div>\n        \n    <div class=\"ue-google-map__info-window-content\">\n      \n                \t\n      \n                      \n                    \n              \t\n\n      \n              \t\n     \n                  \n           \t<div class=\"ue-map-learn-btn\">\n                      <a class=\"uc_more_btn \" \n                href=\"https:\/\/dekadevelopment.ge\/en\/project\/deka-varketili\/\"               >\u10d2\u10d0\u10d8\u10d2\u10d4 \u10db\u10d4\u10e2\u10d8\n            <\/a>\n              \t<\/div>\n            \n    <\/div>\n<\/div>\n<div class=\"ue-google-map__info-window\">\n    \t<div class=\"ue-google-map__info-window-img\"><img decoding=\"async\"  src=\"https:\/\/dekadevelopment.ge\/wp-content\/uploads\/2025\/10\/6-2-19-min.webp\" alt=\"6-2 19-min\" \/><\/div>\n\t    \n        <div class=\"ue-google-map__info-window-title\">\u10d3\u10d4\u10d9\u10d0 \u10da\u10d8\u10e1\u10d8<\/div>\n        \n    <div class=\"ue-google-map__info-window-content\">\n      \n                \t\n      \n                      \n                    \n              \t\n\n      \n              \t\n     \n                  \n           \t<div class=\"ue-map-learn-btn\">\n                      <a class=\"uc_more_btn \" \n                href=\"https:\/\/dekadevelopment.ge\/en\/project\/deka-lisi\/\"               >\u10d2\u10d0\u10d8\u10d2\u10d4 \u10db\u10d4\u10e2\u10d8\n            <\/a>\n              \t<\/div>\n            \n    <\/div>\n<\/div>\n\n    <\/div>\n    <div class=\"ue-google-map__error-overlay\">\n      <div class=\"ue-google-map__error-overlay-content\">\n        <span class=\"ue-google-map__error-overlay-close-btn\">\u00d7<\/span>\n        <div class=\"ue-google-map__error-overlay-title\">Geocoding Error Occured.<\/div>\n        <p>Tried to Geocode: <span class=\"ue-google-map__error-overlay-geocoded-value\"><\/span><\/p>\n        <p>Error Type: <span class=\"ue-google-map__error-overlay-status\"><\/span><\/p>\n        <p>Please be sure to follow the tutorial on how to setup the Google APIs required for the Advanced Google Map Widget.<\/p>\n        <a href=\"https:\/\/unlimited-elements.com\/docs\/google-map-api-key\/\">Google Map API Key Tutorial <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<!-- end Unlimited Google Maps -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u10e9\u10d5\u10d4\u10dc \u10e8\u10d4\u10e1\u10d0\u10ee\u10d4\u10d1 \u10d3\u10d4\u10d9\u10d0 \u10d3\u10d4\u10d5\u10d4\u10da\u10dd\u10de\u10db\u10d4\u10dc\u10e2\u10d8 GTC \u10f0\u10dd\u10da\u10d3\u10d8\u10dc\u10d2\u10d8\u10e1\u10d0 \u10d3\u10d0 \u10d0\u10dc\u10d0\u10d2\u10d8\u10e1 \u10e8\u10d5\u10d8\u10da\u10dd\u10d1\u10d8\u10da\u10d8 \u10d9\u10dd\u10db\u10de\u10d0\u10dc\u10d8\u10d0\u10d0, \u10e0\u10dd\u10db\u10d4\u10da\u10d8\u10ea 2018 \u10ec\u10da\u10d8\u10d3\u10d0\u10dc \u10e5\u10db\u10dc\u10d8\u10e1 \u10db\u10d0\u10e6\u10d0\u10da\u10d8 \u10ee\u10d0\u10e0\u10d8\u10e1\u10ee\u10d8\u10e1, \u10e3\u10e1\u10d0\u10e4\u10e0\u10d7\u10ee\u10dd \u10d3\u10d0 \u10d7\u10d0\u10dc\u10d0\u10db\u10d4\u10d3\u10e0\u10dd\u10d5\u10d4 \u10e1\u10d0\u10ea\u10ee\u10dd\u10d5\u10e0\u10d4\u10d1\u10d4\u10da \u10e1\u10d8\u10d5\u10e0\u10ea\u10d4\u10d4\u10d1\u10e1 \u10d7\u10d1\u10d8\u10da\u10d8\u10e1\u10e8\u10d8.\u10e9\u10d5\u10d4\u10dc\u10d8 \u10e1\u10d0\u10e5\u10db\u10d8\u10d0\u10dc\u10dd\u10d1\u10d0 \u10d4\u10e4\u10e3\u10eb\u10dc\u10d4\u10d1\u10d0 \u10d2\u10d0\u10db\u10d0\u10e0\u10d7\u10e3\u10da \u10d7\u10d0\u10dc\u10d0\u10db\u10d4\u10d3\u10e0\u10dd\u10d5\u10d4 \u10e1\u10e2\u10d0\u10dc\u10d3\u10d0\u10e0\u10e2\u10d4\u10d1\u10e1, \u10e1\u10d0\u10d8\u10db\u10d4\u10d3\u10dd \u10de\u10d0\u10e0\u10e2\u10dc\u10d8\u10dd\u10e0\u10d4\u10d1\u10e1\u10d0 \u10d3\u10d0 \u10de\u10e0\u10dd\u10d2\u10e0\u10d4\u10e1\u10e3\u10da \u10e2\u10d4\u10e5\u10dc\u10dd\u10da\u10dd\u10d2\u10d8\u10d4\u10d1\u10e1, \u10e0\u10d0\u10ea \u10d7\u10d8\u10d7\u10dd\u10d4\u10e3\u10da\u10d8 \u10db\u10d0\u10ea\u10ee\u10dd\u10d5\u10e0\u10d4\u10d1\u10da\u10d8\u10e1\u10d7\u10d5\u10d8\u10e1 \u10e3\u10d6\u10e0\u10e3\u10dc\u10d5\u10d4\u10da\u10e7\u10dd\u10e4\u10e1 \u10e1\u10d4\u10d8\u10e1\u10db\u10e3\u10e0\u10d0\u10d3 \u10db\u10d3\u10d2\u10e0\u10d0\u10d3, \u10d4\u10dc\u10d4\u10e0\u10d2\u10dd\u10d4\u10e4\u10d4\u10e5\u10e2\u10e3\u10e0 \u10d3\u10d0 \u10d4\u10d9\u10dd\u10db\u10d4\u10d2\u10dd\u10d1\u10e0\u10e3\u10da \u10d2\u10d0\u10e0\u10d4\u10db\u10dd\u10e1. 0 \u10db\u10e8\u10d4\u10dc\u10d4\u10d1\u10da\u10dd\u10d1\u10d4\u10d1\u10d8\u10e1 \u10db\u10d7\u10da\u10d8\u10d0\u10dc\u10d8 \u10e4\u10d0\u10e0\u10d7\u10dd\u10d1\u10d8 $ 0 \u10d2\u10d0\u10dc\u10ee\u10dd\u10e0\u10ea\u10d8\u10d4\u10da\u10d4\u10d1\u10e3\u10da\u10d8 \u10d8\u10dc\u10d5\u10d4\u10e1\u10e2\u10d8\u10ea\u10d8\u10d0 $ 0 \u10d2\u10d0\u10dc\u10e1\u10d0\u10ee\u10dd\u10e0\u10ea\u10d8\u10d4\u10da\u10d4\u10d1\u10d4\u10da\u10d8 \u10d8\u10dc\u10d5\u10d4\u10e1\u10e2\u10d8\u10ea\u10d8\u10d0 \u10d3\u10d4\u10d9\u10d0\u10e1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"uix_meta_title":"","uix_meta_description":"","uix_canonical_url":"","footnotes":""},"class_list":["post-44","page","type-page","status-publish","hentry"],"acf":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/pages\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":128,"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/pages\/44\/revisions"}],"predecessor-version":[{"id":6881,"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/pages\/44\/revisions\/6881"}],"wp:attachment":[{"href":"https:\/\/dekadevelopment.ge\/en\/wp-json\/wp\/v2\/media?parent=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}