/*!
Theme Name: c4n
Theme URI: https://code4nord.com
Author: Code4nord
Author URI: https://code4nord.com
Description: code4nord wp theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900 */

.inter-400 {
	font-family: "Inter", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

html {
	line-height: 1.15;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Inter", serif;
	font-display: swap;
	font-size: 1rem;
	line-height: 1.5;
}

* {
	font-family: "Inter", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #141616;
	margin-top: 0;
	margin-bottom: 0;
	/* font-family: 'Sumana', serif; */
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	color: #464E4E;
}

p .has-inline-color {
	color: #141616 !important;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
}

h1 {
	font-weight: 500;
	text-align: left;
	font-size: 42px;
	line-height: 1.4;
}

h2 {
	font-weight: 500;
	font-size: 36px;
	line-height: 1.4;
	text-align: left;
}

h3 {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	text-align: left;
}

h4 {
	font-weight: 400;
	text-align: left;

	font-size: 28px;
	line-height: 1.4;
}

h5 {
	font-weight: 500;
	text-align: left;

	font-size: 24px;
	line-height: 1.4;
}

h6 {
	font-weight: 600;
	text-align: left;
	font-size: 20px;
	line-height: 1.4;
}


::selection {
	color: #fff;
	background-color: #00becc;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	padding-top: 30px;
	/* since we have fixed header */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.home {
	padding-top: 0;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ol.wp-block-list,
ul.wp-block-list {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	color: #464E4E;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #0f7393;
}

a:visited {
	color: #0f7393;
}

a:hover,
a:focus,
a:active {
	color: #1b95be;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.fixed-width,
header,
footer>.row,
.kt-row-column-wrap {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.alignfull {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	/* word-break: break-word; */
	/* mobile if the font size is too large */
}

.alignwide {
	max-width: 1500px;
	width: calc(100% - 40px);
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.alignnone {
	max-width: 1080px;
	width: calc(100% - 40px);
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: center;
}

.aligncenter {
	margin: 0 auto;
}

.kb-theme-content-width {
	max-width: 1080px !important;
}

.main-wrapper {
	margin: 0 auto;
	max-width: 1080px;
	width: calc(100% - 40px);
}

.wp-block-kadence-rowlayout .kt-row-column-wrap.kb-theme-content-width {
	margin-left: unset;
	margin-right: unset;
}

.footer {
	background: #F9FCFD;
	padding: 60px 0;
}

.footer>.row {
	max-width: 1100px;
}

.footer h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 34px;
	text-align: left;
	color: #141616;
	margin-bottom: 0;
}

.footer p {
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #464E4E;
}

.logo.footer-logo {
	justify-content: flex-start;
	margin-bottom: 10px;
}

.logo-wrapper-footer p {
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	margin-bottom: 20px;
}

#menu-social-menu-icons-only {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-social-menu-icons-only li {
	display: inline-block;
}

#menu-social-menu-icons-only a {
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	margin-left: 20px;
}

#menu-social-menu-icons-only a:hover {
	opacity: .8;
}

#menu-social-menu-icons-only li:first-child a {
	margin-left: 0;
}

#menu-social-menu-icons-only li.icon-fb a {
	background: url(media/icon-fb.svg) no-repeat;
}

#menu-social-menu-icons-only li.icon-tw a {
	background: url(media/icon-twitter.svg) no-repeat;
}

