﻿@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Arabtec

-------------------------------------------------------------------*/

@import "../fonts/fonts.css";
@import "font-awesome.min.css";

/*------------------------------------------------------------------

COMMON CLASSES START 

-------------------------------------------------------------------*/

*{
	margin:0; outline:none; padding:0; text-decoration:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body{
	font-family:'MS100', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#;
}

.clr, .clear{
 clear:both;
}
ul li {
	list-style:none;
}

p{
	line-height:24px;
}

li.clr{ clear:both; float:none !important; width:auto !important; height:auto !important; border:0 !important; background:none !important; padding:0 !important; margin:0 !important;}

img {
    max-width: 100%;
}

header{ 
	position:relative; 
	z-index:1
}

section{
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:normal;
	color:#000;
	font-family:'MS700', Arial, Helvetica, sans-serif
}

h1{
	font-size:36px;
}
h2{
	font-size:26px;
}
h3{
	font-size:18px;
}
h4{
	font-size:14px;
}
h5{
	font-size:px;
}
h6{
	font-size:px;
}

@media (min-width: 767px){
.row{
	margin:0 -15px;
}
.row:before, .row:after{
	content: " ";
    display: table;
}
.row:before{ clear:both;}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.col-12 {
	width: 100%
}
.col-11 {
	width: 91.66666667%
}
.col-10 {
	width: 83.33333333%
}
.col-9 {
	width: 75%
}
.col-8 {
	width: 66.66666667%
}
.col-7 {
	width: 58.33333333%
}
.col-6 {
	width: 50%
}
.col-5 {
	width: 41.66666667%
}
.col-4 {
	width: 33.33333333%
}
.col-3 {
	width: 25%
}
.col-2 {
	width: 16.66666667%
}
.col-1 {
	width: 8.33333333%
}
}
.clr, .clear{ clear:both;}
.clearfix:before, .clearfix:after {display: table;content: " "}
.clearfix:after{clear: both}


.color-default{
	color:#d3222a !important;
}
.bg-default{ background:#d3222a !important;}
.height5 {
    height: 5px;
}

.height7{
    height: 7px;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}

.height30 {
    height: 30px;
}

.height40 {
    height: 40px;
}

.height50 {
    height: 50px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

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

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

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

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.no-bg-img {
    background-image: none!important;
}

.no-bg {
    background: none!important;
}

.no-margin {
    margin: 0!important;
}

.no-margin-top {
    margin-top: 0!important;
}

.no-margin-right {
    margin-right: 0!important;
}

.no-margin-bottom {
    margin-bottom: 0!important;
}

.no-margin-left {
    margin-left: 0!important;
}

.no-padding {
    padding: 0!important;
}

.no-padding-top {
    padding-top: 0!important;
}

.no-padding-right {
    padding-right: 0!important;
}

.no-padding-bottom {
    padding-bottom: 0!important;
}

.no-padding-left {
    padding-left: 0!important;
}

.inline {
    display: inline-block!important;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.static {
    position: static !important;
}

.hidden-content{
	display:none;
}

.display-none{
	display:none;
}


input[type="text"]{ height:px; border:1px solid #;padding:;width: auto; margin-bottom:px;}
input[type="checkbox"]{ margin:0;}
textarea{ border:;padding:;}

.success-msg{ padding:10px; background:#e3eed8; border:1px solid #dbe6c7; margin-bottom: 10px;}

.btn{ background:none; border:0; cursor:pointer;display: inline-block; border-radius:0; color:#d0112b; font-weight:normal; font-size:15px; text-transform:uppercase;padding: 13px 30px 9px; text-align:center; line-height:20px;font-family: 'MS700'; border:solid 1px #d0112b;}
.btn:hover{ background:#d0112b; color:#fff}
.btn.btn-white{  color:#fff; border-color:#fff}
.btn.btn-white:hover{  background:#fff; color:#000 !important;}

.back-btn{ background: url(../images/arrowback.html) no-repeat 20px center #d3222a; border:0; cursor:pointer;display: inline-block; border-radius:0; color:#fff; font-weight:normal; font-size:15px; text-transform:uppercase;padding: 16px 40px 9px 50px; text-align:center; line-height:20px;font-family: 'metric-regular';}
.back-btn:hover{ background-color:#cb2128;}


.btn.btn-grey{ background:#7a7a7a; padding:13px 25px 5px;}
.btn.btn-grey:hover{ background:#d3222a;}



.pagging{text-align: center; padding:36px 0;}
.pagging li{ display:inline-block;}
.pagging li a{ background: #f9fbfc; display: block; font-size: 18px; height: 39px; line-height: 44px;  text-align: center; width: 42px; color:#78878f;font-family: 'metric-regular';}
.pagging li a:hover, .pagging li a.active{ background: #78878f; color:#fff;}
.pagging li.dots{ margin:0 12px;}

.page-vendors ol li{ margin:0 0 0 20px; margin-bottom:12px;font-family: 'MS300';line-height: 27px;font-size: 15px; position:relative;}
.page-vendors ol li ul{ padding-top:10px;}
.page-vendors ol li li{ padding-left:20px;}
.page-vendors ol li li:before{ width:7px; height:7px; border-radius:100%; background:#d0112b; content:""; position:absolute; left:0; top:9px;}






/*------------------------------------------------------------------

COMMON CLASSES END 

-------------------------------------------------------------------*/




.container{ margin:0 auto; max-width:1135px; position:relative;}
.container.small{ max-width:966px;}

.home .header .container {
    max-width: 1490px;
}



.navigation{ 
	position:fixed;  
	right:0; top:0; 
	background:rgba(33, 33, 33, 0.90); 
	z-index:1110; 
	display:none;
	height:100vh;
	padding:21px 0 0 0;
	width:325px;
}

.navigation .nav-btn-close{ 
	width: 28px;
    height: 38px;
	float:right;
    color: #c8cacc;
	margin:0 30px;
}
.navigation .nav-btn-close i{  
	width:38px; 
	height:38px; 
	font-size:33px;
}
.navigation ul  {
	padding:60px 0 0 0;
}
.navigation ul ul  {
	padding-top:0;
	display:none;
	margin: -5px 0 13px 0;
}
.navigation ul .fa-chevron-down  {
	content: "\f107";
	font-family:'FontAwesome';
	line-height: 30px; 
	font-size:16px; 
	text-align:center;
	display: block; 
	height: 30px; 

	position: absolute; 
	right: 10px; 
	top: 12px;
	cursor:pointer;
	width: 30px; 
	z-index:1;
	color:#fff
}
.navigation ul .fa-chevron-down:hover  {
	background:#111;
}
.navigation ul li {
	border-bottom:solid 1px #383838;
	position:relative
}
.navigation ul li:hover {
	background:#000
}
.navigation ul li a{  
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-family:'MS300';
	display:block;
}
.navigation ul li > a{  
	padding:18px 30px;
}




.navigation ul ul  {
	padding-top:0;
}
.navigation ul ul li {
	border-bottom:none
}
.navigation ul ul li > a{  
	padding:15px 40px;
	font-size:14px;
}

.navigation ul li:hover {
	background:#111
}
.navigation ul li a{  
	text-transform:uppercase;
	color:#fff;
	font-family:'MS300';
	display:block;
}
.header{ 
	padding:37px 0 20px 0;
	position:absolute; 
	width:100%; 
	z-index:1001;
	top:0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#subbanner, #map, #project-banner {
	margin:130px 0 0 0 
}

.header .logo{ 
	display:none;	
}

.home .header{ 
	
}
.home .header .logo{ 
	display:block;
	
}
.home .header .logo-subpage{ 
	display:none;	
}
.header .logo{ float:left;margin-top: 9px;}

.header .logo-subpage{ 
	margin:5px 0 0 0;
	display:inline-block
}
.header .logo-subpage img{ max-height:116px;}

.header .headicon{ 
	float:right; 
	background:rgba(0, 0, 0, 0.58); 
	width:59px; 
	height:59px; 
	color:#fff; 
	font-size:18px; 
	margin:0 0 0 10px;
	text-align:center;
	line-height:38px;
	border-radius:100% ;
}
.home .header .headicon{ 
	background:rgba(255, 255, 255, 0.78); 
	color:#222; 
	margin-top:6px;
}
.header .headicon i{ 
	height:59px; 
	line-height:59px;
	width:59px;
	font-size: 24px;
}
.header .headicon:hover{ 
	background:#000; 
}
.home .header .headicon:hover{ 
	background:#fff; 
}

.searchform{
	position:absolute;
	right:65px;
	top:0;
	z-index:1;
	display:none
}
.searchform input[type=search]{
	background:#ddd; 
	border:none;
	width:300px; 
	height:59px;
	border-radius:10px;
	padding: 0 20px	
}
.home .searchform{ top:6px;}
.home .searchform input[type=search]{
	background:#fff; 
}

.header.smallhead .searchform { top: 2px;}



.header.smallhead {
position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    padding: 12px 0;
    box-shadow: -1px -2px 7px #000;
}
.home .header.smallhead {
    background: rgba(64, 64, 64, 0.97);
}

.header.smallhead .headicon{ margin-top:2px;}

.header.smallhead .logo, .header.smallhead .logo-subpage {
	margin-top:0;
}

.main-banner{ height:100vh}
.main-banner .heading-one{ font-size:55px; color:#fff;line-height:55px; font-family: 'MS700';}
.main-banner .desc{ font-size:30px;color:#fff;
 line-height:50px; padding-bottom: 10px!important;

}


#about-home {
	padding:24px 0
}
#about-home h2 {
	font-size:50px;
	color:#212121;
	font-family:'MS100';
	text-transform:uppercase;
	letter-spacing:-2px;
	padding:0 40px 0 0;
	margin:0 40px 0 0;
	float:left;
	border-right:solid 1px #cccccc	
}
#about-home h2 strong {
	font-family:'MS700'
}
#about-home p {
	font-size:17px;
	line-height:26px;
}
#about-home p a {
	font-family:'MS700';
	color:#f10803;
	font-size:14px;
	text-transform:uppercase
}
#about-home p a:hover {
	color:#000;
}

#featured-projects li {
	background-color:#000;
	background-position:left top
}
/*#featured-projects .owl-dots{ display:none !important}*/
#featured-projects li .dets {
	float:right;
	margin:80px 0;
	padding:64px 40px 90px;
	max-width:530px;
	width:100%;
	background:#222222 url(../images/tags-img.png) no-repeat 96% 6%;
	box-shadow:3px 5px 6px 2px #1d1d1d59;
}

#featured-projects li .dets h4 {
color:#fff;
}
#featured-projects li .dets h3 {
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	padding:30px 0 10px 0;
}
#featured-projects li .dets  p {
	font-size:15px;
	margin:0 0 30px 0;
	color:#fff;
}
#featured-projects .owl-dots {
  bottom: 120px;
margin: 0 0 0 190px;
}
#featured-projects .owl-dots .owl-dot {
    background: #393939;
}
#featured-projects .owl-dots .owl-dot:hover, #featured-projects .owl-dots .owl-dot.active {
    background: #fff;
}
/**/
#cap-home {
	padding:60px 0;
	text-align:center
}

h4 {
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:5px;
	color:#4b4b4b;
}
#cap-home .container {
	background:url(../images/bg-categories.jpg) repeat-y;
	margin-bottom:40px 
}
#cap-home h4 {
	padding:0 0 54px 0
}

#cap-home li {
	width:25%;
	float:left;
	border:2px solid #fff;
}
#cap-home li a {
	display:block;
		height:148px;
	padding:35px 0 0 0

}
#cap-home li span {
	display:block;
	color:#fff;
	font-size:19px;
	font-family: 'metric-regular';
	padding:5px 0 0;
}
#cap-home li:hover {
	background:#d0112b

}

