/*!
Theme Name: hitech-steel
Author: Subhendu Kumar Giri <info@soildcube.co.in>
Author URI: https://github.com/shreesubhendu
Description: Hitech Steel Responsive Wordpress + eCommerce Theme.
Version: 1.1.9
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: shree-hitech-steel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> 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;
	font-family: "PT Sans Bold", sans-serif;
	letter-spacing: -.03125em;
	line-height: 0.8;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Hind Madurai', sans-serif;
}

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

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

































/*
Theme Name: CLD Fencing
Description: Bespoke website for CLD Fencing
Author: SO Marketing (JC)
Version: 1.2 (Vanilla Latte)
*/
/* Partials */
/*_variables.scss */
/* Body Text Styles */
/* mixins.scss */
/*  Flexbox  */
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-v-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ----------------------------- */
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ----------------------------- */
.default-transition {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

/* ----------------------------- */
.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-contain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ----------------------------- */
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}

/* ----------------------------- */
/* CSS needed site-wide */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* accordions */
.su-accordion {
	margin-top: 1.5em;
	text-align: left;
}

/* quick contact form */
#contact-form-internal {
	background: #0e2234;
	color: #fff;
	width: 100%;
	padding: 4em 0;
	border-bottom: 15px solid rgb(249 78 72);
}
#contact-form-internal .quick-contact-form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr[4];
	grid-template-columns: repeat(4,minmax(0,1fr));
	grid-gap: 25px;
	grid-auto-flow: row dense;
	margin-top: 40px;
}
#contact-form-internal .quick-contact-form label {
	margin: 0;
}
#contact-form-internal .quick-contact-form label .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	height: 100%;
}
#contact-form-internal .quick-contact-form label input {
	background: #fff;
	padding: 18px 20px;
	border-radius: 6px;
	color: #9B9B9B;
	font-weight: 600;
}
#contact-form-internal .quick-contact-form label input[type="submit"] {
	background: rgb(249 78 72);
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	cursor: pointer;
}
#contact-form-internal .quick-contact-form label .ajax-loader {
	display: none;
}
#contact-form-internal .quick-contact-form br {
	display: none;
}
#contact-form-internal {
	text-align: center;
}
#contact-form-internal h2, #contact-form-internal h3, #contact-form-internal h4 {
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#contact-form-internal p {
	font-size: 14px;
}
@media (max-width: 1024px) {
	#contact-form-internal .quick-contact-form {
		-ms-grid-columns: 1fr[3];
		grid-template-columns: repeat(3,minmax(0,1fr));
	}
}
@media (max-width: 991px) {
	#contact-form-internal .quick-contact-form {
		-ms-grid-columns: 1fr[2];
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}
@media (max-width: 575px) {
	#contact-form-internal .quick-contact-form {
		-ms-grid-columns: 1fr[1];
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

textarea, input, button, a {
  outline: none;
}

button,
input,
textarea {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

.wrap404 {
  padding: 90px 0;
  height: 500px;
}
.wrap404 .ion-ios-help-outline {
  font-size: 80px;
  margin-bottom: 10px;
  display: block;
}
.wrap404 h1 {
  font-weight: 500;
  font-size: 32px;
}
.wrap404 a {
  margin: 20px  auto;
  display: block;
  background-color: rgb(249 78 72);
  color: #fff;
  font-weight: 200;
  width: 150px;
  text-align: center;
  padding: 15px 25px;
}
.wrap404 * {
  width: 100%;
  text-align: center;
}

.readMore {
  color: black;
  background: transparent;
  border: 1px solid black;
  padding: 2px 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.readMore:hover {
  background: black;
  color: white;
}

.button {
  padding: 20px 35px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
}
.button:hover {
  background-color: rgb(249 78 72);
  color: #FFF !important;
}

.team-page h1 {
  padding: 25px 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22pt;
}

.cld-team-members {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
.cld-team-members li {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 24%;
  margin: 25px auto;
}
.cld-team-members li:hover {
  bottom: 0;
}
.cld-team-members li:hover .team-member-info {
  bottom: 0;
  width: 100%;
  transition: 0.5s all;
  opacity: 0;
}
.cld-team-members li:hover .team-member-overlay {
  opacity: 1;
}
.cld-team-members img {
  display: block;
  width: 100%;
}

.team-member-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  transition: 0.5s all;
  color: #fff;
  padding: 35px;
}
.team-member-overlay ul {
  padding-bottom: 35px;
  border-bottom: 1px solid rgb(249 78 72);
}
.team-member-overlay ul li {
  height: auto;
  overflow: hidden;
  width: auto;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.team-member-overlay ul li i {
  font-size: 15pt;
  margin-right: 15px;
}
.team-member-overlay h2 {
  letter-spacing: 2px;
  font-size: 20pt;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
}
.team-member-overlay h3 {
  font-size: 14pt;
  padding-bottom: 25px;
  font-weight: 100;
}
.team-member-overlay a {
  display: block;
  padding: 10px 0px;
  font-size: 14pt;
}
.team-member-overlay p:first-of-type {
  padding-top: 35px;
}
.team-member-overlay p {
  line-height: 1.5;
  padding-bottom: 20px;
  font-size: 15pt;
}


.team-member-info h2 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.team-member-info h3 {
  color: #fff;
  font-weight: 100;
  padding: 5px 0px;
}
.team-member-info i {
  color: white;
  font-size: 40pt;
}

.name-job-title {
  width: 70%;
  float: left;
}

.linkedin {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 30pt;
}

/*_typography.scss*/
body {
  color: #0e2234;
  font-size: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
body ::selection {
  background:rgb(249 78 72);
}
body ::-moz-selection {
  background: rgb(249 78 72);
}

a {
  color: rgb(249 78 72);
}

.ucase {
  text-transform: uppercase;
}

.wpcontent * {
  width: 100%;
}
.wpcontent h1,
.wpcontent h2,
.wpcontent h3,
.wpcontent h4,
.wpcontent h5,
.wpcontent h6 {
  margin-bottom: 10px;
}
.wpcontent h1 {
  font-size: 22px;
  font-weight: 700;
}
.wpcontent h2 {
  font-size: 18px;
  font-weight: 600;
}
.wpcontent h3 {
  font-size: 15px;
  font-weight: 600;
}
.wpcontent h4 {
  font-size: 15px;
  font-weight: 600;
}
.wpcontent p {
  margin-bottom: 1.2em;
  line-height: 25px;
  color: #3c3c3c;
}
.wpcontent strong {
  font-weight: 600;
}
.wpcontent a {
  color: rgb(249 78 72);
  text-decoration: underline;
}
.wpcontent ul, .wpcontent ol {
  margin-bottom: 1.2em;
  line-height: 25px;
  color: #3c3c3c;
  font-weight: 300;
  padding-left: 1.2em;
  list-style: initial;
}
.wpcontent ol {
  list-style: decimal;
}
.wpcontent img {
  width: 50%;
  left: initial;
  height: auto;
  position: relative;
  margin: 25px auto;
  display: block;
}
.wpcontent img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.wpcontent img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wpcontent img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wpcontent .alignright {
  float: right;
}
.wpcontent .alignleft {
  float: left;
}
.wpcontent .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*_header.scss */
/* Header Styles */
header.site-header {
  height: auto;
  width: 100%;
  background-color: #fff;
  position: fixed;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  z-index: 99999;
  border-bottom: 1px solid #000;
  top: 0px;
}
header.site-header .logo {
  width: 160px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
header.site-header .header-logo {
  width: 275px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
header.site-header .header-main {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header.site-header .header-info {
  background-color: #0e2234;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 95px;
  color: rgb(249 78 72);
}
header.site-header .header-info p.contact-method {
  font-weight: 100;
  margin-bottom:0px;
}
header.site-header .header-info a {
  color: #FFF;
  padding: 15px 5px;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 3px;
  font-weight: 300;
}
header.site-header .header-info .buttons {
  margin-left: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.site-header .header-info .buttons a {
  padding: 16px 59px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.site-header .header-info .buttons a:hover {
  background-color: rgb(251 54 48);
}
header.site-header .header-info .buttons .brochure:before {
  color: rgb(249 78 72);
  font-size: 15px;
  margin-right: 10px;
}
header.site-header .header-info .buttons .brochure:hover:before {
  color: #FFF;
}
header.site-header .header-info .buttons .get-in-touch {
  background-color: rgb(249 78 72);
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
header.site-header .header-info .buttons .get-in-touch:before {
  position: absolute;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(251 54 48);
  content: "Close";
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header.site-header .header-info .buttons .get-in-touch.active {
  color: transparent;
}
header.site-header .header-info .buttons .get-in-touch.active:before {
  opacity: 1;
  top: 0;
  color: #fff;
}

.mobicon, .mobile {
  display: none;
}

.open-menu {
  display: none;
}

.slide-out-menu {
  background-color: #000;
  width: 50vw;
  right: -50vw;
  height: 100vh;
  position: fixed;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 9999;
}

/*_footer.scss */
/* Footer Styles */
.clearFooter {
  clear: both;
}

footer {
  width: 100%;
  height: auto;
  text-transform: uppercase;
}
footer .footer-main {
  background-color: #0e2234;
  padding: 100px 50px;
  color: #FFF;
}
footer .footer-main .footer-col {
  width: 20%;
  padding-right: 20px;
}
footer .footer-main .footer-col ul {
  list-style: none;
  margin: 0px;
}
footer .footer-main .footer-col h5 {
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 10px;
  margin-bottom: 30px;
}
footer .footer-main .footer-col h5.social-footer {
  margin-top: 30px;
}
footer .footer-main .footer-col ul li a:hover {
  opacity: 1;
}
footer .footer-main .footer-col p {
  margin-bottom: 10px;
}
footer .footer-main .footer-col p strong {
  width: 60px;
  font-weight: 300;
  display: inline-block;
}
footer .footer-main .footer-col p a {
  font-weight: 300;
  display: inline-block;
  color: #FFF;
}
footer .footer-main .footer-col p, footer .footer-main .footer-col ul li a {
  color: #fff;
  opacity: 0.5;
  font-size: 10px;
  letter-spacing: 2px;
  display: block;
  line-height: 24px;
}
footer .footer-main .footer-col ul.social li a {
  font-size: 24px;
}
footer .footer-bottom {
  padding: 20px 0;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1px;
}

footer .footer-bottom .flex ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
footer .footer-bottom .flex ul li a {
  padding: 0 5px;
  color: #000;
}
footer .footer-bottom .so-marketing {
  margin-left: auto;
  margin-right: initial;
  height: 41px;
  opacity: 0.5;
}
footer .footer-bottom .so-marketing .to-slide {
  width: 46px;
  height: 41px;
}
footer .footer-bottom .so-marketing .to-hide {
  left: 47px;
  top: 14px !important;
}
footer .footer-bottom .so-marketing .to-reveal {
  top: 15px;
}

/*_layout.scss */
/* Layout */
#holder {
  min-height: 100%;
  position: relative;
}

.nicescroll-rails {
  z-index: 999999999 !important;
}

.content {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.content-mid {
  width:100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.content-small {
  width: 900px;
  margin: 0 auto;
}

.padded-content {
  padding: 40px 0;
}

.centertext {
  text-align: center;
}

.righttext {
  text-align: right;
}

.lefttext {
  text-align: left;
}

.mobmenu .ion-ios-close-empxy {
  display: none;
  font-size: 29px;
}

nav.headerNav.hide {
  top: -100px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

a.fillLink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.banner-area {
  margin: 100px 0;
  padding: 50px;
}
.banner-area.flipped .banner-inner {
  margin: 50px auto 50px 200px;
}
.banner-area .banner-inner {
  width: 40%;
  margin: 50px 200px 50px auto;
  padding: 80px 100px;
  background-color: #FFF;
}
.banner-area .banner-inner strong {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 35px;
  display: block;
}
.banner-area .banner-inner p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.banner-area .banner-inner a {
  padding: 15px 40px;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 10px;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.banner-area .banner-inner a:hover {
  background-color: rgb(249 78 72);
}

html body ul.social li a {
  font-size: 14px;
  padding-right: 15px;
}
html body ul.social li:nth-last-child(1) a {
  padding-right: 0;
}

.page-intro {
  text-align: center;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  padding: 100px 0;
  font-size: 18px;
}

.tabs-container.about-tabs {
  text-align: left;
}
.tabs-container.about-tabs ul.tabs-menu {
  text-align: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-container.about-tabs ul.tabs {
  text-align: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-container.about-tabs ul.tabs li.active {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-container.about-tabs ul.tabs li .text-col {
  width: 47.5%;
}
.tabs-container.about-tabs ul.tabs li .text-col:nth-child(1) {
  margin-right: 5%;
}
.tabs-container.about-tabs ul.tabs li h1, .tabs-container.about-tabs ul.tabs li h2, .tabs-container.about-tabs ul.tabs li h3, .tabs-container.about-tabs ul.tabs li h4, .tabs-container.about-tabs ul.tabs li h5 {
  margin-top: 0;
  padding-top: 0;
}

.tabs-container {
  margin-bottom: 50px;
}
.tabs-container > ul {
  list-style: none;
  text-align: left;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tabs-container .tabs-menu {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs-container .tabs-menu li {
  font-weight: 300;
  margin: 0 5px 10px 5px;
  opacity: 0.9;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  background-color: #e8e8e8;
}
.tabs-container .tabs-menu li:nth-last-child(1):after {
  display: none;
}
.tabs-container .tabs-menu li:hover, .tabs-container .tabs-menu li.active {
  opacity: 1;
  background-color: rgb(249 78 72);
  color: #FFF;
}

.tabs {
  margin-top: 20px;
}
.tabs li.tab {
  display: none;
}
.tabs li.tab.active {
  display: block;
}

.about-tabs .text-col a {
  width: 50%;
  display: block;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px;
}

.read-more {
  width: auto;
  display: inline-block;
  text-align: center;
  background-color: #0e2234;
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 15px 35px;
  z-index: 99;
  position: relative;
}
.read-more:hover {
  background-color: rgb(249 78 72);
}

.wrap404 {
  padding: 200px 0;
  text-align: center;
}
.wrap404 span.ion-ios-help-outline {
  font-size: 50px;
}
.wrap404 h1 {
  font-size: 30px;
}
.wrap404 a {
  color: #FFF;
  margin-top: 20px;
  display: block;
}

.search-query {
  font-size: 20px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  margin: 50px auto;
  text-align: center;
  line-height: 25px;
}

.search-loop-posts {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.search-loop-posts li {
  width: 29.3333%;
  margin: 2%;
  position: relative;
  padding: 20px;
}
.search-loop-posts li:hover {
  background-color: #f6f6f6;
}

ul.loop-posts li.search-post {
  padding: 10px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
ul.loop-posts li.search-post:hover {
  background-color: #f0f0f0;
}
ul.loop-posts li.search-post h4 {
  color: rgb(249 78 72);
}

ul.image-tiles {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto;
  padding-left: 0;
}
ul.image-tiles li {
  width: 33.3333%;
  padding: 10px;
  list-style: none;
}
ul.image-tiles li figure {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bottom-text {
  padding: 20px 50px;
}

.simple-banner {
  background-color: #000;
  font-size: 24px;
  color: #FFF;
  padding: 50px;
}

ol.so-gdpr, .so-gdpr ol {
  padding: 0;
  margin: 20px 0;
}

.so-gdpr table tr * {
  width: auto !important;
}

/*_slider.scss */
/* Slider */
.home-slider .slide {
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  color: #FFF;
}
.home-slider .slide-inner {
  position: absolute;
  right: 100px;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-slider .slide-inner .slide-text {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 550px;
  line-height: 29px;
}
.home-slider .slide-inner .slide-text strong {
  font-weight: 400;
}
.home-slider .slide-inner .slide-link {
  background-color: #FFF;
  color: #000;
  font-weight: 500;
  font-size: 11px;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.home-slider .slide-inner .slide-link:hover {
  background-color: rgb(249 78 72);
}
.home-slider .slick-arrow {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  font-size: 40px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.home-slider .slick-arrow:hover {
  color: rgb(249 78 72);
}
.home-slider .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.home-slider .slick-next {
  right: 0;
}
.home-slider .slick-prev {
  left: 0;
}

.slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  list-style: none;
}
.slick-dots button {
  border: none;
  background: none;
  background-color: #FFF;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  margin: 5px 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}
.slick-dots button:hover {
  background-color: rgb(249 78 72);
}
.slick-dots .slick-active button {
  background-color: rgb(249 78 72);
}

section#container.is-hidden:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
}

.desktop-mega-menu .mega-menu-container ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
}
.desktop-mega-menu .mega-menu-container ul li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.desktop-mega-menu .mega-menu-container ul li.has-sub-menu > a:after {
  font-size: 14px;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.desktop-mega-menu .mega-menu-container ul li:after {
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 1px;
}
.desktop-mega-menu .mega-menu-container ul li a {
  display: inline-block;
  padding: 12px;
  text-align: center;
  width: 100%;
  color: #0e2234;
  font-weight: 400;
}
.desktop-mega-menu .mega-menu-container ul li a:hover {
  background-color: #0e2234;
  color: #FFF;
}
.desktop-mega-menu .mega-menu-container ul li:hover a {
  background-color:#0e2234;
  color: #fff;
}
.desktop-mega-menu .mega-menu-container ul li:hover .sub-menu-container {
  display: block;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container {
  display: none;
  background-color: #0e2234e6;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 999999;
  overflow: hidden;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu {
  padding: 50px 0 50px 50px;
  background-color: #0e2234;
  width: 25%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li {
  width: 100%;
  padding-right: 50px;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li a {
  text-align: right;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .cat-bg {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  opacity: 0;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-section-image-video {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
  opacity: 0;
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li.video-active .sub-section-image-video, .desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li:hover .sub-section-image-video {
  opacity: 1;
  display: block;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li.video-active .cat-bg, .desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li:hover .cat-bg {
  opacity: 1;
  display: block;
  margin: 0px;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li:after {
  display: none;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li > a {
  border-bottom: 2px solid #FFF;
  padding: 20px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #FFF;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li > a:hover {
  color: rgb(249 78 72);
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li > a span {
  margin-left: auto;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li > a:before {
  font-size: 16px;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li:hover a {
  color: rgb(249 78 72);
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li:hover .sub-menu-slide-out {
  left: 100%;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li:hover .sub-menu-slide-out.solid-background ul li a:hover {
  color: #000 !important;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-sub-menu {
  width: 100%;
  background: none;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-sub-menu li {
  background: none;
  width: 100%;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-sub-menu li a {
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-sub-menu li a span {
  margin-left: 0;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-sub-menu li a:before {
  display: none;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-menu-slide-out {
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(14,34,52,0.8);
  padding: 50px;
  color: #FFF;
  z-index: -1;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-menu-slide-out .text-menu strong {
  color: rgb(249 78 72);
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-menu-slide-out .text-menu p {
  line-height: 25px;
  text-transform: initial;
  font-size: 12px;
  letter-spacing: 1px;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-menu-slide-out .text-menu a {
  margin-top: 20px;
  width: auto;
  background-color: rgb(249 78 72);
  padding: 15px 25px;
  display: inline-block;
  color: #000;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.desktop-mega-menu .mega-menu-container ul li .sub-menu-container .sub-menu li .sub-menu-slide-out .text-menu a:hover {
  background-color: rgb(251 54 48);
}
.desktop-mega-menu .mega-menu-container ul li:nth-last-child(1):after {
  display: none;
}

.home-content {
  padding: 100px 200px;
}
.home-content h1, .home-content h2, .home-content h3 {
  color: rgb(249 78 72);
  font-weight: 500;
  letter-spacing: 4px;
}

.home-tiles ul {
  list-style: none;
}
.home-tiles .home-tiles-columns {
  list-style: none;
  /*width: 100%;*/
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-tiles .home-tiles-columns .home-tiles-column {
  width: 25%;
  padding: 10px;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile .category-information {
  background-color: rgb(249 78 72);
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 9px;
  color: #FFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  left: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile .category-information h3 {
  font-weight: 400;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile .category-information span {
  margin-left: auto;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile .category-slide-out {
  background-color: #0e223480;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  color: #FFF;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  left: -100%;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile .category-slide-out h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile .category-slide-out p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile .category-slide-out a {
  background-color: rgb(249 78 72);
  padding: 15px;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 10px;
  color: #FFF;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile:hover .category-slide-out {
  left: 0;
}
.home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile:hover .category-information {
  bottom: -100%;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) {
  width: 50%;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(1), .home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(4) {
  width: 100%;
  margin-bottom: 20px;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(1) .category-slide-out, .home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(4) .category-slide-out {
  width: 50%;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(2) {
  margin-right: 4%;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(2), .home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(3) {
  width: 48%;
  margin-bottom: 20px;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(2) .home-tiles-tiles li:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
  height: 620px;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(2) .home-tiles-tiles li:nth-child(2) {
  width: 100%;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(3) .home-tiles-tiles li:nth-child(1) {
  width: 100%;
  margin-bottom: 20px;
}
.home-tiles .home-tiles-columns .home-tiles-column:nth-child(3) .home-tiles-tiles li:nth-child(2) {
  width: 100%;
  height: 620px;
}

.sector-slider-wrapper {
  margin: 0 auto;
  display: block;
max-width: 1200px;
}
.sector-slider-wrapper .sector-slider {
  width: 100%;
}
.sector-slider-wrapper .sector-slider .slide {
  position: relative;
  background-color: rgb(249 78 72);
  text-align: center;
  border-right: 1px solid #FFF;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.sector-slider-wrapper .sector-slider .slide:nth-last-child(1) {
  border: none;
}
.sector-slider-wrapper .sector-slider .slide .fillLink {
  z-index: 999;
}
.sector-slider-wrapper .sector-slider .slide .slide-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 50px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sector-slider-wrapper .sector-slider .slide .slide-text {
  width: 100%;
  color: #FFF;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sector-slider-wrapper .sector-slider .slide .slide-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.sector-slider-wrapper .sector-slider .slide .read-more {
  position: absolute;
  bottom: -100%;
  width: 100%;
  font-size: 12px;
  left: 0;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
.sector-slider-wrapper .sector-slider .slide:hover {
  background-color: #0e2234;
}
.sector-slider-wrapper .sector-slider .slide:hover .read-more {
  bottom: 40px;
}
.sector-slider-wrapper .sector-slider .slide:hover .slide-text {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.sector-slider-wrapper .sector-slider .slide:hover .slide-icon {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  transition-delay: 0.1s;
}
.sector-slider-wrapper .slick-arrow {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  font-size: 30px;
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 0.8;
  text-align: center;
  color: rgb(249 78 72);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sector-slider-wrapper .slick-arrow:before {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.sector-slider-wrapper .slick-arrow:hover {
  opacity: 1;
}
.sector-slider-wrapper .slick-next {
  right: 0px;
}
.sector-slider-wrapper .slick-prev {
  left: 0px;
}

.breadcrumbs {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding: 23px 20px;
  width: 100%;
  font-size: 12px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  width: 50%;
}
.breadcrumbs ul li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.breadcrumbs ul li:nth-last-child(1):before {
  display: none;
}
.breadcrumbs ul li:before {
  height: 10px;
  width: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  right: 0;
  content: "";
  display: block;
}
.breadcrumbs a {
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
}
.breadcrumbs a:hover {
  color: rgb(249 78 72);
}
.breadcrumbs .go-back {
  margin-left: auto;
  width: auto;
}

.default-banner {
  width: 100%;
  position: relative;
  padding: 146px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3c3c3c;
  overflow: hidden;
}
.default-banner video {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.default-banner .banner-text {
  color: #FFF;
  display: block;
  padding: 80px 65px;
  width: 50%;
  background-color: #0e2234cc;
}
.default-banner .banner-text h1 {
  font-size: 33px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.default-banner .banner-text h1:after {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  content: "";
}
.default-banner .banner-text h2 {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 300;
  color: rgb(249 78 72);
}
.default-banner .banner-text .banner-description {
  width: 100%;
  margin-top: 32px;
  display: block;
}
.default-banner .banner-text .banner-description p {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 27px;
}

.scroll {
  padding: 19px 45px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 500;
  left: 65px;
  top: 43px;
  position: relative;
  font-family: 'Hind Madurai', sans-serif;
}
.scroll:hover {
  background-color: rgb(249 78 72);
}

.tabs-menu-wrapper {
  width: 100%;
  background-color: rgb(249 78 72);
  padding: 45px;
}
.tabs-menu-wrapper .tabs-menu {
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
}
.tabs-menu-wrapper .tabs-menu li span {
  margin: 5px 35px;
  cursor: pointer;
}
.tabs-menu-wrapper .tabs-menu li.active span, .tabs-menu-wrapper .tabs-menu li:hover span {
  color: #fff;
  text-decoration: underline;
}

.tabs-main {
  padding: 60px 0;
}

.tab-left {
  width: 40%;
  padding: 36px 20px;
}

.tab-right {
  width: 60%;
  padding: 5px 20px;
  margin: 0px;
}

.product-tabs-wrapper .tabs > li {
  display: none;
}
.product-tabs-wrapper .tabs > li.active {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-image {
  width: 100%;
  height: 610px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icons {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  list-style: none;
}
.icons li {
  width: auto;
  margin: 0 4px;
}
.icons li figure {
  width: 74px;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-text h2, .tab-text h3, .tab-text h4 {
  font-size: 19px;
  word-spacing: -1px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 31px 0;
  line-height: 40px;
}
.tab-text strong em, .tab-text em strong {
  font-weight: 600;
  color: #000 !important;
}
.tab-text strong {
  /*color: rgb(249 78 72);*/
}
.tab-text p, .tab-text ul {
  font-weight: 200;
  font-size: 15px;
  word-spacing: -1px;
  letter-spacing: 1px;
  line-height: 38px;
}
.tab-text h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: rgb(249 78 72);
}
.tab-text h5 span, .tab-text h5 em {
  color: #000;
  margin-right: 10px;
}
.tab-text .enquire {
  margin-top: 50px;
  width: auto;
  display: inline-block;
}

.thumb-gallery {
  width: 100%;
  cursor: pointer !important;
}
.thumb-gallery * {
  cursor: pointer !important;
}
.thumb-gallery button.slick-arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #000;
  background-size: 35%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
  z-index: 99999;
}
.thumb-gallery button.slick-arrow:hover {
  border-color: rgb(249 78 72);
  background-color: rgb(249 78 72);
}
.thumb-gallery button.slick-arrow.slick-prev {
  left: 0;
  background-image: url("./assets/images/arrow-left.png");
}
.thumb-gallery button.slick-arrow.slick-next {
  right: 0;
  background-image: url("./assets/images/arrow-right.png");
}
.thumb-gallery li {
  position: relative;
}
.thumb-gallery li figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: -webkit-grab;
}
.thumb-gallery li figure:focus, .thumb-gallery li figure:active, .thumb-gallery li figure:focus-within {
  cursor: -webkit-grabbing;
}

.lightbox {
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: -9999999;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: -100vh;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.lightbox.active {
  top: 0;
  opacity: 1;
  z-index: 9999999;
}
.lightbox .gallery {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  height: 80%;
}
.lightbox .gallery .closeLightbox {
  z-index: 99999;
  width: 50px;
  height: 50px;
  font-size: 30pt;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: rgb(249 78 72);
  border: 4px solid rgb(249 78 72);
  top: -25px;
  right: -25px;
  position: absolute;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.lightbox .gallery .closeLightbox:hover {
  background-color: rgb(249 78 72);
  color: #000;
  cursor: pointer;
}
.lightbox .gallery .galleryItem {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.lightbox .gallery .galleryItem.active {
  opacity: 1;
}
.lightbox .direction {
  position: fixed;
  top: 0;
  width: 10vw;
  height: 100vh;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  z-index: -1;
  font-size: 60pt;
  color: rgb(249 78 72);
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
  padding: 0;
}
.lightbox .direction.prev {
  left: 0;
}
.lightbox .direction.prev:after {
  left: initial;
  right: -10vw;
}
.lightbox .direction.next {
  right: 0;
}

.specification-tabs-container {
  background: #0e2234;
  color: #fff;
  padding: 150px 0;
}
.specification-tabs-container .spec-menu {
  text-transform: uppercase;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  width: auto;
  text-align: center;
}
.specification-tabs-container .spec-menu li {
  flex-grow: 1;
}
.specification-tabs-container .spec-menu li span {
  margin: 5px;
  cursor: pointer;
}
.specification-tabs-container .spec-menu li.active span, .specification-tabs-container .spec-menu li:hover span {
  color: rgb(249 78 72);
  text-decoration: underline;
}
.specification-tabs-container .tabs {
  padding: 0 50px;
}
.specification-tabs-container .tabs > li {
  padding: 50px 0 0 0;
  display: none;
}
.specification-tabs-container .tabs > li p {
  color: #fff;
}
.specification-tabs-container .tabs > li a {
  color: #FFF;
}
.specification-tabs-container .tabs > li.active {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.specification-tabs-container .tabs > li .table {
  width: 100%;
}
.specification-tabs-container .tabs > li .table li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 18px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1px;
}
.specification-tabs-container .tabs > li .table li:nth-last-child(1) {
  border-bottom: none;
}
.specification-tabs-container .tabs > li .table li h5 {
  width: 180px;
  font-weight: 400;
  letter-spacing: 1px;
}
.specification-tabs-container .tabs > li .table li p {
  font-weight: 100;
  letter-spacing: 1px;
}
.specification-tabs-container .tabs > li .table li .download {
  padding: 5px 20px;
  background: #000;
  border: 1px solid #FFF;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  position: relative;
}
.specification-tabs-container .tabs > li .table li .download .icon {
  display: block;
  font-size: 20px;
  margin-left: 10px;
  z-index: 3;
}
.specification-tabs-container .tabs > li .table li .download strong {
  font-weight: 300;
}
.specification-tabs-container .tabs > li .table li .download:hover {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #000;
}
.specification-tabs-container .tabs > li .table li .file-size {
  color: #FFF;
  left: 0;
  height: calc(100% + 0px);
  padding: 5px 10px;
  margin-left: 10px;
  font-size: 12px;
  display: block;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 1;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.products-wrapper .products li {
  margin-bottom: 30px;
}

.products {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.products.is-filtered .product {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.products.is-filtered .product.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.products .product {
  width: 32.333%;
  margin: 0.5%;
  position: relative;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.products .product .product-image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.products .product .product-image .spec-info {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #FFF;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.products .product .product-image .spec-info strong {
  width: 100%;
  display: block;
  font-weight: 400;
}
.products .product .product-image .spec-info a {
  color: #fff;
  font-weight: 100;
}
.products .product .product-image .spec-info .suitable-for {
  margin-top: auto;
}
.products .product .product-image .spec-info .suitable-for a:after {
  content: ", ";
}
.products .product .product-image .spec-info .suitable-for a:nth-last-child(1):after {
  content: "";
}
.products .product .product-image .spec-info .suitable-for a:hover {
  color: rgb(249 78 72);
}
.products .product .product-info {
  padding: 20px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products .product .product-info h3 {
  font-weight: 600;
  font-size: 15px;
  padding-right: 10px;
  line-height: 28px;
  width: 60%;
}
.products .product .product-info .view-product {
  margin-left: auto;
  padding: 12px 15px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 12px;
  z-index: 999;
}
.products .product .product-info .view-product:hover {
  background-color: rgb(249 78 72);
}
.products .product:hover .spec-info {
  top: 0;
}

.related-products {
  padding: 100px 0 0 0;
}
.related-products .related-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
.related-products button.slick-arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #000;
  background-size: 35%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
}
.related-products button.slick-arrow:hover {
  border-color: rgb(249 78 72);
  background-color: rgb(249 78 72);
}
.related-products button.slick-arrow.slick-prev {
  left: -50px;
  background-image: url("./img/arrow-left.png");
}
.related-products button.slick-arrow.slick-next {
  right: -50px;
  background-image: url("./img/arrow-right.png");
}

.filtering {
  margin-bottom: 40px;
  z-index: 999;
  position: relative;
}
.filtering span {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.filtering span.sector-label {
  width: 150px;
  display: inline-block;
}
.filtering span.current-filter {
  cursor: pointer;
}
.filtering span.current-filter:after {
  font-size: 14px;
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 1px;
  margin-left: 5px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.filtering span.current-filter.is-active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filtering .filter-menu {
  z-index: 999;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  left: 150px;
  top: 200%;
  width: 250px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style: none;
  font-size: 11px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  visibility: hidden;
}
.filtering .filter-menu.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.filtering .filter-menu li {
  width: 100%;
  padding: 10px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  cursor: pointer;
  line-height: 20px;
}
.filtering .filter-menu li a {
  color: #FFF;
  width: 100%;
  display: block;
}
.filtering .filter-menu li:hover, .filtering .filter-menu li.is-active {
  background-color: rgb(249 78 72);
  color: #000;
}

.pagination {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination a {
  padding: 15px 25px;
  display: inline-block;
  width: auto;
  text-align: center;
  background-color: #000;
  color: #FFF;
  margin: 10px;
  letter-spacing: 4px;
  font-weight: 200;
  font-size: 10px;
  text-transform: uppercase;
}
.pagination a:hover {
  background-color: rgb(249 78 72);
}

.sector-overview {
  width: 100%;
}
.sector-overview li {
  width: 100%;
  background-color: #000;
  padding: 100px 0;
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sector-overview li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
.sector-overview li .sector-title {
  z-index: 10;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  opacity: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sector-overview li .sector-title figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.sector-overview li .sector-title h2 {
  font-weight: 500;
}
.sector-overview li .banner-text {
  padding: 50px 65px;
}
.sector-overview li .banner-text h1, .sector-overview li .banner-text h2, .sector-overview li .banner-text h3, .sector-overview li .banner-text h4 {
  font-size: 20px;
}
.sector-overview li .banner-text .banner-description p {
  font-size: 12px;
}
.sector-overview li .banner-text, .sector-overview li .scroll {
  opacity: 0;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.sector-overview li:hover:before {
  opacity: 0;
}
.sector-overview li:hover .sector-title {
  opacity: 0;
}
.sector-overview li:hover .banner-text, .sector-overview li:hover .scroll {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sector-prods {
  padding: 100px 0;
}
.sector-prods .related-products {
  padding: 0;
}

.sector-description-fullwidth {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 100px 0;
}

.sector-icon {
  height: 40px;
  width: auto;
  margin: 0 auto 20px auto;
}
.sector-icon * {
  fill: rgb(249 78 72) !important;
}

.section-image {
  padding: 100px;
  background-color: #000;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-image .image-inner {
  background-color: #FFF;
  padding: 80px;
  width: 600px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 200;
  line-height: 27px;
}
.section-image .image-inner h1, .section-image .image-inner h2, .section-image .image-inner h3, .section-image .image-inner h4, .section-image .image-inner h5 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sector-text-columns {
  padding: 50px;
}
.sector-text-columns .content-mid {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sector-text-columns .content-mid .sector-text-col {
  width: 40%;
}
.sector-text-columns .content-mid .sector-text-col:nth-child(2) {
  margin-left: auto;
}
.sector-text-columns .content-mid .sector-text-col strong, .sector-text-columns .content-mid .sector-text-col h1, .sector-text-columns .content-mid .sector-text-col h2, .sector-text-columns .content-mid .sector-text-col h3, .sector-text-columns .content-mid .sector-text-col h4, .sector-text-columns .content-mid .sector-text-col h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.sector-text-columns .content-mid .sector-text-col h1, .sector-text-columns .content-mid .sector-text-col h2, .sector-text-columns .content-mid .sector-text-col h3, .sector-text-columns .content-mid .sector-text-col h4, .sector-text-columns .content-mid .sector-text-col h5 {
  color: rgb(249 78 72);
  font-size: 20px;
  font-size: 24px;
}
.sector-text-columns .content-mid .sector-text-col ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 30px;
}
.sector-text-columns .content-mid .sector-text-col ul li {
  position: relative;
  margin-bottom: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.sector-text-columns .content-mid .sector-text-col ul li svg {
  left: -30px;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
}
.sector-text-columns .content-mid .sector-text-col ul li svg * {
  fill: rgb(249 78 72);
}

.section-image.flipped .image-inner {
  margin-left: initial;
  margin-right: auto;
}

.sector-tabs {
  margin-bottom: 50px;
}
.sector-tabs .tabs-menu-wrapper {
  margin-bottom: 20px;
}

.case-studies {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.case-studies li {
  width: 33.3333%;
  padding: 20px;
  list-style: none;
  position: relative;
}
.case-studies li figure {
  background-color: #000;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.case-studies li .info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-studies li .info h3 {
  font-size: 18px;
  width: 65%;
}
.case-studies li .info .view-product {
  padding: 15px 20px;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  margin-left: auto;
  text-transform: uppercase;
  z-index: 999;
}
.case-studies li .info .view-product:hover {
  background-color: rgb(249 78 72);
}

.product-news {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-news h3 {
  font-size: 22px;
}

.contact-details {
  background-color: #0e2234; /*rgb(249 78 72);*/
  height: 100vh;
  width: 500px;
  position: fixed;
  right: -100%;
  z-index: 999999;
  padding-bottom: 50px;
  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.contact-details:after {
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgb(249 78 72);
  top: 0;
  content: "";
  position: absolute;
}
.contact-details .contact-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 50px 50px 50px 50px;
}
.contact-details.active {
  right: 0;
      overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.contact-details h1, .contact-details h2, .contact-details h3, .contact-details h4, .contact-details h5 {
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: 600;
  color: #000;
}
.contact-details form {
  margin: 50px 0;
}
.contact-details select {color:black;}
.contact-details form input, .contact-details form p, .contact-details form textarea {
  color: #FFF;
}
.contact-details form input, .contact-details form textarea, .contact-details form select {
  border-color: #FFF;
}
.contact-details form .wpcf7-submit {
  background-color: #FFF;
  color: #000;
  width: auto;
  font-weight: 500;
  border: none;
}
.contact-details form .wpcf7-submit:hover {
  color: #0e2234;
  background-color: rgb(249 78 72);
}

form p, form label {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
form a {
  color: #fff;
}
form input, form textarea, form select {
  width: 100%;
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 15px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 200;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: auto;
}
form textarea {
  resize: vertical;
  height: 150px;
}
form .wpcf7-submit {
  padding: 20px 35px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

form .acceptance {
  line-height: 28px;
  text-transform: initial;
  font-weight: 200;
  font-size: 12px;
  margin: 45px 0;
}
form span.wpcf7-not-valid-tip {
  background-color: red;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}
form div.wpcf7-mail-sent-ok {
  background-color: #00a94e;
  border: none;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
}
form .wpcf7-response-output {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none !important;
  color: #fff;
  display: block;
  line-height: 25px;
}
form .wpcf7-response-output.wpcf7-validation-errors {
  background-color: red;
}
form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #256a21;
}

.grecaptcha-badge {
  display: none !important;
}


.blog-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.blog-container:before {
  background-color: rgb(249 78 72);
  height: 100%;
  width: 50%;
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
}

.blog-sidebar {
  background-color: rgb(249 78 72);
  width: 25%;
  padding: 40px 20px;
}
.blog-sidebar aside {
  position: relative;
}
.blog-sidebar aside:after {
  content: "";
  width: 45%;
  height: 3px;
  display: block;
  background-color: #FFF;
  margin: 20px 0;
}
.blog-sidebar form label, .blog-sidebar h3 {
  font-size: 18px;
  letter-spacing: initial;
  font-weight: 500;
  margin: 10px 0 20px 0;
  color: #000;
}
.blog-sidebar input#s {
  border: 1px solid #FFF;
  margin-top: 10px;
  padding: 10px;
}
.blog-sidebar input#searchsubmit {
  margin: 10px 0 20px 0;
  background-color: #FFF;
  border: none;
  padding: 10px;
}
.blog-sidebar a, .blog-sidebar p {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-sidebar ul {
  list-style: none;
}

.blog-loop-wrap {
  width: 75%;
  padding: 0 20px;
}
.blog-loop-wrap .blog-loop {
  list-style: none;
}
.blog-loop-wrap .blog-loop li {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.blog-loop-wrap .blog-loop li figure {
  width: 40%;
  background-color: #000;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-loop-wrap .blog-loop li .info {
  width: 60%;
  padding: 0 20px 0 50px;
}
.blog-loop-wrap .blog-loop li span.post-date {
  letter-spacing: 1px;
  font-weight: 300;
}
.blog-loop-wrap .blog-loop li h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
}
.blog-loop-wrap .blog-loop li p {
  line-height: 25px;
  font-size: 12px;
}

.blog-filter .filtering {
  margin: 50px 0;
}

ul.blog-rows {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
  padding-left: 0;
}
ul.blog-rows .blog-row {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
ul.blog-rows .blog-row figure {
  width: 50%;
  height: 100%;
  min-height: 400px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
ul.blog-rows .blog-row .row-text {
  width: 50%;
  padding: 50px;
}
ul.blog-rows .blog-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.blog-loop-wrap .pagination {
  width: 100%;
}

.case-study-content .sub-title {
  width: 100%;
  display: block;
  text-align: center;
  margin: 25px 0 50px 0;
  font-size: 22px;
}
.case-study-content .cs-intro {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.case-study-content .cs-intro .info {
  width: 20%;
}
.case-study-content .cs-intro .info h3 {
  font-size: 24px;
  position: relative;
  margin-bottom: 30px;
}
.case-study-content .cs-intro .info h3:after {
  position: absolute;
  bottom: -15px;
  width: 50px;
  height: 4px;
  background-color: rgb(249 78 72);
  display: block;
  content: "";
}
.case-study-content .cs-intro .info strong {
  font-weight: 600;
}
.case-study-content .cs-intro .intro-text {
  width: 80%;
  padding-left: 20px;
}
.case-study-content .blog-rows .blog-row:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.case-study-content .blog-rows .blog-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row;
  -ms-flex-flow: row;
  flex-flow: row;
}
.case-study-content .quote {
  position: relative;
  margin: 50px 0;
  padding: 0 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.case-study-content .quote p {
  width: auto;
}
.case-study-content .quote:before, .case-study-content .quote:after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.case-study-content .quote:before {
  top: -50px;
  background-image: url("./assets/images/quote-top.png");
}
.case-study-content .quote:after {
  bottom: -50px;
  background-image: url("./assets/images/quote-bottom.png");
}

ul.case-studies-loop.products li.product figure.product-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.popup {
  position: fixed;
  z-index: -999999;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.popup .popupBox {
  padding: 100px 2em;
  background: #fff;
  height: auto;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.popup .popupBox h2 {
  font-size: 17pt;
  font-weight: 500;
  line-height: 18pt;
  color: rgb(249 78 72);
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
.popup .popupBox .popupLinks {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  overflow: auto;
  list-style: none;
}
.popup .popupBox .popupLinks li {
  position: relative;
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 0 30px;
}
.popup .popupBox .popupLinks li figure {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.popup .popupBox .popupLinks li h1 {
  letter-spacing: 1pt;
  font-weight: 500;
  font-size: 14pt;
  line-height: 18pt;
  color: rgb(249 78 72);
  text-transform: uppercase;
}
.popup .popupBox .popupLinks li p {
  line-height: 16pt;
  font-size: 11pt;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #000;
  opacity: 0.7;
  padding: 20px 0;
}
.popup .popupBox .popupLinks li a {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  color: rgb(249 78 72);
}
.popup .popupBox .closePopup {
  z-index: 999;
  color: #000;
  font-size: 40pt;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(0.25s);
  -ms-transform: translateY(0.25s);
  transform: translateY(0.25s);
}
.popup .popupBox .closePopup:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.popup .couponCode {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2pt;
  padding: 20px;
  background-color: rgb(249 78 72);
  max-resolution: 20px auto;
  width: 100%;
  font-size: 11pt;
  display: none;
}
.popup .couponCode p {
  color: #fff;
}
.popup .couponCode span {
  font-size: 14pt;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.popup .couponCode.showCoupon {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup.active {
  position: fixed;
  z-index: 999999;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 2000px) and (max-width: 2400px) {
  .team-member-overlay p {
    font-size: 12pt;
  }
}
@media only screen and (min-width: 1945px) and (max-width: 2144px) {
  .team-member-overlay p {
    font-size: 11.5pt;
  }

  .team-member-overlay p:first-of-type {
    padding-top: 15px;
  }

  .team-member-overlay ul {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 2145px) and (max-width: 2200px) {
  .team-member-overlay p {
    font-size: 13pt;
  }

  .team-member-overlay p:first-of-type {
    padding-top: 15px;
  }

  .team-member-overlay ul {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1610px) {
  .team-member-overlay a {
    padding: 0px;
    font-size: 10pt;
  }

  .team-member-overlay p {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1910px) {
  .team-member-overlay h2 {
    font-size: 14pt;
  }

  .team-member-overlay h3 {
    font-size: 11pt;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1200px) {
  .team-member-overlay p:first-of-type {
    padding-top: 25px;
  }

  .team-member-overlay ul {
    padding-bottom: 25px;
  }

  .team-member-overlay p {
    font-size: 12pt;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1540px) {
  .team-member-overlay {
    padding: 12px;
  }

  .team-member-overlay p {
    font-size: 10pt !important;
  }

  .team-member-overlay a {
    font-size: 10pt;
  }

  .team-member-info h2 {
    font-size: 14pt;
  }

  .team-member-info h3 {
    font-size: 12pt;
  }
}
@media only screen and (min-width: 1541px) and (max-width: 1760px) {
  .team-member-overlay {
    padding: 25px;
  }

  .team-member-overlay p {
    font-size: 10pt !important;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1920px) {
  .team-member-overlay a {
    padding: 5px 0px;
  }

  .team-member-overlay h2 {
    font-size: 17pt;
  }

  .team-member-overlay h3 {
    padding-bottom: 15px;
  }

  .team-member-overlay a {
    font-size: 11pt;
  }

  .team-member-overlay p {
    font-size: 11pt;
  }

  .team-member-overlay p:first-of-type {
    padding-top: 15px;
  }

  .team-member-overlay ul {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1600px) {
  .sector-slider-wrapper {
    width: 80%;
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1281px) {
  .team-member-overlay p {
    font-size: 10pt !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .cld-team-members li {
    width: 32%;
  }

  .team-member-info i {
    font-size: 32pt;
  }

  .team-member-overlay p {
    font-size: 11pt;
  }

  .team-member-info h2 {
    font-size: 15pt;
  }

  .team-member-info h3 {
    font-size: 12pt;
  }

  .cld-team-members {
    width: 80% !important;
  }

  .team-member-overlay {
    padding: 25px;
  }

  .team-member-overlay h2 {
    font-size: 14pt;
  }

  .team-member-overlay h3 {
    font-size: 10pt;
    padding-bottom: 15px;
  }

  .team-member-overlay ul {
    padding-bottom: 15px;
  }

  .team-member-overlay a {
    font-size: 11pt;
  }

  .team-member-overlay p:first-of-type {
    padding-top: 15px;
  }

  .team-member-overlay a {
    padding: 5px 0px;
  }
}
@media only screen and (max-width: 1500px) {
  .cld-team-members {
    width: 75%;
  }

  header.site-header .header-logo {
    width: 185px;
  }

  .related-products button.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgb(249 78 72);
    z-index: 999;
  }
  .related-products button.slick-arrow.slick-next {
    right: 0;
  }
  .related-products button.slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .tabs-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    width: 100%;
  }

  .home-content {
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 1385px) {
  footer .footer-bottom {
    padding: 30px;
    color: #0e2234;
  }

  .sector-slider-wrapper .slick-arrow {
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
  }
  .sector-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
  .sector-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }

  header.site-header .logo {
    width: 120px;
  }

  header.site-header .header-logo {
    width: 300px;
  }

  header.site-header .header-info .buttons a {
    padding: 16px !important;
  }

  .banner-area .banner-inner {
    width: 80%;
    margin: 0 auto !important;
    padding: 80px;
  }

  .sector-slider-wrapper {
    width: 1200px;
    padding:80px 0px 80px 0px;
  }
}
@media only screen and (max-width: 1230px) {
  .default-banner .banner-text {
    margin: 0 auto;
    width: 80%;
  }

  .scroll {
    margin: 0 auto;
    display: table;
    left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .department-content {
    width: 100%;
    padding: 4% 7%;
  }

  .department-content-width {
    width: 95%;
  }

  .cld-team-members li {
    width: 45%;
  }

  .team-member-info {
    bottom: 0;
  }

  ul.blog-rows .blog-row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  ul.blog-rows .blog-row .row-text .inner p {
    text-align: left !important;
  }

  .content-mid {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobicon, .mobile {
    display: block;
  }

  .header-main nav {
    display: none;
  }

  header.site-header .header-info {
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.site-header .header-info p.contact-method {
    display: none;
  }

  header.site-header {
    border-bottom: none;
  }

  header.site-header .logo {
    width: 135px;
  }

  header.site-header .header-logo {
    width: 185px;
    padding: 10px 0;
  }

  .contact-details {
    width: 100vw;
    top: 94px !important;
    z-index: -1;
  }
  .contact-details.active {
    z-index: 9999999;
  }

  .get-in-touch-active {
    overflow: hidden !important;
  }

  header.site-header {
    z-index: 999999;
    height: 94px;
  }

  ul.blog-rows .blog-row .row-text {
    width: 100%;
  }

  ul.blog-rows .blog-row figure {
    width: 100%;
  }

  html body ul.blog-rows .blog-row, html body .case-study-content .blog-rows .blog-row:nth-child(odd), .case-study-content .blog-rows .blog-row:nth-child(even) {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media only screen and (max-width: 1150px) {
  html body .home-tiles .home-tiles-columns .home-tiles-column {
    width: 100% !important;
  }

  footer .footer-main .footer-col {
    width: 33.333%;
    margin-bottom: 20px;
  }
  footer .footer-main .footer-col:nth-child(4), footer .footer-main .footer-col:nth-child(5) {
    width: 50%;
  }
}
@media only screen and (max-width: 1050px) {
  .products .product .product-image {
    height: 250px;
  }

  .case-studies li figure {
    height: 200px;
  }

  .case-studies li .info h3 {
    font-size: 14px;
  }

  .case-studies li .info .view-product {
    padding: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .products .product .product-info .view-product {
    width: 100%;
    margin-top: 10px;
  }

  .sector-text-columns .content-mid .sector-text-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .content-small {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .blog-loop-wrap {
    width: 100%;
    margin: 50px 0;
  }

  .blog-sidebar {
    width: 100%;
  }

  .blog-sidebar aside:after {
    width: 100%;
  }

  ul.image-tiles li {
    width: 50%;
  }

  .section-image {
    padding: 50px 0;
  }
  .section-image .image-inner {
    width: 100%;
    padding: 30px;
  }

  .specification-tabs-container .spec-menu li {
    margin-bottom: 10px;
  }

  .specification-tabs-container .tabs {
    padding: 0;
  }

  .tab-left, .tab-right {
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 890px) {
  .popup .popupBox {
    height: 100vh;
    width: 100vw;
    top: 0;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 50px 10px 10px 10px;
    display: block !important;
  }

  .popup .popupBox .popupLinks {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .popup .popupBox .popupLinks li {
    width: 50%;
    margin: 0 auto 30px auto;
    float: none;
  }
}
@media only screen and (max-width: 870px) {
  .case-studies li {
    width: 50%;
  }

  .breadcrumbs {
    position: relative;
  }
  .breadcrumbs a.go-back {
    background-color: #000;
    color: #FFF;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .team-member-overlay p {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 767px) {
  .team-member-overlay {
    padding: 20px;
  }
}
@media only screen and (min-width: 651px) and (max-width: 715px) {
  .cld-team-members li {
    width: 49%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 767px) {
  .team-member-overlay h2 {
    font-size: 14pt;
  }

  .team-member-overlay h3 {
    font-size: 11pt;
  }

  .team-member-overlay p {
    font-size: 9pt;
  }

  .team-member-overlay p:first-of-type {
    padding-top: 10px;
  }

  .team-member-overlay a {
    padding: 5px 0px;
  }

  .team-member-overlay h2 {
    font-size: 14pt;
  }

  .team-member-overlay h3 {
    font-size: 11pt;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 1940px) {
  .team-member-overlay p {
    font-size: 11pt;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .cld-team-members li {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1025px) {
  .cld-team-members li {
    width: 100%;
  }

  .team-member-overlay p, .team-member-overlay a {
    font-size: 20pt;
  }

  .team-member-overlay h2 {
    font-size: 22pt;
  }

  .team-member-overlay h3 {
    font-size: 20pt;
  }
}
@media only screen and (max-width: 855px) {
  header.site-header .header-info {
    padding: 0;
  }

  .home-slider .slick-arrow {
    background-color: #000;
    padding: 20px 10px;
    font-size: 15px;
  }

  .home-slider .slide-inner .slide-text {
    width: 90%;
  }

  .slick-dots {
    bottom: 0;
    top: initial;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slick-dots li {
    margin: 0 5px;
  }

  .home-slider .slide {
    height: 500px;
  }

  .home-slider .slide-inner {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .breadcrumbs ul {
    width: 80%;
    line-height: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .cld-team-members {
    width: 90%;
  }

  ul.blog-rows .blog-row .row-text {
    padding: 20px 0 0 0;
  }

  ul.blog-rows {
    padding: 20px 0 0 0;
  }

  .products .product {
    width: 49%;
  }

  .case-study-content .cs-intro .info {
    width: 100%;
  }

  .case-study-content .cs-intro .intro-text {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 658px) {
  header.site-header .header-info {
    padding: 0;
  }

  .brochure {
    display: none !important;
  }

  .banner-area {
    padding: 20px;
  }

  .banner-area .banner-inner {
    width: 90%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 650px) {
  .cld-team-members li {
    width: 100% !important;
  }

  .team-member-overlay p, .department-content-width p, .team-member-overlay a {
    font-size: 12pt !important;
  }
}
@media only screen and (min-width: 350px) and (max-width: 750px) {
  .cld-team-members {
    width: 90% !important;
  }

  .team-member-overlay ul, .team-member-overlay h3 {
    padding-bottom: 15px;
  }

  .team-member-overlay p:first-of-type {
    padding-top: 15px;
  }

  .team-member-overlay p, .department-content-width p, .team-member-overlay a {
    font-size: 10pt;
  }

  .department-content-width {
    padding: 3% 0;
  }

  .sector-overview li .sector-title figure {
    width: 25px;
    height: 25px;
  }

  .sector-overview li .sector-title h2 {
    font-size: 15px;
  }

  .sector-overview li:hover .sector-title {
    opacity: 1;
  }

  .sector-overview li {
    padding: 50px 0;
  }

  .sector-overview li .banner-text, .sector-overview li .scroll {
    display: none;
  }

  .footer-bottom .content span {
    justify-content: center;
    text-align: center;
    line-height: 20px;
  }

  .slide-out-menu {
    width: 80vw;
    right: -80vw;
  }

  footer .footer-main .footer-col {
    width: 50%;
  }

  a.so-marketing {
    margin: 10px auto 0 auto !important;
    display: block;
  }

  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-image {
    height: 400px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .sector-text-columns {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 640px) {
  .blog-loop-wrap .blog-loop li figure {
    width: 100%;
  }

  .blog-loop-wrap .blog-loop li .info {
    padding: 50px 0;
    width: 100%;
  }

  .default-banner .banner-text {
    width: 95%;
    padding: 50px 30px;
  }

  .default-banner .banner-text h1 {
    font-size: 24px;
  }

  .page-intro {
    font-size: 14px;
    line-height: 26px;
  }

  .tabs-container.about-tabs ul.tabs li .text-col {
    width: 100% !important;
  }

  .tabs-container .tabs-menu li {
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
  }
  .tabs-container .tabs-menu li:hover, .tabs-container .tabs-menu li.active {
    opacity: 1;
  }
  .tabs-container .tabs-menu li:after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .case-studies li {
    width: 100%;
  }

  .default-banner .banner-text .banner-description p {
    font-size: 12px;
    line-height: 26px;
  }

  .default-banner .banner-text .banner-description {
    margin-top: 10px;
  }

  .default-banner {
    padding: 80px 0;
  }

  ul.image-tiles li {
    width: 100%;
  }

  ul.blog-rows .blog-row figure {
    min-height: 250px;
  }
}
@media only screen and (max-width: 550px) {
  .cld-team-members li {
    height: auto;
    width: 100%;
  }

  .team-member-info {
    bottom: 0;
  }

  .home-tiles .home-tiles-columns .home-tiles-column .home-tiles-tiles .single-tile:nth-last-child(1) {
    margin-bottom: 0 !important;
  }

  html .home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(2), html .home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(3), html .home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(1) .category-slide-out, html .home-tiles .home-tiles-columns .home-tiles-column:nth-child(1) .home-tiles-tiles li:nth-child(4) .category-slide-out {
    width: 100% !important;
    margin-right: 0;
  }
  html .home-tiles .home-tiles-columns .home-tiles-column:nth-child(3) .home-tiles-tiles li:nth-child(2), html .home-tiles .home-tiles-columns .home-tiles-column:nth-child(2) .home-tiles-tiles li:nth-child(1) {
    height: 300px;
  }

  .filtering .filter-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .specification-tabs-container .tabs > li .table li h5 {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-details .contact-inner {
    padding-bottom: 150px;
  }

  .popup .popupBox .popupLinks li {
    width: 100%;
    margin-bottom: 30px;
  }

  footer .footer-main .footer-col {
    width: 100% !important;
  }

  .banner-area .banner-inner strong {
    font-size: 22px;
    line-height: 28px;
  }

  .banner-area .banner-inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 495px) {
  .home-slider .slide-inner .slide-text {
    font-size: 12px;
    line-height: 20px;
    padding: 30px;
    width: 100%;
  }

  .products .product {
    width: 98%;
  }

  html body .slide-out-menu nav ul li a {
    font-size: 14px;
  }

  .slide-out-menu nav ul li.has-sub-menu:after {
    padding: 6px 8px !important;
  }

  html body .slide-out-menu {
    padding: 80px 20px 50px 20px;
  }

  html .slide-out-menu .information {
    left: 20px;
  }

  .blog-loop-wrap .blog-loop li figure {
    height: 250px;
  }
}
@media only screen and (max-width: 415px) {
  header.site-header .header-info .buttons .get-in-touch {
    letter-spacing: initial;
  }

  header.site-header .header-logo {
    height: 93.56px;
    width: 135px;
  }

  header.site-header .logo {
    width: 115px;
  }
}
@media only screen and (max-height: 850px) {
  .sector-overview .default-banner .banner-text {
    display: none;
  }
}
@media only screen and (max-width: 321px) {
  .team-page h1 {
    font-size: 18pt;
  }

  .team-member-info h2 {
    font-size: 12pt;
  }

  .team-member-info h3 {
    font-size: 10pt;
  }

  .team-member-info i {
    font-size: 30pt;
  }

  .team-member-overlay h2 {
    font-size: 12pt;
  }

  .team-member-overlay h3 {
    font-size: 10pt;
  }

  .team-member-overlay p, .department-content-width p, .team-member-overlay a {
    font-size: 8.2pt;
  }

  .team-member-overlay ul, .team-member-overlay h3 {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-menu-inner p {
    display: none;
  }

  header nav, .mega-menu-container ul li.has-sub-menu > a:after {
    display: none !Important;
  }

  header.site-header .header-inner .header-right .toggle-search {
    margin-left: auto;
    margin-right: 20px;
    font-size: 36px;
    border: none;
  }

  html body header.site-header .header-inner .header-right {
    width: auto;
  }

  html body header.site-header .header-inner .header-left {
    width: 85%;
  }

  .open-menu, .close-menu {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 38px;
    background-color: rgb(249 78 72);
    color: #FFF;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    padding: 0px 12px;
    display: block;
  }

  .close-menu {
    background: none;
    color: #FFF;
    font-size: 50px;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .close-menu:hover {
    color: rgb(249 78 72);
  }

  .slide-out-menu {
    color: #FFF;
    font-weight: 400;
    padding: 80px 50px 50px 50px;
  }
  .slide-out-menu a {
    color: #FFF;
  }
  .slide-out-menu nav {
    max-height: 80%;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    position: relative;
    top: 100px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    transition-delay: 0.5s;
  }
  .slide-out-menu nav ul {
    text-align: left;
  }
  .slide-out-menu nav ul li {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .slide-out-menu nav ul li a {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    font-size: 21px;
    letter-spacing: 4px;
    padding: 10px 0;
    display: block;
    width: 87%;
    z-index: 999;
    color: #FFF;
  }
  .slide-out-menu nav ul li a:hover {
    color: rgb(249 78 72);
  }
  .slide-out-menu nav ul li.has-sub-menu:after {
    position: absolute;
    right: 0;
    top: 10px;
    width: auto;
    height: auto;
    opacity: 0.9;
    color: #FFF;
    padding: 13px 14px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "\f217";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slide-out-menu nav ul li.openMenu:after {
    content: "\f129";
  }
  .slide-out-menu nav ul li.openMenu .sub-menu-container {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .slide-out-menu nav ul li .sub-menu-container {
    width: 100%;
    position: absolute;
    background: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    visibility: hidden;
    opacity: 0;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu {
    width: 100%;
    background: #000;
    padding: 10px 20px 0 0;
    list-style: none;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu li {
    padding: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFF;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu li video {
    display: none;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu li a {
    font-size: 14px;
    text-align: left;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu li a:before {
    display: none;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu li a > span {
    margin-left: 0;
    display: none;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu li p {
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu li strong {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .slide-out-menu nav ul li .sub-menu-container .sub-menu .sub-menu-inner a {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 12px;
  }
  .slide-out-menu nav ul li .sub-menu-container.prods-sub-menu .sub-menu .sub-menu-slide-out, .slide-out-menu nav ul li .sub-menu-container.normal-sub-menu .sub-menu .sub-menu-slide-out {
    display: none;
  }
  .slide-out-menu nav ul li .sub-menu-container.prods-sub-menu .sub-menu li, .slide-out-menu nav ul li .sub-menu-container.normal-sub-menu .sub-menu li {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .slide-out-menu nav ul li .sub-menu-container.prods-sub-menu .sub-menu li a span, .slide-out-menu nav ul li .sub-menu-container.normal-sub-menu .sub-menu li a span {
    display: block;
  }
  .slide-out-menu .information {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 18px;
    opacity: 0.8;
    background: #000;
    z-index: 999;
  }
  .slide-out-menu .information .contact {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slide-out-menu .information .contact span {
    width: 100%;
    font-size: 18px;
    margin: 15px 0 5px 0;
  }
  .slide-out-menu .information .contact a {
    color: rgb(249 78 72);
  }
  .slide-out-menu .information .contact .copyright {
    margin-top: 15px;
  }

  .slide-out-menu.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999999999;
  }
  .slide-out-menu.active nav {
    top: 0;
    opacity: 1;
  }
}

.wpsisac-slick-slider .slick-dots li {list-style:none !important; display:list-item !important; margin:0 2px !important; padding:0px !important;}
.wpsisac-slick-slider .slick-dots li.slick-active button { /* background: #444 !important; */}
.wpsisac-slider-content .wpsisac-bg-overlay {padding: 50px !important;float: right;width:550px;}
.wpsisac-slick-slider.design-3 .slick-prev {left: calc(100% - 630px) !important;}

.wp-block-columns.home-profile-1 p, .wp-block-columns.about-us p{font-size:18px; font-weight: 700;}
.wp-block-columns.home-profile-2 p{font-size:18px;font-weight: normal;}
.wp-block-columns.home-profile-1 h1,.wp-block-cover.is-light.home-profile-1 h1, .wp-block-columns.about-us h1,.wp-block-cover.is-light.about-us h1, .wp-block-columns.home-profile-2 h1,.wp-block-cover.is-light.home-profile-2 h1{font-size:80px;font-weight:800;color:#0e2234 !important;}
h1.has-background{padding: 0px;}
/* --spacing: 6.25rem !important; */
.slope-left, .slope-left, .pinch-right, .pinch-left {padding: 6.25rem 10% !important;margin-bottom: -6.25rem !important;background-color: #f94e48;
    color: #fff;margin: 3rem 0;}
.slope-left {
    -webkit-clip-path: polygon(0% 0%, 100% 6.25rem, 100% 100%, 0% calc(100% - 6.25rem));
    clip-path: polygon(0% 0%, 100% 6.25rem, 100% 100%, 0% calc(100% - 6.25rem));
}
section.content.home-tiles {margin-top:10.275rem;}

/* wp-block-library */
.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}


.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 80%;
  z-index: 1;
  max-width:1440px;
  font-weight:400;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
color: #3c3c3c;
background-color: #fff;
padding: 90px;
}
p.has-background {
    color:#0e2234 !important;
    padding:0px;
}
.home-profile-1.slope-left h1{color:#0e2234;}
@media screen and (max-width: 1439px){
 .wpsisac-slider-content .wpsisac-bg-overlay {width:50%;}
 .wpsisac-slick-slider.design-3 .slick-prev {left: calc(50% - 38px) !important;}
}
@media screen and (max-width: 768px){
 .wpsisac-slider-content .wpsisac-bg-overlay {width:100%;}
 .wpsisac-slick-slider.design-3 .slick-prev {left: 0px !important;}
 .wp-block-columns.home-profile-1 h1, .wp-block-cover.is-light.home-profile-1 h1,  .wp-block-columns.home-profile-2 h1, .wp-block-cover.is-light.home-profile-2 h1 {font-size: 22px;}
 .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {padding: 20px;}
}
.wpsisac-slick-slider.design-3 .slick-dots {left: 15px !important;right: 15px;text-align: left;}
.wpsisac-slick-slider button.slick-prev, .wpsisac-slick-slider button.slick-prev:hover, .wpsisac-slick-slider button.slick-prev:focus {
background: rgb(255 255 255 / 0%) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAmCAYAAADAzmuWAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFWSURBVHjaYrQ1N2WgBBw6cQrG/A+lGUEEQAAxMVAH/EdnAwQQE5UNhYsBBBAThcHwH4cUI0AAMdHCUBABEEBMtDAUBAACiIkWhoIAQAAx0cJQEAAIICZaGAoCAAHERImhdhZmjLj0AAQQEy0MBQGAAGKihaEgABBATLQwFAQAAoiJFoaCAEAAMdHCUBAACCAmWhgKAgABxEQLQ0EAIICYaGEoCAAEEON/IKDEUKQaBAUABBC1ahAMABBATLhchqdsIAoABBATPm9TYjhAADERClNyDQcIICZiIowcwwECiInY1ECq4QABxERKUiPFcIAAwpncKDUcIIDwpmNKDAcIIIIZhFzDAQKIkdhGIamVKUAAEZ2l8ZQdWC0ECCCSygpSDAcIIJILIWINBwggsko3YgwHCCCyi01ChgMEEEXlMT7DAQKIGgU9NsMZAQKIWjUIIzobIMAAIqp5QcLrk8kAAAAASUVORK5CYII=') center center no-repeat !important;background-size: 15px 26px !important;outline: none !important;}
.wpsisac-slick-slider button.slick-next, .wpsisac-slick-slider button.slick-next:hover, .wpsisac-slick-slider button.slick-next:focus {
background: rgb(255 255 255 / 0%) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAmCAYAAADAzmuWAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFcSURBVHjaYrQ1N2UAgUMnTv23szBjZCARAPVhFQcIICaYocg0NQBAADH+BwJsEsS6HpeLAQKICY8GilwPEEBM+FxGieEAAcREyNvkGg4QQEzEhCk5hgMEEBOxEUaq4QABxERKaiDFcIAAYiI1qRFrOEAA4UxulBoOEEBM+CQpMRwggBhhZQWB3IXPEKyWAwQQEzHhRSB7Y7UUIICYiI1lUg0HCCAmUtImKYYDBBATqTmKWMMBAoiJnHKAGMMBAogsg4kxHCCAyDaYkOEAAUSRwXjSNyNAADHRwlAQARBATLQwFAQAAoiJFoaCAEAAMdHCUBAACCAmWhgKAgABxESJofiSG0AAMdHCUBAACCAmWhgKAgABxEQLQ0EAIICYaGEoCAAEEBMtDAUBgABiooWhIAAQQEy0MBQEAAKIiRaGggBAADHRwlAQAAggJloYCgIAAYTR8KaGoSAAEGAApyCE7mnxfLMAAAAASUVORK5CYII=') center center no-repeat !important;background-size: 15px 26px !important;outline: none !important;}
.wpsisac-slick-slider .slick-dots li button {background: #fff !important;margin: 0px !important;padding: 0px !important;border: 0px;border-radius: 50% !important;width: 21px !important;height: 21px !important;}
.wpsisac-slick-slider .slick-dots li.slick-active button {background: rgb(249 78 72) !important;}
.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore {
background-color: #FFF;color: #000;font-weight: 500;font-size: 15px;text-transform: uppercase;padding: 10px 25px;display: inline-block;margin-top: 20px;-webkit-transition: 0.25s ease;-o-transition: 0.25s ease;transition: 0.25s ease;}
.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore:hover {background-color: rgb(249 78 72);}
.wpsisac-slick-slider.design-3 .slick-dots {bottom: unset !important;}
.masonry-row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 0 4px;}
.masonry-column {-ms-flex: 25%;flex: 25%;width: 25%;padding: 0 4px;margin:20px;}
.masonry-column img {margin-top: 8px;vertical-align: middle;width: 100%;}
@media screen and (max-width: 800px) {
    .masonry-column {-ms-flex: 50%;flex: 50%;max-width: 50%;}
}
@media screen and (max-width: 600px) {
    .masonry-column {-ms-flex: 100%;flex: 100%;max-width: 100%;}
}
.masonry-row .single-tile .category-information {background-color: rgb(249 78 72);padding: 20px;position: absolute;bottom: 0;width: 100%;font-size: 9px;color: #FFF;letter-spacing: 2px;text-transform: uppercase;font-weight: 300;left: 0;-webkit-transition: 0.25s ease;-o-transition: 0.25s ease;transition: 0.25s ease;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.masonry-row .single-tile {width: 100%;height: 300px;background-color: rgba(0, 0, 0, 0.2);position: relative;overflow: hidden;}
.masonry-row .single-tile .category-information span {margin-left: auto;}
.home-profile-1, .home-profile-2 {padding: 3em; margin-bottom: 1.75em;}
ul.home-tiles-columns, ul.home-tiles-tiles {
    margin: 0px 0px 0px 0px !important;
}
.subcolor1 a:hover, .sub-menu li.subcolor1 .sub-menu-slide-out .text-menu strong {color:#09c19c !important;}
.subcolor1bg .sub-menu-slide-out, .sub-menu li.subcolor1 .sub-menu-slide-out .text-menu a{background-color:#09c19c !important;}
.subcolor2 a:hover, .sub-menu li.subcolor2 .sub-menu-slide-out .text-menu strong {color:#ffd21e !important;}
.subcolor2bg .sub-menu-slide-out, .sub-menu li.subcolor2 .sub-menu-slide-out .text-menu a{background-color:#ffd21e !important;}
.subcolor3 a:hover, .sub-menu li.subcolor3 .sub-menu-slide-out .text-menu strong {color:#2386dd !important;}
.subcolor3bg .sub-menu-slide-out, .sub-menu li.subcolor3 .sub-menu-slide-out .text-menu a{background-color:#2386dd !important;}
.subcolor4 a:hover, .sub-menu li.subcolor4 .sub-menu-slide-out .text-menu strong {color:#d6c93e !important;}
.subcolor4bg .sub-menu-slide-out, .sub-menu li.subcolor4 .sub-menu-slide-out .text-menu a{background-color:#d6c93e !important;}
.subcolor5 a:hover, .sub-menu li.subcolor5 .sub-menu-slide-out .text-menu strong {color:#9f5de2 !important;}
.subcolor5bg .sub-menu-slide-out, .sub-menu li.subcolor5 .sub-menu-slide-out .text-menu a{background-color:#9f5de2 !important;}
.subcolor6 a:hover, .sub-menu li.subcolor6 .sub-menu-slide-out .text-menu strong {color:#40d160 !important;}
.subcolor6bg .sub-menu-slide-out, .sub-menu li.subcolor6 .sub-menu-slide-out .text-menu a{background-color:#40d160 !important;}
.subcolor7 a:hover, .sub-menu li.subcolor7 .sub-menu-slide-out .text-menu strong {color:#63c0d3 !important;}
.subcolor7bg .sub-menu-slide-out, .sub-menu li.subcolor7 .sub-menu-slide-out .text-menu a{background-color:#63c0d3 !important;}
.subcolor8 a:hover, .sub-menu li.subcolor8 .sub-menu-slide-out .text-menu strong {color:#dd9933 !important;}
.subcolor8bg .sub-menu-slide-out, .sub-menu li.subcolor8 .sub-menu-slide-out .text-menu a{background-color:#dd9933 !important;}

.sub-menu li.s1 .sub-menu-slide-out .text-menu a {margin-top: 0px !important;background-color: transparent !important; padding: 20px 0px 0px 0px !important;display: block;color: #fff  !important;border-bottom: none !important;}
.sub-menu li.s1 .sub-menu-slide-out .text-menu a:hover {color: #000 !important;}
.sub-menu li.s1 .sub-menu-slide-out ul li { padding-right: 5px !important;}
.sub-menu li.s1 a:hover {color:#eaca17 !important;}
.sub-menu li.s1 .sub-menu-slide-out{background-color:#eaca17 !important;}
.sub-menu li[class^="sub-color-"] .sub-menu-slide-out .text-menu a, .sub-menu li[class*="sub-color-"] .sub-menu-slide-out .text-menu a {margin-top: 0px !important; background-color: transparent !important; padding: 20px 0px 0px 0px !important; display: block; color: #fff !important; border-bottom: none !important;}
.sub-menu li[class^="sub-color-"] .sub-menu-slide-out .text-menu a:hover, .sub-menu li[class*="sub-color-"] .sub-menu-slide-out .text-menu a:hover {color: #000 !important;}
.sub-menu li[class^="sub-color-"] .sub-menu-slide-out ul li, .sub-menu li[class*="sub-color-"] .sub-menu-slide-out ul li { padding-right: 5px !important;}
.sub-menu li.sub-color-1 a:hover {color:#eaca17 !important;}
.sub-menu li.sub-color-1 .sub-menu-slide-out{background-color:#eaca17 !important;}
.sub-menu li.sub-color-2 a:hover {color:#00633e !important;}
.sub-menu li.sub-color-2 .sub-menu-slide-out{background-color:#00633e !important;}
.sub-menu li.sub-color-3 a:hover {color:#f7941d !important;}
.sub-menu li.sub-color-3 .sub-menu-slide-out{background-color:#f7941d !important;}
.sub-menu li.sub-color-4 a:hover {color:#b8232f !important;}
.sub-menu li.sub-color-4 .sub-menu-slide-out{background-color:#b8232f !important;}
.sub-menu li.sub-color-5 a:hover {color:#005682 !important;}
.sub-menu li.sub-color-5 .sub-menu-slide-out{background-color:#005682 !important;}
.sub-menu li.sub-color-6 a:hover {color:#a3238e !important;}
.sub-menu li.sub-color-6 .sub-menu-slide-out{background-color:#a3238e !important;}
.sub-menu li.sub-color-7 a:hover {color:#00a8a5 !important;}
.sub-menu li.sub-color-7 .sub-menu-slide-out{background-color:#00a8a5 !important;}
.sub-menu li.sub-color-8 a:hover {color:#72a230 !important;}
.sub-menu li.sub-color-8 .sub-menu-slide-out{background-color:#72a230 !important;}
.sub-menu li.sub-color-9 a:hover {color:#2f9301 !important;}
.sub-menu li.sub-color-9 .sub-menu-slide-out{background-color:#2f9301 !important;}
.desktop-mega-menu .mega-menu-container ul li.no-background .sub-menu-container{background-color:transparent;}
.desktop-mega-menu .mega-menu-container ul li.no-background .sub-menu-container .sub-menu li .sub-menu-slide-out {background-color:transparent;}


.wpsisac-slick-slider.design-3 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-content .wpsisac-bg-overlay {
    background: #0e223480;
}

.slick-slider ul li .content {
  transition: transform 0.3s linear;
  transition-delay: 0.5s;
}

.slick-slider ul li:not(.slick-current) .content {
  transform: scale(0.9);
  transition-delay: 0s;
}
.slick-slider {
  /*overflow: hidden;*/
  /*margin-right: 1px;*/
}
.slick-initialized .slick-slide { display: flex; justify-content: center; }
.slick-list {padding: 0px 0px 0px 0px;}
.wp-block-cover__inner-container p a {background-color: #0e2234;color: #fff;font-weight: 300;font-size: 10px;text-transform: uppercase;padding: 10px 25px;display: inline-block;margin-top: 20px;-webkit-transition: 0.25s ease;-o-transition: 0.25s ease;transition: 0.25s ease;}
.wp-block-cover__inner-container p a:hover {background-color: #f94e48;}
.sector-slider-wrapper ul.sector-slider{margin:0px !important;}
.sector-slider-wrapper .slick-arrow {background-color: #0e223480;}
.wpsisac-slider-short-content {font-family: 'Hind Madurai', sans-serif;}
.breadcrumb {
    border-top: 1px solid rgba(0,0,0,.5);
    padding: 23px 20px;
    width: 100%;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aigpl-gallery-slider-wrp {
    border-top: 15px solid rgb(249 78 72);
}
.aigpl-gallery-slider button.slick-prev, .aigpl-gallery-slider button.slick-prev:hover, .aigpl-gallery-slider button.slick-prev:focus, .aigpl-gallery-slider button.slick-prev:active {background: #0e2234b3 url('./img/arrow-left.png') center center no-repeat !important}
.aigpl-gallery-slider button.slick-next, .aigpl-gallery-slider button.slick-next:hover, .aigpl-gallery-slider button.slick-next:focus, .aigpl-gallery-slider button.slick-next:active {background: #0e2234b3 url('./img/arrow-right.png') center center no-repeat !important}
 .specification-tabs-container .tabs>li p {
    color: #fff;
}
.tab-text p, .tab-text ul{
    font-weight: 200;
    font-size: 15px;
    word-spacing: -1px;
    letter-spacing: 1px;
    line-height: 38px;    
}
.specification-tabs-container .tab-text p, .specification-tabs-container .tab-text ul {color: #fff;}
.product-tabs-wrapper .tab-text p, .product-tabs-wrapper .tab-text ul {color: #0e2234;}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
form span.wpcf7-not-valid-tip {
    background-color: red;
    color: #fff;
    padding: 10px;
    margin: 10px 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}
.about-us.is-light .wp-block-cover__inner-container {
    width: 60%;
    margin: 60px 30px 60px auto;
}
main#primary{margin-top: 90px;}
