/*
Theme Name: FMS
Theme URI: http://thrust.co
Author: Thrust
Author URI: http://thrust.co
Description: FMS website theme
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fms

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
    font-size: 62.5%;
}
body {
	font-family: degular, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.3;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}
.container-fluid {
    max-width: 1600px;
    padding-left: 55px;
	padding-right: 55px;
}
@media screen and (max-width: 767px){
	.container-fluid {
		padding-left: 25px;
		padding-right: 25px;
	}
}
h1, h2, h3, h4, h5, h6, .lead, .banner-links {
    font-family: industry-inc-base, sans-serif;
	font-weight: 400;
    font-weight: normal;
    line-height: 1.25;
}
p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
a {
    color: #c6202b;
}
a:hover {
    color: #880810;
}
.main ul {
    padding-left: 17px;
}
.main li {
    margin-bottom: 5px;
}
svg, img, embed, object {
    display: block;
    height: auto;
    max-width: 100%;
}
header.main-header {
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
	z-index: 1000;
	border: none;
	padding: 0;
}
.page-id-9 header.main-header {
    position: static;
    padding-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}
header.opened {
	background-color: #fff;
}
.navbar {
	padding: 0;
}
.dark-logo {
	display: none;
}
.page-id-9 .light-logo {
	display: none;
}

.page-id-9 .dark-logo {
	display: block;
}
@media screen and (max-width: 991px){
	.light-logo {
		display: none;
	}
	.dark-logo {
		display: block;
	}
}
.site-logo svg {
    max-width: 140px;
}
#menu-primary-menu {
    display: block;
	text-align: right;
	margin-top: -8px;
	width: 100%;
}
#menu-primary-menu li {
	display: inline-block;
	margin-left: 35px;
}
#menu-primary-menu li a {
    color: #fff;
	font-family: industry-inc-base, sans-serif;
	text-decoration: none;
	transition: opacity .2s ease;
}
.page-id-9 #menu-primary-menu li a {
    color: #000;
}
#menu-primary-menu li a:hover {
    opacity: .7;
}
.navbar-nav li.current-menu-item a.nav-link,
.current-page-ancestor a.nav-link {
    background: rgba(0,0,0,.5);
    padding: 5px 8px 0 8px;
}
.page-id-9 .navbar-nav li.current-menu-item a.nav-link,
.page-id-9 .current-page-ancestor a.nav-link {
    background: rgba(0,0,0,.1);
}

#menu-primary-menu li.current-menu-item a.nav-link:hover,
#menu-primary-menu li.current-page-ancestor a.nav-link:hover {
	opacity: 1;
}
.sub-menu {
    display: none;
}
button.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler {
    padding: 0;
}

.hamburger {
 font:inherit;
 display:inline-block;
 overflow:visible;
 margin:0;
 cursor:pointer;
 transition-timing-function:linear;
 transition-duration:.15s;
 transition-property:opacity,filter;
 text-transform:none;
 color:inherit;
 border:0;
 background-color:transparent;
}
.hamburger:hover {
 opacity:.7;
}
header.opened  .hamburger-inner,
header.opened  .hamburger-inner:after,
header.opened  .hamburger-inner:before {
 background-color:#000;
}
.hamburger-box {
 position:relative;
 display:inline-block;
 width:40px;
 height:24px;
}
.hamburger-inner {
 top:50%;
 display:block;
 margin-top:-2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
 position:absolute;
 width:40px;
 height:4px;
 transition-timing-function:ease;
 transition-duration:.15s;
 transition-property:transform;
 border-radius:4px;
 background-color:#000;
}
.hamburger-inner:after,
.hamburger-inner:before {
 display:block;
 content:"";
}
.hamburger-inner:before {
 top:-10px;
}
.hamburger-inner:after {
 bottom:-10px;
}
.hamburger-inner {
 transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-duration:75ms;
}
.hamburger-inner:before {
 transition:top 75ms ease .12s,opacity 75ms ease;
}
.hamburger-inner:after {
 transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}
header.opened  .hamburger-inner {
 transition-delay:.12s;
 transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transform:rotate(45deg);
}
header.opened .hamburger-inner:before {
 top:0;
 transition:top 75ms ease,opacity 75ms ease .12s;
 opacity:0;
}
header.opened .hamburger-inner:after {
 bottom:0;
 transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
 transform:rotate(-90deg);
}

@media screen and (max-width: 991px){
	#menu-primary-menu {
		margin-top: 20px;
		margin-bottom: 30px;
		display: flex;
		text-align: left;
	}
	#menu-primary-menu li {
		margin-left: 0;
	}
	header.main-header,
	.home header.main-header,
	.page-id-4 header.main-header,
	.page-id-7 header.main-header,
	.page-id-11 header.main-header,
	.blog header.main-header {
		position: relative;
		top: 0;
		padding-top: 10px;
		padding-bottom: 10px;
    	background: #fff;
	}
	.navbar-nav li.current-menu-item a.nav-link,
	.home .navbar-nav li.current-menu-item a.nav-link,
	.page-id-4 .navbar-nav li.current-menu-item a.nav-link,
	.page-id-7 .navbar-nav li.current-menu-item a.nav-link,
	.page-id-11 .navbar-nav li.current-menu-item a.nav-link,
	.blog .navbar-nav li.current-menu-item a.nav-link,
	.current-page-ancestor a.nav-link {
		background: transparent;
		padding: initial;
	}
}
@media screen and (max-width: 540px){
	.site-logo svg {
		max-width: 120px;
	}
}

.main {
    padding-top: 100px;
	padding-bottom: 40px;
	background: #fff;
	position: relative;
}

/* Home page ---------------------------------------------------------*/
/* Banner Text animation */
@keyframes bannerheadlines{
    0% {
        opacity:0;
        transform: translate(0,50px);
    }
    30% {
        opacity:1;
        transform: translate(0,0);
    }
}

