/*!
Theme Name: steward-machine-update
Theme URI: http://underscores.me/
Author: Underscores.me
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: steward-machine-update
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.

steward-machine 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.
 */
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: #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 {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 1.3;
	color: rgba(92, 102, 113, 1);
	font-family: 'Source Sans 3';
    padding-top: 100px;
    
}

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

a:visited {
	color: #800080;
}

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

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

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


p {
    margin-bottom: 20px;
    font-family: 'Source Sans 3';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.63;
    letter-spacing: 0.00em;
    color: rgba(92, 102, 113, 1);
    margin-top: 0;
}

h1 {
    font-family: 'Bebas Neue';
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;    
    margin-top: 0;
}
h2 {
	font-family: 'Bebas Neue';
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;    
    margin-bottom: 20px;
    margin-top: 0;
}
h3 {
    font-family: 'Source Sans 3';
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: rgba(3, 125, 173, 1);
    margin-bottom: 21px;
    margin-top: 0;
}
h4 {
	font-family: 'Source Sans 3';
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
	color: rgba(3, 125, 173, 1);
	margin-bottom:20px;
    margin-top: 0;
}
h5 {
	font-size: 18px;
	line-height: 1.5;	
	color: rgba(3, 125, 173, 1);
	margin-bottom:20px;
    margin-top: 0;
}
h6 {
	font-size: 16px;
	line-height: 1.5;	
	color: rgba(3, 125, 173, 1);
	margin-bottom:20px;
    margin-top: 0;
}
.container {
    max-width: 1274px;
    margin: 0 auto;
    padding: 0 50px;
}

/* Header Section Start */
header {
    width: 100%;
    position: fixed;    
    top: 0;
    z-index: 999;
}

header .container {max-width: 1305px;margin: 0 auto;padding: 0 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;position: relative;}
header .logo-block {
    float: left;
    width: 41.5%;
    background-color: rgba(250, 246, 243, 1);
    padding-top: 21px;
    padding-bottom: 21px;
    position: relative;
    -webkit-transform: skew(-37deg, 0deg);
        -ms-transform: skew(-37deg, 0deg);
            transform: skew(-37deg, 0deg);
    border-right: 12px solid rgba(92, 102, 113, 1);
}

header .head-right {
    float: left;
    width: 58.5%;
    padding-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}
header:before {position: absolute;width: 100%;height: calc(100% - 10px);background-color: rgba(231, 233, 235, 1);left: 0;top: 0;content: "";}
header .logo-block:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    left: -199%;
    background-color: rgba(250, 246, 243, 1);
    top: 0;
}
header .logo-block a {
    -webkit-transform: skew(37deg, 0deg);
        -ms-transform: skew(37deg, 0deg);
            transform: skew(37deg, 0deg);
    display: inline-block;
}
/* Header Section End */

/* Hero banner Section Start */

section.hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 217px;
    padding-bottom: 132px;
    text-align: center;
    position: relative;
}
section.hero-banner:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./images/Isolation_Mode-1.svg);
    width: 370px;
    height: 911px;
    left: 0;
    z-index: 1;
    top: 275px;
}
.hero-banner .container {
    max-width: 927px;
}
.hero-banner h1 {
    text-transform: uppercase;
    margin-top: 0;
}

/* Hero banner Section End */

/* About Single Content Section Start */
section.about-mac {
    padding-top: 85px;
    padding-bottom: 54px;
    position: relative;
    background-color: rgba(250, 246, 243, 1);
}
.about-mac:before {
    content: "";
    position: absolute;
    top: -24px;
    height: 100px;
    width: 70px;
    background-color: #faf6f3;
    right: 163px;
    -webkit-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
            transform: rotate(48deg);
}
.about-mac:after {
    content: "";
    width: 184px;
    height: 34px;
    background-color: #faf6f3;
    position: absolute;
    top: -34px;
    right: 0;
}


section.about-mac .about-mac-wrap {
    max-width: 775px;
    margin-right: 87px;
    position: relative;
    z-index: 2;
}

.about-mac .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}