#lower-home {
	background:url(../images/home-bottom-background.jpg) no-repeat center top;
	background-size:cover
}
#feat-prjects{
	background:rgba(0, 0, 0, 0.8);
	padding:70px 0;
	text-align:center;
}
#feat-prjects .btn.btn-white{ border-color:#686868}
#feat-prjects h4{
	margin: 0 0 60px 0; color:#fff;
}
#feat-prjects ul li{
	display:inline-block;

	vertical-align:top;
	text-align:left
}
#feat-prjects ul .dets{
	background:#fff;
	padding:22px ;
	color:#000;
	min-height:226px;
}
#feat-prjects ul .dets h5{
	color:#d0112b;
	font-family:'MS500';
	padding:0 0 10px 0;
	font-size:18px;
	
}

#feat-prjects ul .dets p{
	font-size:14px;
	line-height:20px;
	font-family:'MS300';
	padding:0 0 10px
}
#feat-prjects ul .dets .link{
	font-family:'MS500';
	text-transform:uppercase;
	font-size:13px;
	color:#fff;	
}
#feat-prjects .btn {
	margin-top:40px 
}
#news-highlights{
	background:rgba(31, 58, 111, 0.90);
	padding:60px 0 28px 0;
	color:#fff;
}
#news-highlights{
	background:rgba(208, 17, 43, 0.9);
	padding:60px 0;
	color:#fff;
}
#news-highlights a{
	color:#fff;
}
#news-highlights h3{
	color:#fff;
	font-size:32px;
	font-family:'MS700';
	padding:0 0 40px 0
}
#news-highlights .feat{
	width:49.5%;
	display:inline-block;
	vertical-align:top;
	padding:0 60px 0 0
	
}
#news-highlights .morenews{
	width:49.5%;
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 80px
}

