<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>You searched for Quality Assurance - Capitole</title>
	<atom:link href="https://www.capitole-consulting.com/search/Quality+Assurance/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>https://www.capitole-consulting.com/</link>
	<description></description>
	<lastBuildDate>Thu, 28 May 2026 13:47:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.capitole-consulting.com/wp-content/uploads/2025/02/cropped-Favicon-Web-capitole-32x32.png</url>
	<title>You searched for Quality Assurance - Capitole</title>
	<link>https://www.capitole-consulting.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>QA in the Age of AI: Impact, Challenges and Evolution of the Role</title>
		<link>https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/</link>
					<comments>https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/#respond</comments>
		
		<dc:creator><![CDATA[Azaria Canales]]></dc:creator>
		<pubDate>Thu, 14 May 2026 09:58:38 +0000</pubDate>
				<category><![CDATA[Data & Artificial Intelligence]]></category>
		<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<guid isPermaLink="false">https://www.capitole-consulting.com/?p=19174</guid>

					<description><![CDATA[<p>The integration of Artificial Intelligence into Quality Assurance is profoundly transforming both its processes and the role of QA within the software development lifecycle. This article examines the current state of AI adoption in QA — its benefits, risks, and implementation costs — as well as the emergence of new metrics designed to assess the ... <a title="QA in the Age of AI: Impact, Challenges and Evolution of the Role" class="read-more" href="https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/" aria-label="Read more about QA in the Age of AI: Impact, Challenges and Evolution of the Role">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/">QA in the Age of AI: Impact, Challenges and Evolution of the Role</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The integration of Artificial Intelligence into Quality Assurance is profoundly transforming both its processes and the role of QA within the software development lifecycle. This article examines the current state of AI adoption in QA — its benefits, risks, and implementation costs — as well as the emergence of new metrics designed to assess the effectiveness and reliability of these systems.</p>



<p>It also addresses the evolution of the QA role toward a more strategic profile, embedded within a quality model assisted by intelligent systems, where human intervention remains an essential factor for oversight, validation, and results control.</p>



<h3 class="wp-block-heading"><strong>The Origins and Evolution of QA, and the Rise of AI</strong></h3>



<p>With the emergence of software and digital applications, quality control adopted a predominantly reactive approach focused almost exclusively on defect detection. However, the growing complexity of systems exposed the limitations of this model, driving a shift toward a more preventive and collaborative approach to quality assurance. This transition was supported by practices such as shift-left testing, test automation, and continuous testing within CI/CD environments — establishing QA as a core discipline within the software development lifecycle.</p>



<p>Against this backdrop, the rise of Artificial Intelligence introduced a new paradigm in how quality processes are conceived. This is not merely an incremental evolution, but a structural shift in the way validation processes are designed, prioritized, and executed.</p>



<h3 class="wp-block-heading"><strong>The Impact of AI on the SDLC and QA</strong></h3>



<p>The impact of AI, however, has not been confined to QA alone. Its integration has unfolded progressively and transversally, affecting both development and validation phases — generating a direct impact on the final quality of software.</p>



<p>On one hand, development teams have incorporated generative AI tools for code generation, such as Copilot or Claude, significantly increasing delivery speed. Yet this advancement also introduces new risks related to the quality and maintainability of generated code, due to potential inconsistencies with the broader application context.</p>



<p>On the other hand, QA teams have integrated AI across multiple stages of the testing process, transforming the way quality assurance strategies are designed, executed, and maintained.</p>



<p>According to various industry reports — including <em>QA and Software Testing in 2025</em> (based on over 100 development teams) and BrowserStack&#8217;s <em>State of AI in Software Testing 2026</em> (based on over 250 technical leaders) — more than 60% of organizations have already incorporated AI into parts of their testing workflows, particularly in regression, smoke testing, and risk-based prioritization.</p>



<p>AI adoption is also extending to other areas of the SDLC, such as business analysis — where it supports requirements and feature definition — and design, facilitating the generation of interfaces and prototypes in tools like Figma. This reflects an increasingly transversal impact across the entire software development lifecycle.</p>



<p>As a result, the sense that AI has become a standard part of the toolstack for all stakeholders in the software development lifecycle is growing across the industry. This adoption is generating impact at both operational and strategic levels, redefining processes, roles, and quality metrics.</p>



<h4 class="wp-block-heading">Benefits</h4>



<p>Following several years of generative AI model adoption, the following key benefits can be identified within the QA domain:</p>



<ul class="wp-block-list">
<li><strong>Test Case Generation:</strong> Automatic generation of test cases from code, functional requirements, or user stories.
<ul class="wp-block-list">
<li><em>Example: Given a user story such as &#8220;the user should be able to reset their password,&#8221; the system automatically generates cases covering valid/invalid passwords, expired sessions, multiple failed attempts, field format validations, and more.</em></li>
</ul>
</li>



<li><strong>Test Prioritization:</strong> Intelligent test prioritization based on criticality, change impact, and risk analysis.
<ul class="wp-block-list">
<li><em>Example: Following a change to the checkout flow, the system automatically prioritizes tests related to tax calculations, discounts, and payment gateways.</em></li>
</ul>
</li>



<li><strong>Log Analysis &amp; Processing:</strong> Analysis, rewriting, and summarization of logs, along with detection of duplicate test cases or incidents.
<ul class="wp-block-list">
<li><em>Example: In an execution that has generated hundreds of log lines, the system groups repeated errors, summarizes the issue into a single incident, and reduces noise and manual analysis time.</em></li>
</ul>
</li>



<li><strong>Self-Healing Tests:</strong> Automatic test maintenance, adapting to changes in interfaces or system flows.
<ul class="wp-block-list">
<li><em>Example: If a button changes from <code>id="submit-btn"</code> to <code>id="submit-button"</code>, the system automatically updates the selector without requiring manual intervention.</em></li>
</ul>
</li>



<li><strong>Root Cause Analysis:</strong> Automated failure analysis and support in identifying root causes.
<ul class="wp-block-list">
<li><em>Example: Faced with a login test failure, the system correlates backend logs, authentication changes, and database errors — suggesting a token service issue as the root cause.</em></li>
</ul>
</li>



<li><strong>LLM-based Evaluation:</strong> Automated results evaluation using LLM models capable of analyzing test outputs, system responses, and logs to determine their validity or relevance based on defined criteria.
<ul class="wp-block-list">
<li><em>Example: Rather than validating only status codes, an LLM assesses whether an API error message is contextually coherent with the nature of the failure.</em></li>
</ul>
</li>



<li><strong>Agentic Testing Systems:</strong> Autonomous agent-based systems capable of planning, exploring applications, generating scenarios, executing tests, and reporting results iteratively — adapting their behavior based on outcomes.
<ul class="wp-block-list">
<li><em>Example: An autonomous agent explores an application, identifies critical flows, dynamically generates tests, executes scenarios, and adjusts its strategy based on results.</em></li>
</ul>
</li>
</ul>



<p>Taken together, these advances accelerate the testing cycle across its various phases — analysis, design, execution, and reporting — particularly in well-structured environments with sufficient context available.</p>



<h4 class="wp-block-heading">Risks</h4>



<p>That said, AI integration also introduces significant new risks and limitations:</p>



<ul class="wp-block-list">
<li><strong>Incomplete Test Cases:</strong> Generation of incomplete or incorrect test cases due to biases in training data. Some reports indicate that between 20% and 40% of automatically generated tests require manual review or correction.
<ul class="wp-block-list">
<li><em>Example: The system generates tests for a registration form but omits critical scenarios such as security validations, due to biases in the training data.</em></li>
</ul>
</li>



<li><strong>Scenario Complexity:</strong> Difficulty modeling complex scenarios, particularly in critical systems.
<ul class="wp-block-list">
<li><em>Example: In a banking system, the model may fail to correctly represent flows that depend on multiple regulatory conditions, intermediate states, or external systems.</em></li>
</ul>
</li>



<li><strong>Contextual Understanding Gaps:</strong> Difficulty detecting defects arising from business logic, system integration, or contextual coherence.
<ul class="wp-block-list">
<li><em>Example: A test passes at a technical level because the system fails to detect an incorrectly applied discount, not understanding the business logic associated with that promotion.</em></li>
</ul>
</li>



<li><strong>False Positives/Negatives:</strong> Inaccurate defect detection — either reporting non-existent errors or failing to identify real failures under certain conditions.
<ul class="wp-block-list">
<li><em>Example: The system accepts an incorrect data result as valid because it is structurally and formally well-formed.</em></li>
</ul>
</li>



<li><strong>Excessive Dependency:</strong> Potential erosion of technical knowledge within teams due to over-reliance on automated tooling.</li>



<li><strong>Automation Bias:</strong> A tendency to accept AI-generated results without sufficient validation. Research suggests that up to 30–40% of incorrect decisions made by AI systems go unchallenged.</li>



<li><strong>ROI:</strong> Difficulty objectively measuring the return on investment.</li>



<li><strong>Hallucinations:</strong> Model hallucinations — the generation of incorrect but apparently coherent results. Estimated rates range from 5% to 30% in complex tasks, depending on context.</li>



<li><strong>Non-Functional Testing:</strong> Limited capacity to deliver value in performance, scalability, security, or observability testing compared to functional testing.</li>
</ul>



<p>These risks reflect a still-significant gap between the theoretical potential of AI and its actual performance in complex or critical contexts — where human oversight remains an essential element.</p>



<h3 class="wp-block-heading"><strong>The Emergence of New Metrics</strong></h3>



<p>In this new landscape — where the integration of Large Language Models (LLMs) enables test case generation to be automated at scale — it becomes necessary to introduce new metrics capable of evaluating these non-deterministic systems through measurement approaches that go beyond simply quantifying how much is being tested, focusing instead on the real utility of that testing.</p>



<p>Unlike traditional testing, where outcomes are binary (pass/fail), AI-based systems require metrics that capture degrees of adequacy, coherence, and usefulness of the generated responses.</p>



<p>Some of the most relevant and emerging proposals include:</p>



<ul class="wp-block-list">
<li><strong>Test Effectiveness Rate (TER):</strong> The proportion of tests that detect real defects relative to the total executed.</li>



<li><strong>Signal-to-Noise Ratio:</strong> The relationship between relevant results (valid defects) and generated noise (false positives or redundant tests).</li>



<li><strong>AI-generated Test Reliability:</strong> The degree of confidence in automatically generated test cases, assessed through cross-validation, golden datasets, or model-assisted review.</li>



<li><strong>Defect Detection Efficiency (DDE):</strong> The ability to detect defects in early stages of the development cycle.</li>



<li><strong>Actual Coverage vs. Generated Coverage:</strong> The difference between the theoretical coverage generated by AI and the effective coverage of critical functionalities.</li>



<li><strong>Test Maintenance Overhead:</strong> The effort required to maintain, correct, or filter automatically generated tests.</li>



<li><strong>LLM Evaluation Score:</strong> Assessment of the quality of generated responses using evaluator models (LLM-as-a-judge), based on criteria such as relevance, coherence, and correctness.</li>



<li><strong>Hallucination Rate:</strong> The proportion of AI-generated responses containing incorrect or unverifiable information.</li>



<li><strong>Task Success Rate:</strong> The percentage of tasks correctly completed by autonomous systems or AI-based assistants.</li>



<li><strong>Consistency Score:</strong> The degree of stability of generated responses when faced with equivalent or slightly modified inputs.</li>
</ul>



<p>These metrics reflect a paradigm shift in quality evaluation — moving from a deterministic model based on coverage and execution, to a probabilistic model centered on the reliability, consistency, and utility of AI-assisted systems.</p>



<h3 class="wp-block-heading"><strong>Adapting the QA Role in an AI-Assisted Environment</strong></h3>



<p>Beyond its impact on development and QA processes and on validation metrics, AI adoption is driving a significant transformation that directly affects the competencies and responsibilities of QA professionals.</p>



<p>Traditionally, the QA role focused on requirements analysis, test case design, test execution, and defect reporting. In the current context, this role is evolving toward a more strategic profile — oriented toward the oversight, validation, and governance of automated systems.</p>



<p>This consolidates the <strong>human-in-the-loop</strong> paradigm, in which the QA professional takes on supervisory, validation, and audit functions that may vary depending on the seniority of the profile.</p>



<h4 class="wp-block-heading">Differential Impact by Experience Level</h4>



<p><strong>Junior profiles (testers)</strong> AI acts as an accelerator for learning and productivity, enabling:</p>



<ul class="wp-block-list">
<li>Assisted test case generation</li>



<li>Standardization of defect reports</li>



<li>Increased execution speed</li>



<li>Reduced technical barrier to entry</li>
</ul>



<p><strong>Mid-level profiles (analysts)</strong> Value is centered on:</p>



<ul class="wp-block-list">
<li>Improved requirements analysis</li>



<li>Supervision and validation of AI-generated scenarios</li>



<li>Incorporation of business knowledge into models</li>



<li>Identification of edge cases and complex dependencies</li>
</ul>



<p><strong>Senior profiles (leads)</strong> AI facilitates:</p>



<ul class="wp-block-list">
<li>Definition and optimization of quality strategies</li>



<li>Advanced metrics analysis and new KPI development</li>



<li>Filtering of noise generated by large-scale automation</li>



<li>Alignment between technical quality and business objectives</li>
</ul>



<p><strong>Transversal capabilities</strong> Across all levels, a new key competency is emerging: the ability to craft effective prompts and provide adequate context to AI systems.</p>



<p>Knowledge of DevOps practices is also gaining relevance — enabling the integration of these systems into CI/CD pipelines and supporting selective test execution, where systems themselves determine which tests to run based on code changes, dependencies, and defect history, and prioritize them according to risk.</p>



<p>Feedback loops allow these systems to learn continuously from results, progressively optimizing coverage, prioritization, and testing effectiveness.</p>



<p>However, this advanced automation demands constant oversight to prevent biases, incorrect decisions, or loss of control over the quality process. As a result, the QA professional evolves into an <strong>orchestrator of quality in AI-assisted environments</strong>.</p>



<h4 class="wp-block-heading">New Role: QA for AI Systems and Agents</h4>



<p>Yet the transformation of QA from functional tester to quality orchestrator is not the only role-level shift the industry is experiencing.</p>



<p>The proliferation of AI-based systems introduces a new dimension in QA: the need to validate non-deterministic systems.</p>



<p>Unlike traditional software — where expected behavior is fixed and verifiable through deterministic assertions — AI systems generate probabilistic and variable outputs for the same input. As a result, QA must validate not so much the accuracy of a specific response, but the adequacy of behavior within an acceptable range. This involves assessing aspects such as:</p>



<ul class="wp-block-list">
<li>Coherence and relevance of responses</li>



<li>Robustness against diverse or adversarial inputs</li>



<li>Consistency of results when faced with equivalent inputs</li>



<li>Presence of biases in generated responses</li>



<li>Model degradation over time (model drift)</li>
</ul>



<p>In this context, LLM evaluation frameworks become especially relevant — combining the use of golden datasets, automated evaluation through evaluator models (LLM-as-a-judge), and human validation.</p>



<p>In short, a new QA role is emerging — one in which the object of testing is no longer the various application types previously worked with, but rather the assurance of quality in non-deterministic models, where the validation focus shifts from expected outputs to the adequacy of behavior within a variable and acceptable range.</p>



<h3 class="wp-block-heading"><strong>Costs and Challenges of AI Adoption in QA</strong></h3>



<p>All of this AI adoption and the transformation it drives across development and QA processes represents a significant investment — not only at the technological level, but also organizationally, operationally, and in terms of talent. This transformation, closely tied to the evolution of the QA role, introduces new demands that must be addressed from a strategic perspective.</p>



<h4 class="wp-block-heading">Technical Costs</h4>



<ul class="wp-block-list">
<li>Integration of AI tools into existing pipelines</li>



<li>Architectural adaptation to support advanced automation</li>



<li>Management of more complex infrastructures (processing, storage, observability)</li>



<li>Need for additional tooling to monitor, audit, and validate AI systems</li>
</ul>



<h4 class="wp-block-heading">Operational Costs</h4>



<ul class="wp-block-list">
<li>Increased process complexity</li>



<li>Continuous oversight of automated systems</li>



<li>Management of noise generated by large-scale automation</li>



<li>Maintenance of models, prompts, and associated configurations</li>
</ul>



<h4 class="wp-block-heading">Organizational and Talent Costs</h4>



<ul class="wp-block-list">
<li>Need for upskilling in new competencies (prompt engineering, AI literacy, DevOps)</li>



<li>Greater demand for technically proficient profiles capable of validating AI-generated results</li>



<li>Risk of technological dependency and loss of internal knowledge if not properly managed</li>
</ul>



<h4 class="wp-block-heading">Economic Costs</h4>



<ul class="wp-block-list">
<li>Licensing fees for specialized AI-based tools</li>



<li>Computational costs associated with advanced model usage</li>



<li>Investment in team training and upskilling</li>



<li>Potential increase in senior profiles required for oversight and validation</li>
</ul>



<p>Various industry studies reflect that initial implementation costs can be significantly higher than those of traditional frameworks, particularly during integration phases. Furthermore, the lack of specialized talent and the difficulty of integrating with legacy systems rank among the main barriers to adoption — which ultimately depends on model maturation, organizational adaptation, and team learning curves.</p>



<p>Accordingly, AI adoption in QA must be approached as a <strong>medium-to-long-term strategic investment</strong>, not as an immediate cost optimization.</p>



<h3 class="wp-block-heading"><strong>Substitution or Complementarity?</strong></h3>



<p>With all of the above in mind, let us address one of the most recurring debates in the industry: will Artificial Intelligence replace QA professionals?</p>



<p>Current evidence points clearly toward a scenario of <strong>complementarity</strong>. AI acts as a co-pilot that automates repetitive, low-value tasks — allowing professionals to focus on higher-complexity activities such as exploratory testing, complex scenario validation, user experience evaluation, and contextual analysis, playing a more strategic role centered on validation, oversight, and decision-making.</p>



<p>In fact, academic research indicates that AI adoption in testing still lags behind its use in development — evidencing a <em>testing gap</em> where human capabilities remain critical to guaranteeing the final quality of software.</p>



<p>Ultimately, far from disappearing, the role is evolving: the greater the automation, the greater the need for oversight, technical judgment, and business understanding.</p>



<p>As Margarita Simonova notes in the Forbes Technology Council piece <em>The State of Testing in 2025</em>: AI suggests, but the decision still belongs to humans.</p>



<h3 class="wp-block-heading"><strong>Conclusion</strong></h3>



<p>Artificial Intelligence has established itself as a transformative force in QA, redefining both the processes and the roles associated with quality assurance.</p>



<p>Far from representing a threat, its adoption constitutes an opportunity to evolve toward a more efficient, strategic, and contextually aligned model — one suited to the growing complexity of modern software development.</p>



<p>In a context characterized by the acceleration of code generation and the mass production of software, QA takes on an even more critical role as a guarantor of quality. The effective integration of AI will enable professionals not only to increase their productivity, but also to reinforce their positioning as key actors within the SDLC.</p>



<p>Nevertheless, a realistic perspective is essential in the current climate of heightened expectations around AI. While its capabilities are significant, its implementation is far from fully autonomous or free of limitations. Issues such as inconsistent output generation, lack of business context, the presence of biases, and the need for constant oversight demonstrate that these technologies still require substantial human intervention.</p>



<p>In this sense, the value of AI lies not in replacing the QA professional, but in <strong>amplifying their capabilities</strong>. The gap between expected potential and current reality stems largely from the quality of integration, the adequacy of context provided, and the critical capacity of teams to interpret and validate AI-generated results.</p>



<p>In this new landscape, competitive advantage will not reside merely in adopting AI, but in the ability to integrate it critically, efficiently, and in alignment with product quality objectives. Because, ultimately, quality is not a property of software — it is the result of the decisions made by those who build and validate it.<br><br><strong>References:<br></strong><br>BrowserStack. (2026). <em>State of AI in Software Testing 2026</em>. Recuperado de <a href="https://www.browserstack.com/blog/inside-the-state-of-ai-in-software-testing-2026/">https://www.browserstack.com/blog/inside-the-state-of-ai-in-software-testing-2026/</a></p>



<p>CopilotQA. (2025). <em>QA and Software Testing in 2025: Trends, Challenges, and AI Adoption</em>. Recuperado de <a href="https://copilotqa.com/qa-and-software-testing-in-2025/">https://copilotqa.com/qa-and-software-testing-in-2025/</a></p>



<p>Forbes Technology Council. (2025). <em>The State of Testing in 2025: The AI Adoption Gap</em>. Recuperado de <a href="https://www.forbes.com/councils/forbestechcouncil/2025/12/15/the-state-of-testing-in-2025-the-ai-adoption-gap/">https://www.forbes.com/councils/forbestechcouncil/2025/12/15/the-state-of-testing-in-2025-the-ai-adoption-gap/</a></p>



<p>Forbes Technology Council. (2025). <em>AI Is About to Reshape Millions of Software QA Jobs</em>. Recuperado de <a href="https://www.forbes.com/councils/forbestechcouncil/2025/10/06/ai-is-about-to-reshape-millions-of-software-qa-jobs/?utm_source=chatgpt.com">https://www.forbes.com/councils/forbestechcouncil/2025/10/06/ai-is-about-to-reshape-millions-of-software-qa-jobs/</a></p>



<p>Wifitalents. (2025). <em>AI in Quality Assurance Testing: Statistics and Trends</em>. Recuperado de <a href="https://wifitalents.com/ai-quality-assurance-testing-industry-statistics/">https://wifitalents.com/ai-quality-assurance-testing-industry-statistics/</a></p>



<p>Anthropic. (2024). <em>Understanding AI Hallucinations and Model Behavior</em>. Recuperado de <a href="https://www.anthropic.com/research">https://www.anthropic.com/research</a></p>



<p>Financial Times. (2025). <em>AI hallucinations become a growing concern for enterprises</em>. Recuperado de <a href="https://www.ft.com/content/e074d3a9-7fd8-447d-ac0a-e0de756ac5c5">https://www.ft.com/content/e074d3a9-7fd8-447d-ac0a-e0de756ac5c5</a></p>



<p>arXiv. (2026). <em>An Empirical Study on AI-Assisted Software Testing in Real-World Repositories</em>. Recuperado de <a href="https://arxiv.org/abs/2603.13724">https://arxiv.org/abs/2603.13724</a></p>



<p>arXiv. (2026). <em>The Testing Gap: Adoption of AI in Software Development vs Quality Assurance</em>. Recuperado de <a href="https://arxiv.org/abs/2601.21305">https://arxiv.org/abs/2601.21305</a></p>



<p>arXiv. (2025). <em>Challenges and Limitations of AI in Software Testing: A Systematic Review</em>. Recuperado de <a href="https://arxiv.org/abs/2504.04921">https://arxiv.org/abs/2504.04921</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/">QA in the Age of AI: Impact, Challenges and Evolution of the Role</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.capitole-consulting.com/blog/qa-in-the-age-of-ai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Home</title>
		<link>https://www.capitole-consulting.com/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Tue, 05 Nov 2024 12:05:01 +0000</pubDate>
				<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/?page_id=5804</guid>

					<description><![CDATA[<p>Empowering People, ​ Unlocking Innovation We turn challenges into tailored, innovative technology solutions. As a people-centric technology consultancy, we design and implement strategies that empower your business and accelerate digital transformation. Contact us Join our team Drive your business forward with tech solutions Make innovation your competitive edge with customized technology strategies. Software Development We ... <a title="Home" class="read-more" href="https://www.capitole-consulting.com/" aria-label="Read more about Home">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/">Home</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-page" data-elementor-id="5804" class="elementor elementor-5804" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-2f257cba e-flex e-con-boxed e-con e-parent" data-id="2f257cba" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-49492837 e-con-full e-flex e-con e-child" data-id="49492837" data-element_type="container">
				<div class="elementor-element elementor-element-26f3e669 title elementor-widget elementor-widget-heading" data-id="26f3e669" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Empowering People, ​<br> <span>Unlocking Innovation</span></h1>				</div>
				</div>
				<div class="elementor-element elementor-element-4f8d6bc6 elementor-widget elementor-widget-text-editor" data-id="4f8d6bc6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We turn challenges into tailored, innovative technology solutions. As a people-centric technology consultancy, we design and implement strategies that empower your business and accelerate digital transformation.</p>								</div>
				</div>
		<div class="elementor-element elementor-element-5dab4830 e-con-full e-flex e-con e-child" data-id="5dab4830" data-element_type="container">
				<div class="elementor-element elementor-element-54c09377 elementor-mobile-align-left elementor-widget elementor-widget-button" data-id="54c09377" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4ac9062a elementor-mobile-align-left elementor-widget elementor-widget-button" data-id="4ac9062a" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.linkedin.com/company/capitole-consulting/jobs/" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Join our team</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-cf75a78 e-con-full elementor-hidden-tablet e-flex e-con e-child" data-id="cf75a78" data-element_type="container">
				<div class="elementor-element elementor-element-42e31c4 elementor-widget elementor-widget-image" data-id="42e31c4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="450" height="437" src="https://www.capitole-consulting.com/wp-content/uploads/2025/05/banner-capitole-home.png" class="attachment-large size-large wp-image-14599" alt="" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/05/banner-capitole-home.png 450w, https://www.capitole-consulting.com/wp-content/uploads/2025/05/banner-capitole-home-300x291.png 300w" sizes="(max-width: 450px) 100vw, 450px" />															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-43ca7851 e-flex e-con-boxed e-con e-parent" data-id="43ca7851" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f34ab69 elementor-widget elementor-widget-spacer" data-id="f34ab69" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7513aed5 e-flex e-con-boxed e-con e-parent" data-id="7513aed5" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-852a335 e-con-full e-flex e-con e-child" data-id="852a335" data-element_type="container">
				<div class="elementor-element elementor-element-13e48fd8 title elementor-widget elementor-widget-heading" data-id="13e48fd8" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Drive your business</span><br>
 forward with tech solutions</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-31004898 e-flex e-con-boxed e-con e-child" data-id="31004898" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5687d88a elementor-widget elementor-widget-text-editor" data-id="5687d88a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<span class="TextRun SCXP83419667 BCX0" lang="EN-US" xml:lang="EN-US" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP83419667 BCX0">Make innovation your competitive edge with customized technology strategies.</span></span>								</div>
				</div>
				<div class="elementor-element elementor-element-72b70344 elementor-widget elementor-widget-spacer" data-id="72b70344" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6bfd734 e-flex e-con-boxed e-con e-parent" data-id="6bfd734" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-aec4543 e-con-full e-flex e-con e-child" data-id="aec4543" data-element_type="container">
		<div class="elementor-element elementor-element-2fc4648 animated-fast e-con-full e-flex elementor-invisible e-con e-child" data-id="2fc4648" data-element_type="container" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;}">
				<div class="elementor-element elementor-element-5f5d45c elementor-flip-box--direction-right elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="5f5d45c" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
													<div class="elementor-flip-box__image">
								<img decoding="async" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/icon1.png" title="icon1" alt="icon1" loading="lazy" />							</div>
						
													<h4 class="elementor-flip-box__layer__title">
								Software Development							</h4>
						
											</div>
				</div>
			</div>
			<a class="elementor-flip-box__layer elementor-flip-box__back" href="https://www.capitole-consulting.com/solutions#software">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We build mobile applications, enterprise systems, and web platforms tailored to your needs.​						</div>
					
											<span class="elementor-flip-box__button elementor-button elementor-size-xs">
							<i class="fas fa-solid fa-chevron-right border-circle"></i>						</span>
								</div>
		</div>
		</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-ab2747b elementor-flip-box--direction-right elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="ab2747b" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
													<div class="elementor-flip-box__image">
								<img decoding="async" width="80" height="80" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/icon4.png" class="attachment-full size-full wp-image-671" alt="" />							</div>
						
													<h4 class="elementor-flip-box__layer__title">
								Infra & Cyber							</h4>
						
											</div>
				</div>
			</div>
			<a class="elementor-flip-box__layer elementor-flip-box__back" href="https://www.capitole-consulting.com/solutions#infraCyber">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							Our advanced cybersecurity measures and risk management strategies protect your organization’s digital assets.​						</div>
					
											<span class="elementor-flip-box__button elementor-button elementor-size-xs">
							<i class="fas fa-solid fa-chevron-right border-circle"></i>						</span>
								</div>
		</div>
		</a>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-9f5a4a9 animated-fast e-con-full e-flex elementor-invisible e-con e-child" data-id="9f5a4a9" data-element_type="container" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:150}">
				<div class="elementor-element elementor-element-ab58c3e elementor-flip-box--direction-right elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="ab58c3e" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
													<div class="elementor-flip-box__image">
								<img decoding="async" width="80" height="80" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/icon2.png" class="attachment-full size-full wp-image-669" alt="" />							</div>
						
													<h4 class="elementor-flip-box__layer__title">
								Quality Assurance							</h4>
						
											</div>
				</div>
			</div>
			<a class="elementor-flip-box__layer elementor-flip-box__back" href="https://www.capitole-consulting.com/solutions#qa">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We ensure top quality through continuous verification, thorough testing, and optimized processes at every stage of development.						</div>
					
											<span class="elementor-flip-box__button elementor-button elementor-size-xs">
							<i class="fas fa-solid fa-chevron-right border-circle"></i>						</span>
								</div>
		</div>
		</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-be284f1 elementor-flip-box--direction-right elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="be284f1" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
													<div class="elementor-flip-box__image">
								<img loading="lazy" decoding="async" width="80" height="80" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/icon5.png" class="attachment-full size-full wp-image-672" alt="" />							</div>
						
													<h4 class="elementor-flip-box__layer__title">
								Industry 4.0 & Engineering							</h4>
						
											</div>
				</div>
			</div>
			<a class="elementor-flip-box__layer elementor-flip-box__back" href="https://www.capitole-consulting.com/solutions#industryEngineering">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We revolutionize industrial processes with automation and data-driven strategies, optimizing production and enhancing operational efficiency for the digital era.​						</div>
					
											<span class="elementor-flip-box__button elementor-button elementor-size-xs">
							<i class="fas fa-solid fa-chevron-right border-circle"></i>						</span>
								</div>
		</div>
		</a>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2b71402 animated-fast e-con-full e-flex elementor-invisible e-con e-child" data-id="2b71402" data-element_type="container" data-settings="{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:300}">
				<div class="elementor-element elementor-element-a614c1a elementor-flip-box--direction-right elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="a614c1a" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
													<div class="elementor-flip-box__image">
								<img loading="lazy" decoding="async" width="80" height="80" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/icon3.png" class="attachment-full size-full wp-image-670" alt="" />							</div>
						
													<h4 class="elementor-flip-box__layer__title">
								Data & AI							</h4>
						
											</div>
				</div>
			</div>
			<a class="elementor-flip-box__layer elementor-flip-box__back" href="https://www.capitole-consulting.com/solutions#dataAI">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We transform data into strategic insights, leveraging artificial intelligence and advanced analytics to optimize processes.​						</div>
					
											<span class="elementor-flip-box__button elementor-button elementor-size-xs">
							<i class="fas fa-solid fa-chevron-right border-circle"></i>						</span>
								</div>
		</div>
		</a>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-2b34ab4 elementor-flip-box--direction-right elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="2b34ab4" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
													<div class="elementor-flip-box__image">
								<img loading="lazy" decoding="async" width="80" height="80" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/icon6.png" class="attachment-full size-full wp-image-668" alt="" />							</div>
						
													<h4 class="elementor-flip-box__layer__title">
								Methods & Transformation							</h4>
						
											</div>
				</div>
			</div>
			<a class="elementor-flip-box__layer elementor-flip-box__back" href="https://www.capitole-consulting.com/solutions#methodsTransformation">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We enable organizational change through agile methodologies and tailored approaches designed to meet your unique challenges.​

						</div>
					
											<span class="elementor-flip-box__button elementor-button elementor-size-xs">
							<i class="fas fa-solid fa-chevron-right border-circle"></i>						</span>
								</div>
		</div>
		</a>
		</div>
						</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-42b43a74 e-flex e-con-boxed e-con e-parent" data-id="42b43a74" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3bf6c74 elementor-widget elementor-widget-spacer" data-id="3bf6c74" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bfc68aa e-flex e-con-boxed e-con e-parent" data-id="bfc68aa" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-09371eb e-con-full e-flex e-con e-child" data-id="09371eb" data-element_type="container">
		<div class="elementor-element elementor-element-39989ea e-con-full elementor-hidden-mobile elementor-hidden-tablet e-flex e-con e-child" data-id="39989ea" data-element_type="container">
				<div class="elementor-element elementor-element-24c62cf elementor-widget__width-initial elementor-widget elementor-widget-image-carousel" data-id="24c62cf" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;speed&quot;:1000,&quot;lazyload&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:900,&quot;effect&quot;:&quot;fade&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/automocion-ferroviario-industrias.jpg" alt="Automotive and Rail technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/viajes-Hosteleria-industrias.jpg" alt="Travel &amp; Hospitality Technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/retail-lujo-industries.jpg" alt="Retail &amp; Luxury technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Energia-Industrias.jpg" alt="Energy technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Aeronautica_Industrias.jpg" alt="Aerospace, Defence &amp; Naval technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="6 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Ciencias-vida-industrias.jpg" alt="Life Sciences technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="7 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/industrial-electronicos-industrias.jpg" alt="Industrial &amp; Electronics technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="8 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Sector-Publico-Industrias.jpg" alt="Public Sector technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="9 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Telecomunicaciones.jpg" alt="Telecommunications &amp; Science technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="10 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/servicios-financieros-Industrias.jpg" alt="Financial Services technology innovation digital solutions for industries" /><div class="swiper-lazy-preloader"></div></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="11 of 11"><figure class="swiper-slide-inner"><img class="swiper-slide-image swiper-lazy" data-src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Servicios-Industrias.jpg" alt="Services technology innovation" /><div class="swiper-lazy-preloader"></div></figure></div>			</div>
							
									</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-9ca7cd4 e-con-full e-flex e-con e-child" data-id="9ca7cd4" data-element_type="container">
		<div class="elementor-element elementor-element-63c7925 e-con-full e-flex e-con e-child" data-id="63c7925" data-element_type="container">
				<div class="elementor-element elementor-element-b0cfc06 title elementor-widget elementor-widget-heading" data-id="b0cfc06" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Empowering Industries​ </span>  </br>across all sectors</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-13efd4a elementor-widget elementor-widget-text-editor" data-id="13efd4a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We transform needs into opportunities with personalized technology solutions tailored to the unique demands of each industry and client. Driving business success through innovative strategies that blend efficiency with impactful results.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-67bc410 e-con-full lista-industrias e-flex e-con e-child" data-id="67bc410" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-101090c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="101090c" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#financial-services">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Financial Services​</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#retail-luxury">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Retail & Luxury</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#telecom-media">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Telecommunications & Media​</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#services">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Services</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#public-sector">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Public Sector</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#aeronautic">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Aerospace, Defense & Naval​</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-61bcf82 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="61bcf82" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#automotive">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Automotive & Rail​</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#life-sciences">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Life Sciences​</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#energy-utilities">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Energy &amp; Utilities</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#industrial-ectronics">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Industrial & Electronics​</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#beverage-food">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Food & Beverage​</span>
											</a>
									</li>
								<li class="elementor-icon-list-item">
											<a href="https://www.capitole-consulting.com/industries/#travel-hospitality">

												<span class="elementor-icon-list-icon">
							<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M0 0C5.52285 0 10 4.47715 10 10H0V0Z" fill="#00B4D8"></path></svg>						</span>
										<span class="elementor-icon-list-text">Travel & Hospitality​</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-5e5576ec elementor-align-center elementor-widget elementor-widget-button" data-id="5e5576ec" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/industries/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore all industries</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6e440f94 e-flex e-con-boxed e-con e-parent" data-id="6e440f94" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-30ae11b elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="30ae11b" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1436c82f e-flex e-con-boxed e-con e-parent" data-id="1436c82f" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-608cfa7 e-con-full e-flex e-con e-child" data-id="608cfa7" data-element_type="container">
				<div class="elementor-element elementor-element-7ffd4914 title elementor-widget elementor-widget-heading" data-id="7ffd4914" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Why  ​</span>Capitole?</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-9ca2814 e-flex e-con-boxed e-con e-child" data-id="9ca2814" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2b469893 elementor-widget elementor-widget-text-editor" data-id="2b469893" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We combine technology with a human-centered approach. Our mission is to design and implement technology solutions tailored to the unique needs and goals of our clients and team.​​								</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-4d5914e0 elementor-widget elementor-widget-spacer" data-id="4d5914e0" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0a89e8f e-flex e-con-boxed e-con e-parent" data-id="0a89e8f" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-df63f35 e-con-full e-flex e-con e-child" data-id="df63f35" data-element_type="container">
		<div class="elementor-element elementor-element-2a76dec e-con-full e-flex e-con e-child" data-id="2a76dec" data-element_type="container">
		<div class="elementor-element elementor-element-8273667 e-con-full e-flex e-con e-child" data-id="8273667" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-4f0c09c elementor-widget elementor-widget-heading" data-id="4f0c09c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Practices</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-c93cb00 elementor-widget elementor-widget-text-editor" data-id="c93cb00" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Expertise in key technologies enables us to deliver <strong>effective solutions</strong> to any technological challenge.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-430bcb8 e-con-full e-flex e-con e-child" data-id="430bcb8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;}">
				<div class="elementor-element elementor-element-7caaade elementor-widget elementor-widget-heading" data-id="7caaade" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Happiness &amp; low turnover</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-2f5ba42 elementor-widget elementor-widget-text-editor" data-id="2f5ba42" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									A strong sense of belonging fosters loyalty, resulting in one of the lowest turnover rates in the industry.								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7a8781b e-con-full e-flex e-con e-child" data-id="7a8781b" data-element_type="container">
		<div class="elementor-element elementor-element-cd13e07 e-con-full e-flex e-con e-child" data-id="cd13e07" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-506327c elementor-widget elementor-widget-image" data-id="506327c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Personalizations​-r94r2hdcf2hlowtpp916owavtd5vqjqj4h9kt4zyss.png" title="Personalization &#038; Scalability." alt="Personalization &amp; Scalability" loading="lazy" />															</div>
				</div>
		<div class="elementor-element elementor-element-169aeda e-con-full e-flex e-con e-child" data-id="169aeda" data-element_type="container">
				<div class="elementor-element elementor-element-8419c40 elementor-widget elementor-widget-heading" data-id="8419c40" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Personalization &amp; scalability</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-f7d3eac elementor-widget elementor-widget-text-editor" data-id="f7d3eac" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We optimize your operations and help you achieve your goals with tailored,<strong> scalable solutions</strong> that meet your business’s specific needs.</p>								</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7bbd349 e-con-full e-flex e-con e-child" data-id="7bbd349" data-element_type="container">
		<div class="elementor-element elementor-element-dc595cc e-con-full e-flex e-con e-child" data-id="dc595cc" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-ec64849 e-con-full e-flex e-con e-child" data-id="ec64849" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-1b36705 elementor-widget elementor-widget-heading" data-id="1b36705" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Continuous training</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-023e95e elementor-widget elementor-widget-text-editor" data-id="023e95e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We invest in continuous training to keep our experts at forefront of innovation and technology.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-895a9f2 e-con-full e-flex e-con e-child" data-id="895a9f2" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-dbb8e6a elementor-widget elementor-widget-heading" data-id="dbb8e6a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Expertise</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-717aa24 elementor-widget elementor-widget-text-editor" data-id="717aa24" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Our expert team leverages deep industry knowledge to overcome complex challenges.								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-85ab785 e-con-full e-flex e-con e-child" data-id="85ab785" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-f05b400 e-con-full e-flex e-con e-child" data-id="f05b400" data-element_type="container">
				<div class="elementor-element elementor-element-4ff3a5a elementor-widget elementor-widget-heading" data-id="4ff3a5a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Global presence</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-81b9ee8 elementor-widget elementor-widget-text-editor" data-id="81b9ee8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									With global offices and talent, we ensure seamless communication, fast response, and expert support for your tech projects.								</div>
				</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-306b38fc e-flex e-con-boxed e-con e-parent" data-id="306b38fc" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1413bdea elementor-widget elementor-widget-button" data-id="1413bdea" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/about-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Learn more</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-77dbf468 e-flex e-con-boxed e-con e-parent" data-id="77dbf468" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6ffd422 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="6ffd422" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-124c6d59 e-con-full e-flex e-con e-parent" data-id="124c6d59" data-element_type="container">
				<div class="elementor-element elementor-element-5fe01d05 elementor-widget elementor-widget-heading" data-id="5fe01d05" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Strategic partnerships with industry leaders​</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-6a8bc9a6 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-widget elementor-widget-spacer" data-id="6a8bc9a6" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-74822b41 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel" data-id="74822b41" data-element_type="widget" data-settings="{&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/aws-partner-logo.png" alt="aws-partner-logo" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/logo_uipath.png" alt="logo_uipath" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/logo_equinix.png" alt="logo_equinix" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 4"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/atlassian.png" alt="atlassian" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-chevron-left"></i>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-chevron-right"></i>					</div>
				
									</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-52824b5b e-con-full marquee elementor-hidden-mobile e-flex e-con e-parent" data-id="52824b5b" data-element_type="container">
		<div class="elementor-element elementor-element-3c966863 e-con-full marquee__inner-wrap e-flex e-con e-child" data-id="3c966863" data-element_type="container">
		<div class="elementor-element elementor-element-3273da56 e-con-full marquee__inner e-flex e-con e-child" data-id="3273da56" data-element_type="container">
				<div class="elementor-element elementor-element-7a4d1885 elementor-widget elementor-widget-image" data-id="7a4d1885" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="236" height="29" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/atlassian.png" class="attachment-large size-large wp-image-9314" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-3d5d97b6 elementor-widget elementor-widget-image" data-id="3d5d97b6" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="292" height="43" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/logo_equinix.png" class="attachment-large size-large wp-image-9311" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-5b7ea644 elementor-widget elementor-widget-image" data-id="5b7ea644" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="145" height="51" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/logo_uipath.png" class="attachment-large size-large wp-image-9308" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-798dc2af elementor-widget elementor-widget-image" data-id="798dc2af" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="177" height="49" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/aws-partner-logo.png" class="attachment-large size-large wp-image-9305" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-14dbd19 elementor-widget elementor-widget-image" data-id="14dbd19" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="236" height="29" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/atlassian.png" class="attachment-large size-large wp-image-9314" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-5fdea8f2 elementor-widget elementor-widget-image" data-id="5fdea8f2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="292" height="43" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/logo_equinix.png" class="attachment-large size-large wp-image-9311" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-67efcc80 elementor-widget elementor-widget-image" data-id="67efcc80" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="145" height="51" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/logo_uipath.png" class="attachment-large size-large wp-image-9308" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-78515b9 elementor-widget elementor-widget-image" data-id="78515b9" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="177" height="49" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/aws-partner-logo.png" class="attachment-large size-large wp-image-9305" alt="" />															</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-44859a5d elementor-widget elementor-widget-spacer" data-id="44859a5d" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2ff2a5c2 e-flex e-con-boxed e-con e-parent" data-id="2ff2a5c2" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-97edf81 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="97edf81" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7185b0d3 e-flex e-con-boxed e-con e-parent" data-id="7185b0d3" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-6ea089ed e-con-full e-flex e-con e-child" data-id="6ea089ed" data-element_type="container">
				<div class="elementor-element elementor-element-48056c11 title elementor-widget elementor-widget-heading" data-id="48056c11" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Success </span>  cases​ </h2>				</div>
				</div>
		<div class="elementor-element elementor-element-5c7d1857 e-flex e-con-boxed e-con e-child" data-id="5c7d1857" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6a3c8ba9 elementor-widget elementor-widget-text-editor" data-id="6a3c8ba9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Discover how we&#8217;ve helped businesses achieve their goals through impactful solutions.								</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-eeda89b elementor-widget elementor-widget-spacer" data-id="eeda89b" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-43033dda e-flex e-con-boxed e-con e-parent" data-id="43033dda" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-e01730e e-con-full e-flex e-con e-child" data-id="e01730e" data-element_type="container">
				<div class="elementor-element elementor-element-1e67ccdb elementor-widget elementor-widget-image" data-id="1e67ccdb" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="221" height="311" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/Group-40.png" class="attachment-full size-full wp-image-10468" alt="tech innovation" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/01/Group-40.png 221w, https://www.capitole-consulting.com/wp-content/uploads/2025/01/Group-40-213x300.png 213w" sizes="auto, (max-width: 221px) 100vw, 221px" />															</div>
				</div>
		<div class="elementor-element elementor-element-ad2287c e-con-full e-flex e-con e-child" data-id="ad2287c" data-element_type="container">
				<div class="elementor-element elementor-element-6542b438 elementor-widget elementor-widget-heading" data-id="6542b438" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Boosting Performance: The Key to Effective Testing​</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-1233f511 elementor-widget elementor-widget-text-editor" data-id="1233f511" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We enhanced efficiency and scalability through performance testing, integrating agile testing into development to optimize critical applications.								</div>
				</div>
				<div class="elementor-element elementor-element-57965587 btn-gradient  elementor-align-left elementor-widget elementor-widget-button" data-id="57965587" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://view.genially.com/67878de495e29d0cbfb48c99" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Discover the full case</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-52c80f77 e-con-full e-flex e-con e-child" data-id="52c80f77" data-element_type="container">
				<div class="elementor-element elementor-element-7c4fbaa elementor-widget elementor-widget-image" data-id="7c4fbaa" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="230" height="310" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/caso2.png" class="attachment-full size-full wp-image-9776" alt="IA &amp; Big Data" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/caso2.png 230w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/caso2-223x300.png 223w" sizes="auto, (max-width: 230px) 100vw, 230px" />															</div>
				</div>
		<div class="elementor-element elementor-element-a00224e e-con-full e-flex e-con e-child" data-id="a00224e" data-element_type="container">
				<div class="elementor-element elementor-element-146d48e6 elementor-widget elementor-widget-heading" data-id="146d48e6" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Time and Cost Reduction: The AI and Big Data Revolution​</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-7ba3e87 elementor-widget elementor-widget-text-editor" data-id="7ba3e87" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We optimized processes with AI and Big Data, saving up to 96 hours per project and 3,000 hours annually on manual tasks. Discover how we boosted efficiency in an innovative way!								</div>
				</div>
				<div class="elementor-element elementor-element-68bcedbf elementor-align-left btn-gradient elementor-widget elementor-widget-button" data-id="68bcedbf" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://view.genially.com/678796edf0cca392f97aec2c" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Discover the full case</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-5be14950 e-con-full e-flex e-con e-child" data-id="5be14950" data-element_type="container">
				<div class="elementor-element elementor-element-3c686c2 elementor-widget elementor-widget-image" data-id="3c686c2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="229" height="310" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/caso3.png" class="attachment-full size-full wp-image-9779" alt="IT Hub Development tech innovation" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/caso3.png 229w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/caso3-222x300.png 222w" sizes="auto, (max-width: 229px) 100vw, 229px" />															</div>
				</div>
		<div class="elementor-element elementor-element-fcbfd9c e-con-full e-flex e-con e-child" data-id="fcbfd9c" data-element_type="container">
				<div class="elementor-element elementor-element-7de1249 elementor-widget elementor-widget-heading" data-id="7de1249" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Scaling to success: A game-changing Tech Hub​</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-254bc565 elementor-widget elementor-widget-text-editor" data-id="254bc565" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We established a high-performance hub in Barcelona, assembling a team of experts in record time, successfully meeting all set SLAs.								</div>
				</div>
				<div class="elementor-element elementor-element-5c180c23 elementor-align-left btn-gradient elementor-widget elementor-widget-button" data-id="5c180c23" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://view.genially.com/677fb2662af016b49be6d478" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Discover the full case</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-73535c8 e-con-full e-flex e-con e-parent" data-id="73535c8" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-e6f3d2a title elementor-widget elementor-widget-heading" data-id="e6f3d2a" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">This is how it looks to <span>work with us</span></h2>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-abe83aa e-flex e-con-boxed e-con e-parent" data-id="abe83aa" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c859a99 e-con-full e-flex e-con e-child" data-id="c859a99" data-element_type="container">
				<div class="elementor-element elementor-element-e359090 title elementor-widget elementor-widget-heading" data-id="e359090" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Empowering your journey to achieve new career heights​</span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-9492a3d elementor-widget elementor-widget-text-editor" data-id="9492a3d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>People are at the heart of everything we do. We believe our team is our greatest strength,  we are dedicated to fostering an inclusive and supportive workplace where we can grow together.​</p>								</div>
				</div>
				<div class="elementor-element elementor-element-604c1cd elementor-widget elementor-widget-spacer" data-id="604c1cd" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b3ff348 elementor-align-center elementor-widget elementor-widget-button" data-id="b3ff348" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/careers/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Work with us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-35d3e830 e-flex e-con-boxed e-con e-parent" data-id="35d3e830" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1755a19 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="1755a19" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-4ad7cddd e-flex e-con-boxed e-con e-parent" data-id="4ad7cddd" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-1962a436 e-con-full e-flex e-con e-child" data-id="1962a436" data-element_type="container">
				<div class="elementor-element elementor-element-5b5113a1 elementor-headline--style-rotate title elementor-widget elementor-widget-animated-headline" data-id="5b5113a1" data-element_type="widget" data-settings="{&quot;headline_style&quot;:&quot;rotate&quot;,&quot;rotating_text&quot;:&quot;Reach out\nLet\u2019s talk\nContact form&quot;,&quot;rotate_iteration_delay&quot;:600,&quot;animation_type&quot;:&quot;typing&quot;,&quot;loop&quot;:&quot;yes&quot;}" data-widget_type="animated-headline.default">
				<div class="elementor-widget-container">
							<h2 class="elementor-headline elementor-headline-animation-type-typing elementor-headline-letters">
				<span class="elementor-headline-dynamic-wrapper elementor-headline-text-wrapper">
					<span class="elementor-headline-dynamic-text elementor-headline-text-active">
				Reach&nbsp;out			</span>
					<span class="elementor-headline-dynamic-text">
				Let’s&nbsp;talk			</span>
					<span class="elementor-headline-dynamic-text">
				Contact&nbsp;form			</span>
						</span>
				</h2>
						</div>
				</div>
				<div class="elementor-element elementor-element-2c0bb6e9 title elementor-hidden-mobile elementor-widget elementor-widget-heading" data-id="2c0bb6e9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Do you have <br />
 a project<br />
 in mind?​ </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-d92d80c title elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-widget elementor-widget-heading" data-id="d92d80c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Do you have  a project  in mind?​ </h2>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-df72e59 e-con-full e-flex e-con e-child" data-id="df72e59" data-element_type="container">
				<div class="elementor-element elementor-element-643b397 elementor-widget elementor-widget-html" data-id="643b397" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					
<div class="elementor-field-type-select elementor-field-group elementor-column elementor-field-group-departament elementor-col-100">
  <select id="form-selector" class="form-switcher-select">
    <option value="form1">I am a potential customer</option>
    <option value="form2">I would like to join the team </option>
    <option value="form3">I want to be a supplier</option>
  </select>
 </div>
<script>
  document.addEventListener('DOMContentLoaded', function () {
    const selector = document.getElementById('form-selector');
    const forms = ['form1', 'form2', 'form3'];

    // Función para mostrar solo el formulario seleccionado
    function showForm(selectedId) {
      forms.forEach(id => {
        const el = document.getElementById(id);
        if (el) el.style.display = (id === selectedId) ? 'block' : 'none';
      });
    }

    // Mostrar form1 por defecto al cargar
    showForm('form1');

    selector.addEventListener('change', function () {
      showForm(this.value);
    });
  });
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-57b430c6 elementor-button-align-start elementor-widget elementor-widget-form" data-id="57b430c6" data-element_type="widget" id="form1" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Contact Home - Potential Clients En" aria-label="Contact Home - Potential Clients En">
			<input type="hidden" name="post_id" value="5804"/>
			<input type="hidden" name="form_id" value="57b430c6"/>
			<input type="hidden" name="referer_title" value="You searched for Quality Assurance - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Name *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_775518f elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="text" name="form_fields[field_775518f]" id="form-field-field_775518f" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Surname *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_888700a elementor-col-100">
													<input size="1" type="text" name="form_fields[field_888700a]" id="form-field-field_888700a" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Company ">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_6a1a51c elementor-col-100">
													<input size="1" type="text" name="form_fields[field_6a1a51c]" id="form-field-field_6a1a51c" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Telephone (optional)">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Email *" required="required">
											</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required">
					<textarea class="elementor-field-textual elementor-field  elementor-size-sm" name="form_fields[message]" id="form-field-message" rows="3" placeholder="Message *" required="required"></textarea>				</div>
								<div class="elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-news elementor-col-100">
					<div class="elementor-field-subgroup  "><span class="elementor-field-option"><input type="checkbox" value="&lt;span class=&quot;text-small&quot;&gt; I would like to receive Capitole&#039;s news and updates.&lt;/span&gt;" id="form-field-news-0" name="form_fields[news]"> <label for="form-field-news-0"><span class="text-small"> I would like to receive Capitole's news and updates.</span></label></span></div>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_bfda48d elementor-col-100 elementor-field-required elementor-mark-required">
							<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_bfda48d]" id="form-field-field_bfda48d" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">
				<label for="form-field-field_bfda48d"><span class="text-small">I’ve read and accepted the <a href="https://www.capitole-consulting.com/privacy-policy/" target="_blank" style="text-decoration: underline;">privacy policy</a>* </span></label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_cec0817 elementor-col-100">
													<input size="1" type="text" name="form_fields[field_cec0817]" id="form-field-field_cec0817" class="elementor-field elementor-size-sm  elementor-field-textual">
											</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_e88c683 elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_e88c683"><div class="elementor-g-recaptcha" data-sitekey="6LeNecwqAAAAAL4S4eb08jz0x2bt1-WG--YH12fn" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md elementor-animation-shrink" type="submit">
						<span class="elementor-button-content-wrapper">
															<span class="elementor-button-icon">
									<i aria-hidden="true" class="far fa-envelope"></i>																	</span>
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				<div class="elementor-element elementor-element-2c0d7ff elementor-button-align-start elementor-widget elementor-widget-form" data-id="2c0d7ff" data-element_type="widget" id="form2" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Potential team members - En" aria-label="Potential team members - En">
			<input type="hidden" name="post_id" value="5804"/>
			<input type="hidden" name="form_id" value="2c0d7ff"/>
			<input type="hidden" name="referer_title" value="You searched for Quality Assurance - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Name *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_6ab97db elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="text" name="form_fields[field_6ab97db]" id="form-field-field_6ab97db" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Surname *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_888700a elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="text" name="form_fields[field_888700a]" id="form-field-field_888700a" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Location *" required="required">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Email *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_6a1a51c elementor-col-100">
													<input size="1" type="text" name="form_fields[field_6a1a51c]" id="form-field-field_6a1a51c" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Telephone (optional)">
											</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required">
					<textarea class="elementor-field-textual elementor-field  elementor-size-sm" name="form_fields[message]" id="form-field-message" rows="2" placeholder="Message *" required="required"></textarea>				</div>
								<div class="elementor-field-type-upload elementor-field-group elementor-column elementor-field-group-field_a16ece0 elementor-col-100">
												<label for="form-field-field_a16ece0" class="elementor-field-label">
								Attach your CV							</label>
								<input type="file" name="form_fields[field_a16ece0]" id="form-field-field_a16ece0" class="elementor-field elementor-size-sm  elementor-upload-field">

						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-newsMembres elementor-col-100">
							<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[newsMembres]" id="form-field-newsMembres" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-newsMembres"><span class="text-small"> I would like to receive Capitole's news and updates.</span></label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_bfda48d elementor-col-100 elementor-field-required elementor-mark-required">
							<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_bfda48d]" id="form-field-field_bfda48d" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">
				<label for="form-field-field_bfda48d"><span class="text-small">I’ve read and accepted the <a href="https://www.capitole-consulting.com/privacy-policy/" target="_blank" style="text-decoration: underline;">privacy policy</a></span></label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_4674182 elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_4674182"><div class="elementor-g-recaptcha" data-sitekey="6LeNecwqAAAAAL4S4eb08jz0x2bt1-WG--YH12fn" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md elementor-animation-shrink" type="submit">
						<span class="elementor-button-content-wrapper">
															<span class="elementor-button-icon">
									<i aria-hidden="true" class="far fa-envelope"></i>																	</span>
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
				<div class="elementor-element elementor-element-e1d6a53 elementor-button-align-start elementor-widget elementor-widget-form" data-id="e1d6a53" data-element_type="widget" id="form3" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default">
				<div class="elementor-widget-container">
							<form class="elementor-form" method="post" name="Potential suppliers - En" aria-label="Potential suppliers - En">
			<input type="hidden" name="post_id" value="5804"/>
			<input type="hidden" name="form_id" value="e1d6a53"/>
			<input type="hidden" name="referer_title" value="You searched for Quality Assurance - Capitole" />

			
			<div class="elementor-form-fields-wrapper elementor-labels-above">
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Name *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_775518f elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="text" name="form_fields[field_775518f]" id="form-field-field_775518f" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Surname *" required="required">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_888700a elementor-col-100">
													<input size="1" type="text" name="form_fields[field_888700a]" id="form-field-field_888700a" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Company ">
											</div>
								<div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_6a1a51c elementor-col-100">
													<input size="1" type="text" name="form_fields[field_6a1a51c]" id="form-field-field_6a1a51c" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Telephone (optional)">
											</div>
								<div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required">
													<input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-sm  elementor-field-textual" placeholder="Email *" required="required">
											</div>
								<div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required">
					<textarea class="elementor-field-textual elementor-field  elementor-size-sm" name="form_fields[message]" id="form-field-message" rows="3" placeholder="Message *" required="required"></textarea>				</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-newPotentialSuppliers elementor-col-100">
							<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[newPotentialSuppliers]" id="form-field-newPotentialSuppliers" class="elementor-field elementor-size-sm  elementor-acceptance-field">
				<label for="form-field-newPotentialSuppliers"><span class="text-small"> I would like to receive Capitole's news and updates.</span></label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_9c3966c elementor-col-100 elementor-field-required elementor-mark-required">
							<div class="elementor-field-subgroup">
			<span class="elementor-field-option">
				<input type="checkbox" name="form_fields[field_9c3966c]" id="form-field-field_9c3966c" class="elementor-field elementor-size-sm  elementor-acceptance-field" required="required">
				<label for="form-field-field_9c3966c"><span class="text-small">I’ve read and accepted the <a href="https://www.capitole-consulting.com/privacy-policy/" target="_blank" style="text-decoration: underline;">privacy policy</a></span></label>			</span>
		</div>
						</div>
								<div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_c49d846 elementor-col-100 recaptcha_v3-bottomright">
					<div class="elementor-field" id="form-field-field_c49d846"><div class="elementor-g-recaptcha" data-sitekey="6LeNecwqAAAAAL4S4eb08jz0x2bt1-WG--YH12fn" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div>				</div>
								<div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
					<button class="elementor-button elementor-size-md elementor-animation-shrink" type="submit">
						<span class="elementor-button-content-wrapper">
															<span class="elementor-button-icon">
									<i aria-hidden="true" class="far fa-envelope"></i>																	</span>
																						<span class="elementor-button-text">Send</span>
													</span>
					</button>
				</div>
			</div>
		</form>
						</div>
				</div>
		<div class="elementor-element elementor-element-e72d8c0 e-con-full e-flex e-con e-child" data-id="e72d8c0" data-element_type="container">
				<div class="elementor-element elementor-element-abd90b9 elementor-widget elementor-widget-n-accordion" data-id="abd90b9" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-1800" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-1800" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Basic Information about Data Protection </div></span>
							<span class='e-n-accordion-item-title-icon'>
			<span class='e-opened' ><i aria-hidden="true" class="fas fa-caret-up"></i></span>
			<span class='e-closed'><i aria-hidden="true" class="fas fa-sort-down"></i></span>
		</span>

						</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1800" class="elementor-element elementor-element-2f9726c e-con-full e-flex e-con e-child" data-id="2f9726c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div role="region" aria-labelledby="e-n-accordion-item-1800" class="elementor-element elementor-element-bdbe007 e-flex e-con-boxed e-con e-child" data-id="bdbe007" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-8abba43 elementor-widget elementor-widget-text-editor" data-id="8abba43" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><strong>Controller</strong>: Capitole Consulting, S.L.</p><p><strong>Purpose</strong>: To respond to your inquiries and requests. To consider your request or<br />application.</p><p><strong>Legal Basis</strong>: Consent of the data subject.</p><p><strong>Recipients</strong>: Data will not be shared with third parties, except when required by law.</p><p><strong>Rights</strong>: Access, rectify, and delete your data, as well as other rights, as explained in the additional information.</p><p><strong>Additional Information</strong>: You can consult detailed and additional information about Data Protection on our website, in the Legal Notice and <a href="https://www.capitole-consulting.com/privacy-policy/"> Privacy Policy</a>.</p>								</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8d81628 e-flex e-con-boxed e-con e-parent" data-id="8d81628" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-14530 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="14530" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/">Home</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>QUALITY POLICY</title>
		<link>https://www.capitole-consulting.com/quality-policy/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Thu, 17 Oct 2024 09:37:56 +0000</pubDate>
				<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/?page_id=2082</guid>

					<description><![CDATA[<p>QUALITY POLICY CAPITOLE CONSULTING is an IT consulting company specializing in offering our clients technical expertise and fostering employee satisfaction through our unique approach to human investment. We are committed to delivering innovative solutions in development and quality assurance, information systems, and digital transformation. Our Vision and Mission The mission of CAPITOLE is to help ... <a title="QUALITY POLICY" class="read-more" href="https://www.capitole-consulting.com/quality-policy/" aria-label="Read more about QUALITY POLICY">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/quality-policy/">QUALITY POLICY</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-page" data-elementor-id="2082" class="elementor elementor-2082" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-4e8dbdf e-flex e-con-boxed e-con e-parent" data-id="4e8dbdf" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-fa50244 e-con-full e-flex e-con e-child" data-id="fa50244" data-element_type="container">
				<div class="elementor-element elementor-element-7f88e3c elementor-widget elementor-widget-heading" data-id="7f88e3c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">QUALITY POLICY </h1>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-7c5c497 e-flex e-con-boxed e-con e-parent" data-id="7c5c497" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-87891de elementor-widget elementor-widget-spacer" data-id="87891de" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
		<div class="elementor-element elementor-element-89b6070 e-flex e-con-boxed e-con e-child" data-id="89b6070" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-70317af e-flex e-con-boxed e-con e-child" data-id="70317af" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
					</div>
				</div>
					</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-4ed9897 e-flex e-con-boxed e-con e-parent" data-id="4ed9897" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6535de3 elementor-widget elementor-widget-spacer" data-id="6535de3" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-74d369c e-flex e-con-boxed e-con e-parent" data-id="74d369c" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-904f317 e-con-full e-flex e-con e-child" data-id="904f317" data-element_type="container">
				<div class="elementor-element elementor-element-1ab92d4 elementor-widget elementor-widget-image" data-id="1ab92d4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="400" height="203" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/mark-of-trust-certified-9001-logo-ES-GB-0420-400x203-1.png" class="attachment-large size-large wp-image-2114" alt="ISO 9001 Certified." srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/10/mark-of-trust-certified-9001-logo-ES-GB-0420-400x203-1.png 400w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/mark-of-trust-certified-9001-logo-ES-GB-0420-400x203-1-300x152.png 300w" sizes="auto, (max-width: 400px) 100vw, 400px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f6abe9c e-con-full e-flex e-con e-child" data-id="f6abe9c" data-element_type="container">
				<div class="elementor-element elementor-element-60eda4e elementor-widget elementor-widget-text-editor" data-id="60eda4e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									CAPITOLE CONSULTING is an IT consulting company specializing in offering our clients technical expertise and fostering employee satisfaction through our unique approach to human investment. We are committed to delivering innovative solutions in development and quality assurance, information systems, and digital transformation. 								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-543bcc3 e-flex e-con-boxed e-con e-parent" data-id="543bcc3" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-ba91dbb e-con-full e-flex e-con e-child" data-id="ba91dbb" data-element_type="container">
				<div class="elementor-element elementor-element-bf6713e elementor-widget elementor-widget-spacer" data-id="bf6713e" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-5fd9f33 elementor-widget elementor-widget-text-editor" data-id="5fd9f33" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><b><span data-contrast="none">Our Vision and Mission </span></b></p><p style="text-align: left;">The mission of CAPITOLE is to help companies reach their full potential through cutting-edge, innovative IT services, while valuing people at every step of the way. Our team drives the success of each project, and by combining our expertise, passion, and values, we empower businesses, positively impacting our community. Our vision is to shape the future of Technological Innovation and consulting by putting people at the center of everything we do.</p><p style="text-align: left;"><strong>Our Values</strong></p><ul><li> People-Centric</li><li>Continuous Innovation</li><li>Surpassing Limits</li><li>Driven by Passion</li><li>Belonging</li></ul><p style="text-align: left;">Our service philosophy is based on ensuring the highest Quality and service for our Clients while continuously improving our internal processes to provide our team with an outstanding work experience.</p><p style="text-align: left;">The objective of our company&#8217;s quality policy is to consolidate this vision within the framework of continuous improvement. To this end, we have implemented a Quality Management System based on the UNE-EN ISO 9001 Standard.</p><p style="text-align: left;">At CAPITOLE CONSULTING, we commit to:</p><ul><li>Complying with applicable legal and regulatory requirements.</li><li>Promoting the continuous improvement of our services to ensure excellence across all the services we provide.</li><li>Understanding and meeting the needs and expectations of our clients, as well as the relevant requirements of stakeholders associated with the quality management system.</li><li>Ensuring the ongoing training of all personnel within the organization.</li><li>Engaging the organization’s staff in quality management activities and fostering continuous improvement.</li></ul><p>Through these actions, CAPITOLE CONSULTING is dedicated to continuously enhancing the effectiveness of its Quality Management System.</p><p>Additionally, to ensure this Quality Policy is upheld, Management is committed to periodically reviewing the system to guarantee its effectiveness.</p><p> </p>								</div>
				</div>
		<div class="elementor-element elementor-element-aac99c1 e-con-full e-flex e-con e-child" data-id="aac99c1" data-element_type="container">
				<div class="elementor-element elementor-element-c5314fd elementor-widget elementor-widget-button" data-id="c5314fd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.capitole-consulting.com/wp-content/uploads/2025/09/Politica-de-Calidad-Capitole_ES.pdf" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download our Quality Policy</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-ef0d71b elementor-widget elementor-widget-button" data-id="ef0d71b" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="/wp-content/uploads/2024/10/Certificado-ISO-9001-Capitole-FS-795586-001.pdf">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Download our ISO 9001 certificate</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-89fb098 e-flex e-con-boxed e-con e-parent" data-id="89fb098" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-abeb003 elementor-widget elementor-widget-spacer" data-id="abeb003" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/quality-policy/">QUALITY POLICY</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Industries</title>
		<link>https://www.capitole-consulting.com/industries/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Tue, 10 Sep 2024 13:57:29 +0000</pubDate>
				<category><![CDATA[2-tag]]></category>
		<category><![CDATA[Aerospace]]></category>
		<category><![CDATA[Automotive]]></category>
		<category><![CDATA[Energy]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Industrial]]></category>
		<category><![CDATA[Life Sciences]]></category>
		<category><![CDATA[Public Sector]]></category>
		<category><![CDATA[Railway]]></category>
		<category><![CDATA[Retail]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[Telecom]]></category>
		<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/?page_id=122</guid>

					<description><![CDATA[<p>Digital transformation solutions that revolutionize your industry Unleash digital transformation solutions for your industry, drive innovation, and optimize processes to create real impact. We&#8217;re here to elevate your business.​ Explore our solutions Financial Services ​ Guiding financial institutions through the complexities of tech solutions to streamline processes and enhance security. Includes: Retail Banking Corporate and ... <a title="Industries" class="read-more" href="https://www.capitole-consulting.com/industries/" aria-label="Read more about Industries">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/industries/">Industries</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-page" data-elementor-id="122" class="elementor elementor-122" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-1fc733b e-flex e-con-boxed e-con e-parent" data-id="1fc733b" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-4756f79 e-con-full e-flex e-con e-child" data-id="4756f79" data-element_type="container">
				<div class="elementor-element elementor-element-8b20e4b title elementor-widget__width-initial elementor-widget elementor-widget-heading" data-id="8b20e4b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h1 class="elementor-heading-title elementor-size-default">Digital transformation solutions
<span>that revolutionize your industry</span> </h1>				</div>
				</div>
				<div class="elementor-element elementor-element-a06a1ed elementor-widget elementor-widget-text-editor" data-id="a06a1ed" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Unleash digital transformation solutions for your industry, drive innovation, and optimize processes to create real impact. We&#8217;re here to elevate your business.​								</div>
				</div>
		<div class="elementor-element elementor-element-2cb8700 e-con-full e-flex e-con e-child" data-id="2cb8700" data-element_type="container">
				<div class="elementor-element elementor-element-69157fc elementor-widget elementor-widget-button" data-id="69157fc" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/solutions/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Explore our solutions</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-caf5ee0 e-con-full e-flex e-con e-child" data-id="caf5ee0" data-element_type="container">
				<div class="elementor-element elementor-element-f0a9901 elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="f0a9901" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="280" height="280" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/industrias-m.png" class="attachment-large size-large wp-image-13362" alt="Digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/01/industrias-m.png 280w, https://www.capitole-consulting.com/wp-content/uploads/2025/01/industrias-m-150x150.png 150w" sizes="auto, (max-width: 280px) 100vw, 280px" />															</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-54eaffe e-flex e-con-boxed e-con e-parent" data-id="54eaffe" data-element_type="container" id="financial-services">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0eb6406 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="0eb6406" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-fea9c6f e-flex e-con-boxed e-con e-parent" data-id="fea9c6f" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c06263c e-con-full e-flex e-con e-child" data-id="c06263c" data-element_type="container">
				<div class="elementor-element elementor-element-d26ba38 title elementor-widget elementor-widget-heading" data-id="d26ba38" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Financial Services ​ </span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5061b63 e-flex e-con-boxed e-con e-parent" data-id="5061b63" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9dd7d23 e-con-full e-flex e-con e-child" data-id="9dd7d23" data-element_type="container">
				<div class="elementor-element elementor-element-a360452 elementor-widget elementor-widget-image" data-id="a360452" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/servicios-financieros-Industrias.jpg" class="attachment-large size-large wp-image-9233" alt="Financial Services technology innovation digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/servicios-financieros-Industrias.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/servicios-financieros-Industrias-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-cd76d00 e-con-full e-flex e-con e-child" data-id="cd76d00" data-element_type="container">
				<div class="elementor-element elementor-element-aaec113 elementor-widget elementor-widget-text-editor" data-id="aaec113" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Guiding financial institutions through the complexities of tech solutions to streamline processes and enhance security.</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-fc100b9 e-con-full e-flex e-con e-child" data-id="fc100b9" data-element_type="container">
		<div class="elementor-element elementor-element-90224df e-con-full e-flex e-con e-child" data-id="90224df" data-element_type="container">
				<div class="elementor-element elementor-element-55d73b6 elementor-widget elementor-widget-text-editor" data-id="55d73b6" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Retail Banking</li><li>Corporate and Investment Banking</li><li>Financial Services</li><li>Insurance</li><li>Holding Companies</li><li>Reinsurance</li><li>Brokers</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2fb6bab e-con-full e-flex e-con e-child" data-id="2fb6bab" data-element_type="container">
				<div class="elementor-element elementor-element-aad8203 elementor-widget elementor-widget-text-editor" data-id="aad8203" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Social Protection</li><li>Public Pensions</li><li>Asset Management</li><li>Private Banking</li><li>Payments</li><li>Stock Market</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e628f59 e-flex e-con-boxed e-con e-parent" data-id="e628f59" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e2d0c28 industries elementor-widget elementor-widget-n-accordion" data-id="e2d0c28" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-2370" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-2370" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-2637fc4 e-con-full e-flex e-con e-child" data-id="2637fc4" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-0911eb9 e-flex e-con-boxed e-con e-child" data-id="0911eb9" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-48dc90c e-con-full e-flex e-con e-child" data-id="48dc90c" data-element_type="container">
				<div class="elementor-element elementor-element-5c7e463 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="5c7e463" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Custom software development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Tailored software solutions to enhance customer experience and improve inventory, sales, and operations management in the sector, ensuring maximum efficiency and profitability.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-ffac35d e-con-full e-flex e-con e-child" data-id="ffac35d" data-element_type="container">
				<div class="elementor-element elementor-element-ecc1de9 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="ecc1de9" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We apply rigorous quality control processes to ensure that all products and services meet the highest standards. This includes software testing, process audits, and user experience assessments.
					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-c7b97da e-con-full e-flex e-con e-child" data-id="c7b97da" data-element_type="container">
				<div class="elementor-element elementor-element-0f7d544 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="0f7d544" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for customer personalization						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and AI techniques to deliver personalized customer experiences. We turn data into insights that drive loyalty and engagement.
					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-87375c0 e-con-full e-flex e-con e-child" data-id="87375c0" data-element_type="container">
				<div class="elementor-element elementor-element-4c8e848 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="4c8e848" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and cybersecurity						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						​We design and manage secure, scalable tech infrastructures that protect sensitive business and customer data. Our cybersecurity services ensure data integrity and maintain customer trust in an increasingly digital world.
					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-507a6b3 e-con-full e-flex e-con e-child" data-id="507a6b3" data-element_type="container">
				<div class="elementor-element elementor-element-724468d elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="724468d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Organizational methods and transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						​​We guide businesses through cultural and operational transformation by adopting digital technologies, agile methodologies, change management, and fostering a culture of innovation, ensuring a sustainable competitive edge in an ever-evolving market.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-b221394 e-flex e-con-boxed e-con e-child" data-id="b221394" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2370" class="elementor-element elementor-element-1a44788 e-con-full e-flex e-con e-child" data-id="1a44788" data-element_type="container">
				<div class="elementor-element elementor-element-60859a5 elementor-align-center elementor-widget elementor-widget-button" data-id="60859a5" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b0fc8b7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="b0fc8b7" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b2cc283 e-flex e-con-boxed e-con e-parent" data-id="b2cc283" data-element_type="container" id="retail-luxury">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a9f8e02 elementor-widget elementor-widget-spacer" data-id="a9f8e02" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0b632d5 e-flex e-con-boxed e-con e-parent" data-id="0b632d5" data-element_type="container" tabindex="-1">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-80fff05 e-con-full e-flex e-con e-child" data-id="80fff05" data-element_type="container">
				<div class="elementor-element elementor-element-a1d7545 title elementor-widget elementor-widget-heading" data-id="a1d7545" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Retail &amp; Luxury ​ ​ </span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-129c29a e-flex e-con-boxed e-con e-parent" data-id="129c29a" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-350fe4e e-con-full e-flex e-con e-child" data-id="350fe4e" data-element_type="container">
				<div class="elementor-element elementor-element-0be2e65 elementor-widget elementor-widget-image" data-id="0be2e65" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/retail-lujo-industries-1.jpg" class="attachment-large size-large wp-image-9546" alt="Retail &amp; Luxury digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/retail-lujo-industries-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/retail-lujo-industries-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7cc5ae8 e-con-full e-flex e-con e-child" data-id="7cc5ae8" data-element_type="container">
				<div class="elementor-element elementor-element-f902191 elementor-widget elementor-widget-text-editor" data-id="f902191" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Transforming the retail customer experience and empowering our clients in the development of marketplaces and digital sales and distribution channels.</p><p style="text-align: left;"><strong>Includes:</strong></p><ul><li>Fashion and Apparel</li><li>Jewellery and Watches</li><li>Cosmetics and Personal Care</li><li>Food and Beverages</li><li>Home and Décor</li><li>Tourism and Travel</li><li>Consumer Technology</li></ul>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e85ff7e e-flex e-con-boxed e-con e-parent" data-id="e85ff7e" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-64e53f1 industries elementor-widget elementor-widget-n-accordion" data-id="64e53f1" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-1050" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-1050" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-ba310c6 e-con-full e-flex e-con e-child" data-id="ba310c6" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-bc564cc e-flex e-con-boxed e-con e-child" data-id="bc564cc" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-9558752 e-con-full e-flex e-con e-child" data-id="9558752" data-element_type="container">
				<div class="elementor-element elementor-element-cfb095c elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="cfb095c" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Custom software development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Tailored software solutions to optimise customer experience and enhance inventory, sales, and operations management in the sector, ensuring maximum efficiency and profitability.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-4e097a2 e-con-full e-flex e-con e-child" data-id="4e097a2" data-element_type="container">
				<div class="elementor-element elementor-element-4f2c459 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="4f2c459" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Quality assurance: We implement rigorous quality control processes to ensure all products and services meet the highest standards. This includes software testing, process audits, and user experience evaluations.
					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-ec6ae7d e-con-full e-flex e-con e-child" data-id="ec6ae7d" data-element_type="container">
				<div class="elementor-element elementor-element-e7132a8 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="e7132a8" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for customer personalization						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and AI techniques to deliver personalised experiences for customers. We transform data into insights that drive loyalty and engagement.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-b2bf414 e-con-full e-flex e-con e-child" data-id="b2bf414" data-element_type="container">
				<div class="elementor-element elementor-element-1ad112b elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="1ad112b" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and cybersecurity						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design and manage secure, scalable tech infrastructures that protect sensitive business and customer data. Our cybersecurity services ensure data integrity and maintain customer trust in an increasingly digital world.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-59b445e e-con-full e-flex e-con e-child" data-id="59b445e" data-element_type="container">
				<div class="elementor-element elementor-element-3ab72af elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="3ab72af" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0 and process automation						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement IoT and sensor-based solutions to optimise the supply chain. Additionally, we offer technologies for differentiated customer interaction through virtual reality, augmented reality, and advanced sensing.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-4d2f61b e-con-full e-flex e-con e-child" data-id="4d2f61b" data-element_type="container">
				<div class="elementor-element elementor-element-5d2daa1 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="5d2daa1" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Organizational methods and transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We guide businesses through cultural and operational transformation by adopting digital technologies, agile methodologies, change management, and fostering a culture of innovation, ensuring a sustainable competitive advantage in an ever-evolving market.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-30819f7 e-flex e-con-boxed e-con e-child" data-id="30819f7" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1050" class="elementor-element elementor-element-cdf4302 e-con-full e-flex e-con e-child" data-id="cdf4302" data-element_type="container">
				<div class="elementor-element elementor-element-689fd72 elementor-align-center elementor-widget elementor-widget-button" data-id="689fd72" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-07a7bc9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="07a7bc9" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5a3fb1e e-flex e-con-boxed e-con e-parent" data-id="5a3fb1e" data-element_type="container" id="telecom-media">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f10f528 elementor-widget elementor-widget-spacer" data-id="f10f528" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ff3c766 e-flex e-con-boxed e-con e-parent" data-id="ff3c766" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-5e9f8bb e-con-full e-flex e-con e-child" data-id="5e9f8bb" data-element_type="container">
				<div class="elementor-element elementor-element-09884d5 title elementor-widget elementor-widget-heading" data-id="09884d5" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Telecom &amp; Media ​ ​ </span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e3b10be e-flex e-con-boxed e-con e-parent" data-id="e3b10be" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-a6b2b72 e-con-full e-flex e-con e-child" data-id="a6b2b72" data-element_type="container">
				<div class="elementor-element elementor-element-7b08927 elementor-widget elementor-widget-image" data-id="7b08927" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Telecomunicaciones-1.jpg" class="attachment-large size-large wp-image-9555" alt="Telecom &amp; Media digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Telecomunicaciones-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/Telecomunicaciones-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-daa0da0 e-con-full e-flex e-con e-child" data-id="daa0da0" data-element_type="container">
				<div class="elementor-element elementor-element-98e0ba7 elementor-widget elementor-widget-text-editor" data-id="98e0ba7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Transforming telecommunications and media with cutting-edge technology to deliver connectivity and content distribution that meets the expectations of the most demanding customers.</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-8d4e1ed e-con-full e-flex e-con e-child" data-id="8d4e1ed" data-element_type="container">
		<div class="elementor-element elementor-element-a4f9131 e-con-full e-flex e-con e-child" data-id="a4f9131" data-element_type="container">
				<div class="elementor-element elementor-element-e2938d9 elementor-widget elementor-widget-text-editor" data-id="e2938d9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Telecommunications</li><li>Media</li><li>Entertainment</li><li>Advertising &amp; Marketing</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-13724ca e-con-full e-flex e-con e-child" data-id="13724ca" data-element_type="container">
				<div class="elementor-element elementor-element-114a67c elementor-widget elementor-widget-text-editor" data-id="114a67c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Information Technology</li><li>Streaming and Digital Content</li><li>Social Media</li><li>Cable and Satellite Television</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-86be5ab e-flex e-con-boxed e-con e-parent" data-id="86be5ab" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-51779bc industries elementor-widget elementor-widget-n-accordion" data-id="51779bc" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-8540" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-8540" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-fa8d7e5 e-flex e-con-boxed e-con e-child" data-id="fa8d7e5" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-af6e140 e-flex e-con-boxed e-con e-child" data-id="af6e140" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-289950f e-con-full e-flex e-con e-child" data-id="289950f" data-element_type="container">
				<div class="elementor-element elementor-element-52e919a elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="52e919a" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Telecommunications software development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We create custom software solutions that optimise network management, communication services, and customer experience. Our expertise includes mobile apps, customer management platforms, and billing systems.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-3a4ec68 e-con-full e-flex e-con e-child" data-id="3a4ec68" data-element_type="container">
				<div class="elementor-element elementor-element-75e1023 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="75e1023" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement quality assurance strategies that ensure the performance and reliability of telecommunications applications and services. We conduct thorough testing and audits to guarantee a seamless experience for end users.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-03dd849 e-con-full e-flex e-con e-child" data-id="03dd849" data-element_type="container">
				<div class="elementor-element elementor-element-2b5d6cb elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="2b5d6cb" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for audience analysis						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and AI techniques to provide insights into consumer behavior and optimise content programming.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-0865ed2 e-con-full e-flex e-con e-child" data-id="0865ed2" data-element_type="container">
				<div class="elementor-element elementor-element-fb62348 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="fb62348" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and cybersecurity						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design and manage robust, secure tech infrastructures that ensure service continuity and protect sensitive data. Our cybersecurity services address emerging threats, safeguarding the integrity of networks and platforms.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-ddb4685 e-con-full e-flex e-con e-child" data-id="ddb4685" data-element_type="container">
				<div class="elementor-element elementor-element-f40ed3a elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="f40ed3a" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0 and IoT solutions						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						From smart network management to real-time data analysis, we help businesses optimise operations and enhance the quality of telecommunications services.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-bf57672 e-con-full e-flex e-con e-child" data-id="bf57672" data-element_type="container">
				<div class="elementor-element elementor-element-d8c0ab2 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="d8c0ab2" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Organizational methods and transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						​We advise on the implementation of agile methodologies and digital transformation strategies that enable telecommunications and media companies to quickly adapt to industry innovations. We foster a culture of collaboration and continuous improvement, ensuring sustainable and competitive growth.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-11fd115 e-flex e-con-boxed e-con e-child" data-id="11fd115" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-8540" class="elementor-element elementor-element-162707a e-con-full e-flex e-con e-child" data-id="162707a" data-element_type="container">
				<div class="elementor-element elementor-element-4df5dc9 elementor-align-center elementor-widget elementor-widget-button" data-id="4df5dc9" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
					</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c63f254 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="c63f254" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-272047d e-flex e-con-boxed e-con e-parent" data-id="272047d" data-element_type="container" id="services">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9c2f548 elementor-widget elementor-widget-spacer" data-id="9c2f548" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8ec186a e-flex e-con-boxed e-con e-parent" data-id="8ec186a" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-9f1797e e-con-full e-flex e-con e-child" data-id="9f1797e" data-element_type="container">
				<div class="elementor-element elementor-element-1b13b21 title elementor-widget elementor-widget-heading" data-id="1b13b21" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Services  ​ ​ </span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-245912d e-flex e-con-boxed e-con e-parent" data-id="245912d" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-cc788d2 e-con-full e-flex e-con e-child" data-id="cc788d2" data-element_type="container">
				<div class="elementor-element elementor-element-8a3d6ac elementor-widget elementor-widget-image" data-id="8a3d6ac" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Servicios-Industrias-1.jpg" class="attachment-large size-large wp-image-9562" alt="Services digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Servicios-Industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/Servicios-Industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2f1210d e-con-full e-flex e-con e-child" data-id="2f1210d" data-element_type="container">
				<div class="elementor-element elementor-element-218b1d0 elementor-widget elementor-widget-text-editor" data-id="218b1d0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">We are the partner for the growth of tech development teams, whether for digital services or products, or for applying digitalisation to enhance services.</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-2932ee5 e-con-full e-flex e-con e-child" data-id="2932ee5" data-element_type="container">
		<div class="elementor-element elementor-element-883d540 e-con-full e-flex e-con e-child" data-id="883d540" data-element_type="container">
				<div class="elementor-element elementor-element-213a070 elementor-widget elementor-widget-text-editor" data-id="213a070" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Software Manufacturers</li><li>Consulting</li><li>Health and Wellness</li><li>Education and Training</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e8b94e8 e-con-full e-flex e-con e-child" data-id="e8b94e8" data-element_type="container">
				<div class="elementor-element elementor-element-f5fabe7 elementor-widget elementor-widget-text-editor" data-id="f5fabe7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Transportation and Logistics</li><li>Real Estate Services</li><li>Marketing and Advertising</li><li>Cleaning and Maintenance Services</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f98086e e-flex e-con-boxed e-con e-parent" data-id="f98086e" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9e74179 industries elementor-widget elementor-widget-n-accordion" data-id="9e74179" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-1660" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-1660" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-4ee76e5 e-con-full e-flex e-con e-child" data-id="4ee76e5" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-1fc6039 e-flex e-con-boxed e-con e-child" data-id="1fc6039" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-c66c8d2 e-con-full e-flex e-con e-child" data-id="c66c8d2" data-element_type="container">
				<div class="elementor-element elementor-element-806b3cb elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="806b3cb" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Custom software development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						From management systems to mobile apps, we ensure that each solution optimises operational efficiency and enhances the customer experience.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-42234c0 e-con-full e-flex e-con e-child" data-id="42234c0" data-element_type="container">
				<div class="elementor-element elementor-element-04c61b8 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="04c61b8" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement rigorous quality assurance processes to ensure excellence in service delivery. We conduct thorough testing and audits to guarantee that all systems and applications run smoothly and meet the highest standards.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-04fb1e8 e-con-full e-flex e-con e-child" data-id="04fb1e8" data-element_type="container">
				<div class="elementor-element elementor-element-88fb431 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="88fb431" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for decision-making improvement						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and AI techniques to provide insights that enhance decision-making. This includes market trend analysis and customer behavior insights, helping businesses anticipate needs and optimise service offerings.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-3a9c4a3 e-con-full e-flex e-con e-child" data-id="3a9c4a3" data-element_type="container">
				<div class="elementor-element elementor-element-e7437ce elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="e7437ce" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and cybersecurity						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design and manage secure, scalable tech infrastructures that ensure service continuity and protect sensitive data. Our cybersecurity services address emerging threats, ensuring a secure environment for daily operations.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-44b4933 e-con-full e-flex e-con e-child" data-id="44b4933" data-element_type="container">
				<div class="elementor-element elementor-element-8c7ba65 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="8c7ba65" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0 and digital transformation						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement Industry 4.0 solutions that optimise operational processes and enhance efficiency. From process automation to IoT integration, we help service companies undergo digital transformation.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-b95f7ce e-con-full e-flex e-con e-child" data-id="b95f7ce" data-element_type="container">
				<div class="elementor-element elementor-element-2dc09a3 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="2dc09a3" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Organizational methods and transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We advise companies on adopting agile methodologies and transformation strategies that foster innovation and adaptability. We provide training and support in change management, ensuring that staff are aligned and equipped to tackle new challenges.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-e7e70fa e-flex e-con-boxed e-con e-child" data-id="e7e70fa" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1660" class="elementor-element elementor-element-610551f e-con-full e-flex e-con e-child" data-id="610551f" data-element_type="container">
				<div class="elementor-element elementor-element-369c236 elementor-align-center elementor-widget elementor-widget-button" data-id="369c236" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-48bb6db elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="48bb6db" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8604c11 e-flex e-con-boxed e-con e-parent" data-id="8604c11" data-element_type="container" id="public-sector">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a3d6d4f elementor-widget elementor-widget-spacer" data-id="a3d6d4f" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6d880d0 e-flex e-con-boxed e-con e-parent" data-id="6d880d0" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-cc4c63d e-con-full e-flex e-con e-child" data-id="cc4c63d" data-element_type="container">
				<div class="elementor-element elementor-element-5e4361f title elementor-widget elementor-widget-heading" data-id="5e4361f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Public Sector ​​ ​ </span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-83101f1 e-flex e-con-boxed e-con e-parent" data-id="83101f1" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-bbaf664 e-con-full e-flex e-con e-child" data-id="bbaf664" data-element_type="container">
				<div class="elementor-element elementor-element-7fd9048 elementor-widget elementor-widget-image" data-id="7fd9048" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Sector-Publico-Industrias-1.jpg" class="attachment-large size-large wp-image-9577" alt="Public Sector digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Sector-Publico-Industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/Sector-Publico-Industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6cf74b5 e-con-full e-flex e-con e-child" data-id="6cf74b5" data-element_type="container">
				<div class="elementor-element elementor-element-f971d1d elementor-widget elementor-widget-text-editor" data-id="f971d1d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">We drive the digital transformation of public organizations, helping them adapt to the future and proactively address current challenges.​</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-63ca0d8 e-con-full e-flex e-con e-child" data-id="63ca0d8" data-element_type="container">
		<div class="elementor-element elementor-element-c1b6b82 e-con-full e-flex e-con e-child" data-id="c1b6b82" data-element_type="container">
				<div class="elementor-element elementor-element-c344bec elementor-widget elementor-widget-text-editor" data-id="c344bec" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>​Public Administration​​</li><li>​Public Education​​</li><li>​Public Health​​</li><li>​Security and Defense​​</li><li>​Social Services​​</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-78e9a8f e-con-full e-flex e-con e-child" data-id="78e9a8f" data-element_type="container">
				<div class="elementor-element elementor-element-8b08346 elementor-widget elementor-widget-text-editor" data-id="8b08346" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>​Public Transportation​​</li><li>​Waste Management and Environment​​</li><li>​Infrastructure and Public Works​​</li><li>​Culture and Leisure​​</li><li>​Regulation and Oversight​</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c035330 e-flex e-con-boxed e-con e-parent" data-id="c035330" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cad0416 industries elementor-widget elementor-widget-n-accordion" data-id="cad0416" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-2120" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-2120" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-667b7ad e-con-full e-flex e-con e-child" data-id="667b7ad" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-16d9557 e-flex e-con-boxed e-con e-child" data-id="16d9557" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-4cb7b67 e-con-full e-flex e-con e-child" data-id="4cb7b67" data-element_type="container">
				<div class="elementor-element elementor-element-bdd9abc elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="bdd9abc" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							​​Public management software development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design custom software solutions to enhance efficiency and transparency in public administration. From transaction management platforms to citizen service automation systems, our solutions streamline processes and improve the interaction between government and citizens.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-09645ff e-con-full e-flex e-con e-child" data-id="09645ff" data-element_type="container">
				<div class="elementor-element elementor-element-98aaa25 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="98aaa25" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement rigorous quality controls to ensure that government systems operate efficiently and securely. We conduct performance, usability, and security testing to guarantee the reliability of public services.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-5bc08d9 e-con-full e-flex e-con e-child" data-id="5bc08d9" data-element_type="container">
				<div class="elementor-element elementor-element-b230f0e elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="b230f0e" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for decision-making						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						​We use advanced data analytics and artificial intelligence technologies to provide key insights that facilitate decision-making in the public sector. This includes improving resource management, optimising public policies, and personalising services for citizens.​

​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-316e199 e-con-full e-flex e-con e-child" data-id="316e199" data-element_type="container">
				<div class="elementor-element elementor-element-b03ec79 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="b03ec79" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and cybersecurity in the public sector						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design robust tech infrastructures that ensure the continuity of public services and the protection of sensitive data. Our cybersecurity services help government agencies prevent cyberattacks and comply with data protection regulations.

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-d1ae10a e-con-full e-flex e-con e-child" data-id="d1ae10a" data-element_type="container">
				<div class="elementor-element elementor-element-8a3003d elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="8a3003d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Smart Cities						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We provide IoT solutions for smarter cities. We assist the public sector in leveraging technologies that involve sensor integration and the digitalisation of public services.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-50a8721 e-con-full e-flex e-con e-child" data-id="50a8721" data-element_type="container">
				<div class="elementor-element elementor-element-de0ddc0 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="de0ddc0" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Organizational methods and transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We facilitate digital and organizational transformation in the public sector through the adoption of agile methodologies and change management. We foster a culture of innovation, optimising processes and enhancing governments' ability to adapt to new demands and challenges.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-12a5a65 e-flex e-con-boxed e-con e-child" data-id="12a5a65" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2120" class="elementor-element elementor-element-19305dd e-con-full e-flex e-con e-child" data-id="19305dd" data-element_type="container">
				<div class="elementor-element elementor-element-4bf0188 elementor-align-center elementor-widget elementor-widget-button" data-id="4bf0188" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-bb85806 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="bb85806" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5e0d741 e-flex e-con-boxed e-con e-parent" data-id="5e0d741" data-element_type="container" id="aeronautic">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-2f3c0fb elementor-widget elementor-widget-spacer" data-id="2f3c0fb" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-cd2c89d e-flex e-con-boxed e-con e-parent" data-id="cd2c89d" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-66da6d7 e-con-full e-flex e-con e-child" data-id="66da6d7" data-element_type="container">
				<div class="elementor-element elementor-element-7c666fa title elementor-widget elementor-widget-heading" data-id="7c666fa" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Aeronautic, Space, Defense &amp; Naval ​</span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f0affcb e-flex e-con-boxed e-con e-parent" data-id="f0affcb" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-e43d052 e-con-full e-flex e-con e-child" data-id="e43d052" data-element_type="container">
				<div class="elementor-element elementor-element-d9b94f9 elementor-widget elementor-widget-image" data-id="d9b94f9" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Aeronautica_Industrias-1.jpg" class="attachment-large size-large wp-image-9622" alt="Aeronautic, Space, Defense &amp; Naval digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Aeronautica_Industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/Aeronautica_Industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-30ae901 e-con-full e-flex e-con e-child" data-id="30ae901" data-element_type="container">
				<div class="elementor-element elementor-element-82db40d elementor-widget elementor-widget-text-editor" data-id="82db40d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Supporting our clients in ensuring precision engineering for critical systems, prioritising safety and innovation.​</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-5197708 e-con-full e-flex e-con e-child" data-id="5197708" data-element_type="container">
		<div class="elementor-element elementor-element-7b8c3d6 e-con-full e-flex e-con e-child" data-id="7b8c3d6" data-element_type="container">
				<div class="elementor-element elementor-element-f4bf07b elementor-widget elementor-widget-text-editor" data-id="f4bf07b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Aircraft Manufacturing​</li><li>Aerospace Components​</li><li>Satellites​</li><li>Space Exploration​</li><li>Weapon Systems​</li><li>Defence Technology​</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a4f7165 e-con-full e-flex e-con e-child" data-id="a4f7165" data-element_type="container">
				<div class="elementor-element elementor-element-0d2a16b elementor-widget elementor-widget-text-editor" data-id="0d2a16b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Shipbuilding​</li><li>Navigation and Control Systems​</li><li>Maintenance, Repair, and Overhaul (MRO)​</li><li>Simulation and Training​</li><li>Research and Development​</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-04d3e3c e-flex e-con-boxed e-con e-parent" data-id="04d3e3c" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9a9e3f6 industries elementor-widget elementor-widget-n-accordion" data-id="9a9e3f6" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-1620" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-1620" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-5de8cb8 e-con-full e-flex e-con e-child" data-id="5de8cb8" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-68d14d5 e-flex e-con-boxed e-con e-child" data-id="68d14d5" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-0e3b607 e-con-full e-flex e-con e-child" data-id="0e3b607" data-element_type="container">
				<div class="elementor-element elementor-element-aa20c39 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="aa20c39" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Software Development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We develop critical software with high standards of security and performance. This includes both aerospace product software and corporate management software.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-92b27a6 e-con-full e-flex e-con e-child" data-id="92b27a6" data-element_type="container">
				<div class="elementor-element elementor-element-4432daf elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="4432daf" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Our QA factory industrialises both functional and non-functional software testing, including manual and automated tests. We guide our clients through the maturation and automation process, all the way to Artificial Intelligence.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-561bd50 e-con-full e-flex e-con e-child" data-id="561bd50" data-element_type="container">
				<div class="elementor-element elementor-element-c2f0e3a elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="c2f0e3a" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and artificial intelligence to enhance decision-making and optimise operations in the industry. AI is applied to improve industrial and manufacturing processes, tendering processes, and customer service, among many others.
​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-d70bb96 e-con-full e-flex e-con e-child" data-id="d70bb96" data-element_type="container">
				<div class="elementor-element elementor-element-6137bc2 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="6137bc2" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and Cybersecurity in critical environments						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design resilient and secure tech infrastructures that protect critical data and systems against cyber threats. Our cybersecurity services ensure operational integrity and safeguard sensitive information in the defence, aerospace, and naval industries.​

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-ddd3ecd e-con-full e-flex e-con e-child" data-id="ddd3ecd" data-element_type="container">
				<div class="elementor-element elementor-element-f050329 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="f050329" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Engineering and Industry 4.0						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						​We support the design of components, systems engineering, and the quality control of material procurement, always adhering to the highest safety and quality standards required by the sector.​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-6f1a2c8 e-con-full e-flex e-con e-child" data-id="6f1a2c8" data-element_type="container">
				<div class="elementor-element elementor-element-da98e48 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="da98e48" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Organizational methods and transformations in critical industries						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We advise on the adoption of agile methodologies and organizational transformation to enhance responsiveness and adaptability in the aerospace, defence, and naval industries. We promote innovation and agility, ensuring organizations remain competitive in a constantly evolving environment.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-a6fa967 e-flex e-con-boxed e-con e-child" data-id="a6fa967" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1620" class="elementor-element elementor-element-38c0969 e-con-full e-flex e-con e-child" data-id="38c0969" data-element_type="container">
				<div class="elementor-element elementor-element-e4c0d8f elementor-align-center elementor-widget elementor-widget-button" data-id="e4c0d8f" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-210ae12 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="210ae12" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b184d7c e-flex e-con-boxed e-con e-parent" data-id="b184d7c" data-element_type="container" id="automotive">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-061f0de elementor-widget elementor-widget-spacer" data-id="061f0de" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ae4e1f6 e-flex e-con-boxed e-con e-parent" data-id="ae4e1f6" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-24fa192 e-con-full e-flex e-con e-child" data-id="24fa192" data-element_type="container">
				<div class="elementor-element elementor-element-2c46454 title elementor-widget elementor-widget-heading" data-id="2c46454" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Automotive &amp; Rail​</span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d88cf65 e-flex e-con-boxed e-con e-parent" data-id="d88cf65" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-dab3444 e-con-full e-flex e-con e-child" data-id="dab3444" data-element_type="container">
				<div class="elementor-element elementor-element-9d85f53 elementor-widget elementor-widget-image" data-id="9d85f53" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/automocion-ferroviario-industrias-1.jpg" class="attachment-large size-large wp-image-9619" alt="Automotive &amp; Rail​ digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/automocion-ferroviario-industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/automocion-ferroviario-industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7e67b27 e-con-full e-flex e-con e-child" data-id="7e67b27" data-element_type="container">
				<div class="elementor-element elementor-element-a79f8e8 elementor-widget elementor-widget-text-editor" data-id="a79f8e8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">We optimise operational efficiency while ensuring safety and sustainability in the automotive and railway sectors by delivering innovative technologies.​</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-8f729ed e-con-full e-flex e-con e-child" data-id="8f729ed" data-element_type="container">
		<div class="elementor-element elementor-element-9904dff e-con-full e-flex e-con e-child" data-id="9904dff" data-element_type="container">
				<div class="elementor-element elementor-element-6cb994f elementor-widget elementor-widget-text-editor" data-id="6cb994f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Land Transportation​​</li><li>Automobile Manufacturing​​</li><li>Automotive Components​​</li><li>Automotive Technology​​</li><li>Train Construction​​</li><li>Railway Infrastructure​​</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-bcd8ce9 e-con-full e-flex e-con e-child" data-id="bcd8ce9" data-element_type="container">
				<div class="elementor-element elementor-element-d47f940 elementor-widget elementor-widget-text-editor" data-id="d47f940" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Railway Service Operations​​</li><li>Supply Chain Logistics​​</li><li>Maintenance and Repair​​</li><li>Transport Innovation​​</li><li>Electric Vehicle Charging Solutions​</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-be56880 e-flex e-con-boxed e-con e-parent" data-id="be56880" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-17ed569 industries elementor-widget elementor-widget-n-accordion" data-id="17ed569" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-2500" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-2500" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-07126f5 e-con-full e-flex e-con e-child" data-id="07126f5" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-fc77ddd e-flex e-con-boxed e-con e-child" data-id="fc77ddd" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-2c03ffa e-con-full e-flex e-con e-child" data-id="2c03ffa" data-element_type="container">
				<div class="elementor-element elementor-element-b062f8c elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="b062f8c" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Software Development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We provide embedded software development for products, including ADAS or infotainment in automotive, and passenger information or signalling systems in rail. Additionally, we offer digitalisation solutions and corporate process optimisation.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-f23dc8d e-con-full e-flex e-con e-child" data-id="f23dc8d" data-element_type="container">
				<div class="elementor-element elementor-element-2e3798d elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="2e3798d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance: 						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement rigorous quality assurance processes to guarantee the safety and reliability of digital systems. We conduct thorough testing and audits to ensure that all applications and platforms run smoothly and comply with industry regulations.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-377747d e-con-full e-flex e-con e-child" data-id="377747d" data-element_type="container">
				<div class="elementor-element elementor-element-c3bde3b elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="c3bde3b" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							​  Data & AI						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and artificial intelligence to enhance decision-making and optimise operations in the industry. AI is applied to improve manufacturing processes, tendering procedures, and customer service, among many other areas.
​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-ba52813 e-con-full e-flex e-con e-child" data-id="ba52813" data-element_type="container">
				<div class="elementor-element elementor-element-c3d44f3 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="c3d44f3" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and Cybersecurity in Transport						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design robust and secure technological infrastructures that protect sensitive information and ensure service continuity. Our cybersecurity services address emerging threats, ensuring a secure environment in the convergence of IT/OT.​

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-aaef17a e-con-full e-flex e-con e-child" data-id="aaef17a" data-element_type="container">
				<div class="elementor-element elementor-element-65c0e61 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="65c0e61" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Engineering and Industry 4.0						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We support the design of components, systems engineering, and quality control of material procurement, both for rolling stock and signalling.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-332d29f e-con-full e-flex e-con e-child" data-id="332d29f" data-element_type="container">
				<div class="elementor-element elementor-element-054352a elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="054352a" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							 Organizational Methods and Transformations in Transport and Automotive						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We advise companies on adopting agile methodologies and digital transformation strategies that enhance adaptability and agility in the transport and automotive industries. We promote a culture of innovation and continuous improvement, ensuring organizations are prepared to face market challenges.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-7472027 e-flex e-con-boxed e-con e-child" data-id="7472027" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2500" class="elementor-element elementor-element-e8dba0e e-con-full e-flex e-con e-child" data-id="e8dba0e" data-element_type="container">
				<div class="elementor-element elementor-element-2447617 elementor-align-center elementor-widget elementor-widget-button" data-id="2447617" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-f51fd98 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="f51fd98" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5da804d e-flex e-con-boxed e-con e-parent" data-id="5da804d" data-element_type="container" id="life-sciences">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ad89edf elementor-widget elementor-widget-spacer" data-id="ad89edf" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ecd6ac3 e-flex e-con-boxed e-con e-parent" data-id="ecd6ac3" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-3cb3a0c e-con-full e-flex e-con e-child" data-id="3cb3a0c" data-element_type="container">
				<div class="elementor-element elementor-element-0dd443b title elementor-widget elementor-widget-heading" data-id="0dd443b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Life Sciences​</span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bd04e3b e-flex e-con-boxed e-con e-parent" data-id="bd04e3b" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-4a3baa2 e-con-full e-flex e-con e-child" data-id="4a3baa2" data-element_type="container">
				<div class="elementor-element elementor-element-9c6c3ed elementor-widget elementor-widget-image" data-id="9c6c3ed" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Ciencias-vida-industrias-1.jpg" class="attachment-large size-large wp-image-9625" alt="Life Sciences digital solutions for industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Ciencias-vida-industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/Ciencias-vida-industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d1fc4a0 e-con-full e-flex e-con e-child" data-id="d1fc4a0" data-element_type="container">
				<div class="elementor-element elementor-element-d5182b3 elementor-widget elementor-widget-text-editor" data-id="d5182b3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">We drive healthcare and life sciences through digitalization innovation, advancing both research and patient care.</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-6dbaafe e-con-full e-flex e-con e-child" data-id="6dbaafe" data-element_type="container">
		<div class="elementor-element elementor-element-e5c12b8 e-con-full e-flex e-con e-child" data-id="e5c12b8" data-element_type="container">
				<div class="elementor-element elementor-element-4c66df8 elementor-widget elementor-widget-text-editor" data-id="4c66df8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>​Drug development and manufacturing​</li><li>​Vaccines​</li><li>​Medical biotechnology​</li><li>​Agricultural biotechnology​</li><li>​Medical equipment manufacturing​</li><li>​Diagnostic technologies​</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-b0547a3 e-con-full e-flex e-con e-child" data-id="b0547a3" data-element_type="container">
				<div class="elementor-element elementor-element-c536f27 elementor-widget elementor-widget-text-editor" data-id="c536f27" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>​Research centers​</li><li>​Clinical trials​</li><li>​Hospitals and clinics​</li><li>​Telemedicine​</li><li>​Dietary supplements​</li><li>​Epidemiology</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-39ee254 e-flex e-con-boxed e-con e-parent" data-id="39ee254" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e966046 industries elementor-widget elementor-widget-n-accordion" data-id="e966046" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-2440" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-2440" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-1e58339 e-con-full e-flex e-con e-child" data-id="1e58339" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-1cdfabd e-flex e-con-boxed e-con e-child" data-id="1cdfabd" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-5528f2a e-con-full e-flex e-con e-child" data-id="5528f2a" data-element_type="container">
				<div class="elementor-element elementor-element-6bd58a4 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="6bd58a4" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							 Software development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						​We leverage our technological expertise and partnerships to develop enterprise applications, as well as product software for medical devices and digital patient care services.

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-8f51296 e-con-full e-flex e-con e-child" data-id="8f51296" data-element_type="container">
				<div class="elementor-element elementor-element-9ac65cf elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="9ac65cf" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement testing and auditing strategies to ensure data integrity, regulatory compliance, and operational effectiveness, helping companies minimize risks and optimize the quality of their products and services.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-92532b0 e-con-full e-flex e-con e-child" data-id="92532b0" data-element_type="container">
				<div class="elementor-element elementor-element-3154a87 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="3154a87" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for research and development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and artificial intelligence to accelerate research and development in biotechnology and pharmaceuticals. This includes clinical data analysis, biomarker identification, and clinical trial optimization.​
​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-90e2308 e-con-full e-flex e-con e-child" data-id="90e2308" data-element_type="container">
				<div class="elementor-element elementor-element-0cecd2f elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="0cecd2f" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and cybersecurity in healthcare						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design secure, scalable technological infrastructures that protect critical patient information and research data. Our cybersecurity services address emerging threats, ensuring the confidentiality and integrity of information.​
​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-4b3a83a e-con-full e-flex e-con e-child" data-id="4b3a83a" data-element_type="container">
				<div class="elementor-element elementor-element-6629084 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="6629084" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement the full OT systems pyramid, from PLCs to MES systems, using both proprietary and market-specific products for the pharmaceutical sector.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-56a31b2 e-con-full e-flex e-con e-child" data-id="56a31b2" data-element_type="container">
				<div class="elementor-element elementor-element-430445d elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="430445d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Organizational methods and transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We advise companies on adopting agile methodologies and digital transformation to enhance operational efficiency and adaptability. We foster a culture of innovation and continuous improvement, ensuring that organizations can quickly respond to market demands and technological advancements.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-90b1158 e-flex e-con-boxed e-con e-child" data-id="90b1158" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2440" class="elementor-element elementor-element-f80f57b e-con-full e-flex e-con e-child" data-id="f80f57b" data-element_type="container">
				<div class="elementor-element elementor-element-95c5bff elementor-align-center elementor-widget elementor-widget-button" data-id="95c5bff" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-de55751 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="de55751" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d72b370 e-flex e-con-boxed e-con e-parent" data-id="d72b370" data-element_type="container" id="energy-utilities">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-5a5224b elementor-widget elementor-widget-spacer" data-id="5a5224b" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f1d23d2 e-flex e-con-boxed e-con e-parent" data-id="f1d23d2" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-fb592e6 e-con-full e-flex e-con e-child" data-id="fb592e6" data-element_type="container">
				<div class="elementor-element elementor-element-4987a28 title elementor-widget elementor-widget-heading" data-id="4987a28" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Energy &amp; Utilities ​</span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9cc77a6 e-flex e-con-boxed e-con e-parent" data-id="9cc77a6" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-d843b0b e-con-full e-flex e-con e-child" data-id="d843b0b" data-element_type="container">
				<div class="elementor-element elementor-element-fa8e017 elementor-widget elementor-widget-image" data-id="fa8e017" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Energia-Industrias-1.jpg" class="attachment-large size-large wp-image-9631" alt="Digital solutions for the Energy &amp; Utilities industry" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Energia-Industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/Energia-Industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-95ed5b6 e-con-full e-flex e-con e-child" data-id="95ed5b6" data-element_type="container">
				<div class="elementor-element elementor-element-dcc3b56 elementor-widget elementor-widget-text-editor" data-id="dcc3b56" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Pioneering sustainable solutions for the energy transition, addressing evolving needs, and supporting our clients in navigating the transition and the challenges of emissions reduction.​</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-272612d e-con-full e-flex e-con e-child" data-id="272612d" data-element_type="container">
		<div class="elementor-element elementor-element-441485d e-con-full e-flex e-con e-child" data-id="441485d" data-element_type="container">
				<div class="elementor-element elementor-element-7f41923 elementor-widget elementor-widget-text-editor" data-id="7f41923" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Renewable energy​</li><li>Conventional energy​</li><li>Electrical grids​</li><li>Natural gas distribution​</li><li>Water supply​</li><li>Wastewater treatment​</li><li>Recycling and composting​</li><li>Hazardous waste disposal​</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a7abb53 e-con-full e-flex e-con e-child" data-id="a7abb53" data-element_type="container">
				<div class="elementor-element elementor-element-72dde15 elementor-widget elementor-widget-text-editor" data-id="72dde15" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Energy efficiency technologies​</li><li>Energy audits​</li><li>Energy markets​</li><li>Supply contracts​</li><li>Smart grids​</li><li>Energy storage​</li><li>Energy equipment​</li><li>Renewable energy technologies</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-878bb3b e-flex e-con-boxed e-con e-parent" data-id="878bb3b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cf83bd0 industries elementor-widget elementor-widget-n-accordion" data-id="cf83bd0" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-2170" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-2170" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-8c53c98 e-con-full e-flex e-con e-child" data-id="8c53c98" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-68c8b25 e-flex e-con-boxed e-con e-child" data-id="68c8b25" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-2f10799 e-con-full e-flex e-con e-child" data-id="2f10799" data-element_type="container">
				<div class="elementor-element elementor-element-9816f9b elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="9816f9b" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Software Development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We believe digitalization is one of the most impactful levers for the energy transition and sustainability. By combining technological expertise and sector knowledge, we drive energy transformation.

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-95cf864 e-con-full e-flex e-con e-child" data-id="95cf864" data-element_type="container">
				<div class="elementor-element elementor-element-a0e1095 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="a0e1095" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Our QA factory industrializes software testing, including functional, non-functional, manual, and automated tests. We guide our clients through the process of maturing and automating testing, up to Artificial Intelligence integration.

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-b238710 e-con-full e-flex e-con e-child" data-id="b238710" data-element_type="container">
				<div class="elementor-element elementor-element-66ffaee elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="66ffaee" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							 Data & AI for resource optimization						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						​We use Artificial Intelligence to optimize energy resource management. We offer competence centers in generative AI to leverage synergies between AI use cases.

​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-d196c2d e-con-full e-flex e-con e-child" data-id="d196c2d" data-element_type="container">
				<div class="elementor-element elementor-element-237ebe5 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="237ebe5" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and cybersecurity in energy						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design secure, resilient technological infrastructures that protect critical information and ensure service continuity in the energy and utilities sectors. Our cybersecurity services help prevent cyberattacks and protect daily operations.​

​

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-97b524c e-con-full e-flex e-con e-child" data-id="97b524c" data-element_type="container">
				<div class="elementor-element elementor-element-d356d6c elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="d356d6c" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We provide IoT and Smart Metering solutions tailored to energy distribution and commercialization. We support asset monitoring and the development of energy product software.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-8ccbed9 e-con-full e-flex e-con e-child" data-id="8ccbed9" data-element_type="container">
				<div class="elementor-element elementor-element-6051ee7 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="6051ee7" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Methods and transformations in the energy sector						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We advise companies on adopting agile methodologies and digital transformation, improving adaptability and efficiency in the energy sector. We foster a culture of innovation that allows organizations to respond quickly to market challenges and regulatory demands.​

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-d6ed98f e-flex e-con-boxed e-con e-child" data-id="d6ed98f" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2170" class="elementor-element elementor-element-41ee935 e-con-full e-flex e-con e-child" data-id="41ee935" data-element_type="container">
				<div class="elementor-element elementor-element-0889d13 elementor-align-center elementor-widget elementor-widget-button" data-id="0889d13" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-042621d elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="042621d" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-2c585e4 e-flex e-con-boxed e-con e-parent" data-id="2c585e4" data-element_type="container" id="industrial-ectronics">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d439599 elementor-widget elementor-widget-spacer" data-id="d439599" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-dfe8057 e-flex e-con-boxed e-con e-parent" data-id="dfe8057" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-cdbdf74 e-con-full e-flex e-con e-child" data-id="cdbdf74" data-element_type="container">
				<div class="elementor-element elementor-element-370fe44 title elementor-widget elementor-widget-heading" data-id="370fe44" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Industrial &amp; Electronics ​ ​</span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3c2bdc0 e-flex e-con-boxed e-con e-parent" data-id="3c2bdc0" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-69a2894 e-con-full e-flex e-con e-child" data-id="69a2894" data-element_type="container">
				<div class="elementor-element elementor-element-3ef618d elementor-widget elementor-widget-image" data-id="3ef618d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/industrial-electronicos-industrias-1.jpg" class="attachment-large size-large wp-image-9638" alt="Digital solutions for Industrial &amp; Electronics" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/industrial-electronicos-industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/industrial-electronicos-industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-c7c8932 e-con-full e-flex e-con e-child" data-id="c7c8932" data-element_type="container">
				<div class="elementor-element elementor-element-6646bd3 elementor-widget elementor-widget-text-editor" data-id="6646bd3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Optimizing processes, digitalizing, and implementing intelligent solutions to enhance productivity and operational efficiency.​</p>
<strong>Includes:</strong>								</div>
				</div>
		<div class="elementor-element elementor-element-dff821f e-con-full e-flex e-con e-child" data-id="dff821f" data-element_type="container">
		<div class="elementor-element elementor-element-a983e64 e-con-full e-flex e-con e-child" data-id="a983e64" data-element_type="container">
				<div class="elementor-element elementor-element-b0b6398 elementor-widget elementor-widget-text-editor" data-id="b0b6398" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>Machinery and Equipment​</li><li>Industrial Automation​</li><li>Electronic Devices​</li><li>Electronic Components​</li><li>Measuring and Control Equipment​</li><li>Industrial Communication Systems​</li><li>Networks and Communication​</li></ul>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e2bda9f e-con-full e-flex e-con e-child" data-id="e2bda9f" data-element_type="container">
				<div class="elementor-element elementor-element-4594a22 elementor-widget elementor-widget-text-editor" data-id="4594a22" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul><li>SCADA Systems​</li><li>Programmable Logic Controllers (PLCs)​</li><li>Packaging​</li><li>Chemicals, Plastics, Paints​</li><li>Semiconductors​</li><li>Construction Materials</li></ul>								</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6a60e50 e-flex e-con-boxed e-con e-parent" data-id="6a60e50" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-d2cd79b industries elementor-widget elementor-widget-n-accordion" data-id="d2cd79b" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-2210" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-2210" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-ce0dc4e e-con-full e-flex e-con e-child" data-id="ce0dc4e" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-2bb7b46 e-flex e-con-boxed e-con e-child" data-id="2bb7b46" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-abf3229 e-con-full e-flex e-con e-child" data-id="abf3229" data-element_type="container">
				<div class="elementor-element elementor-element-593cabb elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="593cabb" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Software Development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We create customized software solutions that optimize industrial process automation. We help industrial companies in their digitalization journey, both in their processes and products.

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-5cd82f5 e-con-full e-flex e-con e-child" data-id="5cd82f5" data-element_type="container">
				<div class="elementor-element elementor-element-a54aa34 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="a54aa34" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Our QA factory industrializes both functional, non-functional, and manual or automated software testing. We support our clients through the maturation and automation process, extending to Artificial Intelligence.​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-3c89e18 e-con-full e-flex e-con e-child" data-id="3c89e18" data-element_type="container">
				<div class="elementor-element elementor-element-34ab0f5 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="34ab0f5" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We leverage advanced data analytics and artificial intelligence to improve decision-making and optimize operations in the industry. AI is applicable in improving industrial and manufacturing processes, tendering processes, customer service, and more.

​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-fcfa578 e-con-full e-flex e-con e-child" data-id="fcfa578" data-element_type="container">
				<div class="elementor-element elementor-element-ae5508b elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="ae5508b" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and Cybersecurity						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design robust and secure technological infrastructures that protect critical information and ensure operational continuity in the electronics industry. Our cybersecurity services prevent cyber threats and safeguard the digital and physical assets of organizations.
​

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-3a8b26d e-con-full e-flex e-con e-child" data-id="3a8b26d" data-element_type="container">
				<div class="elementor-element elementor-element-9c585c1 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="9c585c1" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0 and Engineerin						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We support the design of components and products, system engineering, and material procurement quality. We implement OT systems to digitalize production processes using technologies like IoT, augmented reality, virtual reality, and digital twins.
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-1e33697 e-con-full e-flex e-con e-child" data-id="1e33697" data-element_type="container">
				<div class="elementor-element elementor-element-1657f52 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="1657f52" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Methods and Organizational Transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We advise companies on the adoption of agile methodologies and digital transformation that improve efficiency and responsiveness in the industrial and electronics sectors. We foster a culture of innovation that enables organizations to quickly adapt to market demands.

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-f923a6e e-flex e-con-boxed e-con e-child" data-id="f923a6e" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-2210" class="elementor-element elementor-element-ce18896 e-con-full e-flex e-con e-child" data-id="ce18896" data-element_type="container">
				<div class="elementor-element elementor-element-9b1f0d5 elementor-align-center elementor-widget elementor-widget-button" data-id="9b1f0d5" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-6398fcd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="6398fcd" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-639d6bd e-flex e-con-boxed e-con e-parent" data-id="639d6bd" data-element_type="container" id="beverage-food">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-b15f91b elementor-widget elementor-widget-spacer" data-id="b15f91b" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-acb4ff4 e-flex e-con-boxed e-con e-parent" data-id="acb4ff4" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-e4aa53e e-con-full e-flex e-con e-child" data-id="e4aa53e" data-element_type="container">
				<div class="elementor-element elementor-element-dd7a292 title elementor-widget elementor-widget-heading" data-id="dd7a292" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Food &amp; Beverage  ​</span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-649e08c e-flex e-con-boxed e-con e-parent" data-id="649e08c" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-0e187d4 e-con-full e-flex e-con e-child" data-id="0e187d4" data-element_type="container">
				<div class="elementor-element elementor-element-29905e8 elementor-widget elementor-widget-image" data-id="29905e8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/alimentos-Bebidas-Industrias-1.jpg" class="attachment-large size-large wp-image-9644" alt="Digital solutions for Beverage &amp; Food industry" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/alimentos-Bebidas-Industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/alimentos-Bebidas-Industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-714916a e-con-full e-flex e-con e-child" data-id="714916a" data-element_type="container">
				<div class="elementor-element elementor-element-077628b elementor-widget elementor-widget-text-editor" data-id="077628b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Shaping the future of sustainable agriculture and revolutionizing the food and beverage industry through innovative technology.​</p><p>​​<strong>Includes:</strong></p><ul><li>Food Manufacturing​</li><li>Beverage Manufacturing​</li><li>Agriculture​</li><li>Livestock Farming​</li><li>Animal Feed Production</li></ul>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-57d3dd0 e-flex e-con-boxed e-con e-parent" data-id="57d3dd0" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a847593 industries elementor-widget elementor-widget-n-accordion" data-id="a847593" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-1760" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-1760" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-076ae5f e-con-full e-flex e-con e-child" data-id="076ae5f" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-066fd75 e-flex e-con-boxed e-con e-child" data-id="066fd75" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-7f86a2f e-con-full e-flex e-con e-child" data-id="7f86a2f" data-element_type="container">
				<div class="elementor-element elementor-element-0638e0f elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="0638e0f" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Custom Software Development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Custom software solutions to optimize the customer experience and improve inventory, sales, and operations management in the sector, thereby ensuring maximum efficiency and profitability.
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-29e62ca e-con-full e-flex e-con e-child" data-id="29e62ca" data-element_type="container">
				<div class="elementor-element elementor-element-9bc24b6 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="9bc24b6" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement rigorous quality control processes to ensure that all products and services meet the highest standards. This includes software testing, process audits, and user experience evaluations.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-a1140a2 e-con-full e-flex e-con e-child" data-id="a1140a2" data-element_type="container">
				<div class="elementor-element elementor-element-3c7cba0 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="3c7cba0" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for Customer Personalization						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and artificial intelligence techniques to deliver personalized customer experiences. We transform data into insights that drive customer loyalty and engagement.​

​

​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-db0c47e e-con-full e-flex e-con e-child" data-id="db0c47e" data-element_type="container">
				<div class="elementor-element elementor-element-d2eb723 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="d2eb723" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and Cybersecurity						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design and manage secure, scalable technological infrastructures that protect sensitive customer and business information. Our cybersecurity services ensure data integrity and build customer trust in an increasingly digital environment.
​

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-3e69e26 e-con-full e-flex e-con e-child" data-id="3e69e26" data-element_type="container">
				<div class="elementor-element elementor-element-853e82d elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="853e82d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						 We apply asset sensorization for tracking travelers and enhancing their experience through digital services.​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-0386d77 e-con-full e-flex e-con e-child" data-id="0386d77" data-element_type="container">
				<div class="elementor-element elementor-element-09b57d1 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="09b57d1" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Methods and Organizational Transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We guide companies in their cultural and operational transformation by adopting digital technologies, agile methodologies, change management, and fostering a culture of innovation, ensuring a sustainable competitive advantage in an ever-evolving market.

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-f14b624 e-flex e-con-boxed e-con e-child" data-id="f14b624" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-1760" class="elementor-element elementor-element-081bdf6 e-con-full e-flex e-con e-child" data-id="081bdf6" data-element_type="container">
				<div class="elementor-element elementor-element-dab9fe4 elementor-align-center elementor-widget elementor-widget-button" data-id="dab9fe4" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-32315c7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="32315c7" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-3ce710b e-flex e-con-boxed e-con e-parent" data-id="3ce710b" data-element_type="container" id="travel-hospitality">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ade6cd5 elementor-widget elementor-widget-spacer" data-id="ade6cd5" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-78b6c21 e-flex e-con-boxed e-con e-parent" data-id="78b6c21" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-03caa34 e-con-full e-flex e-con e-child" data-id="03caa34" data-element_type="container">
				<div class="elementor-element elementor-element-226c74b title elementor-widget elementor-widget-heading" data-id="226c74b" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Travel &amp; Hospitality ​</span></h2>				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f5aebc4 e-flex e-con-boxed e-con e-parent" data-id="f5aebc4" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-1c55379 e-con-full e-flex e-con e-child" data-id="1c55379" data-element_type="container">
				<div class="elementor-element elementor-element-22eba79 elementor-widget elementor-widget-image" data-id="22eba79" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="397" height="671" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/viajes-Hosteleria-industrias-1.jpg" class="attachment-large size-large wp-image-9647" alt="Digital solutions for Travel and Hospitality Industries" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/12/viajes-Hosteleria-industrias-1.jpg 397w, https://www.capitole-consulting.com/wp-content/uploads/2024/12/viajes-Hosteleria-industrias-1-177x300.jpg 177w" sizes="auto, (max-width: 397px) 100vw, 397px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-9e48b34 e-con-full e-flex e-con e-child" data-id="9e48b34" data-element_type="container">
				<div class="elementor-element elementor-element-b275d01 elementor-widget elementor-widget-text-editor" data-id="b275d01" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Using technology to enhance and optimize travel and hospitality, whether through technological advancements, operational efficiency, or customer satisfaction.​</p>
<p style="text-align: left;"><strong>Includes:</strong></p>
<ul>
<li>Tourism​​</li>
 	<li>Travel Agencies​​</li>
 	<li>Airlines​​</li>
 	<li>Maritime Transport​​</li>
 	<li>Hotels​​</li>
 	<li>Restaurants​​</li>
</ul>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5625836 e-flex e-con-boxed e-con e-parent" data-id="5625836" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-3a757c1 industries elementor-widget elementor-widget-n-accordion" data-id="3a757c1" data-element_type="widget" data-settings="{&quot;default_state&quot;:&quot;all_collapsed&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">
				<div class="elementor-widget-container">
							<div class="e-n-accordion" aria-label="Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys">
						<details id="e-n-accordion-item-6120" class="e-n-accordion-item" >
				<summary class="e-n-accordion-item-title" data-accordion-index="1" tabindex="0" aria-expanded="false" aria-controls="e-n-accordion-item-6120" >
					<span class='e-n-accordion-item-title-header'><div class="e-n-accordion-item-title-text"> Read more </div></span>
									</summary>
				<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-af60258 e-con-full e-flex e-con e-child" data-id="af60258" data-element_type="container">
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-21106b6 e-flex e-con-boxed e-con e-child" data-id="21106b6" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-5280a7b e-con-full e-flex e-con e-child" data-id="5280a7b" data-element_type="container">
				<div class="elementor-element elementor-element-33af748 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="33af748" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Custom Software Development						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						Custom software solutions to optimize the customer experience and improve inventory, sales, and operations management in the sector, thereby ensuring maximum efficiency and profitability.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-5da20a7 e-con-full e-flex e-con e-child" data-id="5da20a7" data-element_type="container">
				<div class="elementor-element elementor-element-ac0dfab elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="ac0dfab" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Quality Assurance						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We implement rigorous quality control processes to ensure that all products and services meet the highest standards. This includes software testing, process audits, and user experience evaluations.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-04db1e0 e-con-full e-flex e-con e-child" data-id="04db1e0" data-element_type="container">
				<div class="elementor-element elementor-element-3122873 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="3122873" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Data & AI for Customer Personalization						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We use advanced data analytics and artificial intelligence techniques to deliver personalized customer experiences. We transform data into insights that drive customer loyalty and engagement.​

​
​

​
​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-c0cd0c9 e-con-full e-flex e-con e-child" data-id="c0cd0c9" data-element_type="container">
				<div class="elementor-element elementor-element-60f4603 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="60f4603" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Infrastructure and Cybersecurity						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We design and manage secure, scalable technological infrastructures that protect sensitive customer and business information. Our cybersecurity services ensure data integrity and build customer trust in an increasingly digital environment.
​

​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-e4f7c68 e-con-full e-flex e-con e-child" data-id="e4f7c68" data-element_type="container">
				<div class="elementor-element elementor-element-682589d elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="682589d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Industry 4.0						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We apply asset sensorization for tracking travelers and enhancing their experience through digital services.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-8d260be e-con-full e-flex e-con e-child" data-id="8d260be" data-element_type="container">
				<div class="elementor-element elementor-element-ab38723 elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="ab38723" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<div class="elementor-icon-box-title">
						<span  >
							Methods and Organizational Transformations						</span>
					</div>
				
									<p class="elementor-icon-box-description">
						We guide companies in their cultural and operational transformation by adopting digital technologies, agile methodologies, change management, and fostering a culture of innovation, ensuring a sustainable competitive advantage in an ever-evolving market.​

​					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-da4868d e-flex e-con-boxed e-con e-child" data-id="da4868d" data-element_type="container">
					<div class="e-con-inner">
		<div role="region" aria-labelledby="e-n-accordion-item-6120" class="elementor-element elementor-element-21592f2 e-con-full e-flex e-con e-child" data-id="21592f2" data-element_type="container">
				<div class="elementor-element elementor-element-4edc136 elementor-align-center elementor-widget elementor-widget-button" data-id="4edc136" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our experts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</details>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-116cf7f elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="116cf7f" data-element_type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-fdc3d91 e-flex e-con-boxed e-con e-parent" data-id="fdc3d91" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7620dc0 elementor-widget elementor-widget-spacer" data-id="7620dc0" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/industries/">Industries</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Solutions</title>
		<link>https://www.capitole-consulting.com/solutions/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Tue, 10 Sep 2024 13:57:05 +0000</pubDate>
				<category><![CDATA[1-tag]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Industry 4.0]]></category>
		<category><![CDATA[Infra]]></category>
		<category><![CDATA[Methods & Transformation]]></category>
		<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/?page_id=120</guid>

					<description><![CDATA[<p>Revolutionizing your digital journey with innovative solutions​ We provide comprehensive technological solutions that optimize, streamline, and transform your business to ensure sustainable growth and long-term success. Contact our team Unleash the power of our cutting-edge technology solutions​ We drive your growth with innovative solutions to help you stand out in a constantly evolving world. Software ... <a title="Solutions" class="read-more" href="https://www.capitole-consulting.com/solutions/" aria-label="Read more about Solutions">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/solutions/">Solutions</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-page" data-elementor-id="120" class="elementor elementor-120" data-elementor-post-type="page">
				<div class="elementor-element elementor-element-8f77043 e-flex e-con-boxed e-con e-parent" data-id="8f77043" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-d1cf573 e-con-full elementor-hidden-tablet e-flex e-con e-child" data-id="d1cf573" data-element_type="container">
				<div class="elementor-element elementor-element-b37b51d col-right elementor-widget elementor-widget-image" data-id="b37b51d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/solutions.png" title="innovative technology solutions for businesses" alt="innovative technology solutions for businesses" loading="lazy" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dc4e717 e-con-full e-flex e-con e-child" data-id="dc4e717" data-element_type="container">
				<div class="elementor-element elementor-element-2ce0f08 title elementor-widget elementor-widget-heading" data-id="2ce0f08" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>Revolutionizing </span> <br>
 your digital journey with innovative solutions​</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5f99af5 elementor-widget elementor-widget-text-editor" data-id="5f99af5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We provide <strong>comprehensive technological solutions</strong> that optimize, streamline, and transform your business to ensure sustainable growth and long-term success.</p>								</div>
				</div>
		<div class="elementor-element elementor-element-57cbbe4 e-con-full e-flex e-con e-child" data-id="57cbbe4" data-element_type="container">
				<div class="elementor-element elementor-element-669166d elementor-widget elementor-widget-button" data-id="669166d" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact our team</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-aeb2cf3 elementor-widget elementor-widget-spacer" data-id="aeb2cf3" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e4a8776 e-flex e-con-boxed e-con e-parent" data-id="e4a8776" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-351d9ca elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="351d9ca" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0a6be05 e-flex e-con-boxed e-con e-parent" data-id="0a6be05" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-e58ea6a e-con-full e-flex e-con e-child" data-id="e58ea6a" data-element_type="container">
				<div class="elementor-element elementor-element-3e5b35e title elementor-widget elementor-widget-heading" data-id="3e5b35e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Unleash the power of our <br>
<span>  cutting-edge technology solutions​</span>
</h2>				</div>
				</div>
		<div class="elementor-element elementor-element-f7a7feb e-con-full e-flex e-con e-child" data-id="f7a7feb" data-element_type="container" id="software">
				<div class="elementor-element elementor-element-1dc5c86 elementor-widget elementor-widget-text-editor" data-id="1dc5c86" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We drive your growth with innovative solutions to help you stand out in a constantly evolving world.								</div>
				</div>
				<div class="elementor-element elementor-element-27b2091 elementor-widget elementor-widget-spacer" data-id="27b2091" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-7f5c179 e-n-tabs-mobile elementor-invisible elementor-widget elementor-widget-n-tabs" data-id="7f5c179" data-element_type="widget" id="solutionsTabs" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}" data-widget_type="nested-tabs.default">
				<div class="elementor-widget-container">
							<div class="e-n-tabs" data-widget-number="133546361" aria-label="Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.">
			<div class="e-n-tabs-heading" role="tablist">
					<button id="software" class="e-n-tab-title" aria-selected="true" data-tab-index="1" role="tab" tabindex="0" aria-controls="e-n-tab-content-1335463611" style="--n-tabs-title-order: 1;">
						<span class="e-n-tab-title-text">
				Software			</span>
		</button>
				<button id="qa" class="e-n-tab-title" aria-selected="false" data-tab-index="2" role="tab" tabindex="-1" aria-controls="e-n-tab-content-1335463612" style="--n-tabs-title-order: 2;">
						<span class="e-n-tab-title-text">
				 QA			</span>
		</button>
				<button id="dataAI" class="e-n-tab-title" aria-selected="false" data-tab-index="3" role="tab" tabindex="-1" aria-controls="e-n-tab-content-1335463613" style="--n-tabs-title-order: 3;">
						<span class="e-n-tab-title-text">
				Data &amp; AI			</span>
		</button>
				<button id="infraCyber" class="e-n-tab-title" aria-selected="false" data-tab-index="4" role="tab" tabindex="-1" aria-controls="e-n-tab-content-1335463614" style="--n-tabs-title-order: 4;">
						<span class="e-n-tab-title-text">
				Infra &amp; Cyber			</span>
		</button>
				<button id="industryEngineering" class="e-n-tab-title" aria-selected="false" data-tab-index="5" role="tab" tabindex="-1" aria-controls="e-n-tab-content-1335463615" style="--n-tabs-title-order: 5;">
						<span class="e-n-tab-title-text">
				Engineering			</span>
		</button>
				<button id="methodsTransformation" class="e-n-tab-title" aria-selected="false" data-tab-index="6" role="tab" tabindex="-1" aria-controls="e-n-tab-content-1335463616" style="--n-tabs-title-order: 6;">
						<span class="e-n-tab-title-text">
				Methods &amp; Transformation			</span>
		</button>
					</div>
			<div class="e-n-tabs-content">
				<div id="e-n-tab-content-1335463611" role="tabpanel" aria-labelledby="software" data-tab-index="1" style="--n-tabs-title-order: 1;" class="e-active elementor-element elementor-element-bef42ec e-con-full e-flex elementor-invisible e-con e-child" data-id="bef42ec" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
		<div class="elementor-element elementor-element-97c3591 e-flex e-con-boxed e-con e-child" data-id="97c3591" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-420c645 e-con-full e-flex e-con e-child" data-id="420c645" data-element_type="container">
				<div class="elementor-element elementor-element-9e583d7 elementor-widget elementor-widget-image" data-id="9e583d7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="220" height="220" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/software.png" class="attachment-full size-full wp-image-995" alt="Data &amp; AI​" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/10/software.png 220w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/software-150x150.png 150w" sizes="auto, (max-width: 220px) 100vw, 220px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-274515d e-con-full e-flex e-con e-child" data-id="274515d" data-element_type="container">
				<div class="elementor-element elementor-element-32ea04f elementor-widget elementor-widget-heading" data-id="32ea04f" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Software Development</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-dc69e14 elementor-widget elementor-widget-text-editor" data-id="dc69e14" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Transforming business challenges into <strong>solid, secure software solutions</strong> aligned with each organization&#8217;s technological evolution. Architecture, engineering, and development come together to build <strong>maintainable systems</strong> ready to evolve, leveraging Spec-Driven Development and AI agents to accelerate delivery, reduce errors, and raise the quality bar.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-25a5114 e-flex e-con-boxed e-con e-child" data-id="25a5114" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-6c534f1 e-con-full e-flex e-con e-child" data-id="6c534f1" data-element_type="container">
				<div class="elementor-element elementor-element-a9299ac elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="a9299ac" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Architecture</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-c1a1e04 elementor-widget elementor-widget-text-editor" data-id="c1a1e04" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Scalable, resilient, and secure software architectures designed to sustain the evolution of digital products and platforms; reinforced by patterns, technical standards, and design principles that support maintainability, quality, and solution governance.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-3421547 e-con-full e-flex e-con e-child" data-id="3421547" data-element_type="container">
				<div class="elementor-element elementor-element-913505e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="913505e" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Digital Software</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-1c298ae elementor-widget elementor-widget-text-editor" data-id="1c298ae" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>From application assessment and modernization to brand-new products, every solution is tailored, engineered to best practices, and built with quality and automation at its core, accelerating value delivery at every stage.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-8c0dceb e-con-full e-flex e-con e-child" data-id="8c0dceb" data-element_type="container">
				<div class="elementor-element elementor-element-f4fe1e8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="f4fe1e8" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Integrated Software</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-0ac2c78 elementor-widget elementor-widget-text-editor" data-id="0ac2c78" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Systems, services, and channels connected through APIs, events, and enterprise integration platforms, creating traceable, governed solutions that reduce operational errors, improve efficiency, and facilitate the evolution of the digital ecosystem.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-db893a0 e-flex e-con-boxed e-con e-child" data-id="db893a0" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-90562ab e-con-full e-flex e-con e-child" data-id="90562ab" data-element_type="container">
				<div class="elementor-element elementor-element-cfe7a0f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="cfe7a0f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Enterprise Software</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-67ede06 elementor-widget elementor-widget-text-editor" data-id="67ede06" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Extending and customizing enterprise platforms across CRM, ERP, document management, corporate portals, e-commerce solutions, and digital workplaces. Each platform is adapted to business processes, with usability, security, governance, and operational efficiency at the forefront.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0f605f4 e-con-full e-flex e-con e-child" data-id="0f605f4" data-element_type="container">
				<div class="elementor-element elementor-element-d727683 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d727683" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Embedded Software</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-ebe45f5 elementor-widget elementor-widget-text-editor" data-id="ebe45f5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Embedded software for specialized hardware and connected devices, optimized for technically constrained environments requiring high reliability and continuous operation.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1ef283f e-con-full e-flex e-con e-child" data-id="1ef283f" data-element_type="container">
				<div class="elementor-element elementor-element-804a057 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="804a057" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">UX/UI</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-bb22d24 elementor-widget elementor-widget-text-editor" data-id="bb22d24" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>User-centered digital experiences shaped by UX research, information architecture, interaction design, and visual design, resulting in intuitive, accessible, and consistent interfaces that simplify use and enhance the digital experience.</p><p>​</p>								</div>
				</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-a5afd77 elementor-align-center elementor-widget elementor-widget-button" data-id="a5afd77" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div id="e-n-tab-content-1335463612" role="tabpanel" aria-labelledby="qa" data-tab-index="2" style="--n-tabs-title-order: 2;" class=" elementor-element elementor-element-dfd8bc2 e-con-full e-flex elementor-invisible e-con e-child" data-id="dfd8bc2" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
		<div class="elementor-element elementor-element-7e9990a e-flex e-con-boxed e-con e-child" data-id="7e9990a" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-8c34882 e-con-full e-flex e-con e-child" data-id="8c34882" data-element_type="container">
				<div class="elementor-element elementor-element-728c11d elementor-widget elementor-widget-image" data-id="728c11d" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="220" height="220" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/qa-min.png" class="attachment-full size-full wp-image-12580" alt="Quality Assurance​" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/01/qa-min.png 220w, https://www.capitole-consulting.com/wp-content/uploads/2025/01/qa-min-150x150.png 150w" sizes="auto, (max-width: 220px) 100vw, 220px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-b84ee40 e-con-full e-flex e-con e-child" data-id="b84ee40" data-element_type="container">
				<div class="elementor-element elementor-element-c067115 elementor-widget elementor-widget-heading" data-id="c067115" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Quality Assurance</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-b5d67d7 elementor-widget elementor-widget-text-editor" data-id="b5d67d7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">We maintain constant quality control at every stage of development, overseeing each phase through verification processes and continuous testing to ensure the highest quality standards.​</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-37d7160 e-flex e-con-boxed e-con e-child" data-id="37d7160" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c3a194f e-con-full e-flex e-con e-child" data-id="c3a194f" data-element_type="container">
				<div class="elementor-element elementor-element-0077e28 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="0077e28" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">QA Auditing and Design</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-bbe9bae elementor-widget elementor-widget-text-editor" data-id="bbe9bae" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We analyze and optimize your quality processes, designing a tailored strategic plan to achieve peak excellence and competitiveness.​								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fde17e4 e-con-full e-flex e-con e-child" data-id="fde17e4" data-element_type="container">
				<div class="elementor-element elementor-element-d5103eb elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d5103eb" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Testing</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-a8cd5ba elementor-widget elementor-widget-text-editor" data-id="a8cd5ba" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									From design to the execution of functional tests (Integration, Regression, E2E, UAT…) and non-functional tests (Performance, Compatibility, Maintainability…), we ensure your applications meet the highest quality standards, guaranteeing optimal performance and reliability.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-fcbbc41 e-con-full e-flex e-con e-child" data-id="fcbbc41" data-element_type="container">
				<div class="elementor-element elementor-element-2c7f15c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2c7f15c" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Reporting</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-c9c6123 elementor-widget elementor-widget-text-editor" data-id="c9c6123" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We provide key reports and documentation that deliver full visibility into your applications&#8217; status, enabling smarter decision-making and optimizing development processes.​								</div>
				</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-07424b4 elementor-align-center elementor-widget elementor-widget-button" data-id="07424b4" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div id="e-n-tab-content-1335463613" role="tabpanel" aria-labelledby="dataAI" data-tab-index="3" style="--n-tabs-title-order: 3;" class=" elementor-element elementor-element-b893c00 e-con-full e-flex elementor-invisible e-con e-child" data-id="b893c00" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
		<div class="elementor-element elementor-element-26b9f8e e-flex e-con-boxed e-con e-child" data-id="26b9f8e" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-6c30439 e-con-full e-flex e-con e-child" data-id="6c30439" data-element_type="container">
				<div class="elementor-element elementor-element-fa7dce5 elementor-widget elementor-widget-image" data-id="fa7dce5" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="220" height="220" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/DATA-AI-min.png" class="attachment-full size-full wp-image-12584" alt="Data &amp; AI​" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/01/DATA-AI-min.png 220w, https://www.capitole-consulting.com/wp-content/uploads/2025/01/DATA-AI-min-150x150.png 150w" sizes="auto, (max-width: 220px) 100vw, 220px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d28ef71 e-con-full e-flex e-con e-child" data-id="d28ef71" data-element_type="container">
				<div class="elementor-element elementor-element-051fa97 elementor-widget elementor-widget-heading" data-id="051fa97" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Data &amp; AI</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-adcdae8 elementor-widget elementor-widget-text-editor" data-id="adcdae8" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;"><strong>End-to-end AI solutions</strong> built across the full spectrum, from training custom machine learning models and computer vision systems to deploying agentic <strong>AI architectures</strong> powered by both open-source and proprietary models, following spec-driven development practices and deployed across major cloud platforms.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8d529f3 e-flex e-con-boxed e-con e-child" data-id="8d529f3" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-a1098ed e-con-full e-flex e-con e-child" data-id="a1098ed" data-element_type="container">
				<div class="elementor-element elementor-element-361935b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="361935b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">SQL and NoSQL Databases</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-4042144 elementor-widget elementor-widget-text-editor" data-id="4042144" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Data storage solutions designed and optimized for their intended use, deploying SQL and NoSQL systems based on key parameters such as flexibility, scalability, performance, and ease of use in production environments.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-30e3efe e-con-full e-flex e-con e-child" data-id="30e3efe" data-element_type="container">
				<div class="elementor-element elementor-element-8a8c6c3 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="8a8c6c3" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Data Architecture</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-8a490eb elementor-widget elementor-widget-text-editor" data-id="8a490eb" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Robust, scalable architectures built across different environments and cloud platforms, designed to enhance data analysis and exploitation capabilities with an AI-centric vision that enables system evolution.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-e2ee100 e-con-full e-flex e-con e-child" data-id="e2ee100" data-element_type="container">
				<div class="elementor-element elementor-element-bb69487 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="bb69487" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Data Warehouses</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-dcc4dcc elementor-widget elementor-widget-text-editor" data-id="dcc4dcc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Implementing the latest trends in data management and analytics, from Data Lakehouse and Data Mesh to Data Fabric and Data Hub, always selecting the most suitable approach for each organization&#8217;s needs and characteristics.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e628396 e-flex e-con-boxed e-con e-child" data-id="e628396" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-724a9b8 e-con-full e-flex e-con e-child" data-id="724a9b8" data-element_type="container">
				<div class="elementor-element elementor-element-b296000 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b296000" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Data Visualization</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-fef7d0e elementor-widget elementor-widget-text-editor" data-id="fef7d0e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Value extracted from stored information, developing relevant insights that support better decision-making across the organization.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4868f60 e-con-full e-flex e-con e-child" data-id="4868f60" data-element_type="container">
				<div class="elementor-element elementor-element-c0d8f60 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c0d8f60" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Data Governance</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-747cba0 elementor-widget elementor-widget-text-editor" data-id="747cba0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Governance models defined and implemented to ensure regulatory compliance within organizations, analyzing risks and action plans across corporate environments.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-baef9d2 e-con-full e-flex e-con e-child" data-id="baef9d2" data-element_type="container">
				<div class="elementor-element elementor-element-3ee5f29 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="3ee5f29" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">MLOPS/ LLMOPS</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-edb9270 elementor-widget elementor-widget-text-editor" data-id="edb9270" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Designing, deploying, and maintaining continuous delivery environments for AI needs, with proprietary and third-party solutions spanning cloud and on-premise infrastructures to facilitate AI governance, security, and control within each organization.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-793090e e-flex e-con-boxed e-con e-child" data-id="793090e" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-f9e47ab e-con-full e-flex e-con e-child" data-id="f9e47ab" data-element_type="container">
				<div class="elementor-element elementor-element-1064e46 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1064e46" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Automatization</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-9c37da2 elementor-widget elementor-widget-text-editor" data-id="9c37da2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Driving end-to-end hyperautomation strategies as a technology partner from opportunity identification through to continuous operation and evolution. Process discovery and modeling, backlog building and prioritization, and scalable solution design are supported across technologies such as UiPath, Microsoft Power Platform, and n8n, with architectural standards ensuring traceability, observability, and governance through logging, monitoring, and business KPIs that measure and optimize the impact of each automation.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-a4b8cce e-con-full e-flex e-con e-child" data-id="a4b8cce" data-element_type="container">
				<div class="elementor-element elementor-element-11025c9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="11025c9" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text"></span>
									</li>
						</ul>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2d1c40e e-con-full e-flex e-con e-child" data-id="2d1c40e" data-element_type="container">
				<div class="elementor-element elementor-element-ca12c67 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ca12c67" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text"></span>
									</li>
						</ul>
						</div>
				</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-7e95dac elementor-align-center elementor-widget elementor-widget-button" data-id="7e95dac" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div id="e-n-tab-content-1335463614" role="tabpanel" aria-labelledby="infraCyber" data-tab-index="4" style="--n-tabs-title-order: 4;" class=" elementor-element elementor-element-7aa75ff e-con-full e-flex elementor-invisible e-con e-child" data-id="7aa75ff" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
		<div class="elementor-element elementor-element-6d804a8 e-flex e-con-boxed e-con e-child" data-id="6d804a8" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-f724d72 e-con-full e-flex e-con e-child" data-id="f724d72" data-element_type="container">
				<div class="elementor-element elementor-element-4652e2c elementor-widget elementor-widget-image" data-id="4652e2c" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="220" height="220" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/cybersecurity-min.png" class="attachment-full size-full wp-image-12587" alt="Infra &amp; Cyber​" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/01/cybersecurity-min.png 220w, https://www.capitole-consulting.com/wp-content/uploads/2025/01/cybersecurity-min-150x150.png 150w" sizes="auto, (max-width: 220px) 100vw, 220px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-bea2888 e-con-full e-flex e-con e-child" data-id="bea2888" data-element_type="container">
				<div class="elementor-element elementor-element-b023015 elementor-widget elementor-widget-heading" data-id="b023015" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Infra &amp; Cyber</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-33ad088 elementor-widget elementor-widget-text-editor" data-id="33ad088" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We protect organizations&#8217; digital assets with top-tier cybersecurity and advanced risk management strategies, implementing measures that ensure maximum protection.								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-acc7af6 e-flex e-con-boxed e-con e-child" data-id="acc7af6" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-69944dc e-con-full e-flex e-con e-child" data-id="69944dc" data-element_type="container">
				<div class="elementor-element elementor-element-e48b48c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="e48b48c" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Cloud</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-98a0af0 elementor-widget elementor-widget-text-editor" data-id="98a0af0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We manage and optimize your cloud infrastructure, guaranteeing efficiency and data protection.​								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0f5b030 e-con-full e-flex e-con e-child" data-id="0f5b030" data-element_type="container">
				<div class="elementor-element elementor-element-f67a2c5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="f67a2c5" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Cloud Architecture and Systems</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-71e9194 elementor-widget elementor-widget-text-editor" data-id="71e9194" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We design scalable and secure cloud solutions that optimize performance and efficiency, ensuring smooth integrations, working on automation design and PaaS architectures.​								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2b61034 e-con-full e-flex e-con e-child" data-id="2b61034" data-element_type="container">
				<div class="elementor-element elementor-element-5a20af0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="5a20af0" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">ITSM (Support)</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-76cfcb9 elementor-widget elementor-widget-text-editor" data-id="76cfcb9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We provide comprehensive solutions to resolve incidents efficiently, ensuring continuous system availability and improving user experience. We integrate AI into our solutions to transform reactive services into proactive ones.​								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-9ba5771 e-flex e-con-boxed e-con e-child" data-id="9ba5771" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-5fde1a7 e-con-full e-flex e-con e-child" data-id="5fde1a7" data-element_type="container">
				<div class="elementor-element elementor-element-72f489c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="72f489c" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Cybersecurity Strategy</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-4d54b87 elementor-widget elementor-widget-text-editor" data-id="4d54b87" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We design tailored strategies to protect your assets and mitigate risks, ensuring the security of your data and systems against cyber threats and attacks.​								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-f60aaf9 e-con-full e-flex e-con e-child" data-id="f60aaf9" data-element_type="container">
				<div class="elementor-element elementor-element-6aa60d9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6aa60d9" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">SOC, Pentest</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-c2d62dd elementor-widget elementor-widget-text-editor" data-id="c2d62dd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									 We conduct thorough tests to identify vulnerabilities and improve incident response, strengthening your security in the process.​								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1501386 e-con-full e-flex e-con e-child" data-id="1501386" data-element_type="container">
				<div class="elementor-element elementor-element-6e14438 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6e14438" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">DevSecOps</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-8bf5b73 elementor-widget elementor-widget-text-editor" data-id="8bf5b73" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We automate and secure the software lifecycle to protect your applications from threats and vulnerabilities.​								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-633462c e-flex e-con-boxed e-con e-child" data-id="633462c" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-7985e90 e-con-full e-flex e-con e-child" data-id="7985e90" data-element_type="container">
				<div class="elementor-element elementor-element-b78ed50 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="b78ed50" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Data Protection</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-c1e81c7 elementor-widget elementor-widget-text-editor" data-id="c1e81c7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">We</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">implement</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">advanced</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">solutions</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">to</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">safeguard</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">your</span></span><span class="TextRun SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP134105397 BCX0"> data </span></span><span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">from</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">unauthorized</span></span> <span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">access</span></span><span class="TextRun SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP134105397 BCX0"> and </span></span><span class="TextRun SpellingErrorZoomed SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP134105397 BCX0">loss</span></span><span class="TextRun SCXP134105397 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP134105397 BCX0">.</span></span><span class="EOP SCXP134105397 BCX0">​</span></p>								</div>
				</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-af77d02 elementor-align-center elementor-widget elementor-widget-button" data-id="af77d02" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div id="e-n-tab-content-1335463615" role="tabpanel" aria-labelledby="industryEngineering" data-tab-index="5" style="--n-tabs-title-order: 5;" class=" elementor-element elementor-element-23a7a89 e-con-full e-flex elementor-invisible e-con e-child" data-id="23a7a89" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
		<div class="elementor-element elementor-element-8406c45 e-flex e-con-boxed e-con e-child" data-id="8406c45" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-120b94a e-con-full e-flex e-con e-child" data-id="120b94a" data-element_type="container">
				<div class="elementor-element elementor-element-3d71b6e elementor-widget elementor-widget-image" data-id="3d71b6e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="220" height="220" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/Industry-min.png" class="attachment-full size-full wp-image-12590" alt="" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/01/Industry-min.png 220w, https://www.capitole-consulting.com/wp-content/uploads/2025/01/Industry-min-150x150.png 150w" sizes="auto, (max-width: 220px) 100vw, 220px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-63296c8 e-con-full e-flex e-con e-child" data-id="63296c8" data-element_type="container">
				<div class="elementor-element elementor-element-8dbe733 elementor-widget elementor-widget-heading" data-id="8dbe733" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Engineering	</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-573f834 elementor-widget elementor-widget-text-editor" data-id="573f834" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p style="text-align: left;">Comprehensive engineering solutions, from product design and development to commissioning and maintenance. Our expertise spans product design, systems engineering, supply chain operations, and industrial operations. We leverage technologies such as IoT, AR/VR, and OT systems to become the digital partner for industries.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-97e5c6d e-flex e-con-boxed e-con e-child" data-id="97e5c6d" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-ddeeff7 e-con-full e-flex e-con e-child" data-id="ddeeff7" data-element_type="container">
				<div class="elementor-element elementor-element-9d9fa83 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9d9fa83" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Product Design &amp; Systems Engineering</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-085080e elementor-widget elementor-widget-text-editor" data-id="085080e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Design and development of products using a systems-oriented approach, including mechanics, electronics, electrical systems, communications, and embedded software.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-3ef3d0d e-con-full e-flex e-con e-child" data-id="3ef3d0d" data-element_type="container">
				<div class="elementor-element elementor-element-c182b53 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="c182b53" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Industry 4.0 - 5.0</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-10105af elementor-widget elementor-widget-text-editor" data-id="10105af" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Expertise across the entire OT system pyramid, from PLCs and sensors to MES systems, along with predictive maintenance solutions to extend the lifespan of your assets.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-9749a88 e-con-full e-flex e-con e-child" data-id="9749a88" data-element_type="container">
				<div class="elementor-element elementor-element-078224f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="078224f" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Commissioning</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-2ebc609 elementor-widget elementor-widget-text-editor" data-id="2ebc609" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Provision of resources and solutions for industrial asset construction projects, including the sensorization of facilities and distributed assets.</p>								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-90ed90b e-flex e-con-boxed e-con e-child" data-id="90ed90b" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-96ad453 e-con-full e-flex e-con e-child" data-id="96ad453" data-element_type="container">
				<div class="elementor-element elementor-element-665bdfa elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="665bdfa" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Supply Chain Operations</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-ea4a710 elementor-widget elementor-widget-text-editor" data-id="ea4a710" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Product quality processes and procurement of parts and materials, supporting both product industrialization and construction projects.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d66b826 e-con-full e-flex e-con e-child" data-id="d66b826" data-element_type="container">
				<div class="elementor-element elementor-element-6055664 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="6055664" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Edge, IoT, Sensors</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-db76160 elementor-widget elementor-widget-text-editor" data-id="db76160" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Industrial communications including sensors in a factory, defense radars or IOT assets monitoring. We provide expertise in communications from low level signal processing to Bus industrial comms.</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-2fa475a e-con-full e-flex e-con e-child" data-id="2fa475a" data-element_type="container">
				<div class="elementor-element elementor-element-885d28b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="885d28b" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text"></span>
									</li>
						</ul>
						</div>
				</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-090af3a elementor-align-center elementor-widget elementor-widget-button" data-id="090af3a" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div id="e-n-tab-content-1335463616" role="tabpanel" aria-labelledby="methodsTransformation" data-tab-index="6" style="--n-tabs-title-order: 6;" class=" elementor-element elementor-element-4c4d07a e-con-full e-flex elementor-invisible e-con e-child" data-id="4c4d07a" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}">
		<div class="elementor-element elementor-element-ded1647 e-flex e-con-boxed e-con e-child" data-id="ded1647" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-7e2e455 e-con-full e-flex e-con e-child" data-id="7e2e455" data-element_type="container">
				<div class="elementor-element elementor-element-585c889 elementor-widget elementor-widget-image" data-id="585c889" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="220" height="220" src="https://www.capitole-consulting.com/wp-content/uploads/2025/01/Methods-Transformation-min.png" class="attachment-full size-full wp-image-12593" alt="Methods &amp; Transformation​​" srcset="https://www.capitole-consulting.com/wp-content/uploads/2025/01/Methods-Transformation-min.png 220w, https://www.capitole-consulting.com/wp-content/uploads/2025/01/Methods-Transformation-min-150x150.png 150w" sizes="auto, (max-width: 220px) 100vw, 220px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4a26a1c e-con-full e-flex e-con e-child" data-id="4a26a1c" data-element_type="container">
				<div class="elementor-element elementor-element-f1cf802 elementor-widget elementor-widget-heading" data-id="f1cf802" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Methods &amp; Transformation​</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-207bcf3 elementor-widget elementor-widget-text-editor" data-id="207bcf3" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We power organizational transformation with dynamic practices that streamline processes, ignite a culture of continuous innovation, and seamlessly guide the shift to modern ways of working.								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ab85c12 e-flex e-con-boxed e-con e-child" data-id="ab85c12" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-6e2ac6d e-con-full e-flex e-con e-child" data-id="6e2ac6d" data-element_type="container">
				<div class="elementor-element elementor-element-0af57ec elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="0af57ec" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Agile scale</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-0e20baf elementor-widget elementor-widget-text-editor" data-id="0e20baf" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We align cross-functional teams to accelerate value delivery, improving collaboration and efficiency across all areas.​								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-6b1e5f8 e-con-full e-flex e-con e-child" data-id="6b1e5f8" data-element_type="container">
				<div class="elementor-element elementor-element-da5fa07 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="da5fa07" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Program Management</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-b21b928 elementor-widget elementor-widget-text-editor" data-id="b21b928" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We coordinate multiple projects to optimize resources and minimize risks, applying both agile and traditional methodologies.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-18c66b7 e-con-full e-flex e-con e-child" data-id="18c66b7" data-element_type="container">
				<div class="elementor-element elementor-element-28a8945 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="28a8945" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Migration Projects</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-539f2cf elementor-widget elementor-widget-text-editor" data-id="539f2cf" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We facilitate the transition to new platforms with a comprehensive approach that ensures secure and efficient data transfer.								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5f823b2 e-flex e-con-boxed e-con e-child" data-id="5f823b2" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-88afd7f e-con-full e-flex e-con e-child" data-id="88afd7f" data-element_type="container">
				<div class="elementor-element elementor-element-886b2ce elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="886b2ce" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Enterprise Architecture</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-0632f0e elementor-widget elementor-widget-text-editor" data-id="0632f0e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We design frameworks that provide a clear view of processes, systems, and technologies, enabling informed decision-making.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-0bc172b e-con-full e-flex e-con e-child" data-id="0bc172b" data-element_type="container">
				<div class="elementor-element elementor-element-9b7ed40 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9b7ed40" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Systems Engineering</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-29d9176 elementor-widget elementor-widget-text-editor" data-id="29d9176" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We design, implement, and optimize systems that align with your business needs, ensuring efficient and secure operations.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-98fdd1f e-con-full e-flex e-con e-child" data-id="98fdd1f" data-element_type="container">
				<div class="elementor-element elementor-element-1f645c1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1f645c1" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Procurement Strategy</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-8f6bd9f elementor-widget elementor-widget-text-editor" data-id="8f6bd9f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We evaluate and optimize your supply chain to ensure you get the right resources at the right time.								</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-471453d e-flex e-con-boxed e-con e-child" data-id="471453d" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-b67d98d e-con-full e-flex e-con e-child" data-id="b67d98d" data-element_type="container">
				<div class="elementor-element elementor-element-a2e2f2d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="a2e2f2d" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Captive & Hub (BOT)</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-3d69d01 elementor-widget elementor-widget-text-editor" data-id="3d69d01" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We create operations centers that enable businesses to outsource specific functions, optimizing costs and improving efficiency.								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4bcd68e e-con-full e-flex e-con e-child" data-id="4bcd68e" data-element_type="container">
				<div class="elementor-element elementor-element-635ae91 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="635ae91" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Innovation Center</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-91806bf elementor-widget elementor-widget-text-editor" data-id="91806bf" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We create a collaborative environment that drives research and development, allowing businesses to explore new ideas and technologies.</p>								</div>
				</div>
				</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-d3efde3 elementor-align-center elementor-widget elementor-widget-button" data-id="d3efde3" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-3b7203b elementor-widget elementor-widget-html" data-id="3b7203b" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<script>
(function(){
  function activateTabAndScroll() {
    let solutionsTabs = document.getElementById("solutionsTabs");
    if (window.location.hash && solutionsTabs) {
      let section = window.location.hash.slice(1);
      let tabButton = document.getElementById(section);
      if (tabButton) {
        // Activar tab
        tabButton.click();

        // Ajustar scroll según viewport
        const offset = (window.innerWidth > 768) ? 630 : 870;
        setTimeout(() => {
          window.scrollTo({
            top: offset,
            behavior: "smooth"
          });
        }, 100);
      }
    }
  }

  // Cuando Elementor ya cargó
  jQuery(window).on('elementor/frontend/init', function() {
    // Hook específico para tabs (opcional, por si quieres asegurar)
    elementorFrontend.hooks.addAction('frontend/element_ready/tabs.default', function($scope, $){
      // ejecutar cuando los tabs estén listos
      activateTabAndScroll();
    });

    // fallback: ejecutar también al load por si no entra al hook
    window.addEventListener("load", () => {
      setTimeout(activateTabAndScroll, 300);
    });
  });
})();
</script>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-92b5f14 e-flex e-con-boxed e-con e-parent" data-id="92b5f14" data-element_type="container" id="how-we-work">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-6e3df41 e-con-full e-flex e-con e-child" data-id="6e3df41" data-element_type="container">
				<div class="elementor-element elementor-element-de1ccf0 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="de1ccf0" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-f146aa9 title elementor-widget elementor-widget-heading" data-id="f146aa9" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>How we work </span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-b354ebd elementor-widget elementor-widget-text-editor" data-id="b354ebd" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">We</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">transform</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">challenges</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">into</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">opportunities</span></span><span class="TextRun SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP6691458 BCX0">. </span></span><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">With</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">our</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">collaborative</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">approach</span></span><span class="TextRun SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP6691458 BCX0">, </span></span><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">we</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">become</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">your</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">strategic</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">partner</span></span><span class="TextRun SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP6691458 BCX0">, </span></span><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">delivering</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">high-</span></span><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">impact</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">tech</span></span><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"> <span class="SCXP6691458 BCX0">solutions</span> </span><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">that</span></span><span class="TextRun SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP6691458 BCX0"> are </span></span><span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">perfectly</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">tailored</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">to</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">your</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">needs</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">for</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">exceptional</span></span> <span class="TextRun SpellingErrorZoomed SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="SCXP6691458 BCX0">results</span></span><span class="TextRun SCXP6691458 BCX0" lang="ES-ES" xml:lang="ES-ES" data-scheme-color="@000000,1," data-usefontface="true" data-contrast="none"><span class="NormalTextRun SCXP6691458 BCX0">.</span></span></p>								</div>
				</div>
		<div class="elementor-element elementor-element-bd303b2 e-flex e-con-boxed e-con e-child" data-id="bd303b2" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-0bcff1b e-con-full e-flex e-con e-child" data-id="0bcff1b" data-element_type="container">
		<div class="elementor-element elementor-element-eb0c126 e-con-full e-flex e-con e-child" data-id="eb0c126" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-50015b7 e-con-full e-flex e-con e-child" data-id="50015b7" data-element_type="container">
				<div class="elementor-element elementor-element-dbdb2b1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="dbdb2b1" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Technical Assistance​</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-dd60daa elementor-widget elementor-widget-text-editor" data-id="dd60daa" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We work on-site with the client for specific projects over a defined period. We seamlessly integrate with their team, ensuring efficient and productive collaboration.								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-9989413 e-con-full e-flex e-con e-child" data-id="9989413" data-element_type="container">
		<div class="elementor-element elementor-element-fc78fd7 e-con-full e-flex e-con e-child" data-id="fc78fd7" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-fea5649 e-con-full e-flex e-con e-child" data-id="fea5649" data-element_type="container">
				<div class="elementor-element elementor-element-cae7eaf elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="cae7eaf" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Managed Services​</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-18b2a05 elementor-widget elementor-widget-text-editor" data-id="18b2a05" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We provide advanced management services that ensure optimal performance for your operations. We set clear KPIs and SLAs, ensuring measurable results and a strategic approach that drives efficiency and success.								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-1451f18 e-con-full e-flex e-con e-child" data-id="1451f18" data-element_type="container">
		<div class="elementor-element elementor-element-fdf827e e-con-full e-flex e-con e-child" data-id="fdf827e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-01e5cb7 e-con-full e-flex e-con e-child" data-id="01e5cb7" data-element_type="container">
				<div class="elementor-element elementor-element-49b54a1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="49b54a1" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Closed Projects​</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-e4794b5 elementor-widget elementor-widget-text-editor" data-id="e4794b5" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We dive into the requirements, create a tailored proposal, and bring the project to life. With our proven methodology, we ensure constant collaboration and seamless follow-up with the client every step of the way.								</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-4a9331c e-con-full e-flex e-con e-child" data-id="4a9331c" data-element_type="container">
		<div class="elementor-element elementor-element-4e547fc e-con-full e-flex e-con e-child" data-id="4e547fc" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-c141bd0 e-con-full e-flex e-con e-child" data-id="c141bd0" data-element_type="container">
				<div class="elementor-element elementor-element-a3cea4d elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="a3cea4d" data-element_type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items">
							<li class="elementor-icon-list-item">
										<span class="elementor-icon-list-text">Consulting</span>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-aaa3cd9 elementor-widget elementor-widget-text-editor" data-id="aaa3cd9" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									We transform businesses through strategic projects, guiding our clients in process analysis and strategy definition to achieve their goals.								</div>
				</div>
				</div>
				</div>
					</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bcfd215 e-flex e-con-boxed e-con e-parent" data-id="bcfd215" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0e83437 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="0e83437" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-cd63df9 e-flex e-con-boxed e-con e-parent" data-id="cd63df9" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-f057387 e-con-full e-flex e-con e-child" data-id="f057387" data-element_type="container">
				<div class="elementor-element elementor-element-7785637 elementor-widget elementor-widget-heading" data-id="7785637" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Other models of collaboration​</h3>				</div>
				</div>
				<div class="elementor-element elementor-element-defe5c4 elementor-widget elementor-widget-spacer" data-id="defe5c4" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-0b6aa9c e-flex e-con-boxed e-con e-parent" data-id="0b6aa9c" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-c4cd588 e-con-full e-flex e-con e-child" data-id="c4cd588" data-element_type="container">
				<div class="elementor-element elementor-element-52d8683 elementor-flip-box--direction-right elementor-widget-tablet__width-initial elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="52d8683" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
						
													<div class="elementor-flip-box__layer__title">
								Training							</div>
						
											</div>
				</div>
			</div>
			<div class="elementor-flip-box__layer elementor-flip-box__back">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We offer training in Software Development, DevOps, QA, Atlassian Suite, AGILE, and Serious Games.​						</div>
					
								</div>
		</div>
		</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-fa5428a elementor-flip-box--direction-right elementor-widget-tablet__width-initial elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="fa5428a" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
						
													<div class="elementor-flip-box__layer__title">
								Capitole Academy​							</div>
						
											</div>
				</div>
			</div>
			<div class="elementor-flip-box__layer elementor-flip-box__back">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We empower junior talent by designing personalized training and development plans, supported by our expert Technical Leads to ensure their growth and success.​						</div>
					
								</div>
		</div>
		</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0d28916 elementor-flip-box--direction-right elementor-widget-tablet__width-initial elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="0d28916" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
						
													<div class="elementor-flip-box__layer__title">
								Direct Recruitment​							</div>
						
											</div>
				</div>
			</div>
			<div class="elementor-flip-box__layer elementor-flip-box__back">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We manage the selection process for our clients, with specialized IT recruiters focused on finding the perfect match.​						</div>
					
								</div>
		</div>
		</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-dc23a7e elementor-flip-box--direction-right elementor-widget-tablet__width-initial elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="dc23a7e" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
						
													<div class="elementor-flip-box__layer__title">
								Auditing							</div>
						
											</div>
				</div>
			</div>
			<div class="elementor-flip-box__layer elementor-flip-box__back">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							We analyze maturity levels through gap and weakness assessments, then provide tailored recommendations and actionable solutions.​						</div>
					
								</div>
		</div>
		</div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-77cb3c0 elementor-flip-box--direction-right elementor-widget-tablet__width-initial elementor-flip-box--effect-flip elementor-widget elementor-widget-flip-box" data-id="77cb3c0" data-element_type="widget" data-widget_type="flip-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-flip-box" tabindex="0">
			<div class="elementor-flip-box__layer elementor-flip-box__front">
				<div class="elementor-flip-box__layer__overlay">
					<div class="elementor-flip-box__layer__inner">
						
													<div class="elementor-flip-box__layer__title">
								IT HUB (BOT)​							</div>
						
											</div>
				</div>
			</div>
			<div class="elementor-flip-box__layer elementor-flip-box__back">
			<div class="elementor-flip-box__layer__overlay">
				<div class="elementor-flip-box__layer__inner">
					
											<div class="elementor-flip-box__layer__description">
							A dedicated Capitole team handles the creation, management, and transfer of an IT Hub, customized to meet the client’s needs.​						</div>
					
								</div>
		</div>
		</div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c8408c2 e-flex e-con-boxed e-con e-parent" data-id="c8408c2" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f629d85 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="f629d85" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-cfbb8d9 e-con-full e-flex e-con e-parent" data-id="cfbb8d9" data-element_type="container">
				<div class="elementor-element elementor-element-3182bd7 elementor-widget elementor-widget-heading" data-id="3182bd7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h3 class="elementor-heading-title elementor-size-default">Strategic alliances with industry leaders</h3>				</div>
				</div>
		<div class="elementor-element elementor-element-9fa893a elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet e-flex e-con-boxed e-con e-child" data-id="9fa893a" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-c1d5398 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-arrows-position-inside elementor-pagination-position-outside elementor-widget elementor-widget-image-carousel" data-id="c1d5398" data-element_type="widget" data-settings="{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-carousel-wrapper swiper" role="region" aria-roledescription="carousel" aria-label="Image Carousel" dir="ltr">
			<div class="elementor-image-carousel swiper-wrapper" aria-live="off">
								<div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Sabadell-r94r2uj2plcuv11rjk2cl42txpmsijteuso6ah9qw8.png" alt="Logo-Sabadell" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="2 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Repsol-r94r2uj2plcuv11rjk2cl42txpmsijteuso6ah9qxc.png" alt="Logo-Repsol" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="3 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Mano-Mano-01-r94r2uj2plcuv11rjk2cl42txpmsijteuso6ah9qxw.png" alt="Logo-Mano-Mano-01" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="4 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Inditex-01-r94r2wer39ffi8z18kvlq3lr4hdixy0vj1z5916yiy.png" alt="Logo-Inditex-01" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="5 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Axa-01-r94r2wer39ffi8z18kvlq3lr4hdixy0vj1z5916zew.png" alt="Logo-Axa-01" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="6 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Zurich-01-r94r2yafgxi05gwaxlouv34ob949dc8c7ba47l46ou.png" alt="Logo-Zurich-01" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="7 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-WK-r94r2wer39ffi8z18kvlq3lr4hdixy0vj1z5916yl6.png" alt="Logo-WK" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="8 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Vueling-01-r94r2wer39ffi8z18kvlq3lr4hdixy0vj1z5916yo8.png" alt="Logo-Vueling-01" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="9 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Telefonica-r94r2wer39ffi8z18kvlq3lr4hdixy0vj1z5916yo8.png" alt="Logo-Telefónica" /></figure></div><div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="10 of 10"><figure class="swiper-slide-inner"><img decoding="async" class="swiper-slide-image" src="https://www.capitole-consulting.com/wp-content/uploads/elementor/thumbs/Logo-Santander-01-r94r2wer39ffi8z18kvlq3lr4hdixy0vj1z5916yhk.png" alt="Logo-Santander-01" /></figure></div>			</div>
												<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-chevron-left"></i>					</div>
					<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0">
						<i aria-hidden="true" class="eicon-chevron-right"></i>					</div>
				
									<div class="swiper-pagination"></div>
									</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-543f6f4a e-con-full marquee elementor-hidden-mobile e-flex e-con e-parent" data-id="543f6f4a" data-element_type="container">
		<div class="elementor-element elementor-element-59c7551c e-con-full marquee__inner-wrap e-flex e-con e-child" data-id="59c7551c" data-element_type="container">
		<div class="elementor-element elementor-element-3bc4f922 e-con-full marquee__inner elementor-hidden-mobile e-flex e-con e-child" data-id="3bc4f922" data-element_type="container">
				<div class="elementor-element elementor-element-5556902a elementor-widget elementor-widget-image" data-id="5556902a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="200" height="45" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Sabadell.png" class="attachment-large size-large wp-image-9479" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-675c5a48 elementor-widget elementor-widget-image" data-id="675c5a48" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="200" height="50" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Repsol.png" class="attachment-full size-full wp-image-9476" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-3a684550 elementor-widget elementor-widget-image" data-id="3a684550" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="210" height="56" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Mano-Mano-01.png" class="attachment-large size-large wp-image-9473" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-b59a10b elementor-widget elementor-widget-image" data-id="b59a10b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="200" height="42" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Inditex-01.png" class="attachment-large size-large wp-image-9470" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-1a9b7125 elementor-widget elementor-widget-image" data-id="1a9b7125" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="100" height="93" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Axa-01.png" class="attachment-large size-large wp-image-9467" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-69a683b4 elementor-widget elementor-widget-image" data-id="69a683b4" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="180" height="112" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Zurich-01.png" class="attachment-large size-large wp-image-9464" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-36eed5ad elementor-widget elementor-widget-image" data-id="36eed5ad" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="210" height="55" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-WK.png" class="attachment-large size-large wp-image-9461" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-3a973547 elementor-widget elementor-widget-image" data-id="3a973547" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="200" height="65" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Vueling-01.png" class="attachment-large size-large wp-image-9458" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-713676e elementor-widget elementor-widget-image" data-id="713676e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="200" height="65" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Telefonica.png" class="attachment-large size-large wp-image-9455" alt="" />															</div>
				</div>
				<div class="elementor-element elementor-element-b3a8646 elementor-widget elementor-widget-image" data-id="b3a8646" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="200" height="35" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Logo-Santander-01.png" class="attachment-large size-large wp-image-9452" alt="" />															</div>
				</div>
				</div>
				</div>
				<div class="elementor-element elementor-element-458ea719 elementor-widget elementor-widget-spacer" data-id="458ea719" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-201fa15 e-flex e-con-boxed e-con e-parent" data-id="201fa15" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-0a248c3 elementor-widget elementor-widget-spacer" data-id="0a248c3" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-b8f1204 e-flex e-con-boxed e-con e-parent" data-id="b8f1204" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-46e24b9 e-con-full e-flex e-con e-child" data-id="46e24b9" data-element_type="container">
				<div class="elementor-element elementor-element-703c488 title elementor-widget elementor-widget-heading" data-id="703c488" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span>   We drive impact and innovation </span> <br>
across all industries​
</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-80fdf1b elementor-widget__width-initial elementor-widget elementor-widget-text-editor" data-id="80fdf1b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>We revolutionize your operations with cutting-edge strategies, smart solutions, and process optimization, driving efficiency and success across every sector.​</p>								</div>
				</div>
				<div class="elementor-element elementor-element-34a226f elementor-widget elementor-widget-spacer" data-id="34a226f" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-1ba0c29 industries-link e-flex e-con-boxed e-con e-parent" data-id="1ba0c29" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-e167342 e-con-full e-flex e-con e-child" data-id="e167342" data-element_type="container">
		<a class="elementor-element elementor-element-564556b e-con-full card-services e-flex e-con e-child" data-id="564556b" data-element_type="container" href="https://www.capitole-consulting.com/industries/#financial-services">
		<div class="elementor-element elementor-element-61ab585 e-con-full e-flex e-con e-child" data-id="61ab585" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-30ae326 e-con-full e-flex e-con e-child" data-id="30ae326" data-element_type="container">
				<div class="elementor-element elementor-element-28d17c7 elementor-vertical-align-middle elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="28d17c7" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Financial Services						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-ebcffc8 e-con-full card-services e-flex e-con e-child" data-id="ebcffc8" data-element_type="container" href="https://www.capitole-consulting.com/industries/#retail-luxury">
		<div class="elementor-element elementor-element-1b5a5f9 e-con-full e-flex e-con e-child" data-id="1b5a5f9" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-eef2bff e-con-full e-flex e-con e-child" data-id="eef2bff" data-element_type="container">
				<div class="elementor-element elementor-element-a54986a elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="a54986a" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Retail & Luxury						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-7995cdc e-con-full card-services e-flex e-con e-child" data-id="7995cdc" data-element_type="container" href="https://www.capitole-consulting.com/industries/#telecom-media">
		<div class="elementor-element elementor-element-7b7a8bb e-con-full e-flex e-con e-child" data-id="7b7a8bb" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-1c19c01 e-con-full e-flex e-con e-child" data-id="1c19c01" data-element_type="container">
				<div class="elementor-element elementor-element-835e668 elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="835e668" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Telecom &amp; Media 						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
				</div>
		<div class="elementor-element elementor-element-fcad488 e-con-full e-flex e-con e-child" data-id="fcad488" data-element_type="container">
		<a class="elementor-element elementor-element-8a23164 e-con-full card-services e-flex e-con e-child" data-id="8a23164" data-element_type="container" href="https://www.capitole-consulting.com/industries/#services">
		<div class="elementor-element elementor-element-587c71c e-con-full e-flex e-con e-child" data-id="587c71c" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-37cd978 e-con-full e-flex e-con e-child" data-id="37cd978" data-element_type="container">
				<div class="elementor-element elementor-element-bc23b71 elementor-vertical-align-middle elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="bc23b71" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Services 						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-45727ba e-con-full card-services e-flex e-con e-child" data-id="45727ba" data-element_type="container" href="https://www.capitole-consulting.com/industries/#public-sector">
		<div class="elementor-element elementor-element-12bedcb e-con-full e-flex e-con e-child" data-id="12bedcb" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-9442f1a e-con-full e-flex e-con e-child" data-id="9442f1a" data-element_type="container">
				<div class="elementor-element elementor-element-cd1ddc9 elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="cd1ddc9" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Public Sector						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-8b4aed5 e-con-full card-services e-flex e-con e-child" data-id="8b4aed5" data-element_type="container" href="https://www.capitole-consulting.com/industries/#aeronautic">
		<div class="elementor-element elementor-element-770a1b0 e-con-full e-flex e-con e-child" data-id="770a1b0" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-93be33b e-con-full e-flex e-con e-child" data-id="93be33b" data-element_type="container">
				<div class="elementor-element elementor-element-9c46fe7 elementor-vertical-align-middle elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="9c46fe7" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Aeronautic, Space, Defense & Naval 						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
				</div>
		<div class="elementor-element elementor-element-96bd4b0 e-con-full e-flex e-con e-child" data-id="96bd4b0" data-element_type="container">
		<a class="elementor-element elementor-element-f148d2f e-con-full card-services e-flex e-con e-child" data-id="f148d2f" data-element_type="container" href="https://www.capitole-consulting.com/industries/#automotive">
		<div class="elementor-element elementor-element-1af8d06 e-con-full e-flex e-con e-child" data-id="1af8d06" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-a714d73 e-con-full e-flex e-con e-child" data-id="a714d73" data-element_type="container">
				<div class="elementor-element elementor-element-a4f61c7 elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="a4f61c7" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Automotive & Rail​						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-3c31ecc e-con-full card-services e-flex e-con e-child" data-id="3c31ecc" data-element_type="container" href="https://www.capitole-consulting.com/industries/#life-sciences">
		<div class="elementor-element elementor-element-8425b05 e-con-full e-flex e-con e-child" data-id="8425b05" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-e7a78e7 e-con-full e-flex e-con e-child" data-id="e7a78e7" data-element_type="container">
				<div class="elementor-element elementor-element-78bff38 elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="78bff38" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Life Sciences​						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-9dea84d e-con-full card-services e-flex e-con e-child" data-id="9dea84d" data-element_type="container" href="https://www.capitole-consulting.com/industries/#energy-utilities">
		<div class="elementor-element elementor-element-b3e19f5 e-con-full e-flex e-con e-child" data-id="b3e19f5" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-a47e33b e-con-full e-flex e-con e-child" data-id="a47e33b" data-element_type="container">
				<div class="elementor-element elementor-element-e23030b elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="e23030b" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Energy & Utilities						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
				</div>
		<div class="elementor-element elementor-element-6658ebc e-con-full e-flex e-con e-child" data-id="6658ebc" data-element_type="container">
		<a class="elementor-element elementor-element-efa4ccf e-con-full card-services e-flex e-con e-child" data-id="efa4ccf" data-element_type="container" href="https://www.capitole-consulting.com/industries/#industrial-ectronics">
		<div class="elementor-element elementor-element-a1000a5 e-con-full e-flex e-con e-child" data-id="a1000a5" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-cff78b0 e-con-full e-flex e-con e-child" data-id="cff78b0" data-element_type="container">
				<div class="elementor-element elementor-element-6dd4e4e elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="6dd4e4e" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Industrial & Electronics ​ ​						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-17c5327 e-con-full card-services e-flex e-con e-child" data-id="17c5327" data-element_type="container" href="https://www.capitole-consulting.com/industries/#beverage-food">
		<div class="elementor-element elementor-element-fa3d430 e-con-full e-flex e-con e-child" data-id="fa3d430" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-098203c e-con-full e-flex e-con e-child" data-id="098203c" data-element_type="container">
				<div class="elementor-element elementor-element-9f6310d elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="9f6310d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Food & Beverage 						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
		<a class="elementor-element elementor-element-a661866 e-con-full card-services e-flex e-con e-child" data-id="a661866" data-element_type="container" href="https://www.capitole-consulting.com/industries/#travel-hospitality">
		<div class="elementor-element elementor-element-ae58092 e-con-full e-flex e-con e-child" data-id="ae58092" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				</div>
		<div class="elementor-element elementor-element-b6b5897 e-con-full e-flex e-con e-child" data-id="b6b5897" data-element_type="container">
				<div class="elementor-element elementor-element-0e04fe2 elementor-vertical-align-middle link-services elementor-widget elementor-widget-icon-box" data-id="0e04fe2" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h5 class="elementor-icon-box-title">
						<span  >
							Travel & Hospitality ​						</span>
					</h5>
				
				
			</div>
			
		</div>
						</div>
				</div>
				</div>
				</a>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5736d2b e-flex e-con-boxed e-con e-parent" data-id="5736d2b" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-aa690c2 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="aa690c2" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-d24da61 e-flex e-con-boxed e-con e-parent" data-id="d24da61" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-ef96930 e-con-full e-flex e-con e-child" data-id="ef96930" data-element_type="container">
				<div class="elementor-element elementor-element-1740e53 title elementor-widget elementor-widget-heading" data-id="1740e53" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span> Success​</span> Cases</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-ab25a22 elementor-widget elementor-widget-text-editor" data-id="ab25a22" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Discover how our tech solutions have transformed businesses and delivered outstanding results.​								</div>
				</div>
				<div class="elementor-element elementor-element-2a3d732 elementor-widget elementor-widget-spacer" data-id="2a3d732" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
		<div class="elementor-element elementor-element-495614b e-con-full e-flex e-con e-child" data-id="495614b" data-element_type="container">
		<div class="elementor-element elementor-element-89a0e56 e-con-full e-flex e-con e-child" data-id="89a0e56" data-element_type="container">
		<div class="elementor-element elementor-element-3f07d30 e-con-full e-flex e-con e-child" data-id="3f07d30" data-element_type="container">
				<div class="elementor-element elementor-element-87c7a5a elementor-widget elementor-widget-image" data-id="87c7a5a" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="330" height="330" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/mercadona.png" class="attachment-full size-full wp-image-1157" alt="Tech solutions for businesses" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/10/mercadona.png 330w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/mercadona-300x300.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/mercadona-150x150.png 150w" sizes="auto, (max-width: 330px) 100vw, 330px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-dbaf499 e-con-full e-flex e-con e-child" data-id="dbaf499" data-element_type="container">
				<div class="elementor-element elementor-element-4667768 elementor-vertical-align-middle elementor-widget elementor-widget-icon-box" data-id="4667768" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Boosting performance: The key to effective testing						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						We enhanced efficiency and scalability through performance testing, integrating agile testing into development to optimize critical applications.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1b8958c btn-gradient  elementor-align-left elementor-widget elementor-widget-button" data-id="1b8958c" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://view.genially.com/67878de495e29d0cbfb48c99" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Discover the full case</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-9ee1a8d e-con-full e-flex e-con e-child" data-id="9ee1a8d" data-element_type="container">
		<div class="elementor-element elementor-element-2073f5c e-con-full e-flex e-con e-child" data-id="2073f5c" data-element_type="container">
		<div class="elementor-element elementor-element-9aa7b78 e-con-full e-flex e-con e-child" data-id="9aa7b78" data-element_type="container">
				<div class="elementor-element elementor-element-dd90e6d elementor-vertical-align-middle elementor-widget elementor-widget-icon-box" data-id="dd90e6d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Time and cost reduction: The AI and Big Data revolution​						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						We optimized processes with AI and Big Data, saving up to 96 hours per project and 3,000 hours annually on manual tasks. Discover how we boosted efficiency in an innovative way!					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-da457d6 btn-gradient  elementor-align-left elementor-widget elementor-widget-button" data-id="da457d6" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://view.genially.com/678796edf0cca392f97aec2c" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Discover the full case</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-15b4765 e-con-full e-flex e-con e-child" data-id="15b4765" data-element_type="container">
				<div class="elementor-element elementor-element-de14e64 elementor-widget elementor-widget-image" data-id="de14e64" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="330" height="330" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/horse.png" class="attachment-full size-full wp-image-1159" alt="Technology solutions for businesses" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/10/horse.png 330w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/horse-300x300.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/horse-150x150.png 150w" sizes="auto, (max-width: 330px) 100vw, 330px" />															</div>
				</div>
				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-5abb295 e-con-full e-flex e-con e-child" data-id="5abb295" data-element_type="container">
		<div class="elementor-element elementor-element-1dd2ced e-con-full e-flex e-con e-child" data-id="1dd2ced" data-element_type="container">
		<div class="elementor-element elementor-element-2f31951 e-con-full e-flex e-con e-child" data-id="2f31951" data-element_type="container">
				<div class="elementor-element elementor-element-7756d3e elementor-widget elementor-widget-image" data-id="7756d3e" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="330" height="330" src="https://www.capitole-consulting.com/wp-content/uploads/2024/10/tbd.png" class="attachment-full size-full wp-image-1158" alt="Digital solutions for businesses" srcset="https://www.capitole-consulting.com/wp-content/uploads/2024/10/tbd.png 330w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/tbd-300x300.png 300w, https://www.capitole-consulting.com/wp-content/uploads/2024/10/tbd-150x150.png 150w" sizes="auto, (max-width: 330px) 100vw, 330px" />															</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d22c9d3 e-con-full e-flex e-con e-child" data-id="d22c9d3" data-element_type="container">
				<div class="elementor-element elementor-element-4f2cb5d elementor-vertical-align-middle elementor-widget elementor-widget-icon-box" data-id="4f2cb5d" data-element_type="widget" data-widget_type="icon-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-icon-box-wrapper">

			
						<div class="elementor-icon-box-content">

									<h3 class="elementor-icon-box-title">
						<span  >
							Scaling to success: A game-changing Tech Hub​						</span>
					</h3>
				
									<p class="elementor-icon-box-description">
						We established a high-performance hub in Barcelona, assembling a team of experts in record time, successfully meeting all set SLAs.					</p>
				
			</div>
			
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b05d6bd btn-gradient  elementor-align-left elementor-widget elementor-widget-button" data-id="b05d6bd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="https://view.genially.com/677fb2662af016b49be6d478" target="_blank">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Discover the full case</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
				</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-8b4739d e-flex e-con-boxed e-con e-parent" data-id="8b4739d" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-084d5f8 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="084d5f8" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-f55ac4f e-con-full e-flex e-con e-parent" data-id="f55ac4f" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
		<div class="elementor-element elementor-element-dc5c324 e-flex e-con-boxed e-con e-child" data-id="dc5c324" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-071c4ee e-con-full e-flex e-con e-child" data-id="071c4ee" data-element_type="container">
				<div class="elementor-element elementor-element-69b3f65 title-gradient elementor-widget elementor-widget-heading" data-id="69b3f65" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Transforming businesses through innovative technology solutions</h2>				</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-d90d2d8 e-con-full tit e-flex e-con e-child" data-id="d90d2d8" data-element_type="container">
				<div class="elementor-element elementor-element-e814423 elementor-widget elementor-widget-text-editor" data-id="e814423" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									Boosting your performance and competitiveness through advanced tech and customized solutions.​								</div>
				</div>
				<div class="elementor-element elementor-element-87df5a8 elementor-widget elementor-widget-button" data-id="87df5a8" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Contact us</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				</div>
					</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-32e3080 e-flex e-con-boxed e-con e-parent" data-id="32e3080" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a3a1760 elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="a3a1760" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-6528ec2 e-flex e-con-boxed e-con e-parent" data-id="6528ec2" data-element_type="container">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-ba0f8d4 e-con-full e-flex e-con e-child" data-id="ba0f8d4" data-element_type="container">
				<div class="elementor-element elementor-element-303a80c title elementor-widget elementor-widget-heading" data-id="303a80c" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default"><span> Testimonials </span></h2>				</div>
				</div>
				<div class="elementor-element elementor-element-31f4cac elementor-widget elementor-widget-text-editor" data-id="31f4cac" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<strong>We transform ideas into game-changing success.​
</strong><br>
Discover how we&#8217;ve powered our clients&#8217; success stories.								</div>
				</div>
				<div class="elementor-element elementor-element-791ec1e elementor-widget elementor-widget-spacer" data-id="791ec1e" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-06606f5 e-flex e-con-boxed e-con e-parent" data-id="06606f5" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ace567f elementor-testimonial--layout-image_above circle-testimonial elementor-testimonial--skin-default elementor-testimonial--align-center elementor-arrows-yes elementor-pagination-type-bullets elementor-widget elementor-widget-testimonial-carousel" data-id="ace567f" data-element_type="widget" data-settings="{&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}" data-widget_type="testimonial-carousel.default">
				<div class="elementor-widget-container">
									<div class="elementor-swiper">
					<div class="elementor-main-swiper swiper" role="region" aria-roledescription="carousel" aria-label="Slides">
				<div class="swiper-wrapper">
											<div class="swiper-slide" role="group" aria-roledescription="slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						Capitole has been a key partner in the development of our IT Hub in Barcelona. Thanks to their expertise in software development and Data Engineering, we were able to build a team of 35 professionals specialized in key technologies like ReactJS, Java, and Python in record time.​<span id="dots-div5">...</span> <span id="div5" class="hidden">
Their agile approach and deep knowledge of AWS data infrastructure allowed us to design and deploy robust pipelines that significantly improved the efficiency of our data analysis processes. This translated into more informed, real-time strategic decisions.​

Capitole's ability to adapt to our specific needs, combined with their constant commitment to quality and results, has been crucial to the success of this project. We couldn’t have reached these milestones without their support.​
  </span> 
<div onclick="toggleDiv('div5', this)" href="#div5" class="btn-read">
Read the full testimonial here</div>
					</div>
					<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Stephane Priolet</span><span class="elementor-testimonial__title">CTO Mano Mano</span></cite>				</div>
						<div class="elementor-testimonial__footer">
									<div class="elementor-testimonial__image">
						<img decoding="async" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Stephane-Priolet_Mano-Mano-e1736336993444.jpg" alt="Stephane Priolet">
											</div>
											</div>
		</div>
								</div>
											<div class="swiper-slide" role="group" aria-roledescription="slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						I hired Capitole in its early days and have had the pleasure of watching them grow over the years, even after our contracts ended. From the start, their approach was personal and always focused on providing solutions. What truly set them apart was their ability to integrate seamlessly into our team, committing fully during both good times and challenges.<span id="dots-div1">...</span> <span id="div1" class="hidden"> They not only brought expert knowledge but also great people who enriched and improved the team dynamic. Working with them was a positive and enriching experience that left a lasting mark on our journey.​
  </span> 
<div onclick="toggleDiv('div1', this)" href="#div1" class="btn-read">
Read the full testimonial here</div>
					</div>
					<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Fernando Sánchez </span><span class="elementor-testimonial__title">Desigual</span></cite>				</div>
						<div class="elementor-testimonial__footer">
									<div class="elementor-testimonial__image">
						<img decoding="async" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Fernando-Sanchez_Desigual.png" alt="Fernando Sánchez ">
											</div>
											</div>
		</div>
								</div>
											<div class="swiper-slide" role="group" aria-roledescription="slide">
									<div class="elementor-testimonial">
							<div class="elementor-testimonial__content">
					<div class="elementor-testimonial__text">
						At WK Spain, a leader in the Spanish market for SaaS applications for accounting, payroll, and taxation management, we worked with Capitole for over two years to accelerate our load testing. We started with two FTEs and expanded to three, always receiving a service tailored to our needs.<span id="dots-div2">...</span> <span id="div2" class="hidden">Capitole provided a technical leader, Florent, who designed and developed efficient test scenarios. This allowed us, in the second year, to integrate lighter tests into our delivery pipelines and execute them on-demand. Thanks to their support, we were able to identify potential component failures early when scaling, achieving a level of maturity in two years that would have taken much longer without them. Capitole continues to offer this service to WK Spain, demonstrating their commitment to best practices and allowing our internal team to focus on other critical aspects. I highly recommend their service to companies looking to implement advanced load testing efficiently and sustainably.
  </span> 
<div onclick="toggleDiv('div2', this)" href="#div2" class="btn-read">
Read the full testimonial here</div>
					</div>
					<cite class="elementor-testimonial__cite"><span class="elementor-testimonial__name">Damien Peteau </span><span class="elementor-testimonial__title">Wolters Kluwer</span></cite>				</div>
						<div class="elementor-testimonial__footer">
									<div class="elementor-testimonial__image">
						<img decoding="async" src="https://www.capitole-consulting.com/wp-content/uploads/2024/12/Damien-Peteau-WK.jpg" alt="Damien Peteau ">
											</div>
											</div>
		</div>
								</div>
									</div>
															<div class="elementor-swiper-button elementor-swiper-button-prev" role="button" tabindex="0" aria-label="Previous">
							<i aria-hidden="true" class="eicon-chevron-left"></i>						</div>
						<div class="elementor-swiper-button elementor-swiper-button-next" role="button" tabindex="0" aria-label="Next">
							<i aria-hidden="true" class="eicon-chevron-right"></i>						</div>
																<div class="swiper-pagination"></div>
												</div>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-a644d5d elementor-widget elementor-widget-html" data-id="a644d5d" data-element_type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<script>
function toggleDiv(id, trigger) {
  const element = document.getElementById(id);
  const dots = document.getElementById(`dots-${id}`);

  const isHidden = element.classList.contains('hidden');


  if (isHidden) {
    element.classList.remove('hidden');
    element.classList.add('visible');
    trigger.textContent = "Close"; 
    dots.classList.add('hidden'); 
  } else {
    element.classList.remove('visible');
    element.classList.add('hidden');
    trigger.textContent = "Read the full testimonial here"; 
    dots.classList.remove('hidden'); 
  }
}
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-8037a00 elementor-align-center elementor-widget elementor-widget-button" data-id="8037a00" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-shrink" href="https://www.capitole-consulting.com/contact-us/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Let's collaborate</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-e090037 e-flex e-con-boxed e-con e-parent" data-id="e090037" data-element_type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-cf3fbec elementor-widget elementor-widget-global elementor-global-14530 elementor-widget-spacer" data-id="cf3fbec" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://www.capitole-consulting.com/solutions/">Solutions</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Crucial Role of Quality Assurance in Software Development</title>
		<link>https://www.capitole-consulting.com/blog/the-crucial-role-of-quality-assurance-in-software-development/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Fri, 29 Dec 2023 00:00:00 +0000</pubDate>
				<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/fb-4830/</guid>

					<description><![CDATA[<p>Quality Assurance (QA) stands as a pivotal process, dedicated to elevating the quality of software products, services, or data. At Capitole, we hold QA in high regard, making it a linchpin in our endeavor to furnish our clients with deliverables that adhere to exacting quality standards. Our approach to QA and software testing involves the ... <a title="The Crucial Role of Quality Assurance in Software Development" class="read-more" href="https://www.capitole-consulting.com/blog/the-crucial-role-of-quality-assurance-in-software-development/" aria-label="Read more about The Crucial Role of Quality Assurance in Software Development">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/the-crucial-role-of-quality-assurance-in-software-development/">The Crucial Role of Quality Assurance in Software Development</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Quality Assurance (QA) stands as a pivotal process, dedicated to elevating the quality of software products, services, or data. At Capitole, we hold QA in high regard, making it a linchpin in our endeavor to furnish our clients with deliverables that adhere to exacting quality standards. Our approach to QA and software testing involves the careful scrutiny of software applications, a task undertaken by either our adept team members or specialized testers. Our goal goes beyond mere bug reproduction; we seek to unearth nuanced issues that might not have straightforward solutions, ensuring that the software functions with precision.</p>
<p>In the realm of software application development, QA analysts are akin to sentinels of success. When it comes to launching an app, the imperative is clear: it must operate with seamless perfection. In the crucible of app development, the art of streamlining user experiences becomes paramount. This involves a rigorous evaluation conducted by UI/UX experts and beta testers, identifying and resolving glitches at an early stage. By doing so, we ensure the birth of a successful, seamlessly functioning application, primed to make its mark in a competitive landscape.</p>
<p>Now, let&#8217;s turn our attention to the manifold benefits that software quality assurance brings to the table. Not only does it serve as a financial steward by nipping issues in the bud, minimizing overhead costs, and fostering an efficient development process, but it also takes on the mantle of enhancing the user experience. With eagle-eyed scrutiny, QA ensures that the app remains free of defects and operates in harmony with its intended design. This augmentation results in robust applications that adhere to stringent quality standards, minimizing the risk of system crashes, data breaches, or data corruption. Additionally, QA&#8217;s vigilance extends to the realm of security, where it detects and eliminates vulnerabilities, safeguarding sensitive user data and fostering trust among clients. Furthermore, QA adapts to the ever-evolving landscape of software development, aligning itself with the shifting sands of methodologies such as agile and DevOps.</p>
<p><span style="color: var(--body_typography-color); font-family: var(--body_typography-font-family); font-size: var(--body_typography-font-size); font-style: var(--body_typography-font-style,normal); font-weight: var(--body_typography-font-weight); letter-spacing: var(--body_typography-letter-spacing);">It encompasses various types of testing, including functional, usability, performance, and security testing, with each type serving as a building block for overall software quality. Automation in QA accelerates the process and ensures consistent testing, although it comes with its own set of challenges. The human element in QA is pivotal, as skilled analysts not only detect bugs but also bring a critical perspective, offer valuable feedback, and contribute to overall product quality. By prioritizing quality assurance, we not only fulfill our clients&#8217; expectations but also cultivate trust and loyalty. The judicious use of advanced tools and automation serves as the crowning touch, empowering us to optimize efficiency, curtail costs, and deliver consistently high-quality projects.</span></p>
<p><img decoding="async" src="https://capitole-consulting.com/wp-content/uploads/2023/05/Kevin-Blog.png" /></p>
<p>By <a href="https://www.linkedin.com/in/kevinredlichg/" target="_blank" rel="noopener noreferrer"><b>Kevin Redlich</b></a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/the-crucial-role-of-quality-assurance-in-software-development/">The Crucial Role of Quality Assurance in Software Development</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How K6 Load Testing and Datadog Data visualization bring clarity to Performance Testing.</title>
		<link>https://www.capitole-consulting.com/blog/how-k6-load-testing-and-datadog-data-visualization-bring-clarity-to-performance-testing/</link>
		
		<dc:creator><![CDATA[Profile]]></dc:creator>
		<pubDate>Tue, 12 Sep 2023 00:00:00 +0000</pubDate>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Software]]></category>
		<guid isPermaLink="false">https://capitole-web-app-service-hvcegmd5ejaagmd7.northeurope-01.azurewebsites.net/how-k6-load-testing-and-datadog-data-visualization-bring-clarity-to-performance-testing/</guid>

					<description><![CDATA[<p>What is performance testing? In today’s world, the IT field continues to expand and diversify. Let&#8217;s take a closer look at performance testing, a specific way of testing APIs. First, let me briefly explain what an API is: an Application Program Interface that allows a user, via an application, to access databases or data services. ... <a title="How K6 Load Testing and Datadog Data visualization bring clarity to Performance Testing." class="read-more" href="https://www.capitole-consulting.com/blog/how-k6-load-testing-and-datadog-data-visualization-bring-clarity-to-performance-testing/" aria-label="Read more about How K6 Load Testing and Datadog Data visualization bring clarity to Performance Testing.">Read more</a></p>
<p>The post <a href="https://www.capitole-consulting.com/blog/how-k6-load-testing-and-datadog-data-visualization-bring-clarity-to-performance-testing/">How K6 Load Testing and Datadog Data visualization bring clarity to Performance Testing.</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><b>What is performance testing?</b></h3>
<p>In today’s world, the IT field continues to expand and diversify. Let&#8217;s take a closer look at performance testing, a specific way of testing APIs. First, let me briefly explain what an API is: an Application Program Interface that allows a user, via an application, to access databases or data services.</p>
<p><img decoding="async" src="https://capitole-consulting.com/wp-content/uploads/2023/09/Image-blog.png" /></p>
<h6 style="text-align: center;"><i>Fig. 1: Application interaction via API</i></h6>
<p>Performance testing involves assessing server results under various simulated application usage scenarios or load situations. This may include spike tests or load tests, as seen in Fig. 2. Such tests help retrieve metrics like server response time, maximum user capacity before crashing, and CPU utilization percentage.</p>
<p><img loading="lazy" decoding="async" class="alignnone  wp-image-12350" src="/wp-content/uploads/2023/09/Image-blog-2-2-300x84.jpg" alt="" width="493" height="138" srcset="https://www.capitole-consulting.com/wp-content/uploads/2023/09/Image-blog-2-2-300x84.jpg 300w, https://www.capitole-consulting.com/wp-content/uploads/2023/09/Image-blog-2-2-768x216.jpg 768w, https://www.capitole-consulting.com/wp-content/uploads/2023/09/Image-blog-2-2.jpg 1018w" sizes="auto, (max-width: 493px) 100vw, 493px" /></p>
<h6 style="text-align: center;"><i>Fig. 2: Load test types at a glance</i></h6>
<h3><b>What makes K6 interesting? </b></h3>
<p>First, it is simple to set up and use. The project structure doesn&#8217;t matter much; the key is to specify the entry file in the configuration. Then, create a test with different steps corresponding to the scenario, along with associated requests. Once the scenario is defined, configure the test execution, determining the test duration, number of users, and time period (details the type of execution possible here: https://k6.io/docs/using-k6/scenarios/executors/).</p>
<p>Secondly, K6 is flexible and adaptive. It offers various predefined metrics and a built-in report, but everything can be customized. You can create new metrics based on existing ones or from scratch. Create your own report with the desired information and configure thresholds and checks on the tests. Checks are elements verified within the tests, like a response value, while thresholds are post-test verifications to determine success. Examples of thresholds would be ensuring no response time exceeds 10 seconds, no request failures, or at least 90% of successful tests.</p>
<p>A final important point is K6&#8217;s capability to visualize data. Datadog, with its K6 module, allows real-time visualization of reports through a web page. Configuring Datadog is straightforward: add your API key to your project and use the tag –out statsd in your K6 command. This allows you to view basic results. For specific metrics or filtered requests, additional configurations are possible.</p>
<h6 style="text-align: center;"></h6>
<p><img decoding="async" src="https://capitole-consulting.com/wp-content/uploads/2023/09/Imagen1.jpg" /></p>
<h6 style="text-align: center;"><i>Fig. 3: Example of Datadog visualization of K6 scenario</i></h6>
<p><img loading="lazy" decoding="async" class="" src="https://capitole-consulting.com/wp-content/uploads/2023/09/1685612982000.jpeg" width="155" height="155" /></p>
<p><b>Arthis Bruyere</b> &#8211; Quality Assurance Automation Engineer</p>
<p>The post <a href="https://www.capitole-consulting.com/blog/how-k6-load-testing-and-datadog-data-visualization-bring-clarity-to-performance-testing/">How K6 Load Testing and Datadog Data visualization bring clarity to Performance Testing.</a> appeared first on <a href="https://www.capitole-consulting.com">Capitole</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
