/*
Theme Name: IE Hub
Author: IE Hub
Author URI:
Description: IE Hub theme
Version: 1.0
License: (c) Copyright of IE Hub. All Rights Reserved.
Text Domain: iehub
*/

html {
    overflow-x: hidden;
}

.wow {
	visibility: hidden;
}

.single-career .single-post-section {
	display: none;
}

.custom-logo-link img {
	width: 130px;
}

.cta-strip {
	background-color: #6EB7B9;
	text-align: center;
	display: block;
	width: 100%;
	float: left;
	padding: 30px 30px;
	box-sizing: border-box;

}

.cta-strip-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.cta-strip h2 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.cky-notice .cky-title {
	margin: 0px !important;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
}
.cky-notice-des P:last-child {
	padding-top: 10px;
	line-height: 18px;
}


.CookieDeclaration a {
	color: #183E50;
	font-weight: 700;
}

.jump-to {
	padding: 30px 20px 0px;
	box-sizing: border-box;
}

.jump-to-container {
	max-width: 1000px;
	margin: 0 auto;
}

.jump-to .links {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.jump-to .links a {
	background-color: #183E50;
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
}

section {

	scroll-padding-top: 220px;

}
.ez-toc-title-container {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between;
}
#ez-toc-container .ez-toc-js-icon-con, #ez-toc-container .ez-toc-toggle label, .ez-toc-cssicon {
	float: none !important;
	left: auto !important;
}
div#ez-toc-container p.ez-toc-title {
	padding-top: 0px !important;
	margin: 0 !important;
}

div#ez-toc-container {
	margin: 0 auto 30px;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	/* 	max-width: 600px; */
	display: flex;
	flex-direction: column;

	border: 1px solid #dfdfdf !important;
	border-radius: 10px;
}
div#ez-toc-container ul {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	padding-left: 0px !important;
	margin-top: 0px !important;
}

div#ez-toc-container .ez-toc-title {
	color: #000;
	font-weight: 600 !important;
	font-family: "Open Sans", sans-serif;
	font-size: 16px !important;

}

#ez-toc-container {
	border: none !important;
	border-radius: 5px;
}
#ez-toc-container a {
	color: #000000 !important;
	font-weight: 400 !important;
	font-family: "Open Sans", sans-serif;
	font-size: 16px !important;
	display: block;
	margin: 8px 0;
}

#ez-toc-container a:hover {
	text-decoration: none !important;
}

#ez-toc-container nav > ul > li:hover > a::after {
	display: none;
}

#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
	padding-left: 20px !important;
}

/***/

.wp-block-post-author {
	display: flex;
	margin-bottom: 30px;
}
.wp-block-post-author__avatar {
	margin-right: 1em;
}

.wp-block-post-author__avatar img {
	min-width: 48px;
	object-fit: contain;
}
.page-id-24 .contact-page-no-show {
	display: none;
}
.wp-block-post-author {
	align-items: center;
}
.wp-block-post-author__content {
	display: flex;
	flex-direction: column-reverse;
}

.wp-block-post-author__name {
	padding-bottom: 5px !important;
}

.wp-block-post-author__byline {
	font-size: 12px !important;
}

.wp-block-post-author__byline {
	padding-bottom: 0px !important;
}

.simple-sitemap-wrap code {
	font-family: "Open Sans", sans-serif;
}

.calendly-overlay .calendly-popup {
	max-height: 700px !important;
}

.page-id-18 .filter-top-header {
	display: none;
}

@media (max-width: 975px) {
	.calendly-overlay .calendly-popup {
		max-height: none !important;
	}
}

#cookie-notice, #cookie-notice *, #cookie-notice .cn-button {
	font-family: "neue-haas-grotesk-display", sans-serif !important;
}

@media (max-width: 600px) {
	.wow {
		visibility: shown;
	}
}

main section:first-of-type:not(footer section) {
	margin-top: 70px;
}

header {
	position: fixed !important;
}

@media (max-width: 1100px) {
	main section:first-of-type:not(footer section){
		margin-top: 70px;
	}
}


.calendly-inline-widget {
	overflow: auto;
	display: flex;
	flex-direction: column-reverse;
	height: 710px !important;
}


@media (max-width: 1075px) {
	.calendly-inline-widget {
		height: 1100px !important;
	}
}

@media (max-width: 1075px) {
	.calendly-inline-widget {
		height: 1000px !important;
	}
}

@media (max-width: 600px) {
	.calendly-inline-widget {
		/* 		height: 620px !important; */
	}
}
.wriggle-icon.green {

}

.wriggle-icon.blue {

}

.wriggle-icon.white {

}

.wriggle-icon.purple {

}

.wriggle-icon.yellow {

}


/*** home partner logos ***/

.home-partner-logos {
	display: flex;
	max-width: 600px;
	margin: 70px auto 0;
	gap: 50px;
}

.home-partner-logos .logo {
	flex: 1 1 calc(50% - 20px);
}

.home-partner-logos .logo img {
	display: block;
	object-fit: contain;
	object-position: center;
	height: 77px;
	max-width: 223px;
}



@media (max-width: 600px) {
	.home-partner-logos {

		gap: 20px;
		margin: 30px auto 0;
	}


	.home-partner-logos .logo img {
		height: 50px;
	}

}

/*** text items box ***/
.text-items-box {
	padding: 100px 30px;
	box-sizing: border-box;
}

.text-items-box-container {
	max-width: 1500px;
	margin: 0 auto;
}

.text-items-box .tick-icon {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 20px;
}

.text-items-box .tick-icon span {
	font-size: 52px;
	font-weight: 800;
}

.text-items-box .title {
	margin-bottom: 30px;
}

.text-items-box .title > * {
	font-size: 39px;
	line-height: 49px;
}

.text-items-box .text {
	text-align: center;
	margin: 20px auto 20px;
}

.text-items-box .items {
	display: flex;
	flex-wrap: wrap;
}

.text-items-box .items .item {
	width: calc(50% - 20px);
	margin: 10px 10px;
	border-radius: 20px;
	padding: 35px 35px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.text-items-box .items .item p {
	padding-top: 0px;
	font-size: 24px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	line-height: 30px;
}

@media (max-width: 900px) {
	.text-items-box .items .item {
		width: 100%;
		margin: 10px 0;
	}

	.text-items-box {
		padding: 50px 30px;
	}


}

@media (max-width: 800px) {
	.text-items-box .title > * {
		font-size: 32px;
		line-height: 42px;
	}
}

@media (max-width: 600px) {
	.text-items-box {
		padding: 50px 20px;
	}

	.text-items-box .title > * {
		font-size:  22px;
		line-height: 32px;
	}

	.text-items-box .items .item {
		padding: 20px 20px;

	}

	.text-items-box .items .item p {
		font-size: 20px;
	}

	.text-items-box .text {
		margin: 0px auto;
	}

	.text-items-box .text p {
		font-size: 20px;
	}
}

/*** text items ***/

.text-items {
	padding: 120px 30px;
	box-sizing: border-box;
}

.text-items-container {
	max-width: 920px;
	margin: 0 auto;

}

.text-items .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.text-items .items .item {
	width: calc(33.33% - 40px);
	flex: 1 1 auto;
	margin: 20px 20px;
}

.text-items.white-bg .title h2 {
	color: #183E50;
}

.text-items.white-bg .items h2 {
	color: #183E50;
}

.text-items.white-bg .items .text p {
	color: #183E50;
}

@media (max-width: 600px) {
	.text-items {
		padding: 80px 20px;
	}
}

/*** footer ***/


.top-footer {
	background-color: #6EB7B9;
	padding: 30px 30px;
	box-sizing: border-box;
	color: #ffffff;
}

.business .top-footer {
    background-color: #173E50;
}

.top-footer a {
	color: #ffffff;
	line-height: 24px;
}

.top-footer a:hover {
	opacity: 0.6;
}

.top-footer-container {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top-footer .top-footer-container .col:first-of-type {
	width: 40%;
}

.top-footer .top-footer-container .col {
	width: 20%;
}

.top-footer .top-footer-container .col .footer-logo {
	margin-bottom: 40px;
}

.top-footer .top-footer-container .col .footer-logo img {
    display: inline-block;
    max-width: 200px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.top-footer .top-footer-container .col .footer-logo img:first-child {
    margin-right: 20px;
}

.top-footer .top-footer-container .col p strong {

	margin-bottom: 10px;
}

.top-footer .top-footer-container .col:nth-of-type(2) {
	padding: 0 20px;
	box-sizing: border-box;
}

.top-footer .top-footer-container .col .tel {
	margin-bottom: 5px;
}

.top-footer .top-footer-container .col .footer-menu {
    text-align: right;
}

.top-footer .top-footer-container .col .footer-menu h3 {
    font-weight: 500;
}

.top-footer .top-footer-container .col .footer-menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

.top-footer .top-footer-container .col .footer-menu ul li {
	padding-top: 5px;
}

.top-footer .top-footer-container .col .footer-menu ul li:first-child {
	padding-top: 5px;
}

.top-footer .top-footer-container .col .social-icons {
	display: flex;
	align-items: center;
	margin: 20px 0 10px;
	gap: 10px;
    margin-bottom: 0;
}


#menu-footer-menu-2 li:first-of-type {
	padding-top: 0px;
}

.top-footer .top-footer-container .col .social-icons .icon a i {
	font-size: 18px;
    line-height: 26px;
}

.top-footer .top-footer-container .col .social-icons .icon {
    text-align: center;
}

.top-footer .top-footer-container .col .social-icons .icon a:hover {
    background-color: white;
}

.top-footer .top-footer-container .col .social-icons .icon a {
    border: 2px solid white;
    border-radius: 5px;
    width: 26px;
    height: 27px;
    display: block;
    opacity: 1;
}

.top-footer .top-footer-container .col .social-icons .icon:hover a i {
    color: #6EB7B9;
}

.top-footer .top-footer-container .col .social-icons .icon img {
	display: block;
}

.top-footer .top-footer-container .col .footer-title > * {
	font-size: 16px;
}

.top-footer .addresses {
	display: flex;
	gap: 30px;
}

.bottom-footer {
	background-color: #999999;
	text-align: center;
	padding: 20px 30px;
	box-sizing: border-box;
    color: white;   
}

.bottom-footer p {
	padding-top: 0px;
}

.bottom-footer-container {
	max-width: 1400px;
	margin: 0 auto;
}

.bottom-footer-container ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
}

.bottom-footer-container ul.menu li {
    display: inline-block;
    padding: 0;
}

.bottom-footer-container ul.menu li a {
    color: white;
    font-size: 14px;
}

.bottom-footer-container ul.menu li a:hover {
    color: #173E50;
}

.bottom-footer-container p {
    color: white;
    font-size: 14px;
}

.bottom-footer-container ul.menu li a:before {
    content: "|";
    margin-right: 5px;
    color: #FFFFFF;
}

.bottom-footer-container ul.menu li:first-child a:before {
    display: none;
}

@media (max-width: 950px) {

	.top-footer .top-footer-container .col:first-of-type {
		width: 100%;
		margin-bottom: 30px;
	}
	.top-footer .top-footer-container .col {
		width: 100%;

	}
	.top-footer .top-footer-container .col:nth-of-type(2) {
		padding: 0 0px;

	}

	.top-footer .top-footer-container .col:last-of-type{
		margin-top: 20px;
	}
	.top-footer-container {
		flex-wrap: wrap;
	}
    .footer-logo {
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    .top-footer .top-footer-container .col .footer-menu {
        text-align: center;
    }
}

@media (max-width: 950px) {
	.top-footer {
		padding: 50px 20px 30px;
	}
	.bottom-footer p {
		font-size: 12px;
	}
	.bottom-footer {
		padding: 10px 20px;
	}
}

@media (max-width: 450px) {
	.top-footer .top-footer-container .col {
		width: 100%;
	}

	.top-footer .top-footer-container .col:nth-of-type(3) {
		margin: 20px 0;
	}
}


/*** text left image right ***/

.text-left-image-right {
	padding: 70px 30px 0;
	box-sizing: border-box;
}

.text-left-image-right-container {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.text-left-image-right .left {
	width: 50%;
	padding-right: 50px;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.text-left-image-right .left .text {
	margin-top: 10px;
}

.text-left-image-right .right {
	width: 50%;
	margin-top: auto;
}

.text-left-image-right .right .image img {
	margin-left: auto;
	display: block;
}
.text-left-image-right.title > * {
	font-size: 72px;
	line-height: 78px;
	text-align: center;
}

		.text-left-image-right.vid {
					padding: 70px 30px 70px;
				}

				.text-left-image-right.vid .right .image {
					display: none;
				}

				.text-left-image-right.vid .right {
					margin-bottom: auto;
					height: 100%;
					position: relative;
					width: 100%;
					height: 0;
					padding-bottom: 40%;
				}

				.text-left-image-right.vid .right iframe {
					position: absolute;
					width: 100%;
					height: 100%;
					left: 0;
					top: 0;
				}

				@media (max-width: 1000px) {
					.text-left-image-right.vid .right {
						margin-top: 20px;
						padding-bottom: 56.25%;
					}
					
					.text-left-image-right.vid {
						padding: 30px 20px 30px;
					}
				}


@media (max-width: 1050px) {
	.text-left-image-right .title > * {
		font-size: 50px;
		line-height: 60px;
	}

}
@media (max-width: 1000px) {
	.text-left-image-right-container {
		flex-direction: column;
	}
	.text-left-image-right .left {
		width: 100%;
	}
	.text-left-image-right .right {
		width: 100%;
	}
	.text-left-image-right .right .image img {
		margin: 30px auto 0;
	}
}	

@media (max-width: 600px) {
	.text-left-image-right .title > * {
		font-size: 38px;
		line-height: 51px;

	}
	.text-left-image-right {
		padding: 50px 20px 0;
	}

	.text-left-image-right .left {
		padding-bottom: 20px;
	}
}

/*** home hero ***/

.home-hero {
	position: relative;
	/* 	height: 920px; */
	height: calc(100vh - 110px);
	padding: 0 30px;
	box-sizing: border-box;
}

.home-hero-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10;
	flex-direction: column;
	color: #ffffff;
	height: 100%;
}

.home-hero .title > * {
	font-size: clamp(38px, 6vw, 72px);
	line-height: 120%;
	text-align: center;
}

.home-hero .text p {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}

.home-hero .text {
	max-width: 600px;
	margin: 20px auto 0;
	text-align: center;
}

.home-hero .buttons {
	display: flex;
	/* 		margin-top: 40px; */
	gap: 10px;
}

.home-hero .buttons .a-button a.green-bg {
	color: #183E50;
}

.home-hero .buttons .a-button a.green-bg span {
	background-color: #183E50;
}

.home-hero .buttons .a-button a.green-bg span i {
	color: #ffffff;
}

@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1)
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.5)
	}
	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1)
	}
}
.waveWrapper {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 2;
}
.waveWrapperInner {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	/* 	bottom: -1px; */
	background-image: linear-gradient(to top, #183E50 20%, #183E50 80%);
}
.bgTop {
	z-index: 15;
	opacity: 0.5;
}
.bgMiddle {
	z-index: 10;
	opacity: 0.75;
}
.bgBottom {
	z-index: 5;
}
.wave {
	position: absolute;
	left: 0;
	/* 	width: 200%; */
	width: 3840px;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
	opacity: 0.2;
}
.waveTop {
	background-size: 50% 100%;
}
.waveAnimation .waveTop {
	animation: move-wave 5s;
	-webkit-animation: move-wave 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.waveAnimation .waveTop {
	animation: move_wave 150s linear infinite;
}

.waveMiddle {
	background-size: 50% 1000px;
}

.waveAnimation .waveMiddle {
	animation: move_wave 70s linear infinite;
}
.waveBottom {
	background-size: 50% 800px;
}
.waveAnimation .waveBottom {
	animation: move_wave 90s linear infinite;
	opacity: 1;
}


@media (max-width: 1050px) {
	/* 	.home-hero .title > * {
	font-size: 50px;
	line-height: 60px;
} */
}

@media (max-width: 600px) {
	/* 	.home-hero .title > * {
	font-size: 38px;
	line-height: 51px;

} */
	.home-hero .buttons {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
	}

	.home-hero .buttons .a-button {
		margin-top: 10px;
	}

	.home-hero .buttons .a-button a {
		width: 270px;


	}

	.home-hero .text {
		margin: 0 auto 0;
	}

	.home-hero {
		height: 600px;
	}

}

/*** map ***/

.map-section {
	padding: 50px 30px;
	box-sizing: border-box;
}

.map-section-container {
	max-width: 1500px;
	margin: 0 auto;
}

.map-section .title > * {
	font-size: 48px;
	line-height: 58px;
}

.map-section .text > * {
	font-size: 22px;
	line-height: 34px;
}

.map-section .text {
	margin-bottom: 30px;
}

.map-section #map {
	height: 420px;
}

.map-section .hours {
	display: flex;
	justify-content: center;
}

.map-section .opening-hours {
	max-width: 300px;
	margin: 55px auto 0;

}

.map-section .opening-hours h3 {
	text-align: center;
	font-style: italic;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-size:22px;
	margin-bottom: 10px;
}

.map-section .opening-hours span {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:22px;
}

.map-section .hours .left {
	display: flex;
	flex-direction: column;
	margin-right: 40px;
}

.map-section .hours .right {
	display: flex;
	flex-direction: column;
}

@media (max-width: 600px) {

	.map-section .title > * {
		font-size: 28px;
		line-height: 38px;
	}

	.map-section .text > * {
		font-size: 16px;
		line-height: 25px;
	}

	.map-section .opening-hours span, .map-section .opening-hours h3 {
		font-size: 16px;
	}

	.map-section {
		padding: 50px 20px;
	}
}

/*** hero contact ***/

.page-id-24 .hero.has-image {
	/* 	margin-bottom: 400px;
	padding-bottom: 315px; */
}
.hero .tel, .hero .email {
	text-align: center;
	margin: 15px;
}

.hero .tel a, .hero .email a {
	color: #ffffff;
	font-weight: 700;
}

.hero .tel a i, .hero .email a i {
	margin-right: 15px;
	font-size: 22px;
}

.contact-section {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(24,62,80,1) 50%);
	padding: 0 20px;
	box-sizing: border-box;
}