#news-highlights .news{
	padding-left: 114px;	
}
#news-highlights .morenews .news{
	margin:0 0 30px 0
}
#news-highlights .date{
	position:absolute;

	margin:0 0 0 -114px;
	text-align:center;
	font-size:42px;
	font-family:'MS100';
	border-right:solid 1px #fff;
	padding:0 23px 0 0 
}

#news-highlights .date span{
	font-size:14px;
	display:block;
}

#news-highlights h5{
	font-size:26px;
	font-family: 'metric-regular';
	padding:0 0 30px 0

}
#news-highlights .btn{
	margin:50px 0 0 0

}

#facts {
	padding:60px 0
}
#facts .counter-value{
	color:#6a6a6a;
	font-size:53px;
	letter-spacing:-1px;
}
#facts .counter-value sup{ font-size:27px;}
#facts .counter {
	display:inline-block;
	width:24.5%;
	text-align:center
}
#facts .counter p {
	font-size:16px;
	letter-spacing:-1px;
	color:#858585;
	text-transform:uppercase
}

#clients-home {
	padding:60px 0;
	background:#e8e8e8;
	text-align:center
}
#clients-home .container {
	max-width:900px;
}
#clients-home h3 {
	padding:0 0 50px 0;
}
#clients-home li {
	display:inline-block;
	padding:0 30px 
}

#testimonials-home {
	padding:60px 0;
	background:#e8e8e8;
	text-align:center
}
#testimonials-home .container {
	max-width:950px;
}
#testimonials-home .item p  {
	padding:0 30px;
}
#testimonials-home h3 {
	padding:0 0 50px 0;
}
#testimonials-home span {
	display:block;
	font-family: 'metric-regular';
	padding:30px 0 00 
}



footer {
	background:#2e3538;
	padding:30px 0 26px;
	text-align:center;
	color:#fff;
	overflow: hidden;
}
footer .links  {
	padding:0 0 27px 0
}
footer .links li  {
	display:inline-block;
}
footer .links li a  {
	color:#fff;
	border-right:solid 1px #ccc;
	padding:0 15px 0 0;
	margin:0 14px 0 0
}
footer .links li:last-child a  {
	border-right:0;
	padding:0 ;
	margin:0 
}
footer .logo-footer img {
	max-width:139px
}
footer .credits{
	font-size:13px 	;
	color:#ccc;
}
footer .name{
	padding:15px 0 5px 0;
	color:#ccc
	
}


#project-banner {
	background:#d0112b;
	padding:60px 0;
	margin-bottom: 40px
}
#project-banner .container {
}
#project-banner h2 {
	color:#fff;
	font-size:36px;
}
#project-banner h5 {
	color:#fff;
	font-size:18px;
	font-family:'MS100';
	padding:5px  0 0 0
}
#project-details   {
	margin:0 0 70px 0
}
#project-details .gallery {
	display:inline-block;
	width:59%;
	padding:0 3% 0 0 ;
	vertical-align:top
}
#project-details .desc{
	display:inline-block;
	width:40%;
	vertical-align:top
}
#project-details .features  {
	padding:0 0 20px 0 
}
#project-details .features li{
	border-bottom:solid 1px #e5e5e5;
	padding:18px 0 20px 0;
	font-size:17px;	
}
#project-details .features li span:first-child{
	width:40%;
	display:inline-block	
}
#project-details .desc a.btn{
	margin: 45px 0 00
}




#related-prjects{
	background:#f2f2f2;
	padding:60px 0;
	text-align:center;
}
#related-prjects h4{
	margin: 0 0 30px 0
}
#related-prjects ul li{
}
#related-prjects h5{
	color:#000;
	font-family:'MS300';
	padding:20px 0 00;
	font-size:20px;
	text-align:center
}
#related-prjects .thumb img{max-height: 305px;
    width: auto;    min-height: 270px;
    display: inline-block;}




.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #ffffffa6;
    display: inline-block;
    margin: 0 3px;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
    background: #fff;
}