/* About Single Content Section End */

/* About Two Clm Section Start */

section.about-two-col {
    padding-top: 30px;
    background-color: rgba(250, 246, 243, 1);
}

.about-two-col .two-clm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
}

.about-two-col .two-clm-wrap .left-clm-text {
    float: left;
    width: 39.3%;
    margin-bottom: 60px;
}

.about-two-col .two-clm-wrap .right-clm-img {
    float: left;
    width: 51.8%;
    position: relative;
    padding-left: 28px;
    padding-top: 28px;
    z-index: 10;
}
.about-two-col .two-clm-wrap .right-clm-img:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./images/Group3.svg);
    left: 0;
    width: 102%;
    height: 100%;
    top: 0px;
}
section.full-image {
    display: block;
    width: 100%;
    margin-top: -47px;
}
.left-clm-text p {
    margin-bottom: 33px;
}
section.full-image img {
    width: 100%;
    display: block;
}
/* About Two Clm Section End */

/* Project Slider Section Start */
.notable-projects-sec .slick-initialized .slick-slide {
    display: block;
    padding: 0 7px;
}
.project-slider {
    position: relative;
    padding-bottom: 50px;
}
.notable-heading {
    text-align: center; 
    max-width: 780px;
    margin: 0 auto 31px;
}

section.notable-projects-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 106px;
    padding-bottom: 373px;
    position: relative;
}
section.notable-projects-sec:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(./images/Isolation_Mode.svg);
    width: 383px;
    height: 100%;
    right: 0;
    z-index: 0;
    top: -611px;
}
.notable-projects-sec .container {
    max-width: 1324px;
}
.notable-heading h4 {
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 34px;
}

.notable-heading h2 {
    color: #fff;
    text-transform: uppercase;
}
.project-slide h4 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0;
    margin-top: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    font-weight: bold;
}
.slick-slide img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    height: 368px;
}
.slick-slide img:hover {
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
}
.project-slide p {
    color: #fff;
    text-align: center;
    letter-spacing: 0.025em;
}
.project-slider {
    position: relative;
    padding-bottom: 50px;
}

.project-slider button.slick-arrow {
    position: absolute;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none !important;
    border-radius: 0 !important;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.project-slider button.slick-prev.slick-arrow {
    left: calc(50% - 48px);
}

.project-slider button.slick-next.slick-arrow {
    right: calc(50% - 48px);
}
.project-slider button.slick-arrow:before {
    content: "\f104";
    color: #fff;
    font: normal normal normal 19px / 1 FontAwesome;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.project-slider button.slick-next.slick-arrow:before{
    content: "\f105";
}
.project-slider button.slick-arrow:hover {
    background-color: #fff;
}

.project-slider button.slick-arrow:hover:before {
    color: rgba(3, 125, 173, 1);
}

/* Project Slider Section End */

/* Testimonials Section Start */

section.discover-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 109px;
    margin-top: -74px;
    padding-bottom: 87px;
}

.discover-section .discover-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.discover-wrap .discover-part {
    float: left;
    width: 45%;
    margin-right: 3%;
}

.discover-wrap  .discover-part-two {
    float: left;
    width: 60%;
}

.discover-section h2 {
    color: #fff;
    margin-bottom: 39px;
    max-width: 500px;
    width: 100%;
}
.discover-section .container {
    max-width: 1277px;
}

.discover-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.discover-part ul li {
    color: #fff;
    margin-bottom: 16px;
    padding: 17px 0 7px 46px;
    position: relative;
    font-family: "Source Sans 3";
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
}
.discover-part ul li:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(./images/Vector-32.svg);
    left: 0;
    height: 100%;
    top: 1px;
    width: 55%;
}
.discover-wrap .discover-part-two {
    background-color: rgba(236, 233, 222, 1);
    padding: 70px 81px 50px 76px;
    float: left;
    width: 52%;
}

.discover-wrap .discover-part-two h3 {
    margin-bottom: 0;    
    position: relative;
}

.discover-wrap .discover-part-two p {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 1.70;
}

