/*!
Theme Name: TechBrain Production Build
Theme URI: http://underscores.me/
Author: Web2Web
Author URI: https://web2web.co.za
Description: Custom Theme Developed by Web2web based on SASS and ACF
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techbrain
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TechBrain is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.inner-content.center {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}

.inner-content.adjusted {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.inner-content.adjusted h4 a {
	color: #EC5A36;
}
.thank-you h4 a {
	color: #EC5A36;
}

.inner-content h2, .inner-content h3 {
	margin-bottom: 50px;
}

.inner-content p a,
.inner-content a {
	color: #EC5A36;
}

.spread {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}

.spread * {
	margin: 0;
}

.spread a {
	text-decoration: none;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 136%;
	text-align: right;
	color: #EC5A36;
}

.spread a:visited {
	color: #EC5A36 !important;
}

.badge {
	background: #FCE6E1;
	color: #EC5A36;
	border-radius: 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 142%;
	letter-spacing: 0.01em;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

.badge.small {
	padding: 9px 14px;
}

.tb-author-content {
	max-width: 85%;
	width: 100%;
	margin-bottom: 50px;
}

.tb-author-content p:first-child {
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
}

.tb-author {
	display: flex;
	height: 100%;
	align-items: center;
}

.tb-author img {
	width: 50px;
	height: 50px;
	border: 1px solid rgba(51, 51, 51, 0.25);
	border-radius: 50%;
	margin-right: 20px;
	font-size: 4px;
}

.tb-author__details {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.tb-author__details .time-to-read {
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0.01em;
	text-align: left;
}

.tb-author__name {
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #EC5A36;
}

.copy-row {
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	margin-bottom: 100px;
}

.copy-row .copy {
	flex-basis: 50%;
}

.copy-row .copy:first-child {
	margin-right: 120px;
}

.w-400 {
	font-weight: 400;
}

.w-500 {
	font-weight: 500;
}

.w-600 {
	font-weight: 600;
}

.meta-data {
	display: flex;
	gap: 10px;
}

.meta-data__item {
	display: flex;
	align-items: center;
}

.meta-data__item .icon {
	line-height: 1;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.meta-data__item p, .meta-data__item span {
	font-size: 16px;
	line-height: 145%;
}

.dark-bg {
	background: #333333;
	background-color: #333333;
}

.light-bg {
	background: #F7F7F7;
	background-color: #F7F7F7;
}

.stars {
	display: flex;
	flex-direction: row;
	gap: 7.25px;
}

.stars .star {
	line-height: 0;
}

[data-paged] .insight-card-wrapper[data-aos=fade-up] {
    transform: translate3d(0, 0, 0);
}
[data-paged] .insight-card-wrapper[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
.sticky-content {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}

.sticky-content.sticky-content--50 {
	top: 50px;
}

.sticky-content.sticky-content--100 {
	top: 100px;
}

.sticky-content.sticky-content--200 {
	top: 200px;
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
	font-family: "Adelle";
	font-weight: 400;
	src: url("./assets/fonts/webFonts/AdelleRegular/font.woff2") format("woff2"), url("./assets/fonts/webFonts/AdelleRegular/font.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Adelle";
	font-weight: 500;
	src: url("./assets/fonts/webFonts/AdelleSemibold/font.woff2") format("woff2"), url("./assets/fonts/webFonts/AdelleSemibold/font.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Adelle";
	font-weight: 600;
	src: url("./assets/fonts/webFonts/AdelleBold/font.woff2") format("woff2"), url("./assets/fonts/webFonts/AdelleBold/font.woff") format("woff");
	font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "adelle", serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "adelle", serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	transition: 0.4s all ease-in-out;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.team-testimonial__copy p span {
	color: #EC5A36 !important;
}

h1 {
	font-size: 80px;
	line-height: 105%;
	letter-spacing: -0.01em;
}

h2 {
	font-size: 60px;
	line-height: 105%;
	letter-spacing: -0.01em;
}

h3 {
	font-size: 40px;
	line-height: 115%;
}

h4 {
	font-size: 30px;
	line-height: 34.5px;
	font-size: 30px;
	line-height: 115%;
	letter-spacing: -0.01em;
}

h5 {
	font-size: 25px;
	line-height: 30.25px;
	line-height: 121%;
	letter-spacing: -0.03em;
}

.sub-header {
	display: block;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 20px;
}

.sub-header.colored {
	color: #EC5A36;
}

.headline,
.label {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0.01em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #333333;
}

.inner-sections h1, .inner-sections h2, .inner-sections h3, .inner-sections h4, .inner-sections h5, .inner-sections h6 {
	color: #fff;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	line-height: 145%;
}

p:last-child, p:only-child {
	margin-bottom: 0px;
}

p.small {
	font-size: 16px;
}

p.semibold {
	font-weight: 500;
}

p.orange {
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	color: #EC5A36;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.single-post-content blockquote {
	position: relative;
	margin: 0;
	background: #F7F7F7;
	padding: 45px;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 121%;
	letter-spacing: -0.03em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #EC5A36;
	margin: 65px 0px;
}

.single-post-content blockquote > *,
.single-post-content blockquote p {
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 121%;
	letter-spacing: -0.03em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #EC5A36;
}

.single-post-content blockquote:before {
	content: '';
	height: 100%;
	width: 5px;
	background: #EC5A36;
	position: absolute;
	top: 0;
	left: 0;
}

.single-post-content ul {
	margin-left: 0px;	
}

.single-post-content ol li,
.single-post-content ul li {
    margin-bottom: 10px;
}

.scaled-content h1,
.copy-card h1,
.single-post-content .single-post-content__post h1 {
  font-size: 3.052rem;
}

.scaled-content h2,
.copy-card h2,
.single-post-content .single-post-content__post h2 {
	font-size: 2.441rem;
	margin-bottom: 35px;
}

.single-post-content .single-post-content__post h2  {
	font-weight: 500;
}

.single-post-content .single-post-content__post h2:not(:first-child) {
	padding-top: 40px;
}

.scaled-content h3,
.copy-card h3,
.single-post-content .single-post-content__post h3 {
	font-size: 1.753rem;
}

.single-post-content .single-post-content__post h3 {
	padding-top: 20px;
}

.scaled-content h4,
.copy-card h4,
.single-post-content .single-post-content__post h4 {
	font-size: 1.463rem;
}

.scaled-content h5,
.copy-card h5,
.single-post-content .single-post-content__post h5 {
	font-size: 1.25rem;
}

.scaled-content small,
.scaled-content .text_small,
.copy-card small,
.copy-card .text_small,
.single-post-content .single-post-content__post small, 
.single-post-content .single-post-content__post .text_small {
	font-size: 0.8rem;
}


/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

body.noscroll {
	overflow: hidden;
}

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

ul,
ol {
	margin: 0px 0 20px 0em;
    padding-left: 20px;
    font-size: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.tb-category-list {
	margin: 0;
	padding: 0;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 15px;
	max-width: 875px;
	width: 100%;
}

.tb-category-list li {
	flex-basis: 25%;
}

.table-of-contents-title {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	margin-bottom: 15px;
}

.table-of-contents {
	padding: 20px;
	background: #F7F7F7;
	max-width: 85%;
	width: 100%;
	border-radius: 10px;
}

.table-of-contents ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
}

.table-of-contents ul li {
	margin-bottom: 10px;
}

.table-of-contents ul li a {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	color: #333333;
	letter-spacing: 0.01em;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
.table-of-contents ul li a.visible {
	color: #ec5a36;
}

.table-of-contents ul li:last-child {
	margin: 0;
}

.slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	margin-top: 35px;
}

.slick-dots li {
	margin-right: 5px;
	cursor: pointer;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots li button {
	color: transparent;
	padding: 0;
	width: 10px;
	height: 10px;
	border-radius: 30px;
	border: none;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	cursor: pointer;
}

.slick-dots li.slick-active button {
	width: 30px;
	background: #EC5A36;
}

.slick-dots li:hover button {
	width: 30px;
	background: #EC5A36;
}

.tb-sf-form .searchandfilter ul {
	margin: 0;
	padding: 0;
}

.tb-sf-form .sf-field-category {
	padding: 0 !important;
}

.tb-sf-form .sf-field-category ul {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px 15px;
	max-width: 875px;
	width: 100%;
}

.tb-sf-form .sf-field-category ul li {
	padding: 0px;
	cursor: pointer;
}

.tb-sf-form .sf-field-category ul li input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.tb-sf-form .sf-field-category ul li label {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #FCE6E1;
	color: #EC5A36;
	border-radius: 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 142%;
	letter-spacing: 0.01em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	transition: 0.4s all ease-in-out;
	cursor: pointer;
}

.tb-sf-form .sf-field-category ul li label:hover {
	color: white;
	background: #EC5A36;
}

.tb-sf-form .sf-field-category ul li input[type="radio"]:checked + label {
	color: white;
	background: #EC5A36;
}

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

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

figure {
	margin: 1em 0;
}

.image-block {
    max-height: 450px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}
.full-image .image-block {
	max-height: unset;
}
.mini-hero .full-image .image-block img {
	max-width: unset;
}


.image-block.has-video {
	position: relative;
}

.image-block.has-video .play-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	height: 100px;
	width: 100px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	transition: 0.4s all ease-in-out;
}

.image-block.has-video .play-btn svg {
	text-align: center;
	width: 37.5px;
	margin: 0 auto;
	transform: translateX(4px);
	transition: 0.4s all ease-in-out;
}

.image-block.has-video .play-btn:hover {
	transform: scale(1.09);
}

.image-block.has-video .play-btn:hover svg {
	transform: scale(1.15) translateX(4px);
}

.image-block img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.gallery-container {
	width: 100%;
}

.gallery-container .slick-list {
	overflow: visible;
}

.gallery-block {
	margin-right: 30px;
}
.gallery-block.odd {
	height: 250px;
}
.gallery-block.even {
	height: 400px;
}

.gallery-block img {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-block:last-child {
	margin-right: 0px;
}

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

section {
	margin-bottom: 100px;
}
section.satisfaction {
	padding: 100px 0px;
}

section.common .content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

section.error-404,
section.single-career {
	margin-top: 100px;
}

section.error-404 p a {
	color: #EC5A36;
}

section.animated-hero:not(section.hero.animated-hero) {
	margin-bottom: 120px;
    padding-top: 50px;
}

section.fixed-content-section .fixed-content {
	max-width: 60%;
	width: 100%;
}

section.fixed-content-section .fixed-content h2 {
	margin: 20px 0;
}

section.ideal-employee, section.offset-gallery, section.values {
	overflow: hidden;
}

section.testimonial-section .top-content {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	height: 100%;
}

section.testimonial-section .top-content .pagination-arrows {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
section.faq-section h2 {
	max-width: 75%;
}

.inner-sections {
	margin-top: 200px;
	position: relative;
	margin-bottom: 200px;
	padding: 100px 0px;
}

.none.inner-sections {
	margin-top: 0px;
	margin-bottom: 100px;
	padding: 0px;
}

.inner-sections .content {
	color: #fff;
}

.inner-sections .content h2, .inner-sections .content h3 {
	margin-bottom: 30px;
}

.inner-sections .content a {
	margin-top: 30px;
}

.inner-sections section {
	overflow: hidden;
	margin-bottom: 150px;
}

.inner-sections section:last-child {
	margin: 0px;
}

.inner-sections .curve-block {
	position: absolute;
	height: 100px;
	width: 100%;
}

.inner-sections .curve-block.second, .inner-sections .curve-block.first {
	left: 0;
	width: 100%;
}

.inner-sections .curve-block.first {
	top: -100px;
}

.inner-sections .curve-block.second {
	bottom: -100px;
}

.inner-sections.light {
	background: #F7F7F7;
}
.inner-sections.none {
	background: #FFF;
	padding-top: 20px;
}
.inner-sections.light .curve-block.first {
	background: url("./assets/images/svg/lightbackground-top.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*.inner-sections.light .curve-block.second {
	background: url("./assets/images/svg/lightbackground-bottom.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/

.inner-sections.light h1, .inner-sections.light h2, .inner-sections.light h3, .inner-sections.light h4, .inner-sections.light h5, .inner-sections.light h6,
.inner-sections.none h1, .inner-sections.none h2, .inner-sections.none h3, .inner-sections.none h4, .inner-sections.none h5, .inner-sections.none h6  {
	color: #424448;
}

.inner-sections.light p,
.inner-sections.none p {
	color: #333333;
}

.inner-sections.dark {
	background: #333333;
}
.inner-sections.dark .curve-block.first {
	background: url("./assets/images/svg/darkcurve-top.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/*.inner-sections.dark .curve-block.second {
	background: url("./assets/images/svg/darkcurve-bottom.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}*/