.pro-dets-carousel .owl-dots {
    bottom: 24px;
}
.owl-nav {
	position: absolute;
    width: 100%;
    top: 44%;
}
#testimonials-home .owl-nav {
    top: 16%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 31px;
    color: #676767;
	position:absolute
}
.owl-nav .owl-prev{
	left:-40px;
}
.owl-nav .owl-next{
	right:-40px;
}
#secondary-nav ul {
    font-size: 0;
}
#secondary-nav {
    background: #f8f8f8;
    position: relative;
    z-index: 10;text-align: center;
}
#secondary-nav li {
    display: inline-block;
    position: relative;
	border-right:solid 1px #dfdfdf
}
#secondary-nav ul li:first-child {
	border-left:solid 1px #dfdfdf
}

#secondary-nav .subtrigger	{
	display:none
}
#secondary-nav li a {
    display: block;
	line-height:56px;
    padding: 2px 20px 0 20px;
	font-family:'MS700';
	text-transform:uppercase;
	color:#2e3538;
	font-size:14px;
    text-transform: uppercase;
}

#secondary-nav li:hover, #secondary-nav li.active  {
	background:#fff;	
}
#secondary-nav li:hover a, #secondary-nav li.active a {
	color:#d0112b;	
}

#subbanner{
	background:#212121;

}
#subbanner .container {
	height:294px;
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;


	position:relative
}
#subbanner .container:before{
	content:"";
	position:absolute;
	height:100%;
	z-index:0;
    top: 0;
	width:40%;
	background:#212121
}
#subbanner .cont {

	position:relative
}
#subbanner img {
	position:absolute;
	right:0
}
#subbanner h5 {
	color:#fff;
	font-size:18px;
	font-family:MS100;
	padding:0 0 5px 0
}
#subbanner h2 {
	font-size:36px;
	font-family:MS700;
	color:#fff;
	max-width: 450px;
}

#subpage  {
	padding:40px 0  ;
}
#subpage p {
	font-family:'MS300';
	line-height:27px;
	font-size:15px;
}
#subpage .address p a{ color:#000;}
#subpage .address p a:hover{ color:#d0112b;}
#subpage .page-title {
	text-transform:uppercase;
	color:#212121;
	font-size:50px;
	padding:0 0 10px 0
}
#subpage .page-title span {
	font-family:MS100
}
#subpage .page-title.small {
	font-size:28px;
}
#subpage .page-title small{font-family: 'MS300';
line-height: 27px;
	font-size: 15px; text-transform:none; display:block;margin: 10px 0;}

.about-facts {
	background:url(../images/bg-facts.jpg) center top repeat;
	padding:40px 0 30px 0;
	margin:40px 0 50px 0
}
.about-facts h4 {
	color:#dfdfdf;
	padding:0 0 30px 0
}
.about-facts .counter-value{
	color:#dfdfdf;
	font-size:80px;
	letter-spacing:-1px;
}
.about-facts .counter {
	display:inline-block;
	width:23.5%;
	text-align:left
}
.about-facts .counter:nth-child(4n+4) {
	width:34.5%;
}
.about-facts .counter:last-child {
	width:16.5%;
}
.about-facts .counter p {
	font-size:16px;
	letter-spacing:-1px;
	color:#dfdfdf;
	text-transform:uppercase
}
.featured-text {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+45,f4f4f4+76,d3d3d3+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 45%, #f4f4f4 76%, #d3d3d3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ffffff 45%,#f4f4f4 76%,#d3d3d3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #ffffff 0%,#ffffff 45%,#f4f4f4 76%,#d3d3d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.featured-text img{
	float:left;
	margin:0 30px 0 0
}
.featured-text .text{
	padding:30px;margin-top: 60px;
}
.center {
	text-align:center
}

.vision-mission {
    padding: 66px 0;
    margin: 0 0 45px;
	background:url(../images/bg-facts.jpg) center top repeat;
	color:#dfdfdf;
}
.vision-mission .left {
    background: url(../images/vision-icon.png) no-repeat 0 0;
    padding-left: 88px;
    width: 48%;
    float: left;
}

#subpage .vision-mission .left p {
    background: url(../images/quote-left.png) no-repeat 0 0,url(../images/quote-right.png) no-repeat right bottom;
    font-size: 41px;
    color: #fff;
	font-family:'MS100';
    display: inline-block;
    padding-right: 30px;
}
.vision-mission .left p span {
    display: block;
    font-size: 22px;
	font-family:'MS500';
	text-transform:uppercase;
	letter-spacing:3px;
    color: #dfdfdf;
    padding-left: 32px;
    margin-bottom: 14px;
}
.vision-mission .right {
    background: url(../images/mission-icon.png) no-repeat 0 6px;
    padding-left: 92px;
    width: 51%;
    float: right;
}
.vision-mission .right h3 {
    font-size: 22px;
	font-family:'MS500';
	text-transform:uppercase;
	letter-spacing:3px;
    color: #dfdfdf;
 
}
.vision-mission .right p{ color: #fff;
line-height: 23px !important;
margin-top: 5px;}
.values {
    margin-bottom: 40px;
    background: url(../images/values-icon.png) no-repeat 0 0;
    padding: 12px 0 0 90px;
}
.values h3 {
    font-size: 40px;
    color: #d0112b;
	font-family:'MS100'; 
    line-height: 36px;
}
.our-approach-bottom .left {
    float: left;
    width: 45%;
}
.our-approach-bottom .right {
    float: right;
    width: 47%;
}
.our-approach-bottom h3 {
    font-size: 22px;
    color: #222;
	letter-spacing:1px;
	text-transform:uppercase;
    font-family: 'MS500';
    margin-bottom: 5px;
}
.our-approach-bottom p {
    margin-bottom: 35px;
 
}


.journey-widget{ position:relative;}
.timeline .each{ 
	width:46.2%;
	display:block;
	max-width:408px;
	position:relative;
	clear:both;
	margin:-150px 0 0 0

}
.timeline .each:before{ 
	content:"";
	height:3px;
	position:absolute;
	width:100%;
	background: #616161;
	right:-20%	;
	top:44px;
}
.timeline .each:first-child{ margin-top:0; margin-bottom:80px }
.timeline .each:nth-child(2n+2){ float:right; clear:right;}