html.fms-preloaded .banner_text {
    opacity: 0;
}

html.fms-loaded .banner_text {
    display: none;
}

html.fms-loaded .banner_text.current-animation {
    display: block;
    -webkit-animation-name: bannerheadlines;
    animation-name: bannerheadlines;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}
/* end */
.page-banner {
    background-size: cover;
    height: 55vh;
	position: relative;
	overflow: hidden;
}
.page-id-4 .page-banner,
.page-id-7 .page-banner,
.page-id-11 .page-banner {
    height: 80vh;
}
.home .page-banner {
	height: 90vh;
}
.video-banner,
.home .video-banner {
	height: auto;
	background: #515251;
}
.home .page-banner:not(.carousel)::before {
    content: "";
    display: block;
    /*background: rgba(81,82,81,.7);*/
	background: rgba(40,40,40,.55);
    position: absolute;
    top: 0;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-banner:not(.carousel)::before {
	background: rgba(6,122,101,.5);
	content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
	width: 100%;
	height: 100%;
}
.blog .page-banner:not(.carousel)::before {
	background: rgba(6,122,101,.4);
}
.page-id-7 .page-banner:not(.carousel)::before,
.parent-pageid-7 .page-banner:not(.carousel)::before {
	background: rgba(26,121,173,.6);
}
.page-banner.carousel .carousel-item::before {
	background: rgba(6,122,101,.5);
	content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
	width: 100%;
	height: 100%;
}
.parent-pageid-7 .page-banner.carousel .carousel-item::before {
	background: rgba(26,121,173,.6);
}

/* Loading */
@keyframes ldio-rpinwye8j0b {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
}
.ldio-rpinwye8j0b div {
    position: absolute;
    animation: ldio-rpinwye8j0b 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
	box-shadow: 0 4px 0 0 #fff;
    transform-origin: 80px 82px;
}
.loadingio-eclipse {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ldio-rpinwye8j0b {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-rpinwye8j0b div {
    box-sizing: content-box;
}
@media screen and (max-width: 767px){
	.loadingio-eclipse {
    	top: 30%;
	}
}
/* end */
.page-banner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.banner_text {
    z-index: 100;
	width: 100%;
}
.video-wrapper .banner_text {
	top: 20vw;
	position: absolute;
}

.case-wrapper {
  position: absolute;
  bottom: 100px;
  color: #fff;
  z-index: 100;
  width: 100%;
}

.case-wrapper h3 {
  background: #000;
  display: inline-block;
  padding: 4px 5px 2px;
  margin-bottom: 8px;
  color: #d2d4d2;
  font-size: 1.5rem;
}

.case-wrapper h3::after {
  content: "";
  background: url('inc/images/more.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 7px;
  margin-bottom: -2px;
  background-size: 100%;
}

.case-wrapper a {
  text-transform: uppercase;
  font-family: industry-inc-base, sans-serif;
  text-decoration: none;
  color: #fff;
}

.case-wrapper a:hover p {
  opacity: 75%;
}
@media screen and (max-width: 767px){
	.case-wrapper {
  		bottom: 160px;
	}
}
@media screen and (max-width: 500px){
	.case-wrapper {
  		display: none;
	}
}
.banner-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 100;
}
@media screen and (max-width: 767px){
	.main {
		padding-top: 60px;
	}
	.banner-links .container-fluid {
		padding: 0 15px;
	}
	.page-banner iframe {
		width: 150% !important;
		height: 150% !important;
	}
	.video-wrapper,
	.home .video-wrapper {
		height: 84vw;
		overflow: hidden;
	}
	.banner-links {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	.video-wrapper .banner_text {
		top: 20vw;
	}
}
@media (min-width:768px) and (max-width:850px) {
	.page-banner iframe {
		width: 150% !important;
		height: 150% !important;
	}
	.video-wrapper,
	.home .video-wrapper {
		height: 84vw;
		overflow: hidden;
	}
	.video-wrapper .banner_text {
		top: 30vw;
	}
}

.banner-links .left-side a,
.banner-links .right-side a {
    color: #fff;
    text-decoration: none;
	padding: 20px 0 13px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	text-align:center;
	font-size: 2.8rem;
	display: block;
}
.banner-links .left-side a::before {
    content: "";
    background: #067a65;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	transition: background .25s ease;
	z-index: -1;
}
.banner-links .left-side a:hover::before {
	background: #06705d;
}
.banner-links .right-side a::before {
    content: "";
    background: #1a79ad;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	transition: background .25s ease;
	z-index: -1;
}
.banner-links .right-side a:hover::before {
	background: #136896;
}
h1 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 4.8rem;
}
.banner_text h1 {
    color: #fff;
    z-index: 100;
    position: relative;
    text-transform: uppercase;
    font-size: 3.8rem;
	max-width: 850px;
	margin: 0;
}
/* section-one */
.lead,
.main h2 {
    font-size: 3.6rem;
    text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}
.section-one {
    margin-bottom: 90px;
}
.section-one .more-link a,
.service-description a,
a.read-more-link,
a.apply-job {
    color: #c6202b;
    font-weight: 500;
    text-decoration: none;
    background: transparent;
    padding: 5px 13px 7px 15px;
    border-radius: 20px;
    margin-left: -15px;
    margin-top: 5px;
    display: inline-block;
	transition: background 0.25s ease;
}
.section-one .more-link a::after,
.service-description a::after,
a.read-more-link::after,
a.apply-job::after {
    content: "";
    background: url('inc/images/more.svg');
    width: 18px;
    height: 18px;
    display: inline-block;
	margin-left: 9px;
	margin-bottom: -2px;
}
.section-one .more-link a:hover,
.service-description a:hover,
a.read-more-link:hover,
a.apply-job:hover {
    color: #c6202b;
	background: #f4d2d5;
	text-decoration: none;
}
.home .section-one .left-side {
    padding-right: 45px;
	padding-left: 0;
}
.home .section-one .right-side {
    padding: 0;
}
.home .section-one .right-side img {
	filter: contrast(1.4) grayscale(0%);
	-webkit-filter: contrast(1.4) grayscale(0%);
}
.image-wrapper {
	position: relative;
}
.home .section-one .image-wrapper::before {
    background: rgba(6,122,101,.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 1;
}
@media screen and (max-width: 767px){

	.banner_text h1 {
		font-size: 3rem;
	}
	.home .section-one .right-side {
		margin-top: 30px;
	}
	.home .section-one .left-side {
    	padding: 0 15px;
	}
	.lead,
	.main h2 {
		font-size: 2.8rem;
	}
	h1 {
		margin-top: 80px;
		margin-bottom: 80px;
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 991px){
	.lead {
    	font-size: 2.8rem;
	}
	.video-wrapper .banner_text h1 {
		font-size: 2.8rem;
	}
	#menu-primary-menu li a,
	.home #menu-primary-menu li a,
	.page-id-4 #menu-primary-menu li a,
	.page-id-7 #menu-primary-menu li a,
	.page-id-11 #menu-primary-menu li a,
	.blog #menu-primary-menu li a {
    	color: #000;
		border-bottom: 1px solid #eee;
		padding: 12px 0 7px;
	}
}
/* section-two */
.case-study-content-wrapper {
    position: absolute;
    bottom: 30px;
    left: 45px;
	right: 45px;
    z-index: 100;
}
.case-study-content-wrapper h2 {
    color: #c7c332;
    font-size: 1.8rem;
	margin-bottom: 5px;
	position: relative;
}
.case-study-content-wrapper h3 {
    color: #fff;
    font-size: 3rem;
	position: relative;
}
.home .section-two .left-side,
.home .section-two .right-side {
    padding: 0;
	cursor: pointer;
}
.home .section-two .left-side a::before {
    background: rgba(6,122,101,.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 1;
	transition: background .25s ease;
}
.home .section-two .left-side a:hover::before {
    background: rgba(6,122,101,.7);
}
.home .section-two .right-side a::before {
    background: rgba(26,121,173,.6);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	z-index: 1;
	transition: background .25s ease;
}
.home .section-two .right-side a:hover::before {
    background: rgba(26,121,173,.8);
}
.home .section-two img {
    filter: contrast(1.2) grayscale(0%);
    -webkit-filter: contrast(1.2) grayscale(0%);
}
@media screen and (max-width: 999px){
	.case-study-content-wrapper {
		bottom: 10px;
    	left: 25px;
		right: 25px;
	}
	.case-study-content-wrapper h2 {
   	 	font-size: 1.6rem;
	}
	.case-study-content-wrapper h3 {
    	font-size: 2.6rem;
	}
}
@media screen and (max-width: 767px){
	.case-study-content-wrapper h2 {
   	 	font-size: 1.5rem;
	}
	.case-study-content-wrapper h3 {
    	font-size: 2.4rem;
	}
}

/* section-three */
.home .section-three {
    padding: 90px 0 40px;
}
.home .section-three .left-side img {
	margin: auto;
	width: 100%;
}
.home .section-three .map-wrapper {
    position: relative;
}
.home .section-three h2 {
	font-size: 3.6rem;
	margin-top: 15%;
	margin-bottom: 2rem;
}
.home .section-three svg {
    position: absolute;
    width: auto;
	height: 6%;
	transform-origin: 50% 100%;
}

.home .section-three svg#one {
    top: 21.8%;
    left: 46.9%;
}
.home .section-three svg#two {
    top: 22.5%;
    left: 31.15%;
}
.home .section-three svg#three {
    top: 29.8%;
    left: 55.2%;
}
.home .section-three svg#four {
    top: 36.5%;
    left: 54.2%;
}
.home .section-three svg#five {
    top: 43%;
    left: 21.6%;
}
.home .section-three svg#six {
    top: 57.4%;
    left: 75.3%;
}
.home .section-three svg#seven {
    top: 66%;
    left: 48.8%;
}
.home .section-three svg#eight {
    top: 69.8%;
    left: 78.1%;
}
.home .section-three svg#nine {
    top: 69.6%;
    left: 35.5%;
}
.home .section-three svg#ten {
    top: 78%;
    left: 77.2%;
}
@media screen and (max-width: 999px){
	.home .section-three h2 {
		font-size: 2.8rem;
	}
	.home .section-three h2 {
		margin-top: 8%;
	}
}

