html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,a,a:hover,a:focus{margin:0;padding:0;border:0;background:transparent;outline: none !important;text-decoration: none;}
.img{max-width:100%;height:auto}
div.inner {max-width: 1300px;height: 100%;margin: 0 auto;position: relative;}
div.flex {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
.js-video {
    background: url('../images/bgstill.jpg') 50% 0% no-repeat;
    background-size: auto;
    background-size: auto auto;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 43%;
    padding-top: 0;
    position: relative;
    margin-top: -3px;
}
.js-video iframe {
    background: transparent !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
img#alt-seo {
    width: 0;
    height: 0;
}

.gutter{
	margin-bottom: 50px;
}
.play{
	width: 100%;
    height: 100%;
	position: absolute;
	background: url('../images/playButton.png') center no-repeat;
	background-size: 128px;
	opacity: 0.5;
	transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
.play:hover,.play:active,.play:focus{
	width: 100%;
    height: 100%;
	position: absolute;
	background: url('../images/playButton.png') center no-repeat;
	background-size: 128px;
	opacity: 1;
}

/* Header */
header {
	background: #fff;
	width: 100%;
	height: 129px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
	z-index: 999;
	text-align: center;
	border-top: 38px #dbdbdb solid;
}
header a#menu {
	background: url('../images/menu.png') 50% 0% no-repeat;
	background-size: contain;
	width: 32px;
	height: 28px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	bottom: 10px;
    right: 10px;
}
header div#logobg {
	background: url('../images/logobg.png') 100% 0% no-repeat;
	width: 100%;
	height: 176px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	position: absolute;
	top: -38px;
	left: -70%;
	z-index: 3;
}
header a#logo {
	width: 240px;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: absolute;
	top: -15px;
	left: 0;
	z-index: 4;
}
a#logo img {width: 100%;height: auto;}

header img.imech {
	width: 130px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 10px;
	right: 60%;
}
header img.safe {
	width: 44px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0;
}
header div#header_info {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: -28px;
	right: 17%;
}
div#header_info a {margin-right: 25px;color: #000000;text-decoration: none;font-family: 'Montserrat';font-weight: 400;font-size: 14px;}
div#header_info a span {font-weight: 600;}

div#header_social {
	height: 38px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: -38px;
	right: 0;
}
div#header_social a {
	background: #d83f00;
	width: 50px;
	height: 38px;
	margin: 0 0 0 3px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	float: left;
	-moz-transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-30deg, 0deg);
	-o-transform: skew(-30deg, 0deg);
	-ms-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
}
div#header_social a img {
	-moz-transform: skew(30deg, 0deg);
	-webkit-transform: skew(30deg, 0deg);
	-o-transform: skew(30deg, 0deg);
	-ms-transform: skew(30deg, 0deg);
	transform: skew(30deg, 0deg);
}
header #navigation {
	width: 70%;
	height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	clear: both;
	position: absolute;
	bottom: 0;
	right: 60px;
}
#navigation li {
	width: auto;
	height: auto;
	margin: 0 0 0 20px;
	padding: 0;
	display: block;
	position: relative;
	transition: down 0.4s ease-in-out;
}
#navigation li a, #navigation li a:hover {
	width: auto;
	margin: 0;
	padding: 0 5px 0 5px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	clear: both;
	color: #8b8a8a;
	font-size: 15px;
	text-decoration: none;
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
#navigation li {border-bottom: 4px #fff solid;}
#navigation li:hover {border-bottom: 4px #d83f00 solid;}
#navigation li:hover span {display: block;}

/* Main Active */
span.navarrow {
	background: url('../images/navactive.png') 50% 0% no-repeat;
	width: 20px;
	height: 13px;
	margin: 0 0 0 -10px;
	padding: 0;
	display: none;
	position: absolute;
	bottom: -13px;
	left: 50%;
}
#navigation li.active {border-bottom: 4px #d83f00 solid;}
#navigation li.active span {display: block;}