.timeline .each:nth-child(2n+2):before{ 
	left:-20%	;
}

.timeline .year{ 
    position: absolute;
    right: -35.5%;
    font-size: 17px;
    color: #fff;
    font-family: MS700;
    background: #212121;
    border-radius: 50%;
    width: 89px;
    height: 89px;
    text-align: center;
	display: table;
}
.timeline .year span{  
	display: table-cell;
	vertical-align: middle;
}
.timeline .each:nth-child(2n+2) .year{
	right:auto;
	left:-35.5%;
}
.journey-widget img{ 
	display:block; 
	width:100%;
}
.journey-widget .content{ 
	padding:20px 0 0 0  ; 
}
.journey-widget .content img{
	max-width:none; 
	width:auto; 
	display:inline-block; 
	margin-right:10px; 
	vertical-align:middle; 
	max-height:53px;
}

.journey-widget .content h3{ 
	font-size:20px; 
	color:#d0112b;
	font-family:MS700;
	padding:5px 0 10px 0
}
#subpage .journey-widget .content p{ 
	line-height:22px; 
	color:#4a4a4a;
	font-size:14px;
	font-family:MS300; margin-bottom:15px;
	
}
.journey-widget .content ul{ 
	margin-bottom:15px;
}
.journey-widget .content ul li{ 
	color:#5e5e5e; 
	list-style:none;
	margin-bottom: 7px;
}
.journey-widget .content .label{ 
	display: inline-block;
padding:6px 5px 5px;
background: #d0112b;
color: #fff;
font-family: 'MS700', Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 10px;
text-transform: uppercase;
margin-bottom: 8px;
letter-spacing: 1px;
}

.journey-widget .content .label.light-grey{ 
	background:#828688;
}
.journey-widget .content .label.grey{ 
	background:#828688;
}
.timeline{ 
	max-width:1015px; 
	margin:0 auto 0; 
	position:relative;
    padding: 100px 0 100px;
    margin-top: -50px;
    margin-bottom: -40px;
}
.timeline:before{ 
	content:""; 
	width:60px; 
	height:100%; 
	position:absolute; 
	left:50%; 
	top:0; 
	margin-left:-30px; 
	background:#d0112b;
}

.bod-list{ 
	list-style:none; 
	margin:0 -20px;
	padding:25px 0;
	text-align:center;
}
.bod-list li{ 
	padding:0 20px 40px; 
	width:24.5%; 
	display:inline-block; 
	vertical-align:top;
}

.bod-list li:nth-child(1){display: block;
margin: 0 auto;}


.bod-widget > a{ 
	display:block; 
	overflow:hidden; 
	margin-bottom:20px;
}
.bod-widget > a img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bod-widget > a:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.bod-widget img{ 
	display:block; 
	width:100%
}
.bod-widget h3, .bod-widget h3 a{ 
	font-size:18px; 
	color:#3c3c3c; 
	line-height:25px;
	font-family: 'MS500'; 
	margin-bottom:0; 

}
.bod-widget h3 a:hover{ 
	color:#d0112b;
}
#subpage .bod-widget p{ 
	display:block; 
	color:#3c3c3c; 
	font-size:13px;
	line-height: 19px;
}
.team-detail{ 
	padding:45px; 
	max-width:1036px; 
	display:none;
}
.team-detail .left{ 
	float:left; 
	width:36.5%;
}
.team-detail .left img{ 
	display:block; 
	margin-bottom:20px;
}
.team-detail .left h3{ 
color: #d0112b;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'MS500';
}
.team-detail .left h3 span{ 
	display: block;
    margin-top: 3px;
    font-size: 17px;
    font-family: 'MS700';
    color: #5e5e5e;
}
.team-detail .left p{ 
	font-size:16px; 
	line-height:22px; 
	color:#5e5e5e;
	padding-top: 3px;
}
.team-detail .right{ 
	float:right; 
	width:60%;
}
.team-detail .right p{ 
	margin-bottom:20px;
}
.team-detail .right p:last-child{ 
	margin:0;
}





.search-widget{ 
	padding:25px 0; 
	background:#d0112b; 
	position:relative;
}
.search-widget .container > div{ 
	margin:0 -4px;
}
.search-widget h3{ 
	color:#fff; 
	font-size:26px;
	font-family: 'MS100';
	margin-bottom: 10px; 
}
.search-widget input[type="text"],
.search-widget input[type="search"]{ 
	height:46px; 
	border:0; 
	padding:0 18px; 
	text-transform:uppercase; 
	width:100%;
}
.search-widget .each{ 
	margin-bottom:8px; 
	width:23.5%; 
	float:left; 
	padding:0 4px;
}
.search-widget .each:last-child{ 
	width:auto; 
	padding-right:0;
}
.search-widget .showing-result{ 
	position:absolute; 
	right:0; 
	top:0; 
	color:#fff;
}
.search-widget .search-btn{ 
	width:59px; 
	height:46px; 
	background:url(../images/search-icon.png) no-repeat center center #2e3538; 
	border:0; 
	cursor:pointer;
}
.search-widget .search-btn:hover{
	background-color:#000;
}
.search-widget.awards-search .each{ 
	width:47.1%;
}


.search-widget .each .styled-select select{ 
	text-transform:uppercase;
}

.search-widget.f-and-p-search .each{ 
	width:31.5%;
}
.search-widget.f-and-p-search .each:last-child{ 
	width:auto;
}
.styled-select {
	position:relative;
}
.styled-select select{ 
	padding:0 18px; 
	width:100%; 
	box-sizing:border-box; 
	background:#fff; 
	border:0; 
	-webkit-appearance:none; 
	height:46px;
}
.styled-select:before { 
	background: #fff;
	content: "\f107";
	font-family:'FontAwesome';
	line-height: 44px; 
	font-size:20px; 
	text-align:center;
	display: block; 
	height: 44px; 
	pointer-events: none; 
	position: absolute; 
	right: 0; 
	top: 0;
	width: 50px; 
	z-index:1;
}