/* Footer ---------------------------------------------------------*/
footer {
    background: #d2d4d2;
	position: relative;
}
#clients-widgets {
    background: #eee;
    padding: 80px 0;
	z-index: 200;
	position: relative;
}
#clients-widgets h3 {
	color: #515251;
}
#clients-widgets .owl-carousel .owl-item img {
    width: auto;
	margin: auto;
}
.owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 23%;
}
.owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 23%;
}
.owl-nav button span {
	font-size: 5rem;
	font-family: arial;
}
.owl-nav .disabled {
    opacity: 0.1;
}
.owl-next {
    float: right;
}
.owl-prev {
	float: left;
}
@media screen and (max-width: 767px){
	.owl-nav .owl-prev {
    	left: -15px;
	}
	.owl-nav .owl-next {
    	right: -15px;
	}
	#clients-widgets {
		padding: 60px 0;
	}
	#clients-widgets .owl-carousel .owl-item img {
		margin: auto;
	}
}

#footer-widgets {
    padding: 80px 0;
}
#footer-widgets h2 {
	font-size: 3.6rem;
	margin-bottom: 2rem;
	color: #000;
}
#custom_html-3 .textwidget,
#footer-widgets .widget_block {
    color: #515251;
}
#footer-widgets a.button {
    background: #515251;
    border: none;
	font-family: industry-inc-base, sans-serif;
    color: #d2d4d2;
    padding: 16px 25px 7px;
    width: 100%;
	max-width: 450px;
    text-align: left;
    font-size: 3rem;
	transition: background .2s ease;
	display: block;
}
@media screen and (max-width: 860px){
	#footer-widgets a.button {
		font-size: 2.5rem;
	}
}
#footer-widgets a.button:hover {
    background: #000;
	text-decoration: none;
}
#custom_html-3 .textwidget span,
#footer-widgets .widget_block span {
	font-family: industry-inc-base, sans-serif;
	font-size: 3rem;
	color: #515251;
	margin-top: 17px;
	display: block;
}

