/*!
Theme Name: ENC
Theme URI: http://underscores.me/
Author: OKMG
Author URI: https://www.okmg.com/
Description: Description
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: enc
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.

ENC 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
@import url("https://api.fontshare.com/v2/css?f[]=general-sans@200,201,300,301,400,401,500,501,600,601,700,701&amp;display=swap");
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;
	text-decoration: underline dotted;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #475366;
	font-family: "General Sans", sans-serif;
	font-size: 18px;
	line-height: 1.55;
	letter-spacing: 0.72px;
}

@media (max-width: 767px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #2A2F36;
}

h1 {
	font-size: 68px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -1.36px;
	margin: 0px;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 54px;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 44px;
	}
}

h2 {
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -1.04px;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

@media (max-width: 1024px) {
	h2 {
		font-size: 44px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 34px;
	}
}

h2.smaller {
	font-size: 38px;
	letter-spacing: -0.76px;
}

@media (max-width: 1024px) {
	h2.smaller {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	h2.smaller {
		font-size: 28px;
	}
}

h3 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.6px;
}

@media (max-width: 1024px) {
	h3 {
		font-size: 24px;
	}
}

h4 {
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.6px;
}

@media (max-width: 1024px) {
	h4 {
		font-size: 20px;
	}
}

p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}

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%;
}

.mb-0 {
	margin-bottom: 0px;
}

.body20 {
	font-size: 20px;
	line-height: 1.3em;
}

@media (max-width: 767px) {
	.body20 {
		font-size: 18px;
	}
}

.body22 {
	font-size: 22px;
	line-height: 1.35em;
}

@media (max-width: 767px) {
	.body22 {
		font-size: 20px;
	}
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #2A2F36;
}

a:visited {
	color: #2A2F36;
}

a:hover, a:focus, a:active {
	color: #008CFF;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #008CFF;
	border-color: #008CFF;
	border-radius: 3px;
	background: #008CFF;
	color: white;
	line-height: 1;
	padding: 21px 29px;
	border-radius: 500px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
	text-transform: uppercase;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #1E3548;
	background-color: #1E3548;
}

.button:active, .button:focus, .button:visited,
button:active,
button:focus,
button:visited,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:visited,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:visited,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:visited {
	color: white;
}

.button.has-icon,
button.has-icon,
input[type="button"].has-icon,
input[type="reset"].has-icon,
input[type="submit"].has-icon {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 9px 9px 9px 29px;
}

.button.has-icon svg,
button.has-icon svg,
input[type="button"].has-icon svg,
input[type="reset"].has-icon svg,
input[type="submit"].has-icon svg {
	width: 38px;
}

.button.has-icon svg path,
button.has-icon svg path,
input[type="button"].has-icon svg path,
input[type="reset"].has-icon svg path,
input[type="submit"].has-icon svg path {
	transition: 0.3s;
}

.button.secondary,
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: white;
	color: #008CFF;
}

.button.secondary:hover,
button.secondary:hover,
input[type="button"].secondary:hover,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:hover {
	background-color: #1E3548;
	color: white;
}

.button.secondary:hover svg path,
button.secondary:hover svg path,
input[type="button"].secondary:hover svg path,
input[type="reset"].secondary:hover svg path,
input[type="submit"].secondary:hover svg path {
	fill: white;
}

.button.secondary svg path,
button.secondary svg path,
input[type="button"].secondary svg path,
input[type="reset"].secondary svg path,
input[type="submit"].secondary svg path {
	fill: #008CFF;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
	color: #475366;
	border: 0px solid transparent;
	border-bottom: 1px solid #2323233f;
	border-radius: 0;
	padding: 3px;
	height: 50px;
	outline: none;
}

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;
}

input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus-visible {
	box-shadow: unset;
	border: 0px solid transparent !important;
	border-bottom: 1px solid #232323 !important;
}

select {
	border: 0px solid transparent;
	border-bottom: 1px solid #2323233f;
	height: 50px;
}

select:focus-visible {
	box-shadow: unset;
	border: 0px solid transparent !important;
	border-bottom: 1px solid #232323 !important;
}

textarea {
	width: 100%;
	height: 150px !important;
}

label {
	color: #2A2F36;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.55;
}

.gform_wrapper.gravity-theme .gform_fields {
	gap: 24px !important;
}

.gform_footer {
	margin-top: 32px;
}

.gform_footer input[type="submit"] {
	cursor: pointer !important;
	background-image: url("../svg/submit-button-bg.svg");
	background-size: 42px;
	background-position: calc(100% - 8px) 7px;
	background-repeat: no-repeat;
	padding-right: 58px;
}

@media (max-width: 767px) {
	.gform_footer input[type="submit"] {
		padding: 14px 58px 14px 29px;
	}
}

.gfield_required {
	margin-left: 5px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #475366;
	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;
}

.site-container {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
}

.page-banner {
	padding: 260px 0px 210px;
	background-size: cover !important;
	background-position: center;
	position: relative;
	color: white;
}

@media (max-width: 1024px) {
	.page-banner {
		padding: 140px 0px 120px;
	}
}

@media (max-width: 767px) {
	.page-banner {
		padding: 120px 0px 70px;
	}
}

.page-banner .simpleParallax {
	position: absolute;
	inset: 0;
}

.page-banner .simpleParallax img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.page-banner .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../svg/banner-bg.svg");
	background-size: cover;
	position: top center;
	z-index: 1;
}

.page-banner .site-container {
	position: relative;
	z-index: 2;
}

.page-banner .site-container .inner .parent-page {
	margin-bottom: 10px;
}

.page-banner h1 {
	color: white;
}

.page-banner.homepage .banner-overlay {
	background-image: url("../svg/home-banner-bg.svg");
}

.page-banner.homepage .inner {
	max-width: 666px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.page-banner.homepage h1 {
	margin-bottom: 25px;
	font-weight: 600;
}

.page-banner.homepage a {
	margin-top: 60px;
}

@media (max-width: 767px) {
	.page-banner.homepage a {
		margin-top: 30px;
	}
}

.padding-vertical {
	padding-top: 160px;
	padding-bottom: 160px;
}

@media (max-width: 1024px) {
	.padding-vertical {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media (max-width: 767px) {
	.padding-vertical {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

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

.bg-light .circle-wrapper .circle {
	background-color: white;
}

.two-cols-wrapper {
	display: flex;
	gap: 100px;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.two-cols-wrapper {
		gap: 32px;
	}
}

@media (max-width: 767px) {
	.two-cols-wrapper {
		gap: 16px;
	}
}

.two-cols-wrapper .item-left {
	max-width: 505px;
}

.two-cols-wrapper .item-right {
	max-width: 535px;
}

.circle-wrapper {
	position: relative;
}

.circle-wrapper .circle {
	position: absolute;
	width: 185px;
	height: 185px;
	border-radius: 500px;
	top: -65px;
	left: -85px;
	background-color: #F4F7F9;
	z-index: 1;
}

@media (max-width: 1024px) {
	.circle-wrapper .circle {
		width: 140px;
		height: 140px;
		top: -45px;
		left: -65px;
	}
}

@media (max-width: 767px) {
	.circle-wrapper .circle {
		width: 100px;
		height: 100px;
		top: -35px;
		left: -45px;
	}
}

.circle-wrapper h2 {
	z-index: 3;
	position: relative;
}

section {
	overflow: hidden;
}

.footer-cta {
	position: relative;
}

.footer-cta .simpleParallax {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.footer-cta .simpleParallax img {
	width: 100%;
	height: 100%;
}

.footer-cta .inner {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer-cta .inner h2 {
	color: white;
}

.logo-slider .swiper-wrapper {
	transition-timing-function: linear !important;
	will-change: transform;
}

.logo-slider .swiper-wrapper .swiper-slide {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-slider .swiper-wrapper .swiper-slide img {
	max-height: 100px;
	max-width: 170px;
	width: 100%;
	object-fit: contain;
	mix-blend-mode: luminosity;
	filter: grayscale(100%);
	opacity: 0.7;
}

.description ul {
	padding: 0px;
	margin: 0px;
}

.description ul li {
	position: relative;
	padding-left: 32px;
	list-style: none;
	margin-bottom: 1em;
}

.description ul li:before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0.3em;
	background-image: url("../svg/list-tem.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

.site-header {
	padding: 24px 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	transition: 0.3s;
}

@media (max-width: 767px) {
	.site-header {
		padding: 16px 0px;
	}
}

.site-header.sticky {
	background-color: #008CFF;
	padding: 12px 0px;
}

.site-header.sticky .header-inner .site-branding img {
	width: 130px;
}

@media (max-width: 767px) {
	.site-header.sticky .header-inner .site-branding img {
		width: 80px;
	}
}

.site-header.sticky a.button {
	background-color: white;
	color: #008CFF;
}

.site-header.sticky a.button svg path {
	fill: #008CFF;
}

.site-header.sticky li:hover a {
	color: white;
}

.site-header.sticky li:hover i {
	color: white;
}

.site-header.sticky li ul.sub-menu li a {
	color: #2A2F36;
}

@media (max-width: 767px) {
	.site-header.sticky li ul.sub-menu li a {
		color: white;
	}
}

.site-header.sticky li ul.sub-menu li:hover a {
	color: #008CFF;
}

@media (max-width: 767px) {
	.site-header.sticky li ul.sub-menu li:hover a {
		color: white;
	}
}

.site-header .header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1024px) {
	.site-header .header-inner .site-branding {
		z-index: 999;
	}
}

.site-header .header-inner .site-branding a {
	display: flex;
}

.site-header .header-inner .site-branding a img {
	width: 183px;
	transition: 0.3s;
}

@media (max-width: 1024px) {
	.site-header .header-inner .site-branding a img {
		width: 100px;
	}
}

@media (max-width: 767px) {
	.site-header .header-inner .site-branding a img {
		width: 90px;
	}
}

@media (max-width: 425px) {
	.site-header .header-inner .site-branding a img {
		width: 80px;
	}
}

.site-footer {
	background-color: #1E3548;
	color: white;
}

.site-footer .footer-top {
	padding: 105px 0px 95px;
}

@media (max-width: 767px) {
	.site-footer .footer-top {
		padding: 60px 0px;
	}
}

.site-footer .footer-top .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px;
}

@media (max-width: 1024px) {
	.site-footer .footer-top .inner {
		justify-content: start;
	}
}

@media (max-width: 767px) {
	.site-footer .footer-top .inner {
		gap: 40px;
	}
}

.site-footer .footer-top .inner .col .custom-logo-link {
	width: 150px;
	flex-shrink: 0;
}

.site-footer .footer-top .inner .col:first-child {
	max-width: 60%;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 40px;
}

@media (max-width: 1024px) {
	.site-footer .footer-top .inner .col:first-child {
		width: 100%;
		max-width: unset;
	}
}

@media (max-width: 767px) {
	.site-footer .footer-top .inner .col:first-child {
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.site-footer .footer-top .inner .col:first-child img {
		width: 120px;
	}
}

.site-footer .footer-top .inner .col:first-child p {
	letter-spacing: 0.48px;
	font-size: 16px;
	margin: 0px;
	flex-shrink: 0;
}

.site-footer .footer-top .inner .col .address {
	display: flex;
	gap: 24px;
}

@media (max-width: 1024px) {
	.site-footer .footer-top .inner .col .address {
		flex-direction: column;
	}
}

.site-footer .footer-top .inner .col .address .item {
	margin-bottom: 16px;
}

.site-footer .footer-top .inner .col .address .item h3 {
	color: white;
	font-size: 18px;
}

.site-footer .footer-top .inner .col ul.menu {
	display: grid;
	grid-gap: 16px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

.site-footer .footer-top .inner .col ul.menu a {
	color: white;
	transition: 0.3s;
	text-decoration: none;
}

.site-footer .footer-top .inner .col ul.menu a:hover {
	color: #008CFF;
}

.site-footer .site-info {
	background-color: #172838;
	padding: 36px 0px;
	font-size: 15px;
}

@media (max-width: 767px) {
	.site-footer .site-info {
		font-size: 13px;
	}
}

.site-footer .site-info p,
.site-footer .site-info a {
	margin-top: 0px;
	color: white;
	opacity: 0.5;
	margin-bottom: 0px;
}

.site-footer .site-info .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.site-footer .site-info .inner {
		gap: 16px;
	}
}

.site-footer .site-info .inner .footer-center {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.site-footer .site-info .inner .footer-center {
		gap: 16px;
	}
}

.site-footer .site-info .inner .footer-center ul {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

@media (max-width: 767px) {
	.site-footer .site-info .inner .footer-center ul {
		gap: 16px;
	}
}

.site-footer .site-info .inner .footer-center ul a {
	text-decoration: none;
	transition: 0.3s;
}

.site-footer .site-info .inner .footer-center ul a:hover {
	color: #008CFF;
}

.site-footer .site-info .inner .okmg p {
	display: flex;
	align-items: center;
	gap: 6px;
}

.site-footer .site-info .inner .okmg p b,
.site-footer .site-info .inner .okmg p strong {
	font-size: 1.3em;
}

.main-navigation {
	display: flex;
	align-items: center;
	gap: 35px;
	width: auto;
}

@media (max-width: 1024px) {
	.main-navigation {
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.main-navigation {
		gap: 12px;
	}
}

@media (max-width: 1024px) {
	.main-navigation .menu-main-menu-container {
		display: none;
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
		background-color: #008CFF;
		padding: 20px;
		padding-top: 100px;
	}
}

@media (max-width: 1024px) and (max-width: 1024px) {
	.main-navigation .menu-main-menu-container {
		z-index: 99;
	}
}

.main-navigation .mobile-only {
	display: none;
}

@media (max-width: 1024px) {
	.main-navigation .mobile-only {
		display: block;
	}
}

.main-navigation ul {
	display: flex;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

@media (max-width: 1024px) {
	.main-navigation ul {
		flex-direction: column;
		gap: 0px;
	}
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding: 16px;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transform: translateY(30px);
	transition: 0.3s;
	background-color: #ffffff;
	border-radius: 12px;
}

@media (max-width: 1024px) {
	.main-navigation ul ul {
		width: 100%;
		position: relative;
		left: 0px;
		padding: 10px 0px 0px 0px;
		background: rgba(255, 255, 255, 0.1);
		box-shadow: unset;
		transform: translateY(0);
		display: none;
		padding: 12px 12px 16px;
	}
}

.main-navigation ul ul ul {
	left: auto;
	top: 0;
	display: none;
}

@media (max-width: 1024px) {
	.main-navigation ul ul ul {
		width: 100%;
		position: relative;
		left: 0px;
		padding: 10px 0px 0px 0px;
		background: transparent;
		box-shadow: unset;
		transform: translateY(0);
		display: none;
	}
}

.main-navigation ul ul li {
	border-bottom: 1px solid #F4F7F9;
}

@media (max-width: 1024px) {
	.main-navigation ul ul li {
		border-color: rgba(255, 255, 255, 0.1);
	}
}

.main-navigation ul ul li:last-child {
	border-bottom: 0px solid transparent;
}

.main-navigation ul ul li a {
	color: #2A2F36;
}

@media (max-width: 1024px) {
	.main-navigation ul ul li a {
		color: white;
	}
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: flex;
	left: 100%;
}

@media (max-width: 1024px) {
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: unset;
		display: unset;
	}
}

.main-navigation ul ul li:hover > ul a,
.main-navigation ul ul li.focus > ul a {
	color: #008CFF;
}

.main-navigation ul ul a {
	width: 200px;
}

@media (max-width: 1024px) {
	.main-navigation ul ul a {
		width: auto;
	}
}

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

.main-navigation li {
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.39px;
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main-navigation li:hover {
	cursor: pointer;
}

.main-navigation li:hover i {
	color: #008CFF;
}

@media (max-width: 1024px) {
	.main-navigation li:hover i {
		color: white;
	}
}

@media (max-width: 1024px) {
	.main-navigation li {
		font-size: 24px;
	}
	.main-navigation li:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.main-navigation li:last-child {
		padding-bottom: 0px;
	}
}

@media (max-width: 767px) {
	.main-navigation li {
		font-size: 18px;
	}
}

.main-navigation li i {
	padding-left: 10px;
	flex: 1;
	text-align: right;
	transition: 0.3s;
	color: white;
}

.main-navigation li i.toggled:before {
	transform: rotate(-180deg);
}

.main-navigation li:hover > ul {
	transform: translateY(0px);
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #008CFF;
}

@media (max-width: 1024px) {
	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: white;
	}
}

.main-navigation a {
	display: block;
	text-decoration: none;
	transition: 0.3s;
	color: white;
}

.main-navigation .button {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.39px;
	padding: 6px 6px 6px 21px;
}

@media (max-width: 425px) {
	.main-navigation .button {
		gap: 8px;
		padding: 5px 5px 5px 14px;
	}
}

@media (max-width: 1024px) {
	.main-navigation .button {
		z-index: 99;
	}
}

@media (max-width: 767px) {
	.main-navigation .button {
		font-size: 12px;
		display: none !important;
	}
}

.main-navigation .button svg {
	width: 32px;
}

@media (max-width: 425px) {
	.main-navigation .button svg {
		width: 28px;
	}
}

.main-navigation.toggled .menu-toggle path {
	fill: white !important;
}

.main-navigation.toggled .button {
	background-color: white;
	color: #008CFF;
}

.main-navigation.toggled .button svg path {
	fill: white !important;
}

.main-navigation .menu-toggle {
	transition: 0.3s;
	display: none;
	padding: 0px;
	background: transparent;
	border: 0px solid transparent;
	border-radius: 4px;
}

.main-navigation .menu-toggle:hover {
	cursor: pointer;
}

.main-navigation .menu-toggle[aria-expanded="true"] path {
	transition: 0.3s;
	transform: rotate(0deg);
}

.main-navigation .menu-toggle[aria-expanded="true"] path:first-child {
	transform: rotate(-45deg);
	transform-origin: 85% 29% !important;
}

.main-navigation .menu-toggle[aria-expanded="true"] path:last-child {
	transform: rotate(45deg);
	transform-origin: 88% 68% !important;
}

.main-navigation .menu-toggle[aria-expanded="true"] path:nth-child(2) {
	opacity: 0;
}

@media (max-width: 1024px) {
	.main-navigation .menu-toggle {
		display: block;
		order: 10;
		z-index: 9999;
	}
}

.main-navigation .menu-toggle svg {
	width: 32px;
	height: 32px;
}

.main-navigation .menu-toggle svg path {
	color: white;
	fill: white;
}

@media (max-width: 425px) {
	.main-navigation .menu-toggle svg {
		width: 28px;
		height: 28px;
	}
}

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

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

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

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

@media (max-width: 1024px) {
	.contact-two-cols .two-cols-wrapper {
		gap: 80px;
	}
}

@media (max-width: 767px) {
	.contact-two-cols .two-cols-wrapper {
		gap: 60px;
	}
}

.contact-two-cols .two-cols-wrapper .item-left {
	max-width: 413px;
}

.contact-two-cols .two-cols-wrapper .item-left .contact-items {
	margin-top: 65px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 45px;
}

@media (max-width: 767px) {
	.contact-two-cols .two-cols-wrapper .item-left .contact-items {
		gap: 32px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.contact-two-cols .two-cols-wrapper .item-left .contact-items {
		margin-top: 40px;
	}
}

.contact-two-cols .two-cols-wrapper .item-left .contact-items .contact-item {
	color: #475366;
}

.contact-two-cols .two-cols-wrapper .item-left .contact-items .contact-item h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.contact-two-cols .two-cols-wrapper .item-left .contact-items .contact-item h3 {
		font-size: 20px;
	}
}

.contact-two-cols .two-cols-wrapper .item-left .contact-items .contact-item a {
	color: #475366;
	text-decoration: none;
}

.contact-two-cols .two-cols-wrapper .item-left .contact-items .contact-item a:hover {
	color: #008CFF;
}

.contact-two-cols .two-cols-wrapper .item-left .contact-items .contact-item .social-icons {
	display: flex;
	list-style: none;
	gap: 12px;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

.contact-two-cols .two-cols-wrapper .item-right {
	max-width: 600px;
}

.homepage-slider {
	overflow: hidden;
}

.homepage-slider .swiper-slide {
	height: auto;
}

.home-two-cols .description {
	max-width: 511px;
}

.home-two-cols .cta-buttons {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 50px;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.home-two-cols .cta-buttons {
		gap: 24px;
	}
}

.services .inner .head {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

@media (max-width: 1024px) {
	.services .inner .head {
		gap: 60px;
	}
}

@media (max-width: 767px) {
	.services .inner .head {
		flex-direction: column;
		gap: 0px;
	}
}

.services .inner .head .description {
	max-width: 535px;
}

.services .inner .services-wrapper {
	margin-top: 90px;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper {
		margin-top: 60px;
	}
}

.services .inner .services-wrapper .desktop-image {
	text-align: center;
	border-top: 1px solid #2c4b662c;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper .desktop-image {
		display: none;
	}
}

.services .inner .services-wrapper .desktop-image img {
	max-width: 70%;
}

.services .inner .services-wrapper .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper .grid {
		gap: 40px;
		grid-template-columns: 1fr 1fr;
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.services .inner .services-wrapper .grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.services .inner .services-wrapper .grid .service {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper .grid .service {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 12px;
	}
}

.services .inner .services-wrapper .grid .service .connector {
	text-align: center;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper .grid .service .connector {
		display: none;
	}
}

.services .inner .services-wrapper .grid .service .connector svg {
	max-width: 62px;
}

.services .inner .services-wrapper .grid .service .icon {
	display: none;
}

.services .inner .services-wrapper .grid .service .service-head {
	margin-top: 18px;
	display: flex;
	align-items: center;
	gap: 12px;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper .grid .service .service-head {
		margin-top: 0px;
	}
}

.services .inner .services-wrapper .grid .service .service-head .number {
	letter-spacing: -1.32px;
	font-size: 66px;
	line-height: 1.14;
	margin: 0px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.services .inner .services-wrapper .grid .service .service-head .number {
		font-size: 44px;
	}
}

.services .inner .services-wrapper .grid .service .service-head .title h3 {
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.6px;
	margin: 0px;
}

.services .inner .services-wrapper .grid .service .service-head .title p {
	margin-bottom: 0px;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.4px;
	color: #2A2F36;
}

@media (max-width: 767px) {
	.services .inner .services-wrapper .grid .service .service-head .title p {
		font-size: 16px;
	}
}

.services .inner .services-wrapper .grid .service .description {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper .grid .service .description {
		margin-top: 0px;
	}
}

.services .inner .services-wrapper .grid .service a {
	display: inline-block;
	text-decoration: none;
	color: #008CFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.45px;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1.5px solid #008CFF;
	margin-top: 26px;
	align-self: flex-start;
}

.services .inner .services-wrapper .grid .service:nth-child(3) .connector, .services .inner .services-wrapper .grid .service:nth-child(4) .connector {
	transform: scaleX(-1);
}

.services .inner .services-wrapper .grid .service:nth-child(1), .services .inner .services-wrapper .grid .service:nth-child(4) {
	margin-top: -215px;
}

@media (max-width: 1024px) {
	.services .inner .services-wrapper .grid .service:nth-child(1), .services .inner .services-wrapper .grid .service:nth-child(4) {
		margin-top: 0px;
	}
}

.our-capabilities h2 {
	margin-bottom: 1em;
}

.our-capabilities .grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	position: relative;
	z-index: 6;
}

.our-capabilities .grid.four-cols {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

@media (max-width: 1024px) {
	.our-capabilities .grid.four-cols {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.our-capabilities .grid.four-cols {
		grid-template-columns: 1fr;
	}
}

.our-capabilities .grid.four-cols p {
	font-size: 16px;
}

@media (max-width: 767px) {
	.our-capabilities .grid {
		grid-template-columns: 1fr;
	}
}

.our-capabilities .grid .simpleParallax {
	overflow: hidden;
	width: 100%;
	margin-bottom: 16px;
	aspect-ratio: 370/230;
	border-radius: 12px;
}

.our-capabilities .grid .simpleParallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.industry-expertise {
	padding-top: 0px;
}

@media (max-width: 1024px) {
	.industry-expertise {
		padding-top: 0px;
	}
}

@media (max-width: 767px) {
	.industry-expertise {
		padding-top: 0px;
	}
}

.industry-expertise .inner {
	display: flex;
	gap: 100px;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1024px) {
	.industry-expertise .inner {
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.industry-expertise .inner {
		flex-direction: column-reverse;
	}
}

.industry-expertise .inner .content-wrapper {
	max-width: 523px;
	width: 100%;
}

.industry-expertise .inner .content-wrapper .accordion-item {
	padding: 40px 0px;
}

@media (max-width: 767px) {
	.industry-expertise .inner .content-wrapper .accordion-item {
		padding: 32px 0px;
	}
}

.industry-expertise .inner .content-wrapper .accordion-item:not(:last-child) {
	border-bottom: 1.5px solid #D9D9D9;
}

.industry-expertise .inner .content-wrapper .accordion-item .accordion-title {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
	opacity: 0.65;
	transition: 0.3s;
}

.industry-expertise .inner .content-wrapper .accordion-item .accordion-title svg {
	opacity: 1;
	width: 32px;
	transition: 0.3s;
}

.industry-expertise .inner .content-wrapper .accordion-item .accordion-title:hover {
	opacity: 1;
}

.industry-expertise .inner .content-wrapper .accordion-item .accordion-content {
	padding-top: 20px;
}

.industry-expertise .inner .content-wrapper .accordion-item.is-active svg {
	transform: rotate(180deg);
}

.industry-expertise .inner .content-wrapper .accordion-item.is-active .accordion-title {
	opacity: 1;
}

.industry-expertise .inner .content-wrapper a {
	margin-top: 24px;
	justify-self: flex-start;
}

@media (max-width: 767px) {
	.industry-expertise .inner .content-wrapper a {
		margin-top: 0px;
	}
}

.industry-expertise .inner .image-wrapper {
	max-width: 536px;
	width: 100%;
	position: relative;
}

.industry-expertise .inner .image-wrapper .simpleParallax {
	border-radius: 16px;
}

.industry-expertise .inner .image-wrapper svg {
	width: 40%;
	position: absolute;
	right: -17%;
	bottom: -15%;
	z-index: -1;
}

.industry-expertise .inner .image-wrapper img {
	z-index: 2;
}

.faq {
	position: relative;
}

.faq .half-circle {
	position: absolute;
	width: 214px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.faq .half-circle svg {
	width: 100%;
}

.faq h2 {
	z-index: 1;
	margin-bottom: 50px;
}

.faq h2 .circle {
	background-color: white;
	opacity: 0.5;
	z-index: -1;
}

.faq .accordion-item {
	z-index: 2;
	position: relative;
	padding: 44px 0px;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	border-top: 1.5px solid #C9D7E3;
}

@media (max-width: 767px) {
	.faq .accordion-item {
		padding: 32px 0px;
	}
}

.faq .accordion-item:last-child {
	border-bottom: 1.5px solid #C9D7E3;
}

.faq .accordion-item .content {
	flex: 1;
}

.faq .accordion-item .content h3 {
	font-size: 22px;
	line-height: 1.45;
	margin: 0px;
	font-weight: 500;
	color: #2A2F36;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.faq .accordion-item .content h3 svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	transition: 0.3s;
}

.faq .accordion-item .content .accordion-content {
	display: none;
	padding-top: 10px;
}

.faq .accordion-item.is-active svg {
	transform: rotate(-45deg);
}

.logo-slider-container {
	padding-top: 100px;
}

@media (max-width: 1024px) {
	.logo-slider-container {
		padding-top: 80px;
	}
}

@media (max-width: 767px) {
	.logo-slider-container {
		padding-top: 80px;
	}
}

.projects-two-cols .logo-slider-container {
	margin-top: 100px;
}

.bg-light table thead {
	background-color: white !important;
}

@media (max-width: 425px) {
	.table-wrapper .dataTables_wrapper {
		overflow-x: scroll;
	}
}

.table-wrapper .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	.table-wrapper .head {
		flex-direction: column;
		gap: 24px;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.table-wrapper .head h2 {
	margin-bottom: 0px;
}

.table-wrapper .head .select {
	font-size: 16px;
	font-weight: 500;
}

.table-wrapper .head .select select {
	background-color: transparent !important;
	border: 1px solid #B8C9D9;
	border-radius: 500px;
	font-size: 14px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	margin-left: 10px;
}

.table-wrapper .head .select select:focus, .table-wrapper .head .select select:focus-visible {
	border: 1px solid #B8C9D9 !important;
}

.table-wrapper table {
	width: 100%;
}

.table-wrapper table.dataTable.no-footer {
	border-bottom: unset !important;
}

.table-wrapper table thead {
	background-color: #F4F7F9;
	border-radius: 10px;
}

.table-wrapper table thead th {
	font-size: 22px;
	border-bottom: 0px solid transparent !important;
	font-weight: 500 !important;
	padding: 35px 45px !important;
	text-align: left;
	color: #2A2F36;
}

@media (max-width: 767px) {
	.table-wrapper table thead th {
		font-size: 18px;
		padding: 16px 16px !important;
	}
}

@media (max-width: 425px) {
	.table-wrapper table thead th {
		font-size: 14px;
		padding: 12px 10px !important;
	}
}

.table-wrapper table tbody tr {
	background-color: transparent !important;
}

.table-wrapper table tbody tr td {
	padding: 30px 45px !important;
	font-size: 16px;
	border-bottom: 1px solid #B8C9D9;
}

@media (max-width: 767px) {
	.table-wrapper table tbody tr td {
		padding: 16px 16px !important;
		font-size: 14px;
	}
}

@media (max-width: 425px) {
	.table-wrapper table tbody tr td {
		padding: 12px 10px !important;
	}
}

.projects-and-engineering-deliverables.service-deliverables .deliverables-grid .deliverables-item img {
	max-width: 58px;
}

.projects-and-engineering-deliverables.service-deliverables .deliverables-grid .deliverables-item h3 {
	font-size: 24px;
	max-width: 100%;
}

.services-two-cols .item-left {
	max-width: 370px;
}

.service-deliverables .deliverables-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
	margin-top: 42px;
}

@media (max-width: 767px) {
	.service-deliverables .deliverables-grid {
		grid-gap: 40px;
	}
}

@media (max-width: 1024px) {
	.service-deliverables .deliverables-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.service-deliverables .deliverables-grid {
		grid-template-columns: 1fr;
	}
}

.service-deliverables .deliverables-grid .deliverables-item h3 {
	max-width: 200px;
}

.service-deliverables .deliverables-grid .deliverables-item img {
	max-width: 86px;
	width: 100%;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.service-deliverables .deliverables-grid .deliverables-item img {
		max-width: 60px;
		margin-bottom: 8px;
	}
}

.industry-experticse .inner .circle {
	background-color: white;
}

.industry-experticse .inner .description {
	position: relative;
	z-index: 4;
}

.industry-experticse .inner .description ul {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px 1em;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	/* 40.8px */
	letter-spacing: -0.48px;
	color: #2A2F36;
}