.search-widget.secondary{ 
	padding:0; 
	background:none;
}
.search-widget.secondary input[type="text"],
.search-widget.secondary input[type="search"]{ 
	background:#f7f7f7; 
	border:solid 1px #c5c5c5
}
.search-widget.secondary .each{ 
	width:31.4%; 
}
.search-widget .each:last-child{ 
	width:auto; 
	padding-right:0;
}


.search-widget.secondary .styled-select select{
	background:#f7f7f7; 
	border:solid 1px #c5c5c5 
}
.search-widget.secondary  .styled-select:before {  
	background: #f7f7f7; 
	border:solid 1px #c5c5c5; 
	border-left:none;
}

.awards-list{ 
	list-style:none; margin:0 -20px;
	padding:30px 0 0 0 
}
.awards-list li{ 
	padding:0 20px 40px; 
	width:33%; 
	display:inline-block;
	vertical-align:top
}

.award-widget img{ 
	display:block; 
	margin-bottom:20px; 
	width:100%
}
.award-widget h3, .award-widget h5, .award-widget h6{ 
	font-size:15px; 
	color:#3c3c3c; 
	line-height:22px; 
	font-family: 'MS300', Arial, Helvetica, sans-serif;
	padding:5px 0 22px 0
}
.award-widget h6{ 
	font-family: 'metric-regular';
	font-weight:bold
}
.award-widget .by{ 
	display:block; 
	color:#d0112b; 
	font-size:15px;
	font-family: 'MS500';
	padding-bottom:8px;
}
.award-widget .date{ 
	display:block; 
	color:#d0112b; 
	font-size:15px;
	font-family: 'MS900';
}

.pagging{
	text-align: center; 
	padding:36px 0;
}
.pagging li{ 
	display:inline-block;
}
.pagging li a{ 
	background: #f9fbfc; 
	display: block; 
	font-size: 18px; 
	height: 39px; 
	line-height: 44px;  
	text-align: center; 
	width: 42px; 
	color:#78878f;
	font-family: 'metric-regular';
}
.pagging li a:hover, .pagging li a.active{ 
	background: #78878f; 
	color:#fff;
}
.pagging li.dots{ 
	margin:0 12px;
}
#subpage p img {
	padding-bottom:10px;
}

.cap-list{ 
	list-style:none; margin:0 auto;
	padding:70px 0 0 0;
	max-width:790px;
}
.cap-list li{ 
	padding:0 20px 40px; 
	width:49%; 
	display:inline-block;
	vertical-align:top;
	text-align:center;
}