.footer-address {
	text-transform: uppercase;
	font-size: 1.4rem;
	font-family: industry-inc-base, sans-serif;
	margin-top: 35px;
}
#footer-credits {
    background: #515251;
    color: #fff;
    font-size: 1.4rem;
    padding: 13px 0 15px;
}
#footer-credits p {
    margin-bottom: 0;
}
#menu-footer-menu {
    padding: 0;
	margin-bottom: 0;
	margin-top: 15px;
	text-align: right;
}
@media screen and (min-width: 768px){
	#menu-footer-menu {
    padding: 0;
	text-align: right;
	margin-top: 0;
}
}
#menu-footer-menu li {
    margin-left: 15px;
	list-style: none;
	display: inline-block;
}
#menu-footer-menu li a {
	color: #fff;
	padding: 0;
}

#below-footer-widgets {
    background: #fff;
    padding: 30px 0;
}
#below-footer-widgets h3 {
    color: #515251;
	margin-bottom: 20px;
}
#below-footer-widgets .widget_media_image a {
    position: relative;
    background: #eee;
    display: block;
	margin-bottom: 10px;
	padding: 6px 15px;
}
#below-footer-widgets .widget_media_image a img {
	margin: auto;
}
#below-footer-widgets .widget_media_image a:hover::after {
    content: "";
    background: rgba(0,0,0,.08);
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media screen and (max-width: 999px){
	#footer-widgets {
		padding: 60px 0;
	}
	#footer-widgets h2 {
		font-size: 2.8rem;
	}
	#footer-widgets button {
    	font-size: 2.4rem;
	}
	#custom_html-3 .textwidget span,
	#footer-widgets .widget_block span {
    	font-size: 2.4rem;
	}
}

/* Services - Landing page ---------------------------------------------------------*/

