{"id":2294,"date":"2024-09-06T22:06:11","date_gmt":"2024-09-06T22:06:11","guid":{"rendered":"https:\/\/taawdesign.com\/?page_id=2294"},"modified":"2024-09-26T04:31:37","modified_gmt":"2024-09-26T04:31:37","slug":"services","status":"publish","type":"page","link":"https:\/\/taawdesign.com\/?page_id=2294","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2294\" class=\"elementor elementor-2294\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-741558c e-con-full e-flex e-con e-parent\" data-id=\"741558c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-450c457 elementor-widget elementor-widget-html\" data-id=\"450c457\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Navigation Bar<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        body {\n            margin: 0;\n            font-family: Arial, sans-serif;\n            background-color: transparent !important;\n        }\n\n        .navbar {\n            position: fixed;\n            top: 20px;\n            right: 20px;\n            z-index: 1000;\n        }\n\n        @media (min-width: 1024px) {\n            .navbar {\n                top: 20px;\n            }\n        }\n\n        .hamburger {\n            margin-top: 8px;\n            width: 50px;\n            height: 50px;\n            cursor: pointer;\n            border-radius: 50%;\n            border: 2px solid #333;\n            background-color: transparent;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            position: relative;\n            transition: all 0.3s ease;\n            z-index: 2000;\n        }\n\n        .hamburger div {\n            width: 30px;\n            height: 3px;\n            background-color: #333;\n            position: absolute;\n            transition: transform 0.4s ease, top 0.4s ease;\n        }\n\n        .hamburger div:nth-child(1) {\n            top: 40%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n        }\n\n        .hamburger div:nth-child(2) {\n            top: 60%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n        }\n\n        .hamburger.open div:nth-child(1) {\n            top: 50%;\n            transform: translate(-50%, -50%) rotate(45deg);\n        }\n\n        .hamburger.open div:nth-child(2) {\n            top: 50%;\n            transform: translate(-50%, -50%) rotate(-45deg);\n        }\n\n        .nav-links {\n            position: fixed;\n            top: 2px;\n            right: 15px;\n            width: 200px;\n            background: rgba(255, 255, 255, 0.5);\n            backdrop-filter: blur(5px);\n            -webkit-backdrop-filter: blur(5px);\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n            border-radius: 20px;\n            padding: 10px 20px;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            transform: scale(0);\n            transform-origin: top right;\n            transition: transform 0.5s ease, opacity 0.5s ease;\n            opacity: 0;\n            pointer-events: none;\n            z-index: 1000;\n        }\n\n        .nav-links.open {\n            transform: scale(1);\n            opacity: 1;\n            pointer-events: auto;\n        }\n\n        .nav-links ul {\n            list-style: none;\n            padding: 0;\n            margin: 0;\n            text-align: left;\n            margin-bottom: auto;\n        }\n\n        .nav-links ul li {\n            margin: 15px 0;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.9s ease, transform 0.9s ease;\n        }\n\n        .nav-links.open ul li {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .nav-links ul li a {\n            text-decoration: none;\n            color: black;\n            font-size: 18px;\n            display: block;\n        }\n\n        .divider {\n            border: 0;\n            border-top: 1px solid #000;\n            margin: 20px 0;\n        }\n\n        .social-media {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: opacity 0.9s ease, transform 0.9s ease;\n            margin-top: 20px;\n            padding-bottom: 20px;\n        }\n\n        .social-media.open {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .social-media a {\n            display: block;\n            width: 24px;\n            height: 24px;\n            font-size: 24px;\n            color: #333;\n            text-align: center;\n            line-height: 24px;\n            transition: color 0.3s ease;\n            background: transparent;\n            border-radius: 0%;\n        }\n\n        .social-media a:hover,\n        .social-media a:focus {\n            color: #fff; \/* Icons turn white on hover and focus *\/\n        }\n\n        .social-media span {\n            margin: 0 10px;\n            color: #333;\n            font-size: 18px;\n            font-weight: bold; \/* Added bold font weight *\/\n        }\n\n        @media (min-width: 1024px) {\n            .nav-links {\n                top: 20px;\n                width: 400px;\n                height: 480px;\n            }\n\n            .nav-links ul li a {\n                font-size: 35px;\n                font-weight: bold;\n                line-height: 50px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .nav-links {\n                width: 350px;\n                top: 20px;\n            }\n\n            .nav-links ul li a {\n                font-size: 16px;\n            }\n\n            .social-media a {\n                font-size: 24px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .nav-links {\n                width: 290px;\n                padding: 10px;\n                margin-top: 2px;\n            }\n\n            .nav-links ul li a {\n                font-size: 20px;\n                font-weight: bold;\n            }\n\n            .social-media a {\n                font-size: 28px;\n            }\n        }\n\n        button {\n            align-items: center;\n            background-color: transparent !important;\n            color: black !important;\n            cursor: pointer;\n            display: flex;\n            font-family: ui-sans-serif, system-ui, -apple-system, system-ui, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n            font-size: 1rem;\n            font-weight: 700;\n            line-height: 1.5;\n            text-decoration: none;\n            text-transform: uppercase;\n            outline: 0;\n            border: none !important;\n            padding: 1rem;\n        }\n\n        button:before {\n            background-color: rgb(213, 39, 39);\n            content: \"\";\n            display: inline-block;\n            height: 2px;\n            margin-right: 10px;\n            transition: all .42s cubic-bezier(.25, .8, .25, 1);\n            width: 0;\n        }\n\n        button:hover:before {\n            background-color: black;\n            width: 3rem;\n        }\n\n    <\/style>\n<\/head>\n\n<body>\n\n    <div class=\"navbar\">\n        <div class=\"hamburger\" id=\"hamburger\">\n            <div><\/div>\n            <div><\/div>\n        <\/div>\n        <div class=\"nav-links\" id=\"nav-links\">\n            <ul>\n                <li><a href=\"https:\/\/taawdesign.com\/\"><span>Home<\/span><\/a><\/li>\n                <li><a href=\"https:\/\/taawdesign.com\/?page_id=2294\"><span>Services<\/span><\/a><\/li>\n                <li><a href=\"https:\/\/taawdesign.com\/?page_id=2248\"><span>Projects<\/span><\/a><\/li>\n                <li><a href=\"https:\/\/taawdesign.com\/?page_id=1786\"><span>Contact<\/span><\/a><\/li>\n            <\/ul>\n\n            <a href=\"https:\/\/taawdesign.com\/?page_id=1786\">\n                <button>start project<\/button>\n            <\/a>\n\n            <hr class=\"divider\">\n\n            <div class=\"social-media\" id=\"social-media\">\n                <a href=\"https:\/\/wa.me\/message\/A7IV2APWC5CAE1\" class=\"whatsapp\" title=\"Chat with us on WhatsApp\"><i class=\"fab fa-whatsapp\"><\/i><\/a>\n                <span>t a a w<\/span>\n                <a href=\"https:\/\/instagram.com\/taawdesign\" class=\"instagram\" title=\"Follow us on Instagram\"><i class=\"fab fa-instagram\"><\/i><\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        const hamburger = document.getElementById('hamburger');\n        const navLinks = document.getElementById('nav-links');\n        const socialMedia = document.getElementById('social-media');\n\n        hamburger.addEventListener('click', () => {\n            const isOpen = navLinks.classList.contains('open');\n            navLinks.classList.toggle('open', !isOpen);\n            socialMedia.classList.toggle('open', !isOpen);\n\n            if (!isOpen) {\n                document.querySelectorAll('.nav-links ul li').forEach((item, index) => {\n                    item.style.transitionDelay = `${index * 0.1}s`;\n                });\n            }\n            hamburger.classList.toggle('open');\n        });\n\n        document.addEventListener('click', (event) => {\n            const isClickInside = hamburger.contains(event.target) || navLinks.contains(event.target);\n\n            if (!isClickInside && navLinks.classList.contains('open')) {\n                navLinks.classList.remove('open');\n                socialMedia.classList.remove('open');\n                hamburger.classList.remove('open');\n            }\n        });\n    <\/script>\n\n<\/body>\n\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f25af51 elementor-widget elementor-widget-html\" data-id=\"f25af51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE HTML>\n<html>\n  <head>\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=UTF-8\" \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Scroll Back To Top<\/title>\n    <link rel=\"stylesheet\" href=\"styles.css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.4.1\/jquery.min.js\"><\/script>\n    <script>\n      $(document).ready(function() {\n        var progressPath = document.querySelector('.progress-wrap path');\n        var pathLength = progressPath.getTotalLength();\n\n        progressPath.style.transition = progressPath.style.WebkitTransition = 'none';\n        progressPath.style.strokeDasharray = pathLength + ' ' + pathLength;\n        progressPath.style.strokeDashoffset = pathLength;\n        progressPath.getBoundingClientRect();\n        progressPath.style.transition = progressPath.style.WebkitTransition = 'stroke-dashoffset 10ms linear';\n\n        var updateProgress = function() {\n          var scroll = $(window).scrollTop();\n          var height = $(document).height() - $(window).height();\n          var progress = pathLength - (scroll * pathLength \/ height);\n          progressPath.style.strokeDashoffset = progress;\n        }\n\n        updateProgress();\n        $(window).scroll(updateProgress);\n\n        var offset = 50;\n        var duration = 550;\n\n        jQuery(window).on('scroll', function() {\n          if(jQuery(this).scrollTop() > offset) {\n            jQuery('.progress-wrap').addClass('active-progress');\n          } else {\n            jQuery('.progress-wrap').removeClass('active-progress');\n          }\n        });\n\n        jQuery('.progress-wrap').on('click', function(event) {\n          event.preventDefault();\n          jQuery('html, body').animate({scrollTop: 0}, duration);\n          return false;\n        })\n      });\n    <\/script>\n  <\/head>\n  <body>\n    <div class=\"progress-wrap\">\n      <div class=\"chevron-up\">\n        <div class=\"chevron-line chevron-line-left\"><\/div>\n        <div class=\"chevron-line chevron-line-right\"><\/div>\n      <\/div>\n      <svg class=\"progress-circle svg-content\" width=\"100%\" height=\"100%\" viewBox=\"-1 -1 102 102\">\n        <path d=\"M50,1 a49,49 0 0,1 0,98 a49,49 0 0,1 0,-98\" \/>\n      <\/svg>\n    <\/div>\n  <\/body>\n<\/html>\n\n<style>\nbody {\n  background: url('background.jpg') no-repeat fixed;\n  height: flex;\n  color: #c9c5c5;\n}\n\n.progress-wrap {\n  position: fixed;\n  right: 25px;\n  bottom: 40px;\n  height: 50px;\n  width: 50px;\n  cursor: pointer;\n  display: block;\n  border-radius: 50px;\n  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);\n  z-index: 10000;\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(15px);\n  -webkit-transition: all 200ms linear;\n  transition: all 200ms linear;\n}\n\n.progress-wrap.active-progress {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n\n.chevron-up {\n  position: absolute;\n  left: 50%; \/* Moved an additional 15px to the right from 45% *\/\n  top: 50%;\n  width: 24px;\n  height: 24px;\n  transform: translate(-50%, -50%);\n}\n\n.chevron-line {\n  position: absolute;\n  background-color: black;\n  height: 3px;\n  width: 16px;\n  border-radius: 2px;\n}\n\n.chevron-line-left {\n  bottom: 20%;\n  left: 0;\n  transform: rotate(-45deg);\n  transform-origin: left top;\n}\n\n.chevron-line-right {\n  bottom: 20%;\n  right: 0;\n  transform: rotate(45deg);\n  transform-origin: right top;\n}\n\n.progress-wrap svg {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n}\n\n.progress-wrap svg path {\n  fill: none;\n}\n\n.progress-wrap svg.progress-circle path {\n  stroke: #000;\n  stroke-width: 4;\n  box-sizing: border-box;\n  -webkit-transition: all 200ms linear;\n  transition: all 200ms linear;\n}\n<\/style>\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-54e6582d e-flex e-con-boxed e-con e-parent\" data-id=\"54e6582d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;lqd-custom-shape-15&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg class=\"lqd-custom-shape\"  fill=\"none\" height=\"461\" viewBox=\"0 0 1440 461\" width=\"1440\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveAspectRatio=\"none\">\n  <path class=\"elementor-shape-fill\" d=\"m0 131.906 34.4-20.017c34.4-19.9 103.2-59.936 171.68-82.979 68.64-23.043 136.8-29.328003 205.44-4.306 68.48 25.022 137.28 81.35 205.76 80.768 68.64-.582 136.8-58.074 205.44-84.608 68.48-26.535 137.28-22.345 205.76-16.06 68.64 6.168 136.8 14.315 205.44 22.811 68.48 8.612 137.28 17.457 171.68 22l34.4 4.422v396.851h-1440z\" fill-opacity=\".09\">\n    <animate repeatCount=\"indefinite\" fill=\"freeze\" attributeName=\"d\" dur=\"10s\" values=\"M0 131.906L34.4 111.889C68.8 91.989 137.6 51.953 206.08 28.91C274.72 5.867 342.88 -0.418001 411.52 24.604C480 49.626 548.8 105.954 617.28 105.372C685.92 104.79 754.08 47.298 822.72 20.764C891.2 -5.771 960 -1.581 1028.48 4.704C1097.12 10.872 1165.28 19.019 1233.92 27.515C1302.4 36.127 1371.2 44.972 1405.6 49.515L1440 53.937V450.788H0L0 131.906Z; M0 122.906L36.5 109C71.5 96.372 102.52 67.98 171 44.937C239.64 21.894 354.36 51.478 423 76.5C491.48 101.522 546.52 19.097 615 18.515C683.64 17.933 799.36 58.534 868 32C936.48 5.46499 1039.52 54.715 1108 61C1176.64 67.168 1190.36 -6.996 1259 1.5C1327.48 10.112 1371.2 35.972 1405.6 40.515L1440 44.937V441.788H0L0 122.906Z; M0 131.906L34.4 111.889C68.8 91.989 137.6 51.953 206.08 28.91C274.72 5.867 342.88 -0.418001 411.52 24.604C480 49.626 548.8 105.954 617.28 105.372C685.92 104.79 754.08 47.298 822.72 20.764C891.2 -5.771 960 -1.581 1028.48 4.704C1097.12 10.872 1165.28 19.019 1233.92 27.515C1302.4 36.127 1371.2 44.972 1405.6 49.515L1440 53.937V450.788H0L0 131.906Z\">\n    <\/animate>\n  <\/path>\n  <path class=\"elementor-shape-fill\" d=\"M0 154.75L34.4 142.201C68.8 129.53 137.6 104.433 206.08 99.072C274.72 93.833 342.88 108.453 411.52 122.099C480 135.622 548.8 148.293 617.28 142.811C685.92 137.329 754.08 113.693 822.72 113.693C891.2 113.693 960 137.329 1028.48 152.68C1097.12 168.153 1165.28 175.463 1233.92 184.966C1302.4 194.591 1371.2 206.287 1405.6 212.257L1440 218.105V452.025H0L0 154.75Z\" fill-opacity=\".28\">\n    <animate repeatCount=\"indefinite\" fill=\"freeze\" attributeName=\"d\" dur=\"8s\" values=\"M0 154.75C0 154.75 12.8 142.902 34.4 142.201C56 141.5 140.02 160.111 208.5 154.75C277.14 149.511 334.36 112.57 403 126.216C471.48 139.739 552.52 190.448 621 184.966C689.64 179.484 745.36 116 814 116C882.48 116 950.52 161.149 1019 176.5C1087.64 191.973 1154.36 123.997 1223 133.5C1291.48 143.125 1371.2 206.287 1405.6 212.257L1440 218.105V452.025H0L0 154.75Z; M0 154.75C0 154.75 33.4 177.201 55 176.5C76.6 175.799 137.52 110.361 206 105C274.64 99.761 332.86 141.104 401.5 154.75C469.98 168.273 527.52 206.982 596 201.5C664.64 196.018 747.86 75 816.5 75C884.98 75 956.52 118.149 1025 133.5C1093.64 148.973 1163.36 87.497 1232 97C1300.48 106.625 1371.2 206.287 1405.6 212.257L1440 218.105V452.025H0L0 154.75Z; M0 154.75C0 154.75 12.8 142.902 34.4 142.201C56 141.5 140.02 160.111 208.5 154.75C277.14 149.511 334.36 112.57 403 126.216C471.48 139.739 552.52 190.448 621 184.966C689.64 179.484 745.36 116 814 116C882.48 116 950.52 161.149 1019 176.5C1087.64 191.973 1154.36 123.997 1223 133.5C1291.48 143.125 1371.2 206.287 1405.6 212.257L1440 218.105V452.025H0L0 154.75Z\">\n    <\/animate>\n  <\/path>\n  <path class=\"elementor-shape-fill\" d=\"M0 340.22L34.4 333.92C68.8 327.52 137.6 314.92 206.08 312.22C274.72 309.52 342.88 316.92 411.52 319.72C480 322.52 548.8 320.92 617.28 318.92C685.92 316.92 754.08 314.52 822.72 316.02C891.2 317.52 960 322.92 1028.48 309.42C1097.12 295.92 1165.28 263.52 1233.92 251.02C1302.4 238.52 1371.2 245.92 1405.6 249.52L1440 253.22V453.22H0L0 340.22Z\">\n    <animate repeatCount=\"indefinite\" fill=\"freeze\" attributeName=\"d\" dur=\"6.5s\" values=\"M0 340.22L34.4 333.92C68.8 327.52 139.02 281.2 207.5 278.5C276.14 275.8 351.86 331.12 420.5 333.92C488.98 336.72 554.52 289 623 287C691.64 285 756.86 332.42 825.5 333.92C893.98 335.42 960 322.92 1028.48 309.42C1097.12 295.92 1163.36 236 1232 223.5C1300.48 211 1371.2 245.92 1405.6 249.52L1440 253.22V453.22H0L0 340.22Z; M0 340.22L37.5 323C71.9 316.6 137.52 336.62 206 333.92C274.64 331.22 339.86 272.2 408.5 275C476.98 277.8 551.02 304 619.5 302C688.14 300 759.36 266.5 828 268C896.48 269.5 962.02 336.5 1030.5 323C1099.14 309.5 1156.36 232.5 1225 220C1293.48 207.5 1364.1 249.62 1398.5 253.22L1440 253.22V453.22H0L0 340.22Z; M0 340.22L34.4 333.92C68.8 327.52 139.02 281.2 207.5 278.5C276.14 275.8 351.86 331.12 420.5 333.92C488.98 336.72 554.52 289 623 287C691.64 285 756.86 332.42 825.5 333.92C893.98 335.42 960 322.92 1028.48 309.42C1097.12 295.92 1163.36 236 1232 223.5C1300.48 211 1371.2 245.92 1405.6 249.52L1440 253.22V453.22H0L0 340.22Z\">\n    <\/animate>\n  <\/path>\n  <path class=\"elementor-shape-fill\" d=\"M1440 337.719L1405.6 340.219C1371.2 342.719 1302.4 347.719 1233.92 350.419C1165.28 353.019 1097.12 353.419 1028.48 352.219C960 351.019 891.2 348.419 822.72 357.019C754.08 365.719 685.92 385.719 617.28 395.919C548.8 406.019 480 406.419 411.52 395.919C342.88 385.419 274.72 364.019 206.08 359.419C137.6 354.719 68.8 366.719 34.4 372.719L0 378.719V460.719H1440V337.719Z\">\n    <animate repeatCount=\"indefinite\" fill=\"freeze\" attributeName=\"d\" dur=\"5.5s\" values=\"M1440 337.719L1405.6 340.219C1371.2 342.719 1303.98 362.8 1235.5 365.5C1166.86 368.1 1090.14 324.2 1021.5 323C953.02 321.8 889.48 383.4 821 392C752.36 400.7 678.64 368.519 610 378.719C541.52 388.819 473.48 414.5 405 404C336.36 393.5 273.64 342.319 205 337.719C136.52 333.019 68.8 366.719 34.4 372.719L0 378.719V460.719H1440V337.719Z; M1440 337.719L1405.6 340.219C1371.2 342.719 1295.98 326.3 1227.5 329C1158.86 331.6 1081.64 391.2 1013 390C944.52 388.8 874.48 364.119 806 372.719C737.36 381.419 675.14 296.3 606.5 306.5C538.02 316.6 471.48 383.219 403 372.719C334.36 362.219 272.64 320.6 204 316C135.52 311.3 68.8 366.719 34.4 372.719L0 378.719V460.719H1440V337.719Z; M1440 337.719L1405.6 340.219C1371.2 342.719 1303.98 362.8 1235.5 365.5C1166.86 368.1 1090.14 324.2 1021.5 323C953.02 321.8 889.48 383.4 821 392C752.36 400.7 678.64 368.519 610 378.719C541.52 388.819 473.48 414.5 405 404C336.36 393.5 273.64 342.319 205 337.719C136.52 333.019 68.8 366.719 34.4 372.719L0 378.719V460.719H1440V337.719Z\">\n    <\/animate>\n  <\/path>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div data-parallax=\"true\" data-parallax-options=\"{&quot;ease&quot;:[&quot;linear&quot;],&quot;start&quot;:&quot;top bottom&quot;,&quot;end&quot;:&quot;bottom+=0px top&quot;}\" data-parallax-from=\"{&quot;y&quot;:&quot;136px&quot;,&quot;rotationZ&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-parallax-to=\"{&quot;y&quot;:&quot;-205px&quot;,&quot;rotationZ&quot;:80,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope &gt; .elementor-widget-container&quot;,&quot;startDelay&quot;:3000,&quot;ease&quot;:[&quot;power4.out&quot;],&quot;initValues&quot;:{&quot;x&quot;:&quot;100px&quot;,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;x&quot;:&quot;0px&quot;,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-7d104ee elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-ld_fancy_image\" data-id=\"7d104ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"260\" height=\"297\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/1-1.png\" class=\"attachment-full size-full wp-image-2296\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope .e-con-inner &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope .e-con-inner &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:1000,&quot;delay&quot;:100,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;-50px&quot;,&quot;scaleX&quot;:0,&quot;scaleY&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;scaleX&quot;:1,&quot;scaleY&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-a09fda9 e-flex e-con-boxed e-con e-child\" data-id=\"a09fda9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c0a02f8 elementor-widget-mobile__width-initial elementor-widget elementor-widget-ld_fancy_image\" data-id=\"3c0a02f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img decoding=\"async\" width=\"58\" height=\"58\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/electronic-arts-1.svg\" class=\"attachment-full size-full wp-image-2297\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-275df120 elementor-widget-mobile__width-initial elementor-widget elementor-widget-ld_fancy_image\" data-id=\"275df120\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img decoding=\"async\" width=\"81\" height=\"34\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/Path-133531.svg\" class=\"attachment-full size-full wp-image-2298\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31dbba8a elementor-widget-mobile__width-initial elementor-widget elementor-widget-ld_fancy_image\" data-id=\"31dbba8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"45\" height=\"33\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/Path-46878.svg\" class=\"attachment-full size-full wp-image-2299\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be4564f elementor-widget-mobile__width-initial elementor-widget elementor-widget-ld_fancy_image\" data-id=\"be4564f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"49\" height=\"49\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/volkswagen-1.svg\" class=\"attachment-full size-full wp-image-2300\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e98be99 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-ld_fancy_image\" data-id=\"4e98be99\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"64\" height=\"23\" src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/Path-34171.svg\" class=\"attachment-full size-full wp-image-2301\" alt=\"\" itemprop=\"image\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\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 data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope .e-con-inner &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope .e-con-inner &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:1000,&quot;startDelay&quot;:350,&quot;delay&quot;:65,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;100px&quot;,&quot;scaleX&quot;:1.5,&quot;scaleY&quot;:1.5,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;scaleX&quot;:1,&quot;scaleY&quot;:1,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-1b3a6df1 e-flex e-con-boxed e-con e-child\" data-id=\"1b3a6df1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div data-parallax=\"true\" data-parallax-options=\"{&quot;ease&quot;:[&quot;linear&quot;],&quot;start&quot;:&quot;top bottom&quot;,&quot;end&quot;:&quot;bottom+=0px top&quot;}\" data-parallax-from=\"{&quot;y&quot;:&quot;200px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-parallax-to=\"{&quot;y&quot;:&quot;-350px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope &gt; .elementor-widget-container&quot;,&quot;startDelay&quot;:2750,&quot;ease&quot;:[&quot;power4.out&quot;],&quot;initValues&quot;:{&quot;rotationZ&quot;:80,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;rotationZ&quot;:0,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-d5ab308 elementor-widget__width-initial elementor-absolute elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-ld_fancy_image\" data-id=\"d5ab308\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \" data-float=\"ease-in-out\">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"138\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 150 138&#039;%2F%3E\" class=\"attachment-full size-full wp-image-2302 ld-lazyload\" alt=\"\" itemprop=\"image\" data-src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/2-1.png\" data-aspect=\"1.0869565217391\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-parallax=\"true\" data-parallax-options=\"{&quot;ease&quot;:[&quot;linear&quot;],&quot;start&quot;:&quot;top bottom&quot;,&quot;end&quot;:&quot;bottom+=0px top&quot;}\" data-parallax-from=\"{&quot;y&quot;:&quot;150px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-parallax-to=\"{&quot;y&quot;:&quot;-150px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}\" data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope &gt; .elementor-widget-container&quot;,&quot;startDelay&quot;:2500,&quot;ease&quot;:[&quot;power4.out&quot;],&quot;initValues&quot;:{&quot;x&quot;:&quot;-100px&quot;,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;x&quot;:&quot;0px&quot;,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-47b5cce8 elementor-widget__width-initial elementor-absolute elementor-hidden-mobile elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-ld_fancy_image\" data-id=\"47b5cce8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \" data-float=\"ease-in-out\">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"222\" height=\"290\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 222 290&#039;%2F%3E\" class=\"attachment-full size-full wp-image-2303 ld-lazyload\" alt=\"\" itemprop=\"image\" data-src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/3-1.png\" data-aspect=\"0.76551724137931\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-548beac6 elementor-widget__width-inherit elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"548beac6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f898777fa31\" class=\"ld-fancy-heading pos-rel\">\n\t\t\t<h1 class=\"ld-fh-element d-inline-block pos-rel  elementor-heading-title lqd-highlight-custom lqd-highlight-custom-2 lqd-split-lines h1\"  data-inview=\"true\" data-transition-delay=\"true\" data-delay-options=\"{&quot;elements&quot;:&quot;.lqd-highlight-inner&quot;,&quot;delayType&quot;:&quot;transition&quot;}\" data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> Revolutizing the <mark class=\"lqd-highlight\"><span class=\"lqd-highlight-txt\"  >digital<\/span><span class=\"lqd-highlight-inner\"><svg class=\"lqd-highlight-pen\" width=\"51\" height=\"51\" viewBox=\"0 0 51 51\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M36.204 1.044C32.02 2.814 5.66 31.155 4.514 35.116c-.632 2.182-1.75 5.516-2.483 7.409-3.024 7.805-1.54 9.29 6.265 6.265 1.893-.733 5.227-1.848 7.41-2.477 3.834-1.105 4.473-1.647 19.175-16.27 0 0 10.63-10.546 15.21-15.125C53 8.997 42.021-1.418 36.203 1.044Zm7.263 5.369c3.56 3.28 4.114 4.749 2.643 6.995l-1.115 1.7-4.586-4.543-4.585-4.544 1.42-1.157C39.311 3.18 40.2 3.4 43.467 6.413ZM37.863 13.3l4.266 4.304-11.547 11.561-11.547 11.561-4.48-4.446-4.481-4.447 11.404-11.418c6.273-6.28 11.566-11.42 11.762-11.42.197 0 2.277 1.938 4.623 4.305ZM12.016 39.03l3.54 3.584-3.562 1.098-5.316 1.641c-1.665.516-1.727.455-1.211-1.21l1.614-5.226c1.289-4.177.685-4.191 4.935.113Z\"\/><\/svg><svg class=\"lqd-highlight-brush-svg lqd-highlight-brush-svg-2\" width=\"233\" height=\"13\" viewBox=\"0 0 233 13\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" preserveAspectRatio=\"none\"><path d=\"m.624 9.414-.312-2.48C0 4.454.001 4.454.002 4.454l.035-.005.102-.013.398-.047c.351-.042.872-.102 1.557-.179 1.37-.152 3.401-.368 6.05-.622C13.44 3.081 21.212 2.42 31.13 1.804 50.966.572 79.394-.48 113.797.24c34.387.717 63.927 2.663 84.874 4.429a1048.61 1048.61 0 0 1 24.513 2.34 641.605 641.605 0 0 1 8.243.944l.432.054.149.02-.318 2.479-.319 2.48-.137-.018c-.094-.012-.234-.03-.421-.052a634.593 634.593 0 0 0-8.167-.936 1043.26 1043.26 0 0 0-24.395-2.329c-20.864-1.76-50.296-3.697-84.558-4.413-34.246-.714-62.535.332-82.253 1.556-9.859.612-17.574 1.269-22.82 1.772-2.622.251-4.627.464-5.973.614a213.493 213.493 0 0 0-1.901.22l-.094.01-.028.004Z\"\/><\/svg><\/span><\/mark> transformation.<\/h1>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-355e9c25 elementor-widget__width-initial elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"355e9c25\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f89877805e3\" class=\"ld-fancy-heading pos-rel\">\n\t\t\t<p class=\"ld-fh-element d-inline-block pos-rel  lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines p\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> Use customer data to build great and solid product experiences that convert.<\/p>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a344bea elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-ld_button\" data-id=\"1a344bea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/themeforest.net\/item\/hub-responsive-multipurpose-wordpress-theme\/31569152\" target=\"_blank\" rel=\"nofollow\"class=\"elementor-button btn btn-solid btn-hover-txt-switch-change btn-hover-txt-switch btn-hover-txt-switch-y btn-icon-shaped btn-has-label\"\t\t\t>\n\t\t\t\t\t\t\t\t\t<span data-text=\"Download Hub Now\" class=\"btn-txt\" data-transition-delay=\"true\" data-delay-options=\"{&quot;elements&quot;: &quot;.lqd-chars&quot;, &quot;delayType&quot;: &quot;animation&quot;, &quot;startDelay&quot;: 0, &quot;delayBetween&quot;: 32.5}\" data-split-text=\"true\" data-split-options=\"{&quot;type&quot;: &quot;chars, words&quot;}\">\n\t\t\t\t\t\tJoin the community\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\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 data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope .e-con-inner &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope .e-con-inner &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:1000,&quot;startDelay&quot;:1500,&quot;delay&quot;:50,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;50px&quot;,&quot;scaleX&quot;:0,&quot;scaleY&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;scaleX&quot;:1,&quot;scaleY&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-10a67aa3 e-flex e-con-boxed e-con e-child\" data-id=\"10a67aa3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46fb903c elementor-widget__width-initial elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"46fb903c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_46fb903c\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"26.981\" height=\"26.981\" viewBox=\"0 0 26.981 26.981\"><g transform=\"translate(-6.745 -6.745)\"><path d=\"M10.529,8h6.745A2.529,2.529,0,0,1,19.8,10.529v1.686a2.529,2.529,0,0,1-2.529,2.529H10.529A2.529,2.529,0,0,1,8,12.216V10.529A2.529,2.529,0,0,1,10.529,8ZM25.706,28.236h6.745a2.529,2.529,0,0,1,2.529,2.529v1.686a2.529,2.529,0,0,1-2.529,2.529H25.706a2.529,2.529,0,0,1-2.529-2.529V30.765A2.529,2.529,0,0,1,25.706,28.236Z\" transform=\"translate(-1.255 -1.255)\" fill=\"#fff\" fill-rule=\"evenodd\"><\/path><path d=\"M10.529,18.118h6.745A2.529,2.529,0,0,1,19.8,20.647v11.8a2.529,2.529,0,0,1-2.529,2.529H10.529A2.529,2.529,0,0,1,8,32.452v-11.8A2.529,2.529,0,0,1,10.529,18.118ZM25.706,8h6.745a2.529,2.529,0,0,1,2.529,2.529v11.8a2.529,2.529,0,0,1-2.529,2.529H25.706a2.529,2.529,0,0,1-2.529-2.529v-11.8A2.529,2.529,0,0,1,25.706,8Z\" transform=\"translate(-1.255 -1.255)\" fill=\"#fff\" fill-rule=\"evenodd\" opacity=\"0.3\"><\/path><\/g><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" ><span style=\"color: #fff\">Newsletter<\/span> Build email lists, bigger, faster and more targeted. <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65bd24ee elementor-widget__width-initial elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"65bd24ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_65bd24ee\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28.251\" height=\"25.955\" viewBox=\"0 0 28.251 25.955\"><g transform=\"translate(-3.246 -4.11)\"><path d=\"M27.265,18.588l-1,5.991,0,.021A1.432,1.432,0,0,1,24.6,25.752L8.322,22.793A1.432,1.432,0,0,1,7.2,21.778L4.589,12.634a1.432,1.432,0,0,1,1.377-1.825H25.617l.878-3.762A1.689,1.689,0,0,1,28.14,5.741H31.1a1.689,1.689,0,0,1,0,3.378H29.48Z\" transform=\"translate(-1.289 -1.632)\" fill=\"#fff\" fill-rule=\"evenodd\" opacity=\"0.3\"><\/path><path d=\"M12.147,40.295a2.147,2.147,0,1,1,2.147-2.147A2.147,2.147,0,0,1,12.147,40.295Zm12.885,0a2.147,2.147,0,1,1,2.147-2.147A2.147,2.147,0,0,1,25.032,40.295Z\" transform=\"translate(-2.842 -10.23)\" fill=\"#fff\" fill-rule=\"evenodd\"><\/path><\/g><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" ><span style=\"color: #fff\">SEO Friendly<\/span> Hub helps you rank higher in Google and on web. <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-445c0d36 elementor-widget__width-initial elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"445c0d36\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_445c0d36\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29.729\" height=\"24.525\" viewBox=\"0 0 29.729 24.525\"><g transform=\"translate(-4.955 -8.258)\"><path d=\"M24.494,9.848a30.811,30.811,0,0,1,2.96,3.554s-6.757,9.91-14.864,9.91q-.77,0-1.494-.065Z\" transform=\"translate(7.23 6.417)\" fill=\"#fff\"><\/path><path d=\"M22,6.817l-4.137,4.137A4.955,4.955,0,0,0,12.91,15.91L7.173,21.646A18.035,18.035,0,0,1,3,15.91S7.054,6,17.864,6A11.478,11.478,0,0,1,22,6.817Z\" transform=\"translate(1.955 3.91)\" fill=\"#fff\"><\/path><rect width=\"31.38\" height=\"3.303\" transform=\"translate(8.423 30.447) rotate(-45)\" fill=\"#fff\" opacity=\"0.3\"><\/rect><\/g><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" ><span style=\"color: #fff\">SEO Friendly<\/span> Social Add an Instagram Feed to your website or share content. <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-24a9782c e-flex e-con-boxed e-con e-parent\" data-id=\"24a9782c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope  &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope  &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:750,&quot;delay&quot;:55,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;45px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-282decf8 e-con-full e-flex e-con e-child\" data-id=\"282decf8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6ede89 elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"a6ede89\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f898779ba27\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<h2 class=\"ld-fh-element d-inline-block pos-rel  elementor-heading-title lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines h2\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> Digital marketing solutions <\/h2>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d6ef83a elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"7d6ef83a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f898779c277\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<p class=\"ld-fh-element d-inline-block pos-rel  lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines p\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> With over 25 years of experience, we have crafted thousands of strategic discovery process that enables us to peel back <span style=\"color: #675DE1\">the layers which enable us to<\/span> understand, connect, represent.<\/p>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope  &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope  &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:750,&quot;startDelay&quot;:500,&quot;delay&quot;:65,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;30px&quot;,&quot;scaleX&quot;:0,&quot;scaleY&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;scaleX&quot;:1,&quot;scaleY&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-5b9d3b16 e-con-full e-flex e-con e-child\" data-id=\"5b9d3b16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6849823b elementor-align-center elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-ld_icon_box\" data-id=\"6849823b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_6849823b\" class=\"iconbox d-flex flex-grow-1 pos-rel flex-column iconbox-default\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"30.859\" height=\"33.292\" viewBox=\"0 0 30.859 33.292\"><path d=\"M1.613,1.843A1.958,1.958,0,0,1,3.568,0H27.291a1.958,1.958,0,0,1,1.955,1.843l1.606,27.3a3.917,3.917,0,0,1-3.91,4.147H3.917a3.917,3.917,0,0,1-3.91-4.147Z\" transform=\"translate(0)\" fill=\"#829cac\" opacity=\"0.3\"><\/path><path d=\"M0,0H3.917A5.875,5.875,0,0,0,9.792,5.875,5.875,5.875,0,0,0,15.667,0h3.917A9.792,9.792,0,0,1,9.792,9.792,9.792,9.792,0,0,1,0,0Z\" transform=\"translate(5.638 5.875)\" fill=\"#829cac\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Ecommerce <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10ccec22 elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-ld_icon_box\" data-id=\"10ccec22\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_10ccec22\" class=\"iconbox d-flex flex-grow-1 pos-rel flex-column iconbox-default\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"31.881\" height=\"31.881\" viewBox=\"0 0 31.881 31.881\"><path d=\"M13.085,6H30.8a7.085,7.085,0,1,1,0,14.169H13.085A7.085,7.085,0,0,1,13.085,6Zm0,10.627a3.542,3.542,0,1,0-3.542-3.542A3.542,3.542,0,0,0,13.085,16.627Z\" transform=\"translate(-6 -6)\" fill=\"#f87397\" fill-rule=\"evenodd\"><\/path><path d=\"M13.085,26H30.8a7.085,7.085,0,1,1,0,14.169H13.085a7.085,7.085,0,1,1,0-14.169ZM30.8,36.627a3.542,3.542,0,1,0-3.542-3.542A3.542,3.542,0,0,0,30.8,36.627Z\" transform=\"translate(-6 -8.288)\" fill=\"#f87397\" fill-rule=\"evenodd\" opacity=\"0.3\"><\/path><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Consultation <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e2417f3 elementor-align-center elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-ld_icon_box\" data-id=\"6e2417f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_6e2417f3\" class=\"iconbox d-flex flex-grow-1 pos-rel flex-column iconbox-default\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex   \"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"42.789\" height=\"32.761\" viewBox=\"0 0 42.789 32.761\"><defs><linearGradient id=\"a\" x1=\"0.5\" x2=\"0.5\" y2=\"1\" gradientUnits=\"objectBoundingBox\"><stop offset=\"0\" stop-color=\"#49c193\"><\/stop><stop offset=\"1\" stop-color=\"#9ccb95\"><\/stop><\/linearGradient><\/defs><g transform=\"translate(0.5 0.521)\"><path d=\"M11.127,32a1.474,1.474,0,0,0,2.691.8L25.271,15.986a1.437,1.437,0,0,0-1.222-2.235H15.044V3.166a1.474,1.474,0,0,0-2.691-.8L.9,19.183a1.437,1.437,0,0,0,1.222,2.235h9.006Z\" transform=\"translate(16.248 -1.726)\" stroke=\"rgba(0,0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\"1\" fill=\"url(#a)\"><\/path><path d=\"M5.3,28a1.5,1.5,0,0,1-1.5-1.5V23.9a1.5,1.5,0,0,1,1.5-1.5H17.5A1.5,1.5,0,0,1,19,23.9v2.6A1.5,1.5,0,0,1,17.5,28ZM1.5,16.8A1.5,1.5,0,0,1,0,15.3V12.7a1.5,1.5,0,0,1,1.5-1.5H11.8a1.5,1.5,0,0,1,1.5,1.5v2.6a1.5,1.5,0,0,1-1.5,1.5ZM5.3,5.6A1.5,1.5,0,0,1,3.8,4.1V1.5A1.5,1.5,0,0,1,5.3,0H17.5A1.5,1.5,0,0,1,19,1.5V4.1a1.5,1.5,0,0,1-1.5,1.5Z\" transform=\"translate(0 1.859)\" stroke=\"rgba(0,0,0,0)\" stroke-miterlimit=\"10\" stroke-width=\"1\" opacity=\"0.3\" fill=\"url(#a)\"><\/path><\/g><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Branding <\/h3>\t\t\t\t<p><\/p>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\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-6e48f2f7 e-flex e-con-boxed e-con e-parent\" data-id=\"6e48f2f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope  &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope  &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li, :scope .e-con:not([data-parallax]) .elementor-element &gt; .elementor-widget-container, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:750,&quot;delay&quot;:65,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;x&quot;:&quot;-150px&quot;,&quot;rotationY&quot;:56,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;x&quot;:&quot;0px&quot;,&quot;rotationY&quot;:0,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-15b03fb0 e-con-full e-flex e-con e-child\" data-id=\"15b03fb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64b03795 elementor-absolute elementor-widget elementor-widget-ld_animated_blob\" data-id=\"64b03795\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_animated_blob.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<figure id=\"lqd-animated-blob-64b03795\" class=\"lqd-animated-blob\" data-lqd-animated-blob=\"true\" data-blob-options=\"{&quot;id&quot;:&quot;lqd-animated-blob-64b03795&quot;,&quot;width&quot;:500,&quot;height&quot;:500,&quot;radius&quot;:150,&quot;speed&quot;:1,&quot;amplitude&quot;:1,&quot;anchorPoints&quot;:4,&quot;gradientType&quot;:&quot;linear&quot;,&quot;colors&quot;:[&quot;#E26565&quot;,&quot;#569ACC&quot;]}\">\n\t\t\t<svg viewBox=\"0 0 500 500\" width=\"500\" height=\"500\">\n\t\t\t<\/svg>\n\t\t<\/figure>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5865c4e1 elementor-widget elementor-widget-ld_fancy_image\" data-id=\"5865c4e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \" data-shadow-style=\"4\">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"862\" height=\"1010\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 862 1010&#039;%2F%3E\" class=\"attachment-full size-full wp-image-2311 ld-lazyload\" alt=\"\" itemprop=\"image\" data-src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/Img-4.jpg\" data-srcset=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/Img-4.jpg 862w, https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/Img-4-256x300.jpg 256w, https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/Img-4-600x703.jpg 600w\" data-sizes=\"(max-width: 862px) 100vw, 862px\" data-aspect=\"0.85346534653465\" \/>\t\t\t\t\t<span class=\"lqd-overlay lqd-imggrp-overlay-bg\"><\/span>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e4fe074 e-flex e-con-boxed e-con e-child\" data-id=\"7e4fe074\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-396a310b elementor-align-left elementor-widget elementor-widget-ld_counter\" data-id=\"396a310b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"lqd-counter-396a310b\" class=\"lqd-counter pos-rel left lqd-counter-default\">\n\n\t\t\t\n\t\t\t<div class=\"lqd-counter-element pos-rel h1\" data-enable-counter=\"true\" data-counter-options=\"{&quot;targetNumber&quot;:&quot;12&quot;}\">\n\t\t\t\t<span class=\"lqd-counter-nums-wrap d-block pos-rel\">12<\/span>\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fd935eb elementor-widget elementor-widget-hub_fancy_heading\" data-id=\"4fd935eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f89877bd0f2\" class=\"ld-fancy-heading pos-rel\">\n\t\t\t<p class=\"ld-fh-element d-inline-block pos-rel  lqd-highlight-classic lqd-highlight-grow-left p\"  > Years of<br>\nexperience<\/p>\t\t<\/div>\n\n\t\t\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<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope  &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope  &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:750,&quot;startDelay&quot;:350,&quot;delay&quot;:55,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;70px&quot;,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-1963e532 e-con-full e-flex e-con e-child\" data-id=\"1963e532\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25b173bc elementor-widget__width-auto elementor-widget elementor-widget-hub_fancy_heading\" data-id=\"25b173bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f89877bdc84\" class=\"ld-fancy-heading pos-rel\">\n\t\t\t<h6 class=\"ld-fh-element d-inline-block pos-rel  elementor-heading-title lqd-highlight-classic lqd-highlight-grow-left h6\"  > About taaw<\/h6>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-457cf16c elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"457cf16c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f89877be720\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<h2 class=\"ld-fh-element d-inline-block pos-rel  elementor-heading-title lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines h2\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> Experience magical design solutions <\/h2>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-397064cc elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"397064cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f89877bf1f3\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<p class=\"ld-fh-element d-inline-block pos-rel  lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines p\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> More than just an ad agency, we harness the tools of traditional and digital.<\/p>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50a81f85 elementor-widget__width-inherit elementor-widget elementor-widget-ld_progressbar\" data-id=\"50a81f85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_progressbar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"lqd-progressbar-50a81f85\" class=\"lqd-progressbar pos-rel   \" data-progressbar=\"true\" data-progressbar-options=\"{&quot;skipCreateMarkup&quot;:true,&quot;value&quot;:57}\" >\n\n\t\t\t\t\t\t\t<div class=\"lqd-progressbar-details d-flex align-items-center justify-content-between pos-rel z-index-3\">\n\n\t\t\t\t\t\t\t\t\t\t<h3 class=\"lqd-progressbar-title ws-nowrap\" >Search Engine<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"lqd-progressbar-percentage d-flex align-items-center\">\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"lqd-progressbar-value\"><\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"lqd-progressbar-inner pos-rel w-100 flex-grow-1 overflow-hidden\">\n\t\t\t\t<div class=\"lqd-progressbar-bar pos-abs pos-tl pos-br\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-679f0f82 elementor-widget__width-inherit elementor-widget elementor-widget-ld_progressbar\" data-id=\"679f0f82\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_progressbar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"lqd-progressbar-679f0f82\" class=\"lqd-progressbar pos-rel   \" data-progressbar=\"true\" data-progressbar-options=\"{&quot;skipCreateMarkup&quot;:true,&quot;value&quot;:95}\" >\n\n\t\t\t\t\t\t\t<div class=\"lqd-progressbar-details d-flex align-items-center justify-content-between pos-rel z-index-3\">\n\n\t\t\t\t\t\t\t\t\t\t<h3 class=\"lqd-progressbar-title ws-nowrap\" >Digital marketing<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"lqd-progressbar-percentage d-flex align-items-center\">\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"lqd-progressbar-value\"><\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"lqd-progressbar-inner pos-rel w-100 flex-grow-1 overflow-hidden\">\n\t\t\t\t<div class=\"lqd-progressbar-bar pos-abs pos-tl pos-br\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7619bb1f elementor-widget__width-inherit elementor-widget elementor-widget-ld_progressbar\" data-id=\"7619bb1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_progressbar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"lqd-progressbar-7619bb1f\" class=\"lqd-progressbar pos-rel   \" data-progressbar=\"true\" data-progressbar-options=\"{&quot;skipCreateMarkup&quot;:true,&quot;value&quot;:85}\" >\n\n\t\t\t\t\t\t\t<div class=\"lqd-progressbar-details d-flex align-items-center justify-content-between pos-rel z-index-3\">\n\n\t\t\t\t\t\t\t\t\t\t<h3 class=\"lqd-progressbar-title ws-nowrap\" >App Development<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"lqd-progressbar-percentage d-flex align-items-center\">\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"lqd-progressbar-value\"><\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"lqd-progressbar-inner pos-rel w-100 flex-grow-1 overflow-hidden\">\n\t\t\t\t<div class=\"lqd-progressbar-bar pos-abs pos-tl pos-br\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>\n\n\t\t\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-3c94fbf1 e-flex e-con-boxed e-con e-parent\" data-id=\"3c94fbf1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope  &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope  &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope  &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:750,&quot;delay&quot;:55,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;y&quot;:&quot;100px&quot;,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;y&quot;:&quot;0px&quot;,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-8b0efb0 e-con-full e-flex e-con e-child\" data-id=\"8b0efb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72bde3c5 elementor-widget__width-inherit elementor-widget elementor-widget-hub_fancy_heading lqd-el-has-inner-anim\" data-id=\"72bde3c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;enable_split&quot;:&quot;true&quot;,&quot;split_type&quot;:&quot;lines&quot;}\" data-widget_type=\"hub_fancy_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div id=\"ld-fancy-heading-69f89877c20be\" class=\"ld-fancy-heading pos-rel mask-text\">\n\t\t\t<h3 class=\"ld-fh-element d-inline-block pos-rel  elementor-heading-title lqd-highlight-classic lqd-highlight-grow-left lqd-split-lines h3\"  data-split-text=\"true\" data-split-options='{\"type\":\"lines\"}'> Driven by passion.<\/h3>\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-263fd9d0 elementor-widget__width-initial elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"263fd9d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_263fd9d0\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side iconbox-icon-shaped iconbox-circle\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex pos-rel z-index-1 border-radius-circle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\"><circle cx=\"5\" cy=\"5\" r=\"5\"><\/circle><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"contents \">\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Web Development <\/h3>\t\t\t\t<p>Hub IT allows your business and technology manipulate big data in the digital world.<\/p>\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e411897 elementor-widget__width-initial elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"4e411897\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_4e411897\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side iconbox-icon-shaped iconbox-circle\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex pos-rel z-index-1 border-radius-circle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\"><circle cx=\"5\" cy=\"5\" r=\"5\"><\/circle><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"contents \">\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Digital Branding <\/h3>\t\t\t\t<p>Hub IT allows your business and technology manipulate big data in the digital world.<\/p>\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5076a9e1 elementor-widget__width-initial elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"5076a9e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_5076a9e1\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side iconbox-icon-shaped iconbox-circle\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex pos-rel z-index-1 border-radius-circle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\"><circle cx=\"5\" cy=\"5\" r=\"5\"><\/circle><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"contents \">\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Consultation <\/h3>\t\t\t\t<p>Hub IT allows your business and technology manipulate big data in the digital world.<\/p>\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-440243c1 elementor-widget__width-initial elementor-align-left elementor-widget elementor-widget-ld_icon_box\" data-id=\"440243c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_icon_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\t<div id=\"ld_icon_box_440243c1\" class=\"iconbox d-flex flex-grow-1 pos-rel iconbox-side iconbox-icon-shaped iconbox-circle\"   >\n\n\t\t\t\t\n\t\t\t\t<div class=\"iconbox-icon-wrap  \"><div class=\"iconbox-icon-container d-inline-flex pos-rel z-index-1 border-radius-circle\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\"><circle cx=\"5\" cy=\"5\" r=\"5\"><\/circle><\/svg><\/div><\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"contents \">\n\t\t\t\t\n\t\t\t\t<h3 class=\"lqd-iconbox-heading \" >Social Media  <\/h3>\t\t\t\t<p>Hub IT allows your business and technology manipulate big data in the digital world.<\/p>\n\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-custom-animations=\"true\" data-ca-options=\"{&quot;addChildTimelines&quot;:false,&quot;trigger&quot;:&quot;firstChild&quot;,&quot;animationTarget&quot;:&quot;:scope .e-con-inner &gt; .elementor-element:not(.lqd-exclude-parent-ca) &gt; .elementor-widget-container, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con-inner &gt; .elementor-widget-hub_fancy_heading .lqd-adv-txt-fig, :scope .e-con-inner &gt; .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li, :scope .e-con:not([data-parallax]) .elementor-element &gt; .elementor-widget-container, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-lines .lqd-lines .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-words .lqd-words .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-hub_fancy_heading .lqd-split-chars .lqd-chars .split-inner, :scope .e-con:not([data-parallax]) .elementor-widget-ld_custom_menu .lqd-fancy-menu &gt; ul &gt; li&quot;,&quot;duration&quot;:750,&quot;startDelay&quot;:350,&quot;delay&quot;:55,&quot;ease&quot;:&quot;expo.out&quot;,&quot;initValues&quot;:{&quot;x&quot;:&quot;-100px&quot;,&quot;rotationY&quot;:40,&quot;opacity&quot;:0,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;},&quot;animations&quot;:{&quot;x&quot;:&quot;0px&quot;,&quot;rotationY&quot;:0,&quot;opacity&quot;:1,&quot;transformOrigin&quot;:&quot;50% 50% 0px&quot;}}\" class=\"elementor-element elementor-element-700404a9 e-flex e-con-boxed e-con e-child\" data-id=\"700404a9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f51c9f8 elementor-absolute elementor-widget elementor-widget-ld_animated_blob\" data-id=\"4f51c9f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_animated_blob.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<figure id=\"lqd-animated-blob-4f51c9f8\" class=\"lqd-animated-blob\" data-lqd-animated-blob=\"true\" data-blob-options=\"{&quot;id&quot;:&quot;lqd-animated-blob-4f51c9f8&quot;,&quot;width&quot;:500,&quot;height&quot;:500,&quot;radius&quot;:150,&quot;speed&quot;:1,&quot;amplitude&quot;:1,&quot;anchorPoints&quot;:4,&quot;gradientType&quot;:&quot;linear&quot;,&quot;colors&quot;:[&quot;#E26565&quot;,&quot;#569ACC&quot;]}\">\n\t\t\t<svg viewBox=\"0 0 500 500\" width=\"500\" height=\"500\">\n\t\t\t<\/svg>\n\t\t<\/figure>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e47e4f1 elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-ld_fancy_image\" data-id=\"1e47e4f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \" data-shadow-style=\"4\">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"541\" height=\"621\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 541 621&#039;%2F%3E\" class=\"attachment-full size-full wp-image-2313 ld-lazyload\" alt=\"\" itemprop=\"image\" data-src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/1.jpg\" data-srcset=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/1.jpg 541w, https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/1-261x300.jpg 261w\" data-sizes=\"(max-width: 541px) 100vw, 541px\" data-aspect=\"0.87117552334944\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-464d149d elementor-widget__width-initial elementor-widget elementor-widget-ld_fancy_image\" data-id=\"464d149d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_fancy_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"lqd-imggrp-single d-block pos-rel \" data-shadow-style=\"4\">\n\t\t\t<div class=\"lqd-imggrp-img-container d-inline-flex pos-rel align-items-center justify-content-center \">\n\t\t\t\t\t\t\t\t<figure class=\"w-100 pos-rel\">\n\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"526\" height=\"621\" src=\"data:image\/svg+xml;charset=utf-8,%3Csvg xmlns%3D&#039;http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg&#039; viewBox%3D&#039;0 0 526 621&#039;%2F%3E\" class=\"attachment-full size-full wp-image-2314 ld-lazyload\" alt=\"\" itemprop=\"image\" data-src=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/2.jpg\" data-srcset=\"https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/2.jpg 526w, https:\/\/taawdesign.com\/wp-content\/uploads\/2024\/09\/2-254x300.jpg 254w\" data-sizes=\"(max-width: 526px) 100vw, 526px\" data-aspect=\"0.84702093397746\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/figure>\n\t\t\t<\/div>\n\t\t<\/div>\n\n\t\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c726d5 e-con-full e-flex e-con e-parent\" data-id=\"c726d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-634a391f elementor-widget__width-inherit elementor-widget elementor-widget-ld_carousel\" data-id=\"634a391f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"carousel-container pos-rel carousel-nav-shaped\" id=\"\" >\n\n\t\t\t<div class=\"carousel-items pos-rel \"  data-lqd-flickity='{\"marquee\":true,\"percentPosition\":false,\"columnsAutoWidth\":true,\"draggable\":false,\"equalHeightCells\":true,\"middleAlignContent\":true,\"marqueeTickerSpeed\":\"1\",\"pauseAutoPlayOnHover\":false}'>\n\n\t\t\t\t\t\t\t\t<div class=\"flickity-viewport pos-rel w-100 overflow-hidden\">\n\t\t\t\t\t<div class=\"flickity-slider d-flex w-100 h-100 pos-rel\" style=\"left: 0; transform: translateX(0%);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-8174211\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Social media\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-77cbe19\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Built for online marketing\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-1992fd3\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Social media\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-0a337ac\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Agility and scale\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-5b410e9\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Built for online marketing\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c683efc elementor-widget__width-inherit elementor-widget elementor-widget-ld_carousel\" data-id=\"1c683efc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ld_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"carousel-container pos-rel carousel-nav-shaped\" id=\"\" >\n\n\t\t\t<div class=\"carousel-items pos-rel \"  data-lqd-flickity='{\"marquee\":true,\"percentPosition\":false,\"columnsAutoWidth\":true,\"draggable\":false,\"marqueeTickerSpeed\":\"1\",\"equalHeightCells\":true,\"middleAlignContent\":true,\"rightToLeft\":true,\"pauseAutoPlayOnHover\":false}'>\n\n\t\t\t\t\t\t\t\t<div class=\"flickity-viewport pos-rel w-100 overflow-hidden\">\n\t\t\t\t\t<div class=\"flickity-slider d-flex w-100 h-100 pos-rel\" style=\"right: 0; transform: translateX(0%);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-8174211\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Development\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-77cbe19\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Consultation\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-1992fd3\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p>Digital Age<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-0a337ac\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">eCommerce\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"carousel-item d-flex flex-column justify-content-center align-items-center elementor-repeater-item-5b410e9\">\n\t\t\t\t\t\t\t\t<div class=\"carousel-item-inner pos-rel w-100\">\n\t\t\t\t\t\t\t\t\t<div class=\"carousel-item-content pos-rel w-100\">\n\n\t\t\t\t\t\t\t\t\t\t<p style=\"white-space: nowrap;\">Built for online marketing\u00a0<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\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","protected":false},"excerpt":{"rendered":"<p>Navigation Bar Home Services Projects Contact start project t a a w Scroll Back To Top Revolutizing the digital transformation. Use customer data to build great and solid product experiences that convert. Join the community Newsletter Build email lists, bigger, faster and more targeted. SEO Friendly Hub helps you rank higher in Google and on [&hellip;]<\/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-2294","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages\/2294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taawdesign.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2294"}],"version-history":[{"count":19,"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages\/2294\/revisions"}],"predecessor-version":[{"id":2371,"href":"https:\/\/taawdesign.com\/index.php?rest_route=\/wp\/v2\/pages\/2294\/revisions\/2371"}],"wp:attachment":[{"href":"https:\/\/taawdesign.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}