.cap-list img{ 
	display:block; 
	margin-bottom:13px; 
	width:100%;
		-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cap-list a:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cap-list h3{ 
	font-size:16px; 
	color:#d0112b; 
	line-height:23px; 
	font-family: 'MS900';
	text-transform:uppercase
}
.dual-sect  {
	margin:0 -25px;
}
.dual-sect .each {
	padding:0 25px;
	display:inline-block;
	vertical-align:top;
	width:49.5%
}
.dual-sect .each h3, .dual-sect .each h4, .dual-sect .each h5 {
	padding: 20px 0 10px 0;
    font-size: 17px;
    text-transform: uppercase;
}

.tick-list li {
	background:#fff url(../images/tick-list.png) no-repeat 0 11px;
	padding:5px 20px 5px 24px;
	margin:0 0 1px 0;
	line-height:27px;
	font-size:15px;
	font-family: 'MS300';
}

.areas-of-expertise h3{ margin-bottom: 20px;}
.areas-of-expertise ul li{background:#f7f7f7 url(../images/tick-list.png) no-repeat 16px 18px; width:49%;vertical-align: top;
	padding:15px 23px 15px 44px; display:inline-block;
	margin:0 1px 6px 0;
	line-height:22px;
	font-size:15px;
	font-family: 'MS300';}


.noteable-projects{ padding:45px 0; background:#f2f2f2;margin-bottom: 40px;}
.noteable-projects h3{ font-size:21px; color:#4a4a4a; text-align:center; margin-bottom:35px;}
.noteable-projects .dets{ padding:20px 0; text-align:center;}
.noteable-projects .dets h5, .noteable-projects .dets h5 a{ font-size:17px; color:#3c3c3c;font-family: 'MS300', Arial, Helvetica, sans-serif;}
.noteable-projects .dets h5 a:hover{ color:#f60605}


.projects-table-heading{ background:#fff9f4; list-style:none; padding:0 15px;}
.projects-table-heading li{ 
	padding:20px 0 15px; 
	font-size:15px; 
	color:#232323; 
	text-transform:uppercase;
	font-family: 'Metric-regular'; 
	font-weight:bold; 
	float:left; 
	width:15%; 

}
.projects-table-heading li:nth-child(1){ 
	width:40%; 
}
.projects-table-heading li:nth-child(5n+2){ 
	width:26%; 
}
.projects-table-heading li:nth-child(5n+3){ 
	width:12%; 
}
.projects-table-heading li:nth-child(5n+4){ 
	width:11%; 
}
.projects-table-heading li:nth-child(5n+5){ 
	width:11%; 
	text-align: center;
}
.mobile-label {
	display:none
}



.projects-list{ 
	list-style:none; 
	padding:21px 15px;
	font-size:15px;
	font-family: 'MS100'; 

}
.projects-list:nth-child(2n+1){ 
	background:#fffdfe;
}
.projects-list li{ 
	float:left; 
	width:15%; 
	padding-top:26px; 
	color:#000; 
}
.projects-list li:nth-child(1){ 
	width:40%; 
	padding-top:0; 
	color:#3c3c3c; 
	padding-right:2%;
	font-family:MS300
}
.projects-list li:nth-child(5n+2){ 
	width:26%; 
	padding-right:3%;
	line-height:22px
}
.projects-list li:nth-child(5n+3){ 
	width:12%; padding-right: 20px;
}
.projects-list li:nth-child(5n+4){ 
	width:11%; 
}
.projects-list li:nth-child(5n+5){ 
	width:11%; 
	text-align: center;
}
.projects-list .project-thumb{ 
	font-size:18px;
}
.projects-list .project-thumb img{ 
	float:left; 
	margin-right:23px;
}
.projects-list .project-thumb div{ 
	padding:8px 0 0 152px;
}
.projects-list .project-thumb div a{ 
	color:#000; 
	display:block;
}
.projects-list .project-thumb div a:hover{ 
	color:#d3222a;
}


.projects-filter{ 
	padding:15px 0 11px 0;
	border-bottom:solid 1px #f3f3f3
}
.projects-filter li{ 
	list-style:none; 
	display:inline-block;
	font-family: 'metric-regular'; 
	font-size:15px; 
	margin-right:30px;
	margin-top:14px
}
.projects-filter li label{ 
	cursor:pointer;
	font-size:16px;
}
.projects-filter li input{ 
	float:left; 
	margin-right:10px;
}
.projects-filter li:last-child{ 
	float:right;
		margin:0
}

.projects-filter li:last-child label{ 
	float:right;
	line-height:40px;
	padding:0 15px 0 0;

}

.projects-filter  .styled-select {
	float:right;
	height:36px;
}
.projects-filter  .styled-select select{
	background:#f1f3f4; 
	border:none;
	width:220px;
	height:36px;
}
.projects-filter  .styled-select:before {  
	background: #f1f3f4; 
	border:none;
	height:36px;
	line-height:36px;
}


.no-caps {
	text-transform: none !important
}
.btn-right {
	float:right
}


.vendor-steps{
	background:url(../images/bg-facts.jpg) center top repeat;
	margin:40px 0 50px 0;
	color:#dfdfdf;
	margin:40px 0
}
.vendor-steps h4 {
	color:#fff;
	padding:0 0 10px 0;
	font-size:24px;
}

.vendor-steps .each {
	width:49.5%;
	display:inline-block;
	padding:40px 0 40px 30px;
	vertical-align:top;
}
.vendor-steps .container .each:first-child {
	border-right:solid 1px #dc929c;
	padding-left:0;
	padding-right:30px
}

.vendor-steps .divider{
	border-bottom:solid 1px #dc929c
}
.vendor-steps p{
	color:#fff;
}

.news-search div .each:first-child {
	width:70%
	
}

.news-search #datepicker {
	background:#fff url(../images/icon-calendar.jpg) no-repeat 95.5% 9px
}
.news-list  {
	margin:0 -25px;
}
.news-list li{
	padding-left: 139px;
	padding-right:25px;
	width:49.5%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:55px 	
}
.news-list li .date{
	position:absolute;
	margin:0 0 0 -114px;
	text-align:center;
	font-size:42px;
	font-family:'MS100';
	border-right:solid 1px #f0f0f0;
	padding:0 23px 0 0 
}

.news-list li .date span{
	font-size:14px;
	display:block;
}

.news-list li h5{
	font-size:21px;
	font-family: 'metric-regular';
	padding:25px 0 10px 0
}
.news-list li h5 a{
	color:#545454;
}
.news-list li h5 a:hover{
	color:#d0112b;
}
#subpage .news-list li p{
	font-family: 'MS300';
	line-height:26px


}
.news-list.details li{
	padding-left: 139px;
	padding-right:0;
	width:100%;
}
.news-list.details li img{
	width:100%;
}

#map {
	height:470px;
}

#content-map h5 {
	font-size:17px;
	
}
.enquiry-form {
	float:left;
	width:500px;
}
.contact-info{
	float:right;
	width:550px;
}
.enquiry-form input[type=text], .enquiry-form input[type=email], .enquiry-form input[type=phone], .enquiry-form input[type=number], .enquiry-form textarea  {
	width:100%;
	background:#f8f9fa;
	height:45px;
	line-height:45px;
	padding:0 10px;
	font-size:16px;
	font-family: 'metric-regular';
	border:none;
	margin:0 0 15px 0
}
.enquiry-form textarea  {
	padding:10px;
	height:160px;
}
.contact-info h5 {
	font-size:19px;
	margin:0 0 10px;
	font-family:MS500	
}
.contact-info p {
	margin:0 0 10px;
}
.contact-info .address {
	margin:0 0 0 0;
}
.contact-info .address a {
	margin:0 10px 10px 0
}


/*.additional-links {
	background:url(../images/bg-lines-grey-dark.jpg) center top;
	margin:40px -20px -40px -20px
}*/
.additional-links {
	background:url(../media/1149/bg-lines-grey.jpg) center top;
	margin:40px 0 -40px 0
}

.additional-links .cont {
	margin:0 -20px 
}

.additional-links .each {
	display:inline-block;
	padding:50px 35px;
	width:49.5%;
	vertical-align:top;
	margin:0 -2px;
	border-right: solid 1px #ddd;
	border-top: solid 1px #ddd;
}
.additional-links .each:nth-child(1),
.additional-links .each:nth-child(2){ border-top:0;}

.additional-links .each:nth-child(2n+1) {
	padding-left:0;
}
.additional-links .container .each:nth-child(2n+2){ border-right:0; padding-right:0;}

/*
.additional-links .container .each:nth-child(3n+2) {
	padding-right: 40px;
	padding-left: 40px;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;

}
.additional-links .each:last-child {
	padding-right:0;
	padding-left:40px;
	width:29.5%
}
*/
.additional-links .each a{
	color:#ff4b63
}
.additional-links .each a:hover{
	color:#d0112b
}




.additional-links h4{
	padding:0 0 10px 0; color:#fff;letter-spacing: 1px;
}
.additional-links p{ color:#fff;}
.branches {
	margin:0 -30px;
	min-height:350px
}
.branches li{
	display:inline-block;
	padding:0 30px;
	margin:0 0 30px 0 ;
	width:32.5%;
	vertical-align:top;
}
#subpage .branches li p{
	font-size:14px;
	line-height:24px;
	min-height:150px
}
#subpage .branches li p a{ color:#000;}
#subpage .branches li p a:hover{ color:#d0112b;}
.branches h5 {
	font-size:19px;
	margin:0 0 10px;
	font-family:MS500
}
.branches .btn {
	margin:15px 10px  0 0;
	font-size:14px

}

.job_listings .styled-select select{
	font-size:16px;
	border:solid 1px #c5c5c5 
}
.job_listings .styled-select:before {  
	border:solid 1px #c5c5c5; 
	border-left:none;
}

.job_types {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ccc;
    border-width: 0 1px;
	background:#f9f9f9
}
.job_types:before{    
	content: "";
    display: table;
}
.job_types li { 

    padding:18px 20px;
    width: 100%;
    text-align: center;
    border-right: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    float: left;
	font-family:MS500;
	font-size:15px;
	width:auto
}
.job_listing a{
	padding:20px 15px 8px 15px;
	display:block;
}
.job_listing {
    border-bottom: 1px solid #ddd;
}
.job_listing a .logo-job {
	max-width:80px;
}
.job_listing a {
	margin:0 -15px;
	color:#000;
	font-size:14px;
}
.job_listing a div {
	 display:inline-block;
	 vertical-align:top;
     padding-left: 15px;
    padding-right: 15px;

}
.job_listing  .position{
    width: 41.66666666666667%;
	margin-top: 4px;
}
.job_listing  h3{
	font-family:MS300;
	font-size:17px;

}
.job_listing  .location{
    width: 33.33333333333333%;
	margin-top: 4px;
	
}

.cta-job {
	float:right;
	margin:-40px 0 20px 0
}
.cta-job span {
	font-size:14px;
	padding:0 10px 0 0
}
#job-details  {
	padding:20px;
	overflow:hidden;
}
#job-details h2 {
	padding:0 0 10px 0
}
#job-details .head {
	padding:0 0 30px 0
}