.inner-sections.dark .curve-block.second img,
.inner-sections.light .curve-block.second img {
	width: 100%;
}

.content-center {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}

.industries-content .pagination-arrows {
	margin-top: 50px;
}

.introduction,
.single-post-hero {
	overflow: hidden;
}

.introduction__gallery {
	margin-top: 100px;
}

.full-faq,
.single-post-faq {
	text-align: center;
}

.full-faq .faq-content,
.single-post-faq .faq-content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.exclusive-reviews {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -150px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.exclusive-reviews .review-container {
	max-width: 80%;
	width: 100%;
	margin: 0 auto;
}

.mobile-cf {
	display: none;
}

/* Links
--------------------------------------------- */
a:not(.tb-button):not(.no-hover):not(.spread a):not(.category-link) {
	text-decoration: none;
	transition: 0.4s all ease-in-out;
}

a:not(.tb-button):not(.no-hover):not(.category-link):hover, a:not(.tb-button):not(.no-hover):not(.category-link):focus, a:not(.tb-button):not(.no-hover):not(.category-link):active {
	color: #EC5A36;
	background: transparent;
}

a:not(.tb-button):not(.no-hover):not(.category-link):hover, a:not(.tb-button):not(.no-hover):not(.category-link):active {
	outline: 0;
}
.page-thank-you-referral a {
	color: #EC5A36;
}

.category-link {
	font-weight: 700;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #EC5A36;
	text-decoration: none;
}

.scaled-content a {
	color: #EC5A36;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.tb-button {
	background: #EC5A36;
	color: #fff;
	border-radius: 100px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	min-width: 175px;
	border: none;
	position: relative;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	line-height: 55px;
	max-height: 50px;
	height: 100%;
}

.tb-button span {
	display: block;
	font-size: 16px;
	text-align: center;
	transition: 0.4s all ease-in-out;
}

.tb-button:hover span {
	transform: translateX(-5px);
}

.tb-button:hover svg {
	opacity: 1;
	transform: translateX(-15px) translateY(-50%);
}

.tb-button:focus span {
	transform: translateX(-5px);
}

.tb-button:focus svg {
	opacity: 1;
	transform: translateX(-10px) translateY(-50%);
}

.tb-button:focus svg path {
	stroke: #fff;
}

.tb-button--secondary {
	background: transparent;
	border: 1px solid #EC5A36;
	color: #EC5A36;
}

.tb-button--secondary svg path {
	stroke: #EC5A36;
}

.tb-button--secondary:focus {
	border: none;
	background: #EC5A36;
	color: #fff;
}

.tb-button--tertiary {
	background: #fff;
	color: #272727;
	border: none;
}

.tb-button--tertiary svg path {
	stroke: #272727;
}

.tb-button--tertiary:focus svg path {
	stroke: #000;
}

.tb-button svg {
	transform: translateX(100px) translateY(-50%);
	opacity: 0;
	transition: opacity .6s ease-in-out, transform .3s ease-in-out;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 0;
}

.tb-button[disabled] {
	pointer-events: none;
	background: #CCCCCC;
	color: #fff;
}

.tb-button[disabled] span {
	transform: translateX(-5px);
}

.tb-button[disabled] svg {
	opacity: 1;
	transform: translateX(-10px) translateY(-50%);
}

.tb-button[disabled] svg path {
	stroke: #fff;
}

.tb-download-links {
	display: flex;
	gap: 20px;
}

.tb-download-link {
	border: 1px solid rgba(51, 51, 51, 0.25);
	border-radius: 4px;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-items: center;
	padding: 10px 20px;
	min-width: 200px;
}

.tb-download-link img {
	margin-right: 10px;
}

.tb-download-link span {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.01em;
	color: #333333;
}

.tb-read-button {
	display: flex;
	align-items: center;
	height: 25px;
	width: 100%;
}

.tb-read-button span {
	margin-right: 10px;
}

.share-button-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.share-button {
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	line-height: 1;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.share-button .share-button__image {
	line-height: 0;
}

.tablet-only p {
	display: none;
}

[portal] {
	font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.locations {
	margin-top: 50px;
}

.locations .button-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.tb-button.tb-button--relative {
	position: relative;
}

input.tb-button__input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

input.tb-button__input[type="radio"]:checked + label {
	position: relative;
	transition: .4s all ease-in-out;
}

input.tb-button__input[type="radio"]:checked + label svg {
    transition: opacity .4s ease-in-out, 
				transform .3s ease-in-out;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;

	opacity: 1;
    transform: translateX(-15px) translateY(-50%);
}

label.tb-button--label {
	position: relative;
	transition: .4s all ease-in-out;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.tb-grid {
	box-sizing: border-box;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	max-width: 1440px;
	width: 91.66667%;
}

.tb-grid-0 {
	box-sizing: border-box;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	max-width: 1440px;
	width: 100%;
}

.tb-grid--full {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tb-grid--wide{
	width: 100% !important;
}


.tb-grid.reverse {
	flex-direction: row-reverse;
}

.tb-grid--single {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.tb-grid.align-center {
	align-items: center;
}

.tb-col-desk-0 {
	box-sizing: border-box;
	width: 0%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-0.no-padding {
	padding: 0;
}

.tb-col-desk-shift-0 {
	margin-left: 0%;
}

.tb-col-desk-1 {
	box-sizing: border-box;
	width: 8.33333%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-1.no-padding {
	padding: 0;
}

.tb-col-desk-shift-1 {
	margin-left: 8.33333%;
}

.tb-col-desk-2 {
	box-sizing: border-box;
	width: 16.66667%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-2.no-padding {
	padding: 0;
}

.tb-col-desk-shift-2 {
	margin-left: 16.66667%;
}

.tb-col-desk-3 {
	box-sizing: border-box;
	width: 25%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-3.no-padding {
	padding: 0;
}

.tb-col-desk-shift-3 {
	margin-left: 25%;
}

.tb-col-desk-4 {
	box-sizing: border-box;
	width: 33.33333%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-4.no-padding {
	padding: 0;
}

.tb-col-desk-shift-4 {
	margin-left: 33.33333%;
}

.tb-col-desk-5 {
	box-sizing: border-box;
	width: 41.66667%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-5.no-padding {
	padding: 0;
}

.tb-col-desk-shift-5 {
	margin-left: 41.66667%;
}

.tb-col-desk-6 {
	box-sizing: border-box;
	width: 50%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-6.no-padding {
	padding: 0;
}

.tb-col-desk-shift-6 {
	margin-left: 50%;
}

.tb-col-desk-7 {
	box-sizing: border-box;
	width: 58.33333%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-7.no-padding {
	padding: 0;
}

.tb-col-desk-shift-7 {
	margin-left: 58.33333%;
}

.tb-col-desk-8 {
	box-sizing: border-box;
	width: 66.66667%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-8.no-padding {
	padding: 0;
}

.tb-col-desk-shift-8 {
	margin-left: 66.66667%;
}

.tb-col-desk-9 {
	box-sizing: border-box;
	width: 75%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-9.no-padding {
	padding: 0;
}

.tb-col-desk-shift-9 {
	margin-left: 75%;
}

.tb-col-desk-10 {
	box-sizing: border-box;
	width: 83.33333%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-10.no-padding {
	padding: 0;
}

.tb-col-desk-shift-10 {
	margin-left: 83.33333%;
}

.tb-col-desk-11 {
	box-sizing: border-box;
	width: 91.66667%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-11.no-padding {
	padding: 0;
}

.tb-col-desk-shift-11 {
	margin-left: 91.66667%;
}

.tb-col-desk-12 {
	box-sizing: border-box;
	width: 100%;
	padding-left: 0.94697%;
	padding-right: 0.94697%;
}

.tb-col-desk-12.no-padding {
	padding: 0;
}

.tb-col-desk-shift-12 {
	margin-left: 100%;
}

.page-template-landing-page-php,
.page-support-portal {
	height: 100%;
	min-height: 100%;
}

.page-template-landing-page-php.page,
.page-support-portal.page {
	margin: 0;
}

.page-template-landing-page-php {
	line-height: 0;
}

.portal {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.portal__col.has-background {
	height: 100vh;
	position: relative;
}

.portal__content {
	padding: 120px;
}

.landing-page .portal__col {
	height: 100%;
    min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.landing-page .portal__col.has-content {
	position: relative;
	overflow: hidden;
}
.landing-page .portal__content {
	padding: 0px;
	padding-left: 60px;
	padding-right: 60px;
}
.landing-page.portal .portal__content > h2 {
	margin-bottom: 75px;
	max-width: 23ch;
}

.portal__content ul {
	padding-left: 20px;
	margin-left: 0px;
}

.portal__content .tb-button {
	margin-bottom: 50px;
}
.landing-page .landing-page__button-container {
	max-width: 85%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}
.landing-page .landing-page__button-container .landing-page__button {
	margin: 0;
	width: 100%;
	min-width: 100%;
}

.portal__tb-logo {
	position: absolute;
	top: 50px;
	left: 50px;
}

.portal__image {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.portal__image img {
	width: 100%;
	max-width: 600px;
}
.portal__image.small img {
	max-width: 450px;
}

.landing-page .landing-page__form {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	padding: 60px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	transition: transform 750ms cubic-bezier(0.47, 1.64, 0.41, 0.8), opacity 250ms ease-in-out;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transform-origin: left;

}
.landing-page .landing-page__form.hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%);
}

.landing-page .landing-page__form-container {
	border-radius: 9.906px;
	background: #FFF;
	box-shadow: 0px 0px 3.9625px 0px rgba(0, 0, 0, 0.15);
	padding: 50px;
}
.landing-page .landing-page__form-container .gform_wrapper.gravity-theme .tb-form .gform_footer input[type="submit"] {
	margin: 0;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
	background: #fff;
	width: 100%;
/*	transition: 0.4s all ease-in-out;*/
}

.site-header.fixed {
	transition: 0.4s all ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	padding-bottom: 20px;
}

.site-header.nav-up {
	top: -100px;
	opacity: 0;
}
.site-header.nav-down {
	opacity: 1;
}

.site-header [class^='site-'] {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 100%;
}

.site-header.dark {
	background: #333333;
	color: #fff;
}

.site-header.dark .header__trigger svg path {
	stroke: #fff;
}

.site-header.dark .close-wrapper svg path {
	fill: #fff;
}

.site-header.dark a:not(.tb-button) {
	color: #fff;
}

.site-header.dark .mobile-tb-menu a {
	color: #333333;
}

.site-header.dark .site-menu ul li a {
	color: #fff;
}

.site-header.dark .header__buttons a[portal] {
	color: #fff;
	font-weight: 500;
}
.header__buttons a[portal] {
	position: relative;
	font-weight: 500;
    font-size: 18px;
}

.header__buttons a[portal]:after {
	position: absolute;
    bottom: -62%;
    left: 0;
    content: '';
    height: 3px;
    width: 100%;
    background: #EC5A36;
    opacity: 0;
    transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
    transform: scale(0);
    transform-origin: center;
}

.header__buttons a[portal]:hover:after {
    opacity: 1;
    transform: scale(1);
}

.header {
	display: flex;
	align-items: center;
}
.header[data-aos^=fade][data-aos^=fade].aos-animate {
	transform: unset;
}

.header .header__logo {
	flex-basis: 20%;
}

.header .header__menu {
	flex: 1;
	flex-basis: 60%;
}

.header .header__buttons {
	flex-basis: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 15px;
}

.header .header__buttons a:not(.tb-button) {
	margin-right: 20px;
	color: #333333;
}
.header .header__buttons .tb-button {
	line-height: 50px;
}

.header .header__trigger {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 5;
	line-height: 0;
}

.tb-menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.tb-menu li {
	margin: 0px 20px;
	list-style: none;
	display: flex;
}

.tb-menu li > a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 147%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #333333;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	position: relative;
	padding-top: 15px;
}

.tb-menu li > a:after {
	position: absolute;
	bottom: -40%;
	left: 0;
	content: '';
	height: 3px;
	width: 100%;
	background: #EC5A36;
	opacity: 0;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	transform: scale(0);
	transform-origin: center;
}

.page-template-sub-services .tb-menu li > a:after{
	bottom: -55%;
}

.tb-menu li > a:hover:after {
	opacity: 1;
	transform: scale(1);
}
.site-header.fixed .header__buttons a[portal]:after {
	bottom: -115%;
}
.site-header.fixed .tb-menu li > a:after {
	bottom: -80%;
}
.tb-menu li.current-menu-ancestor a,
.tb-menu li.current_page_item a {
	color: #EC5A36;
}
.tb-menu li.current-menu-ancestor a:after,
.tb-menu li.current_page_item a:after {
	opacity: 1;
	transform: scale(1);
}

.tb-menu li.menu-item-has-children {
	display: flex;
}

.tb-menu li.menu-item-has-children:hover .sub-menu.menu-depth-1 {
	opacity: 1;
	visibility: visible;
	z-index: 100;
	transform: scaleY(1);
}

.tb-menu.secondary li.menu-item-has-children:not(.grid-menu):hover .sub-menu.menu-depth-1 {
	transform: scaleY(1) translateX(-50%);
}

.tb-menu.secondary li.menu-item-has-children.grid-menu:hover .sub-menu.menu-depth-1 {
	transform: scaleY(1);
}


.tb-menu li.grid-menu > .sub-menu {
	padding: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px 50px;
	max-width: 95%;
	width: 100%;
	margin-left: 110px;
}

.tb-menu li.grid-menu > .sub-menu li {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	transition: 0.4s all ease-in-out;
}

.tb-menu li.grid-menu > .sub-menu li .nav-content {
	max-width: 100%;
	height: 100%;
	background: transparent;
}

.tb-menu li.grid-menu > .sub-menu li:hover {
	background: #F7F7F7;
}

.nav-content {
	padding: 20px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	max-width: 51%;
	width: 100%;
}

.nav-content > img {
	background: white;
	padding: 10px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
	border-radius: 10px;

	height: 45px;
	width: 45px;
}

.nav-content > img + a {
	margin-left: 20px;
}

.tb-menu .sub-menu {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.tb-menu li.grid-menu > .sub-menu li {
	margin: 0;
}

.tb-menu li.grid-menu > .sub-menu li a {
	color: #333333;
}

/* Services Menu */
.tb-menu .sub-menu.menu-depth-1 {
	background: #fff;
	border-radius: 7px;
	left: 80px;
	margin: 7px 0 0 0px;
	opacity: 0;
	width: 130%;
	position: absolute;
	top: 140%;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.05);
	transition: .4s all ease-in-out;
	z-index: -1;
    transform: scaleY(0);
    transform-origin: top;
}

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-1 {
	width: 160%;
	left: 50%;
	transform: scaleY(0) translateX(-50%);
}

.tb-menu li:not(.grid-menu).menu-item-has-children .sub-menu a {
	color: #333333;
}
.tb-menu li:not(.grid-menu).menu-item-has-children .sub-menu li {
	margin: 0;
}
.tb-menu li:not(.grid-menu).menu-item-has-children .sub-menu a:hover {
	color: rgb(236, 90, 54);
}

.tb-menu .sub-menu.menu-depth-2 li > .nav-content,
.tb-menu .sub-menu.menu-depth-1 li > .nav-content {
	max-width: 30%;
	justify-content: flex-start;
	transition: .4s all ease-in-out;
}

.tb-menu.secondary .sub-menu.menu-depth-3 li > .nav-content,
.tb-menu.secondary .sub-menu.menu-depth-2 li > .nav-content,
.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-1 li > .nav-content {
	max-width: 23%;
	justify-content: flex-start;
	transition: .4s all ease-in-out;
}

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-3 li > .nav-content  {
	max-width: 30%;
}

.tb-menu.secondary .sub-menu.menu-depth-3 li > .nav-content.active-sub {
	background: #F7F7F7;
}

.tb-menu .sub-menu.menu-depth-2 li > .nav-content.active-parent,
.tb-menu .sub-menu.menu-depth-1 li > .nav-content.active-parent,
.tb-menu .sub-menu.menu-depth-2 li > .nav-content.active,
.tb-menu .sub-menu.menu-depth-1 li > .nav-content.active {
	background: #F7F7F7;
}

.tb-menu.secondary .sub-menu.menu-depth-3,
.tb-menu .sub-menu.menu-depth-2 {
    border-left: 2px solid #f7f7f7;
}

.tb-menu .sub-menu.menu-depth-2,
.tb-menu .sub-menu.menu-depth-3,
.tb-menu .sub-menu.menu-depth-4 {
	display: flex;
	flex-direction: column;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: auto;
	z-index: 1;
}

.tb-menu .sub-menu.menu-depth-2,
.tb-menu .sub-menu.menu-depth-3,
.tb-menu.secondary .sub-menu.menu-depth-4 {
	opacity: 0;
	visibility: hidden;
}

.tb-menu .sub-menu.menu-depth-2.show-sub,
.tb-menu .sub-menu.menu-depth-3.show-sub-sub,
.tb-menu.secondary .sub-menu.menu-depth-4.show-sub-sub-sub {
	opacity: 1;
	visibility: visible;
} 
.tb-menu .sub-menu.menu-depth-3,
.tb-menu .sub-menu.menu-depth-2 {
	left: 30%;
}

.tb-menu.secondary .sub-menu.menu-depth-4,
.tb-menu.secondary .sub-menu.menu-depth-3,
.tb-menu.secondary .sub-menu.menu-depth-2 {
	left: 23%;
}
.tb-menu.secondary .sub-menu.menu-depth-4,
.tb-menu:not(.secondary) .sub-menu.menu-depth-3 {
	margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #f7f7f7;
	width: calc(100% - 60%);
    padding: 10px 15px 35px 50px;
    z-index: 200;
    transition: 0s all ease-in-out;
    height: 100%;
	overflow-y: scroll;
}

.tb-menu.secondary .sub-menu.menu-depth-3.no-children-container {
	padding: 10px 15px 35px 50px;
	background: #f7f7f7;
	width: 60%;
}

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-3.no-children-container li > .nav-content {
	max-width: 45%;
	padding: 0;
	transition: none;
}

.tb-menu.secondary .sub-menu.menu-depth-4 {
	width: 27%;
    transform: translateX(15%);
}

.tb-menu.secondary .sub-menu.menu-depth-4 > li,
.tb-menu:not(.secondary) .sub-menu.menu-depth-3 > li {
	margin-bottom: 20px;
    width: 100%;
    position: relative;
    list-style: none;
}

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-3.no-children-container li > .nav-content a,
.tb-menu.secondary .sub-menu.menu-depth-4 > li a,
.tb-menu:not(.secondary) .sub-menu.menu-depth-3 > li a {
	display: block;
    margin: 0;
    width: 80%;
    text-align: left;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
	position: relative;
    padding-top: 15px;
	letter-spacing: .03em;
}

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-3.no-children-container li > .nav-content a,
.tb-menu.secondary .sub-menu.menu-depth-4 > li a,
.tb-menu:not(.secondary) .sub-menu.menu-depth-3 > li a {
    padding-top: 15px;
    padding-bottom: 15px;
} 

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-3.no-children-container li > .nav-content a:hover {
	color: rgb(236, 90, 54);
}

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-3.no-children-container li > .nav-content a:after,
.tb-menu.secondary .sub-menu.menu-depth-4 > li a:after,
.tb-menu:not(.secondary) .sub-menu.menu-depth-3 > li a:after {
    content: '';
    height: 12px;
    width: 12px;
    background: url('assets/images/svg/arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: .4s all ease-in-out;
    position: absolute;
    left: unset;
    bottom: unset;
    top: 50%;
    right: 0;
    transform: translateY(-45%);
}

.tb-menu.secondary .menu-item-has-children:not(.grid-menu) .sub-menu.menu-depth-3.no-children-container li > .nav-content a:hover:after,
.tb-menu.secondary .sub-menu.menu-depth-4 > li:hover a:after,
.tb-menu:not(.secondary) .sub-menu.menu-depth-3 > li:hover a:after {
	opacity: 1;
}

.mobile .mobile__close {
	position: fixed;
	top: 0;
	right: 0;
	width: 10%;
	height: 100%;
	z-index: 50;
	background: rgba(18, 17, 17, 0.25);
	transition: 0.4s all ease-in-out;
	opacity: 0;
	transform: translateX(100%);
}

.mobile .mobile__close .close-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 10px;
	position: relative;
	z-index: 55;
	cursor: pointer;
	opacity: 0;
	transition: 0.4s all ease-in-out;
}

.mobile .mobile__close.active {
	opacity: 1;
	transform: translateX(0%);
}

.mobile .mobile__close.active .close-wrapper {
	opacity: 1;
}

.mobile .mobile__menu {
	transform: translate(-200%);
	opacity: 0;
	transition: 0.4s all ease-in-out;
	transform-origin: left;
	position: fixed;
	z-index: 99;
	height: 100%;
	width: 90%;
	background: #fff;
	left: 0;
	top: 0;
	padding: 50px 35px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}

.mobile .mobile__menu .mobile-tb-menu {
	overflow-y: scroll;
}

.mobile .mobile__menu.active {
	opacity: 1;
	transform: translate(0);
}

.mobile .mobile__inner-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.mobile .mobile__inner-menu .tb-button {
	margin-top: 20px;
	width: 200px;
	margin-left: 20px;
}

.mobile-tb-menu {
	margin: 0;
	padding: 0;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.mobile-tb-menu::-webkit-scrollbar {
	display: none;
}

.mobile-tb-menu .nav-content {
	padding: 0px;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	max-width: 100%;
	width: 100%;
}

.mobile-tb-menu .nav-content img {
	width: 40px;
	height: 40px;
	padding: 7px;
}

.mobile-tb-menu .nav-content a {
	margin-bottom: 0px;
}

.mobile-tb-menu li {
	list-style: none;
}

.mobile-tb-menu li a, .mobile-tb-menu li .nav-content {
	margin-bottom: 10px;
	color: #333333;
	font-weight: 500;
	font-size: 18px;
	line-height: 136%;
}

.mobile-tb-menu > li {
	margin-bottom: 20px;
}

.mobile-tb-menu > li:last-child {
	margin-bottom: 0px;
}

.mobile-tb-menu > li > a {
	position: relative;
	margin-bottom: 20px;
	padding-left: 25px;
}

.mobile-tb-menu > li.menu-item-has-children > a {
	display: block;
	position: relative;
	width: 100%;
}

.mobile-tb-menu > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background: url("./assets/images/svg/caret-dark-arrow.svg") no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: 0.4s all ease-in-out;
}

.mobile-tb-menu > li.menu-item-has-children.active > a::after {
	transform: translateY(-50%) rotate(180deg);
}

.mobile-tb-menu ul.sub-menu {
	margin: 0;
	padding: 0;
	display: none;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 10px 0px;
	padding-left: 25px;
	margin-right: 10px;
	padding-right: 10px;
	border-radius: 0px 10px 10px 0px;
	background: #F7F7F7;
}

.mobile-tb-menu ul.sub-menu::-webkit-scrollbar {
	display: none;
}

.mobile-tb-menu ul.sub-menu li.menu-item-has-children .nav-content {
	position: relative;
}

.mobile-tb-menu ul.sub-menu li.menu-item-has-children .nav-content:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background: url("./assets/images/svg/caret-dark-arrow.svg") no-repeat;
	background-size: 20px;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: 0.4s all ease-in-out;
}

.mobile-tb-menu ul.sub-menu.menu-depth-3 li.menu-item-has-children .nav-content:after {
	right: -10px;
}

.mobile-tb-menu ul.sub-menu li:not(.menu-item-has-children ) .nav-content:after {
	display: none;
}

.mobile-tb-menu ul.sub-menu li.menu-item-has-children .nav-content.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.mobile-tb-menu ul.sub-menu ul.sub-sub-menu li {
	margin-bottom: 10px;
}

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

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

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

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

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

.career-details__content {
	margin-top: 50px;
	max-width: 85%;
	width: 100%;
}

.career-details__content p a {
	color: #EC5A36 !important;
}

.career-details__content ul {
	margin-left: 0;
	padding-left: 20px;
}

.privacy-policy ul {
	margin-left: 0;
	padding-left: 20px;
}

.featured-hero {
	margin-top: 50px;
}

.featured-hero__row {
	display: flex;
	gap: 80px;
}

.featured-hero__image {
	max-height: 450px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	flex-basis: 50%;
	border-radius: 10px;
	overflow: hidden;
}

.featured-hero__image img {
	width: 100%;
	height: 100%;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.featured-hero__image:hover img {
	transform: scale(1.08);
}

.featured-hero__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.author-and-share {
	display: none;
	margin-bottom: 50px;
}

.author-and-share p {
	display: none;
}

.author-and-share .share-button-wrapper {
	display: flex;
	flex-direction: row;
}

.single-post-content__post img {
    margin-bottom: 3em;
    margin-top: 3em;
}

.single-post-content__post a {
	color: #EC5A36;
	text-decoration: underline;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.tb-gallery .slick-track {
	margin-left: 0px;
}

.tb-gallery__gallery-item {
	border-radius: 10px;
	overflow: hidden;
	margin-right: 30px;
}
.tb-gallery__gallery-item:nth-child(odd) {
	height: 400px;
}

.tb-gallery__gallery-item:nth-child(even) {
	height: 250px;
}

.tb-gallery__gallery-item img {
	height: auto;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Hero
--------------------------------------------- */
.hero {
	height: 80vh;
	position: relative;
	background: white;
}

.hero__content {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
	z-index: 10;
	margin-top: 150px;
	z-index: 5;
}
.home .hero .hero__content .tb-button {
	min-width: 205px;	
	height: 50px;
}

.hero .animation-video {
	z-index: 1;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: bottom;
	   object-position: bottom;
}

.animated-hero .hero-content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	max-width: 80%;
    width: 100%;
}

.animated-hero .hero-content h1, .animated-hero .hero-content h2 {
	margin-bottom: 40px;
}

.animated-hero .hero-content a {
	margin-top: 40px;
}

.animated-hero .image-block img {
	-o-object-fit: contain;
	   object-fit: contain;
}

.contact-hero {
	background: #333333;
	padding: 80px 0px;
}

.contact-hero__content > * {
	color: #fff;
}

.contact-hero__content a {
	color: #fff;
}

.single-post-hero {
	position: relative;
	width: 100%;
}

.single-post-hero__content {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 200px;
	position: relative;
}

.single-post-hero__content.full-bleed:after {
	content: '';
	width: 1000000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20%;
	background: #F7F7F7;
	z-index: -1;
	padding: 0;
}
.single-post-hero__content .inner-content h1,
.single-post-hero__content .inner-content h2 {
	margin-bottom: 20px;
}

.single-post-hero__content .inner-content {
	max-width: 80%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.single-post-hero__content .inner-content a {
	margin-bottom: 25px;
}

.single-post-hero__share {
	margin-top: -150px;
	display: flex;
	gap: 40px;
	width: 100%;
}

.single-post-hero__image {
	flex-basis: 90%;
	max-width: 90%;
	width: 100%;
	line-height: 1;
}

.single-post-hero__image img {
	background: #fff;
	max-width: 100%;
	width: 100%;
	height: 600px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
}

.single-post-hero__share-icons {
	flex-basis: 10%;
	max-width: 10%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.single-post-hero__share-icons p {
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
}

.curved-hero {
	padding-top: 100px;
	color: #fff;
	position: relative;
}

.curved-hero:after {
	content: '';
	position: absolute;
	top: -30%;
	left: 0;
	height: 100%;
	width: 100%;
	background: #333333;
	z-index: -1;
	-webkit-clip-path: ellipse(100% 55% at 48% 44%);
	        clip-path: ellipse(100% 55% at 48% 44%);
}

.curved-hero__content {
	margin-bottom: 50px;
}

.curved-hero__image {
	line-height: 0;
}

.curved-hero__image img {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	max-height: 600px;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.mini-hero {
	position: relative;
	padding: 100px 0px;
}
.mini-hero .image-wrap {
	margin-bottom: -100px;
}
.mini-hero .image-wrap.no-margin {
	margin-bottom: 0px;
}

.mini-hero .image-block img {
    max-width: 450px;
    width: 100%;
    display: block;
    margin-left: auto;
}

.mini-hero:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #F7F7F7;
	z-index: -1;
}

.mini-hero h1 {
	margin: 0;
	max-width: 15ch;
}

/* Cards
--------------------------------------------- */
.layout-cards .layout-card {
	margin-bottom: 25px;
}

.layout-cards .layout-card:last-child {
	margin-bottom: 0px;
}

.card-grid {
	display: grid;
	width: 100%;
}

.card-grid__three {
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.card {
	display: flex;
	flex-direction: column;
	padding: 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
}

.card .card__image {
	margin-bottom: 50px;
	width: 80px;
	height: 80px;
}

.card .card__image img {
	width: 100%;
	height: 100%;
	line-height: 0;
}

.card .card__content p.title {
	font-weight: 600;
	font-size: 18px;
	line-height: 145%;
	margin-bottom: 30px;
	color: #333333;
}

.locked-card {
	padding: 40px;
	background: #F7F7F7;
	border-radius: 10px;
}
a.locked-card {
	display: block;
	color: #404040;
	cursor: pointer;
	text-decoration: none;
	transition: .4s all ease-in-out;
}
a.locked-card.aos-animate {
	transition: .4s box-shadow ease-in-out;
}
a.locked-card__content h5,
a.locked-card__content p {
	color: #404040;
}
a.locked-card:hover {
	background: #F7F7F7;
	color: #404040;
	box-shadow: -4px 4px 10px rgba(97, 97, 97, 0.15);
}
a.locked-card:hover .locked-card__content h5,
a.locked-card:hover .locked-card__content p {
	color: #404040;
}

.locked-card__image {
	margin-bottom: 20px;
}

.locked-card__content h5 {
	margin: 0;
	margin-bottom: 20px;
}

.locked-card__content p a {
	color: #EC5A36;
}

.software-cards,
.partner-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.partner-cards {
	grid-template-columns: repeat(5, 1fr);
}

.software-card,
.partner-card {
	background: #272727;
	padding: 50px;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.partner-card {
	padding: 30px;
}

.software-card__image,
.partner-card__image {
	height: 50px;
}

.software-card {
	padding: 30px;
}
.software-card .software-card__image {
	height: 80px;
}

.software-card__image img,
.partner-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.software-card:hover,
.partner-card:hover {
	transform: translateY(-5px);
}

.partner-card__image {
	max-height: 75px;
	height: 100%;
	line-height: 1;
	flex-shrink: 0;
}

.software-card {
	background: #fff;
}

.footer-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}

.footer-card {
	background: #EC5A36;
	border-radius: 20px;
	padding: 50px;
	color: #fff;
	transition: 0.4s all ease-in-out;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-card .footer-card__content p {
    max-width: 75%;
    width: 100%
}
.footer-card .footer-card__content h3 {
    max-width: 320px;
    width: 100%;
}

.footer-card .footer-card__content p {
	margin-top: 30px;
	margin-bottom: 50px;
}
.footer-card.support {
	background: #333333;
}

.footer-card:hover {
	transform: translateY(-5px);
}

section.introduction .slick-list,
.titled-cards .slick-list,
.review-cards .slick-list,
.industry-slider .slick-list {
	overflow: visible;
}

.industry-card {
	margin-right: 50px;
	background: #fff;
	color: #333333;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	min-height: 485px;
	width: 374px;
	background: #F7F7F7;
	box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);

}
.industry-card__image {
	min-height: 410px;	
	height: 100%;
	position: relative;
	border-radius: 0px;
}

.industry-card__image img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0px;
}

.industry-card__title  {
	padding: 25px 20px;
}

.industry-card__title h5 {
	font-size: 21px;
	color: #333333;
	margin: 0;
}

.value-cards {
	margin-top: 60px;
	margin-bottom: 60px;
}

.value-cards .slick-list {
	overflow: visible;
}

.value-card {
	min-height: 400px;
	height: 100%;
	padding: 20px;
	background: #EC5A36;
	border-radius: 10px;
	color: #fff;
	margin-right: 35px;
	margin-left: 35px;
	text-align: center;
	width: 735px;
}

.value-card.slick-slide {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.value-card__image {
	height: 130px;
	width: 130px;
	background: #333333;
	border-radius: 50%;
	margin-bottom: 20px;
}

.value-card__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.value-card__content {
	max-width: 80%;
	width: 100%;
}

.insight-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: flex-start;
	margin-top: 50px;
}

.category .insight-container {
	margin-top: 0px;
}
.tb-sf-form {
	margin-top: 30px;
}
.tb-posts-content {
	margin-top: 100px;
}
.insight-card-wrapper {
	height: 100%;
	min-height: 100%;
}
.insight-card {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.insight-card__image {
	height: 300px;
	overflow: hidden;
	margin-bottom: 35px;
	border-radius: 10px;
}

.insight-card__image a {
	height: 100%;
	width: 100%;
	display: block;
	margin: 0;
	line-height: 0;
}

.insight-card__image a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: 0.4s all ease-in-out;
}

.insight-card__meta {
	margin-bottom: 20px;
}

.insight-card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	justify-content: space-between;
	flex: 1;
}
.featured-hero__content .insight-card {
	min-height: unset;
}
.featured-hero__content .insight-card .insight-card__content {
	justify-content: flex-start;
}
.insight-card .insight-card__content .tb-author,
.insight-card .insight-card__content .tb-author__details {
	height: auto;
}

.insight-card__content h3, .insight-card__content a {
	color: #333333;
}

.insight-card__content h3:hover, .insight-card__content a:hover {
	color: #EC5A36;
}

.insight-card__content .title-wrapper {
	flex: 1;
	display: block;
	min-height: 80px;
}

.insight-card__content p.title {
	font-family: Adelle;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;
	color: #333333;
	transition: 0.4s all ease-in-out;
}

.insight-card__content p.title:hover {
	color: #EC5A36;
}

.insight-card:hover .insight-card__image img {
	transform: scale(1.09);
}

.titled-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.titled-card {
	background: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	padding: 20px 40px;
	justify-content: flex-start;
	border-radius: 10px;
}

.titled-card__image {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.titled-card__image img {
	width: 100%;
	height: 100%;
}

.titled-card__content p {
	font-size: 16px;
	margin: 0;
}
.titled-card__content p a {
	color: #EC5A36;
    background: transparent;
}

.titled-card__content .title {
	font-weight: 600;
	line-height: 146%;
	margin-bottom: 10px;
}

.team-members-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 80px;
}

.team-member {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.team-member__image img {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.team-member__content h5 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.team-member__content p {
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	color: rgba(255, 255, 255, 0.5);
}

.ideal-container {
	margin-top: 50px;
}

.ideal-container .slick-list {
	overflow: visible;
}

.ideal-container .ideal-employee-cards + .pagination-arrows {
	margin-top: 35px;
}

.ideal-employee-card {
	background: #FFFFFF;
	border: 1px solid rgba(51, 51, 51, 0.25);
	border-radius: 10px;
	margin-right: 40px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 300px;
	height: 100%;
}

.ideal-employee-card__image {
	height: 80px;
	width: 80px;
	margin-bottom: 30px;
}

.ideal-employee-card__content p.title {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
}

.ideal-employee-card__content p {
	font-weight: 400;
}

.ideal-employee-card:last-child {
	margin-right: 0px;
}

.tb-service-cards {
	display: flex;
	flex-direction: column;
}

.tb-service-card {
	margin-bottom: 25px;
	background: #F7F7F7;
	border-radius: 10px;
	padding: 15px 25px;
	text-decoration: none;
	color: inherit;
}

.tb-service-card:visited {
	color: inherit;
}

.tb-service-card p.title {
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	margin-bottom: 5px;
}

.tb-service-card p {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
}

.tb-service-card:hover p {
	color: #000;
}

.tb-accordions {
	row-gap: 30px;
}

.faq-card {
	padding: 25px 30px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
}

.faq-card__title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.faq-card__title .arrow svg {
	transition: 0.4s all ease-in-out;
}

.faq-card__title p,
.faq-card__title h3 {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	margin-right: 10px;
	text-align: left;
}

.faq-card__content {
	margin-top: 25px;
	text-align: left;
}
.faq-card__content p {
	font-size: 16px;
}

.faq-card.active .faq-card__title .arrow svg {
	transform: rotate(180deg);
}

.career-meta {
	padding: 30px;
	background: #F7F7F7;
	border-radius: 10px;
	max-width: 75%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.career-meta span.headline {
	margin-bottom: 20px;
}

.career-meta p {
	margin: 0;
}

.career-meta__bottom, .career-meta__top {
	margin-bottom: 20px;
}

.career-meta__top h5 {
	margin-bottom: 5px;
}

.copy-cards {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 145px;
}

.copy-cards .copy-card p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}

.copy-cards .copy-card p a {
	color: #EC5A36;
}

.client {
	background: #EC5A36;
	padding: 50px;
	border-radius: 10px;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 180px;
}

.client .client__content h3, .client .client__content p {
	margin-bottom: 50px;
	color: #fff;
}
.client .client__content p {
	margin-bottom: 20px;
}
.client .client__content p + a {
	margin-top: 30px;
}

.client .client__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	height: fit-content;
}

.client-card {
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	display: flex;
    flex-direction: column;
    transition: .4s all ease-in-out;
}

a.client-card {
	text-decoration: none;
}

a.client-card:hover,
.client-card:hover {
	background: #fff;
	transform: translateY(-5px);
}

.client-card .client-card__image {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}

.client-card .client-card__image img {
	width: 100%;
	height: 100%;
}
.client-card .client-card__content {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 1px;
}
.client-card .client-card__content p.title {
	font-weight: 600;
	font-size: 16px;
	line-height: 146%;
	margin-bottom: 8px;
	flex: 1;
}

.client-card .client-card__content p {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	flex: 2;
}

.career-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
.career-card {
	padding: 40px 30px 30px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 100%;
}

.career-card__details {
	margin-bottom: 30px;
}

.career-card__details.career-meta {
	max-width: 100%;
	width: 100%;
	background: #fff;
	padding: 0;
}

.career-card__details.career-meta .career-meta__top h5 {
	margin-bottom: 10px;
}

.career-card__details.career-meta .career-meta__top p {
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
}

.career-card__details.career-meta .career-meta__bottom p:last-child {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.career-card__link a {
	width: 100%;
	min-width: 100%;
}

.sds-container {
	padding: 45px;
	background: #F7F7F7;
	border-radius: 10px;
}

.sds-container__title-image {
	margin-bottom: 25px;
}

.sds-container__title-image img {
	line-height: 1;
	max-width: 600px;
	width: 100%;
}

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

.sds-container__image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.sds-container__image:hover {
	box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
}

.sds-container__image img {
	max-width: 250px;
	width: 100%;
}

.image-card-wrapper {
	margin-right: 40px;
}

.image-card-wrapper:last-child {
	margin-right: 0px;
}

.image-cards {
	margin-top: 100px;
}

.image-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.image-card img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.image-card__content {
	padding: 15px;
}

.case-studies-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
}

.case-study-card {
	display: flex;
	flex-direction: column;
	height: 450px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.case-study-card:hover {
    transform: translateY(-5px);
}

.case-study-card__image {
	visibility: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 280px;
	border-radius: 10px;
	transition: 0.6s all ease-in-out;
}

.case-study-card__image-hover {
	transition: 0.6s all ease-in-out;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: absolute;
	height: 280px;
	border-radius: 10px;
	top: 0;
	transform-origin: center;
}

.case-study-card__content {
	margin-top: 30px;
	padding: 0px 10px 15px;
	transition: 0.4s all ease-in-out;
	position: relative;
	z-index: 10;
}

.case-study-card__content:after {
	content: '';
}

.case-study-card__content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #333333;
	transition: 0.4s all ease-in-out;
	margin: 0;
	margin-bottom: 10px;
}

.case-study-card__content a,
.case-study-card__content span {
	color: #EC5A36;
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	color: #EC5A36;
}

.case-study-card:hover .case-study-card__image-hover {
	height: 100%;
	transform: scale(1.24);
}

.case-study-card:hover .case-study-card__content p {
	color: #CCCCCC;
}

.review-cards {
	display: flex;
	flex-direction: row;
	gap: 60px;
	justify-content: center;
}

.review-cards .review-card-wrapper {
	flex: 1;
	width: 100%;
}

.review-card {
	border: 1px solid #CCCCCC;
	box-shadow: 0px 6px 10px rgba(97, 97, 97, 0.05);
	border-radius: 129px;
	background: #fff;
	display: flex;
	flex-direction: row;
	padding: 10px 20px;
	width: 100%;
	align-items: center;
}

.review-card__image {
	margin-right: 20px;
	height: 50px;
	width: 50px;
}

.review-card__image img {
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}

.review-card__details {
	display: flex;
	flex-direction: column;
}

.review-card__details p {
	margin-bottom: 2px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0.01em;
	color: #666666;
}

.review-card__stars {
	display: flex;
	align-items: center;
}

.review-card__stars .star-score {
	font-weight: 400;
	font-size: 30px;
	line-height: 115%;
	margin-right: 15px;
}

.review-card__stars + span {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0.01em;
	color: #666666;
}

.ld {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}
.ld:last-child {
	margin-bottom: 0px;
}
.ld .ld__image {
	height: 120px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;

}
.ld .ld__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ld .ld__content h5 {
	color: #EC5A36;
}
.ld .ld__content p {
    max-width: 580px;
	width: 100%;
}

/* Pagination
--------------------------------------------- */
.pagination-arrows {
	display: flex;
	justify-content: flex-start;
}

.pagination-arrows.dark {
	justify-content: center;
}


.pagination-arrows.dark .pagination-arrow {
	border: solid 1px rgba(51, 51, 51, 0.25);
}

.none .pagination-arrows .pagination-arrow {
	border: solid 1px #EC5A36;
}

.pagination-arrows.left {
	justify-content: flex-start;
	margin-top: 50px;
}

.pagination-arrow {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, 0.3);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pagination-arrow__left {
	margin-right: 15px;
}

.pagination-arrow svg {
	max-height: 25px;
	width: 100%;
}

.none .pagination-arrows .pagination-arrow svg path {
	stroke: #EC5A36 !important;
}

/* Testimonials
--------------------------------------------- */

.team-testimonials .team-testimonial-card {
	transition: 0.4s all ease-in-out;
}

.team-testimonials .team-testimonial-card:not(.slick-current) {
	opacity: 0;
}

.team-testimonial {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.team-testimonial:last-child {
	margin-bottom: 0;
}

.team-testimonial__content {
	flex: 1;
}

.team-testimonial__icon {
	line-height: 0;
}

.team-testimonial__icon svg {
	display: block;
	width: 40px;
	height: 40px;
}

.team-testimonial__copy {
	margin-top: 35px;
	margin-bottom: 35px;
	max-width: 75%;
	width: 100%;
}

.team-testimonial__copy p {
	font-size: 25px;
	font-weight: 500;
	line-height: 37px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #333333;
}

.team-testimonial__person span {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #333333;
}

.team-testimonial__image {
	flex-basis: 40%;
	border-radius: 10px;
}

.team-testimonial__image img {
	border-radius: 10px;
    object-fit: cover;
    -o-object-fit: cover;
    width: 100%;
}

.alt-testimonial {
	margin-top: 50px;
}

.alt-testimonial__copy {
	margin-top: 30px;
	margin-bottom: 30px;
}

.alt-testimonial__copy p {
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 147%;
	letter-spacing: -0.03em;
	color: #333333;
	margin: 0;
}

.alt-testimonial__person {
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	color: #333333;
}

.alt-testimonial__image-slider {
	margin-top: 50px;
}

.alt-testimonial__image img {
	border-radius: 10px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.single-testimonial {
	background: #F7F7F7;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	padding: 75px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.single-testimonial .sub-header {
	margin-bottom: 40px;
}

.single-testimonial .single-testimonial__copy {
	margin: 25px 0px;
}

.single-testimonial .single-testimonial__copy p {
	text-align: center;
	font-weight: 400;
	font-size: 25px;
	line-height: 121%;
	text-align: center;
	letter-spacing: -0.03em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #333333;
	margin: 0;
	margin-bottom: 20px;
	max-width: 900px;
	width: 100%;
}

.single-testimonial .single-testimonial__copy p:last-child {
	margin: 0;
}

.single-testimonial .single-testimonial__person {
	font-weight: 400;
	font-size: 30px;
	line-height: 115%;
	text-align: center;
	letter-spacing: -0.01em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #666666;
	margin-bottom: 10px;
}

.single-testimonial .single-testimonial__company {
	font-weight: 500;
	font-size: 18px;
	line-height: 145%;
	color: #666666;
}

.page-template-industries .testimonial-section .top-content h3 {
	margin-bottom: 0px;
}

.page-template-industries .testimonial-section,
.single-post .footer-cards-container,
.page-template-industries .testimonial-section .top-content .pagination-arrows {
	display: none;
}


/* Banner
--------------------------------------------- */
.banner {
	border-radius: 10px;
	background: #F7F7F7;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 60px;
	min-height: 450px;
	overflow: auto;
	width: 100%;
	justify-content: space-between;
	position: relative;
}

.banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #F7F7F7;
	z-index: -1;
}

.banner .img-wrap {
	padding: 20px;
}

.banner.banner--unique {
    min-height: 350px;
    padding: 20px 25px;
}

.banner__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.banner__content h2 + p {
	max-width: 35ch;
    width: 100%;
}

.front .banner__content h2 + p {
	max-width: 45ch;
    width: 100%;
}

.banner__content .tb-button {
	width: 175px;
}

.banner.banner--unique .tb-button.tb-button--unique {
	width: 220px;
	text-decoration: none;
}

.cta-banner {
	margin: 0;
}

.cta-banner .banner.banner--unique{ 
    min-height: 1px;
	flex-direction: row;
	align-items: center;
}

.cta-banner .banner .img-wrap,
.cta-banner .banner .banner__content p br,
.cta-banner .banner-header .img-wrap.img-wrap--header{
	display: none;
	padding: 0;
}

.cta-banner .banner .img-wrap .cta-banner-img,
.cta-banner .banner-header .img-wrap.img-wrap--header .cta-banner-img{
    vertical-align: middle;
	margin: 0;
}

.cta-banner .banner-header{
	align-items: center;
	margin-bottom: 20px;
}

.cta-banner .banner .banner-header h3,
.cta-banner .banner .banner-header .img-wrap.img-wrap--header{
	flex: 1;
}

.cta-banner .banner .banner-header h3{
	margin-bottom: 0;
}


.cta-banner .banner .banner-header .img-wrap.img-wrap--header .cta-banner-img{
	max-width: 160px;
	margin: 0;
}

.cta-banner .banner .banner-header .img-wrap.img-wrap--header{
	text-align: center;
}

.cta-banner .banner .img-wrap .cta-banner-img{
	max-width: 280px;
	padding: 0;
}

.cta-banner-img {
	max-width: 260px;
}

.banner.with-animation {
	position: relative;
}

.banner.with-animation .ani-block {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100%;
}

.banner.service {
	background: linear-gradient(to right, #EC5A36, #F17C49 50%);
	position: relative;
	justify-content: space-between;
}

.banner.service h3, .banner.service p {
	color: #fff;
	z-index: 99;
	max-width: 750px;
    width: 100%;
}
.banner.service p:empty {
	display: none !important;
	margin: 0 !important;
}

.banner.service h3 span, .banner.service p span {
	color: #fff;
}

.banner.service .image-block {
	max-width: 500px;
	width: 100%;
}

/* Chart
--------------------------------------------- */
.chartjs-container {
	width: 100%; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	text-align: center;
}
.chart-details {
	display: flex;
	flex-direction: column;
	margin: 0;
    padding: 0;
	margin-top: 15px;
}
.chart-container {
	text-align: center;
}

.chart-detail {
	margin-bottom: 50px;
	background: white;
	display: flex;
	align-items: center;
	padding: 15px 25px;
	border-radius: 10px;
	cursor: pointer;
}

.chart-detail__percentage {
	display: flex;
	align-items: center;
}

.chart-detail__percentage .dot {
	height: 35px;
	width: 35px;
	display: inline-block;
	margin: 0;
	border-radius: 50%;
	margin-right: 10px;
}

.chart-detail__percentage .percentage {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0.01em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #5C5C5C;
}

.chart-detail__label {
	margin-left: 30px;
}

.chart-detail__label .label {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 146%;
}

/* Accordion
--------------------------------------------- */
.tb-accordions .tb-accordion {
	cursor: pointer;
}

.tb-accordions .tb-accordion__content {
	display: none;
}
.tb-accordions .tb-accordion__content p a,
.tb-accordions .tb-accordion__content a {
	color: #EC5A36;
}

/* Form
--------------------------------------------- */
.form-container {
	padding: 50px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.form-container.job-application {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.form-container.job-application p, .form-container.job-application h3 {
	display: block;
	text-align: center;
}

.form-container.job-application p {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}

.form-container.job-application .mfp-close {
	position: absolute;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields {
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield input, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield select, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield textarea {
	padding: 15px;
	outline: 1px solid rgba(51, 51, 51, 0.25);
	border: none;
	border-radius: 5px;
	transition: 0.4s all ease-in-out;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield input::-moz-placeholder, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield select::-moz-placeholder, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield textarea::-moz-placeholder {
	color: #666666;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield input::placeholder, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield select::placeholder, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield textarea::placeholder {
	color: #666666;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield input:focus, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield select:focus, .gform_wrapper.gravity-theme .tb-form .gform_fields .gfield textarea:focus {
	outline: 1px solid #EC5A36;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield .ginput_container_fileupload {
	position: relative;
	cursor: pointer;
	height: 150px;
	outline: 1px solid rgba(51, 51, 51, 0.25);
	transition: 0.4s all ease-in-out;
	border-radius: 5px;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield .ginput_container_fileupload input[type="file"] {
	width: 100%;
	height: 100%;
	opacity: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield .ginput_container_fileupload #gfield_upload_rules_2_7 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #666666;
	z-index: 10;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield .ginput_container_select {
	position: relative;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield .ginput_container_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	background-color: #ffffff;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
}

.gform_wrapper.gravity-theme .tb-form .gform_fields .gfield .ginput_container_select:after {
	content: '';
	right: 15px;
	top: 50%;
	font-size: 20px;
	color: #3C51A0;
	transform: translateY(-50%);
	position: absolute;
	pointer-events: none;
	background: url("./assets/images/svg/caret-down.svg");
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

.gform_wrapper.gravity-theme .tb-form .gform_footer {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.gform_wrapper.gravity-theme .tb-form .gform_footer input[type="submit"] {
	width: 100%;
	min-height: 55px;
	height: 100%;
	background: #EC5A36;
	border-radius: 30px;
	color: #fff;
	border: none;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

.gform_wrapper.gravity-theme .tb-form .gform_footer #gform_submit_button_3 {
	max-width: 180px;
	min-height: 50px;
}

/* Footer
--------------------------------------------- */
.footer-content {
	width: 100%;
	margin-top: 50px;
}

.footer-content__columns {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 50px;
	gap: 50px;
}

.footer-content__inner-block {
	margin-bottom: 40px;
}

.footer-content__inner-block:last-child {
	margin-bottom: 0px;
}

.footer-content__content {
	display: flex;
	flex-direction: column;
}

.footer-content .footer-content__content + .footer-content__title {
	margin-top: 25px;
}

.footer-content__content a, .footer-content__content p {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0.01em;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #333333;
}

.footer-content__content a:not(:last-child) {
	margin-bottom: 15px;
}

.footer-content__title {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 146%;
	margin-bottom: 20px;
}

.footer-content__copyright {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.footer-content__copyright p {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0.01em;
	color: #333333;
}

.footer-content__copyright p a {
	color: #333333;
}

/* Social
--------------------------------------------- */
.socials {
	display: flex;
	flex-direction: column;
}

.social {
	display: flex;
	align-items: center;
	height: 100%;
}

.social__image {
	height: 16px;
	width: 16px;
	margin-right: 10px;
}

.social:not(:last-child) {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



/* ------------------------ Client Testimonial Cards----------------------------*/

#client-testimonials{
	overflow: hidden;
}


#client-testimonials .inner-content h2{
	margin-bottom: 64px;
}

#client-testimonials .card{
	background: #F7F7F7;
	border-radius: 8px;
	padding: 25px 37px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#client-testimonials .logo-wrapper {
	min-width: 80px;
}

#client-testimonials .card img.client-img{
	max-width: 80px;
	max-height: 80px;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#client-testimonials .card img.logo{
	max-width: 80px;
	width: 100%;
	height: auto;
}

#client-testimonials .card-column {
	display: flex;
	flex-direction: column;
	height: auto;
	justify-content: center;
	gap: 24px;
	padding-right: 24px;
}

#client-testimonials .slick-track {
	display: flex;
}

#client-testimonials .slick-list {
	overflow: visible;
}

#client-testimonials .testimonial{
	display: flex;
	gap: 24px;
}
#client-testimonials .author{
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 24px;
}
#client-testimonials .author-details{
	display: flex;
	flex-direction: column;
	font-size: 14px;
}

#client-testimonials .client-name{
	font-weight: 700;
}
#client-testimonials .mobile-columns {
	display: none;
}

#client-testimonials .mobile-columns .card-column {
	flex-direction: column;
}

#client-testimonials  .mobile-columns .card{
	margin-right: 24px;
}

@media screen and (width < 400px) {
	#client-testimonials .testimonial {
		flex-direction: column;
	}

	#client-testimonials .logo-wrapper {
		min-width: unset;
	}
}
@media screen and (width < 650px) {
	#client-testimonials .mobile-columns {
		display: block;
	}

	#client-testimonials .desktop-columns{
		display: none;
	}
}


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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.career-cards + .view-cards-button {
	display: none;
}

.home section.hero {
    position: relative;
}
.home section.hero .hero__bg {
    display: none;
}

/* -----------------  Animated Logos Section ---------------- */

.logosgrid {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
	width: 100%;
}

.logos-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logos-wrapper h4 {
	text-align: center;
	margin-bottom: 40px;
}

.logo-tile {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    perspective: 1000px;
    min-height: 80px;
}

.logo-inner .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 150px;
    height: 100%;
    transform-style: preserve-3d;
    transform-origin: center;
    transition: transform 0.8s ease;
}

.front-logo, .back-logo {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform-origin: center; /* Center the transform origin */
}

.front-logo {
    transform: rotateX(0deg);
}

.back-logo {
    transform: rotateX(180deg);
}

.logo-tile.flipped .logo-inner {
    transform: rotateX(180deg);
}


/* Metrics Count */

#metrics-count {
	padding-top: 100px;
	padding-bottom: 50px;
}


#metrics-count .flex{
	display: flex;
	gap: 40px;
}

.percentage-line {
	display: flex;
	width: 100%;
	height: 5px;
}


#metrics-count .grid {
	display: grid;
	gap: 60px;
	height: fit-content;
}

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

#metrics-count .inner-content h2, .inner-content h3 {
	margin-bottom: 20px;
}

@media screen and (width < 1320px){
	#metrics-count .grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 60px;
	}

	#metrics-count .flex{
		gap: 100px;
	}
}

@media screen and (width < 900px){
	#metrics-count .flex{
		flex-direction: column;
		gap: 20px;
	}

	#metrics-count .title-area {
		width: 100%;
	}
}


#metrics-count h4 {
	min-height: 69px;
	font-size: 30px;
	font-weight: 400;
}


.metrics-block{
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.metrics-block .number h3{
	background: rgb(244,80,55);
	background: linear-gradient(90deg, rgba(244,80,55,1) 0%, rgb(243, 144, 127) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #c52e2e;
	font-weight: 400;
	font-size: 48px;
	display: inline-block;
}

.metrics-grid {
	display: flex;
	align-items: start;
}

#metrics-count .title-area{
	width: 60%;
}

#metrics-count .metrics-content {
	margin-top: 30px;
	margin-bottom: 40px;
}

#metrics-count .sub-header{
	margin-bottom: 20px;
}


.percentage-line .dark {
	height: 5px;
	width: 70%;
	background: rgb(244,80,55);
	background: linear-gradient(90deg, rgba(244,80,55,1) 0%, rgba(251,161,145,1) 100%);
}

.percentage-line .light {
	height: 5px;
	width: 30%;
	background-color: #FEE2DD;
}

.inner-sections.dark .metrics-content,
.inner-sections.dark .tagline{
	color: #fff;
	font-weight: 400;
}


@media screen and (max-width: 650px) {

	#client-testimonials .card-column  {
		flex-direction: row;
		justify-content: center;
		align-items: start;
	}
	#client-testimonials .card-column .card  {
		width: 50%;
		height: fit-content;
	}

	#metrics-count h4 {
		font-size: 20px;
	}

	.number h3 {
		font-size: 40px !important;
	}

	#metrics-count h4 {
		min-height: 58px;
	}

	#metrics-count h4 br{
		display: block;
	}

	.percentage-line {
		display: flex;
		/* width: 150px; */
		height: 5px;
	}

	#metrics-count .tb-button{
		width: 100%;
		margin-bottom: 20px;
	}

	#metrics-count .metrics-content {
		margin-top: 20px;
		margin-bottom: 2cap;
	}

	#metrics-count .title-area{
		width: 100%;
	}

	.logos-wrapper h4 {
		text-align: center;
		margin-bottom: 20px;
	}

	#metrics-count {
		padding-top: 50px;
	}
}