.services-wrapper {
    background: #eee;
    padding-top: 70px;
    padding-bottom: 70px;
}
.services-wrapper h2 {
	font-size: 3.6rem;
	margin: 3rem 0;
}
.service-wrapper {
	cursor: pointer;
	cursor: url('inc/images/details-cursor.png') 16 16, auto;
}
.service-wrapper h3 {
    color: #9fa09f;
    font-size: 2.4rem;
	margin: 0;
}
.service-wrapper:hover h3,
.service-wrapper.selected h3 {
    color: #c6202b;
}
.service-description {
    display: none;
}
.service-wrapper .image-wrapper {
    margin-top: 45px;
    margin-bottom: 20px;
}
.service-wrapper:hover .image-wrapper::before,
.service-wrapper.selected .image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #4b9d8e;
	opacity: 0.8;
    width: 100%;
    height: 100%;
}
.page-id-7 .service-wrapper:hover .image-wrapper::before,
.page-id-7 .service-wrapper.selected .image-wrapper::before {
    background: #599cc0;
}
.close-preview {
    display: none;
}
.close-preview::after {
    content: "X";
	font-family: industry-inc-base, sans-serif;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 5.6rem;
    z-index: 100;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000;
}
.service-preview .service-wrapper {
    cursor: auto;
}
.service-preview .service-wrapper:hover .image-wrapper::before {
	content: normal;
}
.service-preview .service-description {
    display: block;
}
.service-preview .service-description ul {
    padding-left: 18px;
}
.service-preview .service-wrapper h3 {
    color: #000;
    font-size: 3rem;
	margin-bottom: 1.5rem;
}
.service-preview .service-wrapper:hover h3 {
	color: #000;
}
.service-preview .service-wrapper .image-wrapper {
    margin-top: 45px;
    margin-bottom: 30px;
}
.page-id-4 .section-three .container-fluid,
.page-id-7 .section-three .container-fluid  {
    padding: 0 15px;
}
.page-id-4 .section-three .left-side h3,
.page-id-7 .section-three .left-side h3 {
	font-size: 3.6rem;
	margin: 3rem 0 1.8rem;
}
.page-id-4 .section-three .left-side,
.page-id-7 .section-three .left-side {
    padding: 60px 55px;
}
.page-id-4 .section-three .left-side ul,
.page-id-7 .section-three .left-side ul {
    padding-left: 3rem;
}
.page-id-4 .section-three .left-side li,
.page-id-7 .section-three .left-side li {
    font-size: 3rem;
    list-style: none;
    text-transform: uppercase;
    margin: 10px 0;
	color: #515251;
	font-family: industry-inc-base, sans-serif;
}
.page-id-4 .section-three .right-side,
.page-id-7 .section-three .right-side {
	padding: 0;
}
.page-id-4 .section-three .right-side a::before,
.page-id-7 .section-three .right-side a::before {
    background: rgba(6,122,101,.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: background .25s ease;
}
.page-id-4 .section-three .right-side a:hover::before {
    background: rgba(6,122,101,.7);
}
.page-id-7 .section-three .right-side a::before {
    background: rgba(26,121,173,.6);
}
.page-id-7 .section-three .right-side a:hover::before {
    background: rgba(26,121,173,.8);
}
.page-id-4 .section-three .right-side a,
.page-id-7 .section-three .right-side a {
    position: relative;
    display: block;
}
.page-id-4 .section-three .right-side img,
.page-id-7 .section-three .right-side img {
	filter: contrast(1.2) grayscale(0%);
	-webkit-filter: contrast(1.2) grayscale(0%);
}

@media screen and (max-width: 1199px){
	.page-id-4 .section-three .left-side,
	.page-id-7 .section-three .left-side {
		padding: 30px 55px 50px;
	}
}
@media screen and (max-width: 767px){
	body.popup-opened {
		overflow: hidden;
	}
	.service-wrapper .image-wrapper {
    	margin-top: 30px;
		margin-bottom: 15px;
	}
	.popup-opened .preview-wrapper-column {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.8);
		z-index: 2000;
		overflow-y: scroll;
	}
	.popup-opened .preview-wrapper {
		background: #fff;
		padding: 1px 20px 60px;
		margin: 15px 0;
	}
	.popup-opened .close-preview {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		display: block;
	}
	.close-preview:hover::after {
		background: #515251;
		color: #fff;
	}
	.service-preview .service-wrapper .image-wrapper {
    	margin-top: 20px;
	}
	.services-wrapper h2 {
		font-size: 2.8rem;
		margin: 2rem 0;
	}
	.service-wrapper h3 {
		font-size: 2rem;
	}
	.page-id-4 .section-three .left-side,
	.page-id-7 .section-three .left-side {
		padding: 30px 25px 50px;
	}
	.services-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.page-id-4 .section-three .left-side h3,
	.page-id-7 .section-three .left-side h3 {
		font-size: 2.8rem;
		margin: 3rem 0 1.8rem;
	}
}
@media screen and (max-width: 540px){
	.service-wrapper h3 {
		font-size: 1.8rem;
	}
}

