{"id":170448,"date":"2024-08-22T15:24:01","date_gmt":"2024-08-22T19:24:01","guid":{"rendered":"https:\/\/innowise.com\/?page_id=170448"},"modified":"2026-02-24T03:46:10","modified_gmt":"2026-02-24T08:46:10","slug":"consulting","status":"publish","type":"page","link":"https:\/\/innowise.com\/nl\/services\/digital-transformation\/consulting\/","title":{"rendered":"Adviesdiensten voor digitale transformatie"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"170448\" class=\"elementor elementor-170448\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93962a4 container-header back-animations e-flex e-con-boxed e-con e-parent\" data-id=\"93962a4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-37d21ef e-con-full e-flex e-con e-child\" data-id=\"37d21ef\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f34eb3 elementor-widget__width-inherit word-break elementor-widget elementor-widget-heading\" data-id=\"3f34eb3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Digital transformation consulting services<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a237a2 e-con-full elementor-hidden-desktop e-flex e-con e-child\" data-id=\"1a237a2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-96480d6 e-con-full e-flex e-con e-child\" data-id=\"96480d6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2736e15 elementor-widget-tablet__width-initial elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2736e15\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<span style=\"font-weight: 400; margin-bottom: 0 !important;\">Adopt and integrate the latest tech with the support of our digital transformation consulting experts. Partner with us, and we\u2019ll guide you through a successful digital transformation path that sets you up for long-term growth and success.<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bb8d7f elementor-align-center elementor-mobile-align-center elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"4bb8d7f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\" id=\"main-block-link\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let\u2019s partner now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-08d214c e-con-full e-flex e-con e-child\" data-id=\"08d214c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a24375c elementor-widget elementor-widget-html\" data-id=\"a24375c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"animated-mobile\">\n    <div class=\"animated-text-mobile\">\n        <div class=\"message-mobile\">\n            <p class=\"number-mobile\">40+<\/p>\n            <p class=\"description-mobile\">curated digital transformation projects<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"clutch-widget-container-mobile\">\n        <img decoding=\"async\" class=\"clutch-image-mobile\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/Clutch-Logo.svg\"\/ alt=\"\">\n        <div class=\"button-container-mobile\">\n        <a rel=\"nofollow\" href=\"https:\/\/clutch.co\/profile\/innowise?utm_source=widget&utm_medium=2&utm_campaign=widget&utm_content=logo&utm_term=innowise-group.com\" class=\"circle-button-mobile\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather-mobile feather-arrow-right-mobile\">\n                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n            <\/svg>\n        <\/a>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const textElement = document.querySelector(\".animated-text-mobile\");\n    const messages = [\n        {\n            number: \"40+\",\n            description: \"curated digital transformation projects\"\n        },\n        {\n            number: \"30+\",\n            description: \"digital transformation consultants\"\n        },\n        {\n            number: \"75%\",\n            description: \"senior & mid-level specialists\"\n        }\n    ];\n    \n    let index = 0;\n\n    function changeText() {\n        textElement.classList.add(\"hidden-mobile\");\n        setTimeout(() => {\n            textElement.querySelector(\".number-mobile\").textContent = messages[index].number;\n            textElement.querySelector(\".description-mobile\").textContent = messages[index].description;\n            textElement.classList.remove(\"hidden-mobile\");\n            index = (index + 1) % messages.length;\n        }, 1000);\n    }\n\n    setInterval(changeText, 4000);\n    changeText();\n});\n\n<\/script>\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<div class=\"elementor-element elementor-element-24d8831 elementor-widget-tablet__width-inherit elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"24d8831\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Adopt and integrate the latest tech with the support of our digital transformation consulting experts. Partner with us, and we\u2019ll guide you through a successful digital transformation path that sets you up for long-term growth and success.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20f9234 elementor-align-center elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"20f9234\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let\u2019s partner now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-d3d935a e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"d3d935a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c48d93 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"6c48d93\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"animated\">\n    <div class=\"animated-text\">\n        <div class=\"message\">\n            <p class=\"number\">40+<\/p>\n            <p class=\"description\">curated digital transformation projects<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"clutch-widget-container\">\n        <img decoding=\"async\" class=\"clutch-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/Clutch-Logo.svg\"\/ alt=\"\">\n        <div class=\"button-container\">\n        <a rel=\"nofollow\" href=\"https:\/\/clutch.co\/profile\/innowise?utm_source=widget&utm_medium=2&utm_campaign=widget&utm_content=logo&utm_term=innowise-group.com\" class=\"circle-button\" target=\"_blank\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-right\">\n                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n            <\/svg>\n        <\/a>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const textElement = document.querySelector(\".animated-text\");\n    const messages = [\n        {\n            number: \"40+\",\n            description: \"curated digital transformation projects\"\n        },\n        {\n            number: \"30+\",\n            description: \"digital transformation consultants\"\n        },\n        {\n            number: \"75%\",\n            description: \"senior & mid-level specialists\"\n        }\n    ];\n    \n    let index = 0;\n\n    function changeText() {\n        textElement.classList.add(\"hidden\");\n        setTimeout(() => {\n            textElement.querySelector(\".number\").textContent = messages[index].number;\n            textElement.querySelector(\".description\").textContent = messages[index].description;\n            textElement.classList.remove(\"hidden\");\n            index = (index + 1) % messages.length;\n        }, 1000);\n    }\n\n    setInterval(changeText, 4000);\n    changeText();\n});\n\n<\/script>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-64841da net-14 dt-15 faq-1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"64841da\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d03fe8e\" data-id=\"d03fe8e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a3b1322 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"a3b1322\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">When businesses need digital transformation consulting services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b304178 e-con-full net-142 dt-15-2 e-flex e-con e-parent\" data-id=\"b304178\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b6322cf cust-acc elementor-widget elementor-widget-n-accordion\" data-id=\"b6322cf\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1910\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1910\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Starting out on the digitalization journey <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1910\" class=\"elementor-element elementor-element-cc37244 e-con-full e-flex e-con e-child\" data-id=\"cc37244\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6c388a4 elementor-widget elementor-widget-html\" data-id=\"6c388a4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"cust-acc__item\">\r\n    <p class=\"cust-acc__item__text\">Jumping into digitalization can be daunting \u2013 particularly for businesses who have been running in the old-school, traditional way for a long time. However, this is where digital transformation strategy consulting can be most effective:<\/p>\r\n    <ul class=\"cust-acc__item__list\">\r\n        <li>Strategic guidance: We help businesses get a grip on the digital landscape and map out a plan that fits their goals.\r\n<\/li>\r\n        <li>Assessment of current capabilities: We take a look at existing processes, tech, and skills to pinpoint areas for improvement.\r\n<\/li>\r\n        <li>Implementation planning: We\u2019ll create a step-by-step plan for going digital \u2014 focusing first on the changes that offer the most immediate value.<\/li>\r\n    <\/ul>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1911\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1911\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Keeping up with industry opponents <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1911\" class=\"elementor-element elementor-element-065d6b1 e-con-full e-flex e-con e-child\" data-id=\"065d6b1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b6a557 elementor-widget elementor-widget-html\" data-id=\"3b6a557\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"cust-acc__item\">\r\n    <p class=\"cust-acc__item__text\">If your competitors are already ahead in digital adoption, you might need to take a big leap rather than just trying to catch up. The main focus for digital transformation consulting in this phase is:<\/p>\r\n    <ul class=\"cust-acc__item__list\">\r\n        <li>Competitive analysis: We identify what your competitors are doing right \u2013 and where they can be outpaced.\r\n<\/li>\r\n        <li>Focus on innovation: Leveraging emerging technologies to create innovations that can set new market standards.\r\n<\/li>\r\n        <li>Agile transformation: We\u2019ll help you implement agile methodologies to boost responsiveness in a fast-evolving environment.<\/li>\r\n    <\/ul>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1912\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1912\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Adopting new tech and building a strategy <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><i aria-hidden=\"true\" class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t<span class='e-closed'><i aria-hidden=\"true\" class=\"fas fa-plus\"><\/i><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1912\" class=\"elementor-element elementor-element-f1f3d7c e-con-full e-flex e-con e-child\" data-id=\"f1f3d7c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3af90a5 elementor-widget elementor-widget-html\" data-id=\"3af90a5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"cust-acc__item\">\r\n    <p class=\"cust-acc__item__text\">Once new tech hits the market, jumping on it quickly is key to staying relevant. Digital transformation consultants can offer:<\/p>\r\n    <ul class=\"cust-acc__item__list\">\r\n        <li>Tech adoption strategy: We\u2019ll develop a solid plan to integrate new technologies into your current systems.\r\n<\/li>\r\n        <li>Change management: We make sure your team is well-trained and that organizational culture aligns with new digital tools and practices.\r\n<\/li>\r\n        <li>Risk management: We detect potential risks that come with new technology adoption and help you manage them.<\/li>\r\n    <\/ul>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-f9378fd e-flex e-con-boxed e-con e-parent\" data-id=\"f9378fd\" data-element_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-e787fd1 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"e787fd1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Kickstart your business growth with Microsoft Solutions Partner<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b9a0ae e-con-full e-flex e-con e-child\" data-id=\"6b9a0ae\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f42c7cf elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"f42c7cf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>As a certified Microsoft partner, we use the best Microsoft technologies to deliver outstanding results and stay ahead of industry trends. With our strategic engagement, you get access to exclusive resources and insights that help you tackle complex challenges confidently. Using our expertise and Microsoft&#8217;s trusted solutions, we design tailored strategies that drive growth, increase productivity, and deliver measurable results.<\/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-04f2733 e-con-full e-flex e-con e-child\" data-id=\"04f2733\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5ed942 elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"e5ed942\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"259\" height=\"158\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Microsoft-Solutions-Partner_data-1.svg\" class=\"attachment-large size-large wp-image-170540\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-997ba6f elementor-widget__width-auto elementor-widget elementor-widget-image\" data-id=\"997ba6f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"259\" height=\"158\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Microsoft-Solutions-Partner_digital-1.svg\" class=\"attachment-large size-large wp-image-170541\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea48e03 e-flex e-con-boxed e-con e-parent\" data-id=\"ea48e03\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9983600 e-con-full e-flex e-con e-child\" data-id=\"9983600\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38131da elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"38131da\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Digital transformation challenges we solve<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a75dee2 elementor-widget elementor-widget-html\" data-id=\"a75dee2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"cws-grid\">\r\n    \r\n        <div class=\"cws-grid__item\">\r\n            <span>\r\n                Systems architecture isn\u2019t harmonized\r\n            <\/span>\r\n            <ul>\r\n                <li>Multiple ERP and accounting systems in use<\/li>\r\n                <li>Different project structures in different systems<\/li>\r\n                <li>Redundant systems (e.g., PMT vs. ERP)<\/li>\r\n                <li>Inconsistent item masters (e.g., for product group bearings)<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        \r\n        <div class=\"cws-grid__item\">\r\n            <span>\r\n                Interfaces between systems aren\u2019t working quite right\r\n            <\/span>\r\n            <ul>\r\n                <li>Duplicate entries in systems (e.g., PMT and ERP)<\/li>\r\n                <li>Manual entries often required<\/li>\r\n                <li>Inconsistent data across systems (e.g., no ACT data in PMT)<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        \r\n        <div class=\"cws-grid__item\">\r\n            <span>\r\n                Reporting isn\u2019t fully functional\r\n            <\/span>\r\n            <ul>\r\n                <li>Multiple sources and reports lack a standardized, secure solution<\/li>\r\n                <li>No secure method for sharing sensitive data via PowerBI<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        \r\n        <div class=\"cws-grid__item\">\r\n            <span>\r\n                Project management challenges\r\n            <\/span>\r\n            <ul>\r\n                <li>Daily operations and processes heavily reliant on individuals<\/li>\r\n                <li>No centralized or holistic project management and reporting possible<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n        \r\n    <\/div>\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-76efde9 e-con-full e-flex e-con e-parent\" data-id=\"76efde9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55e6fe0 elementor-widget elementor-widget-html\" data-id=\"55e6fe0\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"double-bg-container\">\n    \n    <div class=\"dark-left\">\n    <div class=\"half-person-left\">\n  <div class=\"person-dark\">\n      <div class=\"dark-person-main-info\">\n      <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/photo-4-1.png\" \/ alt=\"\">\n      <div class=\"person-desc\">\n          <span class=\"dark-person-name\">Vladislav Kozlov<\/span>\n          <span class=\"dark-person-role\">Business development manager<\/span>\n      <\/div>\n      <\/div>\n  <\/div>\n  <div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"light-right\">\n        <div class=\"light-text-block\">\n            <span class=\"light-text-title\">Access cost-savvy digital transformation<\/span>\n            <span class=\"light-text-desc\">\n                We offer comprehensive consulting services to assist you in adopting new technology smoothly and budget-friendly.\n            <\/span>\n            <button class=\"hire-button mobile-button-margin\"><a href=\"#contact-form\">Contact us<\/a><\/button>\n        <\/div>\n  \n<\/div>\n\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\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-a07bc73 e-flex e-con-boxed e-con e-parent\" data-id=\"a07bc73\" data-element_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-6f50e08 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6f50e08\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get comprehensive digital transformation consulting services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3d32c7 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"f3d32c7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<span style=\"font-weight: 400;\">Our digital transformation consulting model covers a wide range of strategic, technological, and operational support to help your business take that first step into the digital world. We work closely with our clients to offer tailored solutions that align with their targets and address their challenges \u2013 no matter how big or small they may be.<\/span>\t\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 class=\"elementor-element elementor-element-cb78a74 e-flex e-con-boxed e-con e-parent\" data-id=\"cb78a74\" data-element_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<div class=\"elementor-element elementor-element-2fac59c e-grid e-con-full e-con e-child\" data-id=\"2fac59c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4637eb4 e-con-full e-flex e-con e-child\" data-id=\"4637eb4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e52ed91 elementor-widget elementor-widget-text-editor\" data-id=\"e52ed91\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Digital transformation consulting<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9d9c3a7 elementor-widget elementor-widget-text-editor\" data-id=\"9d9c3a7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We help businesses use tech smartly \u2013 optimizing processes and improving the customer experience to gain a competitive edge. <\/span><\/p>\t\t\t\t\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-728ad81 e-con-full e-flex e-con e-child\" data-id=\"728ad81\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e646fc elementor-widget elementor-widget-text-editor\" data-id=\"0e646fc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Digital transformation management<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-81d511f elementor-widget elementor-widget-text-editor\" data-id=\"81d511f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Let us guide your business through strategic planning, tech upgrades, process improvements, and continuous support to keep in tune with modern digital practices.<\/span><\/p>\t\t\t\t\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-4d63c98 e-con-full e-flex e-con e-child\" data-id=\"4d63c98\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb51a2e elementor-widget elementor-widget-text-editor\" data-id=\"bb51a2e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Technology auditing and roadmap planning<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e041ff elementor-widget elementor-widget-text-editor\" data-id=\"0e041ff\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our team digs into the applied technologies, pinpoints areas for improvement, and maps out smart tech investments to ramp up performance.<\/span><\/p>\t\t\t\t\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-f1c45a8 e-con-full e-flex e-con e-child\" data-id=\"f1c45a8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8b3aa2 elementor-widget elementor-widget-text-editor\" data-id=\"e8b3aa2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Cybersecurity and compliance strategies<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b05d6d5 elementor-widget elementor-widget-text-editor\" data-id=\"b05d6d5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We make sure businesses use different technologies safely and securely \u2013 complying with all regulatory requirements while mitigating risks associated with digital transformation.<\/span><\/p>\t\t\t\t\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-1bf94e8 e-con-full e-flex e-con e-child\" data-id=\"1bf94e8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ea06b2 elementor-widget elementor-widget-text-editor\" data-id=\"3ea06b2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Digital marketing strategies<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b74a012 elementor-widget elementor-widget-text-editor\" data-id=\"b74a012\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">With our consulting services, you can tap into digital channels while encouraging customer involvement and getting the most out of your marketing investment. <\/span><\/p>\t\t\t\t\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-ad68f04 e-con-full e-flex e-con e-child\" data-id=\"ad68f04\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8fa7df2 elementor-widget elementor-widget-text-editor\" data-id=\"8fa7df2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">IT modernization<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd9131b elementor-widget elementor-widget-text-editor\" data-id=\"fd9131b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Revamp your IT infrastructure, systems, and processes to improve operational efficiencies and maintain your competitive advantage: we\u2019re here to support you at every hurdle.<\/span><\/p>\t\t\t\t\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-f45c310 e-con-full e-flex e-con e-child\" data-id=\"f45c310\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80b7f11 elementor-widget elementor-widget-text-editor\" data-id=\"80b7f11\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Digital strategy development<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd11855 elementor-widget elementor-widget-text-editor\" data-id=\"dd11855\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">With our extensive knowledge of technology, market dynamics, and business strategy, we help our clients craft detailed plans that leverage digital tech for maximum impact.<\/span><\/p>\t\t\t\t\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-c6af493 e-con-full e-flex e-con e-child\" data-id=\"c6af493\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d4fe6e elementor-widget elementor-widget-text-editor\" data-id=\"6d4fe6e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Data analytics<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc5a7e2 elementor-widget elementor-widget-text-editor\" data-id=\"bc5a7e2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Build a scalable data infrastructure and architecture that supports data collection, storage, processing, and analysis to make smarter strategic decisions.<\/span><\/p>\t\t\t\t\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-53d1050 e-con-full e-flex e-con e-child\" data-id=\"53d1050\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0d62e3c elementor-widget elementor-widget-text-editor\" data-id=\"0d62e3c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Cloud migration<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd03690 elementor-widget elementor-widget-text-editor\" data-id=\"dd03690\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We guide you through a structured cloud migration process \u2013 optimizing resources to give you an edge over your competition while staying cost-effective.<\/span><\/p>\t\t\t\t\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-8b26ec3 e-con-full e-flex e-con e-child\" data-id=\"8b26ec3\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e785fd8 elementor-widget elementor-widget-text-editor\" data-id=\"e785fd8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Enterprise system integration<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cac9614 elementor-widget elementor-widget-text-editor\" data-id=\"cac9614\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our team focuses on effortlessly connecting various IT systems, applications, and processes \u2013 improving your organization\u2019s efficiency, data flow, and overall performance.<\/span><\/p>\t\t\t\t\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-d04027e e-con-full e-flex e-con e-child\" data-id=\"d04027e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a118671 elementor-widget elementor-widget-text-editor\" data-id=\"a118671\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Product lifecycle management (PML)<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a7a55a4 elementor-widget elementor-widget-text-editor\" data-id=\"a7a55a4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our consultancy amplifies PLM by providing expert guidance and customized services from conception to implementation, accelerating timelines and improving product quality.<\/span><\/p>\t\t\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fce1754 e-flex e-con-boxed e-con e-parent\" data-id=\"fce1754\" data-element_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-49aa410 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"49aa410\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Digital transformation solutions we offer<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-40270fe elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"40270fe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At Innowise, our priority is helping you take your organization to the next level with our strategic digital transformation consulting services. Our team of experts use cutting-edge technologies \u2013 such as artificial intelligence, machine learning, and cloud computing \u2013 to optimize operations, foster growth, and give you long-lasting competitive advantages within your industry.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a7388f elementor-widget elementor-widget-html\" data-id=\"7a7388f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\n<div class=\"solutions\">\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Machine learning<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/118.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Extended reality<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Extended-reality-.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Human Resources Management (HRM)<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/129.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Artificial intelligence<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/120.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Digital twins<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Digital-twins-.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Robotic process automation (RPA)<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Robotic-process-automation-RPA-.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Internet of things<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Internet-of-things.svg\" \/ alt=\"\">\n    <\/div>\n    \n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Computer vision<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Computer-vision.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Product lifecycle management (PLM)<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Product-lifecycle-management-PLM.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Blockchain<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Blockchain-.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Business intelligence (BI)<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/1226.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Manufacturing execution system (MES)<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/130.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Cloud computing<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Cloud-1.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Customer relationship management (CRM)<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/127.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Data analytics<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/123.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Big data<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Big-data-.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">Enterprise resource planning (ERP)<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/128.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"python-item\">\n        <span class=\"python-item-title\">AR\/VR solutions<\/span>\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/131.svg\" \/ alt=\"\">\n    <\/div>\n<\/div>\n   \n    \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-09c7e37 e-flex e-con-boxed e-con e-parent\" data-id=\"09c7e37\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8356759 word-wrap-title elementor-widget elementor-widget-heading\" data-id=\"8356759\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Our partnerships and awards<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8220016 e-con-full e-flex e-con e-child\" data-id=\"8220016\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5311af3 elementor-widget elementor-widget-shortcode\" data-id=\"5311af3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">[awards]<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0ee2dd8 e-flex e-con-boxed e-con e-parent\" data-id=\"0ee2dd8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8727368 e-con-full e-flex e-con e-child\" data-id=\"8727368\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b42b027 elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"b42b027\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>It\u2019s completely normal for businesses to feel the pressure to quickly upgrade operations in line with new tech. If you&#8217;re not sure where to begin, Innowise is here as your go-to digital transformation consultant: we bring years of expertise, fresh new ideas, and a long track record of success to help you figure out what you need, plan your transformation journey, and make those changes happen without a hitch.<\/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-201e822 e-con-full e-flex e-con e-child\" data-id=\"201e822\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12dccb0 elementor-widget elementor-widget-heading\" data-id=\"12dccb0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\"><a href=\"https:\/\/innowise.com\/authors\/dmitry-nazarevich\/\">Dmitry Nazarevich<\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-776ef48 elementor-widget elementor-widget-heading\" data-id=\"776ef48\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Chief Technology Officer<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-051aa6c e-con-full e-flex e-con e-child\" data-id=\"051aa6c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2aa62cb elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"2aa62cb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/1584038839060rg674-3.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9513dd7 elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"9513dd7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/1584038839060rg674-3.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\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-203ad14 e-flex e-con-boxed e-con e-parent\" data-id=\"203ad14\" data-element_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-92e2e8b elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"92e2e8b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Choose Innowise as a digital transformation consulting company <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-478137e elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"478137e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We\u2019re driven by the long-lasting partnerships we build with each and every client. We take the time to really understand what makes your business tick and which hurdles you\u2019re facing. Rather than always pushing the most obvious and expensive solutions, we take a step back to consider the problem, budget, timeline, and company maturity to offer the perfect strategy for you.<\/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-8d324eb e-grid e-con-full e-con e-child\" data-id=\"8d324eb\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-21ee31d e-flex e-con-boxed e-con e-child\" data-id=\"21ee31d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6499b99 elementor-widget elementor-widget-image\" data-id=\"6499b99\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Proven-experience.svg\" title=\"Proven experience\" alt=\"Proven experience\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8518d98 elementor-widget elementor-widget-heading\" data-id=\"8518d98\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Proven experience<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c840945 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"c840945\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Our digital transformation consultants bring specialized industry knowledge \u2013 and an extensive tech toolkit \u2013 to help businesses of all shapes and sizes get real results.<\/p>\t\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 class=\"elementor-element elementor-element-e2d3dd5 e-flex e-con-boxed e-con e-child\" data-id=\"e2d3dd5\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-284b0a0 elementor-widget elementor-widget-image\" data-id=\"284b0a0\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Tailored-solutions.svg\" title=\"Tailored solutions\" alt=\"Tailored solutions\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cc1cb40 elementor-widget elementor-widget-heading\" data-id=\"cc1cb40\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tailored solutions<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93760ee elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"93760ee\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We believe that one-size-fits-all never really fits anyone. That\u2019s why we deliver custom-built solutions to guarantee our clients&#8217; unique goals are achieved.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-24898cf e-flex e-con-boxed e-con e-child\" data-id=\"24898cf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbc208d elementor-widget elementor-widget-image\" data-id=\"dbc208d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Proven-track-record.svg\" title=\"Proven track record\" alt=\"Proven track record\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63989d3 elementor-widget elementor-widget-heading\" data-id=\"63989d3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Proven track record<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d30858d elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"d30858d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We\u2019ve got a strong history of creating impactful digital transformation projects \u2013 leaving a trail of happy clients across various industries.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-462d05e e-flex e-con-boxed e-con e-child\" data-id=\"462d05e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b24b504 elementor-widget elementor-widget-image\" data-id=\"b24b504\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Client-first.svg\" title=\"Client-first\" alt=\"Client-first\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6eb7353 elementor-widget elementor-widget-heading\" data-id=\"6eb7353\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Client-first approach<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65d3377 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"65d3377\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Working with Innowise, you can expect personalized service from the start: we know that excellence is key to a great collaboration, and we aim to bring it in everything we do. <\/span><\/p>\t\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 class=\"elementor-element elementor-element-69eebcc e-flex e-con-boxed e-con e-child\" data-id=\"69eebcc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5d3b19 elementor-widget elementor-widget-image\" data-id=\"c5d3b19\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Cutting-edge.svg\" title=\"Cutting-edge\" alt=\"Cutting-edge\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af59740 elementor-widget elementor-widget-heading\" data-id=\"af59740\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Cutting-edge technology<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f82b3c elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"8f82b3c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We take full advantage of the latest technologies and tools to help our clients grab new opportunities in this fast-paced and rapidly changing market.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-94cfcf4 e-flex e-con-boxed e-con e-child\" data-id=\"94cfcf4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e480086 elementor-widget elementor-widget-image\" data-id=\"e480086\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Cost-effectiveness.svg\" title=\"Cost-effectiveness\" alt=\"Cost-effectiveness\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-099d96f elementor-widget elementor-widget-heading\" data-id=\"099d96f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Cost-effectiveness<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4d0b89 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"a4d0b89\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Since day one, we\u2019ve been continually refining our tools and methods to offer fresh ideas and smart solutions that prioritize both innovation and cost savings.<\/span><\/p>\t\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\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-e51a1b1 e-flex e-con-boxed e-con e-parent\" data-id=\"e51a1b1\" data-element_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-208639d elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"208639d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Industries we serve<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-127f7ba elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"127f7ba\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At the core of our digital transformation consulting services is our team: we nurture experts with both world-class technical skills and extensive industry knowledge. This allows us to offer personalized services that directly address each client&#8217;s specific wants and needs, regardless of the industry.<\/p>\t\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 class=\"elementor-element elementor-element-a7cc0c7 e-flex e-con-boxed e-con e-parent\" data-id=\"a7cc0c7\" data-element_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-775fa72 elementor-widget elementor-widget-html\" data-id=\"775fa72\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"new-cards-container\">\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Healthcare-1.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/healthcare\/custom-software-development\/\" target=\"_blank\"><span class=\"new-card-item-title\">Healthcare<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">With the never-ending advancements in tech and changes in how things are done, it\u2019s crucial for healthcare management to stay on top of the latest innovations to meet their patients' demands. Our consulting experts make this easy.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Refined care quality<\/li>\r\n                <li>Improved operational efficiency<\/li>\r\n                <li>Better patient results<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Retail-eCommerce-1.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/ecommerce\/\" target=\"_blank\"><span class=\"new-card-item-title\">Retail and eCommerce<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">Digital transformation in the retail industry revolves around staying ahead with state-of-the-art tech and finding flexible ways to grow. Our team is here to help retailers navigate this change every step of the way.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Streamlined operational workflows<\/li>\r\n                <li>Empowered retail personnel with advanced tools<\/li>\r\n                <li>Upgraded customer experiences<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Logistics.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/logistics\/\" target=\"_blank\"><span class=\"new-card-item-title\">Transportation and Logistics<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">Our digital transformation consultants help transport and logistics companies modernize outdated systems so they can keep up with evolving market demands. Thanks to our expertise, we make this shift to more agile systems easy.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Automated operational processes<\/li>\r\n                <li>Boost in customer satisfaction<\/li>\r\n                <li>Improved service reliability<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Manufacturing-1.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/manufacturing\/\" target=\"_blank\"><span class=\"new-card-item-title\">Manufacturing<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">Our digital transformation consulting services and solutions upgrade traditional processes by bringing technologies like AI and IoT into the mix. This doesn\u2019t just streamline operations: it keeps companies ahead of the curve.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Optimized production processes<\/li>\r\n                <li>Revamped supply chain management<\/li>\r\n                <li>Reduced costs<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Finance.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/finance\/\" target=\"_blank\"><span class=\"new-card-item-title\">Finance and Banking<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">The banking world is quickly jumping on the digital bandwagon to cater to both new and existing customers \u2013 who are opting for banking solutions that aren\u2019t just easy, but personalized to their wants, needs, and preferences.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Streamlined banking operations<\/li>\r\n                <li>Personalized customer experiences<\/li>\r\n                <li>Extended range and availability of services<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Utilities.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/energy-and-utilities\/\" target=\"_blank\"><span class=\"new-card-item-title\">Energy and Utilities<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">Through our custom strategies and effective implementation, we guide energy and utility organizations in adopting the right tech to tackle future challenges with precision and make a real impact.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Boosted operational efficiency<\/li>\r\n                <li>Optimized resource management<\/li>\r\n                <li>Improved infrastructure reliability<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Education-1.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/elearning\/\" target=\"_blank\"><span class=\"new-card-item-title\">Education<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">It makes a lot of sense for educational institutions to make equipping students with essential digital skills a priority. We\u2019re all about pushing for digital transformation, so we help schools incorporate the latest tech to help their pupils get ahead.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Improved education accessibility<\/li>\r\n                <li>Personalized learning experience<\/li>\r\n                <li>Optimized administrative efficiency<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Entertainment-and-media.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/entertainment-and-media\/\" target=\"_blank\"><span class=\"new-card-item-title\">Media and Entertainment<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">We know just how important it is to create content that resonates with audiences, grabs their attention, and fosters lasting viewer loyalty\u2013 and we\u2019ve got the expertise to make that happen.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Streamlined production of higher-quality content<\/li>\r\n                <li>Faster and more widespread content distribution<\/li>\r\n                <li>Monetization opportunities<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"new-card-item\">\r\n        <div class=\"new-card-item-image-wrapper\"><img decoding=\"async\" class=\"new-card-item-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Travel.svg\"\/ alt=\"\"><\/div>\r\n        <a href=\"https:\/\/innowise.com\/industries\/travel-and-tourism\/\" target=\"_blank\"><span class=\"new-card-item-title\">Travel<\/span><\/a>\r\n        <div class=\"new-card-item-desc\">\r\n            <p class=\"new-desc-p\">Travel companies can become more responsive to sudden market shifts and tough competition by going digital. It might seem daunting at first, but with the right support in place, it\u2019s a relatively straightforward process.<\/p>\r\n            <ul class=\"new-desc-list\">\r\n                <li>Personalized customer service<\/li>\r\n                <li>Real-time information updates<\/li>\r\n                <li>Increased accessibility<\/li>\r\n            <\/ul>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\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-d58bec4 e-flex e-con-boxed e-con e-parent\" data-id=\"d58bec4\" data-element_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-45a49f8 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"45a49f8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Case studies<\/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\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fac711c related_case_container elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fac711c\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aa02516\" data-id=\"aa02516\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cec6c34 elementor-widget elementor-widget-shortcode\" data-id=\"cec6c34\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n        <div class=\"slider-overflow\">\n            <div class=\"swiper-related\">\n                <div class=\"swiper-wrapper\">\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/gestical-platform-modernization\/\" aria-label=\"block_194759\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/smart-meter-integration.png\" alt=\"Modernization of Gestical\u2019s operational platform\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/gestical.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/gestical-platform-modernization\/\" aria-label=\"Modernization of Gestical\u2019s operational platform\" >Modernization of Gestical\u2019s operational platform<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/energy\/\">Energy<\/a><a href=\"\/nl\/cases\/staff-augmentation\/\">Staff augmentation<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/gestical-platform-modernization\/\" aria-label=\"Read more about Modernization of Gestical\u2019s operational platform\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"block_194217\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/iOS-and-VR-meditation-app-suite-for-Grozio-Planeta-UAB-2.png\" alt=\"iOS and VR meditation app suite for Gro\u017eio Planeta UAB\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"iOS and VR meditation app suite for Gro\u017eio Planeta UAB\" >iOS and VR meditation app suite for Gro\u017eio Planeta UAB<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/aws\/\">AWS<\/a><a href=\"\/nl\/cases\/django\/\">Django<\/a><a href=\"\/nl\/cases\/gezondheidszorg\/\">Healthcare<\/a><a href=\"\/nl\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/nl\/cases\/php\/\">PHP<\/a><a href=\"\/nl\/cases\/python\/\">Python<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"Read more about iOS and VR meditation app suite for Gro\u017eio Planeta UAB\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/custom-website-development-for-airline\/\" aria-label=\"block_193018\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/airplane-in-the-sky.jpg\" alt=\"Multi-page charter airline website for a startup air carrier\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/Flyyo-logo.png\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/custom-website-development-for-airline\/\" aria-label=\"Multi-page charter airline website for a startup air carrier\" >Multi-page charter airline website for a startup air carrier<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/php\/\">PHP<\/a><a href=\"\/nl\/cases\/design\/\">UI\/UX design<\/a><a href=\"\/nl\/cases\/webontwikkeling\/\">Web development<\/a><a href=\"\/nl\/cases\/website\/\">Website<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/custom-website-development-for-airline\/\" aria-label=\"Read more about Multi-page charter airline website for a startup air carrier\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/custom-fhir-integration-gateway\/\" aria-label=\"block_193309\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/image-teaser-fim.jpg\" alt=\"Designing a data integration gateway for FIM Medical\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/logo-fim.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/custom-fhir-integration-gateway\/\" aria-label=\"Designing a data integration gateway for FIM Medical\" >Designing a data integration gateway for FIM Medical<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/net\/\">.NET<\/a><a href=\"\/nl\/cases\/c\/\">C#<\/a><a href=\"\/nl\/cases\/gezondheidszorg\/\">Healthcare<\/a><a href=\"\/nl\/cases\/integratie\/\">Integration<\/a><a href=\"\/nl\/cases\/staff-augmentation\/\">Staff augmentation<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/custom-fhir-integration-gateway\/\" aria-label=\"Read more about Designing a data integration gateway for FIM Medical\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/fast-website-delivery\/\" aria-label=\"block_192516\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/image-teaser-3.png\" alt=\"Fast Website Delivery for Family Businesses\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Logo-symbolname-green-1.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/fast-website-delivery\/\" aria-label=\"Fast Website Delivery for Family Businesses\" >Fast Website Delivery for Family Businesses<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/cms\/\">CMS website development<\/a><a href=\"\/nl\/cases\/bouw\/\">Construction<\/a><a href=\"\/nl\/cases\/horeca\/\">HoReCa<\/a><a href=\"\/nl\/cases\/js\/\">JavaScript<\/a><a href=\"\/nl\/cases\/php\/\">PHP<\/a><a href=\"\/nl\/cases\/website\/\">Website<\/a><a href=\"\/nl\/cases\/wordpress\/\">WordPress<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/fast-website-delivery\/\" aria-label=\"Read more about Fast Website Delivery for Family Businesses\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/finance-ai-assistant\/\" aria-label=\"block_191935\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/image-teaser-2.png\" alt=\"Haia: finance AI assistant\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/Haia-logo-1.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/finance-ai-assistant\/\" aria-label=\"Haia: finance AI assistant\" >Haia: finance AI assistant<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/ai\/\">AI<\/a><a href=\"\/nl\/cases\/blockchain\/\">Blockchain<\/a><a href=\"\/nl\/cases\/fintech\/\">FinTech<\/a><a href=\"\/nl\/cases\/kotlin\/\">Kotlin<\/a><a href=\"\/nl\/cases\/smart-contract\/\">Smart contract<\/a><a href=\"\/nl\/cases\/web3\/\">Web3<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/finance-ai-assistant\/\" aria-label=\"Read more about Haia: finance AI assistant\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/blockchain-ecosystem-development\/\" aria-label=\"block_179475\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/Hero-image.jpg\" alt=\"Blockchain ecosystem powered by Layer 2 zk-Rollups\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/prophaust.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/blockchain-ecosystem-development\/\" aria-label=\"Blockchain ecosystem powered by Layer 2 zk-Rollups\" >Blockchain ecosystem powered by Layer 2 zk-Rollups<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/blockchain\/\">Blockchain<\/a><a href=\"\/nl\/cases\/fintech\/\">FinTech<\/a><a href=\"\/nl\/cases\/kotlin\/\">Kotlin<\/a><a href=\"\/nl\/cases\/node-js\/\">Node.js<\/a><a href=\"\/nl\/cases\/python\/\">Python<\/a><a href=\"\/nl\/cases\/smart-contract\/\">Smart contract<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/blockchain-ecosystem-development\/\" aria-label=\"Read more about Blockchain ecosystem powered by Layer 2 zk-Rollups\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/nl\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"block_195080\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/image.png\" alt=\"Scaling AI ergonomics assessment software\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/prophaust.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"\">\n                            <a href=\"https:\/\/innowise.com\/nl\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"Scaling AI ergonomics assessment software\" >Scaling AI ergonomics assessment software<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/nl\/cases\/angular\/\">Angular<\/a><a href=\"\/nl\/cases\/back-end-ontwikkeling\/\">Back-end development<\/a><a href=\"\/nl\/cases\/onderneming\/\">Enterprise<\/a><a href=\"\/nl\/cases\/front-end-ontwikkeling\/\">Front-end development<\/a><a href=\"\/nl\/cases\/node-js\/\">Node.js<\/a><a href=\"\/nl\/cases\/qa\/\">QA<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/nl\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"Read more about Scaling AI ergonomics assessment software\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n                <\/div>\n                \n                <div class=\"swiper-related__navigation\">\n                    <button class=\"swiper-related__navigation-btn\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <g>\n                                <path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                                <path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <\/g>\n                        <\/svg>\n                    <\/button>\n                \n                    <button class=\"swiper-related__navigation-btn\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"cases-swiper-pagination\"><\/div>\n        \n        <script src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/slb-case.js\"><\/script>  \n        <link rel=\"stylesheet\" href=\"\/wp-content\/themes\/hello-elementor\/assets\/css\/case-slider.css\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-d1d6783 e-flex e-con-boxed e-con e-parent\" data-id=\"d1d6783\" data-element_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-bddc7df elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"bddc7df\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our approach to digital transformation consulting services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35258cb elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"35258cb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Thinking about jumping into digital transformation but not sure where to start? With tech evolving so fast, businesses are under more pressure than ever to keep up. As a leading digital transformation consulting company, we offer years of experience as well as fresh perspectives to help you figure out just what it is you need, map out a plan, and make the necessary changes that\u2019ll keep you ahead of the curve.<\/p>\t\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 class=\"elementor-element elementor-element-27d2e3f e-flex e-con-boxed e-con e-parent\" data-id=\"27d2e3f\" data-element_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<div class=\"elementor-element elementor-element-a80d73b e-grid e-con-full e-con e-child\" data-id=\"a80d73b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2c51bf4 e-flex e-con-boxed e-con e-child\" data-id=\"2c51bf4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-137f632 elementor-widget elementor-widget-text-editor\" data-id=\"137f632\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Risk-proof project scoping<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3641541 elementor-widget elementor-widget-text-editor\" data-id=\"3641541\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We start by clearly defining the project scope and nailing down just what you need. As we go, we keep an eye on any changes along the way so the project stays in line.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-7f2b9eb e-flex e-con-boxed e-con e-child\" data-id=\"7f2b9eb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-543e323 elementor-widget elementor-widget-text-editor\" data-id=\"543e323\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Realistic cost estimation<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c461c2 elementor-widget elementor-widget-text-editor\" data-id=\"3c461c2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our experts dig deep into the project from every angle, spotting all potential risks to give you an accurate cost estimate and avoid any unexpected expenses or delays.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-dfdce96 e-flex e-con-boxed e-con e-child\" data-id=\"dfdce96\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-786c213 elementor-widget elementor-widget-text-editor\" data-id=\"786c213\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Teamwork and transparency<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c78caec elementor-widget elementor-widget-text-editor\" data-id=\"c78caec\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">At Innowise, we use all kinds of collaboration tools to keep you updated on project progress \u2013 encouraging open communication from day one.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-1da8167 e-flex e-con-boxed e-con e-child\" data-id=\"1da8167\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f41c1b3 elementor-widget elementor-widget-text-editor\" data-id=\"f41c1b3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Security all the way<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f586d2 elementor-widget elementor-widget-text-editor\" data-id=\"7f586d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We\u2019ve got your back with a bulletproof security system that safeguards your project against any threats: you can count on us for integrity, confidentiality, and rock-solid reliability.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-35b6c77 e-flex e-con-boxed e-con e-child\" data-id=\"35b6c77\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c4307d1 elementor-widget elementor-widget-text-editor\" data-id=\"c4307d1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Centralized project knowledge<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58a72f5 elementor-widget elementor-widget-text-editor\" data-id=\"58a72f5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our team makes sure that all documentation is well-organized and accessible \u2013 meaning that everyone\u2019s on the same page and valuable information doesn\u2019t get lost.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-d04e229 e-flex e-con-boxed e-con e-child\" data-id=\"d04e229\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9c2fc4 elementor-widget elementor-widget-text-editor\" data-id=\"a9c2fc4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Change management<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbb0bb0 elementor-widget elementor-widget-text-editor\" data-id=\"fbb0bb0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We make sure your organization gets used to the latest tech by encouraging gradual, step-by-step changes. No stress, just progress.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-811385a e-flex e-con-boxed e-con e-child\" data-id=\"811385a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cce8356 elementor-widget elementor-widget-text-editor\" data-id=\"cce8356\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Agile methodology<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21998cd elementor-widget elementor-widget-text-editor\" data-id=\"21998cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">By breaking down tasks into sprints, we can constantly tweak and adjust to what you needs\u2013 meaning we stay flexible and deliver solutions that hit the mark.<\/span><\/p>\t\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 class=\"elementor-element elementor-element-092713c e-flex e-con-boxed e-con e-child\" data-id=\"092713c\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-16343c7 elementor-widget elementor-widget-text-editor\" data-id=\"16343c7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\"><li class=\"red-dot\">Client success first<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0eaf422 elementor-widget elementor-widget-text-editor\" data-id=\"0eaf422\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We put your goals and needs front and center, always prioritizing your success. We understand that your achievements directly contribute to our own.<\/span><\/p>\t\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\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-225ab17 e-flex e-con-boxed e-con e-parent\" data-id=\"225ab17\" data-element_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<div class=\"elementor-element elementor-element-f4da741 e-con-full e-flex e-con e-child\" data-id=\"f4da741\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f9b7265 e-con-full animated-circle-text e-flex e-con e-child\" data-id=\"f9b7265\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dd226e elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7dd226e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wondering if it's time to upgrade your systems and processes? <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca5f189 elementor-widget-tablet__width-initial elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"ca5f189\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWe\u2019ve got the expertise to bring your operation up to date and streamline it for longer-term success.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca370cf elementor-align-center elementor-mobile-align-center elementor-widget-mobile__width-inherit elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"ca370cf\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\" id=\"main-block-link\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let us help<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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 class=\"elementor-element elementor-element-719b9ee elementor-widget elementor-widget-html\" data-id=\"719b9ee\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"circleAnim\">\r\n    <\/div>\r\n    \r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.12.5\/dist\/gsap.min.js\"><\/script>\r\n    <script>\r\n        const minSize = 20;\r\n        const maxSize = 100;\r\n\r\n        const step = 5;\r\n\r\n        const animDuration = 6;\r\n\r\n        const animElem = document.getElementById(\"circleAnim\")\r\n\r\n        for (let size = minSize; size <= maxSize; size+=step) {\r\n            const elem = document.createElement(\"div\")\r\n            elem.classList.add(\"anim-circle\")\r\n            elem.style=`width: ${size}%; height: ${size}%; anim-duration:${animDuration}s;`\r\n            animElem.appendChild(elem)\r\n        }\r\n\r\n        gsap.to(\".anim-circle\", {\r\n          rotateX: 180,\r\n          rotateY: -180,\r\n          ease: \"sine.inOut\",\r\n          duration: animDuration,\r\n          stagger: { each: 0.02 * animDuration, from: \"end\", repeat: -1, yoyo: true }\r\n        });\r\n    <\/script>\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-411fba0 e-flex e-con-boxed e-con e-parent\" data-id=\"411fba0\" data-element_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-b08bfaa elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b08bfaa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get these benefits with Innowise<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acef7eb elementor-widget elementor-widget-html\" data-id=\"acef7eb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"benefits-container\">\r\n    <div class=\"benefits-row\">\r\n        <div class=\"benefit-item\">\r\n            <div class=\"benefit-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Component-329.svg\" \/ alt=\"\">\r\n                <span>50%<\/span>\r\n            <\/div>\r\n            <div class=\"benefit-desc\">\r\n                <span>\r\n                    reduction in digitalization cost\r\n                <\/span>\r\n                <p>We fine-tune your existing tech, speed up business processes, and implement best practices to deliver cost-effective digitization.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"benefit-item\">\r\n            <div class=\"benefit-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Component-329.svg\" \/ alt=\"\">\r\n                <span>20%<\/span>\r\n            <\/div>\r\n            <div class=\"benefit-desc\">\r\n                <span>\r\n                    reduction in cloud costs\r\n                <\/span>\r\n                <p>We provide all-in-one solutions, eliminating the need for multiple vendors and simplifying communications.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"benefit-item\">\r\n            <div class=\"benefit-header\">\r\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Component-329.svg\" \/ alt=\"\">\r\n                <span>2x<\/span>\r\n            <\/div>\r\n            <div class=\"benefit-desc\">\r\n                <span>\r\n                    faster digitalization\r\n                <\/span>\r\n                <p>Our consulting experts implement Agile methodologies to streamline project timelines and improve cross-functional collaboration.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\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-3108b47 e-flex e-con-boxed e-con e-parent\" data-id=\"3108b47\" data-element_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-679ae2e elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"679ae2e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our implementation roadmap<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-279044e elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"279044e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>At Innowise, we approach the implementation process with a structured and strategic plan. We\u2019re not just here to guide you through the digital transformation: we\u2019re sticking around to make sure you\u2019re set up for long-term success.<\/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-740a066 e-con-full e-flex e-con e-child\" data-id=\"740a066\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b7e845 elementor-widget elementor-widget-html\" data-id=\"7b7e845\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"new-steps-container\">\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #D98790;\n    border-color: #D98790;\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"scheme-progress-global-line\" style=\"width: 100%; background: #D98790\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span>\n               Initial assessment & analysis\n            <\/span>\n        \n            <ul>\n                <li>Assessing current state and identifying bottlenecks<\/li>\n                <li>Setting the project goals<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #F2AEB6;\n    border-color: #F2AEB6;\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"scheme-progress-global-line\" style=\"width: 100%; background: #F2AEB6\"><\/div>\n        <\/div>\n                <div class=\"new-step-item-desc\">\n            <span>\n                Project planning & management\n            <\/span>\n        \n            <ul>\n                <li>Developing an implementation plan<\/li>\n                <li>Defining budget, team, and tech stack<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7;\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"scheme-progress-global-line\" style=\"width: 100%; background: #E4BEF7\"><\/div>\n        <\/div>\n                <div class=\"new-step-item-desc\">\n            <span>\n                Technology deployment\n            <\/span>\n        \n            <ul>\n                <li>Integrating new technologies with existing systems<\/li>\n                <li>Deploying and configuring software applications<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #BF9FD8;\n    border-color: #BF9FD8\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"scheme-progress-global-line\" style=\"background: #BF9FD8; position: absolute; left: 75%; right: ; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span>\n                Data migration\n            <\/span>\n        \n            <ul>\n                <li>Defining which data is to be transferred<\/li>\n                <li>Executing the data migration<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"scheme-progress-global-line\" style=\"background: #BF9FD8; position: absolute; left: ; right: 75%; width: 100vw;\"><\/div>\n<div class=\"scheme-progress-global-line\" style=\"position:absolute; width: 25%; background: #E4BEF7; z-index:2\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span>\n                Process reengineering\n            <\/span>\n        \n            <ul>\n                <li>Modifying existing workflows<\/li>\n                <li>Implementing automation<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #F2AEB6;\n    border-color: #F2AEB6\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"scheme-progress-global-line\" style=\"width: 100%; background: #F2AEB6\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span>\n                Testing\n            <\/span>\n        \n            <ul>\n                <li>Conducting thorough testing<\/li>\n                <li>Allowing end-users to test the system<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #D98790;\n    border-color: #D98790\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"scheme-progress-global-line\" style=\"width: 100%; background: #D98790\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span>\n                Training and change management\n            <\/span>\n        \n            <ul>\n                <li>Training employees<\/li>\n                <li>Managing the transition<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #C75858;\n    border-color: #C75858\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"scheme-progress-global-line\" style=\"width: 100%; background: linear-gradient(90deg, #C75858 50%, transparent 0) 50% \/ 8px 2px repeat-x;\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span>\n                Launch and post-implementation support\n            <\/span>\n        \n            <ul>\n                <li>Rolling out the solution across the organization<\/li>\n                <li>Providing ongoing support to address issues<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n<\/div>\n\n\n\n\n\n<div class=\"tablet-new-steps-container\">\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #D98790;\n    border-color: #D98790;\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"tablet-scheme-progress-global-line\" style=\"width: 100%; background: #D98790\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n               Initial assessment & analysis\n            <\/span>\n        \n            <ul>\n                <li>Assessing current state and identifying bottlenecks<\/li>\n                <li>Setting the project goals<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #F2AEB6;\n    border-color: #F2AEB6;\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"tablet-scheme-progress-global-line\" style=\"background: #F2AEB6; position: absolute; left: 50%; right: ; width: 100vw;\" ><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n                Project planning & management\n            <\/span>\n        \n            <ul>\n                <li>Developing an implementation plan<\/li>\n                <li>Defining budget, team, and tech stack<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7;\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"tablet-scheme-progress-global-line\" style=\"background: #F2AEB6; position: absolute; left: ; right: 50%; width: 100vw;\"><\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"position:absolute; width: 50%; background: #E4BEF7; z-index:2\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n                Technology deployment\n            <\/span>\n        \n            <ul>\n                <li>Integrating new technologies with existing systems<\/li>\n                <li>Deploying and configuring software applications<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #BF9FD8;\n    border-color: #BF9FD8\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"background: #BF9FD8; position: absolute; left: 50%; right: ; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n                Data migration\n            <\/span>\n        \n            <ul>\n                <li>Defining which data is to be transferred<\/li>\n                <li>Executing the data migration<\/li>\n            <\/ul>\n        <\/div>        \n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"background: #BF9FD8; position: absolute; left: ; right: 50%; width: 100vw;\"><\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"position:absolute; width: 50%; background: #E4BEF7; z-index:2\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n                Process reengineering\n            <\/span>\n        \n            <ul>\n                <li>Modifying existing workflows<\/li>\n                <li>Implementing automation<\/li>\n            <\/ul>\n        <\/div>        \n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #F2AEB6;\n    border-color: #F2AEB6\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"background: #F2AEB6; position: absolute; left: 50%; right: ; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n                Testing\n            <\/span>\n        \n            <ul>\n                <li>Conducting thorough testing<\/li>\n                <li>Allowing end-users to test the system<\/li>\n            <\/ul>\n        <\/div>        \n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #D98790;\n    border-color: #D98790\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"background: #F2AEB6; position: absolute; left: ; right: 50%; width: 100%;\"><\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"position:absolute;  width: 50%; background: #D98790; z-index:2\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n                Training and change management\n            <\/span>\n        \n            <ul>\n                <li>Training employees<\/li>\n                <li>Managing the transition<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #C75858;\n    border-color: #C75858\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"width: 100%; background: linear-gradient(90deg, #C75858 50%, transparent 0) 50% \/ 8px 2px repeat-x;\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span>\n                Launch and post-implementation support\n            <\/span>\n        \n            <ul>\n                <li>Rolling out the solution across the organization<\/li>\n                <li>Providing ongoing support to address issues<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n<\/div>\n\n\n\n\n\n\n\n\n<div class=\"mobile-new-steps-container\">\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #D98790;\n    border-color: #D98790;\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"mobile-scheme-progress-global-line\" style=\"background: #D98790;  width: 100vw;\"><\/div>\n        <\/div>\n        \n        <div class=\"mobile-new-step-item-desc\">\n            <span>\n               Initial assessment & analysis\n            <\/span>\n        \n            <ul>\n                <li>Assessing current state and identifying bottlenecks<\/li>\n                <li>Setting the project goals<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #F2AEB6;\n    border-color: #F2AEB6;\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #F2AEB6; width: 100vw;\"><\/div>\n        <\/div>\n         <div class=\"mobile-new-step-item-desc\">\n            <span>\n                Project planning & management\n            <\/span>\n        \n            <ul>\n                <li>Developing an implementation plan<\/li>\n                <li>Defining budget, team, and tech stack<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7;\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #E4BEF7; width: 100vw;\"><\/div>\n        <\/div>\n       <div class=\"mobile-new-step-item-desc\">\n            <span>\n                Technology deployment\n            <\/span>\n        \n            <ul>\n                <li>Integrating new technologies with existing systems<\/li>\n                <li>Deploying and configuring software applications<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #BF9FD8;\n    border-color: #BF9FD8\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #BF9FD8; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"mobile-new-step-item-desc\">\n            <span>\n                Data migration\n            <\/span>\n        \n            <ul>\n                <li>Defining which data is to be transferred<\/li>\n                <li>Executing the data migration<\/li>\n            <\/ul>\n        <\/div>  \n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #E4BEF7; width: 100vw;\"><\/div>\n        <\/div>\n         <div class=\"mobile-new-step-item-desc\">\n            <span>\n                Process reengineering\n            <\/span>\n        \n            <ul>\n                <li>Modifying existing workflows<\/li>\n                <li>Implementing automation<\/li>\n            <\/ul>\n        <\/div>  \n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #F2AEB6;\n    border-color: #F2AEB6\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #F2AEB6; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"mobile-new-step-item-desc\">\n            <span>\n                Testing\n            <\/span>\n        \n            <ul>\n                <li>Conducting thorough testing<\/li>\n                <li>Allowing end-users to test the system<\/li>\n            <\/ul>\n        <\/div>   \n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #D98790;\n    border-color: #D98790\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #D98790; width: 100vw;\"><\/div>\n        <\/div>\n       <div class=\"mobile-new-step-item-desc\">\n            <span>\n                Training and change management\n            <\/span>\n        \n            <ul>\n                <li>Training employees<\/li>\n                <li>Managing the transition<\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        \n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #C75858;\n    border-color: #C75858\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line mobile-scheme-progress-last-line_mobile\" style=\"width: 2px; border-left: 2px dashed #C75858;\"><\/div>\n        <\/div>\n        \n         <div class=\"mobile-new-step-item-desc\">\n            <span>\n                Launch and post-implementation support\n            <\/span>\n        \n            <ul>\n                <li>Rolling out the solution across the organization<\/li>\n                <li>Providing ongoing support to address issues<\/li>\n            <\/ul>\n        <\/div>  \n    <\/div>\n    \n\n    \n<\/div>\n\n\n\n\n\n\n\n\n\n\n\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-faab990 e-grid e-con-full e-con e-child\" data-id=\"faab990\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4e8c4d1 e-con-full e-flex e-con e-child\" data-id=\"4e8c4d1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e77288a img900500 elementor-widget elementor-widget-image\" data-id=\"e77288a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1350\" height=\"750\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-1.jpg\" class=\"attachment-full size-full wp-image-182129\" alt=\"OUR TEAM\" srcset=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-1.jpg 1350w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-1-300x167.jpg 300w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-1-1024x569.jpg 1024w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-1-768x427.jpg 768w, https:\/\/innowise.com\/wp-content\/uploads\/2025\/04\/Team-Innowise-1-1-18x10.jpg 18w\" sizes=\"(max-width: 1350px) 100vw, 1350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-e4e4c49 e-con-full e-flex e-con e-child\" data-id=\"e4e4c49\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-d7cef5a e-con-full e-flex e-con e-child\" data-id=\"d7cef5a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-acb37f3 elementor-widget__width-initial word-wrap-title elementor-widget elementor-widget-heading\" data-id=\"acb37f3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Project stuck due to missing resources?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a294b7b elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial tabletmax510 elementor-widget elementor-widget-text-editor\" data-id=\"a294b7b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We\u2019ll fill the gaps and help you move forward \u2014 without delay.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4fbe3b elementor-align-center contact320 elementor-widget elementor-widget-button\" data-id=\"d4fbe3b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let us help<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6e89b94 e-flex e-con-boxed e-con e-parent\" data-id=\"6e89b94\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f51afbe elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"f51afbe\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Core technologies we work with<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35cff37 elementor-widget elementor-widget-html\" data-id=\"35cff37\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tech-mobile\">\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Cloud computing<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/03\/icon.svg\" alt=\"icon\" \/>\n                <span>AWS<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/10\/icon-5.svg\" alt=\"icon\" \/>\n                <span>Microsoft Azure<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/03\/icon-2-1.svg\" alt=\"icon\" \/>\n                <span>Google Cloud Platform<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Data analytics<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624879-10.svg\" alt=\"icon\" \/>\n                <span>Power BI<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624879.png\" alt=\"icon\" \/>\n                <span>Tableau<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Apache.png\" alt=\"icon\" \/>\n                <span>Apache<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624872.png\" alt=\"icon\" \/>\n                <span>Hadoop<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624879-1.png\" alt=\"icon\" \/>\n                <span>Spark<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    \n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Artificial intelligence (AI) and machine learning (ML)<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Tensorflow.svg\" alt=\"icon\" \/>\n                <span>TensorFlow<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/PyTorch.svg\" alt=\"icon\" \/>\n                <span>PyTorch<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Scikit-learn.svg\" alt=\"icon\" \/>\n                <span>Scikit-learn<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Internet of things (IoT)<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Azure-IoT-Hub.png\" alt=\"icon\">\n                <span>Azure IoT Hub<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/AWS-IoT.png\" alt=\"icon\">\n                <span>AWS IoT<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Google-Cloud-IoT.png\" alt=\"icon\">\n                <span>Google Cloud IoT<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Blockchain<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Azure-IoT-Hub.png\" alt=\"icon\">\n                <span>Ethereum<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Hyperledger.png\" alt=\"OpenShift\">\n                <span>Hyperledger<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Corda.png\" alt=\"icon\">\n                <span>Corda<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Robotic process automation (RPA)<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Azure-IoT-Hub.png\" alt=\"icon\">\n                <span>UiPath<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Blue-Prism.png\" alt=\"icon\">\n                <span>Blue Prism<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Automation-Anywhere.png\"\n                    alt=\"icon\">\n                <span>Automation Anywhere<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Cybersecurity<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Firewalls.png\" alt=\"icon\">\n                <span>Firewalls<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/plug-template.png\" alt=\"icon\">\n                <span>Intrusion Detection Systems (IDS)<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Endpoint-Protection.png\" alt=\"icon\">\n                <span>Endpoint Protection<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">DevOps<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/jenkins.png\" alt=\"icon\">\n                <span>Jenkins<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Docker.png\" alt=\"icon\">\n                <span>Docker<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Kubernetes.png\" alt=\"icon\">\n                <span>Kubernetes<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Microsoft-Teams-Logo-1-1.svg\" alt=\"icon\">\n                <span>GitLab<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Mobile and web development<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/React-icon-1.svg\" alt=\"icon\">\n                <span>React Native<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Flutter.svg\" alt=\"icon\">\n                <span>Flutter<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Angular.svg\" alt=\"icon\">\n                <span>Angular<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/React-icon-1.svg\" alt=\"icon\">\n                <span>React<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Customer relationship management (CRM)<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/salesforce.png\" alt=\"icon\">\n                <span>Salesforce<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Dynamics365.png\" alt=\"icon\">\n                <span>Microsoft Dynamics 365<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/HubSpot.png\" alt=\"icon\">\n                <span>HubSpot<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/servicenow.png\" alt=\"icon\">\n                <span>ServiceNow<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Enterprise resource planning (ERP)<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/SAP-ERP.png\" alt=\"icon\">\n                <span>SAP<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Oracle-ERP-Cloud.png\" alt=\"OpenShift\">\n                <span>Oracle ERP Cloud<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Dynamics365.png\" alt=\"icon\">\n                <span>Microsoft Dynamics 365<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Odoo.png\" alt=\"icon\">\n                <span>Odoo<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-item-mobile\">\n        <div class=\"tech-item-mobile-header\">\n            <span class=\"tech-item-mobile-title\">Augmented reality (AR) and virtual reality (VR)<\/span>\n            <img decoding=\"async\" class=\"toggle-icon\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"tech-cards-mobile\">\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/unity.png\" alt=\"icon\">\n                <span>Unity<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Unreal-Engine.png\" alt=\"icon\">\n                <span>Unreal Engine<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/ARKit.png\" alt=\"icon\">\n                <span>ARKit<\/span>\n            <\/div>\n            <div class=\"tech-item-mobile-card\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/ARCore.png\" alt=\"icon\">\n                <span>ARCore<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/div>\n\n<script>\ndocument.querySelectorAll('.tech-item-mobile-header').forEach(header => {\n  header.addEventListener('click', () => {\n    const cards = header.nextElementSibling;\n    const icon = header.querySelector('.toggle-icon');\n    const title = header.querySelector('.tech-item-mobile-title');\n\n    document.querySelectorAll('.tech-cards-mobile.active').forEach(openCards => {\n      if (openCards !== cards) {\n        openCards.classList.remove('active');\n        const openHeader = openCards.previousElementSibling;\n        openHeader.querySelector('.toggle-icon').classList.remove('rotate');\n        openHeader.querySelector('.toggle-icon').src = 'https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg';\n        openHeader.querySelector('.tech-item-mobile-title').classList.remove('active');\n      }\n    });\n\n    if (cards.classList.contains('active')) {\n      cards.classList.remove('active');\n      icon.classList.remove('rotate');\n      icon.src = 'https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25.svg';\n      title.classList.remove('active');\n    } else {\n      cards.classList.add('active');\n      icon.classList.add('rotate');\n      icon.src = 'https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/25-1.svg';\n      title.classList.add('active');\n    }\n  });\n});\n\n<\/script>\n\n\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-184dc2c elementor-widget elementor-widget-html\" data-id=\"184dc2c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tech-container\">\n    <div class=\"tech-nav\">\n        <span class=\"tech-nav-item active\" data-target=\"cloud-computing\">Cloud computing<\/span>\n        <span class=\"tech-nav-item\" data-target=\"data-analytics\">Data analytics<\/span>\n        <span class=\"tech-nav-item\" data-target=\"ai-ml\">Artificial intelligence (AI) and machine learning (ML)<\/span>\n        <span class=\"tech-nav-item\" data-target=\"iot\">Internet of things (IoT)<\/span>\n        <span class=\"tech-nav-item\" data-target=\"blockchain\">Blockchain<\/span>\n        <span class=\"tech-nav-item\" data-target=\"rpa\">Robotic process automation (RPA)<\/span>\n        <span class=\"tech-nav-item\" data-target=\"cybersec\">Cybersecurity<\/span>\n        <span class=\"tech-nav-item\" data-target=\"devops\">DevOps<\/span>\n        <span class=\"tech-nav-item\" data-target=\"mobile-web\">Mobile and web development<\/span>\n        <span class=\"tech-nav-item\" data-target=\"crm\">Customer relationship management (CRM)<\/span>\n        <span class=\"tech-nav-item\" data-target=\"erp\">Enterprise resource planning (ERP)<\/span>\n        <span class=\"tech-nav-item\" data-target=\"ar-vr\">Augmented reality (AR) and virtual reality (VR)<\/span>\n    <\/div>\n\n    <div class=\"tech-info active\" id=\"cloud-computing\">\n        <div class=\"slider-title\">\n            <h3>Cloud computing<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/03\/icon.svg\" alt=\"icon\" \/>\n                <span>AWS<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/10\/icon-5.svg\" alt=\"icon\" \/>\n                <span>Microsoft Azure<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2022\/03\/icon-2-1.svg\" alt=\"icon\" \/>\n                <span>Google Cloud Platform<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-info\" id=\"data-analytics\">\n        <div class=\"slider-title\">\n            <h3>Data analytics<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624879-10.svg\" alt=\"icon\" \/>\n                <span>Power BI<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624879.png\" alt=\"icon\" \/>\n                <span>Tableau<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Apache.png\" alt=\"icon\" \/>\n                <span>Apache<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624872.png\" alt=\"icon\" \/>\n                <span>Hadoop<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Rectangle-34624879-1.png\" alt=\"icon\" \/>\n                <span>Spark<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"ai-ml\">\n        <div class=\"slider-title\">\n            <h3>Artificial intelligence (AI) and machine learning (ML)<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Tensorflow.svg\" alt=\"icon\" \/>\n                <span>TensorFlow<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/PyTorch.svg\" alt=\"icon\" \/>\n                <span>PyTorch<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Scikit-learn.svg\" alt=\"icon\" \/>\n                <span>Scikit-learn<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"iot\">\n        <div class=\"slider-title\">\n            <h3>Internet of things (IoT)<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Azure-IoT-Hub.png\" alt=\"icon\">\n                <span>Azure IoT Hub<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/AWS-IoT.png\" alt=\"icon\">\n                <span>AWS IoT<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Google-Cloud-IoT.png\" alt=\"icon\">\n                <span>Google Cloud IoT<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"blockchain\">\n        <div class=\"slider-title\">\n            <h3>Blockchain<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/UiPath.png\" alt=\"icon\">\n                <span>Ethereum<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Hyperledger.png\" alt=\"OpenShift\">\n                <span>Hyperledger<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Corda.png\" alt=\"icon\">\n                <span>Corda<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"rpa\">\n        <div class=\"slider-title\">\n            <h3>Robotic process automation (RPA)<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/UiPath.png\" alt=\"icon\">\n                <span>UiPath<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Blue-Prism.png\" alt=\"icon\">\n                <span>Blue Prism<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Automation-Anywhere.png\"\n                    alt=\"icon\">\n                <span>Automation Anywhere<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"cybersec\">\n        <div class=\"slider-title\">\n            <h3>Cybersecurity<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Firewalls.png\" alt=\"icon\">\n                <span>Firewalls<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/plug-template.png\" alt=\"icon\">\n                <span>Intrusion Detection Systems (IDS)<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Endpoint-Protection.png\" alt=\"icon\">\n                <span>Endpoint Protection<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"devops\">\n        <div class=\"slider-title\">\n            <h3>DevOps<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/jenkins.png\" alt=\"icon\">\n                <span>Jenkins<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Docker.png\" alt=\"icon\">\n                <span>Docker<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Kubernetes.png\" alt=\"icon\">\n                <span>Kubernetes<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Microsoft-Teams-Logo-1-1.svg\" alt=\"icon\">\n                <span>GitLab<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"mobile-web\">\n        <div class=\"slider-title\">\n            <h3>Mobile and web development<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/React-icon-1.svg\" alt=\"icon\">\n                <span>React Native<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Flutter.svg\" alt=\"icon\">\n                <span>Flutter<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/Angular.svg\" alt=\"icon\">\n                <span>Angular<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/07\/React-icon-1.svg\" alt=\"icon\">\n                <span>React<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-info\" id=\"crm\">\n        <div class=\"slider-title\">\n            <h3>Customer relationship management (CRM)<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/salesforce.png\" alt=\"icon\">\n                <span>Salesforce<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Dynamics365.png\" alt=\"icon\">\n                <span>Microsoft Dynamics 365<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/HubSpot.png\" alt=\"icon\">\n                <span>HubSpot<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/servicenow.png\" alt=\"icon\">\n                <span>ServiceNow<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"tech-info\" id=\"erp\">\n        <div class=\"slider-title\">\n            <h3>Enterprise resource planning (ERP)<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/SAP-ERP.png\" alt=\"icon\">\n                <span>SAP<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Oracle-ERP-Cloud.png\" alt=\"OpenShift\">\n                <span>Oracle ERP Cloud<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Dynamics365.png\" alt=\"icon\">\n                <span>Microsoft Dynamics 365<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Odoo.png\" alt=\"icon\">\n                <span>Odoo<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"tech-info\" id=\"ar-vr\">\n        <div class=\"slider-title\">\n            <h3>Augmented reality (AR) and virtual reality (VR)<\/h3>\n        <\/div>\n        <div class=\"tech-items-container\">\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/unity.png\" alt=\"icon\">\n                <span>Unity<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Unreal-Engine.png\" alt=\"icon\">\n                <span>Unreal Engine<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/ARKit.png\" alt=\"icon\">\n                <span>ARKit<\/span>\n            <\/div>\n            <div class=\"tech-item\">\n                <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/ARCore.png\" alt=\"icon\">\n                <span>ARCore<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n  const navItems = document.querySelectorAll('.tech-nav-item');\n  const techInfos = document.querySelectorAll('.tech-info');\n\n  navItems.forEach(item => {\n    item.addEventListener('click', () => {\n      \n      navItems.forEach(nav => nav.classList.remove('active'));\n      \n      item.classList.add('active');\n\n      \n      techInfos.forEach(info => info.classList.remove('active'));\n\n      const targetId = item.getAttribute('data-target');\n      document.getElementById(targetId).classList.add('active');\n    });\n  });\n\n  if (navItems.length > 0) {\n    navItems[0].click();\n  }\n});\n<\/script>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-513ddc3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"513ddc3\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e15b3e0\" data-id=\"e15b3e0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa5a253 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"aa5a253\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What our customers think<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3e9f90 e-con-full e-flex e-con e-parent\" data-id=\"f3e9f90\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f1da71 elementor-widget elementor-widget-html\" data-id=\"5f1da71\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"c-section__background c-section__background\">\r\n    <div class=\"c-section__container p-mad-testimonials__section-container\">\r\n      <div class=\"c-section__body\">\r\n          \r\n        <div class=\"p-mad-testimonials__swiper\">\r\n          <div class=\"swiper\">\r\n            <div class=\"swiper-wrapper\">\r\n\r\n                <div class=\"swiper-slide p-mad-testimonial\">\r\n                  <div class=\"p-mad-testimonial__cite-author\">\r\n                      <div class=\"p-mad-testimonial__author\">\r\n                        <span class=\"p-mad-testimonial__author-name\">Kristian Lasi\u0107<\/span>\r\n                        <span>Advanced Product Owner<\/span>\r\n                        <span>Global soft d.o.o.<\/span>\r\n                      <\/div>\r\n                      <div class=\"p-mad-testimonial__company-icon-wrapper\">\r\n                        <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\r\n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Global-soft-d.o.o.png\"\r\n                             alt=\"company's logo\">\r\n                      <\/div>\r\n                  <\/div>\r\n                  <div class=\"p-mad-testimonial__cite-details\">\r\n                    <p class=\"p-mad-testimonial__cite\">\u201cWhat we noted during the workshop was the experience that Innowise as a company and their team member as an individual had, with a good answer for every real life and hypothetical scenario we could think of.\u201d\r\n\r\n                    <\/p>\r\n                    <ul class=\"p-mad-testimonial__details\">\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">Software development<\/span>\r\n                      <\/li>\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">4 specialists<\/span>\r\n                      <\/li>\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">21 months<\/span>\r\n                      <\/li>\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Services<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">Business & tech consulting<\/span>\r\n                      <\/li>\r\n                    <\/ul>\r\n                  <\/div>\r\n              <\/div>\r\n\r\n              <div class=\"swiper-slide p-mad-testimonial\">\r\n                  <div class=\"p-mad-testimonial__cite-author\">\r\n                      <div class=\"p-mad-testimonial__author\">\r\n                        <span class=\"p-mad-testimonial__author-name\">Tim Benedict<\/span>\r\n                        <span>CTO<\/span>\r\n                        <span>Vitreus<\/span>\r\n                      <\/div>\r\n                      <div class=\"p-mad-testimonial__company-icon-wrapper\">\r\n                        <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\r\n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/08\/Vitreus.png\"\r\n                             alt=\"company's logo\">\r\n                      <\/div>\r\n                  <\/div>\r\n                  <div class=\"p-mad-testimonial__cite-details\">\r\n                    <p class=\"p-mad-testimonial__cite\">\u201cInnowise has successfully delivered the client's MVP, marking the project's success. The team has offered excellent project management, as they're highly efficient and always deliver on time. Overall, their passion and depth of expertise are outstanding.\u201d\r\n\r\n                    <\/p>\r\n                    <ul class=\"p-mad-testimonial__details\">\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">Blockchain services<\/span>\r\n                      <\/li>\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">30 specialists<\/span>\r\n                      <\/li>\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">15 months<\/span>\r\n                      <\/li>\r\n                      <li>\r\n                          <span class=\"p-mad-testimonial__details-term\">Services<\/span>\r\n                          <span class=\"p-mad-testimonial__details-desc\">Architectural design, blockchain, custom development<\/span>\r\n                      <\/li>\r\n                    <\/ul>\r\n                  <\/div>\r\n              <\/div>\r\n\r\n              \r\n\r\n            <\/div>\r\n            <div class=\"swiper-pagination\"><\/div>\r\n            \r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n  <\/div>\r\n  \r\n<\/div>\r\n\r\n<!--<script defer src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/swipe-dev-services.js\"><\/script>-->\r\n\r\n<script>\r\n    const options = {\r\n  grabCursor: true,\r\n  slidesPerView: 1,\r\n  spaceBetween: 20,\r\n  freeMode: {\r\n      enabled:true, sticky:true\r\n  },\r\n  pagination: {\r\n    el: '.swiper-pagination',\r\n  },\r\n  breakpoints: {\r\n     768: {\r\n      spaceBetween: 40\r\n     }\r\n    },\r\n};\r\n\r\n\r\n  const swiper = new Swiper('.p-mad-testimonials__swiper .swiper', options);\r\n\r\n  swiper.autoplay.stop();\r\n<\/script>\r\n\r\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0526127 net-14 dt-15 faq-1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0526127\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0f6ce2d\" data-id=\"0f6ce2d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f8e04be elementor-widget elementor-widget-heading\" data-id=\"f8e04be\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1dda864 e-con-full net-142 dt-15-2 e-flex e-con e-parent\" data-id=\"1dda864\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-bd01f8b e-con-full e-flex e-con e-child\" data-id=\"bd01f8b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d0c4f7a faq elementor-widget elementor-widget-accordion\" data-id=\"d0c4f7a\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2181\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2181\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Why do companies need digital transformation consulting?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2181\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2181\"><span style=\"font-weight: 400;\">Businesses need digital transformation consulting to get expert advice and a solid game plan for handling tricky digital changes. Consultants help develop comprehensive digital strategies, select the right technologies for your needs, manage organizational change, and embrace new processes. They\u2019ll identify cost-effective solutions, optimize resources, and mitigate potential risks \u2013 speeding up the whole process.<\/span><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2182\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2182\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How long does a digital transformation project typically take?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2182\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2182\"><p><span style=\"font-weight: 400;\">It depends. Generally speaking, these kinds of projects can take anywhere from a couple of months to a year, depending on the scale and complexity. This includes gathering requirements, selecting appropriate tools, developing a plan, and executing the implementation. Success depends on careful planning, clear objectives, and a commitment to continuous improvement and adaptation.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2183\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2183\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Can small and medium-sized enterprises realistically afford digital transformation consulting?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2183\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2183\"><p><span style=\"font-weight: 400;\">Absolutely! By outsourcing to specialized consultants or smaller firms \u2013 who can provide expertise at a lower cost than large agencies \u2013 SMEs can tap into expert advice without breaking the bank. This way, SMEs can focus on core business activities while getting the digital transformation boost they need \u2013 all without draining their budget.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2184\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2184\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How does digital transformation consulting address cybersecurity?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2184\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2184\"><p><span style=\"font-weight: 400;\">Digital transformation consulting addresses cybersecurity by integrating thorough risk assessments, security-by-design principles, and compliance with regulations into the mix. We work closely alongside our clients to set up powerful cybersecurity frameworks, develop incident response and disaster recovery plans, and secure compliance with data protection regulations.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2185\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2185\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How does my company pick the right digital transformation consultant?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2185\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2185\"><p><span style=\"font-weight: 400;\">First off, get clear on your vision and strategic objectives, so you can make sure the consultant&#8217;s skills line up with your goals. Dig into their background and experience in the industry, and check out how they tackle projects from start to finish. Don\u2019t just look at the price: make sure you\u2019re getting good value for your money. Check to see if their availability matches your project timeline. For high-quality consultancy, you can count on Innowise&#8217;s digital transformation experts \u2013 thanks to their tried-and-tested but personalized solutions, structured methodologies, and full support throughout every stage of the project.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Why do companies need digital transformation consulting?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<span style=\\\"font-weight: 400;\\\">Businesses need digital transformation consulting to get expert advice and a solid game plan for handling tricky digital changes. Consultants help develop comprehensive digital strategies, select the right technologies for your needs, manage organizational change, and embrace new processes. They\\u2019ll identify cost-effective solutions, optimize resources, and mitigate potential risks \\u2013 speeding up the whole process.<\\\/span>\"}},{\"@type\":\"Question\",\"name\":\"How long does a digital transformation project typically take?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">It depends. Generally speaking, these kinds of projects can take anywhere from a couple of months to a year, depending on the scale and complexity. This includes gathering requirements, selecting appropriate tools, developing a plan, and executing the implementation. Success depends on careful planning, clear objectives, and a commitment to continuous improvement and adaptation.<\\\/span><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can small and medium-sized enterprises realistically afford digital transformation consulting?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Absolutely! By outsourcing to specialized consultants or smaller firms \\u2013 who can provide expertise at a lower cost than large agencies \\u2013 SMEs can tap into expert advice without breaking the bank. This way, SMEs can focus on core business activities while getting the digital transformation boost they need \\u2013 all without draining their budget.<\\\/span><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How does digital transformation consulting address cybersecurity?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Digital transformation consulting addresses cybersecurity by integrating thorough risk assessments, security-by-design principles, and compliance with regulations into the mix. We work closely alongside our clients to set up powerful cybersecurity frameworks, develop incident response and disaster recovery plans, and secure compliance with data protection regulations.<\\\/span><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How does my company pick the right digital transformation consultant?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">First off, get clear on your vision and strategic objectives, so you can make sure the consultant&#8217;s skills line up with your goals. Dig into their background and experience in the industry, and check out how they tackle projects from start to finish. Don\\u2019t just look at the price: make sure you\\u2019re getting good value for your money. Check to see if their availability matches your project timeline. For high-quality consultancy, you can count on Innowise&#8217;s digital transformation experts \\u2013 thanks to their tried-and-tested but personalized solutions, structured methodologies, and full support throughout every stage of the project.<\\\/span><\\\/p>\"}}]}<\/script>\n\t\t\t\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<div class=\"elementor-element elementor-element-5b692fe e-con-full e-flex e-con e-child\" data-id=\"5b692fe\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb27c1f elementor-widget elementor-widget-html\" data-id=\"bb27c1f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"faq-cta\">\n    <p class=\"faq-cta__text\">\n        Book a call with <br\/> our experts and get <br\/> the answers you need.\n    <\/p>\n    <a class=\"faq-cta__link\" href=\"#contact-form\">\n        Schedule a call\n    <\/a>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-c5a9ed4 e-flex e-con-boxed e-con e-parent\" data-id=\"c5a9ed4\" data-element_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-0badbee elementor-widget elementor-widget-shortcode\" data-id=\"0badbee\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f100240-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"100240\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/nl\/wp-json\/wp\/v2\/pages\/170448#wpcf7-f100240-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"100240\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f100240-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<style>\n#form-templates .contact__info {\n  background-color: #f4f4f4;\n  padding: 70px 44px 70px 50px;\n  position: relative;\n  max-width: 540px;\n  width: 100%;\nborder: 1px solid #AEB1B7;\n}\n\n#form-templates .contact__info-background {\n  z-index: -1;\n  position: absolute;\n  top: 20px;\n  left: 20px;\n  width: 100%;\n  height: 100%;\n  border: 1px dashed #ef4557;\n}\n\n\n#form-templates .new-container{\ndisplay: flex;\njustify-content: space-between;\nflex-wrap: wrap;\n}\n\n\n#form-templates{\npadding: 100px 15px 100px 15px;        \n}\n\n#form-templates .contact__info-heading {\n  font-family: 'Sora' !important;\n  font-style: normal !important;\n  font-weight: 400 !important;\n  font-size: 36px !important;\n  line-height: 46px !important;\n  color: #2E2E2E !important;\n   margin-bottom: 60px !important;\n\n}\n\n\n#form-templates .message label{\ncolor: #585858 !important;   \n}\n\n.elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n font-size: 60px !important;\n  line-height: 70px !important;\n  font-family: \"Sora\", Sans-serif;\n  font-weight: 400;\n  margin: 0;  \n  margin-bottom: 20px;\n}\n\n\n\n\n.elementor-widget-container.form-template p{\n  font-family: \"Karla\", Sans-serif;\n  font-size: 22px;\n  font-weight: 400;\n  line-height: 28px;\n  color: var( --e-global-color-primary );\n  max-width: 700px;\n  margin: 0; \n  margin-bottom: 40px;\n} \n  \n\n\n.new-container #spinner{\nwidth: 50%;\nmax-width: 700px;\n}\n\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:30px; \n    \n}\n\n\n#form-templates .contact__info-heading {\n  margin-bottom: 67px;\n  font-size: 36px;\n  font-family: karla;\n  color:  #2E2E2E;\n\n  line-height: 49px;\n}\n\n#form-templates .contact__info-steps {\n  display: flex;\n  flex-direction: column;\n  max-width: 425x;\n  row-gap: 20px;\n  border-left: 1px solid #2e2e2e;\n}\n\n#form-templates .contact__info-block {\n  position: relative;\n  padding-left: 45px;\n}\n\n#form-templates .contact__info-block:last-child {\n  box-shadow: -1px 0 0 1px #f4f4f4;\n}\n\n#form-templates .contact__info-step {\n  position: absolute;\n  border: 1px solid #2e2e2e;\n  width: 40px;\n  height: 40px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 20px;\n  left: -20px;\n  top: -8px;\n  background-color: #F4F4F4;\n  color:  #2E2E2E;\n\nfont-family: Karla;\nfont-weight: 700;\nfont-size: 18px;\nline-height: 28px;\n\n}\n\n.elementor-widget-global .contact__info-step {\n        color:  #2E2E2E;\n}\n\n#form-templates .contact__info-text {\n  margin: 0;\n  font-size: 16px;\n  line-height: 26px;\n  color: #2E2E2E;\n  font-family: karla;\n\n  width: 100%;\n}\n\n\n#form-templates .contact-us__send{\nflex-shrink: 0;\nmargin-top:0;\n}\n\n\n\n@media screen and (max-width: 1279px) {\n    .new-container #spinner{\n        width: 100%;\n        max-width:100%;\n        margin-bottom:40px;\n    }\n    \n\n    .new-container .contact__info {\n        max-width: 700px !important;\n    }\n    \n}\n\n\n@media screen and (max-width: 1279px) {\n#form-templates{\npadding: 60px 15px 70px 15px;     \n}\n}\n\n\n\n@media screen and (max-width: 767px) {\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:20px; \n \n}\n\n\n  #form-templates .contact__info {\n    padding: 20px 20px 40px 40px;\n    margin: 0 auto;\n  }\n\n\n#form-templates{\npadding: 40px 15px 50px 15px;  \n    \n}\n\n  \n   .new-container #spinner{\n       \n    margin-bottom:30px;   \n   }\n   \n   \n   .elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n   font-size: 32px !important;\n    line-height: 42px !important;    \n   }\n   \n   \n   .elementor-widget-container.form-template p{\n       \n    font-size: 16px;\n    line-height: 20px;  \n    margin-bottom: 30px;\n \n       \n   }\n   \n   #form-templates .contact__info-heading{\n   font-size: 24px !important;\n    line-height: 49px !important;    \n       \n   }\n   \n\n.mailToContact{\nmargin-top: 10px !important;        \n}\n   \n\n  #form-templates .contact__info-heading {\n    font-size: 24px;\n    margin-bottom: 37px;\n  }\n\n  #form-templates .contact__info-background {\n    top: 10px;\n    left: 10px;\n  }\n\n  #form-templates .contact__info-text {\n    font-size: 12px;\n    line-height: 20px;\n  }\n  \n  \n  #form-templates .contact__info-heading {\n   margin-bottom: 35px !important;\n\n}\n\n}\n\n@media (max-width: 767px) {\n    .mailToContact {\n        max-width: 100%;\n    }\n}\n<\/style>\n\n<script>\nwindow.addEventListener('hashchange',function(e){if(window.history.pushState){window.history.pushState('','\/',window.location.pathname)}else{window.location.hash=''}})\n<\/script>\n\n\n<div id=\"form-templates\">\n<div class=\"elementor-widget-container form-template\">\n<a name=\"contact-form\"><\/a>\n<h2>Contact us<\/h2>\n<p><a id=\"calendlylink\" style=\"color: #c63031; border-bottom: 1px solid #c63031; padding: 0;\">Book a call<\/a> or fill out the form below and we\u2019ll get back to you once we\u2019ve processed your request.<\/p>\n<\/div>\n\n<div class=\"new-container\">\n\n\n<div class=\"contact-us__main\" id=\"spinner\" data-no-defer=\"1\">\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"name\">\n<label>Name<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"field_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__name\" id=\"contact-name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"field_name\" \/><\/span>\n<\/div>\n\n<div class=\"company\">\n<label>Company<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__company\" id=\"contact-company\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Company*\" value=\"\" type=\"text\" name=\"company\" \/><\/span>\n<\/div>\n\n<\/div>\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"email\">\n<label>Email<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email contact-us__email\" id=\"contact-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Corporate email*\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n<\/div>\n\n<div class=\"phone\">\n<label>Phone<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel contact-us__phone\" id=\"contact-phone\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone*\" value=\"\" type=\"tel\" name=\"tel\" \/><\/span>\n<\/div>\n\n<\/div>\n<div class=\"contact-us__wrapper subj\">\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-recipient\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-subj_js\" aria-invalid=\"false\" name=\"your-recipient\"><option value=\"\">Subject*<\/option><option value=\"IT staff augmentation\">IT staff augmentation<\/option><option value=\"Turnkey product development\">Turnkey product development<\/option><option value=\"Support and enhancement\">Support and enhancement<\/option><option value=\"Careers\">Careers<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"form-field-budget_js\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-budget_js\" aria-invalid=\"false\" name=\"form-field-budget_js\"><option value=\"\">Project budget<\/option><option value=\"Under $15K\">Under $15K<\/option><option value=\"$15K-$30K\">$15K-$30K<\/option><option value=\"$30K-$100K\">$30K-$100K<\/option><option value=\"$100K-$250K\">$100K-$250K<\/option><option value=\"$250K-$500K\">$250K-$500K<\/option><option value=\"More than $500K\">More than $500K<\/option><\/select><\/span>\n\n<\/div>\n\n\n<div class=\"message\">\n<label>Message<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"1\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required contact-us__message\" id=\"contact-message\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Describe your needs in detail*\" name=\"message\"><\/textarea><\/span>\n<\/div>\n\n<div class=\"atvoice-wrap\">\n\n<div class=\"voice-wrap\">\n<span id=\"voice-mut\" class=\"voicetext\">Send us a voice message<\/span>\n         <div class=\"qc_voice_audio_wrapper\">\n            <div class=\"qc_voice_audio_container\">\n                <div class=\"qc_voice_audio_upload_main\" id=\"qc_audio_main\">\n                    <a class=\"qc_audio_record_button\" id=\"qc_audio_record\" href=\"#\" aria-label=\"Record an audio message\">\n                        <span class=\"dashicons dashicons-microphone\"><\/span> \u00a0<\/a> \n                <\/div>\n\n                <div class=\"qc_voice_audio_recorder\" id=\"qc_audio_recorder\" style=\"display:none\">\n\n                <\/div>\n                <div class=\"qc_voice_audio_display\" id=\"qc_audio_display\"  style=\"display:none\">\n                    <audio id=\"qc-audio\" controls src=\"\"><\/audio>\n                    <span title=\"Remove and back to main upload screen.\" class=\"qc_audio_remove_button dashicons dashicons-trash\"><\/span>\n                <\/div>\n            <\/div>\n            <input type=\"hidden\" value=\"\" name=\"qcwpvoicemessage\" id=\"qc_audio_url\" \/>\n        <\/div>\n        \n<\/div>\n\n\n<div class=\"attach-wrap\">\n<span class=\"voicetext\">Attach documents<\/span>\n\n<div class='attachment'>\n\n<div class=\"downloaded\">\n<span><\/span>\n<div class=\"deleteFile\"><\/div>\n<\/div>\n\n<div class=\"attachmentButton\" onclick=\"(function cl(e){if(e.target.nodeName == 'DIV'){e.target.parentNode.children[1].children[0].click(); }})(arguments[0]);\">\n\n<div class=\"innerText\">Upload file<\/div>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"att-files\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".jpg,.png,.jpeg,.pdf\" aria-invalid=\"false\" type=\"file\" name=\"att-files\" \/><\/span>\n\n<div class=\"tip\" onclick=\"event.stopPropagation()\">\n<p>You can attach 1 file up to 2MB. Valid file formats: pdf, jpg, jpeg, png.<\/p>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n\n\n<\/div>\n\n<div class=\"contact-us__wrapper\"> \n<p class=\"pp\">By clicking Send, you consent to Innowise processing your personal data per our<a href=\"\/privacy-notice\/\"> Privacy Policy <\/a>to provide you with relevant information. By submitting your phone number, you agree that we may contact you via voice calls, SMS, and messaging apps. Calling, message, and data rates may apply.<\/p>\n\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"scoring_point\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmCampaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmContent\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmMedium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmSource\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmTerm\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"location\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"city\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"ip\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"Summ\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"gclid\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"rating\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlCompany\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlWithParams\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"audioMessageLink\" \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner contact-us__send\" id=\"contact-send-button\" type=\"submit\" value=\"Send\" \/>\n<\/div>\n\n<div class='mailToContact'>You can also send us your request <\/br>to <a href=\"mailto:contact@innowise.com\">contact@innowise.com<\/a><\/div>\n\n<\/div>\n\n<div class=\"elementor-widget-container\" style=\"z-index:1;\">\n<div class=\"contact__info\">\n  <div class=\"contact__info-background\"><\/div>\n  <div class=\"contact__info-heading\">What happens next?<\/div>\n  <div class=\"contact__info-steps\">\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">1<\/div>\n      <p class=\"contact__info-text\">Once we\u2019ve received and processed your request, we\u2019ll get back to you to detail your\n        project needs and sign an NDA to ensure confidentiality.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">2<\/div>\n      <p class=\"contact__info-text\">After examining your wants, needs, and expectations, our team will devise a project\n        proposal with the scope of work, team size, time, and cost estimates.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">3<\/div>\n      <p class=\"contact__info-text\">We\u2019ll arrange a meeting with you to discuss the offer and nail down the details.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">4<\/div>\n      <p class=\"contact__info-text\">Finally, we\u2019ll sign a contract and start working on your project right away.<\/p>\n    <\/div>\n  <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\n<\/div>\n\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f567387 e-con-full e-flex e-con e-child\" data-id=\"f567387\" data-element_type=\"container\">\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 class=\"other_services_container\">[need_other_services_v2]<\/div><script>\n            jQuery( document ).ready(function($) {\n                $('[data-elementor-type=\"wp-page\"]').children().last().before($('.other_services_container'));\n                var sections = $('[data-elementor-type=\"wp-page\"]').find('.net-15.dt-16');\n                $($('#form-templates').parents('.elementor-section')).before($('.other_services_container'));\n                for(var i = 0; i<sections.length; i++){\n                    if($(sections[i]).hasClass( 'net-15' ) && $(sections[i]).hasClass( 'dt-16' ) && $(sections[i]).hasClass( 'elementor-hidden-desktop' )==false){\n                        $(sections[i]).before($('.other_services_container'));\n                        if($(sections[i]).css('background-color')=='rgb(255, 255, 255)' || $(sections[i]).css('background-color')=='rgba(0, 0, 0, 0)'){\n                            $('.other_services_container').find('.elementor-section').css('background-color','#FBFBFD');\n                        }      \n                    }\n                }\n                \n            });\n        <\/script>","protected":false},"excerpt":{"rendered":"<p>Digital transformation consulting services Adopt and integrate the latest tech with the support of our digital transformation consulting experts. Partner with us, and we\u2019ll guide you through a successful digital transformation path that sets you up for long-term growth and success. Let\u2019s partner now 40+ curated digital transformation projects Adopt and integrate the latest tech [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":188933,"parent":25477,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-170448","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages\/170448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/comments?post=170448"}],"version-history":[{"count":0,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages\/170448\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/pages\/25477"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/media\/188933"}],"wp:attachment":[{"href":"https:\/\/innowise.com\/nl\/wp-json\/wp\/v2\/media?parent=170448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}