.discover-wrap .discover-part-two span {
    color: rgba(3, 125, 173, 1);
    font-weight: 600;
}
.discover-part-two .discover-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 44px;    
}

.discover-part-two .discover-heading .dis-img {
    margin-right: 31px;
}

/* Testimonials Section End */

/* Work At Steward Section Start */

section.work-machine {
    padding-top: 101px;
    padding-bottom: 25px;
    background-color: rgba(250, 246, 243, 1);
}

section.work-machine .fullw-work {
    text-align: center;
    max-width: 877px;
    margin: 0 auto 46px;
}

.fullw-work h2 {
    color: rgba(3, 125, 173, 1);
    margin-bottom: 25px;
}

.fullw-work p {
    letter-spacing: 0.02em;
    line-height: 1.7;
}
.work-two-clm {
    max-width: 890px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}

.work-two-clm .work-text {
    float: left;
    width: 45.1%;
    padding-top: 24px;
    padding-left: 60px;
    padding-right: 22px;
    position: relative;
}   
.work-two-clm .work-text:before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(./images/Vector-24.svg);
    left: 0;
    height: 56%;
    top: 0;
    width: 100%;
}

.work-two-clm .work-text h4 {
    margin-bottom: 7px;
}

.work-two-clm .work-text p {
    letter-spacing: 0.019em;
    line-height: 1.5;
}

section.job-location-section {
    padding-top: 0;
    background-color: rgba(250, 246, 243, 1);
    padding-bottom: 62px;
}

.job-location-section h2 {
    font-family: "Source Sans 3";
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    color: rgba(3, 125, 173, 1);
    margin-bottom: 37px;
}