/* Services - Single page ---------------------------------------------------------*/
.parent-pageid-4 .main,
.parent-pageid-7 .main {
    background: #f6f6f6;
}
.parent-pageid-4 .section-two .container-fluid,
.parent-pageid-7 .section-two .container-fluid {
    padding-left: 15px;
	padding-right: 15px;
}
.parent-pageid-4 .section-two .right-side,
.parent-pageid-7 .section-two .right-side {
    padding-top: 50px;
	padding-bottom: 50px;
}
.parent-pageid-4 .section-two .left-side,
.parent-pageid-7 .section-two .left-side {
    padding: 0;
	padding-right: 35px;
}
.parent-pageid-4 .parent-link .container-fluid,
.parent-pageid-7 .parent-link .container-fluid {
    padding: 0 15px;
	max-width: none;
}
.parent-link {
    background: #389584;
	z-index: 1050;
	position: relative;
}
.parent-pageid-7 .parent-link {
    background: #599cc0;
}
.parent-link > div:first-child span {
    display: block;
    color: #c7c332;
    font-size: 1.8rem;
	text-transform: uppercase;
	font-family: industry-inc-base, sans-serif;
	margin-top: 30px;
}
.parent-link a {
    color: #eee;
    font-size: 3rem;
	text-transform: uppercase;
	font-family: industry-inc-base, sans-serif;
	margin-bottom: 25px;
	display: block;
}
.parent-link a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.parent-link .left-side::before {
    content: "";
    background: #067a65;
    position: absolute;
    left: -100%;
    right: -40px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.parent-pageid-4 .parent-link .right-side::before,
.parent-pageid-7 .parent-link .right-side::before {
    content: "";
    background: #389584;
    position: absolute;
    left: -35px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.parent-pageid-4 .parent-link .right-side::before {
	background: #067a65;
}
.parent-pageid-7 .parent-link .right-side::before {
    background: #1a79ad;
}
.parent-pageid-4 .parent-link .left-side::before {
	background: #389584;
}
.parent-pageid-7 .parent-link .left-side::before {
	background: #599cc0;
}
@media screen and (max-width: 767px){
	.parent-pageid-4 .section-two .left-side,
	.parent-pageid-7 .section-two .left-side {
   		padding: 0;
	}
	.parent-pageid-4 .parent-link .left-side,
	.parent-pageid-7 .parent-link .left-side {
		display: none;
	}
	.parent-pageid-4 .section-two .right-side,
	.parent-pageid-7 .section-two .right-side {
		padding-left: 25px;
		padding-right: 25px;
	}
	.parent-link a {
    	font-size: 2.4rem;
	}
}

/* Company page ---------------------------------------------------------*/
.company .main {
    padding-top: 0;
    padding-bottom: 0;
}
.company .main .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.company .main h3 {
    position: absolute;
    bottom: 20px;
    left: 55px;
    right: 55px;
    z-index: 100;
	font-size: 3.6rem;
    color: #f6f6f6;
}
.company .main .page-wrapper {
    position: relative;
}
.company .main .page-wrapper a::before {
    background: rgba(6,122,101,.25);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: background .25s ease;
}
.company .main .page-wrapper a:hover::before {
    background: rgba(6,122,101,.5);
}
.company .main .image-wrapper img {
	filter: contrast(1.15) grayscale(0%);
	-webkit-filter: contrast(1.15) grayscale(0%);
}
@media screen and (max-width: 767px){
	.company .main h3 {
    	left: 25px;
    	right: 25px;
		font-size: 2.8rem;
	}
}

/* About page ---------------------------------------------------------*/
.page-id-252 #download-presentation {
    margin-top: -1px;
}

.page-id-252 #download-presentation span + a {
    color: #fff;
    line-height: 1.1;
}

@media(max-width:768px){
    .page-id-252 #download-presentation span + a {
        padding-right: 30px;
    }
}

.page-id-252 #download-presentation button#download-presentation-btn,
.page-id-252 #download-presentation button#download-presentation-btn {
    background-color: #067a65;
    text-align: left;
    border: none;
    outline: 0;
    cursor: pointer;
}

.page-id-252 #download-presentation button#download-presentation-btn svg,
.page-id-252 #download-presentation button#download-presentation-btn svg:focus {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}

@media(max-width:768px){
    .page-id-252 #download-presentation button#download-presentation-btn svg,
    .page-id-252 #download-presentation button#download-presentation-btn svg:focus {
        right: 30px;
    }
}

.page-id-252 #download-presentation .modal-header {
    border: 0;
}

.page-id-252 #download-presentation .modal-title {
    font-size: 1em;
}

#caldera_form_1 label {
    text-transform: uppercase;
    color: #4c4c4c;
}

#caldera_form_1.caldera-grid .form-control {
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#caldera_form_1 input.btn {
    color: #d2d4d2;
    background-color: #515251;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: industry-inc-base, sans-serif;
    padding: 15px 30px 7px;
    border: 0;
    border-radius: 0;
    margin-top: 15px;
}

#caldera_form_1 input.btn:hover {
    color: #d2d4d2;
    background-color: #000;
    border-color: transparent;
}

#caldera_form_1 .alert-success a {
    font-weight: 400;
    background-color: transparent;
    color: #3c763d;
    font-family: inherit;
    font-size: 1em;
    text-decoration: underline;
    text-transform: lowercase;
    display: inline;
}