@media screen and (width < 900px){
	#metrics-count .flex{
		flex-direction: column;
		gap: 20px;
	}

	#metrics-count .title-area {
		width: 100%;
	}
}



@media screen and (min-width: 651px) {
	.career-cards + .view-cards-button {
		margin: 30px auto 0px;
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-content: center;
	}
	.career-card {
		display: none;
	}
	.career-cards + .view-cards-button a {
		max-width: 175px;
        margin: 0 auto;
	}

	/* CTA Banner */
	.cta-banner .banner .banner-header{
		display: flex;
		align-items: center;
	}

	.cta-banner .banner .banner-header .img-wrap.img-wrap--header{
		display: block;
	}
	/* End CTA Banner */
}

/* CTA Banner */
@media screen and (min-width: 1239px){
	.cta-banner .banner-header .img-wrap{
		display: none !important;
	}

	.cta-banner .banner .img-wrap:last-child{
		display: block;
	}
}
/* End CTA Banner */

/* CTA Banner */
@media screen and (min-width: 750px){
	.cta-banner .banner .banner-header .img-wrap.img-wrap--header{
		display: none;
	}

	.cta-banner .banner .img-wrap{
		display: block;
	}
}

/* End CTA Banner */

@media screen and (min-width: 1024px) {
	.page-template-sub-services .testimonial-section,
	.page-id-5942 .testimonial-section {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.tablet-only {
		display: none;
	}
	.introduction__gallery + .pagination-arrows,
	.image-cards + .pagination-arrows {
		display: none;
	}
	.titled-cards .pagination-arrows {
		display: none;
	}
	.single-post-content__post {
		max-width: 80%;
		width: 100%;
	}
	section.common .content .tb-button {
		align-self: flex-start;
	}
	.landing-page.portal .portal__content > h2 {
		font-size: 3vw;
	}
	.landing-page .portal__content {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* CTA Banner */
	.cta-banner .banner.banner--unique{
		min-height: 350px;
	}

	.cta-banner .banner .banner__content .img-wrap.img-wrap--header{
		display: block;
		padding: 0;
	}
	.cta-banner .banner .img-wrap{
		display: none;
	}
	/* END CTA Banner */
}
@media screen and (min-width: 1321px) {
	.header .header__mobile {
		display: none;
	}
}
@media screen and (max-width: 1320px) {
	.site-header.nav-up {
		top: -100%;
	} 
	.header {
		display: flex;
		flex-direction: row;
		justify-content: center;
		position: relative;
	}
	.header .header__menu, .header .header__buttons {
		display: none;
	}
	.header .header__logo {
		flex-basis: unset;
	}
	.header .header__logo a {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.site-header.fixed .tb-menu li > a:after,
	.tb-menu li > a:after {
		bottom: -12px;
	}
	.tb-menu li.grid-menu > .sub-menu {
		margin-left: 0px;
		max-width: 100%;
	}
	.tb-menu .sub-menu.menu-depth-1 {
		left: 0px;
	}
	.hero {
		height: 550px;
	}
	.hero .hero__content {
		margin-top: 65px;
	}
}
@media screen and (max-width: 1280px) {
	.tb-grid {
		width: 90.625%;
	}
	.tb-col-tab-0 {
		box-sizing: border-box;
		width: 0%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-0.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-0 {
		margin-left: 0%;
	}
	.tb-col-tab-1 {
		box-sizing: border-box;
		width: 8.33333%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-1.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-1 {
		margin-left: 8.33333%;
	}
	.tb-col-tab-2 {
		box-sizing: border-box;
		width: 16.66667%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-2.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-2 {
		margin-left: 16.66667%;
	}
	.tb-col-tab-3 {
		box-sizing: border-box;
		width: 25%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-3.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-3 {
		margin-left: 25%;
	}
	.tb-col-tab-4 {
		box-sizing: border-box;
		width: 33.33333%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-4.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-4 {
		margin-left: 33.33333%;
	}
	.tb-col-tab-5 {
		box-sizing: border-box;
		width: 41.66667%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-5.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-5 {
		margin-left: 41.66667%;
	}
	.tb-col-tab-6 {
		box-sizing: border-box;
		width: 50%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-6.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-6 {
		margin-left: 50%;
	}
	.tb-col-tab-7 {
		box-sizing: border-box;
		width: 58.33333%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-7.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-7 {
		margin-left: 58.33333%;
	}
	.tb-col-tab-8 {
		box-sizing: border-box;
		width: 66.66667%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-8.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-8 {
		margin-left: 66.66667%;
	}
	.tb-col-tab-9 {
		box-sizing: border-box;
		width: 75%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-9.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-9 {
		margin-left: 75%;
	}
	.tb-col-tab-10 {
		box-sizing: border-box;
		width: 83.33333%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-10.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-10 {
		margin-left: 83.33333%;
	}
	.tb-col-tab-11 {
		box-sizing: border-box;
		width: 91.66667%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-11.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-11 {
		margin-left: 91.66667%;
	}
	.tb-col-tab-12 {
		box-sizing: border-box;
		width: 100%;
		padding-left: 1.07759%;
		padding-right: 1.07759%;
	}
	.tb-col-tab-12.no-padding {
		padding: 0;
	}
	.tb-col-tab-shift-12 {
		margin-left: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.curved-hero {
		padding-top: 50px;
	}
	.tb-posts-content {
		margin-top: 50px;
	}
	.tb-author-content.desktop-only {
		display: none;
	}
	.featured-hero__row {
		flex-direction: column;
		gap: 20px;
	}
	.featured-hero__image {
		max-height: 100%;
	}
	section.error-404,
	section.single-career {
		margin-top: 50px;
	}
	.table-of-contents {
		margin-bottom: 30px;
	}
	.copy-row {
		flex-direction: column;
		margin-bottom: 50px;
	}
	.copy-row .copy {
		flex-basis: 100%;
	}
	.copy-row .copy:first-child {
		margin-right: 0px;
		margin-bottom: 25px;
	}
	.table-of-contents {
		margin-bottom: 30px;
	}
	.slick-dots {
		margin-top: 30px;
	}
	.page-template-industries .testimonial-section {
		display: block;
	}
	section.animated-hero:not(section.hero.animated-hero),
	section {
		margin-bottom: 50px;
	}
	section.fixed-content-section .fixed-content {
		max-width: 100%;
		margin-bottom: 30px;
	}
	section.testimonial-section .top-content {
		flex-direction: column;
	}
	section.common .content {
		margin-bottom: 50px;
	}
	.introduction__gallery {
		margin-top: 35px;
	}
	.exclusive-reviews {
		max-width: 100%;
		position: relative;
		bottom: unset;
		left: unset;
		transform: unset;
		margin-top: 0px;
		margin-bottom: 85px;
	}
	.exclusive-reviews .review-container {
		max-width: 100%;
		margin: 0;
	}
	.mobile-cf {
		display: block;
	}
	.mobile-cf .form-container {
		padding: 0;
		border-radius: 0px;
		box-shadow: none;
	}
	.tb-grid {
		width: 88.28125%;
	}
	.tb-grid.mobile-reverse {
		flex-direction: column-reverse;
	}
	.tb-col-st-0 {
		box-sizing: border-box;
		width: 0%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-0.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-0 {
		margin-left: 0%;
	}
	.tb-col-st-1 {
		box-sizing: border-box;
		width: 8.33333%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-1.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-1 {
		margin-left: 8.33333%;
	}
	.tb-col-st-2 {
		box-sizing: border-box;
		width: 16.66667%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-2.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-2 {
		margin-left: 16.66667%;
	}
	.tb-col-st-3 {
		box-sizing: border-box;
		width: 25%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-3.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-3 {
		margin-left: 25%;
	}
	.tb-col-st-4 {
		box-sizing: border-box;
		width: 33.33333%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-4.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-4 {
		margin-left: 33.33333%;
	}
	.tb-col-st-5 {
		box-sizing: border-box;
		width: 41.66667%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-5.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-5 {
		margin-left: 41.66667%;
	}
	.tb-col-st-6 {
		box-sizing: border-box;
		width: 50%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-6.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-6 {
		margin-left: 50%;
	}
	.tb-col-st-7 {
		box-sizing: border-box;
		width: 58.33333%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-7.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-7 {
		margin-left: 58.33333%;
	}
	.tb-col-st-8 {
		box-sizing: border-box;
		width: 66.66667%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-8.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-8 {
		margin-left: 66.66667%;
	}
	.tb-col-st-9 {
		box-sizing: border-box;
		width: 75%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-9.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-9 {
		margin-left: 75%;
	}
	.tb-col-st-10 {
		box-sizing: border-box;
		width: 83.33333%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-10.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-10 {
		margin-left: 83.33333%;
	}
	.tb-col-st-11 {
		box-sizing: border-box;
		width: 91.66667%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-11.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-11 {
		margin-left: 91.66667%;
	}
	.tb-col-st-12 {
		box-sizing: border-box;
		width: 100%;
		padding-left: 1.38274%;
		padding-right: 1.38274%;
	}
	.tb-col-st-12.no-padding {
		padding: 0;
	}
	.tb-col-st-shift-12 {
		margin-left: 100%;
	}
	.portal {
		grid-template-columns: 1fr;
	}
	.portal__col.has-background {
		height: 100%;
		display: flex;
		flex-direction: column;
		padding: 20px;
		padding-bottom: 0px;
	}
	.portal__content {
		padding: 50px;
	}
	.portal__tb-logo {
		text-align: center;
		position: relative;
		left: unset;
		top: unset;
	}
	.portal__image img {
		max-width: 300px;
	}
	.career-details__content {
		max-width: 100%;
	}
	.author-and-share.tablet-only {
		display: flex;
		justify-content: space-between;
	}
	.hero {
		height: 475px;
	}
	.hero__content {
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.animated-hero .hero-content h1, .animated-hero .hero-content h2 {
		margin-top: 40px;
	}
	.animated-hero .animation-video {
		display: none;
	}
	.contact-hero .contact-hero__form {
		display: none;
	}
	.contact-hero {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.single-post-hero__share {
		flex-direction: column;
	}
	.single-post-hero__share .single-post-hero__image {
		flex-basis: 100%;
		max-width: 100%;
		width: 100%;
	}
	.single-post-hero__share .single-post-hero__image img {
		height: 300px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.single-post-hero__share-icons.desktop-only {
		display: none;
	}
	.mini-hero {
		padding: 40px 0px;
	}
	.mini-hero .image-wrap {
		margin-bottom: -40px;
	}
	.card-grid__three {
		grid-template-columns: repeat(2, 1fr);
	}
	.software-cards,
	.partner-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer-card-wrapper {
		margin-bottom: 30px;
	}
	.footer-card-wrapper:last-child {
		margin-bottom: 0px;
	}
	.industry-card__title a h5 {
		font-weight: 400;
		font-size: 16px;
		line-height: 145%;
	}
	.value-card {
		margin-right: 25px;
		margin-left: 25px;
	}
	.insight-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.titled-cards {
		display: block;
	}
	.titled-card-wrapper {
		min-height: 300px;
	}
	.titled-card__image {
		margin-left: 0px;
		margin-right: 0px;
	}
	.titled-card {
		margin-right: 10px;
	}
	.team-members-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.ideal-employee-card {
		margin-right: 40px;
	}
	.tb-service-cards {
		margin-top: 50px;
	}
	.career-meta {
		margin-bottom: 50px;
		max-width: 100%;
	}
	.career-meta a {
		width: 100%;
	}
	.copy-cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.client {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.career-cards {
		grid-template-columns: 1fr 1fr;
	}
	.sds-container__images {
		grid-template-columns: repeat(2, 1fr);
	}
	.image-cards {
		margin-top: 50px;
		margin-bottom: 25px;
	}
	.case-studies-container {
		grid-template-columns: repeat(2, 1fr);
	}
	.review-cards {
		display: block;
	}
	.review-cards .review-card-wrapper {
		margin-right: 15px;
	}
	.review-cards .review-card-wrapper .review-card {
		margin-bottom: 15px;
	}
	.review-card {
		flex: 1;
		display: inline-flex;
	}
	.review-card__image {
		flex-shrink: 0;
	}
	.testimonial-alt-section {
		display: none;
	}
	.team-testimonial {
		flex-direction: column-reverse;
	}
	.team-testimonial__image {
		margin-bottom: 25px;
		flex-basis: 100%;
		width: 100%;
		height: 100%;
	}
	.banner {
		padding: 25px;
		flex-direction: column;
		align-items: flex-start;
	}
	.banner:not(.service) {
		padding-bottom: 40vh;
	}
	
	.banner.service .image-block {
		max-width: 300px;
		padding-top: 15px;
	}

	.chartjs-container {
		margin: 25px 0px;
	}
	.chart-details {
		margin-top: 0px;
	}

	.chart-detail {
		box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
		margin-bottom: 10px;
	}
	.chart-container {
		margin: 25px 0px;
		text-align: center;
	}
	.footer-content__columns {
		grid-template-columns: repeat(3, 1fr);
		padding: 0px;
	}
	.footer-cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	.footer-card .footer-card__content h3 {
		max-width: 100%;
	}

	.landing-page .portal__col {
		min-height: 1px;
	}
	.landing-page .portal__content {
		padding: 60px;
	}
	.landing-page .landing-page__form {
		justify-content: flex-start;
	}
	.landing-page .landing-page__form-container {
		border-radius: 0px;
		background: #FFF;
		box-shadow: none;
		padding: 0px;
		padding-bottom: 60px;
	}
	.ld .ld__content p {
		max-width: 100%;
	}
	.portal__image {
		padding-top: 20px;
		padding-bottom: 20px;
	}
    .home .hero {
        min-height: 550px !important;
        height: 100% !important;
    }
    .home section.hero .hero__bg { 
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        top: unset !important;
        object-fit: cover;
    }
    .home section.hero .hero__bg.mobile {
        display: none;
    }
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		transform-origin: 0;
	}
	.mfp-arrow-right {
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
         * Remove all paddings around the image on small screen
         */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	
	/* ------------- logos section responsive -------------- */

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

	.logos-wrapper {
		padding: 0 20px;
	}


}
@media screen and (max-width: 650px) {
	
	[data-aos],
	.aos-animate {
	    -o-transition-property: none !important;
	    -moz-transition-property: none !important;
	    -ms-transition-property: none !important;
	    -webkit-transition-property: none !important;
	    transition-property: none !important;

	    -o-transform: none !important;
	    -moz-transform: none !important;
	    -ms-transform: none !important;
	    -webkit-transform: none !important;
	    transform: none !important;

	    -webkit-animation: none !important;
	    -moz-animation: none !important;
	    -o-animation: none !important;
	    -ms-animation: none !important;
	    animation: none !important;

	    opacity: 1 !important;
	}

	section.satisfaction {
		padding: 0px;
	}
	.gform_wrapper.gravity-theme .tb-form .gform_fields {
		grid-column-gap: 0px;
	}
	.featured-hero__image {
		max-height: 300px;
	}
	.inner-content h2, .inner-content h3 {
		margin-bottom: 25px;
	}
	.mobile-hide {
		display: none;
	}
	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}
	h1 {
		font-size: 30px;
		line-height: 34.5px;
		font-size: 30px;
		line-height: 115%;
		letter-spacing: -0.01em;
	}
	h2 {
		font-size: 25px;
		line-height: 30.25px;
		line-height: 121%;
		letter-spacing: -0.03em;
	}
	h3 {
		font-size: 25px;
		line-height: 30.25px;
		line-height: 121%;
		letter-spacing: -0.03em;
	}
	h4 {
		font-weight: 500;
		font-size: 18px;
		line-height: 145%;
	}
	h5 {
		font-weight: 500;
		font-size: 16px;
		line-height: 146%;
	}
	.sub-header {
		margin-bottom: 5px;
	}
	section.testimonial-section .top-content {
		margin-bottom: 20px;
	}
	section.common .tb-button {
		min-width: 100%;
	}
	.inner-sections {
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.inner-sections .content h2, .inner-sections .content h3 {
		margin-bottom: 20px;
	}
	.inner-sections section {
		margin-bottom: 75px;
	}
	.exclusive-reviews {
		margin-bottom: 35px;
	}
	.tb-download-links {
		flex-direction: column;
	}
	.tb-grid {
		width: 95.07692%;
	}
	.tb-col-mob-0 {
		box-sizing: border-box;
		width: 0%;
		padding-left: 1.61812%;
		padding-right: 1.61812%;
	}
	.tb-col-mob-0.no-padding {
		padding: 0;
	}
	.tb-col-mob-shift-0 {
		margin-left: 0%;
	}
	.tb-col-mob-1 {
		box-sizing: border-box;
		width: 25%;
		padding-left: 1.61812%;
		padding-right: 1.61812%;
	}
	.tb-col-mob-1.no-padding {
		padding: 0;
	}
	.tb-col-mob-shift-1 {
		margin-left: 25%;
	}
	.tb-col-mob-2 {
		box-sizing: border-box;
		width: 50%;
		padding-left: 1.61812%;
		padding-right: 1.61812%;
	}
	.tb-col-mob-2.no-padding {
		padding: 0;
	}
	.tb-col-mob-shift-2 {
		margin-left: 50%;
	}
	.tb-col-mob-3 {
		box-sizing: border-box;
		width: 75%;
		padding-left: 1.61812%;
		padding-right: 1.61812%;
	}
	.tb-col-mob-3.no-padding {
		padding: 0;
	}
	.tb-col-mob-shift-3 {
		margin-left: 75%;
	}
	.tb-col-mob-4 {
		box-sizing: border-box;
		width: 100%;
		padding-left: 1.61812%;
		padding-right: 1.61812%;
	}
	.tb-col-mob-4.no-padding {
		padding: 0;
	}
	.tb-col-mob-shift-4 {
		margin-left: 100%;
	}
	.portal__content {
		padding: 20px;
	}
	.portal__content .tb-button {
		margin-bottom: 20px;
		width: 100%;
	}
	.portal__content .tb-button + .sub-header {
		display: none;
	}
	.mobile .mobile__inner-menu .tb-button {
		width: calc(100% - 50px);
		margin: 20px auto 0px;
	}
	.hero__content {
		margin-top: 25px;
	}
	.hero__content p br {
		display: none;
	}
	.hero__content h1 {
		margin-bottom: 10px;
	}
	.hero .animation-video {
		display: none;
	}
	.animated-hero {
		background: #F7F7F7;
	}
	.animated-hero .hero-content h1, .animated-hero .hero-content h2 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.animated-hero video, .animated-hero img {
		margin-top: 20px;
	}
	.curved-hero__image img {
		max-height: 250px;
		height: 250px;
	}
	.layout-cards .layout-card {
		margin-bottom: 50px;
	}
	.card-grid__three {
		grid-template-columns: 1fr;
	}
	.locked-card {
		padding: 20px;
	}
	.locked-card__image img {
		width: 32px;
		height: 32px;
	}
	.locked-card__content h5 {
		margin-bottom: 10px;
	}
	.locked-card__content p {
		font-weight: 400;
		font-size: 16px;
		line-height: 145%;
	}
	.software-card,
	.partner-card {
		padding: 25px;
	}
	.footer-card__button a {
		min-width: 100%;
		width: 100%;
	}
	.footer-card {
		padding: 25px 20px;
	}
/*	.industry-card__image {
		min-height: 300px;
	}*/
	.industry-card {
		margin-right: 15px;
	}
	.value-cards {
		margin-top: 40px;
		margin-bottom: 25px;
	}
	.value-card__content {
		max-width: 100%;
	}
	.value-card {
		margin-right: 5px;
		margin-left: 5px;
	}
	.insight-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
	}
	.insight-card__image {
		height: 260px;
	}
	.insight-card__content .title-wrapper {
		min-height: 100%;
	}
	.team-members-container {
		grid-template-columns: repeat(1, 1fr);
		text-align: center;
	}
	.team-member__content p {
		text-align: center;
	}
	.ideal-employee-card {
		margin-right: 20px;
	}
	.copy-cards {
		margin-top: 20px;
	}
	.client {
		padding: 50px 10px;
		display: block;
		overflow: hidden;
	}
	.client .client__content p {
		margin-bottom: 25px;
	}
	.client .client__content a {
		min-width: 100%;
	}
	.client .client__cards {
		width: 100%;
		display: block;
		margin-top: 40px;
	}
	.client .client__cards .slick-list {
		overflow: visible;
	}
	.client .client__cards .client-card {
		margin-right: 20px;
	}
	.career-cards {
		display: block;
		gap: unset;
	}
	.career-card {
		margin-right: 20px;
	}
	.sds-container__images {
		grid-template-columns: repeat(1, 1fr);
	}
	.sds-section {
		background: #F7F7F7;
	}
	.sds-section .sds-container {
		padding: 0px;
		padding-top: 50px;
		padding-bottom: 50px;
		background: none;
		border-radius: 0px;
	}
	.sds-section .sds-container__title-image {
		margin-bottom: 20px;
	}
	.case-studies-container {
		grid-template-columns: repeat(1, 1fr);
		gap: 50px;
	}
	.team-testimonial__copy p {
		font-weight: 400;
		font-size: 16px;
		line-height: 145%;
	}
	.team-testimonial__copy {
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.team-testimonial__person span {
		font-weight: 700;
		font-size: 16px;
		line-height: 146%;
	}
	.single-testimonial .single-testimonial__copy p {
		font-weight: 600;
		font-size: 18px;
		line-height: 147%;
	}
	.single-testimonial .single-testimonial__person {
		font-weight: 400;
		font-size: 25px;
		line-height: 121%;
		margin-bottom: 30px;
	}
	.single-testimonial .single-testimonial__company {
		font-weight: 500;
		font-size: 16px;
		line-height: 146%;
	}
	.banner.service {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0px;
		background: linear-gradient(to bottom, #EC5A36, #F17C49 25%);
		min-height: 100%;
	}
	.banner.service .banner__content {
		padding: 20px;
		width: 100%;
	}
	.banner.service .banner__content h3 {
		width: 15ch;
	}
	.banner.service .banner__content a {
		width: 100%;
		min-width: 100%;
	}
	.banner.service .image-block {
		margin-top: 50px;
		position: relative;
		max-width: 100%;
	}
	.gform_wrapper.gravity-theme .tb-form .gform_footer #gform_submit_button_3 {
		max-width: 100%;
	}
	.footer-content__columns {
		padding: 0px;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.footer-content__column.email-signup {
		order: -1;
	}
	.footer-content__column.email-signup #gform_submit_button_3 {
		margin-bottom: 0px;
	}
	.footer-content__inner-block.follow-us {
		margin-bottom: 0px;
	}
	.footer-content__copyright {
		margin-top: 30px;
	}
	.team-testimonial__copy {
		max-width: 100%;
		width: 100%;
	}
	.ideal-employee-card {
		min-height: 330px;
	}
	.inner-sections {
		margin-top: 100px;
		margin-bottom: 100px;
	}
	.inner-sections .curve-block {
		height: 50px;
		width: 100%;
	}
	.inner-sections .curve-block.second, .inner-sections .curve-block.first {
		left: 0;
		width: 100%;
	}
	.inner-sections .curve-block.first {
		top: -50px;
	}
	.inner-sections .curve-block.second {
		bottom: -50px;
	}
	.ld {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	} 
	.landing-page.portal .portal__content > h2 {
		margin-bottom: 25px;
		max-width: 100%;
		width: 100%;
	}
	.landing-page .landing-page__button-container {
		max-width: 100%;
		margin-top: 25px;
	}

	/* CTA Banner	*/
	.banner:not(.service) {
		padding-bottom: 30vh;
	}
	.banner .cta-banner{
		min-height: 1px;
	}

	.cta-banner .banner .banner-header h3{
		width: 100%;
	}

	.cta-banner .banner .banner__content .tb-button--unique{
		width: 220px;
		min-width: 220px;
	}
	/* END CTA Banner	*/

/*	review cards*/
	.review-cards .review-card-wrapper:not(:first-child) {
		display: none;
	}

	.review-cards.slick-initialized .review-card-wrapper {
		display: block;
	}
	.review-cards .review-card-wrapper .review-card {
		margin-bottom: 0px;
	}
	.header .header__logo a {
		max-width: 160px;
		width: 100%;
	}

    .home .hero {
        min-height: 475px !important;
        height: 100% !important;
    }
    .home .hero__content {
        position: static !important;
    }

    .home section.hero .hero__bg.tablet {
        display: none;
    }
    .home section.hero .hero__bg.mobile { 
        display: block;
    }

}
@media screen and (max-width: 350px) {
	.review-card__stars .star-score {
	    font-weight: 400;
	    font-size: 20px;
	    line-height: 115%;
	    margin-right: 10px;
	}
}

@media screen and (max-width: 91.66667%) {
	.tb-grid--full {
		width: 91.66667%;
	}
}


.inner-sections.dark .team-testimonial__content,
.inner-sections.dark .team-testimonial__content p,
.inner-sections.dark .team-testimonial__content span {
	color: #fff;
}

.inner-sections.dark .pagination-arrows.dark .pagination-arrow {
	border-color: #fff;
}

.inner-sections.dark .pagination-arrows.dark .pagination-arrow svg path{
	stroke: #fff;
	stroke-opacity: 1;
}