#menu-social-menu-icons-only li.icon-li a {
	background: url(media/icon-linkedin.svg) no-repeat;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.button-primary a {
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	color: #fff;
	padding: 16px 35px;
	text-decoration: none;
	text-align: center;

	background: rgb(15, 113, 146);
	background: -moz-linear-gradient(54deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	background: -webkit-linear-gradient(54deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	background: linear-gradient(54deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f7192",endColorstr="#00bfcd",GradientType=1); */

	transition: color 0.2s ease-in-out;
	border-top: 1px solid #00becd;
	border-right: 1px solid #00becd;
	border-bottom: 1px solid #00becd;
	border-left: 1px solid #0e7998;
}

.button-primary a:before {
	content: "";
	width: 150%;
	height: 400%;
	position: absolute;
	top: 200%;
	left: -25%;
	z-index: -1;
	background: #fff;
	transition: top 0.3s linear;
	transform: rotate(8deg);

}

.button-primary a:hover {
	opacity: .8;
	color: #03191f;
	border: 1px solid rgb(15, 113, 146);
	transition: top 0.3s linear;
	top: 200%;
}

.button-primary a:hover:before {
	top: -150%;
}

.button-secondary {
	position: relative;
}

.button-secondary .wp-block-button {
	padding-left: 30px;
	padding-right: 55px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.button-secondary a {
	border: 0;
	position: relative;
	z-index: 2;
	/* color: #fff; */
	color: #000;
	font-size: 18px;
	font-weight: 500;
	background: transparent;
	padding: 0;
	border-radius: 0;
	transition: color 0.2s ease-in-out;
}

.button-secondary.button-case a {
	color: #000;
}

.button-secondary a:after {
	background: url(media/arr-b-n.svg) no-repeat;
	content: '';
	position: absolute;
	right: calc(100% + 7px);
	top: calc(50% - 6px);
	width: 21px;
	height: 14px;
	transition: right 0.2s linear;
}

.button-secondary.button-case a:after {
	/* background: url(media/arrow-right-white.svg) no-repeat; */
	background: url(media/arr-b-n.svg) no-repeat;
	width: 24px;
	height: 24px;
	right: calc(100% + 10px);
	top: calc(50% - 6px);
}

.button-secondary a:before {
	background: #fff;
	content: '';
	position: absolute;
	left: -34px;
	top: calc(50% - 27px);
	width: 56px;
	height: 56px;
	transition: width 0.2s linear;
	/* border-radius: 30px; */
	z-index: -1;
}

.button-secondary.button-case a:before {
	background: #03BDCB;
}

.button-secondary a:after {
	right: -35px;
}

.button-secondary a:before {
	width: calc(100% + 85px);
}

.button-secondary:not(.button-case) a:hover:before {
	width: calc(100% + 85px);
}

.button-secondary.button-case a:hover:before {
	width: calc(100% + 85px);
}

.button-secondary a .has-inline-color {
	color: #000;
}

.button-secondary:not(.button-case) a:hover {
	opacity: .8;
}

.button-secondary.button-case a:before {
	width: 56px;
}

.button-secondary.button-case a:hover:after {
	right: -35px;
}

.button-square {
	display: block !important;
}

.button-square .wp-block-button {
	margin: 0 0 -1px -1px !important;
	float: left !important;
	width: 33%;
}

.button-square a {
	background: #f3f6f8;
	border-radius: 0;
	border: 2px solid #fff;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	position: relative;
	padding: 30px 80px 30px 30px;
}

.button-square a:hover {
	background: #fff;
}

.button-square a:after {
	position: absolute;
	content: "";
	display: block;
	background: url(media/arow-r.svg) no-repeat;
	width: 24px;
	height: 25px;
	right: 25px;
	top: calc(50% - 11px);
	transition: all 0.3s ease-out;
}

/* arrange the buttons if many on 3 columns on desktop */
.buttons-col-3 {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.buttons-col-3 .wp-block-button {
	flex: 1 1 30%;
	margin: 12px 24px 12px 0;
}

.buttons-col-3 a {
	width: 100%;
}

.custom-color-hero-case {
	display: none;
	visibility: hidden;
}

.link a {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	color: #04738c;
	background: none;
	padding: 10px 40px 10px 0;
	border-radius: 0;
}

.link a:after {
	display: none !important;
	position: absolute;
	content: "";
	display: block;
	background: url(media/arrow-url.svg) no-repeat;
	width: 24px;
	height: 24px;
	right: 0;
	top: calc(50% - 11px);
	transform: rotate(-45deg);
	transition: all 0.3s ease-out;
}

.link a:hover:after {
	transform: rotate(0deg);
}

.link a:hover {
	opacity: .8;
}

.schedule-call-header {
	float: right !important;
	padding: 8px 20px !important;
	font-size: 15px !important;
	animation: pulse-glow 3s infinite;

}

@keyframes pulse-glow {

	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.9);
	}

	50% {
		transform: scale(1.05);
		box-shadow: 0 0 0 6px rgba(52, 152, 219, 0.3);
	}
}

.hero-transform-cont {
	font-size: 32px;
	color: #fff;
	line-height: 140%;
	margin-bottom: 40px;
	text-align: center;
	font-family: "Open Sans", sans-serif;

}

.typewrite {
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	color: #00becc;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 15px;
	margin-left: 10px;
  	margin-right: 10px;
	display: inline-block;
	text-align: left;
	min-height: 56px;
	min-width: 185px;
	border-radius: 4px;
	/* Remove if you don't want fixed width */
}

.typewrite:before {
	font-family: "Open Sans", sans-serif;
	position: absolute;
	content: "Action";
	width: 46px;
	height: 17px;
	font-size: 14px;
	color: #fff;
	display: block;
	left: 20px;
	top: -9px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
	border-radius: 3px;
}

.typewrite:after {
	height: 1px;
	width: 110px;
	background: #fff;
	content: "";
	position: absolute;
	right: 2px;
	top: 0;
}

.small-line:before {
	height: 1px;
	width: 15px;
	background: #fff;
	content: "";
	position: absolute;
	left: 2px;
	top: 0;
}

.align-center {
	margin: 0 auto;
}

.cta-hover {
	position: relative;
}

.cta-hover .wp-block-group {
	background: #035c6a;
	margin-top: 10px;
	width: calc(100% + 140px);
	padding: 10px 0;
	text-align: center;
	position: absolute;
	display: none;
	left: -70px;
	bottom: calc(-100% + 15px);
}

.cta-hover:hover .wp-block-group {
	display: block;
}

.cta-hover .wp-block-group p {
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	text-align: center;
	color: #99dae1;
}

.cta-hover .wp-block-group p:first-child {
	margin-bottom: 5px;
	color: #fff;
}

.cta-hover img {
	border-radius: 50%;
	max-height: 80px;
	width: auto;
}

.category {
	margin: 30px 0;
}

.category .wp-block-post-featured-image :where(img) {
	max-height: none;
	margin-bottom: 20px;
}

.category .wp-block-post-title {
	margin-top: 15px;
}

.static-gallery {
	display: block;
	width: 100%;
	margin-top: 25px;

}

.static-gallery ul {
	display: flex;
}

.static-gallery .kadence-blocks-gallery-item {
	flex: 1;
}

.static-gallery img {
	max-height: 45px;
	width: auto !important;
	object-fit: contain !important;
	padding: 0 10px !important;
	right: 0;
	margin: 0 auto !important;
}

.static-gallery li {
	height: auto;
	margin-bottom: 30px !important;
	max-height: 50px;
}

/* TABS */
.kt-tabs-wrap {
	width: 100%;
}

.wp-block-kadence-tabs {
	margin: 15px 0 !important;
}

.kt-tabs-wrap .wp-block-kadence-tab {
	border: 0 !important;
	padding: 0 0 0 80px !important;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title {
	background: #f9fcfd !important;
	border-radius: 0 !important;
	border: 1px solid #f9fcfd !important;
	color: #141616 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 150% !important;
	text-align: left !important;
	position: relative !important;
	padding: 34px 80px 34px 30px !important;
	justify-content: left !important;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title:hover,
.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active a {
	border: 1px solid #42c6d3 !important;
	color: #42c6d3 !important;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title:after {
	position: absolute !important;
	content: "" !important;
	display: block !important;
	background: url(media/arow-r.svg) no-repeat !important;
	width: 24px !important;
	height: 25px !important;
	right: 25px !important;
	top: calc(50% - 11px) !important;
	transform: rotate(-45deg) !important;
	transition: all 0.3s ease-out !important;
}

.wp-block-kadence-tabs .kt-tabs-title-list li.kt-tab-title-active a:after {
	background: url(media/arow-r-h.svg) no-repeat !important;
}

.wp-block-kadence-tabs .kt-tabs-title-list li a.kt-tab-title:hover:after {
	background: url(media/arow-r-h.svg) no-repeat !important;
	transform: rotate(0deg) !important;
}

.kt-tabs-title-list li {
	margin-bottom: 10px !important;
}

/* Navigation
--------------------------------------------- */
.logo {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background: url(media/logo-dark.svg) no-repeat;
	background-size: auto 40px;
	overflow: hidden;
	text-indent: -9999px;
	height: 50px;
}

.logo-img {
	display: flex;
	align-items: center;
	height: 60px;
}

.logo:hover {
	opacity: .9;
}

.site-header {
	background: #fff;
	-webkit-box-shadow: 20px -1px 26px -11px rgba(5, 42, 53, 0.2);
	box-shadow: 20px -1px 26px -11px rgba(5, 42, 53, 0.2);
	padding: 11px 25px 2px 25px;
	position: fixed;
	z-index: 9999;
	margin: 0;
	top: var(--wp-admin--admin-bar--height, 0);
}

.site-header>.row {
	max-width: 1280px;
	margin: 0 auto;
}

.main-navigation {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	/* height: 60px; */
}

.home .clear-header .main-navigation.toggled {
	background: transparent;
}

.home .clear-header .main-navigation a {
	color: #fff !important;
}

.home .clear-header .main-navigation .sub-menu a {
	color: #333 !important;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	/* background: blue; */
}

.main-navigation .sub-menu {
	-webkit-box-shadow: 10px 5px 26px -11px rgba(5, 42, 53, 0.4);
	box-shadow: 10px 5px 26px -11px rgba(5, 42, 53, 0.4);
	border: 0px solid #01bac9;
	float: left;
	display: block;
	position: absolute;
	top: 53px;
	left: -999em;
	z-index: 9999;
	width: 730px;
	padding: 25px 240px 25px 30px;
}

.sub-menu {
	padding: 10px 0;
	background: #fff;
}

.sub-menu.show {
	display: block;
}

.sub-menu li {
	width: 50%;
	float: left;
}

.sub-menu li a {
	padding: 10px 20px;
	line-height: 140%;
	text-align: left;
	font-size: 16px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	color: #121212;
	text-transform: capitalize;
	padding: 18px 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.current_page_item>a {
	color: #121212;
	text-decoration: underline;
	text-underline-offset: 4px;
	font-weight: 500;
}

.main-navigation a:hover {
	text-decoration: underline;
	font-weight: 500;
	text-underline-offset: 4px;
	color: #121212;
	border-color: #121212;
}

.main-navigation {
	text-align: center;
}

.menu-menu-header-desktop-container {
	text-align: center;
	display: inline-block;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children>a {
	padding-right: 33px;
}

.menu-item-has-children>a:after {
	background: url(media/arrow-down.svg) no-repeat;
	content: '';
	position: absolute;
	right: 13px;
	top: calc(50% - 3px);
	width: 13px;
	height: 8px;
}

.jobs-nr {
	background: #0894ad;
	padding: 4px 7px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 5px;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu a {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #464E4E;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #000;
}

.footer-menu li.current-menu-item a {
	text-decoration: underline;
}

.sp-logo-carousel {
	padding-top: 0 !important;
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.sp-lc-container .sp-lc-button-next i,
.sp-lc-container .sp-lc-button-prev i {
	display: none;
}

.sp-lc-container .sp-lc-button-next:hover,
.sp-lc-container .sp-lc-button-prev:hover {
	background-color: none !important;
	opacity: .8;
}

.sp-lc-container .sp-lc-button-next,
.sp-lc-container .sp-lc-button-prev {
	content: '';
	position: absolute;
	right: 13px;
	top: 0;
	width: 40px !important;
	height: 40px !important;
}

.sp-lc-container .sp-lc-button-prev {
	/* right: auto; */
	left: 0;
	background: url(media/carleft.svg) no-repeat !important;
}

.sp-lc-container .sp-lc-button-next {
	right: 0;
	background: url(media/carright.svg) no-repeat !important;
}

.wp-block-post-title {
	margin-bottom: 10px;
}

.wp-block-post-title,
.wp-block-post-title a {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #141616;
}

.wp-block-post-title a:hover {
	opacity: .8;
	text-decoration: underline;
}

.wp-block-post-excerpt__excerpt {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}

.wp-block-post-excerpt__more-link {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 44px;
	text-align: left;
	color: #00BFCD;
	text-decoration: none;
	padding-right: 35px;
	margin-top: 10px;
}

.wp-block-post-excerpt__more-link:visited {
	color: #00BFCD;
}

.wp-block-post-excerpt__more-link:hover {
	opacity: .7;
	color: #00BFCD !important;
}

.wp-block-post-excerpt__more-link:after {
	display: none !important;

	position: absolute;
	content: "";
	background: url(media/arrow-right-anchor.svg) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	right: 0;
	top: 10px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-out;
}

.wp-block-post-excerpt__more-link:hover:after {
	background: url(media/arow-r-h.svg) no-repeat;
	transform: rotate(0deg);
}

.wp-block-post-terms {
	position: absolute;
	z-index: 1;
	top: 40px;
	right: 22px;
	padding: 6px 10px;
	background: rgba(248, 247, 255, 0.8);
}

.wp-block-post-terms a {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	color: #464E4E;
	text-decoration: none;
}

/* Carousel stories   */
.wrapper-row-case-studies {
	padding-top: 125px;
	overflow: hidden;
}

.posts-as-grid {
	padding-top: 0;
}

.splide__arrows {
	position: absolute;
	left: 0;
	top: -80px;
	height: 55px;
	width: 115px;
	margin-left: calc((100vw - 1079px) / 2);
}

.splide__arrow svg {
	display: none;
}

.splide__arrow {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	width: 50px !important;
	border-radius: 0 !important;
	height: 50px !important;
	display: block !important;
	border: 1px solid #000 !important;
	background: url(media/arrow-back.svg) no-repeat center center !important;
	transform: rotate(0deg) !important;
}

.splide__arrow:hover {
	opacity: .8;
}

.splide__arrow:after {
	content: "" !important;
	position: absolute !important;
	left: 19px !important;
	top: 22px !important;
	width: 26px !important;
	height: 26px !important;
}

.splide__arrow--prev {
	left: 0px !important;
	transform: rotate(180deg) !important;
}

.splide__arrow--next {
	left: auto !important;
}

/* Carousel team  */
.team-images {}

.team-images .splide__pagination {
	display: none;
}

.team-images .splide {
	padding-top: 0;
}

.team-images .splide__arrows {
	top: calc(50% - 26px);
	width: 100%;
	max-width: 1080px;
	right: 0;
	display: none;
	/* because we don't want it as carousel at this point.. */
	margin: 0 auto;
}

.team-images .splide__arrow {
	background: rgba(9, 21, 64, .6) !important;
	border: 0 !important;
}

.team-images .splide__arrow:hover {
	background: #091540 !important;
}

.team-images .splide__arrow--prev {
	left: -19px !important;
}

.team-images .splide__arrow--next {
	left: auto;
	float: right !important;
	right: -19px !important;
}

.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner figure .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
	padding-bottom: 90%;
}

/* Testimonials  */
.kt-testimonial-image {
	background-size: auto !important;
}

.kt-testimonial-media-inner-wrap .kt-testimonial-image {
	height: 70px !important;
	position: relative !important;
}

.kt-testimonial-style-card .kt-testimonial-media-inner-wrap .kadence-testimonial-image-intrisic {
	padding-bottom: 0 !important;
	height: auto !important;
}

.wrapper-row-testimonials {
	overflow: hidden;
	padding-top: 125px;
}

.row-testimonials {
	margin-left: calc((100vw - 1079px) / 2) !important;
	/* start displaying the content from the left of the 1079px (1px left for the border left..chrome bug)  page area */
	/* reset / change this ^ in media query */
	margin-right: -20px !important;
}

.kt-testimonial-content {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #464E4E;
}

.kt-testimonial-meta-wrap {
	justify-content: flex-start !important;
	align-items: flex-start;
}

.kt-testimonial-style-card .kt-testimonial-meta-wrap .kt-testimonial-meta-name-wrap {
	text-align: left !important;
}

.kt-testimonial-name {
	font-size: 16px !important;
	font-weight: 700;
	color: #141616;
}

.kt-testimonial-occupation-wrap {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 25px;
	color: #141616;
}

.kt-blocks-testimonial-carousel-item {
	border: 1px solid #CAEBF5 !important;
	margin-left: 1px !important;
	/* because chrome bug*/
}

.wp-block-kadence-testimonials .kt-blocks-carousel .kt-blocks-carousel-init:not(.kt-carousel-arrowstyle-none):not(.tns-slider) {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.kt-testimonial-item-wrap {
	max-width: none !important;
}

.kt-testimonial-media-inner-wrap .kt-testimonial-image {
	background-position: left !important;
}

.wp-block-post-featured-image :where(img) {
	max-height: 455px;
	overflow: hidden;
}

#splide04 .wp-block-post-featured-image :where(img) {
	object-fit: cover !important;
}

.wrapper-row-case-studies .wp-block-post-featured-image :where(img) {
	object-fit: contain !important;
}

/* customers page  */
.page-id-12 .wp-block-post-featured-image :where(img) {
	/* max-height: 450px;© */
	object-fit: contain !important;
}

.open-submenu-mobile {
	display: none;
}

.similar-cases {}

.similar-cases li {
	width: calc(33% - 40px);
	margin-left: 20px;
	float: left;
	margin-bottom: -60px;
	position: relative;
}

.similar-cases li:first-child {
	margin-left: 0;
}

.similar-cases .wp-block-group {
	padding: 30px;
	height: 350px;
}

.similar-cases .wp-block-post-featured-image {
	top: -80px;
	width: 90%;
	margin-left: 5%;
}

.similar-cases li .wp-block-post-featured-image .wp-post-image {
	transition: all .3s;
}

.similar-cases li:hover .wp-block-post-featured-image .wp-post-image {
	transform: scale(1.06);
}


.similar-cases-heading {
	position: relative;
	width: 100%;
	min-height: 75px;
}

.yoast-breadcrumbs a,
.yoast-breadcrumbs a:visited,
.breadcrumb_last {
	font-size: 14px !important;
	font-weight: 500;
	line-height: 17px;
	text-align: left;
	text-decoration-line: underline;
	color: #141616;
}

.breadcrumb_last {
	text-decoration: none;
}

.services-provided p {
	color: #959798 !important;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	width: 200px;
	float: left;
	margin-top: 10px;
}

.services-provided .is-acf-field {
	display: inline-block;
	width: 100%;
}

.services-provided .value {
	width: 100%;
}

.services-provided .value-item {
	width: 50%;
	float: left;
	border: 2px solid #fff;
	margin-top: -1px;
	margin-left: -1px;
}

.services-provided a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	line-height: 24.2px;
	text-align: left;
	color: #000;
	text-decoration: none;
	padding: 25px 45px 25px 20px;
}

.services-provided a:after {
	position: absolute;
	content: "";
	right: 15px;
	top: 25px;
	width: 25px;
	height: 25px;
	display: block;
	transition: all 0.3s ease-out !important;
	background: url(media/sarrnormal.svg) no-repeat;
	filter: invert(73%) sepia(5%) saturate(58%) hue-rotate(131deg) brightness(90%) contrast(91%);
}

.services-provided a:hover {
	background: #fff;
}

.services-provided a:hover:after {
	filter: none;
}

.posts-as-grid .kt-mobile-layout-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.is-layout-grid {
	margin-left: 0 !important;
	gap: 25px;
}

.is-layout-grid>li {
	position: relative;
}

.wp-load-more__button {
	margin-top: 40px;
	margin-bottom: 20px;

	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	color: #fff !important;
	padding: 16px 35px;
	text-decoration: none;
	text-align: center;

	background: rgb(15, 113, 146);
	background: -moz-linear-gradient(54deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	background: -webkit-linear-gradient(54deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	background: linear-gradient(54deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f7192",endColorstr="#00bfcd",GradientType=1); */

	transition: color 0.2s ease-in-out;
	border-top: 1px solid #00becd;
	border-right: 1px solid #00becd;
	border-bottom: 1px solid #00becd;
	border-left: 1px solid #0e7998;
}

.wp-load-more__button:before {
	content: "";
	width: 150%;
	height: 400%;
	position: absolute;
	top: 200%;
	left: -25%;
	z-index: -1;
	background: #fff;
	transition: top 0.3s linear;
	transform: rotate(8deg);

}

.wp-load-more__button:hover {
	opacity: .8;
	color: #03191f !important;
	border: 1px solid rgb(15, 113, 146);
	transition: top 0.3s linear;
	top: 200%;
}

.wp-load-more__button:hover:before {
	top: -150%;
}

.wp-block-query-pagination,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.page-numbers {
	font-size: 20px;
	color: #141616 !important;
	text-decoration: none;
}

.wp-block-query-pagination-numbers>* {
	width: 50px;
	height: 50px;
	/* border-radius: 30px; */
	border: 1px solid #dedede;
	background: #fff;
	padding: 0;
	display: inline-block;
	line-height: 2.5;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 10px;
}

.wp-block-query-pagination-numbers>.page-numbers.dots {
	border: 0;
}

.page-numbers.current {
	background: #03BDCB;
	color: #fff !important;
}

.page-numbers:hover {
	background: #03BDCB;
}

.approach h5 {
	position: relative;
	width: fit-content;
	font-weight: 600;
	font-size: 24px;
}

.approach p {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #808080;
}

.approach h5:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -2px;
	height: 2px;
	width: 50px;
	background: #00BFCD;
	transition: all 0.2s ease-out;
}

.approach:hover h5:after {
	width: 100%;
}

.advantages {
	padding-top: 50px;
}

.advantages .wp-block-heading:before {
	position: absolute;
	content: "1";
	left: -18px;
	top: -85px;
	height: 70px;
	color: #e6f8fa;
	width: 80px;
	font-size: 70px;
	line-height: 1;
	font-weight: 800;
	z-index: 6;
	text-align: center;
	background: #fff;
}

.advantages .kt-row-column-wrap {
	counter-reset: list-counter;
}

.advantages .wp-block-kadence-column .wp-block-heading:before {
	counter-increment: list-counter;
	content: counter(list-counter);
}

.advantages .wp-block-kadence-column {
	margin-bottom: 70px;
}

.advantages .wp-block-heading {
	width: 100%;
}

.advantages .wp-block-heading:after {
	position: absolute;
	display: block;
	content: "";
	left: 60px;
	top: -50px;
	height: 4px;
	width: 100%;
	background: #e6f8fa;
	z-index: 5;
}

.advantages .wp-block-kadence-column:last-child .wp-block-heading:after {
	display: none;
}

.advantages .wp-block-kadence-column:hover .wp-block-heading:before {
	color: #c9f3f7;
}

.advantages .approach:hover h5 {
}

.advantages .approach:hover p {
	color: #000;
}

.tech-gallery ul {
	width: 100%;
}

.tech-gallery img {
	object-fit: scale-down !important;
}

.tech-gallery .kadence-blocks-gallery-item-inner,
.tech-gallery .kb-gallery-figure,
.tech-gallery .kb-gal-image-radius,
.tech-gallery .kb-gallery-image-contain {
	height: 100% !important;
}

.technology-row p {
	color: #808080;
}

.technology-row.tech-active p {
	color: #000;
}

/* FORMS  */
form label {
	display: none;
}

.wpcf7-acceptance label {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
}

textarea {
	resize: none;
	height: 140px !important;
}

form p {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	border: 1px solid #CAEBF5;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: #a1a2a2;
	padding: 10px 10px;

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #141616;
	border: 0;
	border-radius: 0;
}

.wpcf7-list-item {
	margin: 0 0 15px 0;
}

.consent {
	margin-top: 20px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	border: 0;
	padding: 18px 65px;
	color: #141616;
	margin: 10px auto 0 auto;
	display: block;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: .8;
	cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	padding: 10px 15px;
	margin: 0 0 15px 0;
	border: 1px solid #FF3A2A;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #FF3A2A;
	color: #fff;
}

.uploadf-wrapper label {
	display: block;
	color: #fff;
	margin-top: 15px;
	margin-bottom: -10px;
	font-size: 13px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 5px;
	color: #FF3A2A;
}

.wpcf7-not-valid {
	border: 1px solid red !important;
}

/* Homepage different header  */
.home .clear-header {
	background: transparent;
	box-shadow: none;
}

.video-row {
	/* negative margin on this one from JS  */
	display: flex;
	align-items: center;
	justify-content: center;
}

.home .clear-header .main-navigation a {
	color: #fff;
}

.home .clear-header .logo {
	background: url(media/logo-light.svg) no-repeat;
	background-size: auto 40px;
}

.home .clear-header .menu-item-has-children>a::after {
	filter: invert(100%) sepia(0%) saturate(7480%) hue-rotate(72deg) brightness(101%) contrast(106%);
}

.home .clear-header .menu-toggle {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* Jobs page  */
.button-job {
	border: 1px solid #00BFCD;
	padding: 0px 20px 20px 20px;
	position: relative;
}

.button-job .wp-element-button {
	background: none;
	padding: 10px 0 10px 0;
	color: #00BFCD;
	font-size: 20px;
	font-weight: 400;
	line-height: 44px;
	text-align: left;
}

.button-job .wp-element-button:after {
	position: absolute;
	content: "";
	display: block;
	background: url(media/arrow-right-anchor.svg) no-repeat;
	width: 24px;
	height: 25px;
	right: 0px;
	top: 20px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-out;
}

.button-job:hover .wp-element-button:after {
	background: url(media/arrow-right-anchor.svg) no-repeat;
	transform: rotate(0deg);
}

.button-job p {
	margin: 0;
}

.benefits {
	padding: 20px;
	
}

.benefits .wp-block-heading {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	margin-top: 15px;
	margin-left: -5px;
}

.form-wrapper {
	background: rgb(15, 113, 146);
	background: -moz-linear-gradient(90deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	background: linear-gradient(90deg, rgba(15, 113, 146, 1) 0%, rgba(0, 191, 205, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f7192", endColorstr="#00bfcd", GradientType=1);
}

#formwrapper {
	scroll-margin-top: 100px;
}

.wpcf7-file::-webkit-file-upload-button {
	visibility: hidden;
}

.wpcf7-file::before {
	content: 'Upload CV';
	display: inline-block;
	background: #fff !important;
	padding: 10px 15px 8px 15px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 500;
	font-size: 13px;
	color: #141616;
}

.wpcf7-file:hover::before {
	border-color: black;
}

.wpcf7-file:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.wp-block-categories-list {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

.wp-block-categories-list a {
	font-size: 16px;
	text-decoration: none;
	color: #00BFCD;
}

.wp-block-categories-list a:hover {
	text-decoration: underline;
}

.tag-cloud-link {
	color: #00BFCD;
}

.my-back-button {
	background: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px 25px 12px 0px;
	color: #7d7d7d;
	font-weight: 500;
	border-radius: 0 !important;
	transform: none !important;
	opacity: 1 !important;
	position: relative !important;
	border: 0 !important;
	display: block !important;
	float: left !important;
	top: 0 !important;
}

.my-back-button:hover {
	cursor: pointer;
	text-decoration: underline;
}

.posts-navigation {
	margin-bottom: 40px;
}

.posts-navigation a {
	color: #00BFCD;
	text-decoration: none;
}

.posts-navigation a:hover {
	text-decoration: underline;
}

.search-results .entry-title {
	line-height: 100% !important;
}

.search-results .entry-title a {
	font-size: 20px;
	line-height: 140%;
	text-decoration: none;
	margin-bottom: 0;
}

.search-results .entry-meta {
	display: none;
}

.search-results .large {
	height: auto !important;
}

.search-results .entry-summary {
	margin-top: 0;
}

.search-results .post {
	margin-bottom: 40px;
}

.search-results .entry-footer span {
	width: 100%;
	display: block;
}

.customers .wp-block-post-template>li:first-child {
	grid-column: span 2;
}

.customers .wp-block-post-template>li:nth-child(5n+1) {
	grid-column: span 2;
}

.customers .wp-block-post-template>li:first-child .wp-block-post-featured-image,
.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-featured-image {
	width: calc(50% - 50px);
	margin: 1em 50px 1em 0;
	padding: 0;
	float: left;
}

.customers .wp-block-post-template>li:first-child .wp-block-post-title,
.customers .wp-block-post-template>li:first-child .wp-block-post-excerpt,
.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-title,
.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-excerpt {
	width: 50%;
	margin: 0;
	padding: 0 100px 0 0;
	display: inline-block;
}

.customers .wp-block-post-template>li:first-child .wp-block-post-title,
.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-title {
	margin-top: 110px;
}

.customers .wp-block-post-template>li:first-child .wp-block-post-terms,
.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-terms {
	right: calc(50% + 60px);
	top: 30px;
}

.customers .wp-block-post-template>li:first-child .logo-customers-page,
.customers .wp-block-post-template>li:nth-child(5n+1) .logo-customers-page {
	position: absolute;
	left: 50%;
	width: auto;
	top: 50px;
}

.customers .wp-block-post-template>li:first-child .logo-customers-page img,
.customers .wp-block-post-template>li:nth-child(5n+1) .logo-customers-page img {
	max-height: 70px;
}

.category-case-studies {
	background: #fff;
	overflow: hidden;
}

.category-case-studies .wp-block-post-excerpt__more-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	text-indent: -9999px;
}

.category-case-studies .wp-block-post-excerpt__more-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

.customers .category-case-studies {
	padding: 40px;
}

.customers .category-case-studies .wp-post-image {
	justify-content: center;
	transition: all .3s;
	max-height: 280px;
}

.customers .category-case-studies:hover .wp-post-image {
	transform: scale(1.06);
}

.customers .wp-block-post-featured-image {
	width: 100%;
	margin: 0 0 40px 0;
}

/* home */
.casesonly .category-case-studies .wp-block-post-title {
	padding: 30px 30px 0 30px;

}

.casesonly .category-case-studies .wp-block-post-excerpt {
	padding: 0 30px;
}

.custom-color-case {
	display: none;
	visibility: hidden;
}

.casesonly .wp-block-post-featured-image {
	width: 90%;
	margin-left: 5%;
	position: relative;
	z-index: 1;
	display: block;
	left: 0;
	top: -120px;
}

.casesonly .wp-block-group {
	height: 370px;
	padding-bottom: 170px;
}

.splide__track {
	overflow: inherit;
	margin-left: -12px;
	margin-right: -12px;
	position: relative;
	padding: 0 calc(50% - 524px) !important;
	margin-left: -15px;
	margin-right: -15px;
}

.casesonly li {
	overflow: hidden;
	position: relative;
	margin-bottom: -120px;
}

.casesonly li .wp-block-group,
.casesonly li .wp-block-post-featured-image,
.blogs-custom li .wp-block-group,
.blogs-custom li .wp-block-post-featured-image,
.blogs-custom li .wp-block-post-title,
.blogs-custom li .wp-block-post-excerpt {
	opacity: 0.2;
}

.casesonly li.is-active .wp-block-group,
.casesonly li.is-active .wp-block-post-featured-image,
.casesonly li.is-next .wp-block-group,
.casesonly li.is-next .wp-block-post-featured-image,
.blogs-custom li.is-active .wp-block-group,
.blogs-custom li.is-active .wp-block-post-featured-image,
.blogs-custom li.is-active .wp-block-post-title,
.blogs-custom li.is-active .wp-block-post-excerpt,
.blogs-custom li.is-next .wp-block-group,
.blogs-custom li.is-next .wp-block-post-featured-image,
.blogs-custom li.is-next .wp-block-post-title,
.blogs-custom li.is-next .wp-block-post-excerpt {
	opacity: 1;
}

.blogs-custom.wrapper-row-case-studies .wp-block-post-featured-image :where(img) {
	object-fit: cover !important;
}

.casesonly .wp-post-image {
	transition: all .3s;
	max-height: 240px;
}

.casesonly .wp-block-post:hover .wp-block-post-featured-image .wp-post-image {
	transform: scale(1.06);
}

/* marke the link on the full box */
.casesonly .wp-block-post-excerpt__more-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	text-indent: -9999px;
}

.casesonly .wp-block-post-excerpt__more-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

.overlay-mobile {
	display: none;
}

.button-home-video {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 45px);
}

.button-home-video a {
	color: #000;
}

.button-home-video a:before {
	width: calc(100% + 85px);
}

.button-home-video a:after {
	right: -30px;
}

.button-home-video a:hover {
	opacity: .8;
}

.tags-on-blog {
	max-height: 38px;
	overflow: hidden;
	margin-left: 20px;
	top: 35px;
}

.logo-customers-page {
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}

.logo-customers-page img {
	max-height: 70px;
	width: auto;
	margin: 0 auto;
	display: block;
}

.toc-custom {
	margin: 0 auto 50px auto;
}

.toc-custom .wp-block-heading a {
	color: #f2f2f2;
	text-decoration: none;
}

.toc-active,
.force-active {
	color: #c9c9c9 !important;
}

.toc-menu a {
	position: absolute;
	display: block;
	left: -70px;
	top: -15px;
	width: 60px;
	height: 90px;
}

.toc-content {
	scroll-margin-top: 90px;
	position: relative;
}

.toc-content ul {
	margin-bottom: 25px;
	margin-top: 20px;
}

.toc-content li {
	line-height: 32px;
}

.testimonials-second {
	padding-top: 60px;
}

.testimonials-second .slick-track {
	display: flex;
}

.testimonials-second .slick-slide {
	margin: 0 15px;
	height: inherit;
	background: #F3F6F8;
	padding: 20px 50px 40px 50px;
}

.testimonials-second .slick-list {
	padding: 0 calc(50% - 540px) !important;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

.testimonials-second .slick-list::before,
.testimonials-second .slick-list::after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	content: "";
	width: calc(50% - 570px);
	height: 100%;
	z-index: 1;
	background: rgba(243, 246, 248, 0.7);
}

.testimonials-second .slick-list::after {
	left: auto;
	right: 0;
}

.testimonials-second .slick-arrow:before {
	display: none;
}

.testimonials-second .slick-arrow {
	position: absolute;
	top: -80px;
	right: 0;
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #000;
	background: url(media/arrow-back.svg) no-repeat center center;
	transform: rotate(0deg);
}

.testimonials-second .slick-arrow:hover {
	opacity: .8;
}

.testimonials-second .slick-arrow.slick-prev {
	left: auto;
	right: calc(50% - 480px);
	transform: rotate(180deg);
}

.testimonials-second .slick-arrow.slick-next {
	left: auto;
	right: calc(50% - 540px);
}

.testimonials-second .wp-block-image img {
	max-height: 50px;
	width: auto;
	filter: grayscale(1) contrast(1) brightness(1);
	mix-blend-mode: multiply;
}

.testimonials-second p {
	font-size: 16px;
	line-height: 28px;
	color: #000;
}

.testimonials-second .wp-block-getwid-image-box img {
	width: 40px;
	height: auto;
	border-radius: 25px;
}

.testimonials-second .wp-block-getwid-image-box .wp-block-heading {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

.testimonials-second .wp-block-getwid-image-box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #505050;
	margin: 0 0;
}

.carousel-logos-clients img {
	filter: grayscale(1) contrast(1) brightness(1);
	mix-blend-mode: multiply;
}

.sub-menu li.see-all-services-menu {
	width: 50%;
	position: relative;
	padding-left: 30px;
	margin-top: 5px;
}

.sub-menu li.see-all-services-menu:before {
	background: url(media/services.svg ) no-repeat;
	content: "";
	position: absolute;
	left: 21px;
	top: 16px;
	width: 30px;
	height: 30px;
	display: block;
}


.sub-menu li.see-all-technologies-menu {
	width: 50%;
	position: relative;
	padding-left: 30px;
	margin-top: 5px;
}

.sub-menu li.see-all-technologies-menu:before {
	background: url(media/tech-ic.svg) no-repeat;
	content: "";
	position: absolute;
	left: 21px;
	top: 16px;
	width: 30px;
	height: 30px;
	display: block;
}

.custom-content-submenu {
	position: absolute !important;
	right: 0;
	width: 240px !important;
	height: 100%;
	top: 0;
	background: #EDFAFB;
	padding-top: 25px;
}

.custom-content-submenu * {
	font-size: 14px;
}

.custom-content-submenu .wp-block-getwid-icon-box {
	padding: 17px 20px;
}

.custom-content-submenu .wp-block-getwid-icon-box__icon-container {
	width: 30%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

.custom-content-submenu .wp-block-getwid-icon-box__content {
	width: 70%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding-left: 10px;
}

.custom-content-submenu h3 {
	margin: 0;
	line-height: 1.2;
}

.custom-content-submenu p {
	margin: 0;
	line-height: 1.2;
}

.custom-content-submenu img {
	max-width: 50px;
}

ul.wp-block-list {
	font-size: 16px;
	line-height: 32px;
}

.filter-posts {
	max-width: 250px;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.filter-posts select {
	padding: 5px 15px;
	margin: 0;
	border: 1px solid #dedede
}


.blogs-list {
	display: flex !important;
	flex-wrap: wrap;
	gap: 30px;
}

.blogs-list li {
	width: calc(33.33% - 20px);
}

.blogs-list>li:first-child,
.blogs-list>li:nth-child(7n+1) {
	width: 100%;
}

.blogs-list>li:first-child .wp-block-post-featured-image,
.blogs-list>li:nth-child(7n+1) .wp-block-post-featured-image {
	width: 40%;
	float: left;
	height: 370px !important;
	margin: 0;
}


.blogs-list>li:first-child .wp-block-post-featured-image img,
.blogs-list>li:nth-child(7n+1) .wp-block-post-featured-image img,
.blogs-list>li:first-child .wp-block-post-featured-image a,
.blogs-list>li:nth-child(7n+1) .wp-block-post-featured-image a {
	height: 370px !important;
}

.blogs-list>li:first-child .wp-block-group,
.blogs-list>li:nth-child(7n+1) .wp-block-group {
	width: 60%;
	float: left;
	background: #f3f6f8;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 55px;
}

.blogs-list>li:first-child .wp-block-group {
	background: #f3f6f8 !important;
}

.blogs-list>li:nth-child(7n+1) .wp-block-group {
	background: #d0f3f6;
}

.blogs-list .wp-block-post-title a {
	font-size: 24px;
	line-height: 36px;
}

.blogs-list .wp-block-post-excerpt__excerpt {
	font-size: 18px;
	line-height: 28px;
}

.cat-title {
	float: left;
	margin-right: 20px;
}

.category-list-custom {
	margin: 0;
	padding: 0;
}

.category-list-custom li {
	display: inline-block;
	margin-right: 20px;
}

.category-list-custom li a {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
}

.category-list-custom li:hover a {
	border-bottom: 2px solid #3ebdcb;
	text-decoration: none;
}

.grecaptcha-badge {
	z-index: 1000;
}

.post-meta-custom {
	background: #fff;
	width: 100%;
	margin: 20px 0 20px 0;
	float: left;
}

.post-meta-custom img {
	border-radius: 50%;
	padding-top: 2px;
}

.post-meta-custom span {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #141616;
	float: left;
	margin-right: 10px;
}

.post-meta-custom .separator {
	color: #dedede;
}

.related-thumb {
	width: 100%;
	height: 200px;
	/* Set a fixed height */
	overflow: hidden;
	/* Prevent overflow */
}

.related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures image fills container without distortion */
}

.related-posts .card-title {
	margin-top: 10px;
	display: block;
	width: 100%;
}

.related-posts .card-title a {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #000;

	text-decoration: none;
}

.related-posts .card-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #141616;
}

.related-posts .card-footer a {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #03BDCB;
	text-decoration: none;
}

.related-posts .card-footer a:hover {
	text-decoration: underline;
}

.single-post {
	overflow-x: hidden;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.tel-mobile-header {
		display: none !important;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.iso-wr .wp-block-image {
	justify-content: right;
	display: flex;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media (max-width: 1200px) {

	.wrapper-row-case-studies {
		margin-left: 15px;
		margin-right: 15px;
	}

	.wrapper-row-case-studies.blogs-custom {
		margin-left: 15px;
		margin-right:15px;
	}

	.blogs-list>li {
		width: calc(50% - 15px) !important;
	}

	.blogs-list>li:first-child .wp-block-post-featured-image,
	.blogs-list>li:nth-child(7n+1) .wp-block-post-featured-image {
		width: 100% !important;
		float: left;
		height: 200px !important;
		margin: 1em 0;
	}

	.blogs-list>li:first-child .wp-block-post-featured-image img,
	.blogs-list>li:nth-child(7n+1) .wp-block-post-featured-image img,
	.blogs-list>li:first-child .wp-block-post-featured-image a,
	.blogs-list>li:nth-child(7n+1) .wp-block-post-featured-image a {
		height: 200px !important;
	}

	.blogs-list>li:first-child .wp-block-group,
	.blogs-list>li:nth-child(7n+1) .wp-block-group {
		width: 100%;
		float: left;
		background: #f3f6f8;
		height: 100%;
		display: block;
		padding: 0;
	}

	.blogs-list>li:first-child .wp-block-group {
		background: #fff !important;
	}

	.blogs-list>li:nth-child(7n+1) .wp-block-group {
		background: #fff;
	}


	.wrapper-row-case-studies {
		padding-top: 135px;
	}

	.wrapper-row-case-studies.blogs-custom {
		padding-top: 120px !important;
	}

	.similar-cases li {
		width: calc(50% - 20px);
	}

	.button-square .wp-block-button {
		width: 50%;
	}

	.testimonials-second {
		padding-top: 110px;
	}

	.testimonials-second .slick-arrow.slick-prev {
		right: auto;
		left: 0;
	}

	.testimonials-second .slick-arrow.slick-next {
		right: auto;
		left: 60px;
	}

	body {
		padding-top: 135px;
	}

	.team-images .splide__arrow--prev {
		left: 0 !important;
	}

	.team-images .splide__arrow--next {
		right: 0 !important;
	}

}

@media (max-width: 1078px) {
	.splide__arrows {
		margin-left: 0;
	}
}

/* applies to small devices (landscape phones, less than 768px) */
@media (max-width: 993px) {

	.advantages .wp-block-kadence-column:active .wp-block-heading::before,
	.advantages .wp-block-kadence-column:focus .wp-block-heading::before {
		color: #c9f3f7;
	}

	.wrapper-row-case-studies {
		padding-top: 135px;
	}

	.wrapper-row-case-studies.blogs-custom {
		padding-top: 73px;
	}


	.cta-hover .wp-block-group {
		background: #035c6a;
		position: relative;
		display: block;
		width: 100%;
		left: 0;
		bottom: 0;
		height: 100%;
		min-height: 80px;
	}

	.static-gallery .kadence-blocks-gallery-item {
		flex: 1 1 33%;
		/* Full width on smaller screens */
	}

	.advantages .wp-block-kadence-column:last-child .wp-block-heading:after {
		display: block;
	}

	.similar-cases li {
		width: 100%;
		margin-left: 0;
	}


	.custom-content-submenu {
		display: none;
	}

	.services-provided .value-item {
		width: 100%;
	}

	.wrapper-row-case-studies .splide__arrows {
		top: -80px;
	}

	.wrapper-row-case-studies.blogs-custom .splide__arrows {
		top: -65px;
	}

	.splide__arrows {
		margin-left: -15px;
	}

	.sub-menu li.see-all-services-menu {
		padding-left: 60px;
	}
	
	.sub-menu li.see-all-technologies-menu {
		padding-left: 60px;
	}

	.services-provided p,
	.services-provided .is-acf-field {
		width: 100%;
	}

	.jobs-nr {
		right: 40px;
		top: calc(50% - 8px);
	}

	.customers li {
		grid-column: span 2;
	}

	p {
		font-size: 18px;
	}

	p .has-inline-color {
		font-size: 20px;
	}

	ol.wp-block-list,
	ul.wp-block-list {
		font-size: 18px;
	}

	h1 {
		font-size: 36px;
		line-height: 1.4;
	}

	h2 {
		font-weight: 500;
		font-size: 32px;
	}

	h3 {
		font-weight: 500;
		font-size: 28px;
	}

	h4 {
		font-size: 26px;
		line-height: 1.4;
	}

	h5 {
		font-size: 22px;
		line-height: 1.4;
	}

	h6 {
		font-size: 20px;
		line-height: 1.4;
	}

	.wp-block-query-pagination-numbers>* {
		margin-right: 5px;
		width: 40px;
		height: 40px;
		line-height: 2.5;
		font-size: 16px;
	}

	.main-navigation {
		height: inherit;
		margin-bottom: 15px;
		display: block;
	}

	.main-navigation .nav-menu {
		display: block;
	}

	.main-navigation .sub-menu {
		padding: 25px 7px 25px 30px;
	}

	.main-navigation.toggled .nav-menu {
		height: auto;
	}

	.main-navigation.toggled .overlay-mobile {
		display: block;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
	}

	.main-navigation .menu-menu-header-desktop-container {
		display: block;
		position: relative;
		background: #fff;
		right: -110%;
		width: 100%;
		transition: right 0.2s ease-in-out;
		-webkit-box-shadow: -7px 3px 15px -7px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: -7px 3px 15px -7px rgba(0, 0, 0, 0.75);
		box-shadow: -7px 3px 15px -7px rgba(0, 0, 0, 0.75);
	}

	.main-navigation.toggled .menu-menu-header-desktop-container {
		display: block;
		position: relative;
		width: 80%;
		right: -25%;
		transition: right 0.2s linear;
	}

	.customers .wp-block-post-template>li:first-child .wp-block-post-featured-image,
	.customers .wp-block-post-template>li:first-child .wp-block-post-title,
	.customers .wp-block-post-template>li:first-child .wp-block-post-excerpt,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-featured-image,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-title,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-excerpt {
		width: 100%;
	}

	.customers .wp-block-post-template>li:first-child .logo-customers-page,
	.customers .wp-block-post-template>li:nth-child(5n+1) .logo-customers-page {
		position: relative;
		left: 0;
		width: 100%;
		top: auto;
	}

	.customers .wp-block-post-template>li .wp-block-post-terms {
		right: 20px !important;
		top: 30px !important;
	}

	.customers .wp-block-post-template>li:first-child .wp-block-post-title,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-title {
		margin-top: 0 !important;
		margin-bottom: 10px;
	}

	.customers .wp-block-post-template>li:first-child .wp-block-post-title,
	.customers .wp-block-post-template>li:first-child .wp-block-post-excerpt,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-title,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-excerpt {
		padding: 0;
	}

	.customers .wp-block-post-template>li:first-child .wp-block-post-title a,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-title a {
		font-size: inherit;
		line-height: inherit;
	}

	.customers .wp-block-post-template>li:first-child .wp-block-post-excerpt p,
	.customers .wp-block-post-template>li:nth-child(5n+1) .wp-block-post-excerpt p {
		font-size: inherit;
		line-height: inherit;
		padding: inherit;
	}

	.button-square .wp-block-button {
		width: 100%;
	}

	body {
		padding-top: 25px;
	}

	.footer .row>* {
		padding-left: 20px;
		padding-right: 20px;
	}

	h1 {
		font-size: 45px;
		line-height: 65px;
		text-align: left;
	}

	h2 {
		font-size: 40px;
		line-height: 60px;
	}

	h3 {
		font-size: 35px;
		line-height: 45px;
	}

	h4 {
		font-size: 27px;
		line-height: 43px;
	}

	h5 {
		font-size: 23px;
		line-height: 39px;
	}

	h6 {
		font-size: 18px;
		line-height: 42px;
	}

	.logo {
		justify-content: flex-start;
	}

	.main-navigation a {
		padding: 22px 20px;
		font-size: 14px;
		text-align: left;
		text-transform: uppercase;
	}

	.menu-item-has-children>a::after {
		width: 14px;
		height: 8px;
	}

	.menu-menu-header-desktop-container {
		width: 100%;
	}

	.main-navigation .sub-menu {
		position: relative;
		width: 100%;
		left: 0;
		top: -15px;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: none;
	}

	.main-navigation .sub-menu.show {
		display: block;
	}

	.main-navigation ul li.focus>ul {
		display: block;
	}

	.menu-toggle {
		float: right;
		overflow: hidden;
		display: block;
		text-indent: -9999px;
		background: url(media/open-menu.svg) no-repeat;
		background-size: auto;
		width: 40px;
		background-size: 40px;
		height: 40px;
		margin-left: 20px;
		z-index: 2000;
		position: absolute;
		top: 11px;
		right: 20px;
		border: 0;
	}

	.main-navigation.toggled .menu-toggle {
		background: url(media/close-menu.svg) no-repeat;
		background-size: auto;
		background-size: 40px;
		border: 0;
	}

	.nav-wrap {
		height: 0;
	}

	/* Hide the submenu mobile navigation & display it only on MOBILE  */
	.menu-item-has-children>a::after {
		display: none;
	}

	.open-submenu-mobile {
		right: 40px;
		display: block;
		visibility: visible;
		background: url(media/arrow-down.svg) no-repeat;
		background-size: auto;
		text-indent: -9999px;
		overflow: hidden;
		width: 32px;
		height: 30px;
		border: 0;
		background-size: 18px 18px;
		position: absolute;
		top: 8px;
		transform: rotate(-90deg);
	}

	.open-submenu-mobile.show {
		transform: rotate(0deg);
		transform-origin: center;
		right: 40px;
		top: 22px;
	}

	.sub-menu {
		padding: 0 0 0 20px;
	}

	.sub-menu.show {
		display: block;
	}

	.sub-menu li.menu-item-has-children>.sub-menu {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		border-radius: 0;
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
	}

	.sub-menu li {
		width: 100%;
		clear: both;
	}

	.sub-menu a {
		font-size: 14px !important;
		line-height: 32px;
		padding: 10px 40px 10px 0 !important;
	}

	.sub-menu li.menu-item-has-children>a:after {
		display: none;
	}

	.kt-tabs-wrap .wp-block-kadence-tab {
		padding: 20px 0 20px 0 !important;
	}

	.wp-block-kadence-tabs {
		width: 100%;
	}

	.kt-tabs-accordion-title .kt-tab-title {
		margin-right: 0 !important;
		background: #f9fcfd !important;
		border-radius: 0 !important;
		border: 1px solid #f9fcfd !important;
		color: #141616 !important;
		font-size: 20px !important;
		font-weight: 400 !important;
		line-height: 120% !important;
		text-align: left !important;
		position: relative !important;
		padding: 38px 80px 38px 30px !important;
		justify-content: left !important;
	}

	.kt-tabs-accordion-title .kt-tab-title:hover,
	.kt-tab-title-active .kt-tab-title {
		border: 1px solid #42c6d3 !important;
		color: #42c6d3 !important;
	}

	.kt-tab-title:after {
		position: absolute !important;
		content: "" !important;
		display: block !important;
		background: url(media/arow-r.svg) no-repeat !important;
		width: 24px !important;
		height: 25px !important;
		right: 25px !important;
		top: calc(50% - 11px) !important;
		transform: rotate(-45deg);
		transition: all 0.3s ease-out !important;
	}

	.kt-tab-title-active .kt-tab-title:after {
		background: url(media/arow-r-h.svg) no-repeat !important;
		transform: rotate(0deg);
	}

	.kt-tabs-wrap {
		width: 100%;
	}

	.kt-title-item {
		margin-bottom: 10px;
	}

	.schedule-call-header {
		display: none;
	}

	.logo,
	.home .clear-header .logo {
		background-size: auto 30px;
	}

	.site-header {
		padding: 15px 0 0 0;
	}

	.site-header .logo-wrap {
		padding: 0 25px 0 25px;
	}

	.logo {
		height: 44px;
	}

	.tel-mobile-header {
		display: block !important;
		text-indent: -9999px;
		overflow: hidden;
		background: url(media/phone-bl.svg) no-repeat;
		background-size: 40px 22px;
		position: absolute;
		width: 40px;
		height: 33px;
		padding: 0 !important;
		right: 85px;
		top: 21px;
		filter: invert(22%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(96%) contrast(97%);
	}

	.home .clear-header .tel-mobile-header {
		filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	}

	.home .clear-header .sub-menu {
		background: transparent;
	}

	.home .clear-header .main-navigation a {
		color: #333 !important;
		text-shadow: none;
	}

}

@media (max-width: 768px) {
	.call-to-action .kt-adv-heading198_071e95-40 {
		font-size: 40px !important;
		line-height: 1.3 !important;
		padding-top: 0 !important;
	}

	.call-to-action .kt-adv-heading198_c49c44-01 {
		font-size: 20px !important;
		line-height: 1.3 !important;
	}

	.blogs-list>li {
		width: 100% !important;
	}

	.toc-custom .wp-block-heading a {
		top: 20px;
	}

	.toc-custom>.kt-mobile-layout-row {
		margin-top: -50px !important;
		padding-top: 0 !important;
	}

	.open-submenu-mobile,
	.open-submenu-mobile.show {
		right: 25px;
	}

	.jobs-nr {
		right: 25px;
	}

	p {
		font-size: 16px;
	}

	p .has-inline-color {
		font-size: 18px;
	}


	ol.wp-block-list,
	ul.wp-block-list {
		font-size: 16px;
	}


	h1 {
		font-size: 35px;
		line-height: 1.4;
	}

	h2 {
		font-weight: 500;
		font-size: 31px;
	}

	h3 {
		font-weight: 500;
		font-size: 27px;
	}

	h4 {
		font-size: 25px;
		line-height: 1.4;
	}

	h5 {
		font-size: 21px;
		line-height: 1.4;
	}

	h6 {
		font-size: 19px;
		line-height: 1.4;
	}

	.buttons-col-3 .wp-block-button {
		flex: 1 1 100%;
		margin: 10px 10px 10px 0;
	}

	.wp-block-kadence-advancedheading.kt-adv-heading10_e71cd0-29,
	.wp-block-kadence-advancedheading.kt-adv-heading10_e71cd0-29[data-kb-block="kb-adv-heading10_e71cd0-29"] {
		font-size: 45px !important;
		line-height: 65px !important;
	}

	.footer-menu {
		margin-top: 30px;
	}


}