.job-location-section .job-two-clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.job-two-clm .job-img-block {
    float: left;
    width: calc(50% - 8px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding: 81px 96px 68px;
    margin-bottom: 20px;
}

.job-two-clm .job-img-block h3 {
    color: #fff;
    margin-bottom: 59px;
    line-height: 1.3;
}
a.btn {
    border: 1px solid rgba(113, 208, 246, 1);
    color: #fff;
    text-decoration: none;
    padding: 6px 33px;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
a.btn:hover {
    background-color: rgba(113, 208, 246, 1);
}
.job-location-section .container {
    max-width: 1311px;
    position: relative;
    z-index: 1;
}

.job-script{
  max-height: 500px;
  overflow: scroll;
}
/* Work At Steward Section End */

/* Three Location Full Section Start */
section.employment-section {
    margin-top: -365px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}

.employment-section h2 {
    color: #fff;
    text-align: center;
    max-width: 1100px;
    width: 100%;
    margin-bottom: 41px;
}

.employment-block {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: calc(118px + 3vw);
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
    margin: 0 auto;
    position: relative;
}

.employment-block .emp-block {
    position: relative;
    padding: 20px 47px 0 19px;
}

.employment-block .emp-block h4 {
    color: rgba(3, 125, 173, 1);
    text-align: center;
    max-width: 220px;
    text-align: center;
    margin: 24px auto 20px;
    letter-spacing: 0.03em;
    font-weight: bold;
}
.employment-block .emp-block p {
    color: rgba(92, 102, 113, 1);
    max-width: 210px;
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
    line-height: 1.2;
}
.employment-block .emp-block p span {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.employment-block .emp-block a{
  z-index: 10;
  
  position: relative;
}
.employment-block .emp-block:before{
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(./images/Vector27.svg);
    left: 0;
    height: 56%;
    top: 0;
    width: 100%;
}
.employment-section .container {
    max-width: 1227px;
}
.employment-block .emp-block:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(./images/Vector27.svg);
    left: 0;
    height: 97%;
    top: 0;
    width: 100%;
}

/* Three Location Full Section End */

/* From Section Start */

section.career-form {
    padding-top: 60px;
    padding-bottom: 79px;
    background-color: rgba(92, 102, 113, 1);
    position: relative;
}

.career-form h2 {
    color: #fff;
    font-family: "Source Sans 3";
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.005em;
    margin-bottom: 11px;
}
.career-form p {
    color: #fff;
    font-family: "Source Sans 3";
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-align: center;
}
section.employment-section:before {
    content: "";
    width: 235px;
    height: 34px;
    background-color: #5c6671;
    position: absolute;
    bottom: 0;
    transform: skew(-48deg, 0deg);
    right: -30px;
}
.career-form h2.gform_title {
    display: none;
}
.career-block-fm span.gfield_required {
    display: none;
}
.career-block-fm label.gfield_label {
    color: #fff;
    font-family: "Source Sans 3";
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    margin-bottom: 0px;
}

.career-block-fm .gform_fields {
    grid-row-gap: 0 !important;
}
.career-block-fm {
    max-width: 1041px;
    margin: 0 auto;
}

.career-block-fm .gfield input {
    padding: 9px 16px !important;
    height: auto !important;
    font-family: "Source Sans 3" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    color: #787575 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}
.career-block-fm .gfield input::placeholder {
  color: rgba(191, 191, 191, 1) !important;
  opacity: 1; /* Firefox */
}

.career-block-fm .gfield input::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(191, 191, 191, 1) !important;
}
.career-block-fm .gform_footer {
    text-align: center !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px !important;
}

.career-block-fm .gform_footer input {
    margin: 0 auto;
    float: none;
    text-align: center;
    background-color: transparent !important;
    font-family: "Source Sans 3" !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    border: 1px solid #fff !important;
    border-radius: 0 !important;
    padding: 2px 29px !important;
    line-height: 1 !important;
    height: auto !important;
    letter-spacing: 0.02em !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

.career-block-fm .gform_footer input:hover, .career-block-fm .gform_footer input:focus {
    background-color: #fff !important;
    color: #5c6671 !important;
    border-color: #fff !important;
}
.gform_validation_errors {
    display: none !important;
}
.career-block-fm .gform_confirmation_message {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

/* From Section End */

/* Footer Section Start */

footer {
    padding-top: 36px;
    padding-bottom: 56px;
    background-color: rgba(250, 246, 243, 1);
    text-align: center;
}

.footer-main ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
}

.footer-main ul li {
    padding: 0 6px;
    position: relative;
}

.footer-main ul li a {
    text-decoration: none;
    font-family: "Source Sans 3";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: rgba(92, 102, 113, 1);
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.footer-main ul li:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 72%;
    background-color: rgba(92, 102, 113, 1);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.footer-main ul li:last-child:before {
    display: none;
}
.footer-main ul li a:hover {
    color: rgba(3, 125, 173, 1);
}
/* Footer Section End */

/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(3, 125, 173, 1);
    z-index: 12121212;
    top: 0;
    left: 0;
    right: 0;
}
.page-loader .txt {
    color: #fff;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.2;
    font-size: 45px;
    font-family: 'Bebas Neue';
}

/* SPINNER ANIMATION */
.spinner {
	position: relative;
	top: 35%;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-color: #fff;

	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}
section.employment-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FAF6F3;
    top: 0;
    z-index: -1;
}
 section.full-image img.mobile-image {
        display: none;
    }
.emp-block img {
    position: relative;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.emp-block img:hover {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}


/*** animations ***/
/* https://blog.hubspot.com/website/css-fade-in see mc-ed for more details*/
.fade-in-content{
  opacity: 0;
  transition: opacity .75s ease-in-out;
  transition-delay: .3s;
}

.fade-in-content:first-child,
.fade-in-content:nth-child(2){
  transition-delay: .5s;
}

.fade-in-content.proj{
  transition: all 1s ease-in-out;
  transition-delay: .5s;
}

.fade-visible{
  opacity: 1;
  /*transform: translate(0, 0);
  transition: all 1s ease-in-out;
  transition-delay: 1s;*/
}

/*.fade-in-content:first-child,
.fade-visible:first-child{
  transition-delay:  0s !important;
} */

#excellence.ce-bg{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width:100%;
  position: relative;
  padding-top:116px;
  padding-bottom:60px;
  z-index: 1;
}

/*#excellence.ce-bg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 36.76%;
}*/

#excellence .ce-titles h2{
  color: #CCCBB1;
  font-family: "Bebas Neue";
  font-size: 75px;
  font-weight: 700;
  line-height:1.01; /* 101.333% */
  letter-spacing: 1.5px;
  margin-bottom:5px;
}


#excellence .ce-titles h3{
  color: #CCCBB1;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

#excellence .ce-titles{
  padding-right:50px;
}