@media (max-width: 1024px) {
	.industry-experticse .inner .description ul {
		grid-template-columns: 1fr;
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.industry-experticse .inner .description ul {
		grid-template-columns: 1fr;
		font-size: 18px;
	}
}

.industry-experticse .inner .description ul li:before {
	top: 0.4em;
}

.industry-experticse .inner .grid {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px 40px;
}

@media (max-width: 1024px) {
	.industry-experticse .inner .grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.industry-experticse .inner .grid {
		grid-template-columns: 1fr;
		gap: 30 30px;
	}
}

.industry-experticse .inner .grid .item img {
	aspect-ratio: 370/220;
	object-fit: cover;
	width: 100%;
	border-radius: 12px;
	margin-bottom: 20px;
}

.story-two-cols .two-cols-wrapper .cta-buttons {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

@media (max-width: 767px) {
	.story-two-cols .two-cols-wrapper .cta-buttons {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.story-two-cols .two-cols-wrapper .cta-buttons a {
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.6px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: 0.3s;
}

@media (max-width: 1024px) {
	.story-two-cols .two-cols-wrapper .cta-buttons a {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.story-two-cols .two-cols-wrapper .cta-buttons a {
		font-size: 20px;
	}
}

.story-two-cols .two-cols-wrapper .cta-buttons a svg {
	transition: 0.3s;
}

@media (max-width: 767px) {
	.story-two-cols .two-cols-wrapper .cta-buttons a svg {
		width: 28px;
	}
}

.story-two-cols .two-cols-wrapper .cta-buttons a:hover svg {
	transform: rotate(45deg);
}

.convential-thinking .convential-repeater {
	margin-top: 85px;
	display: flex;
	flex-direction: column;
	gap: 75px;
}

@media (max-width: 767px) {
	.convential-thinking .convential-repeater {
		margin-top: 50px;
		gap: 40px;
	}
}

.convential-thinking .convential-repeater .item {
	display: flex;
	gap: 100px;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.convential-thinking .convential-repeater .item {
		flex-direction: column;
		gap: 12px;
	}
}

.convential-thinking .convential-repeater .item.no-title .description {
	max-width: 100%;
}

.convential-thinking .convential-repeater .item h3 {
	width: 400px;
}

@media (max-width: 767px) {
	.convential-thinking .convential-repeater .item h3 {
		width: 100%;
	}
}

.convential-thinking .convential-repeater .item .description {
	max-width: 656px;
	width: 100%;
}

.founder-testimonial .inner {
	display: flex;
	justify-content: space-between;
	gap: 100px;
	align-items: center;
}

@media (max-width: 767px) {
	.founder-testimonial .inner {
		flex-direction: column;
		gap: 40px;
	}
}

.founder-testimonial .inner .imege-wrapper {
	max-width: 535px;
	width: 100%;
}

.founder-testimonial .inner .imege-wrapper .simpleParallax {
	border-radius: 16px;
}

.founder-testimonial .inner .imege-wrapper img {
	width: 100%;
}

.founder-testimonial .inner .testimonial-wrapper {
	width: 510px;
	width: 100%;
}

.project-controls {
	position: relative;
}

.project-controls .inner {
	display: flex;
	align-items: center;
	gap: 100px;
}

@media (max-width: 1024px) {
	.project-controls .inner {
		gap: 50px;
	}
}

@media (max-width: 767px) {
	.project-controls .inner {
		flex-direction: column-reverse;
	}
}

.project-controls .inner .content-wrapper {
	width: 100%;
	max-width: 510px;
}

.project-controls .inner .image-wrapper {
	max-width: 535px;
	width: 100%;
}

.project-controls svg {
	z-index: -1;
	position: absolute;
	top: 0px;
	right: 0px;
}

.esg-systems img {
	width: 100%;
	margin-bottom: 40px;
}

/*# sourceMappingURL=style.css.map */