.page-id-252 .main {
	background: #f6f6f6;
}
.page-section h3 {
	font-size: 3.6rem;
	margin-bottom: 1.8rem;
}
.page-section:nth-child(2n) {
	background: #f6f6f6;
}
.page-section .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}
.page-section .image-side {
    padding-left: 0;
    padding-right: 40px;
}
.page-section.switched-order .image-side {
    padding-left: 40px;
    padding-right: 0;
}
.page-section .text-side {
    padding-left: 15px;
    padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-section.switched-order .text-side {
    padding-left: 55px;
    padding-right: 15px;
}
.image-side img {
	filter: contrast(1.2) grayscale(0%);
	-webkit-filter: contrast(1.2) grayscale(0%);
}
.image-side::before {
    background: rgba(6,122,101,.4);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40px;
    z-index: 1;
    transition: background .25s ease;
}
.page-section.switched-order .image-side::before {
    left: 40px;
    right: 0;
}
.member-role {
    color: #9fa09f;
    font-family: industry-inc-base, sans-serif;
    margin-top: -3px;
    display: block;
}
.service-wrapper:hover .member-role,
.service-wrapper.selected .member-role {
    color: #c6202b;
}
.service-preview .service-wrapper .member-role {
    color: #000;
    margin-bottom: 1.5rem;
}
.page-id-252 .service-preview .service-wrapper h3 {
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
	.page-section .image-side {
		padding-right: 0;
	}
	.page-section.switched-order .image-side {
		padding-left: 0;
	}
	.parent-link .left-side::before {
    	right: -10px;
	}
	.page-section .text-side,
	.page-section.switched-order .text-side {
		padding-left: 25px;
		padding-right: 25px;
	}
	.parent-pageid-4 .parent-link .container-fluid,
	.parent-pageid-7 .parent-link .container-fluid {
    	padding: 0 25px;
	}
	.parent-pageid-4 .parent-link .right-side::before,
	.parent-pageid-7 .parent-link .right-side::before {
    	right: -10px;
	}
	.page-section.switched-order .image-side::before,
	.image-side::before {
		left: 0;
		right: 0;
	}
	.page-section h3 {
		font-size: 2.8rem;
		margin: 2rem 0 1.8rem;
	}
}

/* Technical information page ---------------------------------------------------------*/
.wp-block-file {
    position: relative;
    margin-bottom: 1.2em;
    border-bottom: 1px dashed #ddd;
    padding: 0 100px 1.2em 0;
}
.wp-block-file a.wp-block-file__button {
    position: absolute;
    right: 0;
	text-transform: uppercase;
	font-family: industry-inc-base, sans-serif;
	padding: 10px 13px 6px;
	border-radius: 0;
}
.wp-block-file .wp-block-file__button {
    background: #515251;
}
.wp-block-file .wp-block-file__button:hover {
	background: #000;
}

/* Contacts page ---------------------------------------------------------*/
.contact-block h2 {
    margin-bottom: 0;
}
.contact-block p {
    font-size: 3.6rem;
    color: #515251;
	text-transform: uppercase;
	font-family: industry-inc-base, sans-serif;
	margin-bottom: 3rem;
}
.contact-block a {
	font-size: 3.6rem;
	text-transform: uppercase;
	font-family: industry-inc-base, sans-serif;
}
#caldera_form_1 {
    margin-top: 30px;
}
.contact-block .caldera-grid label {
    text-transform: uppercase;
    font-size: 3rem;
    color: #4c4c4c;
    font-weight: normal;
    font-family: industry-inc-base, sans-serif;
    margin-bottom: 15px;
    margin-top: 6px;
}
.contact-block .caldera-grid .form-control {
    width: 100%;
    height: 34px;
    padding: 0;
    background-color: transparent;
	border: none;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-size: 2rem;
}
.contact-block .caldera-grid .form-control:focus {
    border-color: #067a65;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-block .caldera-grid .has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-block .caldera-grid .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-block .caldera-grid .has-error .control-label {
	color: #4c4c4c;
}
.contact-block .caldera-grid .btn-default {
    color: #d2d4d2;
    background-color: #515251;
    border-color: #ccc;
    border: none;
	border-radius: 0;
	font-size: 3rem;
	font-family: industry-inc-base, sans-serif;
	text-transform: uppercase;
	padding: 15px 30px 7px;
	margin-top: 25px;
}
.contact-block .caldera-grid .btn-default:hover {
	color: #d2d4d2;
	background-color: #000;
	border-color: transparent;
}
.page-id-11 #footer-widgets {
    display: none;
}
span.field_required {
    color: #c6202b !important;
}

@media (min-width:1200px) {
 .contact-block .wp-block-columns {
  flex-wrap:nowrap
 }
}
@media (max-width:919px) {
 .contact-block .wp-block-column {
  flex-basis:100%!important;
  margin-bottom: 30px;
 }
}
@media (min-width:600px) and (max-width:781px) {
	.contact-block .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}