#excellence .acc-content{
  padding-top:65px;
  margin: auto;
}

#excellence .acc-content p{
  color: #FFF;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.2px;
  
}

#excellence .ee-bg{
  background:url('images/Desktop-Name-Shape.svg');
  background-size: cover !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  width:100%;
  //min-width: 485px;
  position: relative;
  padding:25px 10% 19px;
  margin-left: 10%;
}

#excellence .ee-content{
  position: relative;
}

#excellence .cee-img{
  width:242px;
  height:auto;
  top:-18%;
  left:-10% !important;
  
}

.d-flex{
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: center;
  
  align-content: stretch;
  align-items: stretch;
}

#excellence .d-flex{
  padding-top:40px;
}

#excellence .slick-prev:before, 
#excellence .slick-next:before{
  font-size: 25px;
}

#excellence .d-flex div{
  flex: 0 1 auto;
  
}

#excellence .cee-img{
  position: absolute;
  left:0;
}

#excellence .ee-titles{
  padding-left:36%;
}

#excellence .ee-titles h3{
  color: #037DAD;
  font-family: "Bebas Neue";
  font-size: 60px;
  font-weight: 700;
  line-height: 1.03; /* 103.333% */
  letter-spacing: 1.2px;
  margin-bottom:0px;
}

#excellence .ee-titles h4{
  color: #037DAD;
  font-family: "Source Sans 3";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6; /* 160% */
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom:0;
}

/* Responsive Css Start */


@media only screen and (min-width: 1921px) {
    section.full-image {
        margin-top: -71px;
    }
}
@media only screen and (min-width: 3200px) {
    section.full-image {
        margin-top: -101px;
    }
}



@media only screen and (max-width: 1600px) {
    section.notable-projects-sec:before {
        width: 263px;
        height: 70%;
        top: -431px;
    }
}

@media only screen and (max-width: 1366px) {
    section.hero-banner:before {
        width: 299px;
        height: 741px;
        top: 285px;
    }
    h1 {        
        font-size: 87px;
    }
    .enumenu_ul li a {    
        padding: 0 14px 0 !important;
    }
}

@media only screen and (min-width: 1200px) {
  #excellence .acc-content{
    width:80%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 #excellence .cee-img {
     width: 215px;
     top: -7%;
 }
 
 #excellence .ee-titles {
     padding-left: 40%;
 }
 
 #excellence .slick-next{
   right:0px;
    top: 68%;
 }
  
  #excellence .slick-prev{
   left: 0;
   top: 68%;
  }
 
}