/* Drop Hover */
ul.dropdown-menu li a:hover {background: #D83F00 !important;color: #fff !important;}
ul.dropdown-menu li {border: 0 !important;}

/* Drop Selected */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover, ul.dropdown-menu li.dropdown {background: #D83F00 !important;color: #fff !important;}

ul.dropdown-menu {background: #fff;margin: 0 !important;padding: 0 !important;border: 0 !important;border-radius: 0 !important;top: 117% !important;}
ul.dropdown-menu li {background: #fff;margin: 0 !important;padding: 0 !important;}
ul.dropdown-menu li a {margin: 0 !important;padding: 5px 10px 5px 10px !important;}


/* Banner */
.background-image {height: 825px;position: relative;}
.bannerimage {height: 550px;background-size: cover;position: relative;}

.carousel-caption {
	margin: 0;
	padding: 0;
	display: block;
	bottom: 30%;
}
.carousel-caption.internal {bottom: 30%;}
.carousel-caption.internal h1 {padding-bottom: 10px;}
.carousel-caption h1 {
	color: #fff;
	font-size: 55px;
	line-height: 120%;
	font-weight: 700;
}
.carousel-caption p {
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
}
div#banner_sector {
	background: url('../images/banner_sector.png') 100% 100% no-repeat;
	background-size: contain;
	width: 52%;
	height: 430px;
	margin: 0;
	padding: 240px 3% 0 34%;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
}
div#banner_sector h1 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}
div#banner_sector p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
a.viewall {
	width: 180px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #fff;
	font-size: 16px;
	line-height: 51px;
	font-weight: 700;
	text-align: center;
	font-family: 'Montserrat';
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px #fff solid;
	border-radius: 0;
}
a.viewall:hover span {width: 100%;height: 100%;position: relative;z-index: 2;color: #D83F00;}

/* Main */
main {
	margin: 0;
	padding: 50px 0 50px 0;
	display: block;
	clear: both;
}
h1{text-transform: uppercase;}
h1, h2 {
	margin: 0;
	padding: 0 0 20px 0;
	display: block;
	clear: both;
	color: #d83f00;
	font-size: 34px;
	line-height: 110%;
	font-weight: 700;
	font-family: 'Montserrat';
	text-align: left;
	position: relative;
}
h2 {padding: 0 0 15px 0;color: #8b8a8a;font-size: 22px;font-family: 'Montserrat';text-transform: uppercase;font-weight: 700;}
h2.classes {margin: 35px 0 5px 0;padding: 0;}

h1.upper {text-transform: uppercase;}

h3 {
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	display: block;
	clear: both;
	text-align: left;
	color: #d83f00;
	font-size: 16px; 
	line-height: 20px;
	font-weight: 400;
	font-family: 'Montserrat';
}
p {
	margin: 0;
	padding: 0 0 20px 0;
	display: block;
	clear: both;
	color: #3c3c3b;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Montserrat';
	text-align: left;
}
ul {
	margin: 0;
	padding: 5px 0 15px 15px;
	display: block;
	clear: both;
}
ul li {
	background: url('../images/li.jpg') 0% 9px no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	clear: both;
	color: #3c3c3b;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat';
	font-weight: 400;
	text-align: left;
}
div#welcome_wrap {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div#welcome_wrap div.wleft {
	width: 50%;
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	align-content: center;
    clear: both;
    align-self: stretch;
}
div.wleft div.dwrap {
    width: 100%;
	margin: 0;
	padding: 25px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div.dwrap div.dblock {
    background: url('../images/rightarrow.png') 100% 40px no-repeat;
    background-size: 20px;
	width: 20%;
	margin: 0;
	padding: 0 20px 0 0;
	display: block;
	clear: both;
	text-align: center;
}
div.dblock img {height: 50px;margin: 0 auto;}
div.dwrap div.dblock:first-child {background: url('../images/rightarrow.png') 90% 40px no-repeat;background-size: 20px;}
div.dwrap div.dblock:last-child {background: none;}

div.dblock.internal {
	width: 100% !important;
	margin: 80px 0 20px 0 !important;
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div.dblock:hover img{
	transform: scale(1.2);
	transition: all ease 500ms;
}
div.dblock h2 {
    background: none !important;
	margin: 0 !important;
	padding: 15px 0 0 0 !important;
	display: block !important;
	clear: both !important;
	color: #d83f00 !important;
	font-size: 12px !important;
	line-height: 110% !important;
	font-weight: 700 !important;
	font-family: 'Montserrat' !important;
	text-align: center !important;
}
div.dblock div.dblock_left {
	width: 15%;
}
div.dblock div.dblock_right {
	width: 85%;
}
div.dblock p {
	width: 90%;
	padding: 0;
}
div#welcome_wrap div.wright {
	background: url('../images/wright.jpg') 0% 0% repeat-y;	
	width: 45%;
	margin: 0;
	padding: 18px;
	display: block;
	clear: both;
	position: relative;
}
div.wright img {width: 100%;height: auto;}

div.wright a.play {
	background: url('../images/play.png') 50% 0% no-repeat;
	width: 48px;
	height: 50px;
	margin: -25px 0 0 -24px;
	padding: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
div#sectors {
	height: 460px;
	margin: 100px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
}
div#sectors img {width: 100%;height: auto;}

div#sector_over {
	background: url('../images/sector_over.png') 100% 0% no-repeat;
	background-size: cover;
	width: 50%;
	height: 460px;
	margin: 0;
	/*padding: 10% 15% 0 10%;*/
	padding: 0 15% 0 15%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
div#sector_over h1, div#sector_over p {color: #fff;}

div#sectorswrap {
	width: 100%;
	height: 460px;
	margin: 0;
	padding: 0 0 0 30%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
	clear: both;
	overflow: hidden;
}
div.sector_block {
	background-size: cover !important;
	width: 22%;
	height: 460px;
	margin: 0 0 0 15px;
	padding: 0;
	display: block;
	position: relative;
}
div.sector_block span {
	background: #d83f00;
	widtH: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	font-family: 'Montserrat';
	text-transform: uppercase;
	opacity: 0;
}
div.slick-current span {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slick-prev {
	background: url('../images/sleft.jpg') 50% 0% no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 50px;
	left: 30%;
	border-radius: 50%;
	font-size: 0;
	border: 0;
	z-index: 1;
}
.slick-next {
	background: url('../images/sright.jpg') 50% 0% no-repeat;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 50px;
	left: 32%;
	border-radius: 50%;
	font-size: 0;
	border: 0;
	z-index: 1;
}
div#bottom_logos {
	margin: 0 auto;
	padding: 20px 0 50px 0;
	display: block;
	clear: both;
	text-align: center;
}
div#bottom_logos h1 {flex-basis: 100%;}
div#bottom_logos a {display: inline-block;}
div#bottom_logos img {height: 50px;width: auto;}

/* Footer */
footer {
	background: #b3b3b3;
	width: 100%;
	margin: 0;
	padding: 40px 0 0 0;
	display: block;
	clear: both;
}
footer div.inner {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	clear: both;
}
footer div.inner div#footer_address {
	background: #ffffff;
	width: 40%;
	margin: 0;
	padding: 32px 32px 20px 32px;
	display: block;
	clear: both;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 700;
	text-align: center;
	min-height: 327px;
}
div#footer_address address {
	margin: 0;
	padding: 0 0 18px 0;
	display: block;
	clear: both;
	color: #3c3c3b;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	font-family: 'Montserrat';
	text-align: left;
}
div#footer_address address strong {display: block;color: #e03f01;font-weight: 700;text-transform: uppercase;}

div#footer_address a {
    width: auto;
    height: auto;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	color: #3c3c3b;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Montserrat';
	text-align: left;
	text-transform: lowercase;
}
div#footer_address a span  {display: inline;color: #e03f01;font-weight: 400;text-transform: capitalize;}

div#footer_social {
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
div#footer_social a {
    width: 30px;
    height: auto;
	margin: 0 3px 0 0;
	padding: 0;
}
div#footer_social a img {width: 100%;height: auto;}

