/*!
Theme Name: Ware Malcolm
Theme URI: http://underscores.me/
Author: Dotlogics
Author URI: http://underscores.me/
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: ware-malcolm
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.

Ware Malcolm 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/
*/
/* .ware-relation ul.acf-bl.list.choices-list, .ware-relation ul.acf-bl.list.values-list.ui-sortable,  */
.acf-relationship .list {
	height: 500px !important;
}
/*--------------------------------------------------------------
>>> 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.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

.elementor.elementor-location-header, .header-sticky-sec{
	opacity: 0;
}

.filter-sec{
	opacity: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}
li.drop-list.selected-active.empty-category-team {
	background-color: #ffffff;
}
ul {
	list-style: none !important;
	margin: initial !important;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/********************************** WARE MALCOMB CSS START HERE ************************************************/
body {
	margin-bottom: 0 !important;
}
.header-fixed{
	position: fixed !important;
	left: 0 !important;
	width: 100% !important;
	transition: 0.15s !important;
	transform: translateY(0px);
}
.page-fixed {
	overflow: hidden !important;
}
.page-fixed .main-header.gescout-sticky {
	top: 0 !important;
}
.sub-menu-col .elementor-widget-wrap.elementor-element-populated {
	width: 738px;
	margin-left: auto;
}
.page-id-3136 .page-content {
	margin-top: 30px;
}
@media screen and (min-width: 1550px){
	.sub-menu-col .elementor-widget-wrap.elementor-element-populated {
		width: 738px;
	}
	.no-me1 .sub-menu-col .elementor-widget-wrap.elementor-element-populated:not(.mac-safari.no-me1 .sub-menu-col .elementor-widget-wrap.elementor-element-populated) {
		width: 738px;
	}
}
@media screen and (min-width: 1400px) and (max-width: 1549px){
	.sub-menu-col .elementor-widget-wrap.elementor-element-populated {
		width: 738px;
	}
	.no-me1 .sub-menu-col .elementor-widget-wrap.elementor-element-populated:not(.mac-safari.no-me1 .sub-menu-col .elementor-widget-wrap.elementor-element-populated) {
		width: 738px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1399px){
	.sub-menu-col .elementor-widget-wrap.elementor-element-populated {
		width: 738px;
	}
	.no-me1 .sub-menu-col .elementor-widget-wrap.elementor-element-populated:not(.mac-safari.no-me1 .sub-menu-col .elementor-widget-wrap.elementor-element-populated) {
		width: 738px;
	}
}
.home .sub-menu-col .elementor-widget-wrap.elementor-element-populated {
	width: 738px;
}
.home .main-header {
	background-color: transparent !important;
	position: absolute !important;
	width: 100%;
	z-index: 5;
}
.home .main-header:hover {
	background-color: var( --e-global-color-secondary ) !important;
}
.mobile-menu li {
	display: block !important;
}
.mobile-menu li a {
	position: relative;
	display: block;
}
.mobile-menu li a:after {
	content: '';
	background-image: url(../../uploads/2023/10/right-arrow-iocn.svg);
	width: 12px !important;
	height: 20px;
	position: absolute !important;
	right: 0 !important;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: initial !important;
}
.popup-colse a.dialog-close-button {
	left: 20px;
	top: 60px !important;
}
.popup-colse a.dialog-close-button i:before {
	content: '';
	background-image: url(../../uploads/2023/10/left-arrow-icon.svg) !important;
	width: 12px;
	height: 19px;
	position: absolute;
	background-repeat: no-repeat;
}
.remove-spacing {
	margin-bottom: 0 !important;
}
.popup-colse .dialog-widget-content:after {
	content: '';
	background-color: #00000065;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.search-header {
	position: absolute !important;
	z-index: 9999;
}
.search-header button.search-submit:hover {
	background-color: transparent;
	color: #fff;
}
.search-header:after {
	content: '';
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	height: 1.5px;
	width: 100%;
	transition: .4s;
	display: none;
}
.smart-search-suggestions .autocomplete-no-suggestion {
	font-size: 20px;
	color: #fff;
	text-align: left;
}
.search-header-hover.search-header:after {
	display: initial;
}
.close-search img {
	position: absolute;
	transform: translateY(-16px);
	cursor: pointer;
}
.close-search img:hover {
	filter: invert(1);
}
.search-header input.search-field {
	padding-left: 0 !important;
	font-family: "Helvetica LT Std", Sans-serif;
	font-weight: 300;
	font-style: initial !important;
	font-size: 18px !important;
	padding-bottom: 15px !important;
}
.home-header-bg{
	background-color: var( --e-global-color-secondary ) !important;
}
.main-menu li.menu-item a.ekit-menu-nav-link:after {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	background-color: #fff;
	bottom: 33px;
	left: 10px;
	transition: .3s;
	bottom: 0;
}
.menu-line li.menu-item a.elementor-item{
	width: fit-content;
}
.menu-line li.menu-item a.elementor-item:after {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	background-color: #fff !important;
	bottom: -5px;
	transition: .3s;
}
.menu-line li.menu-item a.elementor-item:hover:after{
	width: 100%;
}
.main-menu li.menu-item:hover a.ekit-menu-nav-link:after, .main-menu li.menu-item a.ekit-menu-nav-link:hover:after {
	width: calc(100% - 30px);
}
.freqently-menu li.menu-item a:after {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	background-color: #fff !important;
	bottom: -5px;
	transition: .3s;
}
.freqently-menu li.menu-item a:hover:after {
	width: 100%;
}
.freqently-menu li.menu-item:nth-child(n+2) a:hover {
	cursor: pointer !important;
}
.freqently-menu li.menu-item:first-child a:hover:after {
	width: 0;
}
.freqently-menu {
	position: absolute !important;
	top: 173px;
	width: 707px !important;
}
.menu-heading a.elementor-item {
	font-family: "Helvetica LT Std Bold", Sans-serif !important;
}
.freqently-menu ul.elementor-nav-menu {
	width: fit-content;
}
.search-header-hover:before {
	/*     content: '';
	position: absolute;
	top: -29px;
	left: 0;
	width: 100%;
	height: 115px;
	/*     background: green; */
	z-index: 0;
}
.smart-search-suggestions {
	background-color: transparent;
	border: none;
}
.smart-search-suggestions>.autocomplete-suggestion {
	border-bottom: none;
	padding-left: 0;
	padding-top: 0;
}
.smart-search-post {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 20px;
}
.smart-search-results {
	margin-top: 80px;
}
.smart-search-post-title {
	font-family: "Helvetica LT Std", sans-serif;
	font-size: 18px;
	margin-bottom: 0;
}
.smart-search-post-excerpt {
	font-size: 18px;
	font-family: "Helvetica LT Std", sans-serif;
}
.office-inner {
	padding-bottom: 200px;
}
.office-loop-sec .elementor-widget-image {
	margin-bottom: 0 !important;
}
.office-loop-sec:hover .elementor-heading-title {
	color: #fff;
}
.office-loop-sec .elementor-heading-title a {
	font-family: "Helvetica LT Std Bold", sans-serif;
}
.office-list-card article .elementor-post__card:hover {
	background-color: #e04403 !important;
}
.office-list-card article .elementor-post__card:hover .elementor-post__title a {
	color: #fff;
}
.office-list-card article .elementor-post__thumbnail__link {
	margin-bottom: 0;
}
.office-col a:hover .office-name {
	color: #fff;
}
.content-page p {
	margin: 0 !important;
}
.newsletter-form .jet-subscribe-form__message {
	z-index: 1;
}
.newsletter-form .jet-subscribe-form__submit {
	background-color: transparent;
}
.home-project-title .elementor-heading-title a {
	font-family: "Helvetica LT Std Bold", sans-serif !important;
}
.footer-menu a{
	position: relative;
}
.footer-menu a:after {
	content: '';
	background: #fff;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	transition: .3s;
	left: 0;
}
.footer-menu a:hover:after {
	width: 100%;
}
.main-menu .elementskit-megamenu-panel {
	overflow-x: hidden;
}
.main-menu .elementskit-megamenu-panel .mega-menu-sec {
	width: 100% !important;
	left: initial !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
}
@media screen and (min-width: 1750px){
	.main-menu .elementskit-megamenu-panel .mega-menu-sec { 
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}
.search-header form.search-form .smart-search-results.has-scrollbar {
	width: 100% !important;
}
.search-section{
	padding: 50px 0;
}
.search-section > * {
	font-family: "Helvetica LT Std", Sans-serif;
}
.search-section .page-header {
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 50px;
}
.elementor-kit-7 a:focus {
	outline: initial;
}
.newsletter-form .jet-subscribe-form__submit {
	background-color: transparent !important;
}
.filter-sec .jet-select {
	justify-content: end;
}
.filter-sec select.jet-select__control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('../../uploads/2023/10/dropdown-icon.svg');
	background-repeat: no-repeat;
	background-position-x: calc(100% - 20px);
	background-position-y: 20px;
}
.office-detail-slider .jet-listing-dynamic-repeater__items {
	display: block;
	overflow: hidden;
}
.office-detail-slider img {
	width: 100%;
	height: 100vh !important;
	object-fit: cover;
	object-position: center center;
}
.slider-btn i {
	width: 50px !important;
	height: 50px !important;
	align-items: center;
	display: flex !important;
	background-color: #e04403;
	border-radius: 50%;
	cursor: pointer;
}
.back-btn a:hover svg path {
	fill: #e04403;
}
.color-icon svg path {
	fill: #e04403;
}
.projects-listing:hover .elementor-column {
	display: initial !important;
}
.projects-listing {
	cursor: pointer;
}
.projects-listing:hover .elementor-background-overlay:after {
	content: '';
	background-color: #ffffffc9;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.projects-listing .elementor-column {
	top: 38px;
}
.overlay-on-search{
	overflow: hidden !important;
}
.overlay-on-search:before{
	content: '';
	background: #000000ba;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.search-loop {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 25px;
	row-gap: 25px;
}
.search-loop .entry-title a {
	text-decoration: none;
}
.search-loop .entry-title {
	margin: initial;
}
.search-loop .entry-summary {
	margin-top: -30px;
}
.freqently-menu li.menu-item a.elementor-item {
	width: fit-content;
}
.team-listing-sec section.elementor-section .elementor-widget-image {
	overflow: hidden;
}
.team-listing-sec section.elementor-section img {
	transition: .5s;
}
.team-listing-sec section.elementor-section:hover img {
	transform: scale(1.1);
}
.team-listing-sec section.elementor-section:hover .elementor-heading-title, .team-listing-sec section.elementor-section:hover span {
	color: #e04403;
}
.team-member-item .elementor-column .elementor-widget-image .elementor-widget-container a{
	width: 100%
}
.not-found-sec {
	margin-top: 50px;
}
.job-listing-sec .jet-listing-grid__item .elementor {
	border-top: 1px solid #dedede;
	padding: 10px 0;
}
.job-listing-sec .jet-listing-grid__item {
	padding-top: 0;
	padding-bottom: 0;
}
.job-apply-btn a {
	display: block;
	text-align: left;
	width: 100%;
}
.post-content-container .elementor-widget-theme-post-content .elementor-widget-container p{
	margin-top: 0px;
}

/* about  */
.about-content-container .elementor-column .elementor-widget-container p{
	margin: 20px 0px
}
.cms-content-container .elementor-container .elementor-widget-text-editor p{
	margin: 20px 0px
}
/* new css for big fixing */
.cms-content-container-esg .elementor-widget-text-editor p a{
	/*	color: #E04403 !important;*/
}
.cms-content-container li a {
	font-size: 24px !important;
	color: #3C3835 !important;
}
.cms-content-container a:hover {
	color: #e04403 !important;
	text-decoration: underline
}
.team-details ul li:nth-child(2) {
	margin-top: -15px;
}
.back-btn a:focus svg path, .back-btn a:focus {
	color: #e04403 !important;
	fill: #e04403;
}
.back-btn a span {
	align-items: center;
}
.back-btn a span span.elementor-button-icon.elementor-align-icon-left {
	align-items: center;
	display: flex;
}
.back-btn .elementor-button-icon svg g path:focus {
	fill: red !important;
}
.back-btn .elementor-button-icon svg g:focus {
	fill: red !important;
}
.back-btn .elementor-button-icon svg:focus {
	fill: red !important;
}
.freqently-menu {
	margin-top: 0px;
}
.freqently-menu ul li a {
	cursor:unset !important;
}
.ysm-search-widget .search-submit:before {
	content: '';
	background-image: url(../../uploads/2023/12/Search-icon-svg.svg);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: center center;
}
.search-header button.search-submit {
	top: -1px;
}
.ware-video .jet-video__overlay {
	justify-content: end;
	align-items: end;
	padding-bottom: 24px;
	padding-right: 24px;
}
.cms-content-container ul {
	margin-left: initial;
}
.cms-content-container h2 {
	margin: 0;
	font-family: "Helvetica LT Std Bold", Sans-serif !important;
	font-size: 24px;
	font-weight: 700 !important;
}
.cms-content-container b {
	font-weight: bold;
}
.services-toggle-menu a {
	font-size: 24px !important;
	color: #E04403 !important;
}
.services-toggle-menu a:hover {
	color: #E04403 !important;
	text-decoration: underline
}
.services-toggle-menu .jet-listing-dynamic-repeater__item {
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: var(--e-global-color-secondary);
	/* 	display: inline-flex; */
	column-gap: 5px;
}
.listing-media a {
	font-family: "Helvetica LT Std Bold", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
}
.back-btn a:hover {
	cursor: pointer;
}
.jet-listing-grid.jet-listing.jet-filters-loading:after {
	content: '';
	background-image: url(../../uploads/2023/11/loading-7528_256.gif);
	width: 100%;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.postid-2620 .arrow-down {
	display: none;
}
.office-map .leaflet-control-attribution.leaflet-control {
	display: none;
}
.office-map svg path {
	fill: #e04403;
}
.search-results article .entry-title a {
	font-size: 24px;
}
.search-results article .entry-title {
	line-height: 2rem;
}
/* Sticky header on scroll top css start */
.main-header.gescout-sticky {
	/*     top: -101px !important; */
	left: 0 !important;
	width: 100%;
	z-index: 99999 !important;
	opacity: 1;
	transform: translateY(-100px);
}
.main-header.gescout-sticky.gescout-show {
	/*     top: 0 !important; */
	opacity: 1;
	transform: translateY(0px);
}
/* Sticky header on scroll top css end */
.elementskit-dropdown-has:hover,
.elementskit-megamenu-has:hover,
.elementskit-megamenu-panel:hover {
	overflow: hidden;
}
.sticky-page-title {
	background-color: #fff;
	position: sticky;
	/*     top: 0; */
	transform: translateY(100px);
	z-index: 2;
}
.sticky {
	top: 0;
	width: 100%;
	transition: 0.3s;
}
.headig-sticky-second{
	transition: 0.4s !important;
	top: 100px !important;
	transform: translateY(0px) !important;
}
.sticky-page-title.sticky {
	z-index: 9999;
}
#loading {
	text-align: center;
	font-size: 24px;
	color: #9B9593;
	font-family: "Helvetica LT Std", Sans-serif;
	margin-top: 100px;
}
.news-inner #loading {
	margin-top: 40px;
}
/* Team css start */
.team-row {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 25px;
	row-gap: 60px;
	margin-bottom: 50px;
}
.team-name {
	text-decoration: none !important;
	color: #3C3835;
	font-family: "Helvetica LT Std Bold", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0 0;
	line-height: 30px;
}
.team-category {
	text-decoration: none !important;
	color: #3C3835;
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 17px;
	font-weight: 300;
	margin-top: 3px;
	line-height: 22px;
}
.team-category div:not(.team-category div:last-child) {
	/*     margin-bottom: 2px; */
}
.team-quote {
	text-decoration: none !important;
	color: #3C3835;
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.team-col a {
	text-decoration: none;
	display: block;
}
.team-col:hover {
	cursor: pointer;    
}
.team-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 2s;
	object-position: top center;
}
.team-img {
	overflow: hidden;
	height: 401px;
}
.team-col:hover .team-img img {
	transform: scale(1.1);
}
.team-col:hover .team-name, .team-col:hover .team-quote, .team-col:hover .team-category {
	color: #E04403; 
}
.pagination {
	text-align: center;
}
.team-inner {
	padding-bottom: 210px;
	margin-top: 30px;
}
.pagination .page-numbers:not(.pagination .dots) {
	background-color: #e04403;
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 50%;
	font-size: 20px;
}
.pagination .next, .pagination .prev {
	display: none;
}
.pagination .current, .pagination .page-numbers:hover:not(.pagination .dots) {
	background-color: #3c3835 !important;
}
.team-page-title {
	margin: 0;
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 40px;
	font-weight: 300;
}
.team-heading {
	width: 23.7%;
}
.empty-category:hover {
	background-color: transparent !important;
}
/* Team css end */
/* dropdown style start*/
.filter-banner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.75%;
	align-items: center;
	padding: 10px 0;
	min-height: 100px;
}
.team-heading {
	width: 23.7%;
}
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background-color: #F2F2F2;
	padding: 16px 25px 9px;
	font-size: 20px;
	color: #3C3835;
	font-family: "Helvetica LT Std", Sans-serif;
}
.dropdown-sec {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 100%;
	left: 0;
	/*     border-top: 9px solid white; */
	top: 72px;
	padding: 0;
	margin: 0;
	z-index: 9;
}
.dropdown-content {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #9B9593;
	max-height: 321px;
	overflow-y: scroll;
	padding: 15px 0;
	min-height: 150px;
}
.dropdown-content li {
	padding: 5px 25px;
	text-decoration: none;
	display: block;
	color: #3c3835;
	cursor: pointer;
	font-family: "Helvetica LT Std", sans-serif;
	font-size: 20px;
	position: relative;
}
.dropdown:hover .dropdown-sec {
	/*     display: block; */
}
.dropdown-content li:hover {
	background: #9B9593;
	color: #fff;
}
.dropdown:hover {
	background: #9B9593;
	color: #fff;
}
.all-filter-sec {
	width: 74.5%;
}
.dropdowns {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 25px;
	row-gap: 25px;
}
.dropdown-content::-webkit-scrollbar {
	width: 13px;
}
.dropdown-content::-webkit-scrollbar-track {
	background: #9b95930f;
}
.dropdown-content::-webkit-scrollbar-thumb {
	background: #9B9593;
}
.dropdown-content::-webkit-scrollbar-thumb:hover {
	background: #9B9593;
}
.empty-category {
	color: #9B9593 !important;
	opacity: 0.8;
}
.empty-category-team {
	color: #9B9593 !important;
	opacity: 0.8;
	pointer-events:none;
}
.dropdown-content li.empty-category:hover {
	background: #9B9593;
	color: #333;
	cursor: initial;
}
.dropdown-content li.empty-category:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9;
}
.dropdown-down:after {
	content: '';
	background-image: url(../../uploads/2023/12/Vector-down.svg);
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dropdown-up:after {
	content: '';
	background-image: url(../../uploads/2023/12/Arrow-up.svg);
	background-size: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(-50%, -50%);
}
.dropdown-up {
	background-color: #9b9593;
	color: #fff;
}
.dropdown-down:hover:after {
	filter: brightness(0) invert(1);
}
span.selected-value {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 90%;
	word-break: break-all;
}
/* dropdown style end*/
body {
	overflow: hidden;
}
body:not(.no-scroll) {
	overflow: visible;
}
.search-result input.search-field{
	background-image: unset !important;
}
.main-menu .elementskit-megamenu-panel {
	top: -15px !important;
	left: 0 !important;
	max-width: 100% !important;
	z-index: 0 !important;
	height: 0px;
	visibility: visible !important;
	opacity: 1 !important;
	overflow: hidden !important;
}
/* .main-menu li.menu-item:hover .elementskit-megamenu-panel {
height: 102vh;
transition: 1s !important;
} */

.main-menu .elementskit-megamenu-panel.nowOpendropdown {
	height: 104vh;
	transition: 1s !important;
}

.main-menu .elementskit-megamenu-panel.nowOpendropdown.currentOpendropdown {
	z-index: 1 !important;
}

.mega-menu-sec .elementor-background-overlay{
	transform: scale(1.2);
	transition: 3s !important;
}
.currentOpendropdown .dropdownOpen .elementor-background-overlay{
	transform: scale(1);
	transition: 1s !important;
}

.mega-menu-sec {
	border: 0 !important;
}
.main-header .elementskit-menu-container,
.main-header .elementor-element.elementor-widget-ekit-nav-menu,
.main-header .elementor-widget-wrap.elementor-element-populated,
.main-header .elementor-column,
.main-header .elementor-container{
	position: static !important;
}
.mega-menu-sec {
	padding-top: 150px !important;
}
.main-menu a.ekit-menu-nav-link{
	z-index: 9;
}
.sticky-page-title{
	position: fixed !important;
	transition: 0.15s;
	/*     transition: 0.1s; */
	width: 100%;
	left: 0;
	top: 30px;
	transform: translateY(70px);
	z-index: 9999;
}
.sticky-page-title.heading-sticky-top{
	/* 	top: 0; */
	/* 	left: 0; */
	transform: translateY(-32px);
}
.sticky-page-title.heading-sticky-top .elementor-widget-container,
.sticky-page-title .elementor-widget-container{
	max-width: 1760px;
	margin: 0 auto;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.header-sticky-sec{
	margin-top: 100px;
	padding-top: 70px !important;
}
.cms-link-text {
	word-wrap: break-word;
}
.menu-close-icon {
	right: 1.4% !important;
	z-index: 3 !important;
	cursor: pointer;
	right: -6px !important;
	top: 1px !important;
}
.main-header ul li.menu-item:first-child .mega-menu-sec .menu-close-icon {
	top: -2px !important;
}
.no-me1 .menu-close-icon{
	right: -3px !important;
}
.home .menu-close-icon {
	right: -3px !important;
	top: -2px !important;
}
.office-page-title {
	margin: 0;
}
.container {
	max-width: 1760px;
	margin: 0 auto;
	padding: 0 40px;
}
.office-row {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	column-gap: 25px;
	row-gap: 50px;
	margin-bottom: 50px;
}
.office-name {
	text-decoration: none !important;
	color: #3C3835;
	font-family: "Helvetica LT Std Bold", Sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding: 22px 25px;
}
.office-col a {
	background-color: #F2F2F2;
	text-decoration: none;
	display: block;
}
.office-col a:hover {
	background-color: #e04403;
}
.office-img {
	height: 300px;
}
.office-img img {
	object-fit: cover;
	height: 300px;
	width: 100%;
}
.break-line {
	margin: 0;
	background-color: #dedede;
}
.office-title {
	color: #E04403 !important;
	font-size: 40px;
	line-height:24px;
	margin: 43px 0;
}
.search-results article img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.mobile-sec{
	display: none;
}
/* job api page styling start here */
.job-listing-ul ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.lever-job {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1%;
	padding: 12px 0;
	border-top: 1px solid #dedede;
}
.job-title-and-location {
	width: 25%;
}
.lever-job-tag {
	width: 49%;
	font-family: "Helvetica LT Std",Sans-serif;
	font-size: 22px;
	font-weight: 300;
}
.job-apply-btn {
	width: 24%;
	display: flex;
	justify-content: end;
	align-items: center;
}
.lever-job-title {
	font-family: "Helvetica LT Std Bold",Sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #3C3835 !important;
	text-decoration: none;
	display: block;
}
.apply_btn {
	font-family: "Helvetica LT Std",Sans-serif !important;
	font-size: 22px !important;
	font-weight: 300 !important;
	color: #e04403 !important;
	background-color: #fff;
	border: 1px solid #e04403;
	text-decoration: none;
	padding: 12px 24px;
}
.apply_btn:hover {
	color: #fff !important;
	background-color: #e04403;
}
select.lever-jobs-filter-departments {
	display: none;
}
/* job api page styling end here */
.jobs-filter {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1%;
}
.jobs-filter .dropdown {
	width: 32.66%;
}
.dropdown-content .drop-list {
	padding: 5px 25px;
	text-decoration: none;
	display: block;
	color: #3c3835;
	cursor: pointer;
	font-family: "Helvetica LT Std",sans-serif;
	font-size: 20px;
	position: relative;
}
.dropdown-content .drop-list:hover {
	background: #9b9593;
	color: #fff;
}
.autocomplete-suggestion-wrapper {
	/*     position: absolute; */
}
.autocomplete-suggestion-wrapper h2 {
	color: var(--e-global-color-35976d4) !important;
	font-family: "Helvetica LT Std Bold",Sans-serif !important;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
}
.autocomplete-suggestion-parent-wrapper {
	position: absolute;
	top: 115px;
	left: -85%;
}
.pin-spacer{
	z-index: 9;
}
.heading-sticky-top {
	box-shadow: 2px 7px 26px -5px rgba(0,0,0,.42);
	-webkit-box-shadow: 2px 7px 26px -5px rgba(0,0,0,.42);
	-moz-box-shadow: 2px 7px 26px -5px rgba(0,0,0,.42);
}
.nano-pane {
	display: none !important;
}
.projects-listing .elementor-heading-title a {
	color: #e04403 !important;
	font-family: "Helvetica LT Std Bold", Sans-serif;
	font-size: 40px !important;
	font-weight: 700;
}
.projects-listing .elementor-container.elementor-column-gap-default {
	align-items: center;
}
.team-member .elementor-widget-theme-post-featured-image {
	overflow: hidden;
}
.team-member img.attachment-full {
	transition: 2s;
}
.team-member:hover img.attachment-full {
	transform: scale(1.1);
}
.team-member:hover .elementor-heading-title{
	color: #e04403;
}
.team-member:hover .elementor-post-info span {
	color: #e04403 !important;
}
.job-banner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.8%;
	align-items: center;
	position: relative;
}
.job-filter-sec {
	width: 74.5%;
}
.job-filter-sec .dropdowns select.lever-jobs-filter-departments, .job-filter-sec .dropdowns a#lever-clear-filters {
	display: none !important;
}
.job-filter-sec .dropdowns {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 25px;
	row-gap: 25px;
	width: 100%;
}
.filter-tabs{
	display: none;
}
.project-box {
	position: relative;
}
.project-row {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	row-gap: 25px;
	column-gap: 25px;
}
.project-img {
	overflow: hidden;
	height: 510px;
}
.project-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 2s;
}
.project-content {
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 10px;
	transition: 0.5s;
	opacity: 0;
}
.project-name {
	color: #e04403 !important;
	font-family: "Helvetica LT Std Bold",Sans-serif !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 1.2em !important;
	margin: 0;
}
.project-category {
	font-family: "Helvetica LT Std",Sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2em;
	color: #e04403;
}
.arrow-project svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	width: 30px;
}
.arrow-project path {
	fill: #e04403;
}
.project-img:after {
	content: '';
	background-color: #ffffffb8;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}
.project-link:hover .project-img img {
	transform: scale(1.1);
}
.project-link:hover .project-img:after {
	opacity: 1;
	visibility: visible;
}
.project-link:hover .project-content {
	opacity: 1;
}
section.project-main {
	padding-bottom: 200px;
}
p a {
	color: #3c3835 !important;
	font-size: 24px !important;
	text-decoration: underline !important;
}
p a:hover {
	text-decoration: underline;
	color: #e04403 !important;
}
strong {
	font-weight: bold !important;
}
.menu-animated section {
	/* 	opacity: 1;
	transform: translateY(20px);
	transition: opacity 1s, transform 1s; */
}
.menu-animated section nav.show {
	opacity: 1;
	transform: translateY(0);
}
@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(150px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.custom-search-sec input {
	padding-left: 0 !important;
	font-family: "Helvetica LT Std", Sans-serif;
	font-weight: 300;
	font-style: initial !important;
	font-size: 18px !important;
	padding-bottom: 11px !important;
	text-indent: 3px;
	display: inline-block;
	padding: 10px 40px 10px 10px;
	margin: 0;
	width: 100%;
	height: initial;
	outline: none;
	border: none;
	color: #fff !important;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
.custom-search-sec input::placeholder{
	color: #fff;
}
.custom-search-sec input::focus{
	color: #fff;
}
.main-search {
	position: absolute !important;
	width: 0px !important;
	transform: translateX(12px);
	max-width: 0 !important;
	visibility: hidden;
}
.search-header-hover {
	width: 720px !important;
	max-width: 100% !important;
	transition: all .3s ease 0s;
	visibility: visible;
}

.searchResult{
	position: absolute;
	top: 140px;
	left: -2px;
	width: 100%;
	color: white !important;
	font-family: "Helvetica LT Std",Sans-serif;
	font-size: 18px;
	font-weight: 300;
	max-height: 460px;
	overflow: auto;
}
.searchResult .search-heading{
	color: white !important;
	font-size: 18px;
	font-family: "Helvetica LT Std Bold",Sans-serif;
	text-transform: capitalize;
}
.searchResult .smart-search-post-title, .smart-search-post-excerpt{
	color: white !important;
}
.freqently-menu{
	/* 		display: none !important; */
}
.searchResult::-webkit-scrollbar {
	width: 17px;
}
.searchResult::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.mega-menu-sec section {
	opacity: 0;
}
.searchResult::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}
.currentOpendropdown .mega-menu-sec section {
	transition: opacity 2s, transform 2s;
}
.currentOpendropdown .mega-menu-sec.menu-animated section {
	animation: fadeUp 2s ease forwards;
}
.services-toggle-menu span {
	display: block !important;
}
.team-category span.category {
	display: inline-flex;
}
.team-category span.category:after {
	content: ',';
	margin-right: 5px;
}
.team-category span.category:last-child:after {
	display: none;
}
.slide-title {
	padding: 10px;
	line-height: 1.5em;
}
.slide-heading {
	margin-bottom: 15px;
}
span.e-load-more-spinner{
	display: block !important;
}
.e-load-more-spinner.eicon-animation-spin {
	animation: none !important;
}
span.e-load-more-spinner i:after {
	content: 'Loading...';
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 24px;
	font-weight: 300;
}
.btn-search-icon i {
	cursor: pointer;
}
.btn-search-icon {
	z-index: 9;
	line-height: 0;
}
.humber-icon {
	line-height: 0;
}
.smart-search-post-title {
	position: relative;
	width: fit-content;
}
.smart-search-post-title:after {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	background-color: #fff;
	bottom: 33px;
	left: 0;
	transition: .3s;
	bottom: 0;
}
.smart-search-post-title:hover:after {
	width: 100%;
}
.projects-listing {
	overflow: hidden;
}
.projects-listing .elementor-background-overlay {
	transition: 2s;
}
.projects-listing:hover .elementor-background-overlay {
	transform: scale(1.1);
}
.slider-content {
	display: none;
}
.project-loop-img {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 20px;
	row-gap: 20px;
}
.b-heading b {
	margin: 0;
	font-family: "Helvetica LT Std Bold", Sans-serif !important;
	font-size: 24px;
	font-weight: 700 !important;
}
.heading-space {
	padding: 20px 0;
}
.mobile-menu li a span {
	position: relative;
	display: block;
}
.mobile-submenu li a {
	position: relative;
	width: fit-content;
}
.mobile-menu li span:after, .mobile-submenu li a:after {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	background-color: #fff !important;
	left: 0;
	transition: .3s;
	bottom: 0;
}
.mobile-menu li a:hover span:after, .mobile-submenu li a:hover:after {
	width: 100%;
}
.back-btn a {
	line-height: 1.1;
}
.newsletter_form {
	border-bottom: 2px solid #fff;
	display: flex;
	align-items: center;
}
.newsletter-email {
	padding: 20px 40px 20px 0px !important;
	color: #fff !important;
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	border-radius: 0 !important;
	background-color: transparent;
	border: 0 !important;
	width: 100%;
}
.newsletter-email::placeholder {
	color: white;
}
.newsletter-submit {
	width: fit-content;
	border: 0 !important;
	font-size: 18px !important;
	line-height: 0 !important;
	height: fit-content;
	padding: 0;
	cursor: pointer;
}
.newsletter-submit:hover {
	background-color: transparent !important;
	color: #e04403 !important;
}
.mc4wp-response p{
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin: 10px 0 0;
}
.newsletter-submit:focus {
	background-color: transparent !important;
	color: #fff !important;
}
.office-heading {
	padding: 15px 0;
}
.menu-close-icon .elementor-icon {
	font-size: 24px !important;
}
.main-header ul li.menu-item:first-child .mega-menu-sec .menu-close-icon {
	transform: translateY(5px);
}
/* Mega menu desktop alignment styling start */
.main-header .elementor-container.elementor-column-gap-default {
	justify-content: space-between;
}
.custom-column {
	width: 738px !important;
}
.home .sub-menu-col .elementor-widget-wrap.elementor-element-populated {
	width: 738px;
}
.mega-menu-sec .elementor-column:last-child {
	width: 738px !important;
}
.mega-menu-sec section .elementor-container .elementor-column:first-child {
	width: 48.5%;
}
.mega-menu-sec section .elementor-container .elementor-column:last-child {
	width: 355px !important
		/* 51.51% */
}
/* Mega menu desktop alignment styling end */
.leader-single {
	padding-bottom: 5px;
}
.visibility-hide {
	visibility: hidden;
}

/* Css start animation */
/* .mobile-menu  a {
animation: fadeInUp 0.5s ease-in-out forwards;
}
@keyframes fadeInUp {
0% {
transform: translateX(500px);
background: yellow;
}
100% {
transform: translateX(0);
background: pink;
}
}
.mobile-menu  a:nth-child(1) {
animation-delay: 1s;
}
.mobile-menu  a:nth-child(2) {
animation-delay: 2s;
}
.mobile-menu  a:nth-child(3) {
animation-delay: 3s;
}
.mobile-menu  a:nth-child(4) {
animation-delay: 4s;
}
.mobile-menu  a:nth-child(5) {
animation-delay: 5s;
}
.mobile-menu  a:nth-child(6) {
animation-delay: 10s;
} */

.mobile-main-menu-sec .elementor-widget-wrap.elementor-element-populated:not(.elementor-widget-wrap.elementor-element-populated .elementor-widget-wrap.elementor-element-populated) {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	row-gap: 20px;
}
.line-break {
	margin: 20px 0 0;
	background-color: #dedede;
	height: 0px;
}
.specfic-office.header-sticky-sec {
	padding-top: 80px !important;
}
.specfic-office .office-heading {
	padding: 20px 0;
}
.office-address-detail .elementor-heading-title p {
	margin-top: -10px;
}
.office-map .icon-container i::before {
	background-color: #fff;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	color: transparent;
}
.office-list-card .elementor-post__thumbnail.elementor-fit-height {
	height: 300px;
}
.news-content ul {
	margin: 0;
}
.filter-tabs .icon-minus{
	display: none;
}
.filter-tabs i {
	font-size: 13px;
	color: rgb(60, 56, 53);
}
.selected-active {
	background-color: #f2f2f2;
}
.dropdown-content li:first-child {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.dropdown-content li:first-child:after {
	content: 'All';
	position: absolute;
	left: 25px;
	width: 100%;
	background-color: #fff;
}
.job_section .dropdown-content li:first-child:after {
	content: none !important;
}
.dropdown-content li:first-child:hover, .dropdown-content li:first-child:hover:after {
	background-color: #9B9593;
}
.page-id-946 h1.entry-title {
	opacity: 0;
	visibility: hidden;
}
.notice-sec {
	padding-bottom: 128px;
}
.mac-safari .notice-sec {
	padding-bottom: 125px;
}
.notice-heading {
	margin: 43px 0 27px;
	font-family: "Helvetica LT Std Bold", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #3c3835 !important;
}
.notice-description {
	font-family: "Helvetica LT Std", Sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #3c3835 !important;
	line-height: 32px;
}
.notice-row {
	border-top: 1px solid #dedede;
}
.notice-col {
	width: 50%;
	padding-bottom: 114px;
}
.esg-btn a {
	min-width: 252px;
}
.team-info-sec span.elementor-icon-list-icon {
	display: none;
}
.media-box a:hover {
	color: #e04403 !important;
}
.pro-img-right img, .img-sec img {
	min-height: 460px;
	width: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1500px) and (max-width: 1650px) {
	.team-img {
		height: 381px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1499px){
	.team-img {
		height: 325px;
	}
}
@media screen and (max-width: 1200px){
	.container{
		padding: 0 20px;
	}
	.header-sticky-sec {
		margin-top: 90px;
		padding-top: 61px !important;
	}
	.sticky-page-title {
		top: 20px;
	}
	.headig-sticky-second {
		top: 90px !important;
	}
	.sticky-page-title.heading-sticky-top {
		transform: translateY(-20px);
	}
	.filter-banner {
		min-height: 90px;
	}
	.team-row {
		grid-template-columns: repeat(3,1fr);
		column-gap: 30px;
		row-gap: 30px;
	}
	.office-page-title {
		/* 		padding: 11px 0px; */
	}
	.sticky-page-title.heading-sticky-top .elementor-widget-container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.home .main-header {
		background-color: var( --e-global-color-secondary ) !important;
	}
	.search-header-hover:before{
		content: initial;
	}
	.page-id-11 .mobile-search-sec {
		margin-top: 60px;
	}
	.mobile-search input.search-field {
		padding-left: 0 !important;
		font-family: "Helvetica LT Std", Sans-serif;
		font-weight: 300;
		font-style: initial !important;
		font-size: 18px !important;
		border-bottom: 1px solid #fff !important;
		border-radius: 0;
	}
	.mobile-search button.search-submit{
		width: initial;
	}
	.mobile-search-sec {
		position: absolute !important;
		width: 100%;
	}
	.smart-search-post-title {
		font-size: 15px;
	}
	.smart-search-post-excerpt {
		font-size: 15px;
	}
	.smart-search-results {
		margin-top: 35px;
	}
	.container {
		padding: 0px 25px;
	}
	.office-row {
		grid-template-columns: repeat(3,1fr);
	}
	.main-search {
		top: 100px;
		left: 0;
		width: calc(100% - 20px)!important;
		display: none;
	}
	.close-search img {
		right: 60px;
		top: 57%;
	}
	.searchResult {
		top: 75px;
	}
	.freqently-menu {
		left: 15px;
	}
	.search-header-hover {
		width: calc( 100% - 20px ) !important;
		position: absolute !important;
		display: block;
	}
	.close-search img {
		top: 39px;
	}
	.elementor-hidden-mobile.main-menu {
		display: none !important;
	}
	.heading-space {
		padding: 5px 0;
	}
	.close-search img {
		top: 50%;
		transform: translateY(-50%);
	}
	.main-search {
		top: 90px;
	}
	.overlay-on-search .main-header .elementor-container.elementor-column-gap-default {
		min-height: 57px !important;
	}
	.freqently-menu {
		margin-top: 2px;
	}
	.custom-search-sec .search:after {
		content: '';
		background-image: url(../../uploads/2023/12/Search-icon-svg.svg);
		position: absolute;
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.team-img {
		height: 381px;
	}
	.sticky-page-title.heading-sticky-top .elementor-widget-container, .sticky-page-title .elementor-widget-container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.main-header.gescout-sticky {
		/* 		top: -91px !important; */
	}
}
@media screen and (max-width: 1024px){
	.notice-heading {
		font-size: 20px !important;
	}
	.notice-description {
		font-size: 18px;
	}
	.post-type-archive-office .line-break {
		margin-top: 6px;
	}
	.post-type-archive-office .office-title {
		font-size: 30px;
		margin: 25px 0;
	}
	.custom-column {
		width: 35% !important;
	}
	.team-row {
		grid-template-columns: repeat(3,1fr);
		column-gap: 20px;
		row-gap: 20px;
	}
	.office-page-title {
		/* 		padding: 18px 0px; */
	}
	.project-img {
		height: 400px;
	}
	.project-row {
		row-gap: 12px;
		column-gap: 20px;
	}
	.project-name {
		font-size: 30px !important;
	}
	.project-category{
		font-size: 30px
	}
	.cms-content-container li a, p a {
		font-size: 18px !important;
	}
	.projects-listing .elementor-heading-title a {
		font-size: 30px !important;
	}
	.team-img {
		height: 300px;
	}
	.office-row {
		grid-template-columns: repeat(2, 1fr);
	}
	.office-img {
		height: initial;
	}
	.office-img img {
		height: 400px;
	}
}
@media screen and (max-width: 991px){
	.job-title-and-location, .lever-job-tag, .job-apply-btn {
		width: 32.66%;
	}
	.notice-col {
		width: 100%;
	}
	.apply_btn {
		font-size: 20px !important;
		width: fit-content !important;
		float: right;
	}
	.team-row {
		grid-template-columns: repeat(2,1fr);
		column-gap: 30px;
		row-gap: 30px;
	}
	.team-img {
		height: 400px;
	}
	.office-img img {
		height: 400px;
	}
}
@media screen and (max-width: 850px){
	.team-img {
		height: 350px;
	}
}
@media screen and (max-width: 768px){
	.pro-img-right img, .img-sec img {
		min-height: initial;
	}
	.desktop-sec{
		display: none;
	}
	.notice-heading {
		font-size: 15px !important;
	}
	.notice-description {
		font-size: 15px;
		line-height: 1.5em;
	}
	.sticky-page-title.heading-sticky-top{
		min-height: 57px;
	}
	.headig-sticky-second{
		top: 57px !important; 
	}
	.esg-btn a.elementor-button {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.mobile-sec{
		display: block;
	}
	.team-row {
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 40px;
	}
	.team-img {
		height: initial;
	}
	.team-img img {
		width: 350px;
		height: 350px;
	}
	.team-page-title{
		font-size: 22px;
	}
	.team-name {
		font-size: 17px;
		margin: 8px 0 0;
		line-height: 20px;
	}
	.team-category {
		font-size: 17px;
	}
	.dropdowns {
		position: relative;
		grid-template-columns: repeat(1,1fr);
		row-gap: 5px;
	}
	.filter-sec select.jet-select__control{
		background-position-x: calc(100% - 25px);
	}
	.office-detail-slider img{
		height: 350px !important;
	}
	.arrow-down{
		cursor: pointer;
	}
	.office-page-title {
		padding: 12px 0 12px;
	}
	.arrow-down:after {
		content: '';
		background-image: url(../../uploads/2023/11/down-arrow-icon.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 100%;
		right: 0;
		transform: translateY(-50%);
	}
	.arrow-up:after {
		content: '';
		background-image: url(../../uploads/2023/11/down-arrow-icon.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
		width: 15px;
		height: 15px;
		position: absolute;
		top: 100%;
		right: 0;
		transform: translateY(-50%) rotate(180deg);
	}
	.job-apply-btn a {
		width: 165px !important;
		text-align: center;
		font-size: 15px !important;
	}
	.projects-listing .elementor-column {
		top: 15px;
	}
	.header-sticky-sec {
		margin-top: 57px;
		padding-top: 57px !important;
	}
	.filter-banner {
		min-height: 57px;
	}
	.sticky-page-title.heading-sticky-top .elementor-widget-container {
		padding: 18px 25px !important;
	}
	.office-row {
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 20px;
	}
	.office-title {
		font-size: 24px;
		margin: 20px 0;
	}
	.office-page-title{
		font-size: 20px !important;
	}
	.filter-banner {
		display: flex;
		margin: 0px;
		flex-wrap: wrap;
		column-gap: 1%;
		position: relative;
		align-items: center;
	}
	.all-filter-sec {
		width: 24%;
	}
	.filter-banner .team-heading {
		width: 75%;
	}
	.job-title-and-location, .lever-job-tag, .job-apply-btn {
		width: 100%;
		justify-content: left;
	}
	.apply_btn {
		float: left;
	}
	.mobile-search-sec {
		height: 100vh;
	}
	.job-filter-sec .dropdowns {
		position: relative;
		grid-template-columns: repeat(1,1fr);
		row-gap: 5px;
	}
	.job-banner .team-heading {
		width: 80%;
	}
	.filter-tabs{
		display: initial;
	}
	.job-filter-sec {
		width: 18.2%;		
	}
	.filter-tabs {
		font-family: "Helvetica LT Std" !important;
		font-size: 15px !important;
		font-weight: 300 !important;
		color: #3C3835 !important;
		text-decoration: none;
		float: right;
		transform:translateY(2px)
	}
	.filter-tabs:hover i, .filter-tabs:hover {
		color: #e04403 !important;
	}
	.filter-toggle {
		display: none;
		transition: 2s;
		width: 100%;
		padding: 5px;
		position: absolute;
		left: 0;
		top: 57px;
		background-color: #fff;
		box-shadow: 2px 7px 26px -5px rgba(0,0,0,.42);
		-webkit-box-shadow: 2px 7px 26px -5px rgba(0,0,0,.42);
		-moz-box-shadow: 2px 7px 26px -5px rgba(0,0,0,.42);
	}
	.dropdown {
		padding: 12px 15px 6px;
	}
	.project-row {
		grid-template-columns: repeat(1,1fr);
	}
	.cms-content-container li a, p a {
		font-size: 15px !important;
	}
	.sticky-page-title {
		top: -13px;
	}
	.project-loop-img {
		grid-template-columns: repeat(1,1fr);
	}
	.b-heading b{
		font-size: 15px;
	}
	.lever-job-tag {
		margin: 10px 0 15px;
		font-size: 15px;
	}
	.team-inner, .office-inner {
		padding-bottom: 100px;
	}
	#loading {
		margin-top: 50px;
	}
	.freqently-menu li.menu-item a.elementor-item {
		font-size: 15px !important;
	}
	.freqently-menu li.menu-item:not(.freqently-menu li.menu-item:last-child) {
		margin-bottom: 20px !important;
	}
	.custom-search-sec input {
		font-size: 15px !important;
	}
	.searchResult .search-heading {
		font-size: 15px;
	}
	.newsletter-email {
		font-size: 15px;
		padding: 15px 40px 8px 0 !important;
	}
	.office-map .osm-map-container {
		height: 350px !important;
	}
	.office-name {
		padding: 22px 19px;
		font-size: 17px;
	}	
	.projects-listing .elementor-heading-title a {
		font-size: 20px !important;
		font-family: "Helvetica LT Std", Sans-serif;
	}
	.services-toggle-menu .jet-listing-dynamic-repeater__item {
		font-size: 15px;
	}
	.filter-banner{
		padding: initial;
	}
	.about-line .elementor-widget-container {
		margin-bottom: 0 !important;
	}
	.about-line {
		margin-bottom: 15px !important;
	}
	.team-details ul li:nth-child(2) {
		margin-top: -5px;
	}
	.office-address-detail p {
		margin: 0;
	}
	.lever-job-title {
		font-size: 15px !important;
	}
	.lever-job{
		padding: 8px 0 15px;
	}
	.slider-btn i {
		width: 35px !important;
		height: 35px !important;
		font-size: 12px;
	}
	.team-row{
		row-gap: 34px;
	}
	.sticky-page-title h1.elementor-heading-title {
		font-size: 20px !important;
	}
	.sticky-page-title .elementor-widget-container {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.project-name {
		font-size: 22px !important;
		margin-bottom: 5px;
	}
	.project-category {
		font-size: 22px;
	}
	.arrow-project svg{
		width: 20px;
	}
	.office-heading .office-page-title{
		padding: 0;
	}
	.sticky-page-title.heading-sticky-top{
		top: 20px;
		/* 		transition: top 0.3s ease; */
	}
	.header-sticky-sec.second-title-bar {
		padding-top: 22px !important;
	}
	.specfic-office.header-sticky-sec {
		padding-top: 40px !important;
	}
	.post-type-archive-office .specfic-office.header-sticky-sec {
		padding-top: 54px !important;
	}
	.post-type-archive-office .office-title {
		font-size: 24px;
		margin: 20px 0;
	}
	.header-sticky-sec.specfic-office .office-heading {
		padding: 15px 0;
	}
	.freqently-menu {
		width: calc(100% - 30px) !important;
	}
	.page-id-3136 .page-content {
		margin-top: 0px;
	}
	.team-inner{
		margin-top: 0px;
	}
	.office-row {
		grid-template-columns: repeat(1,1fr);
	}
	.esg-btn a {
		min-width: 190px;
	}
}
@media screen and (max-width: 576px){
	.team-row {
		grid-template-columns: repeat(1,1fr);
	}
	.dropdowns {
		grid-template-columns: repeat(1,1fr);
		row-gap: 7px;
	}
	.office-map .osm-map-container {
		height: 250px !important;
	}
	.news-featured-img img, .news-banner-img img {
		height: 250px !important;
		object-fit: cover;
		object-position: left;
	}
	.office-img img {
		height: 300px;
	}
	.notice-col {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 500px){
	.office-detail-slider img {
		height: 200px !important;
	}
	.project-img {
		height: 300px;
	}
	.office-img img {
		height: 270px;
	}
}
@media screen and (max-width: 350px){
	.team-img img {
		width: 270px;
		height: 270px;
	}
}
/* For Mac book css */
.mac-safari .sticky-page-title .elementor-heading-title{
	transform: translateY(5px);
}
.mac-safari .back-btn a span .elementor-button-text{
	transform: translateY(5px);
}
.mac-safari .filter-banner .team-heading h1.office-page-title span{
	transform: translateY(5px);
	display: block;
}
.mac-safari .office-heading h1.office-page-title{
	transform: translateY(5px);
}
.mac-safari .office-page-title span{
	transform: translateY(5px);
}
.mac-safari .apply_btn span{
	transform: translateY(3px);
	display:inline-block;
}
.mac-safari span.selected-value{
	transform: translateY(4px);
}
.mac-safari .span.selected-value {
	transform: translateY(4px);
}
.mac-safari .mobile-menu ul li a span{
	transform: translateY(3px);
}
.mac-safari .sub-menu-heading h2{
	transform: translateY(3px);
}

.mac-safari .job-apply-btn{
	transform: translateY(0px);
}

@media screen and (max-width: 767px){
	.mac-safari .back-btn a span .elementor-button-text{
		transform: translateY(4px);
	}
	.back-btn a span span.elementor-button-icon.elementor-align-icon-left{
		margin-right: 10px !important;
	}
	.mac-safari .apply_btn span{
		transform: translateY(0px);
	}
	.fz-list-card article a .elementor-post__thumbnail img {
		object-fit: cover;
		height: 300px !important;
		width: 100% !important;
	}
	.fz-list-card article a .elementor-post__thumbnail {
		object-fit: cover;
		height: 300px;
		width: 100%;
	}
	.fz-list-card article .elementor-post__text {
		margin-top: 22px !important;
		padding-left: 19px !important;
		padding-right: 19px !important;
	}
	.fz-list-card article .elementor-post__text h2.elementor-post__title {
		margin-bottom: 22px !important;
	}
	.main-header.gescout-sticky {
		/* 		top: -58px !important; */
	}
}
.job-listing-ul{
	min-height: calc(100vh - 200px);
}
.news-banner-img, .news-featured-img {
	display: none;
}
body{
	background-color: #fff !important; 
}
ul {
	list-style: none !important;
	margin: initial !important;
}
.news-content ul, 
.general-detail-content ul {
	list-style-type: initial !important;
}
.news-content ul li::marker, 
.general-detail-content ul li::marker{
	color: #e04403;
}