.popup-form input[type=text], .popup-form input[type=email], .popup-form input[type=phone], .popup-form input[type=number], .popup-form input[type=file], .popup-form textarea  {
	width:100%;
	background:#f8f9fa;
	height:45px;
	line-height:45px;
	padding:0 10px;
	font-size:16px;
	font-family: 'metric-regular';
	border:none;
	margin:0 0 15px 0
}
.popup-form textarea  {
	padding:10px;
	height:160px;
}

.popup-form{
	padding:30px;
}
.popup-form h2 {
	text-align:center;
	padding:0 0 10px 0;
}
#datepicker {
	background-image:url(../images/icon-calendar.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:95.5% 9px !important
}



.popup-form .styled-select select{
	background:#f8f9fa;
	padding:0 10px;
	font-size:16px;
	font-family: 'metric-regular';
	margin:0 0 15px 0
	
}
.popup-form .styled-select:before {  
	background:#f8f9fa;
	border-left:none;
}
.popup-form label{
	padding:0 50px 10px 0;
	display:inline-block;
	font-family: 'metric-regular';

}



.iframe-container{
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.login-widget { width:100%; max-width:500px; padding:40px; margin:50px auto; border:1px solid #f1f1f1; border-radius:5px;
}
    .login-widget input[type="text"],
    .login-widget input[type="password"] {height: 45px;
    background: none;
    border: 1px solid #f1f1f1;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 18px;}

    .login-widget h3 {
         margin-bottom: 23px;
    font-size: 24px;}



#about-us #cap-home{ padding:20px 0 0;}


.capability-breadcrumb {
    padding: 10px 0 10px 11px;
    background: #f4f4f4;
    margin: -25px 00 18px 0;
}
ul.capability-breadcrumb li {
    display: inline-block;
    padding: 0 10px 0 0;
}
ul.capability-breadcrumb li:after {
    content: "»";
    padding: 0 0 0 10px;
}	
ul.capability-breadcrumb li:last-child:after {
   display:none;
}	
ul.capability-breadcrumb li a {
    color:#000
}


.iso-logos-sec{padding: 60px 0; text-align:center;background: #e8e8e8;text-align: center;}
.iso-logos-sec h3{ font-size:28px; color:#4b4b4b;margin-bottom: 15px;letter-spacing: 4px;}
.iso-logos-sec p{ margin-bottom: 25px;}
.iso-logos-sec ul{ padding-top:25px;}
.iso-logos-sec li{ display:inline-block; vertical-align:top;margin: 0 20px;}

.resources-content h2{ font-size:34px; color:#212121; margin-bottom:15px; font-family:'MS300', Arial, Helvetica, sans-serif;}
.resources-content p{ margin-bottom:45px; color:#4a4a4a;}
.resources-content .resources-img{ margin:0 -11px;}
.resources-content .resources-img li{ padding:0 11px; float:left; width:33.3%;margin-bottom: 40px;}
.resources-content .resources-img li img{ width:100%;}

.hesperiden .tp-bullet {
    margin-top: 40px;
}

.ezsearch-results h4, .ezsearch-results h4 a{ color:#111;letter-spacing: 0;margin-bottom: 10px;}
#subpage .ezsearch-results p{line-height: 22px;font-size: 15px; margin-bottom:10px;}
.ezsearch-results .details li{ margin-bottom:25px; padding-bottom:25px; border-bottom:1px solid #f1f1f1}
.ezsearch-results .details li > a{color: #d0112b;font-family: 'MS500';text-transform: uppercase;font-size: 12px;}

.cap-details #related-prjects {
    margin-bottom: 0;
}
.cap-details {
   padding-bottom: 0 !important;
}


.mobile-space-adjust {
    padding-top: 0 !important;
}


#featured-projects li .rslides_tabs{ margin-top:30px;}
#featured-projects li .rslides_tabs li{ background:none; display:inline-block; margin-right:6px;}
#featured-projects li .rslides_tabs li a{ display:block; width:14px; height:14px;border-radius: 100%; background:#a7a7a7; font-size:0;}
#featured-projects li .rslides_tabs li.rslides_here a{ background:#fff;}
#projectlistDiv .projects-list li span{ display:none;}