footer div#footer_enquiry {
	width: 58%;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
div#footer_enquiry .form-control {
	background: #fff;
	width: 100%;
	height: 100px;
	margin: 0 0 15px 0;
	padding: 0 15px 0 15px;
	color: #e03f01;
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
	border-radius: 0;
}
div#footer_enquiry textarea.form-control {width: 70% !important;padding-top: 10px;padding-bottom: 10px;margin: 0;}
div#footer_enquiry input[type="submit"] {
	background: #d83f00;
	width: 28% !important;
	height: 100px;
	margin: 0;
	padding: 0;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	border: 3px #d83f00 solid;
}
div#footer_enquiry input[type="submit"]:hover {background: #fff;color: #d83f00;border: 3px #d83f00 solid;}

.column {column-count: 2;}

footer div#footer_bottom {
	flex-basis: 100%;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-start;
	clear: both;
	position: relative;
}
div#footer_bottom p, div#footer_bottom a {
	margin: 0;
	padding: 0 10px 0 10px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	font-family: 'Montserrat';
	font-weight: 400;
	text-align: center;
}
div#footer_phenix {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 20px;
	right: 0;
	color: #fff;
	font-size: 14px;
}
div#footer_phenix img {width: auto;height: 36px;}

input::placeholder, textarea::placeholder {color: #d83f00 !important;}

a, a:hover {outline: none !important;}
:focus {
	outline: none;
	outline-style:none;
	box-shadow:none;
	border-color:transparent;
}




/* Process */
div#view_process {
	margin: 0;
	padding: 75px 0 75px 0;
	display: block;
	clear: both;
	text-align: center;
}
div#view_process p {padding: 0;text-align: center;}
div#view_process a {
	max-width: 280px;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	clear: both;
	color: #d83f00;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
	border: 1px #dbdbdb solid;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
}
div#view_process a:hover {border: 1px #D83F00 solid;}
div#view_process a:hover span {width: 100%;height: 100%;position: relative;z-index: 2;color: #fff;}