@media only screen and (max-width: 1199px) {
  header .logo-block a {
    width: 320px;
}
header .logo-block {
    padding-top: 17px;
    padding-bottom: 17px;    
}
header .head-right{
    padding-top: 0;
}    
body {
    padding-top: 76px;
}    
.enumenu_ul li a {    
    padding: 0 11px 0 !important;
}
.container {
    padding: 0 30px !important;
}    
h1 {
    font-size: 70px;
} 
.about-two-col .two-clm-wrap .right-clm-img {    
    width: 55.8%;
}
.left-clm-text p {
    margin-bottom: 20px;
}   
section.discover-section {
    padding-top: 80px;
    margin-top: -44px;    
}    
.discover-wrap .discover-part-two {    
    padding: 60px 40px 30px 40px;
}
h3 {    
    font-size: 25px;
}    
section.work-machine {
    padding-top: 70px;
}    
.work-two-clm .work-text {
    padding-right: 0;
}
section.notable-projects-sec:before {
    width: 203px;
    height: 50%;
    top: -292px;
} 
section.notable-projects-sec {
    padding-top: 80px;
}    
.employment-block {
    grid-row-gap: calc(13px + 3vw);
}
section.discover-section {
    background-image: url(./images/Image_20240530_212415_679.png) !important;
} 
.slick-slide img {
    height: 328px;
}
    
}
@media only screen and (max-width: 1100px) {
    .enumenu_ul li a {
        padding: 0 7px 0 !important;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    header .logo-block a {
        width: 280px;
    }
    header .logo-block {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .container {
        padding: 0 20px !important;
    }  
    section.hero-banner:before {
        width: 139px;
        height: 341px;
        top: 305px;
    }
    section.about-mac {
        padding-top: 65px;
        padding-bottom: 25px;
    }
    section.about-mac .about-mac-wrap {        
        margin-right: 0;
    }
    h2 {        
        font-size: 50px;
    }
    .discover-part ul li {
        padding: 17px 0 7px 35px;
        font-size: 20px;
    }
    .work-two-clm .work-text {        
        width: 46.5%;
    } 
    .job-two-clm .job-img-block {
        padding: 70px 60px 60px;
    }
    section.notable-projects-sec:before {
        width: 151px;
        height: 30%;
        top: -220px;
    }
    
element.style {
    display: inline-block;
}
.project-slider button.slick-next.slick-arrow {
    right: calc(50% - 50px);
}
.project-slider button.slick-arrow {
    display: block !important;
    top:unset;
    bottom: 0px;
}
footer {
    padding-top: 30px;
    padding-bottom: 40px;
}    
    
}

@media only screen and (min-width:768px){
  
}
@media only screen and (min-width: 992px) {
  .show-mobile{
    display: none;
  }
  
  #excellence .ee-content {
      width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  
    .show-xl{
      display: none;
    }
  
    h2 {
        font-size: 46px;
    }
    section.discover-section {
        margin-top: 0;
    }
    .discover-part ul li {
        padding: 17px 0 7px 33px;
        font-size: 18px;
    }
    .discover-wrap .discover-part-two {
        padding: 50px 30px 30px 30px;
    }
    .job-two-clm .job-img-block {
        padding: 60px 40px 50px;
    }
    section.career-form {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    body {
        padding-top: 74px;
    }
    .enumenu_ul li a {
        padding: 0 0 0 !important;
        font-size: 14px;
        margin-left: 11px;
    }
    .enumenu_ul li:first-child > a {
        margin-left: 0;
    }
    
    #excellence{
      text-align: center;
    }
    
    #excellence.ce-bg{
      padding-top:60px;
      padding-bottom:0;
      z-index: 0;
    }
    
    #excellence .ce-titles {
        padding-right: 0;
    }
    
     #excellence .ce-titles h2{
       font-size: 55px;
       font-weight: 700;
       line-height: 1; /* 100% */
       letter-spacing: 1.1px;
     }
     
     #excellence .ce-titles h3{
       font-size: 20px;
       line-height: 1.6; /* 160% */
       letter-spacing: 0.4px;
       margin-bottom:0;
     }
     
     #excellence .acc-content {
         padding: 45px 10px 100px;
     }
     
     #excellence .acc-content p{
       font-size: 18px;
       font-weight: 600;
       line-height:1.55; /* 155.556% */
       letter-spacing: 0.18px;
     }
     
     #excellence .cee-img {
         width: 159px;
         height: auto;
         left: unset !important;
         margin:auto;
         position: relative;
         margin-top: -115px;
     }
     
     #excellence .ee-bg{
       //background:url('images/Mobile-Name-Shape.svg');
       margin-left:0;
      padding: 25px 25px 35px;
     }
     
     #excellence .ee-titles{
       padding-left:unset;
     }
     
     #excellence .ee-titles h3{
       margin-top:25px;
       font-size: 42px;
       font-weight: 700;
       line-height: 1.02; /* 102.381% */
       letter-spacing: 0.84px;
     }
      
      #excellence .ee-titles h3 br{
        display: none;
      }
      
      #excellence .slick-next{
        right:25px;
      }
      
      #excellence .slick-prev{
        left:25px;
      }
      
   #excellence .slick-prev, 
   #excellence .slick-next{
     /*top:60%;*/
     top:unset;
     bottom:240px;
   }

      
}
@media only screen and (max-width: 860px) {
    .enumenu_ul li a {        
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    
    
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {        
        font-size: 22px;
    }
    p {
        font-size: 16px;
    }
    .about-two-col .two-clm-wrap .left-clm-text {     
        width: 100%;
        order: 2;
        padding: 0 22px;
    }
    .about-two-col .two-clm-wrap .right-clm-img {
        width: 100%;
        margin-bottom: 23px;
        padding-left: 26px;
        padding-top: 23px;
    }
    .left-clm-text p {
        margin-bottom: 26px;
    }
    .discover-section h2 {
        max-width: 100%;
        margin-bottom: 37px;
        padding: 0 18px;
    }
    .discover-wrap .discover-part {        
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        padding: 0 16px;
    }
    .discover-wrap .discover-part-two {
        padding: 34px 28px 40px 35px;
        width: 100%;
    }
    .work-two-clm .work-text {        
        width: 100%;
        margin-bottom: 10px;
        padding-left: 34px;
    }
    section.notable-projects-sec:before {
        width: 139px;
        height: 31%;
        top: -220px;
    }
    section.notable-projects-sec {        
        padding-bottom: 404px;
    }
    header .head-right {    
        display: none;
    }
    header:before{
        display: none;
    }
    body {
        padding-top: 0;
    }
    section.hero-banner {
        padding-top: 196px;
        padding-bottom: 154px;
    }
    .container {
        padding: 0 25px !important;
    }
    section.hero-banner:before {
        width: 135px;
        height: 323px;
        top: 389px;
    }
    section.about-mac {
        padding-top: 47px;
        padding-bottom: 0;
    }
    .about-two-col .two-clm-wrap .right-clm-img:before {
        width: 103%;
    }
    section.about-mac .about-mac-wrap {    
        padding: 0 19px;
    }
    .about-mac-wrap h3 {
        margin-bottom: 15px;
    }
    section.about-two-col {
        padding-top: 18px;     
        padding-bottom: 13px;
    }
    section.discover-section {
        padding-top: 58px;
    }    
    .discover-part ul li {
        padding: 20px 0 4px 22px;
        font-size: 18px;
        margin-bottom: 15px;
        letter-spacing: -0.02em;
        line-height: 1.3;
    }
    .discover-part ul li:before {
        top: 1px;
        width: 74%;
        background-size: contain;
    }
    .discover-part-two .discover-heading .dis-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .discover-part-two .discover-heading .dis-img img {
        width: 40px;
    }
    .discover-part-two .discover-heading {
        padding-left: 0;        
        display: block;
        margin-bottom: 28px;        
    }
    .discover-wrap .discover-part-two p {
        margin-bottom: 19px;
        font-size: 16px;
        line-height: 1.63;
    }
    .discover-wrap .discover-part-two span {
        font-size: 16px;
    }
    section.discover-section {
        padding-top: 58px;     
        padding-bottom: 110px;
    }
    section.work-machine {
        padding-top: 39px;
    }
    section.work-machine .fullw-work {
        text-align: left;
        padding: 0 23px;
        margin: 0 auto 22px;
    }
    .fullw-work p {
        letter-spacing: 0.00em;
        line-height: 1.63;
    }
    .fullw-work h2 {     
        margin-bottom: 17px;
        
    }
    .work-two-clm .work-text h4 {
        margin-bottom: 10px;
        letter-spacing: 0.000em;
        font-size: 18px;
    }
    .work-two-clm .work-text:before {        
        background-size: 60%;
    }
    section.job-location-section {
        padding-top: 3px;
        padding-bottom: 16px;
    }
    .job-location-section h2 {        
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 0.02em;
        color: rgba(92, 102, 113, 1);
        margin-bottom: 26px;
    }
    .job-two-clm .job-img-block {
        padding: 46px 20px 45px;
        width: 100%;
        margin-bottom: 19px;
    }
    .job-two-clm .job-img-block h3 {        
        margin-bottom: 35px;     
    }
    a.btn {
        padding: 6px 35px;
        font-weight: 600;
    }
    section.notable-projects-sec {
        padding-top: 58px;
    }
    .notable-heading h4 {
        margin-bottom: 29px;
        font-size: 18px;
    }
    .notable-heading {     
        max-width: 780px;
        margin: 0 auto 36px;
        padding: 0 16px;
    }
    .project-slider {     
        padding-bottom: 50px;
        padding: 0 18px;
    }
    .project-slide h4 {
        letter-spacing: 0.019em;        
    }
    section.employment-section {
        margin-top: -309px;        
    }
    .employment-section h2 {
        margin-bottom: 33px;
    }
        
    .employment-block .emp-block h4 {
        max-width: 260px;
        margin: 20px auto 16px;
        letter-spacing: 0.03em;
    }
    .employment-block .emp-block p {        
        max-width: 100%;
        margin: 0 auto 24px;
        line-height: 1.2;
        font-size: 18px;
        letter-spacing: 0.00em;
    }
    .employment-block {
        grid-row-gap: calc(8px + 3vw);
    }
    section.employment-section:before {        
        width: 108px;
        height: 24px;
    }
    .discover-section .container {
        padding: 0 30px !important;
    }
    section.career-form {
        padding-top: 53px;     
        padding-bottom: 64px;
    }
    .career-form h2 {
        font-size: 30px;        
        line-height: 1.1;
        margin-bottom: 14px;
    }
    .career-form p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .career-block-fm {
        padding: 0 10px;
    }
    .career-block-fm .gfield input {
        padding: 7px 16px !important;
        margin-bottom: 9px !important;
    }
    .career-block-fm .gform_footer {
        margin-top: 26px !important;
    }
    .career-block-fm .gform_footer input{
        font-weight: 600;
    }
    footer {
        padding-top: 32px;
        padding-bottom: 44px;
    }
    .footer-main img {
        padding: 0 9px;
    }
    .about-mac:after {        
        width: 66px;
        height: 25px;
        top: -25px;        
    }
    .about-mac:before {
        height: 100px;
        width: 48px;
        right: 63px;
    }
    header .logo-block {
        width: 80%;
        padding-left: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-right: 9px solid rgba(92, 102, 113, 1);
    }
    .project-slider button.slick-arrow {        
        bottom: -70px;
    }
    .about-two-col .two-clm-wrap .left-clm-text {
        margin-bottom: 0;
    }   
    .hero-banner h1 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {    
    
    header .logo-block a {
        width: 257px;
    }
    .job-location-section .job-two-clm {
        display: inline-block;
        width: 100%;
    }
    .job-two-clm .job-img-block {     
        width: 100%;
    }
    section.notable-projects-sec:before {
        width: 99px;
        height: 28%;
        top: -169px;
    }
    .employment-block .emp-block {     
        padding: 15px 0 0 16px;
    }
    .employment-block .emp-block:before {
        height: 99%;     
        width: 82%;
        background-size: cover;
    }
    .employment-block {
        grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));        
    }
    .emp-block img {
        width: 100%;
    }
    section.discover-section {
        background-image: url(./images/Mobile-BlueBackground-Drawings.svg) !important;
    } 
}

@media only screen and (max-width: 480px) {
    header .logo-block {
        width: 92%;    
    }
    .work-two-clm .work-text:before {
        background-size: cover;
    }
    .about-two-col .two-clm-wrap .right-clm-img {
        padding-left: 16px;
        padding-top: 13px;
    }
    section.full-image img {
        display: none;
    }
    section.full-image img.mobile-image {
        display: block;
    }
}


@media only screen and (max-width: 380px) {
    header .logo-block a {
        width: 206px;
    }
    a.btn {
        padding: 6px 16px;     
    }
    .footer-main ul {
        display: block;
    }
    .footer-main ul li:before{
        display: none;
    }
}