@media (min-width:920px) and (max-width:1199px) {
 .contact-block .wp-block-column {
  flex-basis:calc(50% - 16px)!important;
  flex-grow:0
 }
 .contact-block .wp-block-column:nth-child(2n) {
  margin-left:32px
 }
}
@media (min-width:1200px) {
 .contact-block .wp-block-column {
  flex-basis:0;
  flex-grow:1
 }
 .contact-block .wp-block-column[style] {
  flex-grow:0
 }
 .contact-block .wp-block-column:not(:first-child) {
  margin-left:32px
 }
}

@media screen and (max-width: 767px){
	.contact-block p,
	.contact-block a {
    	font-size: 2.8rem;
	}
	.contact-block .caldera-grid label {
    	font-size: 2.4rem;
	}
	.contact-block .caldera-grid .btn-default {
		font-size: 2.4rem;
	}
}

/* Case Study and News listing page ---------------------------------------------------------*/
.type-fms_casestudy,
.blog .type-post {
    margin-bottom: 90px;
}
.page-id-285 .featured-media-inner.section-inner::before,
.blog .featured-media-inner.section-inner::before {
    background: rgba(6,122,101,.5);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: background .25s ease;
}
.page-id-285 .main h2 a,
.blog .main .type-post h2 a,
.type-fms_job h2 a  {
	text-decoration: none;
	color: #000;
}
.page-id-285 .main h2 a:hover,
.blog .main .type-post h2 a:hover,
.type-fms_job h2 a:hover {
	text-decoration: none;
}
.page-id-285 .featured-media-inner.section-inner,
.blog .featured-media-inner.section-inner {
    margin-right: -10px;
	position: relative;
}
.page-id-285 .featured-media-inner.section-inner img,
.blog .featured-media-inner.section-inner img {
	filter: contrast(1.2) grayscale(0%);
	-webkit-filter: contrast(1.2) grayscale(0%);
}

.page-id-285 .parent-link .right-side,
.blog .parent-link .right-side {
    padding-left: 85px;
}
.page-id-285 .parent-link .left-side,
.blog .parent-link .left-side {
	text-align: right;
	padding-right: 5px;
}
.page-id-285 .parent-link a,
.blog .parent-link a {
	margin-top: 35px;
}
article.fms_casestudy .entry-header,
article.fms_casestudy .entry-content,
.blog article.type-post .entry-header,
.blog article.type-post .entry-content {
	padding-left: 25px;
}

@media screen and (max-width: 767px){
	.page-id-285 .parent-link .left-side,
	.blog .parent-link .left-side {
		padding-right: 35px;
	}
	.page-id-285 .parent-link .right-side,
	.blog .parent-link .right-side {
    	padding-left: 35px;
	}
	.page-id-285 .main h2,
	.blog .main h2 {
		margin-top: 20px;
	}
	article.fms_casestudy .entry-header,
	article.fms_casestudy .entry-content,
	.blog article.type-post .entry-header,
	.blog article.type-post .entry-content {
		padding-left: 0;
	}
}

/* Case Study single page ---------------------------------------------------------*/
.single-fms_casestudy .main {
    background: #f6f6f6;
}

/* News single page ---------------------------------------------------------*/
.single-post .main {
    padding-top: 100px;
    padding-bottom: 40px;
    background: #f6f6f6;
}
.single-post .page-section:nth-child(2n) {
    background: #fff;
}
.page-section .separate-heading {
    padding: 50px 55px;
}
@media screen and (max-width: 767px){
	.page-section .separate-heading {
		padding: 0 25px;
		margin-bottom: -50px;
	}
}

/* Jobs listing page ---------------------------------------------------------*/
.page-template-archive-fms_job .main {
    background: #f6f6f6;
}
.archive-posts-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
}
.type-fms_job {
    margin-bottom: 100px;
}
.type-fms_job h2 {
	font-size: 3.6rem;
}
@media screen and (max-width: 767px){
	.archive-posts-wrapper {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.type-fms_job h2 {
		font-size: 2.8rem;
	}
	.type-fms_job {
		margin-bottom: 60px;
	}
}
/* Jobs single page ---------------------------------------------------------*/
.single-fms_job .parent-link .left-side::before {
    right: -10px;
}
.single-fms_job .main {
	background: #f6f6f6;
}
.single-fms_job .page-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px){
	/*.single-fms_job .page-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.single-fms_job .page-section .text-side {
    	padding-left: 15px;
	}
	.single-fms_job .page-section .container-fluid {
		padding-left: 25px;
		padding-right: 25px;
	}
	.single-fms_job .page-section .separate-heading {
		padding: 0px 15px;
		margin-bottom: 0;
	}*/
}

/*  ---------------------------------------------------------*/
a.post-edit-link {
    font-size: initial !important;
}
#cookie-law-info-bar {
    font-size: 1.4rem;
    padding: 8px 10px;
}
#page-banner-slider .carousel-inner-wrapper {
    height: 55vh;
}

/*  -------- Hide case studies -------------------------------------------------*/
.page-id-4 .section-three .right-side,
.page-id-7 .section-three .right-side {
    display: none;
}

/*  -------- Hide locations on Renewables and Offshore pages -------------------------------------------------*/
.page-id-4 .section-three .left-side,
.page-id-7 .section-three .left-side {
	display: none;
}