.contact {
	padding: 50px 50px;
	box-sizing: border-box;
	border-radius: 10px;
	max-width: 1000px;
	margin: 30px auto 0;
	background-color: #ffffff;
	/* 	position: absolute; */
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

body.contact{
    padding: 0;
    border-radius: 0;
    max-width: none;
    margin: 0;
    box-shadow: none;
}


.contact .form-container {
	margin: 0;

}

.contact .flex-space {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.contact .input-half {
	width: 49%;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.contact p {
	padding-top: 0px;
}


.contact input, .contact select {
	padding: 15px;
}



.contact .flex-full input, .flex-full textarea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
	color: #1a1d29 !important;
}

.contact input, .contact select, .contact textarea {
	background-color: #ffffff;
	border: 2px solid #183E50;
	width: 100%;
	transition: all 350ms ease-in-out;
	box-sizing: border-box;
	font-size:18px;
	border-radius: 5px;
	font-family: "Open Sans", sans-serif;
	/* 				-webkit-appearance: none; */
	-webkit-border-radius: 5px;
	margin-top: 10px;

}

.contact label {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 19px;
}

.contact textarea  {
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
}

.contact input[type=submit] {
	width: 310px;
	text-align: center;
	color: #ffffff;
	background-color: #6EB7B9;
	border-radius: 34px;
	border: none;
	justify-content: center;
	padding: 20px 50px;
	box-sizing: border-box;
}

.contact input[type=submit]:hover {
	cursor: pointer;
	color: #183E50 !important;
}

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

.contact .wpcf7-list-item label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.wpcf7-checkbox {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.wpcf7-spinner {
	display: none !important;
}
@media (max-width: 850px) {
	.contact .input-half {
		width: 100%;
	}
	.contact .flex-space {
		flex-direction: column;
	}

	.contact .input-half {
		margin-bottom: 20px;
	}

	.contact {
		position: relative;
		border-radius: 20px;
	}

	.page-id-24 .hero.has-image {

	}
}

@media (max-width: 600px) {

	.contact {
		padding: 20px 20px;
		margin-top: -20px;
	}

	.wpcf7-checkbox {
		flex-direction: column;
	}

	.contact .wpcf7-list-item label {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

	.contact .wpcf7-list-item label span {
		width:300px;
		text-align: left;
	}

	.contact .wpcf7-list-item label input {
		width: auto;
	}

	.contact .wpcf7-form-control-wrap .wpcf7-checkbox:first-of-type {
		margin-top: 20px;
	}
	.contact .wpcf7-form-control-wrap .wpcf7-checkbox:last-of-type {
		margin-bottom: 20px;
	}

}


@media (max-width: 600px) {
	.contact input[type=submit] {
		width: 100%;
	}


}	

/*** insights ***/


.insight-content {
	padding: 20px 20px;
	box-sizing: border-box;
	text-align: center;
}

.insight-content .insight-title h2 a{
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	text-align: center;
	color: #183E50;
}

.insight-content p {
	padding-top: 10px;
}


.insight-content .a-button {
	margin-top: 20px;
}

.insight-content figure {
	display: none !important;
}

/*** results items ***/

.results-items {
	padding: 75px 0px 0;
	box-sizing: border-box;
}

.results-items-container {
	/* 	max-width: 1500px; */
	margin: 0 auto;
}

.results-items .title > * {
	font-size: 48px;
	line-height: 58px;
	text-align: center;
}

.results-items .wriggle {
	display: block;
	text-align: center;
	margin: 20px auto 20px;
}

.results-items .text {
	max-width: 950px;
	margin: 0 auto 50px;
}

.results-items .items {
	display: flex;
	margin-top: 25px;
	flex-wrap: wrap;
	justify-content: center;
}

.results-items .items .item {
	flex: 1 1 25%;
	margin: 0px 0px;
	/* 	background-color: #ffffff; */
	border-radius: 0px;
	padding: 40px 20px;
	box-sizing: border-box;
	height: 550px;
	position: relative;
}

.results-items.blue-bg-accent .items .item {
	background-color: #3366CC;
}

.results-items .items .item .tint {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	content: '';
	background-color: #000;
	pointer-events: none;
	;
}

.results-items .items .item .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.results-items .items .item .heading .right {

}

.results-items .items .item .background-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.results-items .items .item .background-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.results-items .items .item .background-image .black-tint {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.4;
	content: '';
}

.results-items .items .item .image img {
	width: 88px;
	object-fit: contain;
	displaY: block;
	margin-top: 0px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.results-items .items .item .heading .title > * {
	font-size: 58px;
	line-height: 60px;
	text-align: left;
}

.results-items .items .item .subtitle {
	/* 	max-width: 235px; */
	position: relative;
	margin-top: 10px;
}

.results-items .items .item .subtitle > * {
	font-size: 24px;
	line-height: 38px;
	font-weight: 400;
}
.results-items .items .item .text  {
	position: relative;
}
.results-items .items .item .text > * {
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
}

@media (max-width: 1300px) {
	.results-items .items .item {
		flex: 1 1 calc(50% - 20px);
	}

	.results-items .items .item .heading .title > * {
		font-size: 48px;
	}
}

@media (max-width: 700px) {
	.results-items .items .item {
		flex: 1 1 100%;
		margin: 0px 0;
		height: auto;
	}
}

@media (max-width: 600px) {

	.results-items .title > * {
		font-size: 28px;
		line-height: 38px;

	}

	.results-items .items .item .subtitle > * {
		font-size: 22px;
	}

	.results-items {
		padding: 50px 20px 0px;
	}

	.results-items .items {
		margin-top: 10px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

/*** case study related ***/

.case-studies-related {
	padding: 100px 30px 70px;
	box-sizing: border-box;
}

.case-studies-related-container {
	max-width: 1500px;
	margin: 0 auto;

}

.case-studies-related .title > * {
	font-size: 48px;
	line-height: 58px;
}

.case-studies-related .items {
	margin-top: 20px;
}


.case-studies-related .items .item {

	margin: 10px 10px;
}

.case-studies-related .items .item img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.case-studies-related .items .item .case-study-content {
	padding: 20px 20px;
	box-sizing: border-box;
}

.case-studies-related .items .item .case-study-content .case-study-title > * {
	font-size: 18px;
	line-height: 24px;
}

.case-studies-related .items .item .case-study-content .tags {
	font-size: 16px;
	line-height: 22px;
	margin-top: 5px;
}

.case-studies-related .arrows:hover {
	cursor: pointer;
}

.case-studies-related .arrows span {
	padding: 13px 13px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #0A171B;
	border-radius: 8px;
}
.case-studies-related .slider-navigation {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	align-items: center;
}

.case-studies-related .slick-dots {
	position: relative;
	bottom: auto;
	display: flex;
	align-items: center;
}

.case-studies-related .slick-dots li button:before {
	color: #ffffff;
	font-size: 12px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	line-height: normal;
	color: transparent;
	position: relative;
}
.case-studies-related .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ffffff;
	border: none;
	transform: translateY(0px);
	position: relative;
	font-size: 13px;
}
.case-studies-related .slick-dotted.slick-slider {
	margin-bottom: 0px;
}


@media (max-width: 600px) {
	.case-studies-related .title > * {
		font-size: 28px;
		line-height: 38px;
	}

	.case-studies-related .items .item img {
		height: 210px;
	}

	.case-studies-related {
		padding: 50px 20px 50px;
	}

}

/*** careers section ***/

.careers-section {
	padding: 100px 30px 50px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.careers-section-container {
	max-width: 1500px;
	margin: 0 auto;
}

.careers-section .title > * {
	font-size: 48px;
	line-height: 48px;
}

.careers-section .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



.careers-section .items .item {
	width: calc(25% - 20px);
	margin: 20px 10px;
	background-color: #EDEDED;
	padding: 40px 20px;
	box-sizing: border-box;
	text-align: center;
}

.careers-section .items .item .career-title > * {
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
}

.careers-section .items .item .career-title a {
	color: #183E50;
}

.careers-section .a-button {
	width: 100%;
	text-align: center;
}

.careers-section .items .item .a-button a {
	padding: 20px 50px;
	width: 100%;
	justify-content: center;
}


@media (max-width: 1300px) {
	.careers-section .items .item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 670px) {
	.careers-section .items .item {
		width: 100%;
		margin: 10px 0;
	}
}

@media (max-width: 600px) {
	.careers-section .title > * {
		font-size: 38px;
		line-height: 51px;
	}

	.careers-section {
		padding: 30px 0;
	}
}



/*** text block logos ***/

.text-block-logos {
	padding: 100px 30px;
	box-sizing: border-box;
}

.text-block-logos-container {
	max-width: 1500px;
	margin: 0 auto;
}

.text-block-logos .title > * {
	font-size: 48px;
	line-height: 64px;
}

.text-block-logos .logos {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
}

.text-block-logos .logos .image {
	margin: 20px 20px;
}

.text-block-logos .logos .image img {

	display: block;
	object-fit: contain;
	object-position: center;
	height: 120px;
	max-width: 250px;
}

@media (max-width: 600px) {
	.text-block-logos .title > * {
		font-size: 28px;
		line-height: 38px;
	}

	.text-block-logos .title {
		text-align: left;
	}

	.text-block-logos .text {
		text-align: left;
	}

	.text-block-logos .logos {
		justify-content: space-between;
	}

	.text-block-logos {
		padding: 50px 20px;
	}
}

/*** hero ***/

.hero {
	padding: 50px 30px 50px;
	box-sizing: border-box;
}

.hero .breadcrumb {
	margin-bottom: 60px;
}



.hero.small-title .hero-container {
	max-width: 1480px;
}

.hero-container {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}
.hero .buttons {
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: center;
}

.hero .buttons .button-link {
	margin: 10px 10px;
}

.hero .title {
	margin-bottom: 20px;
}

.hero .subtitle {
	margin-bottom: 20px;
}

.hero .subtitle > * {
	font-size: 22px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

.hero .subtitle.two {
	margin: 20px auto 0px;
}

.hero .title.small > * {
	font-size: 48px;
	line-height: 64px;
}

.hero .text {
	max-width: 920px;
	margin: 0px auto 0;
	letter-spacing: 0.8px;
}

.hero .text h3 {
	font-size: 28px;
	line-height: 38px;
	margin-top: 20px;
}

.hero .text p a {
	font-weight: 700 !important;
	color: inherit;
}

.hero .a-button {
	margin: 40px auto 10px;
}

.hero .subtitle.two.yellow-bg > * {
	color: #FDE541;
}
.hero .subtitle.two.green-bg > *  {
	color: #6EB7B9;
}

.hero .subtitle.two.blue-bg > * {
	color: #3366CC;
}

.hero .subtitle.two.purple-bg > * {
	color: #786BEE;
}

.hero .subtitle.two.pink-bg > *  {
	color: #EE7199;
}

.hero .subtitle.two.white-bg > *  {
	color: #FFFFFF;
}

.hero .subtitle.two {
	background-color: transparent !important;
}


.hero-image {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(24,62,80,1) 50%);
	box-sizing: border-box;
	padding: 0 20px;
}

.hero-image .image {
	margin: 0 auto;
	max-width: 1000px;
}

.hero-image .image video {
	margin-top: -50px;
}

.hero-image .image img, .hero-image .image video {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 600px) {
	.hero-image {
		margin-top: -30px;
	}

	.hero-image .image video {
		height: auto;
		aspect-ratio: 1/1;
	}
}
.btn-main-2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	padding: 6px 7px 6px 15px;
	box-sizing: border-box;
	border-radius: 40px;
	background-color: transparent !important;
	color: #ffffff;
}

.btn-main-2:hover {
	background-color: inherit !important;
}

.btn-main-2 span {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 100%;
	font-size: 15px;
	margin-left: 30px;
	color: #183E50;
}



.btn-main-2:hover {
	background-color: inherit !important;
}

.btn-main-2.yellow-bg {
	border: 2px solid #FDE541;
}

.btn-main-2.green-bg {
	border: 2px solid #6EB7B9;
    color: #6EB7B9;
}

.btn-main-2.blue-bg {
	border: 2px solid #3366CC;
}

.btn-main-2.purple-bg {
	border: 2px solid #786BEE;
}

.btn-main-2.pink-bg {
	border: 2px solid #EE7199;
}

.btn-main-2.white-bg {
	border: 2px solid #FFFFFF;
}


.btn-main-2.yellow-bg:hover {
	background-color: #FDE541 !important;
	color: #183E50 !important;
}

.btn-main-2.green-bg:hover  {
	background-color: #6EB7B9 !important;
    color: white;
}

.btn-main-2.blue-bg:hover  {
	background-color: #3366CC !important;
}

.btn-main-2.purple-bg:hover  {
	background-color: #786BEE !important;
}

.btn-main-2.pink-bg:hover  {
	background-color: #EE7199 !important;
}

.btn-main-2.white-bg:hover  {
	background-color: #FFFFFF !important;
	color: #183E50 !important;
}

@media (max-width: 1050px) {
	.hero .title > * {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 1000px) {
	/* 	.hero.has-video, .hero.has-image {
	margin-bottom: 30vw;
	padding-bottom: 30vw;
}

	.single-post .hero.has-video, .hero.has-image {
	margin-bottom: 88px;
	padding-bottom: 179px;
} */
}

@media (max-width: 600px) {
	.hero .text h3 {
		font-size: 22px;
		line-height: 29px;
	}

	.hero .title > * {
		font-size: 38px;
		line-height: 51px;
	}

	.hero .title.small > * {
		font-size: 28px;
		line-height: 38px;
	}
	.hero .breadcrumb {
		display: none;
	}
}

/*** case studies ***/


.case-studies {
	padding: 50px 30px;
	box-sizing: border-box;
	background-color: #ffffff;
}

body.case-studies {
    padding: 0;
}

.case-studies-container {
	max-width: 1500px;
	margin: 0 auto;


}

.case-studies .title {
	margin-bottom: 30px;
}

.case-studies .title > * {
	font-size:32px;
	line-height: normal;
}

.case-studies .items {
	display: flex;
	flex-wrap: wrap;
}

.case-studies .items .item {
	width: calc(33.33% - 20px);
	margin: 10px 10px 30px;
}

.case-studies .items .item img, .case-studies .items .item video {
	height: 360px;
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
}

.case-studies .pagination {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-studies .pagination .page-numbers {
	font-size: 16px;
	color: #173E50;
	margin: 0 5px;
}

.case-studies.whitepapers .pagination-wp .page-numbers {
    color: white;
}

.case-studies .pagination .page-numbers:hover {
	opacity: 0.6;
}

.case-studies .pagination .page-numbers.current {
	font-weight: 700;
}

.case-studies .pagination .page-numbers.next, .case-studies .pagination .page-numbers.prev {
	color: #ffffff;
	padding: 2px 5px;
	border-radius: 5px;
	background-color: #173E50;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
}

.case-studies.whitepapers .pagination-wp .page-numbers.prev, .case-studies.whitepapers .pagination-wp .page-numbers.next {
    color: #173E50;
    background-color: white;
}

.case-studies .pagination .page-numbers.next:hover, .case-studies .pagination .page-numbers.prev:hover {
	opacity: 0.6;
}

.case-studies .case-study-title {
	margin-top: 20px;
}

.case-studies .case-study-title h2 a {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	display: block;
}

.case-studies .case-study-content p {
	font-size: 16px;
}

@media (max-width: 1000px) {
	.case-studies .items .item {
		width: calc(50% - 20px);
	}
}

@media (max-width:700px) {
	.case-studies .items .item {
		width: 100%;
		margin: 10px 0 30px;
	}

	.case-studies {
		padding: 20px 20px;
	}
}

/*** case studies section ***/

.case-studies-section {
	padding: 100px 0 50px;
	box-sizing: border-box;
}

.case-studies-section-container {

}

.case-studies-section .title > * {
	font-size: 48px;
	line-height: 64px;
}

.case-studies-section .top-section {
	display: flex;
	align-items: center;
}

.case-studies-section.flip .top-section {
	flex-direction: row-reverse;
}

.case-studies-section .top-section .left {
	width: 50%;
	padding:140px 30px;
	box-sizing: border-box;
}

.case-studies-section.home-style .top-section .left {
	padding:80px 30px;
}

.case-studies-section .top-section .left .a-button a {
	padding: 16px 50px;
}

.case-studies-section .top-section .left .left-container {
	max-width: 620px;
	margin: 0 auto;
}

.case-studies-section .top-section .right {
	width: 50%;
}

.case-studies-section.home-style .top-section .right {
	margin-left: 20px;
	margin-bottom: 20px;
}

.case-studies-section .top-section .right .items {
	display: flex;
	gap: 20px;
}

.case-studies-section.home-style .top-section .right .items {
	gap: 20px;
}

.case-studies-section .items img {
	display: block;
}

.case-studies-section .top-section .right .items .item .image {
	background-color: black;
}

.case-studies-section .top-section .right .items .item:first-of-type {
	width: 33.33%;
}

.case-studies-section.home-style .top-section .right .items .item:first-of-type {
	width: 50%;
}

.case-studies-section .top-section .right .items .item:first-of-type .image img,
.case-studies-section .top-section .right .items .item:first-of-type .image video {
	height: 300px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	display: block;
}

.case-studies-section .items .item .image:hover {
	opacity: 0.8;
}

.case-studies-section.home-style .items .item .image img,
.case-studies-section.home-style .items .item .image video {
	height: 465px !important;
}

.case-studies-section .top-section .right .items .item:last-of-type {
	width: 66.66%;
}

.case-studies-section.home-style .top-section .right .items .item:last-of-type {
	width: 50%;
}

.case-studies-section .top-section .right .items .item:last-of-type .image img,
.case-studies-section .top-section .right .items .item:last-of-type .image video {
	height: 390px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	display:block;
}

.case-studies-section .items .item .career-content {
	padding: 20px 20px;
	box-sizing: border-box;
}
.case-studies-section .items .item .career-content .tags {
	display: flex;
	flex-wrap: wrap;
	line-height: 15px;
	margin-top: 10px;
	/* 	gap: 5px; */
}
.case-studies-section .items .item .career-content .tags span {
	margin: 5px 0;
	font-size: 14px;
}

.case-studies-section .items .item .career-content.blue-bg .career-title h3 a,
.case-studies-section .items .item .career-content.blue-bg p{
	color: #ffffff;
}

.case-studies-section.home-style .items .item {
	position: relative;
}

.case-studies-section.home-style .items .item .career-content {
	position: absolute;
	bottom: 40px;
	width: calc(100% - 40px);
}

.case-studies-section .items .item .career-content .career-title h3 > * {
	color: #183E50;
	line-height: 130%;
}

.case-studies-section .bottom-section .items {
	display: flex;
	gap: 20px;
}

.case-studies-section .bottom-section .items .item:nth-of-type(odd) {
	width: 25%;
	flex: 1 1 auto;
}

.case-studies-section .bottom-section .items .item:nth-of-type(odd) img,
.case-studies-section .bottom-section .items .item:nth-of-type(odd) video {
	height: 390px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.case-studies-section .bottom-section .items .item:nth-of-type(even) {
	width: 12.5%;
	flex: 1 1 auto;
}

.case-studies-section .bottom-section .items .item .image:hover {
	opacity: 0.8;
}

.case-studies-section.home-style .bottom-section .items .item {
	width: 25% !important;
	flex: 1 1 auto;
}

.case-studies-section .bottom-section .items .item:nth-of-type(even) img,
.case-studies-section .bottom-section .items .item:nth-of-type(even) video {
	height: 300px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}



.case-studies-section .arrows:hover {
	cursor: pointer;
}

.case-studies-section .arrows span {
	padding: 13px 13px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 1px solid #0A171B;
	border-radius: 8px;
}

#section-5.case-studies-section .slider-navigation {
	display: none;
}
.case-studies-section .slider-navigation {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	align-items: center;
	margin-top: 30px;
}

.case-studies-section .slick-dots {
	position: relative;
	bottom: auto;
	display: flex;
	align-items: center;
}

.case-studies-section .slick-dots li button:before {
	color: #0A171B;
	font-size: 12px;
	border: 1px solid #0A171B;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	line-height: normal;
	color: transparent;
	position: relative;
}
.case-studies-section .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #0A171B;
	border: none;
	transform: translateY(0px);
	position: relative;
	font-size: 13px;
}
.case-studies-section .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.case-studies-section .bottom-section .a-button, .case-studies-section > .a-button {
	margin: 50px auto 0;
}
.case-studies-section .bottom-section .a-button a, .case-studies-section > .a-button a {
	padding: 20px 50px;
	text-align: center;
	line-height: 22px;
}

.case-studies-section .bottom-section .a-button, .case-studies-section > .a-button {
	display: none;
}
.case-studies-section .slider-navigation {
	display: none;
}

.case-studies-section.home-style .slick-track {
	display: flex;
}



@media (max-width: 1250px) {
	.case-studies-section.home-style .bottom-section .items .item {
		/* 		width: auto !important; */
	}
	.case-studies-section .top-section {
		flex-direction: column;
	}

	.case-studies-section.home-style .items .item .image img,
	.case-studies-section.home-style .items .item .image video {
		height: 380px !important;
	}

	.case-studies-section.flip .top-section {
		flex-direction: column;
	}

	.case-studies-section.home-style .top-section .right {
		margin-left: 0px;
	}

	.case-studies-section .top-section .left {
		width: 100%;
	}

	.case-studies-section .top-section .right {
		width: 100%;
	}
	.case-studies-section .top-section .left .left-container {
		margin: 0;
	}

	.case-studies-section .top-section .right .items .item:first-of-type {
		width: 50%;
	}

	.case-studies-section .top-section .right .items .item:last-of-type {
		width: 50%;
	}

	.case-studies-section .top-section .right .items .item:first-of-type .image img,
	.case-studies-section .top-section .right .items .item:first-of-type .image video {
		height: 390px;
	}

	.case-studies-section .items img {
		height: 390px !important;
		object-fit: cover;
		object-position: center;
	}

	.case-studies-section  {
		padding: 60px 30px 50px;
	}

	.case-studies-section .top-section .left, .case-studies-section.home-style .top-section .left {
		padding: 0px 0px 30px;
	}

	.case-studies-section .top-section .right .items {
		gap: 20px;
	}

	.case-studies-section .bottom-section {
		margin: 0 -10px;
	}

	.case-studies-section .bottom-section .items .item {
		margin: 0 10px;
	}


}

@media (max-width: 1050px) {

	.case-studies-section .title > * {
		font-size: 28px;
		line-height: 38px;
	}

}

@media (max-width: 600px) {
	.case-studies-section .top-section .right .items {
		flex-direction: column;

	}



	.case-studies-section .top-section .right .items .item .image img,
	.case-studies-section .top-section .right .items .item .image video {
		height: 310px !important;
	}

	.case-studies-section .items img,
	.case-studies-section .items video {
		height: 310px !important;
	}

	.case-studies-section .top-section .right .items .item {
		width: 100% !important;
	}

	.case-studies-section {
		padding: 60px 20px 50px;
	}

	.case-studies-section .slick-list{
		padding:0 5% 0 5% !important;
	}
	.case-studies-section .top-section .a-button {
		display: none;
	}

	.case-studies-section .bottom-section .a-button, .case-studies-section > .a-button {
		display: block;
	}

	.case-studies-section .slider-navigation {
		display: flex;
	}

	.case-studies-section.home-style .slider-navigation {
		margin-top: 50px;
	}

	.case-studies-section.home-style .items .item .career-content .career-title h3 > *,
	.case-studies-section.home-style .items .item .career-content p {
		font-size: 16px;
	}
}


/*** text left logos right ***/

.text-left-logos-right {
	padding: 100px 30px;
	box-sizing: border-box;
}

.text-left-logos-right-container {
	display: flex;
	margin: 0 auto;
	max-width: 1500px;
	justify-content: space-between;
	align-items: center;
}

.text-left-logos-right .left {
	width: 50%;
	padding-right: 50px;

}

.text-left-logos-right .right {
	width: 50%;
	display: flex;
	max-width: 620px;
	width: 100%;
}

.text-left-logos-right .right img {
	display: block;
	object-fit: contain;
}



@media (max-width: 1150px) {
	.text-left-logos-right-container {
		flex-direction: column;
	}

	.text-left-logos-right .left {
		width: 100%;
		padding-right: 0px;
	}

	.text-left-logos-right .right {
		margin: 30px auto 0;
	}
}

@media (max-width: 1050px) {
	.text-left-logos-right .title > * {
		font-size: 50px;
		line-height: 60px;
	}
}

@media (max-width: 700px) {

}

@media (max-width: 600px) {
	.text-left-logos-right .title > * {
		font-size: 38px;
		line-height: 51px;
	}
	.text-left-logos-right .text > * {
		font-size: 16px;
	}
	.text-left-logos-right {
		padding: 100px 20px;
	}

	.text-left-logos-right {
		margin-top: 20px;
	}
}

/*** text image items ***/

.text-image-items {
	padding: 120px 30px 90px;
	box-sizing: border-box;
}

.home .text-image-items {
    padding-top: 0;
}

.text-image-items img {
    
}

.text-image-items-container {
	max-width: 960px;
	margin: 0 auto;

}

.text-image-items .heading {
	margin: 0 auto;
    background-color: #6EB7B9;
    border-radius: 25px;
    padding: 50px 20px 150px 20px;
    position: relative;
    z-index: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.text-image-items .heading .text.black, .text-image-items .heading .title.black {
    color: white;
}

.text-image-items .items {
    position: relative;
    z-index: 1;
    margin-top: -100px !important;
}

.text-image-items .tick-icon {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 20px;
}

.text-image-items .tick-icon span {
	font-size: 52px;
	font-weight: 800;
}

.text-image-items .q-icon {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	margin: 0 auto 30px;
}

.text-image-items .q-icon span {
	font-size: 52px;
	font-weight: 800;
}





.text-image-items .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

.text-image-items .items .item {
	width: calc(25% - 40px);
	margin: 20px 20px;
}

.text-image-items .items.three-col .item {
	width: calc(33.33% - 40px);
	max-width: 370px;
}

.text-image-items .items .item .image {
	position: relative;
	/* 	bottom: -10px; */
	pointer-events: none;
}

.text-image-items .items .item .image img {
	/* 	height: 134px; */
	height: 120px;
	object-fit: contain;
	width: 100%;
	margin: 0 auto;
	display: block;
	object-position: center;
    background-color: white;
}

.text-image-items .title > * {
	font-size: 48px;
	line-height: 58px;
}

.text-image-items .items .item .item-content {
    text-align: left;
    max-width: 160px;
    margin: 0 auto;
}

.text-image-items .items .item .item-content .title h3, .text-image-items .items .item .item-content .text p {
    text-align: left;
    color: #5A6E7E !important;
}

.text-image-items .items .item .item-content .title h3 {
    font-size: 20px;
}

.text-image-items .items .item img {
    border: 5px solid #5A6E7E;  
    border-radius: 25px; 
    width: auto !important;
    padding: 30px;
}

.text-image-items .items .item .item-content h3 {
	margin-bottom: 20px;
}

.text-image-items .items .item .title > * {
	font-size: 26px;
	line-height: 34px;
	margin-top: 20px;
}

.text-image-items .items.white .item .title > * {
	color: #183E50;
}

.text-image-items .items .item .text > * {
	font-size: 16px;
}

.text-image-items .items .item .text p:first-of-type {
	padding-top: 0px;
}

.text-image-items .items.white .item .text > * {
	color: #183E50;
}

.text-image-items .items .item .item-content p a {
	color: inherit;
	font-weight: 700;
}

@media (max-width: 1050px) {
	.text-image-items .items.three-col .item {
		width: calc(50% - 40px);

	}
}

@media (max-width: 600px) {
	.text-image-items .title > * {
		font-size:28px;
		line-height: 38px;
	}

	.text-image-items .items .item {
		width: 100%;
		margin: 20px 0;
		display: flex;
	}

	.text-image-items .items.three-col .item {
		width: 100%;
		max-width: none;
	}

	.text-image-items .items .item .image {


		margin-right: 15px;
	}

	.text-image-items .items .item .image img {
		height: auto;
		width: 50px;
		min-width: 50px;
	}

	.text-image-items .items .item .title > * {
		font-size: 18px;
		line-height: 24px;
	}

	.text-image-items .items .item .title {
		margin-bottom: -10px;
		text-align: left;
	}

	.text-image-items .items .item .text {
		text-align: left;
	}

	.text-image-items {
		padding: 60px 20px;

	}

	.text-image-items .items .item .title > * {
		margin-top: 0px;
	}

}

/*** insights section ***/

.insights-section {
	padding: 100px 30px 100px;
	box-sizing: border-box;
}

.insights-section-container {
	max-width: 1500px;
	margin: 0 auto;
}

.insights-section .title {
	max-width: 1000px;
	margin: 0 auto 30px;
}

.insights-section .title > * {
	font-size: 48px;
	line-height: 58px;
}

.insights-section.black-bg .text {
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}

.insights-section .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.insights-section .items .item {
	width: calc(33.33% - 40px);
	margin: 20px 20px;

}

.insights-section .items .item .image {
	border-radius: 10px;
	overflow: hidden;
}

.insights-section .items .item .image img {
	height: 350px;
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
}

.insights-section .items .item .insight-content {
	padding: 20px 20px;
	box-sizing: border-box;
}

.insights-section .items .item .insight-content p {
	padding-top: 15px;
}

.insights-section .items .item .insight-content > * {

}

.insights-section .items .item .insight-content .insight-title > * {
	font-size: 18px;
}

.insights-section .a-button{
	margin: 40px auto 0;
}

.insights-section .a-button a {
	padding: 20px 50px;

}

.insights-section.black-bg .a-button a.yellow-bg:hover {
	color: #FDE541 !important;
}

.insights-section .arrows:hover {
	cursor: pointer;
}

.insights-section .arrows span {
	padding: 13px 13px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 8px;
}

.insights-section .slider-navigation {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	align-items: center;
}

.insights-section .slick-dots {
	position: relative;
	bottom: auto;
	display: flex;
	align-items: center;
}

.insights-section .slick-dots li button:before {
	color: #ffffff;
	font-size: 12px;
	border: 1px solid #ffffff;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	line-height: normal;
	color: transparent;
	position: relative;
}

.insights-section .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ffffff;
	border: none;
	transform: translateY(0px);
	position: relative;
	font-size: 13px;
}

.insights-section .slick-dotted.slick-slider {
	margin-bottom: 0px;
}


@media (max-width: 1050px) {
	.insights-section .items .item {
		width: calc(50% - 40px);


	} 
}

@media (max-width: 600px) {
	.insights-section .items .item .insight-content > * {
		text-align: center;

	}


	.insights-section .title > * {
		font-size:28px;
		line-height: 38px;
	}



	.insights-section .items .item .insight-content .insight-title > * {
		font-size: 24px;
	}

	.insights-section {
		padding: 50px 20px 50px;
	}

	.insights-section .items .item .image img {
		height: 245px;

	}

}


/*** header ***/

header {
	background:#ffffff;
	position: relative;
	z-index: 11;
}
header .top-container {
	background-color: #6EB7B9;
}
header .top-container .top-container-inner {
	max-width: calc(1500px + 60px);
	margin: 0 auto;

	padding: 10px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

header .client-login-link {
	margin-left: 20px;
}

header .client-login-link img {
	display: block;
}

header .client-login-link:hover {
	opacity: 0.7;
}

header .top-container .top-container-inner .left {
	display: flex;
	align-items: center;
}

header .top-container .top-container-inner .left h3 {
	color: #183E50;
	font-size: 16px;
	font-weight: 700;
	margin-right: 15px;
}

header .top-container .top-container-inner .left .social-icons {
	display: flex;
}

header .top-container .top-container-inner .left a {
	display: flex;
	align-items: center;
}

header .top-container .top-container-inner .left img {
	margin-right: 5px;
}

header .top-container .top-container-inner a {
	color: #183E50;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	align-items: center;
}



header .top-container .top-container-inner a:hover {
	opacity: 0.7;
}

header .top-container .top-container-inner a i {
	margin-right: 13px;
	margin-top: -2px;
	font-size: 20px;
}

header .top-container .top-container-inner .email {
	margin-left: 10px;
}

header .top-container .top-container-inner .email a {

}


header .top-container .top-container-inner .right {
	display: flex;
}

header .top-container .top-container-inner .right .tel {
	margin-right: 25px;
}

header .top-container .top-container-inner .right .header-link {
	margin-right: 30px;
}

header .main-container .main-container-inner {
	box-sizing: border-box;
	max-width: calc(1500px + 60px);
	margin: 0 auto;
	background-color: #6EB7B9;
	padding: 0px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.business header .main-container .main-container-inner {
    background-color: #173E50;
}

header .main-container .main-container-inner nav a {
	color: #fff;

	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	padding: 25px 5px;
	box-sizing: border-box;
	display: block;
	transition: none;
}

header .main-container .main-container-inner nav .sub-menu li a {
	color: #FFFFFF;
	font-size: 20px;
}

header .main-container .main-container-inner nav .sub-menu li a:hover {
	opacity: 0.6;
}

header .header-right nav > ul > li > a {
    padding-left: 0 !important;
    padding-right: 2px !important;
}

header .header-right nav > ul > li > a:before {
    content: "|";
    margin-right: 7px;
    color: #173E50;
    font-weight: bold;
}

.business header .header-right nav a:before {
    color: #63AFCA;
}

header .header-right nav li:first-child a:before, header .header-right nav li.button a:before {
    display: none;
}

header .header-right nav > ul > li {
    padding: 0;
}

header .header-right {
	display: flex;
	align-items: center;
}

header .header-right .mobile-header-contact {
	margin-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
	top: -3px;
}

header .header-right .mobile-header-contact a {
	margin: 0 10px;
}

header .header-right .mobile-header-contact a:hover {
	opacity: 0.7;
}

header .header-right .mobile-header-contact a img {
	display: block;
}

header .main-container {
	position: relative;
	background-color: #6EB7B9;
}

.business header .main-container {
    background-color: #173E50;
}

header .tel.mobile {
	display: none;
}

header .email.mobile {
	display: none;
}

header .tel.mobile a, header .email.mobile a {
	color: #ffffff;
	font-size: 30px;
	display: flex;
	align-items: center;

}

@media (max-width: 1100px) {
	header .top-container {
		display: none;
	}
}

@media (max-width: 900px) {
	header .top-container .top-container-inner .right {
		display: none;
	}
}

@media (max-width: 850px) {
	header .main-container .main-container-inner {
		padding: 20px 30px;
	}

	header .email.mobile {
		display: block;
		margin-right: 15px;
		margin-top: -5px;
	}

	header .tel.mobile {
		display: block;
		margin-right: 15px;

	}

	header .email.mobile {

	}

	header .tel.mobile a, header .email.mobile a {

		display: flex;
		align-items: center;

	}

}

@media (max-width: 600px) {
	header .main-container .main-container-inner {
		padding: 20px 20px;
	}

	header .top-container .top-container-inner .left a {
		font-size: 14px;
	}

	header .top-container .top-container-inner {
		padding: 7px 20px;
	}
}


/*** mobile menu ***/


.mobile-menu {
	display: flex;
	/* 	height: 100%; */
}

.mobile-menu .mobile-logo {
	padding: 23px 0;
	box-sizing: border-box;
	display: block;
}

.mobile-menu .mobile-logo::after {
	display: none !important;
}

.mobile-logo img {
    max-width: 80%;
}

.menu-top-menu-container {
	width: calc(100% - 70px);
	margin-left: 0;
	margin-right: auto;
	background-color: #ffffff;
	padding: 0px 20px 20px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.menu-top-menu-container::after {
	display: block;
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	content: '';
	z-index: -1;
}

.menu-top-menu-container ul  {
	text-align: left;
}

.menu-top-menu-container ul > li a {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 0;
	border-top: 1px solid #183E50;

}

.menu-top-menu-container {


	color: white;
	/* 	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5); */
	text-align: left;
}

.menu-top-menu-container * {
	margin: 0;
	padding: 0;
}

.menu-top-menu-container li {
	list-style-type: none;
}



.menu-top-menu-container ul > li.active > a {
	border-bottom: none;
}
/* do not remove - this makes the submenu open / close */

.menu-top-menu-container ul ul {
	display: none;
}

.menu-top-menu-container li.active>ul {
	display: block;
}

.menu-top-menu-container li.active>ul.sub-menu {
	margin-bottom: 20px;
}

.menu-top-menu-container li.active>ul li a {
	padding-left: 15px;
	padding-right: 15px;
}
.menu-top-menu-container li a a::after {
	transition: 0.5s;
}

.menu-top-menu-container ul > li > a::after {
	position: relative;
	transition: 0.5s;
}

.menu-top-menu-container ul > li.active > a::after {
	position: relative;
	transform: rotate(180deg);
}

/* first level menu item */

.menu-top-menu-container > ul > li > a {
	position: relative;
	display: block;
	/* 	background: #003040; */
	/* 	background: linear-gradient(#003040, #002535); */
	padding: 20px 15px 20px 0px;
	font-size: 18px;
	line-height: 34px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-top-menu-container > ul > li > a {
	transition: 0.5s !important;
}

.menu-top-menu-container > ul > li > a:hover {
	opacity: 0.5 !important;
}

.menu-top-menu-container > ul > li.menu-item-has-children > a:before {
	content: "";
	position: absolute;
	left: 5px;
	color: rgba(255, 255, 255, 0.3);
	font-size: 18px;
}
/* second level menu item */

.menu-top-menu-container ul ul li a {
	color: #183E50;
	text-decoration: none;
	font-size: 16px;
	/* 	line-height: 27px; */
	display: block;
	padding: 10px 0px;
	transition: all 0.15s;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu-top-menu-container ul ul li a {
	transition: 0.5s;
}

.menu-top-menu-container ul ul li a:hover {
	opacity: 0.6;

}
/* third level menu item */

.menu-top-menu-container ul ul ul {


}

.menu-top-menu-container ul ul ul li a {
	padding-left: 30px !important;
}
/* arrows after closed / open menu items that have children */

.menu-top-menu-container a:not(:only-child):after {
	position: relative;

}

.menu-top-menu-container a:not(:only-child):after {
	content: "";
	background-image: url('images/menu_arrow.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 25px;
	height: 11px;
	display: block;
	top: 0;
	font-size: 18px;
}

.menu-top-menu-container .active>a:not(:only-child):after {
	/* 	content: "";
	top: -10px;
	font-size: 28px; */
}

@media (max-width: 450px) {
	.menu-top-menu-container {
		width: calc(100% - 40px);
		padding: 0px 10px 20px;
	}

	.mobile-menu .slide-close {
		width: 40px !important;
		height: 40px !important;
		margin: 5px 5px;
	}


}

.mobile-menu .slide-close {
	width: 70px;
	/* 	background-color: #00A096; */
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.mobile-menu .contact-details h3 {
	font-size: 18px;
	color: #183E50;
	font-weight: 700;
	margin-top: 30px;
}

.mobile-menu .contact-details a::after {
	display: none;
}

.mobile-menu .contact-details a {
	display: block;
	color: #183E50;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
}

.mobile-menu .contact-details a:hover {
	opacity: 0.7;
}

.mobile-menu .mobile-menu-social {
	display: flex;
	align-items: center;
}

.mobile-menu .mobile-menu-social .icon:first-of-type {
	margin-left: 0px;
}

.mobile-menu .mobile-menu-social .icon {
	margin: 0px 10px;
}

.mobile-menu .mobile-menu-social .icon a:hover {
	opacity: 0.7;
}

.mobile-menu .mobile-menu-social .icon a i {
	font-size: 22px;
}

/*** logos left text right ***/

.logos-left-text-right {
	padding: 120px 30px;
	box-sizing: border-box;
}

.logos-left-text-right-container {
	display: flex;
	max-width: 1500px;
	margin: 0 auto;
	align-items: center;
}

.logos-left-text-right .left {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	align-items: center;
	padding-right: 130px;
	box-sizing: border-box;
}

.logos-left-text-right .left .image {

}

.logos-left-text-right .left .image img {
	max-width: 243px;
	width: 100%;
}

.logos-left-text-right .right {
	width: 50%;

	text-align: right;
}

@media (max-width: 1150px) {
	.logos-left-text-right-container {
		flex-direction: column-reverse;
	}

	.logos-left-text-right .left {
		width: 100%;
		padding-right: 0px;
		text-align: right;
		justify-content: center;
		margin-top: 40px;
	}

	.logos-left-text-right .right {
		width: 100%;
		text-align: center;
	}



}

@media (max-width: 1050px) {

	.logos-left-text-right .title > * {
		font-size: 50px;
		line-height: 60px;
	}

}

@media (max-width: 600px) {
	.logos-left-text-right .right .text > * {
		font-size: 16px;
	}

	.logos-left-text-right .title > * {
		font-size: 38px;
		line-height: 51px;
	}

	.logos-left-text-right .left .image img {
		max-width: 135px;
		max-height: 45px;
	}
}

/*** services section ***/

.services-section {
	padding: 120px 0;
	box-sizing: border-box;
	position: relative;
}

.services-section-container {
	display: flex;
	align-items: center;
}

.services-section-container .left {
	min-width:950px;
	display: flex;
	flex-direction: column;
}

.services-section .right {
	width: 50%;
	text-align: right;
	margin-right: 190px;
}

.services-section-container .left .service-link {
	padding: 30px 30px;
	box-sizing: border-box;
	margin: 20px 0;
	border-radius: 0 60px 60px 0;
	transition: 0.5s;
}

.services-section-container .left .service-link a{
	font-size: 38px;
	font-weight: 700;
	margin-left: 190px;
}

.services-section-container .left .service-link a:hover {
	/* 	opacity: 0.6; */
}

.services-section-container .left .service-link:nth-of-type(1) {
	width: 100%;
}

.services-section-container .left .service-link:nth-of-type(2) {
	width: calc(100% - 200px);
}

.services-section-container .left .service-link:nth-of-type(3) {
	width: calc(100% - 350px);
}

.services-section-container .left .service-link:nth-of-type(4) {
	width: calc(100% - 550px);
}

.services-section-container .left .service-link:nth-of-type(5) {
	width: calc(100% - 400px);
}



.services-section-container .left .service-link:nth-of-type(1):hover {
	width: calc(100% + 50px);
}

.services-section-container .left .service-link:nth-of-type(2):hover {
	width: calc(100% - 150px);
}

.services-section-container .left .service-link:nth-of-type(3):hover {
	width: calc(100% - 300px);
}

.services-section-container .left .service-link:nth-of-type(4):hover {
	width: calc(100% - 500px);
}

.services-section-container .left .service-link:nth-of-type(5):hover {
	width: calc(100% - 350px);
}



.services-section .a-button {
	margin-left: auto;
}
.services-section .right .text {
	margin-top: 20px;
	max-width: 700px;
	margin-left: auto;
}
.services-section .right .text > * {
	font-size: 18px;
	/* 	letter-spacing: 1.3px; */
}

.services-section .title > * {
	font-size: clamp(38px, 4vw, 60px);
	line-height: 120%;
}

.service-section .btn-main.white-bg {
	border: 2px solid #ffffff;
}

@media (max-width: 1700px) {
	.services-section .right {
		margin-right: 30px;
	}

	.services-section-container .left .service-link a {
		margin-left: 30px;
	}

	.services-section-container .left {
		min-width: 800px;
	}
}

@media (max-width: 1300px) {
	.services-section-container {
		flex-direction: column-reverse;
	}

	.services-section-container .left {
		width: 100%;
	}
	.services-section-container .left .service-link {
		border-radius: 60px 0 0 60px;
		margin-left: auto;
		text-align: right;
	}

	.services-section .right {
		width: 100%;
		margin-right: 0px;
		padding-right: 30px;
		box-sizing: border-box;
	}
	.services-section-container .left .service-link:first-of-type {
		width: calc(100% - 20px);
	}

	.services-section-container .left .service-link:nth-of-type(1):hover {
		width: 100%;
	}

	.services-section-container .left .service-link:nth-of-type(2):hover {
		width: 100%;
	}

	.services-section-container .left .service-link:nth-of-type(3):hover {
		width: 100%;
	}

	.services-section-container .left .service-link:nth-of-type(4):hover {
		width: 100%;
	}

	.services-section-container .left .service-link:nth-of-type(5):hover {
		width: 100%;
	}



}

@media (max-width: 1050px) {
	/* 	.services-section .title > * {
	font-size: 50px;
	line-height: 60px;
} */

	.services-section-container .left .service-link {
		padding: 20px 20px;
	}

	.services-section-container .left .service-link a {
		font-size: 32px;
	}

	.services-section-container .left {
		min-width: 0px;
	}
}

@media (max-width: 820px) {


	.services-section-container .left .service-link:nth-of-type(2) {
		width: 85%;
	}

	.services-section-container .left .service-link:nth-of-type(3) {
		width: 60%;
	}

	.services-section-container .left .service-link:nth-of-type(4) {
		width: 45%;
	}

	.services-section-container .left .service-link:nth-of-type(5) {
		width: 60%;
	}

	.services-section-container .left .service-link a {
		margin-left: 0px;
	}
}

@media (max-width: 600px) {
	/* 	.services-section .title > * {
	font-size: 38px;
	line-height: 51px;
} */

	.services-section .right .text > * {
		font-size: 16px;
	}

	.services-section-container .left .service-link a {
		font-size: 21px;
		line-height: 28px;
	}

	.services-section-container .left .service-link {
		margin: 20px 0 20px auto;
	}

	.services-section-container .left {
		margin-top: 20px;
	}

	.services-section .right {
		padding: 0 20px;
	}
	.services-section {
		padding: 110px 0 90px;
	}
}

/*** cta-button ***/

.cta-button .a-button {
	margin: 60px auto 60px;
}

@media (max-width: 600px) {

	.cta-button .a-button {
		margin: 50px auto 50px;
	}
}

/*** steps section ***/

.steps {
	padding: 100px 30px;
	box-sizing: border-box;
}

.steps-container {
	max-width: 1500px;
	margin: 0 auto;
}

.steps .title > * {
	font-size: 48px;
}

.steps ul {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.steps ul li {
	width: calc(25% - 20px);
	margin: 10px 10px;
}

.steps ul li h3 {
	display: flex;
	align-items: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;

}

.steps ul li h3 span.no {
	width: 44px;
	min-width: 44px;
	height: 44px;
	text-align: center;
	border-radius: 5px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	margin-right: 20px;

}

@media (max-width: 1200px) {
	.steps ul li {
		width: calc(33.33% - 20px);
	}
}

@media (max-width: 1050px) {
	.steps .title > * {
		font-size: 36px;
		line-height: 45px;
	}
}

@media (max-width: 1000px) {
	.steps ul li {
		width: calc(50% - 20px);
	}
}

@media (max-width:750px) {
	.steps ul li {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.steps .title > * {
		font-size: 28px;
		line-height: 38px;
	}

	.steps {
		padding: 60px 20px 60px;
	}
	.steps ul {
		margin-top: 5px;
	}
	.steps ul li {
		padding-top: 20px;
		margin: 0;
	}

	.steps ul li h3 {
		font-size: 20px;
		line-height: 120%;
	}

	.steps ul li h3 span.no {
		margin-right: 10px;
	}

	.steps ul li h3 span.no {
		font-size: 16px;
		width: 24px;
		height: 24px;
		padding-bottom: 2px;
		min-width: 24px;
		max-width: 24px;
	}
}

/*** text left list right ***/

.text-left-list-right {
	padding: 100px 30px;
	box-sizing: border-box;
}

.text-left-list-right-container {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
}

.text-left-list-right .left {
	width: 50%;
	padding-right: 50px;
	box-sizing: border-box;
}

.text-left-list-right .right {
	width: 50%;
}

.text-left-list-right .left .title > * {
	font-size: 42px;
	font-weight: 700;
	line-height: 56px;
}

.text-left-list-right .right .title {
	margin-bottom: 20px;
}

.text-left-list-right .right .title > * {
	font-size: 32px;
}

.text-left-list-right .right ul {
	margin: 0px;
	list-style: none; /* Remove default bullets */
	padding-left: 15px;
}

.text-left-list-right .right ul li {
	list-style-type: none;
	padding-top: 0px;
	display: flex;
	margin-bottom: 20px;
}

.text-left-list-right .right ul li::before {
	background-image: url('images/tick.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: "";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #02A3DA; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	min-width: 33px;
	height: 33px;
	position: relative;
	/* 	top: 5px; */
	top: auto;

	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.text-left-list-right .right ul li p {
	font-size: 20px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	line-height: 120%;

}

.text-left-list-right .right ul li p:first-of-type {
	padding-top: 0px;
	margin-left: 15px;
}

@media (max-width: 1000px) {
	.text-left-list-right-container {
		flex-direction: column;
	}

	.text-left-list-right .left {
		padding-right: 0px;
		width: 100%;
	}

	.text-left-list-right .right {
		width: 100%;
		margin-top: 20px;
	}

	.text-left-list-right {
		padding: 50px 30px;

	}

	.text-left-list-right .right ul li p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.text-left-list-right .left .title > * {
		font-size: 28px;
		line-height: 38px;
	}

	.text-left-list-right .left .text > * {
		font-size: 16px;
	}

	.text-left-list-right .right .title > * {
		font-size: 22px;
	}

	.text-left-list-right .right ul li p {
		font-size: 18px;
	}

	.text-left-list-right .right ul li::before {
		width: 24px;
		height: 24px;
	}
	.text-left-list-right .right ul li p:first-of-type {
		margin-left: 5px;
	}

	.text-left-list-right {
		padding: 50px 20px;
	}
}

/*** links section ***/

.links-section {
	padding: 100px 30px;
	box-sizing: border-box;
}

.links-section.black-bg {
	background-color: #08171C;
}


.links-section.black-bg .title > * {
	color: #ffffff;
}

.links-section-container {

}

.links-section .links {
	max-width: 710px;
	margin: 40px auto 0;
	/* 	background-color: #ffffff; */
	border-radius: 10px;
	padding: 0 20px;
	box-sizing: border-box;
}

.links-section .title > * {
	font-size: 42px;
	line-height: 56px;
}

.links-section .text {
	max-width: 800px;
	margin: 0 auto;
}

.links-section .links .link {
	padding: 20px 0;
	border-bottom: 2px solid #183E50;
}

.links-section .links .link.yellow-bg {
	border-bottom: 2px solid #FDE541;
	background-color: #ffffff;
}

.links-section .links .link.purple-bg{
	border-bottom: 2px solid #786BEE;
	background-color: #ffffff;
}

.links-section .links .link.green-bg {
	border-bottom: 2px solid #6EB7B9;
	background-color: #ffffff;
}

.links-section .links .link.black-bg {
	border-bottom: 2px solid #183E50;
	background-color: #ffffff;
}

.links-section .links .link.white-bg {
	border-bottom: 2px solid #ffffff;
	background-color: #ffffff;
}

.links-section .links .link.pink-bg {
	border-bottom: 2px solid #FF6699;
	background-color: #ffffff;
}

.links-section .links .link.blue-bg {
	border-bottom: 2px solid #3366CC;
	background-color: #ffffff;
}


.links-section .links.yellow-bg .link.yellow-bg{
	border-bottom: 2px solid #08171C;
	background-color: #FDE541;
}

.links-section .links.purple-bg .link.purple-bg{
	border-bottom: 2px solid #08171C;
	background-color: #786BEE;
}

.links-section .links.green-bg .link.green-bg {
	border-bottom: 2px solid #08171C;
	background-color: #6EB7B9;
}

.links-section .links.black-bg .link.black-bg {
	border-bottom: 2px solid #08171C;
	background-color: #183E50;
}

.links-section .links.white-bg .link.white-bg {
	border-bottom: 2px solid #08171C;
	background-color: #ffffff;
}

.links-section .links.pink-bg .link.pink-bg {
	border-bottom: 2px solid #08171C;
	background-color:#FF6699;
}

.links-section .links.blue-bg .link.blue-bg {
	border-bottom: 2px solid #08171C;
	background-color: #3366CC;
}

.links-section .links .link a {
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.links-section .links .link:last-of-type {
	border-bottom: none!important;
}

.links-section .links .link a span {
	background-color: #183E50;
	border-radius: 5px;
	color: #ffffff;
	width:24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.links-section .links .link a span i {
	font-size: 14px;
}

@media (max-width: 600px) {
	.links-section {
		padding: 60px 20px 60px;
	}

	.links-section .title > * {
		text-align: left;
		font-size: 28px;
		line-height: 38px;
	}

	.links-section .text > * {
		text-align: left;
	}
	.links-section .links {
		margin: 20px auto 0;
	}
}


/*** gallery ***/


.hidden {
	overflow: hidden;
	display: none;
	visibility: hidden;
}

.gallery-section ul {
	display: flex;
	list-style-type: none;
	padding-left: 0px;
	gap: 0px;
	flex-wrap: wrap;
	margin-top: 0px;
}

.gallery-section ul li {
	flex: 1 1 25%;
	padding-top: 0px;
}

.gallery-section ul li a {
	width: 100%;
}

.gallery-section ul li a img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	display: block;
}

@media (max-width: 600px) {
	.gallery-section ul li {
		flex: 1 1 50%;
	}

	.gallery-section ul li a img {
		aspect-ratio: 1 / 1;
		width: 100%;
		max-height: 100%;
	}
}
/*** service hero ***/

.service-hero {
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
}

.service-hero-container {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
}

.service-hero .left {
	width: 50%;
	padding: 70px 30px 70px 0;
	box-sizing: border-box;
}

.service-hero .left h1 {
    color: #173E50;
    font-size: clamp(38px, 6vw, 76px);
}

.business .service-hero .left h1 {
    color: #173E50;
}

.service-hero .left h1 span.tiny {
    display: block;
    font-weight: 300;
    font-size: clamp(24px, 6vw, 30px);
    line-height: 100%;
}

.service-hero .left h1 span.small {
    display: block;
    font-size: clamp(30px, 6vw, 55px)
}

.service-hero .left .subtitle {
	margin-top: 20px;
    max-width: 600px;
}

.service-hero .left .subtitle > * {
	font-size: 32px;
	font-weight: 300;
	line-height: 40px;
}

.business .service-hero .left h1 span.tiny, .business .service-hero .left .subtitle > * {
    color: #63AFCA;
}

.service-hero .right {
	width: 50%;
	border-radius: 5px;
}

.service-hero .right img {
	display: block;
	object-fit: contain;
    max-height: 600px;
}

.service-hero .left .text p a {

	color: inherit;
	font-weight: 700;
}

@media (max-width: 1150px) {

	.service-hero .left {
		padding: 20px 0 30px;
        width: 60%;
	}
    
    .service-hero .right {
        width: 40%;
    }
	.service-hero .title > * {
		font-size: 50px;
		line-height: 60px;
	}

	.service-hero .a-button {
		margin: 30px auto 0;
	}
}

@media (max-width: 600px) {
	.service-hero {
		padding: 30px 20px 30px;

	}

	.service-hero .title > * {
		font-size: 31px;
        line-height: 35px;
	}
    
    .service-hero .title h1 span.tiny {
        font-size: 18px;
        line-height: 22px;
    }

	.service-hero .left .subtitle > * {
		font-size: 18px;
		line-height: 22px;
	}

	.service-hero .left .text p {
		font-size: 16px;
	}
	.service-hero .left .subtitle {
		margin-top: 10px;
	}

	.service-hero .left {
		padding: 30px 0 30px;
	}
}


/*** images grid ***/

.images-grid {
	padding: 30px 0 30px;
	box-sizing: border-box;
}

.images-grid-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.images-grid .image {
	width: calc(25% - 10px);

	flex: 1 1 auto;
}

.images-grid .image a:hover {
	opacity: 0.6;
}

.images-grid .image img {
	aspect-ratio: 1/1;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
@media (max-width: 600px) {
	.images-grid .image {
		width: calc(50% - 10px);

	}

	.images-grid {
		padding: 0px;
	}
}

/*** service section ***/

.service-section {
	padding: 100px 30px;
	box-sizing: border-box;
}

.service-section-container {
	max-width: 1500px;
	margin: 0 auto;
	align-items: center;
}

.service-section:nth-of-type(even) {
	background-color: #183E50;
	text-align: right;
}

.service-section:nth-of-type(odd) .service-section-container {
	flex-direction: row-reverse;
}

.service-section:nth-of-type(odd) .title h2 a, .service-section:nth-of-type(odd) .text, .service-section:nth-of-type(odd) .title h2 a, .service-section:nth-of-type(odd) .tags span {
	color: #183E50;
}
.service-section-container {
	display: flex;

}

.service-section .left {
	width: 50%;
	border-radius: 20px;

}

.service-section .left  img {
	object-fit: contain;
}

.service-section .right {
	width: 50%;
	padding: 80px 50px 80px 0;
	box-sizing: border-box;

}


.service-section:nth-of-type(even) .right {

	padding: 80px 0px 80px 50px;
	box-sizing: border-box;

}

.service-section .tags span {
	text-decoration: underline;
}

.service-section .tags span a {
	color: #ffffff;
}

.service-section:nth-of-type(odd) .tags span a {
	color: #183E50;
}

.service-section .subtitle {
	margin-top: 20px;
}

.service-section .subtitle > * {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 20px;

	color: #183E50;

}

.service-section .tags {
	margin-top: 20px;
}

.service-section .tags span {
	margin-right: 17px;
}

.service-section .a-button {
	width: fit-content;
}

.service-section:nth-of-type(even) .a-button {
	margin-left: auto;
}

.service-section:nth-of-type(even) .tags span {
	margin-left: 17px;
	margin-right: 0px;
}

.service-section:nth-of-type(even) .subtitle > * {
	color: #ffffff;
}

@media (max-width: 1150px) {
	.service-section .service-section-container {
		flex-direction: column !important;
	}

	.service-section .left {
		width: 100%;
		/* 		height: 300px; */
	}

	.service-section .right {
		width: 100%;

	}

	.service-section .right .title > * {
		font-size: 50px;
		line-height: 60px;
	}

	.service-section:nth-of-type(even) .right, .service-section:nth-of-type(odd) .right {
		padding: 40px 0 40px 0px;
	}
}

@media (max-width: 600px) {

	.service-section .right .title > * {
		font-size: 38px;
		line-height: 51px;
	}

	.service-section .subtitle > * {
		font-size: 18px;
	}

	.service-section .tags span {
		font-size: 16px;
	}

	.service-section {
		padding: 60px 20px 60px;
	}

	.service-section:nth-of-type(even) .right, .service-section:nth-of-type(odd) .right {
		padding-bottom: 0px;
	}

	.service-section .left {
		height: 200px;
	}
}


/*** text-banner ***/

.text-banner {
	padding: 100px 30px;
	box-sizing: border-box;
}

.text-banner-container {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.text-banner .item {
	width: calc(33.33% - 80px);
	margin: 20px 40px;
}

.text-banner .title > * {
	font-size: 60px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.text-banner .text > * {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
}

@media (max-width: 1200px) {
	.text-banner .item{
		min-width: 300px;
	}
}

@media (max-width: 600px) {
	.text-banner .title > * {
		font-size: 42px;
	}

	.text-banner .text > * {
		font-size: 22px;
		line-height: 29px;
	}

	.text-banner .text > p:first-of-type {
		padding-top: 0px;
	}

	.text-banner {
		padding: 60px 20px 60px;

	}
}

/*** image text ***/


.image-text {
	padding: 100px 30px 100px;
	box-sizing: border-box;
}

.image-text-container {
	display: flex;
	max-width: 1500px;
	margin: 0 auto;
	align-items: center;

}

.image-text.flex-center .image-text-container {
	align-items: center;
}

.image-text.flip.flex-center .image-text-container {
	align-items: center;
	flex-direction: row-reverse;
}

.image-text.flip .image-text-container {
	flex-direction: row-reverse;
}

.image-text .left {
	width: 50%;
	position: relative;

	box-sizing: border-box;
}

.image-text .left img {
	/* 		max-height: 400px;
	display: block;
	width: 100%;
	object-fit: cover; */

	min-height: 560px;
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	/* 	position: absolute; */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.image-text .right {
	padding-left: 50px;
	width: 50%;
	box-sizing: border-box;
	text-align: right;
}

.image-text.flip .right {
	padding-right: 50px;
	padding-left: 0px;
}

.image-text.flip .right {
	text-align: left;
}

.image-text .right .text h4 {
	margin: 20px 0 10px;
}


.image-text .right .text a {
	color: inherit;
	font-weight: 700;
}

.image-text .right .text a:hover {
	opacity: 0.6;
}

.image-text .right .text p:first-of-type {
	padding-top: 0px;
}

.image-text .right .text h2, .image-text .right .text h3 {
	margin-top: 10px;
}

.image-text .right .text p {
	padding-top: 0px;
	padding-bottom: 20px;
}


.image-text .right .text h2, 
.image-text .right .text h3 {
	margin-bottom: 10px;
}

.image-text .right .title {
	margin-bottom: 30px;
}

.image-text .right .title.small > * {
	font-size: 48px;
	line-height: 64px;
}
.image-text .right .text ul {
	padding-left: 20px;
}

.image-text .right .text ul li {
	padding-top: 0px;
}

.image-text .right .text ul li a {
	text-decoration: underline;
	color: inherit;
}

.image-text .right .text p:first-of-type {
	padding-top: 0px;
}

.image-text .a-button {
	margin-top: 10px;
}

.image-text .a-button {
	margin-left: auto;
}

.image-text.flip .a-button {
	margin-left: 0px;
	margin-right: auto;
}

@media (max-width: 1100px) {
	.image-text-container {
		flex-direction: column;
	}

	.image-text.flip.flex-center .image-text-container {

		flex-direction: column;
	}


	.image-text.flex-center .image-text-container {

		flex-direction: column;
	}



	.image-text.flip .image-text-container {

		flex-direction: column;
	}

	.image-text .left img {
		position: relative;
		height: 500px;
		min-height: 0px;
	}

	.image-text .left, .image-text .right {
		width: 100%;

	}

	.image-text .right {
		padding: 30px 30px;
	}
	.image-text {
		padding: 50px 30px 50px;
	}

	.image-text.flip .right {
		padding-right: 0px;
		padding-left: 0px;
	}

	.image-text .right {
		padding-left: 0px;
		padding-right: 0px;
	}

}

@media (max-width: 600px) {
	.image-text .left img {
		height: auto;
	}

	.image-text .right {
		padding: 20px 20px;
	}

	.image-text {
		padding: 30px 20px 30px;
	}

	.image-text .right .title.small > * {
		font-size: 28px;
		line-height: 38px;
	}
}

@media (max-width: 450px) {
	.image-text .left img {
		max-height: 250px;
	}


}

/*** image left text right ***/

.image-left-text-right {
	padding: 100px 30px 50px 30px;
	box-sizing: border-box;
}

.image-left-text-right .wriggle {
	margin-top: 30px;
}

.image-left-text-right-container {
	display: flex;
	max-width: 1500px;
	margin: 0 auto;
	align-items: center;
}

.image-left-text-right .left {
	width: 50%;
}

.image-left-text-right .right {
	width: 50%;
	text-align: right;
	padding-left: 30px;
	box-sizing: border-box;
}

.image-left-text-right .right .a-button {
	margin-left: auto;
}

@media (max-width: 1050px) {
	.image-left-text-right-container {
		flex-direction: column-reverse;
	}

	.image-left-text-right .left {
		width: 100%;
		margin-top: 20px;
	}

	.image-left-text-right .left .image img {
		margin: 0 auto;
		display: block;
	}

	.image-left-text-right .right {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		padding-top: 30px;
	}

	.image-left-text-right .right .a-button {
		margin: 35px auto 0;
	}

	.image-left-text-right .right .title > * {
		font-size: 50px;
	}
}

@media (max-width: 600px) {
	.image-left-text-right {
		padding: 60px 20px;
	}
	.image-left-text-right .right .title > * {
		font-size: 38px;
		line-height: 51px;
	}
}

/*** reviews ***/

.reviews {
    background-color: #F4F5F6;
    color: #173E50;
}

.reviews.small-padding {
	padding: 30px 30px 30px;
    padding-bottom: 75px;
}

.reviews .reviews-container {
	max-width: 920px;
	margin: 0 auto;
}

.reviews .title h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.reviews .title > * {
    font-size: 45px;
    line-height: 53px;
}

.reviews .reviews-grid {
    display: grid;
    grid-template-columns: 25% 35% 40%;
    grid-auto-flow: dense;
    gap: 25px;
    align-items: center;
}

.reviews .reviews-grid .item .item-inner {
    width: auto;
    padding: 20px;
    border: 3px solid #173E50;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.reviews .reviews-grid .item .item-inner .title h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.reviews .reviews-grid .item-1 {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
}

.reviews .reviews-grid .item-2 {
    grid-column: 2;
}

.reviews .reviews-grid .item-3 {
    grid-column: 1 / 3;
    grid-row: 2;
}

.reviews .reviews-grid .item-4 {
    grid-column: 3;
    grid-row: 1 / 3;
}

@media (max-width: 1050px) {
    .reviews {
        padding: 30px 20px 30px 20px !important;
        width: calc(100% - 40px);
    }
    .reviews .reviews-grid {
        display: block;
        text-align: center;
    }
    .reviews .reviews-grid .item {
        margin-bottom: 25px;
        display: block;
        text-align: left;
    }
    .reviews .reviews-grid .item-1 {
        grid-column: 1;
        grid-row: 1;
        width: auto;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .reviews .title > *, .reviews h2 {
        font-size: 22px !important;
        line-height: 32px !important;
    }
}

/*** text block ***/


.text-block {
	padding: 60px 30px 90px;
	box-sizing: border-box;
}

.text-block.small-padding {
	padding: 30px 30px 30px;
}

.text-block.grey-bg {
	background-color: #F4F5F6;
}

.text-block .text-block-container {
	max-width: 920px;
	margin: 0 auto;
}

.text-block .q-icon {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
}

.text-block .q-icon span {
	font-size: 52px;
	font-weight: 800;
}

.text-block h2 a {
	color: inherit;
	text-decoration: underline;
}

.text-block.black-bg p, .text-block.black-bg h2 a, .text-block.black-bg h2 , .text-block.black-bg h3, .text-block.black-bg a {
	color: #ffffff;
}

.text-block h3 {
	font-size: 28px;
}

.text-block h2 a:hover {
	opacity: 0.6;
}

.text-block .title {
	margin-bottom: 20px;
}

.text-block .title > * {
	font-size: 45px;
	line-height: 53px;
}

.text-block .title span {
	display: block;
	width: 100%;
}

.text-block h2 {
	font-size: 39px;
	margin-top: 30px;
}

.text-block h3 {
	margin-bottom: 0px;
	font-size: 22px;
	line-height: 32px;
}

.text-block p {
	line-height: 25px;
    font-size: 22px;
}

.text-block.test p strong {
	font-size: 26px;
	line-height: 35px;
	font-family: "Open Sans", sans-serif;
}

.text-block p a {
	font-weight: 700;
	color: inherit;
}

.text-block ul {
	margin-top: 0px;
	margin-bottom: 30px;
}

.text-block ul {
	list-style: none; /* Remove default bullets */
	padding-left: 25px;
}

.text-block ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	/*color: #02A3DA;  Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em;
	position: relative;
	top: 2px;
	font-size: 26px;
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.text-block p:first-of-type {
	padding-top: 0px;
}

.text-block .a-button {
	margin: 20px auto 20px;
}

.text-block img {
	margin-bottom: 20px;
}

.text-block .a-button a {
	min-width: 350px;
	font-size: 16px;
	padding: 16px 20px;
	box-sizing: border-box;
	text-align: center;
	justify-content: center;
	font-weight: 700;
}

.text-block.black-bg .a-button a {
	color: #183E50;
}

.text-block.black-bg .a-button a:hover {
	color: #ffffff;
	border: 2px solid #ffffff;
}

.text-block h3 {
	margin-top: 30px;
}

.text-block .auto-width a {
	width: fit-content;
}

.career-text .title > * {
	line-height: 38px;
	font-size:28px;
}

.career-text .items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.career-text .items .item {
	display: flex;

}

.career-text .items .item .left {
	background-color: #6EB7B9;
	border-radius: 100%;
	margin-right: 10px;
	display: block;
	width: 22px;
	height: 22px;
}

.career-text .items .item .right .text > * {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.career-text .subtitle > * {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 20px;
}

.career-text .content.text {
	margin-top: 20px;
}

@media (max-width: 800px) {
	.text-block {
		padding: 50px 30px 50px;
	}

	.text-block .title > *, .text-block h2 {
		font-size: 32px;
		line-height: 42px;
	}


}

@media (max-width: 600px) {



	.text-block h3 {
		font-size: 20px;
	}

	.text-block{
		padding: 40px 20px 40px;
	}

	.text-block .title > *, .text-block h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.text-block.small-padding {
		padding: 30px 20px;
	}

	.text-block.test p strong {
		font-size: 20px;
		line-height: 27px;
	}

}

@media (max-width: 450px) {
	.text-block .a-button a {
		min-width: 100%;
		width: 100%;
	}

	.text-block .a-button {
		width: 100%;
	}
}


/*** team section ***/

.team-section {

	padding: 100px 30px;
	box-sizing: border-box;
}

.team-section-container {
	max-width: 1500px;
	margin: 0 auto;
}

.team-section .top-section {
	display: flex;
}

.team-section.flip .top-section {
	flex-direction: row-reverse;
}

.team-section .top-section .left {
	width: 50%;
}

.team-section .top-section .left img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	display: block;
}

.team-section .top-section .right {
	width: 50%;
	padding: 0px 0 40px 30px;
	box-sizing: border-box;
	margin-left: 19px;
}

.team-section.flip .top-section .right {
	padding: 0px 30px 40px 0px;
	margin-right: 0px;
}

.team-section .top-section .right .title > * {
	font-size: 38px;
	font-weight: 700;
	line-height: 48px;
}

.team-section .top-section .right .text h3 {
	font-size: 20px;
	line-height: 29px;
	margin-top: 20px;
}

.team-section .top-section .right .text ul {
	padding-left: 25px;
}

.team-section .top-section .right .text ul li {
	padding-top: 5px;
}

.team-section .bottom-section {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.team-section .bottom-section .image{
	width: calc(25% - 15px);
}
.team-section .bottom-section .image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
	display: block;
}
@media (max-width: 1050px) {

	.team-section {
		padding: 50px 30px 50px;
	}
	.team-section .top-section {
		flex-direction: column-reverse;
	}

	.team-section.flip .top-section {
		flex-direction: column-reverse;
	}

	.team-section .top-section .left {
		width: 100%;
	}

	.team-section .top-section .right {
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		padding-top: 0px;
	}

	.team-section.flip .top-section .right {
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
}

@media (max-width: 750px) {
	.team-section {
		padding: 40px 30px 50px;
	}

	.team-section .bottom-section .image{
		width: calc(50% - 10px);
	}
}

@media (max-width: 600px) {
	.team-section {
		padding: 40px 20px 50px;
	}

	.team-section .top-section .right .title > * {
		font-size: 28px;
		line-height: 38px;
	}

	.team-section .top-section .right {
		padding-bottom: 10px;

	}

	.team-section .bottom-section {
		gap: 10px;
		margin-top: 10px;
	}

	.team-section .bottom-section .image {
		width: calc(50% - 5px);
	}


}

/*** error page ***/

.error-page {
	padding: 150px 30px 200px;
	box-sizing: border-box;
	text-align: center;
	background-color: #ffffff;
}

.error-page h1 {
	font-size: clamp(52px, 5vw, 80px);
	font-weight: 700;
	line-height: 110%;
}

.error-page h2 {
	font-size: clamp(28px, 5vw, 48px);
	font-weight: 700;
	line-height: 100%;
}

.error-page h2 {
	max-width: 1000px;
	margin: 40px auto 60px;
}

.error-page .buttons {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	flex-wrap: wrap;
}

.error-page .buttons .a-button {
	margin: 10px 10px;
}

@media (max-width: 600px) {
	.error-page {
		padding: 85px 20px 85px;
	}
	.error-page .btn-main {
		min-width: 204px;
	}

	.error-page h2 {

		margin: 40px auto 40px;
	}
}

/*** error single page ***/


.single-post-section {
	padding: 20px 30px 100px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.single-post-section .post-info {
	margin-bottom: 40px;
	display: flex;
	gap: 20px;
}

.single-post-section.insight {
	padding: 40px 30px 0px;
}

.single-post-section-container {
	max-width: 800px;
	margin: 0 auto;
}

.single-post-section h1 {
	font-size: clamp(38px, 5vw, 72px);
	font-weight: 700;
	line-height: clamp(51px, 10vw, 90px);
	margin-bottom: 40px;

}


.single-post-section h2 {
	font-size: 22px;
	font-weight: 700;
	/* 	text-transform: uppercase; */
	margin-bottom: 10px;
	margin-top: 20px;
}

.single-post-section a {

}

.single-post-section li a {
	color: #000000;
}

.single-post-section h2 a, .single-post-section h3 a {
	text-decoration: underline;
	color: inherit;
}

.single-post-section p img {
	width: 100%;
	object-fit: cover;
}

.single-case_study .single-post-section a {
	color: #C52153;
	text-decoration: underline;
}


.single-case_study .single-post-section h2 {
	font-size: clamp(22px, 5vw, 28px);
}

.single-post-section h3 {
	font-size: 20px;
	font-weight: 700;

	margin-bottom: 10px;
	margin-top: 20px;
}

.single-post-section p {
	padding-top: 0px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.single-post-section p a {
	font-weight: 700;
	text-decoration: underline;
	color: inherit;
}

.single-post-section ol {
	margin-top: 0px;
	list-style-type: none;
	padding-left: 0px;
}

.single-post-section ol li {
	border-bottom: 1px solid #0F0F0F;
	padding-bottom: 10px;
}

.single-post-section ol li a {

}

.single-post-section ol li:last-of-type {
	border-bottom: none;
}

.single-post-section.insight ol li a {
	font-weight: 700;
	color: #EC8B2D;
	text-transform: uppercase;
}

.single-post-section figure img {
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 600px) {
	.single-post-section {
		padding: 40px 20px 40px;
	}


	.single-post-section.insight {
		padding: 40px 20px 0px;
	}
}


/*** project overview***/

.single-case_study .hero .active-client {
	margin: 0 auto 20px;
	display: block;
	text-align: center;
}

.single-case_study .hero .active-client img {
	width: 136px;
	object-fit: contain;
	object-position: center;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.single-case_study .hero .image-logo {
	margin: 20px auto 40px;
	display: block;
	text-align: center;
}
.single-case_study .hero .image-logo img{
	width: 210px;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.single-case_study .hero .title > * {
	font-size: 32px;
	line-height: 43px;
	max-width: 800px;
	margin: 0 auto;
}

.single-case_study .hero .results-link {
	text-align: center;
	margin: 30px auto 0;
	color: #fff;
	display: block;
}

.single-case_study .hero .results-link img {
	position: relative;
	top: -2px;
	left: 3px;
}

.project-overview {
	padding: 50px 30px;
	box-sizing: border-box;
}

.project-overview-container {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
}



.project-overview .left {
	min-width: 500px;

}

.project-overview .left .title {
	margin-bottom: 20px;
}

.project-overview .left .title > * {
	font-size: 38px;
}

.project-overview .left h3 {
	font-size: 16px;
	margin: 20px 0 10px;
}

.project-overview .left h4 {
	font-size: 26px;
	font-weight: 700;
	line-height: 35px;
}


.project-overview .left {
	width: calc(100% - 500px);
	padding-right: 50px;
	box-sizing: border-box;

}

.project-overview .right .text p {
	font-size: 20px;
}

.project-overview .right .text p:first-of-type {
	padding-top: 0px;
}

.project-overview.green-bg-accent .right .text h2 {
	font-size: 24px;
	color: #6EB7B9;
	margin: 30px 0 20px;
	display: block;
	font-weight: 700;
}

.project-overview.green-bg-accent .right .text h2:first-of-type {
	margin-top: 0px;
}

.project-overview.green-bg-accent .right .text h3:first-of-type {
	margin-bottom: 10px;
}

.project-overview.green-bg-accent .right .text h3 {
	font-size: 32px;
	color: #183E50;
	margin: 0 0 -10px;
	display: block;
	font-weight: 700;
}


/*** blue ***/

.project-overview.blue-bg-accent .right .text h2 {
	font-size: 24px;
	color: #3366CC;
	margin: 30px 0 20px;
	display: block;
	font-weight: 700;
}

.project-overview.blue-bg-accent .right .text h2:first-of-type {
	margin-top: 0px;
}

.project-overview.blue-bg-accent .right .text h3:first-of-type {
	margin-bottom: 10px;
}

.project-overview.blue-bg-accent .right .text h3 {
	font-size: 32px;
	color: #3366CC;
	margin: 0 0 -10px;
	display: block;
	font-weight: 700;
}


/** yellow **/

.project-overview.yellow-bg-accent .right .text h2 {
	font-size: 24px;
	color: #183E50;
	opacity: 0.4;
	margin: 30px 0 20px;
	display: block;
	font-weight: 700;
}

.project-overview.yellow-bg-accent .right .text h2:first-of-type {
	margin-top: 0px;
}

.project-overview.yellow-bg-accent .right .text h3:first-of-type {
	margin-bottom: 10px;
}

.project-overview.yellow-bg-accent .right .text h3 {
	font-size: 32px;
	color: #183E50;
	margin: 0 0 -10px;
	display: block;
	font-weight: 700;
}


/**/



.project-overview blockquote {
	border-radius: 10px;
	font-size: 20px;
	font-weight: 700;
	border: 0;
	margin-top: 20px;
}

.project-overview.blue-bg-accent blockquote {
	background-color: #3366CC;
}

.project-overview.blue-bg-accent blockquote > * {
	color: #fff;
}

.project-overview.green-bg-accent blockquote {
	background-color: #6EB7B9;
}

.project-overview.yellow-bg-accent blockquote {
	background-color: #FDE541;
}

.project-overview blockquote p {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
}


.video-image {

}

.video-image-container {


	max-width: 1300px;
	margin: 0 auto;
}

.video-image .image, .video-image .image video {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.video-image .image video {
	height: 730px;
}

.video-image .image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.project-cta {
	padding: 20px 30px 30px;
	box-sizing: border-box;
}

.project-cta-container {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	padding: 40px 30px;
	box-sizing: border-box;
	border-radius: 10px;
	align-items: center;
}

.project-cta p:first-of-type {
	padding-top: 0px;
}
.project-cta p {
	font-size: 26px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	line-height: 35px;
}

.project-cta .project-cta-container.blue-bg * {
	color: #fff;
}

.project-cta .btn-main-2 {
	background-color: #183E50 !important;
	text-align: center;
	display: flex;
	justify-content: center;

}

.project-cta .btn-main-2 span {
	transform: rotate(90deg);
	color: #fff;
	background-color: transparent;
	margin-left: 0px;
}
.project-cta .right {
	min-width: 330px;
	padding-left: 30px;
	box-sizing: border-box;
}




@media (max-width: 1300px) {
	.project-overview .left {
		width: 33.33%;
		min-width: 33.33%;
	}
}

@media (max-width: 800px) {
	.project-overview-container {
		flex-direction: column;
	}

	.project-overview .left {
		width: 100%;
		min-width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	.project-overview .case-info {
		display: flex;
		gap: 20px;
		flex-wrap: wrap;

	}
	.project-overview .case-info > div {
		flex: 1 1 calc(50% - 20px);
	}

	.project-cta-container {
		flex-direction: column;
		padding: 20px 30px;
		text-align: center;
	}

	.project-cta .right {
		min-width: 0px;
		margin-top: 20px;
		padding-left: 0px;
	}
	.project-cta p {
		font-size: 22px;
		line-height: 26px;
	}

}

@media (max-width: 600px) {
	.project-overview .left .title {
		margin-bottom: 10px;
	}
	.project-overview .left .title > * {
		font-size: 28px;
	}
	.project-overview .left h4 {
		font-size: 22px;
	}

	.project-overview .right .text p {
		font-size: 18px;
	}

	.project-overview {
		padding: 40px 20px;
	}

	.video-image .image video {
		height: 390px;
	}

	.project-overview .left {
		margin-bottom: 20px;
	}

	.project-cta {
		padding: 0px 20px 20px;
	}

	.project-cta-container {
		padding: 20px 20px;
	}

	.project-overview.green-bg-accent .right .text h3 {
		font-size: 26px;
	}

	.project-overview.green-bg-accent .right .text h2 {
		font-size: 20px;
	}
}

/***/


/* Default Styles */

.bold {
	font-weight: 700;
}

.title.medium > * {
	font-size: 28px;
	line-height: 38px;
}



.center {
	text-align: center;
	margin: 0 auto;

}

.a-button {
	margin-top: 40px;
	width: fit-content;
}

.btn-main {

	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	padding: 6px 20px 7px 20px;
	box-sizing: border-box;
	border-radius: 40px;
	background-color: transparent;
	color: #ffffff;
	font-weight: 700;
}

.btn-main span i {
	margin-left: 2px;
}

.btn-main:hover {
	background-color: transparent;
}

.btn-main.arrow {
	padding: 6px 7px 6px 20px !important;

}
.btn-main.white-bg, .btn-main.yellow-bg {
	color: #183E50;
}

.btn-main.white-bg span, .btn-main.yellow-bg span {
	background-color: #183E50;
}

.btn-main.white-bg span i, .btn-main.yellow-bg span i {
	color: #ffffff;
}

.service-hero .btn-main.yellow-bg:hover {
	color: #FDE541 !important;
}

.black-bg .btn-main.yellow-bg:hover {
	color: #FDE541 !important;
}

.btn-main span {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border-radius: 100%;
	font-size: 15px;
	margin-left: 30px;
	color: #183E50;
}

.btn-main-3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;

	box-sizing: border-box;
	border-radius: 40px;
	background-color: transparent;

}

.btn-main-3 span {
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	border-radius: 100%;
	font-size: 15px;
	margin-left: 20px;
	color: #183E50;
	transition: 0.5s;
	position: relative;
}

.btn-main-3 span i {
	color: #ffffff;
}

.btn-main-3:hover span {
	transform: translateX(10px);
}

.title > * {
	font-size: clamp(38px, 6vw, 70px);
	line-height: 120%;
	font-weight: 700;
}

.black {
	color: #183E50;
}

.black-bg {
	background-color: #183E50;
}

.green {
	color: #6EB7B9;
}

.purple {
	color: #786BEE;
}

.yellow {
	color: #FDE541;

}

.blue {
	color: #3366CC;
}

.white {
	color: #ffffff;
}

.pink {
	color: #EE7199;
}

.pink-bg {
	background-color: #EE7199;
}
.green-bg {
	background-color: #6EB7B9;
}

.purple-bg {
	background-color: #786BEE;
}

.yellow-bg {
	background-color: #FDE541;

}

.blue-bg {
	background-color: #173E50;
}

.white-bg {
	background-color: #ffffff;
}

.pink-bg {
	background-color: #FF6699;
}




.btn-main.pink-bg {
	border: 2px solid #EE7199;
}
.btn-main.green-bg {
	border: 2px solid #6EB7B9;
}

.btn-main.purple-bg {
	border: 2px solid #786BEE;
}

.btn-main.yellow-bg {
	border: 2px solid #FDE541;
}

.btn-main.blue-bg {
	border: 2px solid #3366CC;
}

.btn-main.white-bg {
	border: 2px solid #183E50;
}

.btn-main.pink-bg {
	border: 2px solid #FF6699;
}

.btn-main.black-bg {
	border: 2px solid #183E50;
}



.btn-main.pink-bg span i{
	color:#EE7199;
}
.btn-main.green-bg span i{
	color: #6EB7B9 !important;
}

.btn-main.purple-bg span i{
	color: #786BEE !important;
}

.btn-main.yellow-bg span i{
	color:  #FDE541 !important;
}

.btn-main.blue-bg span i{
	color: #3366CC;
}

.btn-main.white-bg span i{
	color: #ffffff;
}

.btn-main.pink-bg span i{
	color: #FF6699;
}

.btn-main.black-bg span i{
	color: #183E50;
}


.btn-main.black-bg:hover {
	color: #183E50;
}
.btn-main.pink-bg:hover {
	color: #EE7199;
}
.btn-main.green-bg:hover {
	color: #6EB7B9 !important;
}

.btn-main.purple-bg:hover {
	color: #786BEE !important;
}

.btn-main.yellow-bg:hover {
	color: #183E50 !important;
}

.btn-main.blue-bg:hover {
	color: #3366CC !important;
}

.btn-main.white-bg:hover {
	color: #ffffff;
}

.btn-main.pink-bg:hover {
	color: #FF6699;
}



.btn-main.pink-bg:hover span {
	background-color: #EE7199;
}
.btn-main.green-bg:hover span {
	background-color: #6EB7B9 !important;
}

.btn-main.purple-bg:hover span {
	background-color: #786BEE;
}

.btn-main.yellow-bg:hover span {
	background-color: #FDE541;
}

.btn-main.blue-bg:hover span {
	background-color: #3366CC;
}

.btn-main.white-bg:hover span {
	background-color: #ffffff;
}

.btn-main.pink-bg:hover span {
	background-color: #FF6699;
}

.btn-main:hover span i {
	color: #183E50 !important;
}

.breadcrumb {
	max-width: 1500px;
	margin: 0 auto;
}
.🍞,
.bread {
	list-style-type: none;
	margin:0;
	padding:0;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
}

.🍞 li,
.bread li {
	display:inline-block;
	margin: 0 5px;
	color: #ffffff;

}


.bread li:last-of-type {
	white-space: nowrap; 
	width: 300px; 
	overflow: hidden;
	text-overflow: ellipsis; 
}
.🍞 li.crumb a {
	opacity: 0.5;
	color: #ffffff;
	text-transform: none;
}
.🍞 li.crumb a:hover {
	opacity: 1;
}
.bread span.arrow {
	color: #ffffff;
	opacity: 0.5;
}

.🍞 li.crumb:last-child a,
.bread li.crumb:last-child a {
	text-decoration: none;
	pointer-events: none;
	color: #ffffff;
	opacity: 1;

}

a {
	color: xxxx;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: xxxx;
}
blockquote {
	border-left: 5px solid 000000!important;
	margin: 0px;
	padding: 20px;
}
blockquote, table, table thead {
	background-color: #dfdfdf;
	border: 2px solid #dfdfdf;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
	padding: 0px;
}
blockquote cite {
	font-style: italic;
	font-weight: bold;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", "Open Sans", sans-serif;
}
/* body:before {
	display: block;
	height: 500px;
	background-color: #183E50;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	z-index: -1;
} */

@media (max-width: 600px) {
	body:before {
		display: none;
	}
}

.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}
.column {
	float: left;
	width: 50%;
}
.container {
	margin: 0px auto;
	padding: 0px;
	width: xxxx;
}
@media (max-width: xxxxpx) {
	.container {
		width: 90%;
	}
}
footer, header, section {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	max-width: 100%;
}
nav .column.left {
	width: 25%;
}
nav .column.right {
	width: 75%;
}
nav .menu-item-has-children {
	position: relative;
}
nav .menu-item-has-children:focus .sub-menu, nav .menu-item-has-children:focus-within .sub-menu, nav .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.25s;
	visibility: visible;
	z-index: 1;
}
nav .sub-menu { 
	background-color: #173E50;
	opacity: 0;
	/* 	padding: 10px; */
	position: absolute;
	top: 100%;
	transform: translateY(-10px);
	transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s, z-index 0s linear 0.01s;
	visibility: hidden;
	z-index: 20;
    border-radius: 15px;
}

.business nav .sub-menu {
    background-color: #6EB7B9;
}

.sub-menu:after {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #173E50;
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

.business .sub-menu:after {
    border-bottom: 20px solid #6EB7B9;
}

nav ul > li > .sub-menu {
	width: 300px;
	left: -100px;
    z-index: 10;
	/* 	transform: translateX(50%); */
	/* 	margin-top: 20px; */
}

nav ul > li > ul li .sub-menu {
	width: auto;
	position: relative;
	display: flex;
	left: auto;
	transform: none;
	gap: 5px;
}

nav ul > li > ul li .sub-menu:before {
	display: none;
}

nav ul > li > ul li .sub-menu {
	padding: 10px 0 !important;
}

nav ul > li > ul li .sub-menu li {
	padding: 0px 5px !important;
}

nav ul > li > ul li .sub-menu li a {
	padding: 0px !important;
	font-size: 16px  !important;
	font-weight: 400  !important;
	text-decoration: underline;
    color: white;
}

nav .sub-menu li {
	display: flex;
	flex-direction: column;
}

nav .sub-menu li a {
	padding: 10px 5px !important;
}

nav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	display: inline-block;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}


nav ul li:first-child {
	padding-left: 0px;
}
nav ul li:last-child {
	padding-right: 0px;
}

nav > ul#menu-main-menu > li:hover > a::after, nav > ul#menu-main-menu > li.current-menu-item > a::after, nav > ul#menu-main-menu > li.current-page-ancestor > a::after {
	display: block;
	content: '';
	background-color: #173E50;
	bottom: 22px;
	width: calc(100% - 10px);
	border-radius: 2px;
	height: 4px;
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
}

.business nav > ul#menu-main-menu > li:hover > a::after, .business nav > ul#menu-main-menu > li.current-menu-item > a::after, .business nav > ul#menu-main-menu > li.current-page-ancestor > a::after {
    background-color: #6EB7B9;
}

.header-right nav > ul li.current-menu-item a, .header-right nav > ul li:hover a, .header-right nav > ul li.current-page-ancestor a {
    color: #173E50;
}

.business .header-right nav > ul li.current-menu-item a, .business .header-right nav > ul > li:hover > a, .business .header-right nav > ul li.current-page-ancestor a {
    color: #B5B5B5;
}

.header-right nav > ul li.current-page-ancestor.menu-home a {
    color: white;
}

nav ul li a {
	color: xxxx;
	position: relative;

}

nav ul li a:hover {
	color: xxxx;
}
nav ul li ul li, nav ul li ul li:first-child, nav ul li ul li:last-child {
	padding: 10px;
}

.header-left a.custom-logo-link, .header-left nav {
    display: inline-block;
    vertical-align: middle;
}

.header-left nav {
    margin-left: 50px;
}

@media (max-width: 850px) {
	header nav {
		display: none !important;
	}
}
ol li, ul li {
	padding: 10px 0px 0px 0px;
}
.outer {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}
.outer .inner {
	display: table-cell;
	vertical-align: middle;
}
p {
	padding: 20px 0px 0px 0px;
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
}
p, blockquote cite, ol li, ul li, table {
	margin: 0px;
}

.side-nav img {
	display: block;
}

@media (min-width: 851px) {
	.side-nav {
		display: none;
	}

}

@media (max-width: 850px) {
	.header-right nav {
		margin-right: 20px;
	}
}
.side-nav a {
	cursor: pointer;

}
.slick-next:before {
	content: "\f0da";
}
.slick-prev:before {
	content: "\f0d9";
}
.slick-next:before, .slick-prev:before {
	color: #000000;
	font-family: 'FontAwesome';
	font-size: 60px;
}
.slick-next {
	right: -30px;
	z-index: 1;
}
.slick-prev {
	left: -30px;
	z-index: 1;
}
.slick-slider {
	margin-bottom: 0px;
}
@media (max-width: 1450px) {
	.slick-next:before, .slick-prev:before {
		font-size: 40px;
	}
	.slick-next {
		right: -20px;
	}
	.slick-prev {
		left: -20px;
	}
}
@media (max-width: 600px) {
	.slick-next:before, .slick-prev:before {
		font-size: 20px;
	}
	.slick-next {
		right: 0px;
	}
	.slick-prev {
		left: 0px;
	}
}
.slide-close a {
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	/* 	right: 5%; */
	z-index: 5003;
}
.slide-in-menu {
	background-color: #000000;
	height: 100%;
	left: 0px;
	opacity: 0;
	overflow: scroll;
	position: absolute;
	top: -100%;
	transition: 0.5s;
	width: 100%;
	z-index: 5001;
}
.slide-in-menu.active {
	position: fixed;
	opacity: 1;
	top: 0px;
}
.slide-in-menu li.active > ul {
	display: block !important;
}
.slide-in-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slide-in-menu ul li {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.slide-in-menu ul li a {
	color: #183E50;
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: opacity .25s linear, color .5s linear, transform .3s cubic-bezier(.25,.46,.45,.94);
}
.slide-in-menu.active ul li a {
	opacity: 1;
	transform: translateY(0);
}
.slide-in-menu.active ul li:nth-of-type(1) a {
	transition: color .5s linear, opacity .25s linear .5s, transform .3s cubic-bezier(.25,.46,.45,.94) .5s;
}
.slide-in-menu.active ul li:nth-of-type(2) a {
	transition: color .5s linear, opacity .25s linear .6s, transform .3s cubic-bezier(.25,.46,.45,.94) .6s;
}
.slide-in-menu.active ul li:nth-of-type(3) a {
	transition: color .5s linear, opacity .25s linear .7s, transform .3s cubic-bezier(.25,.46,.45,.94) .7s;
}
.slide-in-menu.active ul li:nth-of-type(4) a {
	transition: color .5s linear, opacity .25s linear .8s, transform .3s cubic-bezier(.25,.46,.45,.94) .8s;
}
.slide-in-menu.active ul li:nth-of-type(5) a {
	transition: color .5s linear, opacity .25s linear .9s, transform .3s cubic-bezier(.25,.46,.45,.94) .9s;
}
.slide-in-menu.active ul li:nth-of-type(6) a {
	transition: color .5s linear, opacity .25s linear 1s, transform .3s cubic-bezier(.25,.46,.45,.94) 1s;
}
.slide-in-menu.active ul li:nth-of-type(7) a {
	transition: color .5s linear, opacity .25s linear 1.1s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.1s;
}
.slide-in-menu.active ul li:nth-of-type(8) a {
	transition: color .5s linear, opacity .25s linear 1.2s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.2s;
}
.slide-in-menu.active ul li:nth-of-type(9) a {
	transition: color .5s linear, opacity .25s linear 1.3s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.3s;
}
.slide-in-menu.active ul li:nth-of-type(10) a {
	transition: color .5s linear, opacity .25s linear 1.4s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.4s;
}
.slide-in-menu ul ul {
	display: none;
}
strong, table thead th {
	font-weight: bold;
}
table {
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}
table th {
	padding: 10px;
}
.wp-block-table {
	margin: 0px;
}

/* Theme Styles */
.single-case_study .image-left-text-right {
	background-color: #F4F4F4;
}

.single-case_study .image-left-text-right .left {
	width: 100%;
}

.single-case_study .image-left-text-right .left .a-button {
	margin: 0 auto;

}

.single-case_study .image-left-text-right-container {
	flex-direction: column-reverse;
}

.single-case_study .image-left-text-right .right {
	text-align: center;
	padding-left: 0px;
}

.single-case_study .image-left-text-right .right .wriggle {
	margin-top: 30px;
}

.single-case_study .image-left-text-right .right .title > * {
	font-size: 38px;
}

@media (max-width: 600px) {
	.single-case_study .image-left-text-right .right .title > * {
		font-size: 28px;
		line-height: 38px;
	}
	.single-case_study .image-left-text-right .btn-main {
		padding: 15px 7px 13px 20px;
	}

	.single-case_study .image-left-text-right .btn-main span {
		min-width: 34px;
	}
}


/*** post slider ***/

.post-slider {
	padding: 60px 0 60px;
	box-sizing: border-box;
}

.post-slider {
	margin-top: 0px;
}

.post-slider .heading {
	max-width: 1300px;
	margin: 0 auto 30px;
	padding: 0 30px;
	box-sizing: border-box;
}

.post-slider .heading p {
	color: #4B4B4B;
}

.post-slider .heading .title > * {
	font-size: 38px;
	text-align: left;
}

.post-slider .heading .title img {
	margin: 20px 0 40px 0;
	display: block;
}

.post-slider .slick-initialized .slick-slide {
	margin: 0 20x !important;
	padding: 0 10px;
	transition: none;
	display: block;
}


.post-slider .slick-list{
	padding:0 25% 0 25% !important;
}
.post-slider .slick-initialized .slick-slide img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 0px;
}

.post-slider .slick-initialized .slick-slide img {
	height: 630px;
}

.post-slider .slick-initialized .slick-slide img,
.post-slider .slick-initialized .slick-slide {
	/* 		height: 435px; */
}

.post-slider .items-container {
	position: relative;
}

.post-slider .arrows .left-arrow {
	left: 30px;
	top: calc(50% - 30px);
	transform: translateY(-50%);
	position: absolute;
	transition: 0.5s;
}

.post-slider .arrows .right-arrow {
	right: 30px;
	top: calc(50% - 30px);
	transform: translateY(-50%);
	position: absolute;
	transition: 0.5s;
}

.post-slider .arrows .left-arrow:hover,
.post-slider .arrows .right-arrow:hover {
	opacity: 0.6;
	cursor: pointer;
}

.post-slider .item .post-title {
	margin-top: 10px;
}

.post-slider .item .post-title h2 a {
	font-size: 42px;
	color: #ffffff;
	display: block;
}

.post-slider .item .career-content p {
	padding-top: 10px;
	color: #ffffff; 
}

.post-slider .item .a-button {
	margin-top: 40px;
}

.post-slider .post-image {
	position: relative;
}

.post-slider .post-image .tint {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	border-radius: 20px;
}

.post-slider .post-content {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 30px 30px;
	box-sizing: border-box;
}

.post-slider .a-button.outter {
	margin-top: 50px;
}

.post-slider .slick-dots {
	position: relative;
	bottom: auto;
	margin-top: 20px;
}
.post-slider .slick-dots li button:before {
	content: '' !important;
	border: 1px solid #183E50;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
}
.post-slider li.slick-active button:before {
	opacity: 1;
	background-color: #303470;
}

.post-slider .navi {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.post-slider .navi .left-arrow {
	margin-left: 50px;
}


.post-slider .navi .right-arrow {
	margin-right: 50px;
}

.post-slider .navi .left-arrow:hover {
	cursor: pointer;
}

.post-slider .navi .right-arrow:hover {
	cursor: pointer;
}
.post-slider .slick-slide {
	position: relative;
}

.post-slider .slick-slide.slick-active:after {
	opacity: 0;
}

.post-slider .slick-slide:after {
	background-color: #000;
	transition: 0.5s;
	width: calc(100% - 20px);
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.5;
	content: '';

}

@media (max-width: 1100px) {
	.post-slider .slick-initialized .slick-slide {
		padding: 0 10px !important;
	}
	.post-slider .slick-list {
		padding: 0 10% !important;
	}

	.post-slider .arrows .right-arrow img,
	.post-slider .arrows .left-arrow img {
		width: 40px;
		object-fit: contain;
	}

	.post-slider .navi {
		display: none;
	}
}


@media (max-width: 600px) {
	.post-slider .slick-initialized .slick-slide {
		padding: 0 5px !important;
	}

	.post-slider .arrows .right-arrow {
		display: flex;
	}
	.post-slider .a-button.outter {
		padding: 0 20px;
	}

	.post-slider .slick-initialized .slick-slide img, .parent-pageid-760 .post-slider .slick-initialized .slick-slide {
		height: 356px;
	}

	.post-slider .arrows .right-arrow img,
	.post-slider .arrows .left-arrow img {
		width: 30px;
		object-fit: contain;
	}

	.post-slider .slick-list {
		padding: 0 5% !important;
	}

	.post-slider .arrows {
		display: none;
	}

	.post-slider .item .post-title h2 a {
		font-size: 22px;
	}

	.post-slider .item .a-button {
		display: none;
	}

	.post-slider .post-content {
		padding: 20px 20px;
	}

	.post-slider .heading {
		padding: 0 20px;
	}

	.post-slider .heading .title > * {
		font-size: 28px;
	}

	.post-slider {
		padding: 30px 0 30px;
	}

}


.half-image {
	padding: 30px 0 30px;
	box-sizing: border-box;
}

.half-image-container {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: 0 auto;
}

.half-image .left,
.half-image .right {
	flex: 1 1 calc(50% - 30px);
}

.half-image img {
	width: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 600px) {
	.half-image .left,
	.half-image .right {
		flex: 1 1 100%;
	}

	.half-image-container {
		gap: 10px;
	}

	.half-image {
		padding: 5px 0 20px;
	}
}

.header-right nav li.button {
    padding-left: 10px;
}

.header-right nav li.button a {
    background-color: #173E50;
    padding: 6px 10px 5px 10px !important;
    display: inline-block;
    border-radius: 5px;
}

.header-right nav li.button a:hover {
    color: #173E50 !important;
    background-color: #FFFFFF !important;
}

.business .header-right nav li.button a {
    background-color: #6EB7B9;
}

.service-hero.full-width-hero .service-hero-container {
    display: block;
}

.service-hero.full-width-hero{
    background-color: #F4F5F6;
    color: #6EB7B9;
    -moz-box-shadow: inset 0px -20vh 0px  #6EB7B9;
    -webkit-box-shadow: inset 0px -20vh 0px  #6EB7B9;
    box-shadow: inset 0px -20vh 0px  #6EB7B9;
}

.business .service-hero.full-width-hero{
    color: #173E50;
    -moz-box-shadow: inset 0px -20vh 0px  #173E50;
    -webkit-box-shadow: inset 0px -20vh 0px  #173E50;
    box-shadow: inset 0px -20vh 0px  #173E50;
}

.service-hero.full-width-hero .wp-video, .service-hero.full-width-hero .text {
    max-width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mejs-overlay-button{
    filter: invert(50%) sepia(100%) saturate(600%) hue-rotate(133deg) brightness(91%) contrast(60%);
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #173E50 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #6EB7B9 !important;
}

#wpadminbar {
    position: fixed !important;
}

.full-width-hero .subtitle {
    margin-top: 30px;
}

.full-width-hero .subtitle h2 {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 30px;
}

.full-width-hero .title.arrow:after, .full-width-hero .subtitle:after, .video-block .title:after, .case-studies h2:after {
    display: block;
    content: "";
    width: 65px;
    height: 65px;
    background-image: url('images/arrow-personal.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.business .full-width-hero .title.arrow:after, .business .full-width-hero .subtitle:after, .business .case-studies h2:after {
    background-image: url('images/arrow-business.png');
}

.home .full-width-hero {
    padding-bottom: 0;
}

.green-bg.btn-main {
    background-color: #173E50;
    border-radius: 15px;
    font-size: clamp(30px, 6vw, 50px) !important;
    line-height: 120%;
    padding: 16px 30px !important;
}

.home .cta .title.center h2 {
    margin-top: 40px;
}

.home .cta .title.center h2, .home .cta .text.center {
    text-align: left;
    color: white;
}

.home .cta .text.center p {
    font-weight: 300;
}

.home .cta {
    padding-bottom: 75px;
}

.home .cta.white-bg, .shadow-top {
    box-shadow: 0px 18px 20px -20px rgba(0,0,0,0.45) inset, 0px 25px 20px -20px rgba(0,0,0,0.45);
}

.home .cta.white-bg .title.center h2, .home .cta.grey-bg .title.center h2 {
    color: #6EB7B9;
}

.home .cta.white-bg .text.center, .home .cta.grey-bg .text.center {
    color: #5A6E7E;
}

.no-shadow-top {
    box-shadow: none !important;
}

.score {
    display: block;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}
  
.score-wrap {
    display: inline-block;
    position: relative;
    height: 23px;
    margin-bottom: 20px;
}
  
.score .stars-active {
    color: #FFCE31;
    position: relative;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
  
.score .stars-inactive {
    color: grey;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-text-stroke: initial;
    /* overflow: hidden; */
}

.video-block .wp-video {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.business-home #section-1 {
    padding-bottom: 30px;
}

.business-home #section-2 {
    padding-top: 0;
    padding-bottom: 150px;
}

.business-home #section-2 .text p {
    color: white;
    max-width: 500px;
    font-weight: 300;
    line-height: 27px;
}

.business-home #section-3 {
    background-color: transparent !important;
    margin-top: -150px;
    padding-top: 0px;
    overflow: visible;
    padding-bottom: 80px;
}

.business-home .text-items-container .items{
    gap: 20px;
    margin-top: 60px;
}

.business-home .text-items-container .items .item {
    background-color: white;
    -webkit-transform: translateZ(0);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 60px 10px 30px 10px;
    color: #173E50;
    width: calc(33.33% - 60px);
    margin: 0;
}

.business-home .text-items-container .items .item .title.white, .business-home .text-items-container .items .item .text.white {
    color: #173E50;
}

.business-home .text-items-container .items .item .title.medium h2, .business-home .text-items-container .items .item .title.white span.counter {
    font-size: 80px;
    line-height: 50px;
    min-height: 76px;
    display: inline-block;
    font-weight: 700;
}

.business-home .text-items-container .items .item .title.white span {
    display: block;
    font-weight: 400;
    font-size: 28px;
}

.business-home .text-items-container .items .item .text {
    max-width: 80%;
    margin: 0 auto; 
}

.business-home .text-block-logos {
    background-color: #F4F5F6;
    padding: 60px 30px;
}

.business-home .text-block-logos .title h2 {
    color: #173E50;
    font-weight: 600;
}

.business-home #section-9 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.text-block-footer {
    border-radius: 20px;
    max-width: 920px;
    margin: 0 auto;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
    float: none;
    clear: both;
}

.text-block-footer .title h2, .text-block-footer p {
    color: white;
}

.text-block-footer .title h2, .text-block-footer .text {
    margin-bottom: 30px;
}

.text-block-footer .text .a-button {
    color: #6EB7B9;
    background-color: white;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 12px 25px;
}

.text-block-footer .text .a-button:hover {
    background-color: #173E50;
    color: white;
}

.image-left-text-right{
    padding-right: 0;
    display: inline-table;
}

.text-left-image-right{
    padding-left: 0;
    display: inline-table;
}

.image-left-text-right-container, .text-left-image-right-container {
    max-width: 100%;
    display: table-row;
}

.image-left-text-right-container img, .text-left-image-right-container img {
    width: 200px;
    height: auto;
    max-width: none;
}

.image-left-text-right-container .left, .image-left-text-right-container .right, .text-left-image-right-container .left, .text-left-image-right-container .right {
    width: auto;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0;
    color: white;
}

.image-left-text-right-container .right {
    background-color: #173E50;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.15);
}

.text-left-image-right-container .image {
    background-color: white;
    border-radius: 15px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    margin-left: -60px;
}

.image-left-text-right-container .left, .text-left-image-right-container .right {
    z-index: 1;
    position: relative;
    padding: 30px 15px;
    width: calc(200px - 40px);
    text-align: center;
}

.image-left-text-right-container .right, .text-left-image-right-container .left {
    padding-top: 60px;
    padding-bottom: 60px;
}

.image-left-text-right-container .image {
    background-color: white;
    border-radius: 15px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.15);
    margin-right: -60px;
}

.text-left-image-right-container .left {
    background-color: #D9D9D9;
    color: #173E50;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
}

.image-left-text-right-container .right {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.text-left-image-right-container .left {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.text-left-image-right-container .left .title, .text-left-image-right-container .left .text {
    max-width: 80%;
    text-align: right;
    float: right;
    padding-right: 80px;
    clear: both;
}

.image-left-text-right-container .right .title, .image-left-text-right-container .right .text {
    max-width: 80%;
    text-align: left;
    padding-left: 80px;    
}

.image-left-text-right-container h2, .text-left-image-right-container h2 {
    font-size: clamp(20px, 6vw, 40px) !important;
    line-height: 100% !important;
}

.business .service-hero.black-bg {
    background-color: #F4F5F6;
}

.media .case-studies .items {
    display: grid;
    grid-template-columns: 46% calc(18% - 25px) calc(18% - 25px) calc(18% - 25px);
    align-items: top;
    gap: 25px;
}

.media .case-studies .items .item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    margin: 0;
}

.media .case-studies .items .item img {
    height: auto;
}

.media .case-studies .items .item-1 {
    grid-column: 1;
    grid-row: 1/3;
}

.media .case-studies .items .item-2 {
    grid-column: 2;
    grid-row: 1;
}

.media .case-studies .items .item-3 {
    grid-column: 3;
    grid-row: 1;
}

.media .case-studies .items .item-4 {
    grid-column: 4;
    grid-row: 1;
}

.media .case-studies .items .item-5 {
    grid-column: 2;
    grid-row: 2;
}

.media .case-studies .items .item-6 {
    grid-column: 3;
    grid-row: 2;
}

.media .case-studies .items .item-7 {
    grid-column: 4;
    grid-row: 2;
}

.media .case-studies .items .item h3 {
    background-color: #D9D9D9;
    height: 100%;
}

.media .case-studies .items .item h3 a {
    color: #4E9EC2;
    font-weight: bold;
    font-size: 22px;
    padding: 6px 20px;
    display: block;
}

.media .case-studies .items .item.item-1 h3 a {
    font-size: 40px;
}

.media .pagination-bottom {
    margin-top: 30px;
}

.media .case-studies .text-block {
    padding-bottom: 0;
}

.media .case-studies h2 {
    color: #6EB7B9;
}

body.case-studies .case-study .case-study-inner {
    max-width: 1200px;
    padding: 100px 0 0 0;
    margin: 0 auto;
}

.case-studies .subtitle h2:after, .case-study h2:after {
    display: none;
}

.case-studies .case-study.dark {
    background-color: #183E50;
    color: white;
    margin-top: -40px;
}

.case-studies .case-study.light {
    background-color: #F4F5F6;
    color: #183E50;
    margin-top: -40px;
}

.case-studies .case-study:first-child {
    margin-top: 0;
}

.case-studies .case-study.light .intro {
    color: #62AFCA;
}

body.case-studies .case-studies-container {
    max-width: none;
}

body.case-studies .case-studies {
    padding-left: 0;
    padding-right: 0;
}

body.case-studies .case-study .case-study-inner h2 {
    font-weight: 700;
    font-size: clamp(38px, 6vw, 76px);
    margin-bottom: 30px;
}

body.case-studies .case-study .case-study-inner .intro-row {
    border-left: 8px solid white;
    padding-left: 15px;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 80px;
}

body.case-studies .case-study.light .case-study-inner .intro-row {
    border-left: 8px solid #6EB7B9;
}

body.case-studies .case-study .case-study-inner .intro-row .intro {
    padding-right: 80px;
}

body.case-studies .case-study .case-study-inner .intro-row.has-image {
    display: flex;
}

body.case-studies .case-study .case-study-inner .intro-row .image img {
    width: 400px;
}

body.case-studies .case-study .case-study-inner .intro-row .intro-name {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
}

body.case-studies .case-study.light .case-study-inner .intro-row .intro-name {
    color: #173E50;
}

body.case-studies .case-study .case-study-inner .paragraphs {
    display: grid;
    grid-template-columns: calc(50% - 60px) 50%;
    align-items: top;
    gap: 60px;
    font-size: 18px;
}

body.case-studies .case-study .case-study-inner .paragraphs h3 {
    font-weight: 700;
}

body.case-studies .case-study .case-study-inner .stats {
    display: grid;
    gap: 125px;
    align-items: top;
    margin-top: 80px;
}

body.case-studies .case-study .case-study-inner .stats.stats-cols-4 {
    grid-template-columns: calc(25% - 100px) calc(25% - 100px) calc(25% - 100px) calc(25% - 100px);
}

body.case-studies .case-study .case-study-inner .stats .stat {
    background-color: white;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.20);
    border-radius: 15px;
    overflow: hidden;
    color: #183E50;
    text-align: center;
}

body.case-studies .case-study .case-study-inner .stats .stat h4 {
    font-size: 50px;
    text-align: center;
    font-weight: 900;
    margin: 0;
    padding: 20px;
}

body.case-studies .case-study .case-study-inner .stats .stat h5 {
    font-size: 22px;
    text-align: center;
    font-weight: 800;
    margin: 0;
    margin-top: 10px;
    padding: 0 10px 20px 10px;
}

.case-studies #section-3 h2:after {
    display: none;
}

body.case-studies .case-studies {
    padding-top: 0;
}

ul.accordion {
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
    border-top: 1px solid #aebac7;
}

.accordion .collapsed .expand {
    max-height: 0;
    transition: max-height .3s cubic-bezier(0,1,0,1);
}

.personal.faqs .text-block h2 {
    color: #6EB7B9;
}

.faqs .accordion > li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 1rem 0 1.5rem;
    width: 100%;
    border-bottom: 1px solid #aebac7;
}

.faqs .accordion li:before {
    display: none;
}

.faqs .accordion li h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #173E50;
}

.accordion .expand {
    overflow: hidden;
    transition: max-height .3s cubic-bezier(1,0,1,0);
    height: auto;
    max-height: 9999px;
    pointer-events: fill;
}

.accordion .expand .expand__block {
    padding-top: 20px;
}

.accordion .expand .expand__block p, .accordion .expand .expand__block p span {
    font-weight: 100 !important;
    color: #4D4D4D;
}

.accordion .item .header {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    pointer-events: none;
}

.accordion .item .header:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    content: "";
    display: block;
    z-index: 5;
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(225deg);
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.accordion .collapsible.collapsed .header:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    content: "";
    display: block;
    z-index: 5;
    height: 10px;
    width: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(225deg);
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.accordion .collapsible.collapsed .header:after {
    transform: rotate(315deg);
}

.page-template-microsite-page .wp-video {
    margin-bottom: 40px;
}

.page-template-microsite-page .microsite-logo {
    margin-top: 20px;
}

.page-template-microsite-page article .button {
    background-color: #173E50;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    margin-top: 20px;
}

.page-template-microsite-page article .button:hover {
    background-color: #6EB7B9;
}

.page-template-microsite-page article h4, .page-template-microsite-page article p {
    color: #4D4D4D;
}

.page-template-microsite-page article h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}

section.whitepapers {
    background-color: #173E50;
}

.business.media .case-studies h2 {
    color: #173E50;
}

.business.media .case-studies.whitepapers h2 {
    color: #FFFFFF;
}

.business.media .case-studies.whitepapers h2:after {
    background-image: url(images/arrow-white.png);
}

.media .case-studies.whitepapers .items {
    grid-template-columns: calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px) calc(25% - 18.75px);
}

.media .case-studies.whitepapers .items .item-1 {
    grid-row: 1;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232 !important;
    color: #dc3232 !important;
}

.sub-menu .current-menu-item a {
    color: white !important;
}

section.image-text {
    max-width: 1000px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding: 0;
}

.book-a-demo .contact-section {
    margin-bottom: 100px;
}

.whitepapers .case-studies-container p {
    color: white;
    margin: 30px 0;
}

.media.business .case-studies .items .item h3 a {
    color: #173E50;
}

.text-block-footer h2:after {
    display: none;
}

.whitepapers {
    margin-bottom: 60px;
}

.text .text-left, .text-block .text.center {
    text-align: left;
}

.global-page .text {
    color: #173E50;
}

.global-page .text-block li, .global-page .text-block h4 {
    line-height: 25px;
    font-size: 22px;
}

.global-page .text-block ol {
    padding: 0;
    list-style-position: inside;
}

.global-page .text-block ol li h4 {
    display: inline-block;
}

.global-page .text-block p strong span.color_33 {
    display: inline-block;
    margin-top: 20px;
}

.global-page .text-block p:first-of-type {
    padding-top: 20px;
}

.global-page .text-block h4 {
    margin-top: 20px;
}

@media (max-width: 1050px) {
	.text-image-items .items.three-col .item {
        width: calc(32% - 40px);
    }
    .media .case-studies .items {
        grid-template-columns: calc(25% - 25px) calc(25% - 25px) calc(25% - 25px) calc(25% - 25px);
    }
    header .main-container .main-container-inner nav a {
        font-size: 15px;
    }
    .business-home #section-2 {
        margin-top: -1px;
    }
    body.case-studies .case-study .case-study-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .media .case-studies .items .item.item-1 h3 a {
        font-size: 22px;
    }
    .hero .subtitle h2 br {
        content: "";
        display: block;
        height: 15px;
    }
}

@media (max-width: 600px) {
    .text-image-items .items.three-col .item {
        width: calc(100%);
    }
    .personal.home .text-image-items .items {
        margin-top: 20px !important;
    }
    .personal.home .text-image-items .heading {
        padding-bottom: 60px;
    }
    .media .case-studies .items {
        grid-template-columns: 100%;
    }
    .media .case-studies .items .item {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
    .top-footer .top-footer-container .col .footer-logo img:first-child {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .business-home .text-items-container .items .item {
        width: 100%;
    }
    .business-home .text-block-logos .title {
        text-align: center;
    }
    .business-home .text-block-logos .logos {
        justify-content: space-around;
    }
    .image-left-text-right-container img, .text-left-image-right-container img {
        width: 50px;
    }
    .image-left-text-right-container .left, .text-left-image-right-container .right {
        width: auto;
    }
    .text-left-image-right .left {
        padding-right: 0;
        padding-left: 20px;
    }
    .image-left-text-right .right {
        padding-right: 20px;
    }
    .text-left-image-right {
        padding-right: 0;
    }
    .image-left-text-right {
        padding-left: 0;
    }
    .text-block-footer {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
    .text-block-footer .text .a-button {
        padding: 12px 0px;
        font-size: 20px;
    }
    .case-studies .service-hero-container {
        display: block;
    }
    .case-studies .service-hero-container > div {
        width: 100%;
    }
    body.case-studies .case-study .case-study-inner .intro-row .intro {
        padding-right: 15px;
    }
    body.case-studies .case-study .case-study-inner .intro-row .image img {
        max-width: 100px;
    }
    body.case-studies .case-study .case-study-inner .paragraphs {
        display: block;
    }
    body.case-studies .case-study .case-study-inner .paragraphs .paragraph {
        margin-bottom: 40px;
    }
    body.case-studies .case-study .case-study-inner .stats.stats-cols-4, body.case-studies .case-study .case-study-inner .stats.stats-cols-3, body.case-studies .case-study .case-study-inner .stats.stats-cols-2, body.case-studies .case-study .case-study-inner .stats.stats-cols-1 {
        grid-template-columns: 100%;
        gap: 25px;
    }
    .case-studies-container .case-study:last-child {
        padding-bottom: 40px;
    }
    .media .case-studies.whitepapers .items {
        grid-template-columns: 100%;
    }
}