/* Case Study */
div.casewrap {
	margin: 40px 0 0 0;
	padding: 0;
	display: block;
	clear: both;
}
div.casewrap a {
	background: #dbdbdb url('../images/closed.png') 99% 50% no-repeat;
	width: 100%;
	margin: 0;
	padding: 0 10px 0 15px;
	display: block;
	clear: both;
	color: #d83f00;
	font-size: 16px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
div.casewrap a.open {background: #dbdbdb url('../images/open.png') 99% 50% no-repeat;}

div.casewrap div.casedrop {
	margin: 0;
	padding: 20px 30px 0 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div.casedrop div.left {
	width: 55%;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
div.casedrop div.right {
	width: 30%;
	margin: 0;
	padding: 20px 0 0 0;
	display: block;
	clear: both;
}
div.right img {width: 100%;height: auto;margin-bottom: 20px;}




/* Button */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none !important;
}
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
.btn {overflow: hidden;}

.btn:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn.orange:after {
	width: 120%;
	background: #D83F00;
	border: 1px #D83F00 solid;
}
.btn:hover {
	color: #0e83cd;
}
.btn:hover:after {
	height: 260%;
	opacity: 1;
}
.btn.orange:hover:after {
	height: 360%;
	opacity: 1;
}

.dropdown:hover .dropdown-menu{
	display:block;
}

/* Services */
div#serv_wrap {
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
div.serv_block {
    margin: 30px 0 0 0;
    padding: 0;
    display: block;
    clear: both;
}
div.serv_block h2 {
    background: url('../images/plus.jpg') 99% 0% no-repeat;
	background-size: 40px;
	margin-top: 20px;
	padding: 0 40px 20px 0;
	color: #8b8a8a;
	font-size: 28px;
	line-height: 28px;
	cursor: pointer;
}
div.serv_block h2.open {
    background: url('../images/minus.jpg') 99% 0% no-repeat;
	background-size: 40px;
	margin-top: 20px;
	padding: 0 40px 20px 0;
	color: #8b8a8a;
	font-size: 28px;
	line-height: 28px;
}
div.serv_block h2 p {padding: 10px 5% 0 0;text-transform: none;}
div.serv_drop, div.serv_drop1, div.serv_drop2, div.serv_drop3 {
	padding: 0 0 20px 0;    
	color: #000;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Roboto';
	text-align: left;
	flex-wrap: wrap;
	alignitems: flex-start;
	justify-contnent: space-between;
	display: none;
}
div.serv_drop, div.serv_drop1, div.serv_drop2, div.serv_drop3 {padding-right: 5%;}
div.serv_drop div.sd, div.serv_drop1 div.sd, div.serv_drop2 div.sd, div.serv_drop3 div.sd {
	width: 48%;
	margin: 25px 0 25px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	clear: both;
}
div.serv_drop div.sd h4, div.serv_drop1 div.sd h4, div.serv_drop2 div.sd h4, div.serv_drop3 div.sd h4 {
	width: 40%;
	padding: 0 4% 0 4%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	color: #d83f00;
	font-size: 16px;
	line-height: 110%;
	font-weight: 700;
	font-family: 'Montserrat';
	text-transform: uppercase;
	text-align: center;
}
div.serv_drop div.sd h4 img, div.serv_drop1 div.sd h4 img, div.serv_drop2 div.sd h4 img, div.serv_drop3 div.sd h4 img {margin-bottom: 10px;}
div.serv_drop div.sd p, div.serv_drop1 div.sd p, div.serv_drop2 div.sd p, div.serv_drop3 div.sd p {
	width: 50%;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

.service-block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.service-block img{
	padding-right: 20px;
	width:33%;
}

.service-image{
	width: 33%;
}

.service-block span{
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat';
	color: #8b8a8a;
}

.service-details{
	width: 67%;
	padding-left: 20px;
}

#footer_logo{width: 100%;margin: 50px auto 30px auto}
#footer_logo span{
	color: white;
    display: block;
	margin: auto;
	font-family: 'Montserrat';
	font-weight: 400;
	text-align: center;
}
.i-mech{
	max-height: 75px;
    margin: 0 auto;
    display: block;
}
div#logobg {
    pointer-events: none;
}

#news-wrapper{

}
.news-block{display: flex;margin-bottom: 50px;}
.news-img{
	width: 25%;
    height: 256px;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.news-content{width:75%;padding-left: 25px;}
.news-title{color: #d83f00;font-size: 20px;text-transform: uppercase;font-weight: 500;}
.news-description{}