html {
  scroll-behavior: smooth;
}
@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'ChaletNewYorkNineteenSixty';
    src: url('../fonts/ChaletNewYorkNineteenSixty.eot');
    src: url('../fonts/ChaletNewYorkNineteenSixty.eot') format('embedded-opentype'),
        url('../fonts/ChaletNewYorkNineteenSixty.woff2') format('woff2'),
        url('../fonts/ChaletNewYorkNineteenSixty.woff') format('woff'),
        url('../fonts/ChaletNewYorkNineteenSixty.ttf') format('truetype'),
        url('../fonts/ChaletNewYorkNineteenSixty.svg#ChaletNewYorkNineteenSixty') format('svg');
}
@font-face {
    font-family: 'ChaletNewYorkNineteenSeventy';
    src: url('../fonts/ChaletNewYorkNineteenSeventy.eot');
    src: url('../fonts/ChaletNewYorkNineteenSeventy.eot') format('embedded-opentype'),
        url('../fonts/ChaletNewYorkNineteenSeventy.woff2') format('woff2'),
        url('../fonts/ChaletNewYorkNineteenSeventy.woff') format('woff'),
        url('../fonts/ChaletNewYorkNineteenSeventy.ttf') format('truetype'),
        url('../fonts/ChaletNewYorkNineteenSeventy.svg#ChaletNewYorkNineteenSeventy') format('svg');
}
@font-face {
    font-family: 'ChaletNewYorkNineteenEighty';
    src: url('../fonts/ChaletNewYorkNineteenEighty.eot');
    src: url('../fonts/ChaletNewYorkNineteenEighty.eot') format('embedded-opentype'),
        url('../fonts/ChaletNewYorkNineteenEighty.woff2') format('woff2'),
        url('../fonts/ChaletNewYorkNineteenEighty.woff') format('woff'),
        url('../fonts/ChaletNewYorkNineteenEighty.ttf') format('truetype'),
        url('../fonts/ChaletNewYorkNineteenEighty.svg#ChaletNewYorkNineteenEighty') format('svg');
}
@font-face {
    font-family: 'ChaletLondonNineteenSixty';
    src: url('../fonts/ChaletLondonNineteenSixty.eot');
    src: url('../fonts/ChaletLondonNineteenSixty.eot') format('embedded-opentype'),
        url('../fonts/ChaletLondonNineteenSixty.woff2') format('woff2'),
        url('../fonts/ChaletLondonNineteenSixty.woff') format('woff'),
        url('../fonts/ChaletLondonNineteenSixty.ttf') format('truetype'),
        url('../fonts/ChaletLondonNineteenSixty.svg#ChaletLondonNineteenSixty') format('svg');
}

@font-face {
	font-family: 'Conv_EUROSTIL';
	src: url('../fonts/EUROSTIL.eot');
	src: url('../fonts/EUROSTIL.woff') format('woff'), 
		 url('../fonts/EUROSTIL.ttf') format('truetype'), 
		 url('../fonts/EUROSTIL.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*newfonts*/


@font-face {
    font-family: 'HelveticaNeue_Light';
    src: url('../fonts/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'HelveticaNeueLTStd-Bd';
	src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
	src: url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), 
		 url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), 
		 url('../fonts/HelveticaNeueLTStd-Bd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueCondensed';
  src: 	url('../fonts/HelveticaNeueCondensed-CondensedBold.eot?#iefix') format('embedded-opentype'), 
	  	url('../fonts/HelveticaNeueCondensed-CondensedBold.woff') format('woff'), 
	  	url('../fonts/HelveticaNeueCondensed-CondensedBold.ttf')  format('truetype'), 
	  	url('../fonts/HelveticaNeueCondensed-CondensedBold.svg#HelveticaNeueCondensed-CondensedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*newfonts*/


html{margin-top: 0 !important;}
*{margin:0; padding:0;}
body { font-family: 'HelveticaNeue_Light'; font-size:19px; color:#6D6E70; margin: 0;  }
p {line-height: 33px; letter-spacing:0.5}
h1, h2, h3, h4, h5 { margin:0; padding:0; font-family: 'HelveticaNeueLTStd-Bd';}
h1 {  font-size:60px; line-height:41px; margin-bottom: 30px;}
img { max-width:100%;}
a { color:inherit; transition:all 0.5s; -webkit-transition:all 0.5s; -ms-transition:all 0.5s; -moz-transition:all 0.5s; }
a:hover { text-decoration:none; color:inherit; transition:all 0.5s; -webkit-transition:all 0.5s; -ms-transition:all 0.5s; -moz-transition:all 0.5s; } 
a:focus, input:focus { outline:none !important; -webkit-outline:none !important; -moz-outline:none !important; -ms-outline:none !important;} 
ul { padding:0; margin:0; list-style:none;}
.btn.btn-primary {
    border-radius: 0;
    background: #1C2E8F;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'HelveticaNeueLTStd-Bd', sans-serif;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    border: none;
}
.btn.btn-primary:hover {
    background: #F9DA07;
    color: #1C2E8F;
}
.container { max-width:100%; width:100%; padding:0 5%;}
.paddingTB {
    padding-bottom: 55px;
    padding-top: 55px;
}
#sidebar {
    height: 100%;
    left: 0;
    position: fixed;
    top: -2px;
    width: 25%;
   /* background-image:url(../images/NavigationBackground.jpg);*/
	background-size: cover;
    padding: 54px 5%;
	z-index:999;
	overflow-y: auto;
	background-color: #eceaea;
}
#sidebar:before{
	content:"";
	width:100%;
	height:100%;
/*	box-shadow: 0 0 35px #d4d6d6 inset;*/
	position:absolute;
	right:0;
	top:0;
}
#sidebar #menu-menu {
	margin-bottom: 0;
}
.custom-logo-link {
    display: block;
    margin-bottom: 30px;
	position:relative;
}
.custom-logo-link > img {
    max-width: 248px;
    margin: 0px auto;
    display: table;
	height:auto;
}
#mainContent {
    background-color: #fff;
    box-shadow: 0 0 35px #d4d6d6;
    height: 100%;
    margin-left: 25%;
    width: 75%;
    position: relative;
	overflow:hidden;
	border-left: 2px solid #E7E7E8;
}
.blockSec { 
    min-height:633px;
}
.navbar a {
    color: #808284;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size:14px;
	letter-spacing:1px;
    position: relative;
}
.navbar li { 
    background-color:transparent !important;
    position:relative;
    padding:1px 0;
} 
.navbar li a:focus{
	text-decoration:none;
	color: inherit;
}
.navbar li a.active, .navbar li:hover a{ 
    color:#fff;
	background-color:#1C2E8F;
}
/*.navbar li::before {
	content: url("../images/nav-border.png");
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -17px;
	width: 210px;
	opacity: 0.5;
}*/
.navbar li::before {
	content: '';
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -1px;
	width: 100%;
	background: #ddd;
	display: block;
	height: 2px;
	left: 0;
}
.navbar li::before a.active {
    content:"";
}
.navbar li:first-child::before {
    content: none;
}
.ttlBg {
    color: #fff;
    font-size: 21px;
    letter-spacing: 3px;
    /*line-height: 44px;*/
	padding:12px 0;
    text-align: center;
    text-transform: uppercase;
	background-color:#1C2E8F;
	font-family: 'ChaletNewYorkNineteenSixty';
}
h3.ttl {
    color: #000;
    font-size: 35px;
    margin-bottom: 20px;
}
.video-sec {
  background-size:cover;
  padding: 40px 0;
  display: inline-block;
  width: 100%;
  color:#000;
  font-size:16px;
  vertical-align:top;
}
.home-header-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.video-sec p{
	line-height:22px;
}
.parallaxBg {
	background-attachment:fixed;
	-webkit-background-attachment:fixed;
    background-repeat: no-repeat;
    background-size:100%;
	-webkit-background-size:100%;
    padding: 18% 0;
	height:100px;
}
.ms-layer h2 {
  color: #fff;
  font-family: 'HelveticaNeueLTStd-Bd';
  font-size: 43px;
  line-height: 47px;
  text-shadow: 2px 2px 2px #000;
  letter-spacing:2px;
}
#contact .parallaxBg { 
	
	background-position: 0 208px;
}
#contact .form_section{
	background-size: 100% auto !important;
}
#contact .wpcf7-response-output{
	margin: 11px 0 0 0;
	font-size: 14px;
}

#contact .states-support {
  color: initial;
}
.locations-block {
  background-color: #fff;
}
.locations-block .ontivity-logo {
  max-width: 670px;
  margin: 0 auto;
}
.blubSec > div {
    min-height: 250px;
    position: absolute;
    width: 50%;
    transform-origin: 0 0 0;
	z-index: 99;
}
/*
.blubSec > div.wireless:hover,.blubSec > div.wireless:hover + div,.blubSec > div.process:hover + div.wireless {
	z-index:9999;
}
*/
/*.blubSec > div.site:hover:before,.blubSec > div.electrical:hover + .blubSec > div.site:before{
	top: 107px;
    right: -58px;
    left: auto;
    transform: rotate(-89deg);
    -webkit-transform: rotate(-50deg);
	-moz-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	-o-transform: rotate(-50deg);
} */
.blubSec > div::after, .blubSec > div.strategy::before, .blubSec > div.site::before {
	content: '';
	width: 260px;
	height: 8px;
	position: absolute;
	top: 40px;
	left: -124px;
	/* box-shadow: 0 0 2px 2px #000; */
	background: url(../images/shadow_img.png) no-repeat center center;
	background-size: cover;
	transform: rotate(-89deg);
	-webkit-transform: rotate(-89deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-89deg);
	-o-transform: rotate(-89deg);
	z-index: -1;
}
.blubSec > div.strategy:after{
	top: 62px;
    left: -114px;
}
.blubSec > div.strategy:before{
	top: 87px;
    left: -50px;
    background: transparent;
    z-index: 9;
    opacity: 0.8;
    width: 132px;
    transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
    height: 2px; 
}
.blubSec > div.site::before { 
	top: 110px;
	right: -109px;
	left: auto;
	transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
	z-index: 1;
}

#company p, #company ul li  {
  color: rgb(0, 0, 0);
  font-family: 'HelveticaNeue_Light';
  font-weight: normal;
}
.video-sec p img {
  margin-top: 60px;
}
article.blubSec {
    height: 700px;
    margin: 0 auto;
    position: relative;
    width: 490px;
}
#solutions {
    overflow: hidden;
	background:url(../images/serv_bg.jpg) no-repeat center top;
	background-size:cover;
}

.blubSec .cont {
    position: absolute; width:183px;
	top:0;
	text-align:center;
}
.blubSec > div.right {
    right: 0;
/*	z-index: 999;*/
}
.blubSec > div .services_cnt {
    display: inline-block;
	width:230px;
}
.blubSec > div .services_cnt svg{
	width: 100%;
}
.ie .blubSec > div .services_cnt{
	width:230px;
}

.services_block{
	position: relative;
    width: 700px;
    height: 700px;
    margin: auto;
    transform-origin: center;
}
.circleRound {
	height: 480px;
	margin: auto;
	position: relative;
	width: 480px;
	transform: rotate(-9deg);
	transform-origin: center;
}
.blubSec > div.strategy {
	bottom: 0;
	text-align: right;
	transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
	-webkit-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
	-moz-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
	-ms-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
	-o-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
}/*
.blubSec > div.strategy svg image{
	transform: rotate(35deg) translate(25px,38px);
	-webkit-transform:rotate(35deg) translate(64px,105px);
	-moz-transform: rotate(35deg) translate(55px,108px);
	-ms-transform: rotate(35deg) translate(25px,38px);
	-o-transform: rotate(35deg) translate(25px,38px);
}*/

.ie .blubSec > div.strategy {
	transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
    -webkit-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
    -moz-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
    -ms-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);
    -o-transform: matrix(1, 0, 0, 1, 38, -212) rotate(8deg);	
}/*
.ie .blubSec > div.strategy svg image{
	transform: rotate(35deg) translate(64px,105px);
	-webkit-transform:rotate(35deg) translate(64px,105px);
	-moz-transform: rotate(35deg) translate(55px,108px);
	-ms-transform: rotate(35deg) translate(25px,38px);
	-o-transform: rotate(35deg) translate(25px,38px);
}*/
.blubSec > div.structure {
	transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
	-webkit-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
	-moz-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
	-ms-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
	-o-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
}/*
.blubSec > div.structure svg image{
	transform: rotate(-30deg) translate(57px,-24px) !important;
	-webkit-transform:rotate(-30deg) translate(102px,46px) !important;
	-moz-transform: rotate(-30deg) translate(102px,46px) !important;
	-ms-transform: rotate(-30deg) translate(57px,-24px) !important;
	-o-transform: rotate(-30deg) translate(57px,-24px) !important;
}*/
.ie .blubSec > div.structure{
	transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
    -webkit-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
    -moz-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
    -ms-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
    -o-transform: matrix(1, 0, 0, 1, 264, 136) rotate(53deg);
}/*
.ie .blubSec > div.structure svg image{
	transform: rotate(-30deg) translate(57px,-24px) !important;
	-webkit-transform:rotate(-30deg) translate(102px,46px) !important;
	-moz-transform: rotate(-30deg) translate(102px,46px) !important;
	-ms-transform: rotate(-30deg) translate(57px,-24px) !important;
	-o-transform: rotate(-30deg) translate(57px,-24px) !important;
}*/
.blubSec > div.people {
	transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-webkit-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-moz-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-ms-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-o-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
}/*
.blubSec > div.people svg image{
	transform: rotate(-73deg) translate(104px,-10px);
	-webkit-transform: rotate(-73deg) translate(160px,72px);
	-moz-transform: rotate(-73deg) translate(160px,72px);
	-ms-transform: rotate(-73deg) translate(104px,-10px);
	-o-transform: rotate(-73deg) translate(104px,-10px);
}*/
.ie .blubSec > div.people {
	transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-webkit-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-moz-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-ms-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
	-o-transform: matrix(1, 0, 0, 1, 328, 379) rotate(99deg);
}/*
.ie .blubSec > div.people svg image{
	transform: rotate(-73deg) translate(104px,-10px);
	-webkit-transform: rotate(-73deg) translate(160px,72px);
	-moz-transform: rotate(-73deg) translate(160px,72px);
	-ms-transform: rotate(-73deg) translate(104px,-10px);
	-o-transform: rotate(-73deg) translate(104px,-10px);
}
.blubSec > div svg image.text {
    x: -110px !important;
    y: 60px !important;
    width: 130px !important;
    height: 130px !important;
    transform: rotate(-72deg) translate(104px,-10px) !important;
	-webkit-transform: rotate(-72deg) translate(104px,-10px) !important;
	-moz-transform: rotate(-72deg) translate(104px,-10px) !important;
	-ms-transform: rotate(-72deg) translate(104px,-10px) !important;
	-o-transform: rotate(-72deg) translate(104px,-10px) !important;
}
.ie .blubSec > div svg image.text {
    x: -110px !important;
    y: 60px !important;
    width: 130px !important;
    height: 130px !important;
    transform: rotate(-72deg) translate(104px,-10px) !important;
	-webkit-transform: rotate(-72deg) translate(104px,-10px) !important;
	-moz-transform: rotate(-72deg) translate(104px,-10px) !important;
	-ms-transform: rotate(-72deg) translate(104px,-10px) !important;
	-o-transform: rotate(-72deg) translate(104px,-10px) !important;
}
.blubSec > div.strategy svg image.text {
    x: 45px !important;
    y: 202px !important;
    width: 175px !important;
    height: 175px !important;
    transform: rotate(19deg) !important;
	-webkit-transform: rotate(19deg) !important;
	-moz-transform: rotate(19deg) !important;
	-ms-transform: rotate(19deg) !important;
	-o-transform: rotate(19deg) !important;
}
.ie .blubSec > div.strategy svg image.text {
    x: 45px !important;
    y: 202px !important;
    width: 175px !important;
    height: 175px !important;
    transform: rotate(19deg) !important;
	-webkit-transform: rotate(19deg) !important;
	-moz-transform: rotate(19deg) !important;
	-ms-transform: rotate(19deg) !important;
	-o-transform: rotate(19deg) !important;
}
.blubSec > div.structure svg image.text {
    x: 90px !important;
    y: 251px !important;
    width: 82px !important;
    height: 82px !important;
    transform: rotate(20deg) !important;
	-webkit-transform: rotate(20deg) !important;
	-moz-transform: rotate(20deg) !important;
	-ms-transform: rotate(20deg) !important;
	-o-transform: rotate(20deg) !important;
}
.ie .blubSec > div.structure svg image.text {
    x: 90px !important;
    y: 251px !important;
    width: 82px !important;
    height: 82px !important;
    transform: rotate(20deg) !important;
	-webkit-transform: rotate(20deg) !important;
	-moz-transform: rotate(20deg) !important;
	-ms-transform: rotate(20deg) !important;
	-o-transform: rotate(20deg) !important;
}
.ie .blubSec > div.structure svg image.text {
    x: 90px !important;
    y: 251px !important;
    width: 82px !important;
    height: 82px !important;
    transform: rotate(20deg) !important;
	-webkit-transform: rotate(20deg) !important;
	-moz-transform: rotate(20deg) translate(79px,142px) !important;
	-ms-transform: rotate(20deg) !important;
	-o-transform: rotate(20deg) !important;
}
.blubSec > div.structure svg image.text {
    x: 90px !important;
    y: 251px !important;
    width: 82px !important;
    height: 82px !important;
    transform: rotate(20deg) !important;
	-webkit-transform: rotate(20deg) !important;
	-moz-transform: rotate(20deg) translate(79px,142px) !important;
	-ms-transform: rotate(20deg) !important;
	-o-transform: rotate(20deg) !important;
}
.ie .blubSec > div.people svg image.text {
	x: 53px !important;
    y: 214px !important;
    width: 150px !important;
    height: 150px !important;
    transform: rotate(18deg) !important;
	-webkit-transform: rotate(18deg) !important;
	-moz-transform: rotate(18deg) !important;
	-ms-transform: rotate(18deg) !important;
	-o-transform: rotate(18deg) !important;
}
.blubSec > div.people svg image.text {
	x: 53px !important;
    y: 214px !important;
    width: 150px !important;
    height: 150px !important;
    transform: rotate(18deg) !important;
	-webkit-transform: rotate(18deg) !important;
	-moz-transform: rotate(18deg) !important;
	-ms-transform: rotate(18deg) !important;
	-o-transform: rotate(18deg) !important;
}
.ie .blubSec > div.culture svg image.text {
    x: 50px !important;
    y: 212px !important;
    width: 160px !important;
    height: 160px !important;
    transform: rotate(19deg) !important;
	-webkit-transform: rotate(19deg) !important;
	-moz-transform: rotate(19deg) !important;
	-ms-transform: rotate(19deg) !important;
	-o-transform: rotate(19deg) !important;
}
.blubSec > div.culture svg image.text {
    x: 50px !important;
    y: 212px !important;
    width: 160px !important;
    height: 160px !important;
    transform: rotate(19deg) !important;
	-webkit-transform: rotate(19deg) !important;
	-moz-transform: rotate(19deg) !important;
	-ms-transform: rotate(19deg) !important;
	-o-transform: rotate(19deg) !important;
}
.ie .blubSec > div.process svg image.text {
	x: 90px !important;
	y: 260px !important;
    width: 52px !important;
    height: 52px !important;
    transform: rotate(17deg) !important;
	-webkit-transform: rotate(17deg) !important;
	-moz-transform: rotate(17deg) !important;
	-ms-transform: rotate(17deg) !important;
	-o-transform: rotate(17deg) !important;
}
.blubSec > div.process svg image.text {
	x: 90px !important;
	y: 260px !important;
    width: 52px !important;
    height: 52px !important;
    transform: rotate(17deg) !important;
	-webkit-transform: rotate(17deg) !important;
	-moz-transform: rotate(17deg) !important;
	-ms-transform: rotate(17deg) !important;
	-o-transform: rotate(17deg) !important;
}
.ie .blubSec > div.results svg image.text {
	x: 68px !important;
    y: 212px !important;
    width: 98px !important;
    height: 142px !important;
    transform: rotate(16deg) !important;
	-webkit-transform: rotate(16deg) !important;
	-moz-transform: rotate(16deg) !important;
	-ms-transform: rotate(16deg) !important;
	-o-transform: rotate(16deg) !important;
}
.blubSec > div.results svg image.text {
	x: 68px !important;
    y: 212px !important;
    width: 98px !important;
    height: 142px !important;
    transform: rotate(16deg) !important;
	-webkit-transform: rotate(16deg) !important;
	-moz-transform: rotate(16deg) !important;
	-ms-transform: rotate(16deg) !important;
	-o-transform: rotate(16deg) !important;
}
.ie .blubSec > div.electrical svg image.text {
	x: 48px !important;
    y: 215px !important;
    width: 155px !important;
    height: 155px !important;
    transform: rotate(18deg) !important;
	-webkit-transform: rotate(18deg) !important;
	-moz-transform: rotate(18deg) !important;
	-ms-transform: rotate(18deg) !important;
	-o-transform: rotate(18deg) !important;
}
.blubSec > div.electrical svg image.text {
	x: 48px !important;
    y: 215px !important;
    width: 155px !important;
    height: 155px !important;
    transform: rotate(18deg) !important;
	-webkit-transform: rotate(18deg) !important;
	-moz-transform: rotate(18deg) !important;
	-ms-transform: rotate(18deg) !important;
	-o-transform: rotate(18deg) !important;
}
.ie .blubSec > div.site svg image.text {
	x: 46px !important;
    y: 210px !important;
    width: 155px !important;
    height: 155px !important;
    transform: rotate(16deg) !important;
	-webkit-transform: rotate(16deg) !important;
	-moz-transform: rotate(16deg) !important;
	-o-transform: rotate(16deg) !important;
	-ms-transform: rotate(16deg) !important;
	
}
.blubSec > div.site svg image.text {
	x: 46px !important;
    y: 210px !important;
    width: 155px !important;
    height: 155px !important;
    transform: rotate(16deg) !important;
	-webkit-transform: rotate(16deg) !important;
	-moz-transform: rotate(16deg) !important;
	-o-transform: rotate(16deg) !important;
	-ms-transform: rotate(16deg) !important;
	
}
.ie .blubSec > div.sitedev svg image.text {
	x: 58px !important;
    y: 220px !important;
    width: 124px !important;
    height: 124px !important;
    transform: rotate(15deg) !important;
	-webkit-transform: rotate(15deg) !important;
	-moz-transform: rotate(15deg) !important;
	-o-transform: rotate(15deg) !important;
	-ms-transform: rotate(15deg) !important;
	
}
.blubSec > div.sitedev svg image.text {
	x: 58px !important;
    y: 220px !important;
    width: 124px !important;
    height: 124px !important;
    transform: rotate(15deg) !important;
	-webkit-transform: rotate(15deg) !important;
	-moz-transform: rotate(15deg) !important;
	-o-transform: rotate(15deg) !important;
	-ms-transform: rotate(15deg) !important;
	
}
.ie .blubSec > div.wireless svg image.text {
	x: 55px !important;
    y: 215px !important;
    width: 135px !important;
    height: 135px !important;
    transform: rotate(16deg) !important;
	-webkit-transform: rotate(16deg) !important;
	-moz-transform: rotate(16deg) !important;
	-ms-transform: rotate(16deg) !important;
	-o-transform: rotate(16deg) !important;
}
.blubSec > div.wireless svg image.text {
	x: 55px !important;
    y: 215px !important;
    width: 135px !important;
    height: 135px !important;
    transform: rotate(16deg) !important;
	-webkit-transform: rotate(16deg) !important;
	-moz-transform: rotate(16deg) !important;
	-ms-transform: rotate(16deg) !important;
	-o-transform: rotate(16deg) !important;
}
*/


.blubSec > div.culture {
    transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -webkit-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -moz-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -ms-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -o-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
}/*
.blubSec > div.culture svg image{
	transform: rotate(-108deg) translate(140px,14px);
	-webkit-transform: rotate(-108deg) translate(195px,91px);
	-moz-transform: rotate(-108deg) translate(195px,91px);
	-ms-transform: rotate(-108deg) translate(140px,14px);
	-o-transform: rotate(-108deg) translate(140px,14px);
}*/
.ie .blubSec > div.culture{
	transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -webkit-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -moz-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -ms-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
    -o-transform: matrix(1, 0, 0, 1, 342, 471) rotate(108deg);
}/*
.ie .blubSec > div.culture svg image{
	transform: rotate(-108deg) translate(140px,14px);
	-webkit-transform: rotate(-108deg) translate(195px,91px);
	-moz-transform: rotate(-108deg) translate(195px,91px);
	-ms-transform: rotate(-108deg) translate(140px,14px);
	-o-transform: rotate(-108deg) translate(140px,14px);
}*/
.blubSec > div.process {
    transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -webkit-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -moz-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -ms-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -o-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
}/*
.blubSec > div.process svg image{
	transform: rotate(-146deg) translate(148px,55px);
	-webkit-transform: rotate(-146deg) translate(201px,124px);
	-moz-transform: rotate(-146deg) translate(201px,124px);
	-ms-transform: rotate(-146deg) translate(148px,55px);
	-o-transform: rotate(-146deg) translate(148px,55px);
}*/
.ie .blubSec > div.process{
	transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -webkit-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -moz-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -ms-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
    -o-transform: matrix(1, 0, 0, 1, 213, 649) rotate(144deg);
}/*
.ie .blubSec > div.process svg image{
	transform: rotate(-146deg) translate(148px,55px);
	-webkit-transform: rotate(-146deg) translate(201px,124px);
	-moz-transform: rotate(-146deg) translate(201px,124px);
	-ms-transform: rotate(-146deg) translate(148px,55px);
	-o-transform: rotate(-146deg) translate(148px,55px);
}*/
.blubSec > div.wireless{
	transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -webkit-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -moz-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -ms-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -o-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
}/*
.blubSec > div.wireless svg image{
	transform: translate(30px,6px);	
	-webkit-transform: translate(82px,77px);	
	-moz-transform: translate(82px,77px);	
	-ms-transform: translate(30px,6px);	
	-o-transform: translate(30px,6px);	
}*/
.ie .blubSec > div.wireless{
	transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -webkit-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -moz-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -ms-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
    -o-transform: matrix(1, 0, 0, 1, 439, 593) rotate(144deg);
}/*
.ie .blubSec > div.wireless svg image{
	transform: translate(30px,6px);	
	-webkit-transform: translate(82px,77px);	
	-moz-transform: translate(82px,77px);	
	-ms-transform: translate(30px,6px);	
	-o-transform: translate(30px,6px);	
}*/
.blubSec > div.electrical {
	transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
	-webkit-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
	-moz-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
	-ms-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
	-o-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
}/*
.blubSec > div.electrical svg image{
	transform: rotate(142deg) translate(100px,120px);
	-webkit-transform: rotate(142deg) translate(145px,190px);
	-moz-transform: rotate(142deg) translate(145px,190px);
	-ms-transform: rotate(142deg) translate(100px,120px);
	-o-transform: rotate(142deg) translate(100px,120px);
}*/
.ie .blubSec > div.electrical{
	transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
    -webkit-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
    -moz-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
    -ms-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
    -o-transform: matrix(1, 0, 0, 1, 195, 654) rotate(189deg);
}/*
.ie .blubSec > div.electrical svg image{
	transform: rotate(142deg) translate(100px,120px);
	-webkit-transform: rotate(142deg) translate(145px,190px);
	-moz-transform: rotate(142deg) translate(145px,190px);
	-ms-transform: rotate(142deg) translate(100px,120px);
	-o-transform: rotate(142deg) translate(100px,120px);
}*/
.blubSec > div.site {
	transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
	-webkit-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
	-moz-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
	-ms-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
	-o-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
}/*
.blubSec > div.site svg image{
	transform: rotate(108deg) translate(55px,120px);
	-webkit-transform: rotate(108deg) translate(115px,190px);
	-moz-transform: rotate(108deg) translate(115px,190px);
	-ms-transform: rotate(108deg) translate(55px,120px);
	-o-transform: rotate(108deg) translate(55px,120px);
}*/
.ie .blubSec > div.site {
        transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
    -webkit-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
    -moz-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
    -ms-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
    -o-transform: matrix(1, 0, 0, 1, -17, 528) rotate(234deg);
}/*
.ie .blubSec > div.site svg image{
	transform: rotate(108deg) translate(55px,120px);
	-webkit-transform: rotate(108deg) translate(115px,190px);
	-moz-transform: rotate(108deg) translate(115px,190px);
	-ms-transform: rotate(108deg) translate(55px,120px);
	-o-transform: rotate(108deg) translate(55px,120px);
}*/
.blubSec > svg.sitedev {
	transform:matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
	-webkit-transform:matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
	-moz-transform:matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
	-ms-transform:matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
	-o-transform:matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
	width: 227px;
	position: absolute;
	z-index: 99;
}/*
.blubSec > div.sitedev svg image{
	transform: rotate(72deg) translate(21px,77px);
	-webkit-transform: rotate(72deg) translate(79px,142px);
	-moz-transform: rotate(72deg) translate(79px,142px);
	-ms-transform: rotate(72deg) translate(21px,77px);
	-o-transform: rotate(72deg) translate(21px,77px);
}*/
.ie .blubSec > svg.sitedev {
    transform: matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
    -webkit-transform: matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
    -moz-transform: matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
    -ms-transform: matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
    -o-transform: matrix(1, 0, 0, 1, -51, 69) rotate(279deg);
}/*
.ie .blubSec > div.sitedev svg image{
	transform: rotate(72deg) translate(21px,77px);
	-webkit-transform: rotate(72deg) translate(79px,142px);
	-moz-transform: rotate(72deg) translate(79px,142px);
	-ms-transform: rotate(72deg) translate(21px,77px);
	-o-transform: rotate(72deg) translate(21px,77px);
}*/
.blubSec > div.results {
	transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
	-webkit-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
	-moz-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
	-ms-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
	-o-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
/*	z-index: 999;*/
}/*
.blubSec > div.results svg image{
	transform: rotate(35deg) translate(25px,38px);
	-webkit-transform:rotate(35deg) translate(64px,105px);
	-moz-transform: rotate(35deg) translate(55px,108px);
	-ms-transform: rotate(35deg) translate(25px,38px);
	-o-transform: rotate(35deg) translate(25px,38px);
}*/
.ie .blubSec > div.results {
    transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
    -webkit-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
    -moz-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
    -ms-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
    -o-transform: matrix(1, 0, 0, 1, 49, 74) rotate(324deg);
}/*
.ie .blubSec > div.results svg image{
	transform: rotate(35deg) translate(25px,38px);
	-webkit-transform:rotate(35deg) translate(64px,105px);
	-moz-transform: rotate(35deg) translate(55px,108px);
	-ms-transform: rotate(35deg) translate(25px,38px);
	-o-transform: rotate(35deg) translate(25px,38px);
}
*/
.blubSec > div.midl-logo {
        transform: matrix(1, 0, 0, 1, 70, 181);
    -webkit-transform: matrix(1, 0, 0, 1, 70, 181);
    -moz-transform: matrix(1, 0, 0, 1, 70, 181);
    -ms-transform: matrix(1, 0, 0, 1, 70, 181);
    -o-transform: matrix(1, 0, 0, 1, 70, 181);
    width: 355px;
    min-height: 148px;
    z-index: 9;
}
.midl-logo {
	position: absolute;
	width: 300px;
	top: -105px;
	left: 38px;
	bottom: 0;
	right: 0;
	height: 235px;
	margin: auto;
}
.blubSec > div.midl-logo:after{
	display: none;
}
.ie .blubSec > div.midl-logo{
	transform: matrix(1, 0, 0, 1, 70, 181);
    -webkit-transform: matrix(1, 0, 0, 1, 70, 181);
    -moz-transform: matrix(1, 0, 0, 1, 70, 181);
    -ms-transform: matrix(1, 0, 0, 1, 70, 181);
    -o-transform: matrix(1, 0, 0, 1, 70, 181);
    width: 355px;
    min-height: 148px;
    z-index: 9;
}
.midl-logo ul li{
	display: none;
}
.midl-logo ul li#default{
	display: block;
}
.blubSec > div.strategy .cont {
  top: 120px;
  left: 49px;
}
.ie .blubSec > div.strategy .cont {
    top: 149px;
    left: 88px;
}
.blubSec > div.people .cont {
  left: 55px;
    top: 78px;
}
.ie .blubSec > div.people .cont {
    left: 55px;
    top: 104px;
}
.blubSec > div.culture .cont {
  left: 56px;
    top: 70px;
}
.ie .blubSec > div.culture .cont {
    left: 56px;
    top: 93px;
}

.blubSec > div.process .cont {
  left: 85px;
    top: 89px;
    width: 150px;
}
.ie .blubSec > div.process .cont {
    left: 96px;
    top: 110px;
    width: 195px;
}
.blubSec > div.results .cont {
  left: 56px;
  top: 146px;
}
.ie .blubSec > div.results .cont {
    top: 156px;
    left: 88px;
}
.ie .blubSec > div.results .cont h3 {
    margin-bottom: 24px;
}
.blubSec > div.structure .cont {
  left: 42px;
    top: 85px;
    width: 150px;
}
.ie .blubSec > div.structure .cont {
    left: 46px;
    top: 103px;
    width: 180px;
}
.ie .blubSec > div.structure .cont h3 {
    padding: 0 15px;
}
.blubSec .cont p, .proces-cont li p {
    font-size: 14px;
    line-height: 16px;
	color:#000;
}
.blubSec .cont h3, .proces-cont li h2, .bulbsec-mobile .cont h3{
	font-size: 18px;
    color: #000;
    line-height: 24px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCondensed';
    font-weight: normal;
}
.proces-cont li h2 {
	font-size: 14px;
	line-height: 18px;
}
.log-img {
  max-width: 86px;
  position: absolute;
}
.strategy .log-img {
  right: 4px;
  top: -84px;
}
.ie .strategy .log-img {
    top: -97px;
    right: -11px;
}
.structure .log-img {
  right: -85px;
  top: 28px;
}
.ie .structure .log-img {
    right: -93px;
    top: 37px;
}
.people .log-img {
  bottom: -106px;
  right: 9px;
}
.ie .people .log-img {
    bottom: -122px;
    right: -26px;
}
.culture .log-img {
  left: 0px;
  bottom: -105px;
}
.ie .culture .log-img {
    left: 15px;
    bottom: -123px;
}
.process .log-img {
  left: -80px;
  top: 30px;
} 
.ie .process .log-img {
    left: -84px;
    top: 31px;
}
.results .log-img {
  top: -110px;
}
.ie .results .log-img {
    top: -105px;
    left: -15px;
}
.ie #solutions.blockSec{
    min-height: 955px;
}
.blubSec .process .btn-title {
  margin-left: 12px;
    margin-top: 25px;
}
.blubSec .structure .btn-title {
  margin-top: 0;
}
.blubSec .strategy .btn-title {
  margin-top: 5px;
}
.blubSec .btn-title, a.btn-markets, .bulbsec-mobile .cont .thumbnail.text-center a.btn-title {
  background: rgba(0, 0, 0, 0) url("../images/button.png") no-repeat scroll 0 0 / cover ;
  color: rgb(136, 136, 136);
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
  padding:14px 21px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
}
a.btn-markets{
	display: none;
}
.blubSec .people .btn-title {
  float: left;
  margin-top: 11px;
}
.blubSec .culture .btn-title {
  /*float: right;*/
  margin-top: -2px;
}
/*
.blubSec > div > div::after {
    content: attr(data-name);
    position: absolute;
    transform: rotate(-108deg);
    top: 74px;
    left: 110px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0;
}
*/

.services_block svg .text {
     display: none; 
}
.blubSec > div.results .services_cnt::after {
	top: 131px;
	left: 38px;
	transform: rotate(36deg);
}
.blubSec > div.strategy .services_cnt::after {
	top: 136px;
	left: 40px;
	transform: rotate(9deg);
}
.blubSec > div.structure .services_cnt::after {
	transform: rotate(-46deg);
	top: 121px;
	left: 100px;
}
.blubSec > div.people .services_cnt::after {
	transform: rotate(-90deg);
	left: 95px;
	top: 118px;
}
.blubSec > div .services_cnt:hover::after {
    opacity: 1;
}
.blubSec > div.culture .services_cnt::after {
    top: 87px;
    left: 71px;
}
.blubSec > div.process .services_cnt::after {
    transform: rotate(-144deg);
    top: 53px;
    left: 95px;
}
.blubSec > div.wireless .services_cnt::after {
	transform: rotate(-160deg);
	top: 62px;
	left: 50px;
}
.blubSec > div.electrical .services_cnt::after {
	transform: rotate(178deg);
	top: 63px;
	left: 4px;
}
.blubSec > div.site .services_cnt::after {
	transform: rotate(131deg);
	top: 125px;
	left: 90px;
}
/*

.blubSec > div.results .services_cnt::before {
	content: 'Site Dev';
	position: absolute;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	transform: rotate(48deg);
	top: 130px;
	left: -168px;
	color: #fff;
	opacity: 0;
}
*/
.blubSec > div.results .services_cnt.site-active::before {
	opacity: 1;
}
/* process */
.proces-cont {
    position: relative;
}
.proces-cont ul li {
	max-width: 90px;
	/* position: absolute; */
	top: 70px;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 21px;
	min-width: 90px;
}
.process_mobile li h2{
	margin: 0 !important;
}
.proces-cont ul li::after {
  background: rgba(0, 0, 0, 0) url("../images/hangup.png") no-repeat scroll center top;
  bottom: -15px;
/*  content: "";*/
  height: 83px;
  left: 0; 
  position: absolute;
  width: 100%;
}
.proces-cont ul li:nth-child(2n+2){
  bottom: 82px;
  top: auto;
  /*margin-left:-11px*/
}

/*
.proces-cont ul li:nth-child(2n+2):after{
	background:url(../images/hangdown.png) no-repeat center top;
	bottom:auto;
	top:-50px;
}
*/
.proces-cont .process_anim {
  padding: 70px 0 150px;
} 
.process_mobile{
	text-align: left;
	/*max-width: 740px;*/
	margin: 24px auto 0 auto;
	position:relative;
	padding: 25px 0 0 0;
}
.process_mobile:before{
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 84%;
    height: 1px;
    background: #5E5E5F;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
/*
.proces-cont .process_mobile li:nth-child(1)::after{
	top: 117px;
}
.proces-cont .process_mobile li:nth-child(3)::after{
	top: 117px;
	margin-left:-5px;
}
*/
#markets.blockSec {
    overflow: hidden;
}
.proces-cont ul li::before, .proces-cont ul li::after {
	content: '';
	position: absolute;
	top: -32px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	border-radius: 100%;
	background: #fff;
	/* transform: rotate(45deg); */
	z-index: 99;
	box-shadow: none;
}
.proces-cont ul li::after {
	z-index: 9;
	background: #fff;
	width: 30px;
	height: 30px;
	margin-left: -14px;
	top: -40px;
}
.proces-cont ul li.process-pic1:before{
	background: #25B4CE;
}
.proces-cont ul li.process-pic2:before{
	background: #86D1EF;
}
.proces-cont ul li.process-pic3:before{
	background: #D1E4F0;
}
.proces-cont ul li.process-pic4:before{
	background: #D3DEE6;
}
.proces-cont ul li.process-pic5:before{
	background: #BEC7CE;
}
.proces-cont ul li.process-pic6:before{
	background: #adb2b8;
}
.proces-cont ul li.process-pic7:before{
	background: #808181;
}
.proces-cont ul li.insight {
  left: 235px;
}
.proces-cont ul li.analytics {
  left: 40px;
}
.proces-cont ul li.personalized {
  left: 406px;
}
.proces-cont ul li.coaching {
    left:664px;
}
.proces-cont ul li.sustainability {
    left: auto;
    top: 90px;
    right: -25px;
}
.proces-cont ul li.transformation {
  left: 600px;
}
.process_mobile li:nth-child(2n) a.btn-markets {
  margin-top: 52px;
}
.process_mobile li:nth-child(2n) h2 {
/*  margin-top: 14px;*/
}
.process-pic1, .process-pic2, .process-pic3, .process-pic4, .process-pic5, .process-pic6, .process-pic7 {
	/* position: absolute; */
	display: inline-block;
	width: 126px;
	vertical-align: bottom;
	margin: 0 3px;
	z-index: 1;
	cursor: pointer;
}
.process-pic1::before, .process-pic2::before, .process-pic3::before, .process-pic4::before, .process-pic5::before, .process-pic6::before, .process-pic7::before {
	content: "";
	position: absolute;
	top: 6px;
	width: 105px;
	height: 105px;
	/* background: #ccc; */
	box-shadow: 0 5px 16px 4px #ccc;
	left: 8px;
	border-radius: 100%;
	z-index: -1;
}
.process-pic1 img, .process-pic2 img, .process-pic3 img, .process-pic4 img, .process-pic5 img, .process-pic6 img, .process-pic7 img {
    /*width: 100%;*/
    height: auto;
}
.animated.bouceInDown.hidden-xs.go {
  position: relative;
}
.process-pic1 {
  left: 11.8%;
  top: 21px;
}
.process-pic2 {
  bottom: 53px;
  left: 30.5%;
}
.process-pic3 {
 left: 49.3%;
    top: 21px;
}
.process-pic4 {
  bottom: 53px;
    left: 67.9%;
}
.process-pic5 {
  left: 77%;
  top: 77px;
}
.services_block.animated div.strategy .services_cnt{
    animation:move11 800ms 1 linear;
}
.services_block.animated div.structure .services_cnt{
    animation:move12 800ms 1 linear;
}
.services_block.animated div.people .services_cnt{
    animation:move13 800ms 1 linear;
}
.services_block.animated div.culture  .services_cnt{
    animation:move14 800ms 1 linear;
}
.services_block.animated div.process  .services_cnt{
    animation:move15 800ms 1 linear;
}
.services_block.animated div.results  .services_cnt{
    animation:move16 800ms 1 linear;
}
.services_block.animated div.wireless  .services_cnt{
    animation:move17 800ms 1 linear;
}
.services_block.animated div.electrical  .services_cnt{
    animation:move18 800ms 1 linear;
}
.services_block.animated div.site  .services_cnt{
    animation:move19 800ms 1 linear;
}
.services_block.animated svg.sitedev{
    animation:move20 800ms 1 linear;
}

.services_block.animated > div.midl-logo img{
    animation:fadeInser 720ms 1 linear;
    position: relative;
}
.services_block.animated > div.midl-logo ul li#default img {
   padding: 2rem;
}
.parent-logo {
    max-height: 100px;
    width: auto;
}
.expertise_slider_images li {
    display: inline-block;
    margin: 10px 8px;
    max-width: 250px;
    width: 100%;
    vertical-align: middle;
}
.carousel-control.left, .carousel-control.right {
    background: transparent none repeat scroll 0 0;
}
@keyframes fadeInser {
   	0% {transform:scale(0.3); -webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; transform-origin: center;-webkit-transform-origin:center;}
	85% {transform: scale(1.15); -webkit-transform: scale(1.15);-moz-transform: scale(1.15);-o-transform: scale(1.15);-ms-transform: scale(1.15); opacity:1; -webkit-transform-origin:center;}	
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1); opacity:1; -webkit-transform-origin:center;}	
}
@keyframes move11 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-ms-transform: scale(0.3);-moz-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); opacity:1; }
}
@keyframes move12 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); opacity:1; }
}
@keyframes move13 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); opacity:1; }
}
@keyframes move14 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1); opacity:1; }
}
@keyframes move15 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-ms-transform: scale(0.3);-moz-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); opacity:1; }
}
@keyframes move16 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-ms-transform: scale(0.3);-moz-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1); opacity:1; }
}
@keyframes move17 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3); -moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);opacity:1; }
}
@keyframes move18 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); opacity:1; }
}
@keyframes move19 {
    0% {transform:scale(0.3); -webkit-transform: scale(0.3);-moz-transform: scale(0.3);-ms-transform: scale(0.3);-o-transform: scale(0.3); opacity:0; }
    100% {transform: scale(1); -webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1); opacity:1; }
}
@keyframes move20 {
    0% {transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(0.3); -webkit-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(0.3);-moz-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(0.3);-ms-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(0.3);-o-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(0.3); opacity:0; }
    100% {transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(1); -webkit-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(1);-moz-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(1);-o-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(1);-ms-transform:matrix(1, 0, 0, 1, -48, 57) rotate(288deg) scale(1); opacity:1; }
}
.process_anim > img {
    max-width: 100%;
    padding-left: 27px;
}

/*venkatesh*/
.cont.text-right.fadeInser > p, .cont.fadeInser > p{
    float: right;
    max-width: 245px;
}
.cont.fadeInser > p{
    float:left;
}
.left .fa.fa-play-circle {
    transform: rotate(180deg);
}
.modal-dialog {
    width: 85%;
}
.modal-header {
    background: #2F3992;
    color: #ffffff;
    text-transform: uppercase;
}
.modal-header .modal-title {
    line-height: normal;
}
.modal-header .close, .post-slider-solutions-close, .post-slider-markets-close {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 6px 0;
    color: #2F3992 ;
    margin-top: 0;
    opacity: initial;
    padding: 6px 15px 12px;
    margin-right: -12px;
}
.post-slider-solutions-close, .post-slider-markets-close {
	background: #2F3992;
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	height: 27px;
/*	position: fixed;*/
	position: absolute;
	right: 35px;
	text-align: center;
	top: 17px;
	width: 27px;
	z-index: 99;
	padding: 0;
	line-height: 23px;
	border-radius: 0;
	border: 0;
}
.modal-content {
    border: 18px solid #2F3992;
    border-radius: 0;
    border-top: 0;
}
.modal-content .container{
    padding: 32px;
	font-size:16px;
}
/*news*/
.news.modal-content{
    border-color: #2F3992;
}
.news.modal-content .nw_ttl h2{
    color: #2F3992;
}
.news .modal-header{
    background: #2F3992;
}
.news .modal-header .close{
    color: #2F3992; 
}
#news .post-listing a.view_more_studies, #news .post-listing a.event_cal_lst {
  background: #ccc;
  color: #000;
  display: inline-block;
  font-size: 13.5px;
  margin: 10px 0 30px;
  padding: 8px 16px;
  text-transform: uppercase;
  font-family:"ChaletNewYorkNineteenSixty";
}
#news .post-listing a.view_more_studies{
	margin-right:20px;
}
#news .post-listing a.view_more_studies:hover, #news .post-listing a.event_cal_lst:hover{
	background:#2F3992;
	color:#fff;
}

p {
    margin: 0;
}
/*results*/
#case_studies .col-sm-4:last-child,
#news .col-sm-4:last-child{
    margin-bottom: 25px;
}
.results_content {
  height: auto;
  min-height: 400px;
}
.results_content img {
    max-height: 200px;
    min-height: 200px;
}
.results_content h3 {
    color: #95c0c1;
    font-size: 15px;
    font-weight: normal;
    margin: 28px 0 22px;
}
.results_content > p {
    font-size: 12px;
    line-height: 22px;
}
.results_content .passvalue {
    color: #95c0c1;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
}
#results .row .col-sm-4:nth-child(3n+1) {
    clear: both;
}
.results_content .passvalue{
    overflow: hidden;
}
.results_content .passvalue img {
    transform: scale(1);
    transition: all 1s ease 0s;
}
.results_content .passvalue:hover img {
    transform: scale(1.2);
}
.view_more_studies {
    color: #95c0c1;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
#results h4, #news h4 {
    margin-bottom: 15px;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #BCBEC0;
}
.results_content .passvalue i.fa {
    float: left;
    font-size: 18px;
    margin-right: 5px;
    margin-top: 1px;
}
.results_content h3 a.passvalue {
    text-transform: none;
}
.results_content h3 a.passvalue:hover,
.results_content .passvalue:hover,
#news .results_content .passvalue:hover{
    color: #808284;
}
#results h4 a {
    color: #2F3992;
}
#news h4 > a, #news h3, #news .results_content .passvalue, #news .view_more_studies
#results h4 > a, #news h4 > a {
    color: #2F3992;
}
#news h4 > a, #news h3,
#news .view_more_studies{
    color: #2F3992;
	font-family: 'HelveticaNeueLTStd-Bd';
}
#news .results_content h3 .passvalue{
	color:#000;
	font-size:18px;
}
.expertise_slider_images .img-responsive {
    margin: 0 auto;
    max-width: 85%;
}
.carousel-inner h2 {
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-cont > h4 {
  color: #000;
  margin-bottom: 5px;
}
/*expertise*/
#expertise .carousel-inner, 
#services .carousel-inner{
    min-height: 250px;
}
#expertise .carousel-inner .post-cont > p, 
#services .carousel-inner .post-cont > p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-bottom: 0;
}
#expertise .carousel-inner h2, #services .carousel-inner h2 {
	color: #000;
	padding: 30px 0;
	text-align: center;
/*	position: fixed;*/
	position: relative;
	top: 0;
	width: calc(100% - 32px);
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
}
.post-slider-solutions-inner .container .row .post-cont,
.post-slider-markets-inner .container .row .post-cont {
/*	padding-top: 100px !important;*/
	padding-top: 0px !important;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 50px;
}
.post-slider-solutions-inner .container .row *,
.post-slider-markets-inner .container .row * {
	padding: 0;
}
.carousel {
    margin-top: 40px;
}
.expertise_slider_images {
    text-align: center;
}
.carousel-inner .carousel-control{
    top: 50%;
}
.carousel-control {
    color: #d1d2d4;
    font-size: 30px;
    text-shadow: none;
}
.carousel-control:focus, .carousel-control:hover{
    color: #C46121;
}
.carousel-indicators li{
    background: #e7e7e8;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 1px 4px;
}
.carousel-indicators li.active{
    background: #c46121;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 1px 4px;
}
.carousel-indicators {
    bottom: -70px;
}
/*contact*/
#contact {
    background: #404041;
    color: #ffffff;
}

#contact .form-control {
    border: 0 none;
    border-radius: 0;
    height: 30px;
	color:#000;
}
#contact .wpcf7-submit {
    background: #F9DA07 none repeat scroll 0 0;
    border: 0 none;
    font-size: 18px;
    font-weight: normal;
    min-width: 92px;
    height: 34px;
    line-height: 34px;
    color: #231F20;
    padding: 0 4px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: uppercase;
    font-family: 'HelveticaNeueCondensed';
}
#contact textarea.form-control {
    height: 100px;
}
#contact label {
    font-size: 16px;
    padding-top: 2px;
}

.emailinfo {
    background: #000 none repeat scroll 0 0;
    font-size: 18px;
    margin: 0;
    padding: 20px 0;
    text-align:center;
}
.socil_footer li {
    float: left;
    width: auto;
}
.socil_footer li:first-child {
  margin-right: 14px;
}
.socil_footer i {
  background: #fff none repeat scroll 0 0;
  font-size: 23px;
  padding: 0 2px;
}

#contact.blockSec .text-center.emailinfo .container {
  margin: 0;
  padding:12px 260px;
}
.loadingmessage {
  margin: 0 auto;
  width: 40px;
}
.emailinfo a {
    margin-right: 25px;
}
.emailinfo > p {
    font-size: 24px;
}
#contact h4 {
    font-size: 22px;
    margin: 52px 0 18px;
    font-family: ChaletLondonNineteenSixty;
    text-transform: uppercase;
}
.safety_call h2 {
  font-size: 15px;
  background: #2F3992;
  color: #fff;
  padding: 8px 0;
}
.safety_call {
  border: 1px solid #000;
  float: right;
  margin-bottom: 0;
  margin-right: 43px;
  margin-top: 20px;
  width: 75%;
}
.safety_call ul {
  border-bottom: 16px solid #2F3992;
  font-size: 16px;
  padding: 5px 10px;
}
.nw_ttl{
    padding-top: 40px;
}
.nw_ttl h2 {
    color: #2F3992;
    font-size: 25px;
}
.nw_ttl p {
    color: #6d6e71;
    font-size: 15px;
}
.modal-footer{
    border: 0;
}
.popup-footer{
    padding: 25px 0;
}
span.wpcf7-not-valid-tip {
    color: #ff5050;
    font-size: 14px;
}
div.wpcf7-response-output {
    margin: 0px 0 10px 0;
}
div.wpcf7-validation-errors {
    border: 2px solid #ff5050;
}
/*
.case_study, .news_articles {
    display: none;

}*/
.img_pop_up {
  display: inline-block;
  max-width: 45%;
  float: left;
  margin: 0 20px 20px 0;
}
/*animation*/
.process_anim {
    max-width: 957px;
    margin: 0px auto;
    width: 100%;
    z-index: 99;
    position: relative;
	padding:193px 0 206px;
}

.modal-dialog p {
  line-height: 22px;
}
.modal-open .modal{
	z-index:99999;
}

/*Tabs*/
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 0px;
}

.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 0px;
  border-bottom:solid 1px #404041;
}
.tabs-left>li {
}
.tabs-right>li {
  margin-left: -1px;
}
.nav.nav-tabs.tabs-left li a:hover {
  color: #fff;
  background:#404041;
  border:none;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border:none;
	border-radius:0;
	color:#fff;
	background:#404041;
}
.nav.nav-tabs.tabs-left a {
  border-radius: 0;
  margin:0;
  border:none;
}
#contact .nav.nav-tabs.tabs-left a{
	text-transform:uppercase;
	font-size:14px;
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.vertical-text {
  margin-top:50px;
  border: none;
  position: relative;
}
.vertical-text>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.vertical-text>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;

}
.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.vertical-text.tabs-left {
  left: -50px;
}
.vertical-text.tabs-right {
  right: -50px;
}
.vertical-text.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.blockSec .nav.nav-tabs.tabs-left {
  background: #6d6e70 none repeat scroll 0 0;
  margin-left: -51px;
  margin-top: -10px;
  padding-top: 17px;
}
#contact.blockSec .container {
  padding-bottom: 30px;
  padding-top: 10px;
}
#solutions.detail-soltions {
  background: #fff;
}
.post-slider-solutions, .post-slider-markets {
  position: relative;
}
#slider-thumbs .hide-bullets, .post-slider-markets .hide-bullets{
  background: #e6e7e8 none repeat scroll 0 0;
  padding-top: 18px;
}
#slider-thumbs .hide-bullets > li a, .post-slider-markets .hide-bullets > li a {
  background: transparent none repeat scroll 0 0;
  border:none;
  border-bottom:solid 1px #ccc;
  font-size: 14px;
  text-transform:uppercase;
  margin: 0;
  padding: 8px 10px;
}
.post-slider-solutions .carousel-control, .post-slider-markets .carousel-control{
	width:40px;
}
.post-slider-solutions .carousel-control.left, .post-slider-markets .carousel-control.left{
  left: 0;
  top: 270px;
}
.post-slider-solutions .carousel-control.right, .post-slider-markets .carousel-control.right{
  right: 0;
  top: 270px;
}

.post-slider-solutions .carousel.slide, .post-slider-markets .carousel.slide {
  margin: 20px 0 0;
}
.post-slider-solutions #slider-thumbs .hide-bullets li a:hover, .post-slider-markets #slider-thumbs1 .hide-bullets li a:hover, .post-slider-solutions #slider-thumbs .hide-bullets li a.active, .post-slider-markets #slider-thumbs1 .hide-bullets li a.active {
  background: #2F3992;
  cursor:pointer;
  border-radius: 0;
  color: #fff;
}
.post-slider-solutions #slider-thumbs .hide-bullets li a:focus, .post-slider-markets #slider-thumbs1 .hide-bullets li a:focus{
	text-decoration:none;
}
.carousel-inner .post-cont > p {
  font-size: 15px;
  line-height: 24px;
}
.post-slider-solutions .carousel-inner h2 {
  color: #000;
}
.leadetship-support {
  padding-bottom: 0px;
  color:#000;
}
.leadetship-support h3 {
  font-weight: normal;
  margin: 33px 0;
}
.leadetship-support .ms-info h3 {
  margin-bottom: 0;
}
.tab-content>.tab-pane{
	height:inherit !important;
}
ul.master, .post-cont ul {
  display: inline-block;
  margin: 18px 0 18px 20px;
  width: 100%;
}
.master > li, .post-cont li {
  display: list-item;
  float: left;
  font-size: 16px;
  line-height:20px;
  list-style-type: disc;
  margin-bottom: 11px;
  list-style-position:outside;
  margin-left:15px;
  width: 43%;
}
.master > li:nth-child(2n+2) {
  float: right;
}
.post-slider-solutions, .post-slider-markets {
  display: none;
}
.post-slider-solutions, .post-slider-markets {
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.post-slider-solutions-inner, .post-slider-markets-inner {
	max-width: 700px;
	margin: auto;
	top: 50%;
	position: fixed;
	left: 28%;
	right: 0;
	transform: translateY(-50%) scale(0);
	border: 10px solid #2f3992;
	padding-bottom: 30px;
	background: #fff;
	z-index: 99;
	width: 90%;
	transform-origin: center;
	transition: all 0.5s ease-in-out;
/*
	max-height: 400px;
	overflow: auto;
*/
}
.post-slider-solutions.popup-open1 + .post-slider-solutions-inner, 
.post-slider-markets.popup-open1 + .post-slider-markets-inner {
	transform: translateY(-50%) scale(1);
}
.post-slider-solutions-inner .carousel, .post-slider-markets-inner .carousel {
	margin-top: 0px;
}
#services, #expertise {
  position: relative;
}
.open-popup-es {
	/*overflow: hidden;*/
	/*padding-right: 18px;*/
}
.bulbsec-mobile .thumbnail.text-center {
	border:solid 1px #ccc;
	background:url(../images/red_tp_bg.png) repeat-x 0 -42px;
	background-color:#fff;
	 margin: 0 auto;
	 margin-bottom:25px;
    max-width: 320px;
}
.bio-info {
  font-size: 15px;
  font-style: italic;
  margin: 0 auto;
  max-width: 558px;
}
/*
.safety_is_our_core_value_slider {
  background: rgba(0, 0, 0, 0) url("../images/SafetyBKGND.jpg") no-repeat scroll 0 0 / cover ;
  
 }
*/
 .safety_is_our_core_value_slider .container{
  position:relative;
 }
#safte_core > strong, .safety_is_our_core_value_slider-close > img  {
    cursor: pointer;
}
.safety_is_our_core_value_slider-close {
  float: right;
  padding: 20px;
  width: 100px;
}
/*
.safety_is_our_core_value_slider {
 
  display:none;
}
*/
.contact_details {
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999;
  text-align:center;
  
}
.contact_details li {
  display: inline-block;
  font-size: 25px;
  padding: 0 10px;
}

 .contact_details ul li a .fa:hover, .contact_details ul li a .fa:focus {
  color: rgb(143, 28, 30);
}
#myCarousels {
  padding-bottom: 50px;
}
.safety-close img {
  position: absolute;
  top: 300px;
  z-index: 999;
  
}
.fa.fa-facebook-square {
  color: #3B5998;
}
.fa.fa-linkedin-square {
  color: #0077B5;
}
a:hover, a:active, a:focus {
  color: rgb(143, 28, 30);
  text-decoration:none;
}
#myModal1 .modal-header {
  min-height: 63.43px;
  padding: 15px;
}
.states-support-desc{
  color: rgb(255, 255, 255);
  text-align:center;
}
.solution-desc {
 
  text-align:center;
}
.ie .solution-desc {
    text-align: center;
    position: relative;
    top: 106px !important;
}

iframe #player .video-wrapper {
  background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
}
/* 9th Feb */
.states-support{
	position:relative;
}
.location1 > address {
  left: 421px;
  position: absolute;
  top: 128px;
}
.location2 address {
  left: 446px;
    top: 124px;
	position:absolute;
}
.location3 > address {
left: 466px;
    top: 98px;
	position:absolute;
}
.location4 > address {
  left: 495px;
    top: 150px;
	position:absolute;
}
.location5 > address {
  left: 208px;
  position: absolute;
  top: 85px;
}
.location6 > address {
   left: 560px;
	position: absolute;
	top: 156px;
}
.location7 > address {
  left: 303px;
  position: absolute;
  top: 87px;
}
.location8 > address {
  left: 314px;
  position: absolute;
  top: -20px;
}
.location9 > address {
  left: 494px;
  position: absolute;
  top: 114px;
}
.location10 > address {
  left: 448px;
  position: absolute;
  top: -48px;
}
.location11 address {		
		left: 595px;		
		top: 54px;		
		position: absolute;		
	}
ul.maplocation li{
	display:inline-block;
	float:left;
	z-index:9999;
}
ul.maplocation li address {
  background: #fff none repeat scroll 0 0;
  border: 2px solid;
  font-size: 13px;
  margin: 0 auto;
  padding: 15px;
  text-align: left;
  width: 18.8%;
  display:none;
  z-index:9999;
}

.state-map {
  max-width: 1028px;
  margin: 0 auto;
  position: relative;
}
ul.maplocation li:hover address{
	display:block;
}
ul.maplocation li:hover address::after {
  bottom: -6px;
  color: #fff;
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 32px;
  height: 25px;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 25px;
}
ul.maplocation li.location7 address li {
  clear: both;
}
 .ie map .location1 area::after {
    width: 26px;
    left: 510px;
    top: 273px;
    height: 40px;
    position: absolute;
    content: "(a)";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location2 area::after {
    left: 540px;
    top: 279px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location3 area::after {
    left: 560px;
    top: 236px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location4 area::after {
    left: 588px;
    top: 286px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
	opacity:0;
}

.ie map .location5 area::after {
    left: 301px;
    top: 224px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location6 area::after {
    left: 580px;
    top: 246px;
    height: 20px;
    width: 18px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.ie map .location7 area::after {
    left: 397px;
    top: 219px;
    height: 20px;
    width: 18px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
	opacity: 0;
}

.ie map .location8 area::after {
    left: 406px;
    top: 150px;
    height: 21px;
    width: 20px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
	opacity: 0;
}


.ie map .location9 area::after {
    left: 587px;
    top: 265px;
    height: 21px;
    width: 19px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
	opacity: 0;
}
.ie map .location10 area::after {
    left: 536px;
    top: 197px;
    height: 21px;
    width: 18px;
    position: absolute;
    content: "[a]";
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    overflow: hidden;
    opacity: 0;
}

.markets-images{
	display:none;
}
.markets-images.active{
	display:block;
}

#myModal2 .modal-dialog li {
  list-style: outside none none;
  margin: 15px 0;
}
#myModal2 .modal-dialog li h4 {
  color: #8F1C1E;
}
#menu-loginmenu{
	display: inline-block;
    position: relative;
    width: 100%;
    z-index: 99;
}
#menu-loginmenu li{
	display:inline-block;
	float:left;
	width:45%;
	text-align:center;
}
#menu-loginmenu li a {
 
  color: #808284;
  display: inline-block;
  font-family: "HelveticaNeueLTStd-Bd";
  font-size: 14px;
  text-transform: uppercase;
  
}
#menu-loginmenu li a:hover {
  color: #2F3992;
  
}
#menu-loginmenu li:nth-child(1)::after {
  content: "||";
  font-size: 21px;
  font-weight: bold;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: -1;
}

.modal-header.saftey_model {
  min-height: 60px;
}
#careers h4 {
  color: #2F3992;
  font-size: 24px;
  margin-bottom: 21px;
}
#careers .careers-link {
    padding: 50px 0;
}
/*Saftey*/
.top-section, .nate_section {
  background-color: #F4F4F4;
}
.safety-terms {
  background-color: #8F1C1E;
  position: relative;
}
.saftey-logo img {
  width: 70px;
}
.top-section img {
	position: absolute;
	top: -200px;
	width: 480px;
}
aside section.saftey-logo.pull-right {
	padding: 40px 0;
}
.top-section.paddingTB {
	padding-bottom: 100px;
	padding-top: 100px;
}
.saftey-logo {
  padding: 40px 10px 15px;
}
.top-section p, .safety_committee p, .nate_section p, .safety_last_section p {
  font-size: 16px;
  line-height: 25px;
  padding: 30px 0;
  color: #000;
}
.safety_last_section p {
padding:0;
}
.last-section1 .safety-image img {
  width: 70px;
}
.safety-terms1 .safety-terms-image {
  background-color: #2B2E34;
}
.safety-terms2 .safety-terms-image {
  background-color: #C3842D;
}
.safety-terms3 .safety-terms-image {
  background-color: #979381;
}
.sefety-desc p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0;
 
}
.safety-image img {
  width: 200px;
}
.sefety-desc ul {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  list-style: inside none disc;
}
.safety-terms-image {
  color: #fff;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.safety_committee .red {
  color: #2F3992;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
}
.safety_committee h2.ttl {
  color: #000;
  font-size: 28px;
  line-height: 35px;
}
.top-section h2 {
  color: #2B2E34;
  font-size: 40px;
  text-transform: capitalize;
}
.top-section p {
  font-size: 22px;
  line-height: 30px;
}
.safety-terms-image img {
  max-width: 50px;
}
.safety-terms-image > div {
  padding: 0 10px;
}
.safety-terms .safety-terms-image::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #2B2E34 transparent transparent transparent;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
.safety-terms2 .safety-terms-image::before {
  border-color: #C3842D transparent transparent transparent;
}
.safety-terms3 .safety-terms-image::before {
  border-color: #979381 transparent transparent transparent;
}
.safety-terms-title h2 {
  text-align: center;
  max-width: 55%;
  font-size: 22px;
}
.safety_comite_text {
  margin-left: 50px;
}
.safety_committee .master-slider-parent {
  max-width: 780px !important;
}
.nate-container {
  width: 68%;
  margin: auto;
  position: relative;
  min-height: 350px;
}
.nate-container::before {
  content: '';
  position: absolute;
  left: -130px;
  top: 0;
  bottom: 0;
  background: url(../images/braces.png);
  background-size: 100%;
  width: 66px;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.nate-container::after {
  content: '';
  position: absolute;
  right: -130px;
  top: 0;
  bottom: 0;
  background: url(../images/braces.png);
  background-size: 100%;
  width: 66px;
  background-repeat: no-repeat;
}
.nate-container > p {
  text-align: center;
}
.nate-container > p img {
  max-width: 400px;
}
.nate_right_img {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.nate_left_text {
  width: 78%;
  display: inline-block;
  vertical-align: middle;
}
.nate_left_text p {
  font-size: 18px;
  padding: 6px 0;
}
.nate_left_text p a{
  color: #3678C1;
}
.nate_left_text p strong {
  font-style: italic;
}
.safety_committee .ms-info h3 {
  padding-top: 20px;
  font-size: 22px;
}
.safety-image figure {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.safety-image {
    width: 100%;
    height: 130px;
    position: relative;
    margin-bottom: 55px;
}
.safety_last_section {
  padding: 30px 0;
}
.safety-desc p {
  max-width: 70%;
  font-size: 18px;
  margin: auto;
}
.safety-desc p a {
  font-size: 20px;
  font-weight: bold;
  color: #1E78C1;
}
.saftey-logo.pull-right .container {
  padding: 0 15px;
}
body.page-template-safety  #sidebar{
  display: none;
}
body.page-template-safety #mainContent {
  box-shadow: none !important;
  margin-left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}
body.page-template-safety {
  border-width: 80px 20px;
  border-color: #8F1C1E;
  border-style: solid;
}
.saftey-close {
  position: absolute;
  top: -104px;
  right: 0px;
  padding: 10px 16px !important;
  background: #fff;
  color: #8F1C1E;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
}
.page-template-safety .logo-sm{
	display: none !important;
}
/*14-11-2017*/
.header_banner{
	position: relative;
	z-index: 999;
	top: 140px;
	left: 0;
}
.cmp-v {
  margin: 15px auto auto;
  max-width: 900px;
  padding-bottom: 56.66%;
  position: relative;
  width: 100%;
}
#player1 {
  height: 100%;
  position: absolute;
  width: 100%;
}
/* 15-05-2018 */

.page-template-leebrice .saftey-logo.pull-right {
  padding: 0;
  height: 0;
}
.page-template-leebrice .saftey-close {
  top: -64px;
}
.lee_bac_clr {
  padding: 50px 0;
}
body.page-template-leebrice p {
	line-height: 28px;
}
.lee_content {
	margin-bottom: 40px;
}
body.page-template-safety.page-template-leebrice {
	color: #000;
}
.page-template-leebrice h3 {
	font-size: 20px;
/*	font-weight: 900;*/
/*	font-family: 'HelveticaNeue_Light';*/
}
.parker_date {
  font-size: 29px;
  color: #993333;
  padding: 20px 0;
}
.parker_details > div {
  display: inline-block;
  width: 50%;
  float: left;
}
.parker_details > div .tkts_parker {
  padding: 20px 60px;
  background: #669933;
  color: #fff;
  font-size: 28px;
  border-radius: 10px;
  display: table;
  margin: auto;
  font-weight: 900;
}
.parker_details > div > img {
  max-width: 215px;
  display: table;
  margin: 10px auto 0;
}
.bottom_sec_lee {
  background: #d7d8da;
    padding: 50px 0;
}
.lee_bottom {
  background: #000;
  display: table;
}
.core_calue_sub {
  background: #fff;
  display: inline-block;
  width: 100%;
    text-align: center;
font-size: 17px;
padding: 10px;
}
.lee_bottom > .col-sm-9 {
	padding-right: 0;
}
.lee_bottom > .col-sm-9 h2 {
	color: #fff;
	text-align: center;
	padding: 10px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'HelveticaNeue_Light';
}
.core_calue_sub > p {
  max-width: 90%;
  margin: 0 auto 10px;
  text-align: left;
}
.bottom_sec_lee .core_calue_sub p {
  line-height: 22px;
}
.core_calue_sub > .col-sm-3 {
	border-right: 5px solid #ccc;
    min-height: 190px;
}
.core_calue_sub > .col-sm-3:last-child {
	border-right: 0px solid #ccc;
}
.lee_bottom > div {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.lee_bottom .core_value_img {
	max-width: 250px;
    min-height: 240px;
}
.core_calue_sub .core_heading {
	color: #bf2026;
	padding: 0 15px;
	display: inline-block;
}
.parker_ticket {
	margin-top: -30px;
}
#sidebar .contact_details > address {
	margin-bottom: 0;
}
.lee_content > h3 {
	margin-bottom: 10px;
}
.lee_content > h3 {			/*date: 07-06-2018 */
	margin-bottom: 10px;
	font-size: 40px;
	text-align: center;
}
.parker_img img {			/*date: 07-06-2018 */
	width: 100%;
}
.lee_bottom > .col-sm-3 {
	text-align: center;
}
.lee_banner img {		/*date: 07-06-2018 */
	width: 100%;
	margin-top: 10px;
}
/* date: 08-06-2018 */
.parker_img a img{		
	width: auto;
	display:block;
	margin:0 auto;
}
.parker_img a{
	display:inline-block;
}
.parker_img {
	text-align:center;
}
/*26-06-2018 start*/
section.video_home_page {
	position: relative !important;
	overflow: hidden !important;
	padding: 0 0 56.2777% !important;
	height: 0;
	top: 1px;
	background: url(vid-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.video_home_page #featured_video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	background: transparent;
}
.video_home_page h2 {
	font-size: 72px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 40px;
	position: absolute;
	z-index: 9;
	bottom: 30px;
	font-family: 'HelveticaNeueCondensed';
}
.safty_quality {
	padding: 50px 0 90px 0;
}
.safty_quality h2 {
	color: #030303;
    text-align: center;
    font-size: 35px;
    font-family: 'ChaletNewYorkNineteenSixty';
    margin-bottom: 30px;
}
.safty_quality p {
	color: #6E6F71;
    font-size: 16px;
    line-height: 30px;
    font-family: 'ChaletLondonNineteenSixty';
    padding: 0 28px;
}
.section_director{
	padding: 55px 0 0 0;
}
.section_director h2{
	color: #030303;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1.6px;
    font-family: 'ChaletNewYorkNineteenSixty';
    margin-bottom: 38px;
    text-transform: uppercase;
}
.section_director h2.project_ttl{
	margin: 40px 0 28px 0;
	clear: both;
}
.dir_text{
	text-align: center;
	padding: 14px 0;
	min-height: 140px;
}
.dir_text h4 {
    font-family: 'HelveticaNeueCondensed';
    font-weight: normal;
    color: #000;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.dir_text p {
    font-family: 'ChaletNewYorkNineteenSixty';
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #808285;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.dir_text p.common_link a {
    color: #FBD901;
}
.section_director .mangers_list {
    padding: 0 7px;
}
.section_director .mangers_list h4{
	font-size: 16px;
}
#our-team{
	padding: 0 0 56px 0;
}
.cnt_form {
    width: 52%;
    float: right;
    padding: 0 38px;
}
.cnt_form .form-horizontal .form-group{
	margin-right: 0;
    margin-left: 0;
    margin-bottom: 21px;
}
.cnt_form .form-horizontal > div{
	padding: 0;
}
.cnt_form .form-horizontal .form-group input,.cnt_form .form-horizontal .form-group textarea{
	border: none;
    background: #fff; 
	color: #000;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 100%;
	border-radius: 2px;
}
.cnt_form .form-horizontal .form-group textarea{
	height: 85px;
	resize:  none;
}
.address_section,
.locations-block{
	background: #fff;
}

#contact .address_section h4{
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: none;
}
.branch_details p.common_link a,.affiliated_details p.common_link a {
    color: #00AEEF;
}
.branch_details{
	text-align: left;
	padding: 25px 20px;
}
.branch_details p,.affiliated_details p{
	margin: 0 0 6px 0;
	line-height: 23px;
	text-transform: none;
	font-family: 'ChaletLondonNineteenSixty';
	font-size: 15px;
}
.branch_office{
	padding-bottom: 45px;
}
.affiliated_details{
	text-align: left;
	padding: 14px 20px;
	min-height: 220px; 
}
.carrer_top {
	padding: 50px 0 0 0;
	display: flex;
}
.carrer_at_eastex h2{
	text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2.2px;
    color: #000;
}
.career_cnt {
	background: #F1F2F2;
	padding: 15px;
	min-height: 502px;
	height: calc(100% - 35px);
}
.list_points{
	padding: 35px 15px 15px 15px;
}
.list_points ul li{
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 10px 0;
}
.career_jobs{
	padding: 50px 22px 70px 22px;
	text-align: center;
}
.career_jobs h2{
	text-align: center;
	margin: 0 0 15px 0;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2.2px;
    color: #000;
}
.career_title{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2.2px;
    color: #000;
    font-family: 'HelveticaNeueLTStd-Bd';
    padding: 0;
    float:  none;
    display:  table-cell;
    vertical-align: middle;
}
.career_title p{
	margin: 15px 0 0 0;
	font-size: 15px;
	line-height: 26px;
	font-family: 'ChaletLondonNineteenSixty';
	letter-spacing: 0;
	color: #000;
}
.applynow{
	text-align: right;
	float:  none;
	vertical-align: middle;
	display:  table-cell;
}
.applynow button{
	background: #F9DA07 none repeat scroll 0 0;
	border: 0 none;
	font-size: 18px;
	font-weight: normal;
	min-width: 125px;
	text-align:  center;
	height: 34px;
	line-height: 34px;
	color: #231F20;
	padding: 0 4px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: uppercase;
	font-family: 'HelveticaNeueCondensed';
	display: inline-block;
	outline: none;
}
.career_list{
	padding: 0;
	border-bottom: 1px solid #E7E7E8;
	padding-bottom: 24px;
	margin-bottom: 24px;
	display:  table;
	text-align: left;
}
.career_jobs .pagination{
	margin: 0;
}
.career_jobs .page-numbers{
	font-family: 'ChaletLondonNineteenSixty';
}
.career_jobs .page-numbers.current,.career_jobs .page-numbers:hover{
	color: #00AEEF;
}
.parallaxBg {
	padding: 0;
	height: 90vh;
	max-height: 750px;
}
.footer_cnt{
	padding: 35px 55px;
}
.footer_cnt img{
	width: auto;
	height: 270px;
	margin: 0 0 10% 0;
}
.footer_cnt p,.footer_cnt span{
	color: #fff;
	font-family: 'ChaletNewYorkNineteenSixty';
}
.footer_cnt p{
	font-size: 30px;
    line-height: 30px;
    margin: 0 0 18px 0;
}
.footer_cnt span{
	font-size: 20px;
	line-height: 20px;
}
.footer_cnt p.common_link{
	margin: 0;
}
.footer_cnt p.common_link a{
	color: #FBD901;
}
#myModal .modal-dialog{
	width: 50%;
}
#myModal .modal-header .close{
	float: none;
    position: absolute;
    right: -6px;
    top: 0;
	z-index: 99;
}
#myModal .form-horizontal{
/*	max-width: 600px;*/
	margin: 0 auto;
}
#myModal .form-horizontal .form-group{
	margin-right: 0;
	margin-left: 0;
}
#myModal .form-horizontal .form-group input{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
	outline: none;
	padding: 0 15px;
	font-size: 16px;
}
#myModal .form-horizontal .form-group input[type="file"]{
	border: none;
	padding: 0;
	line-height: 15px;
}
#myModal input[type="submit"]{
	background: #F9DA07 none repeat scroll 0 0;
	border: 0 none;
	font-size: 18px;
	font-weight: normal;
	min-width: 125px;
	text-align:  center;
	height: 34px;
	line-height: 34px;
	color: #231F20;
	padding: 0 4px 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: uppercase;
	font-family: 'HelveticaNeueCondensed';
	display: inline-block;
	outline: none;
}
.process_desktop{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 100%;
    text-align: left;
}
#services .paddingTB {
    padding-bottom: 50px;
    padding-top: 50px;
	background: radial-gradient(#fff, #fff, #EBEBEB);
	background: -webkit-radial-gradient(#fff, #fff, #EBEBEB);
	background: -moz-radial-gradient(#fff, #fff, #EBEBEB);
	background: -ms-radial-gradient(#fff, #fff, #EBEBEB);
}
.expertice_cnt_in {
	width: 98px;
	height: 98px;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -49px;
	margin-top: -49px;
	text-align: center;
	line-height: 95px;
	box-shadow: 0 1px 10px 0px #666;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.expertice_cnt_in img {
	width: auto;
	height: 45px;
}
.expertice_cnt {
	width: 118px;
	height: 118px;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 40px;
	box-shadow: 0 13px 13px -10px #666;
}
.process-pic1 .expertice_cnt {
	background: #25b4ce;
}
.process-pic2 .expertice_cnt {
	background: #86d1ef;
}
.process-pic3 .expertice_cnt {
	background: #d1e4f0;
}
.process-pic4 .expertice_cnt {
	background: #d4dfe7;
}
.process-pic5 .expertice_cnt {
	background: #bec7ce;
}
.process-pic6 .expertice_cnt {
	background: #adb2b8;
}
.process-pic7 .expertice_cnt {
	background: #919293;
}
.expertice_cnt::before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	border-left: 45px solid #0000;
	border-right: 45px solid #0000;
	border-top: 62px solid #fff;
	margin-left: -45px;
	z-index: -1;
}
.process-pic1 .expertice_cnt:before{
	border-top-color: #25b4ce;
}
.process-pic2 .expertice_cnt:before{
	border-top-color: #86d1ef;
}
.process-pic3 .expertice_cnt:before{
	border-top-color: #d1e4f0;
}
.process-pic4 .expertice_cnt:before{
	border-top-color: #d4dfe7;
}
.process-pic5 .expertice_cnt:before{
	border-top-color: #bec7ce;
}
.process-pic6 .expertice_cnt:before{
	border-top-color: #adb2b8;
}
.process-pic7 .expertice_cnt:before{
	border-top-color: #919293;
}
.process-pic1:hover .expertice_cnt_in, .process-pic2:hover .expertice_cnt_in, .process-pic3:hover .expertice_cnt_in, .process-pic4:hover .expertice_cnt_in, .process-pic5:hover .expertice_cnt_in, .process-pic6:hover .expertice_cnt_in, .process-pic7:hover .expertice_cnt_in{
	background: #FBD901;
}
.exp_brd{
	position: absolute;
	bottom: -40px;
	left: 50%;
	display: inline-block;
	vertical-align: middle;
	content: " ";
	border-right: 45px solid transparent;
	border-left: 45px solid transparent;
	border-top: 62px solid #fff;
	width: 0;
	height: 0;
	margin-left: -45px;
	z-index: -1;
}
.process-pic1 .exp_brd {
    border-top-color: #25b4ce;
}
.process-pic2 .exp_brd {
    border-top-color: #86d1ef;
}
.process-pic3 .exp_brd {
    border-top-color: #d1e4f0;
}
.process-pic4 .exp_brd {
    border-top-color: #d4dfe7;
}
.process-pic5 .exp_brd {
    border-top-color: #bec7ce;
}
.process-pic6 .exp_brd {
    border-top-color: #adb2b8;
}
.process-pic7 .exp_brd {
    border-top-color: #919293;
}

/*********** 27-03-2019 ***********/
.expertise .post-slider-markets{
	position: absolute;
	top: auto;
	bottom: 0;
	left:0;
	right:auto;
	background: #fff; 
	width:50px; 
	height:50px;
	overflow:hidden;
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
	opacity: 0;
	display: block;
}
.act .post-slider-markets{
	width: 100%;
	height: calc(100% - 77px);
	/*height:auto;*/
	opacity: 1;
	margin-bottom: 30px;
}
/*.expertise:hover .post-slider-markets{ display: block;opacity: 1;width: 100%;height: calc(100% - 47px);}*/
.expertise .carousel .item .post-ttl{ text-align: left !important; margin: 0  !important;padding: 10px 0px 15px 0px  !important;}
.expertise .carousel .item .post-cont p{color: #6E6F71  !important;font-size: 16px  !important;line-height: 30px  !important;font-family: 'ChaletLondonNineteenSixty'  !important;}
.post-slider-markets ul{ margin-bottom: 0px;}
.services .post-slider-solutions{
	position: absolute;
	top: auto;
	bottom: 0;
	left:0;
	right:auto;
	background: #fff; 
	width:50px; 
	height:50px;
	overflow:hidden;
	-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
	opacity: 0;
	display: block;
}
.act .post-slider-solutions{
	width: 100%;
	height: calc(100% - 77px);
	/*height:auto;*/
	opacity: 1;
	margin-bottom: 30px;
}
/*.services:hover .post-slider-solutions{ display: block;opacity: 1;width: 100%;height: calc(100% - 47px);}*/
.services .carousel .item .post-ttl{ text-align: left !important; margin: 0  !important;padding: 10px 0px 15px 0px  !important;}
.services .carousel .item .post-cont p{text-align: left !important; color: #6E6F71  !important;font-size: 16px  !important;line-height: 30px  !important;font-family: 'ChaletLondonNineteenSixty'  !important;}
.solution-fimg{ margin-top: 20px;}
.blockSec.expertise{ min-height:auto;}
.blockSec.services{ min-height:auto;}
.hist-ttl{ text-align: center;    padding: 55px 0 0 0;}
.hist-ttl h2 {
    color: #030303;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1.6px;
    font-family: 'ChaletNewYorkNineteenSixty';
    margin-bottom: 38px;
    text-transform: uppercase;
}
.history-content p {
    color: #6E6F71;
    font-size: 16px;
    line-height: 24px;
    font-family: 'ChaletLondonNineteenSixty';
    padding: 0 5px;
}
.hstry_btm {
    color: #6E6F71;
    font-size: 16px;
    line-height: 24px;
    font-family: 'ChaletLondonNineteenSixty';
    padding: 0 0px;
    margin-top: 30px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.history-image{margin-top: 7px;}
/*mediaqueries*/
@media (min-width:1500px) {
.core_calue_sub > .col-sm-3 {
	min-height: 150px;
}
.core_calue_sub .core_heading {
	padding: 0 45px;
}
}

@media (min-width: 1400px){
	.safety_call{
		position: relative;
		left: -20%;
		width: 60%;
	}
	.safety_call h2,  #company ul li {
		font-size: 18px;
	}
	.location1 > address {
  left: 428px;
  position: absolute;
  top: 21px;
}
.location2 address {
  left: 453px;
  position: absolute;
  top: 60px;
}
.location3 > address {
  left: 472px;
  position: absolute;
  top: 47px;
}
.location4 > address {
  left: 500px;
  position: absolute;
  top: 100px;
}
.location5 > address {
  left: 213px;
  position: absolute;
  top: 52px;
}
.location6 > address {
  left: 565px;
  position: absolute;
  top: 60px
}
.location7 > address {
  left: 308px;
  position: absolute;
  top: -26px;
}
.location8 > address {
  left: 318px;
  position: absolute;
  top: -122px;
}
.location9 > address {
  left: 498px;
  position: absolute;
  top: 20px;
}
	.history-image{height: 400px; overflow: hidden;}
.history-content{height: 400px; overflow: hidden;display: table;}
.history-content p{ display: table-cell; vertical-align: middle;}
}
@media ( max-width: 1366px){
.safety-terms-title h2 {
  text-align: center;
  max-width: 65%;
  font-size: 18px;
  margin-top: 5px;
}
.top-section img {
  top: -180px;
}
.nate_left_text p {
  font-size: 16px;
}
.nate_left_text {
  width: 76%;
}
.top-section h2 {
  color: #2B2E34;
  font-size: 35px;
}
.location10 > address {
  top: 62px;
}
.location11 address {
	left: 595px;
	top: 142px;
	position: absolute;
}
.career_cnt{
	min-height: 550px;
}
}
@media ( max-width:1280px) { 
 .ie map .location1 area::after {
    left: 479px;
    top: 270px;
 }
.ie map .location2 area::after {
    left: 508px;
    top: 278px;
    
}
.ie map .location3 area::after {
    left: 529px;
    top: 234px;
   
}

.ie map .location4 area::after {
    left: 555px;
    top: 285px;
    
}

.ie map .location5 area::after {
    left: 270px;
    top: 223px;
    
}
.ie map .location6 area::after {
    left: 548px;
    top: 244px;
    
}

.ie map .location7 area::after {
    left: 365px;
    top: 218px;
   
}
.ie map .location8 area::after {
    left: 373px;
    top: 148px;
    
}
.ie map .location9 area::after {
    left: 554px;
    top: 263px;
   
}

.location1 > address {
  left: 400px;
  top: 130px;
}
.location2 > address {
  left: 425px;
  top: 125px;
}
.location3 > address {
  left: 445px;
}

.location4 > address {
  left: 470px;
}

.location5 > address {
  left: 185px;
  top: 68px;
}
.location6 > address {
  left: 465px;
}

.location7 > address {
  left: 285px;
}
.location8 > address {
  left: 290px;
  top: -40px;
}
.location9 > address {
    left: 470px;
   
}
.location10 > address {
  left: 421px;
  position: absolute;
  top: 40px;
}
.location11 address {		
	left: 567px;		
	top: 102px;		
	position: absolute;		
}
.nate_left_text {
  width: 70%;
}
.top-section img {
  top: -170px;
}

.custom-logo-link > img {
	max-width: 220px;
}
.process-pic1, .process-pic2, .process-pic3, .process-pic4, .process-pic5, .process-pic6, .process-pic7 {
	width: 106px;
	margin: 0 1px;
}

.expertice_cnt {
	width: 105px;
	height: 105px;
}
.expertice_cnt_in {
	width: 90px;
	height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	line-height: 90px;
}
.expertice_cnt_in img {
    height: 50px;
}
.expertice_cnt::before {
	bottom: -30px;
	left: 50%;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 45px solid #fff;
	margin-left: -35px;
}
.exp_brd{
    bottom: -30px;
	left: 50%;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 45px solid #fff;
	margin-left: -35px;
    z-index: -1;	
}
.proces-cont ul li {
    margin: 0 12px;
}
.process-pic1::before, .process-pic2::before, .process-pic3::before, .process-pic4::before, .process-pic5::before, .process-pic6::before, .process-pic7::before {
	width: 83px;
	height: 83px;
	top: 7px;
	left: 8px;
}
.proces-cont ul li{
	margin: 0 10px;
}
.proces-cont .process_anim {
	max-width: 810px;
}
}
@media ( max-width:1200px) { 		
	    .location1 > address {		
	        left: 378px;		
	        top: 110px;		
	    }		
	    .location2 > address {		
	        left: 400px;		
	        top: 104px;		
	    }		
	    .location3 > address {		
	        left: 420px;		
	    }		
	    .location4 > address {		
	        left: 450px;		
	    }		
	    .location5 > address {		
	        left: 162px;		
	        top: 68px;		
	    }		
	    .location6 > address {		
	        left: 490px;
			top: 153px;		
	    }		
	    .location7 > address {		
	        left: 256px;		
	        top: 45px;		
	    }		
	    .location8 > address {		
	        left: 265px;		
	        top: -66px;		
	    }		
	    .location9 > address {		
	        left: 446px;		
	        top: 74px;		
	    }		
	    .location10 > address {		
	        left: 396px;		
	        top: 0px;		
	    }		
	    .location11 address {		
	        left: 545px;		
	        top: 82px;		
	    }	
	.custom-logo-link > img {
    	max-width: 200px;
	}
	.dir_text h4{
		font-size: 16px;
	}
.expertice_cnt {
	width: 105px;
	height: 105px;
}
.expertice_cnt_in {
	width: 90px;
	height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	line-height: 80px;
}
.expertice_cnt::before {
	border-left: 35px solid #0000;
	border-right: 35px solid #0000;
	border-top: 55px solid #fff;
	margin-left: -35px;
	bottom: -32px;
}
.exp_brd{
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 55px solid #fff;
    position: absolute;
    margin-left: -35px;
    left: 50%;
    bottom: -32px;	
}
.expertice_cnt_in img {
	height: 40px;
}
}
@media (min-width:1025px) and (max-width:1199px){
.logo-sm.hidden-lg.hidden-xs {
  display: none;
}
}
@media ( max-width:1100px) { 
	.section_director {
		padding: 25px 0 0 0;
	}
	.branch_office {
		padding-bottom: 15px;
	}
	.section_director h2{
		margin-bottom: 20px;
	}
	.carrer_top {
		padding: 30px 0 0 0;
	}
	.career_cnt{
		min-height: 502px;
	}
	.process-pic1, .process-pic2, .process-pic3, .process-pic4, .process-pic5, .process-pic6, .process-pic7 {
		width: 100px;
	}
	.proces-cont ul li {
		margin: 0 6px;
	}
	.process-pic1::before, .process-pic2::before, .process-pic3::before, .process-pic4::before, .process-pic5::before, .process-pic6::before {
		width: 85px;
		height: 85px;
		top: 3px;
		left: 8px;
	}
	.process_desktop,.process_mobile{
		text-align: center;
	}
	.process_mobile:before{
		width: 78%;
	}
	.expertice_cnt {
		width: 90px;
		height: 90px;
	}
.expertice_cnt_in {
	width: 76px;
	height: 76px;
	margin-left: -38px;
	margin-top: -38px;
	line-height: 75px;
}
}
@media ( max-width:1024px) { 
    body {
  padding-top: 110px;
}
body.page-template-safety{
  padding: 0px !important;
}
.saftey-logo {
  padding: 15px 10px 15px;
}
    #expertise .carousel-inner{
        min-height: inherit;
    }
    .video-sec {
        padding: 40px 20px;
    }
    #expertise {
        padding-bottom: 0px;
    }
    .custom-logo-link > img {
        display: table;
        height: auto;
        margin: 0 auto;
        max-width: 90px;
    }
   body #sidebar {
        left: 0;
        transition:transform 0.5s;
        transform:translateX(-100%);
        z-index: 9999;
        width: 35%;
    }
    #mainContent {
        margin-left: 0;
        width: 100%;
    }
    .logo-sm {
        box-shadow: 0 0 5px;
        background: #f2f2f2;
        position: fixed;
        top: 0;
        width: 100%;   
        z-index: 9999;
    }
    
    .logo-sm .custom-logo-link {
        left: 50%;
        margin-left: -30px;
        padding: 5px 10px;
        position: absolute;
    }
    .logo-sm a {
        background-color: #f2f2f2;
        display: block;
        padding: 10px;
    }
    #menu {
        background-color: #f2f2f2;
        cursor: pointer;
        float: left;
        height: auto;
        margin:22px 0;
        padding: 8px 20px;
    }
    .menu_icn i {
        background-color: #000;
        display: block;
        height: 2px;
        margin: 15px auto;
        padding: 0;
        width: 50px;
    }
    .menu_active #sidebar {
        transform:translateX(0);
        z-index: 9999;
		top: 120px; 
    }
    #close > i {
        cursor: pointer;
        height: 1px;
        margin: 0;
        position: absolute;
        top: 15px;
        transform-origin: center center 0;
        width: 100%;
    }
    #close > i:first-child {
        transform: rotate(45deg);
    }
    #close > i:last-child {
        transform: rotate(-45deg);
    }
    #close {
        cursor: pointer;
        height: 30px;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        z-index: 9;
    }
    /*venkatesh*/ 
   
    .cont.text-right.fadeInser > p {
        float: right;
        max-width: 230px;
    }
    .cont.fadeInser > p {
        max-width: 225px;
    }
	.proces-cont ul li:nth-child(2n+2) {
  bottom: 62px;
  top: auto;
}
    .proces-cont ul li.analytics {
        left: 5px;
    }
    .proces-cont ul li.insight {
        left: 23vw;
    }
    .proces-cont ul li.personalized {
        left: 33vw;
    }
    .proces-cont ul li.transformation {
        left: 45vw;
    }
    .proces-cont ul li.coaching {
        left: 65vw;
    }
    .proces-cont ul li.sustainability {
        left: 72vw;
    }
    .blockSec {
        min-height: auto;
    }
    body .ls-v5 .ls-nav-prev, body .ls-v5 .ls-nav-next{
        z-index: 99;
    }
	.proces-cont ul li.analytics {
  left:44px;
}
.proces-cont ul li.personalized {
  left: 39vw;
}
.proces-cont ul li.coaching {
  left: 65vw;
}
.proces-cont ul li.transformation {
  left:58vw;
}
.proces-cont ul li.sustainability {
  left: 69vw;
}
.img_pop_up {
  margin: 0 0 25px;
  max-width: 100%;
}
#contact.blockSec .text-center.emailinfo .container {
  padding: 12px 130px;
}
#contact .parallaxBg {
  background-attachment: inherit;
  background-position: 0 0;
}
.img_pop_up > img {
  margin-right: 10px;
}
.location1 > address {
  left: 426px;
   top: 130px;
}
.location2 address {
  left: 450px;
   top: 120px;
}
.location3 > address {
  left: 470px;
}
.location4 > address {
  left: 500px;
}
.location5 > address {
  left: 213px;
   top: 90px;
}
.location6 > address {
  left: 490px;
}
.location7 > address {
  left: 305px;
   top: 80px;
}
.location8 > address {
  left: 315px;
   top: -28px;
}
.location9 > address {
  left: 498px;
   top: 110px;
}
.location10 > address {
  left: 448px;
   top: 58px;
}
.location11 address {		
		left: 596px;		
		top: 142px;		
		position: absolute;		
	}






.ie map .location1 area::after {
    left: 512px;
    top: 270px;
}
.ie map .location1 > address {
    left: 425px;
    top: 134px;
}

.ie map .location2 area::after {
    left: 540px;
    top: 279px;
}
.ie map .location2 > address {
    left: 450px;
    top: 125px;
}
.ie map .location3 area::after {
    left: 560px;
    top: 236px;
}

.ie map .location3 > address {
    left: 468px;
}
.ie map .location4 area::after {
    left: 588px;
    top: 286px;
}

.ie map .location4 > address {
    left: 497px;
}
.ie map .location5 area::after {
    left: 302px;
    top: 223px;
}

.ie map .location5 > address {
    left: 210px;
    top: 87px;
}
.ie map .location6 area::after {
    left: 580px;
    top: 246px;
}

.ie map .location6 > address {
    left: 471px;
    top: 100px;
}
.ie map .location7 area::after {
    left: 398px;
    top: 219px;
}

.ie map .location7 > address {
    left: 308px;
}
.ie map .location8 area::after {
    left: 406px;
    top: 150px;
}

.ie map .location8 > address {
    left: 316px;
    top: -22px;
}
.ie map .location9 area::after {
    left: 587px;
    top: 265px;
}


.ie map .location9 > address {
    left: 495px;
}
.safty_quality {
    padding: 32px 0 65px 0;
}
.services_block{
	width: 620px;
    height: 620px;
}
.midl-logo{
	top: -25px;
}
#services .paddingTB {
    padding-bottom: 180px;
}
/*04-01-2019*/
.post-slider-solutions-inner, .post-slider-markets-inner {
	left: 0;
}
/*04-01-2019 end*/
}
@media (max-width:980px){
.location1 > address {
  left: 388px;
  top: 150px;
}
.location2 address {
  left: 412px;
  top: 145px;
}
.location3 > address {
  left: 435px;
  top: 140px;
}
.location4 > address {
  left: 460px;
  top: 170px;
}
.location5 > address {
  left: 175px;
  top: 105px;
}
.location6 > address {
  left: 450px;
  top: 130px;
}
.location7 > address {
  left: 269px;
  top: 85px;
}
.location8 > address {
  left: 280px;
  top: 15px;
}
.location9 > address {
  left: 460px;
  top: 130px;
}
.location10 > address {
  left: 408px;
}
/*safety*/

.top-section img {
  top: -180px;
}
.nate_left_text {
  width: 74%;
}
}
@media ( max-width:991px) { 
.parker_details > div {
	width: 100%;
}
.parker_details > div .tkts_parker{
    margin-top: 10px;
}
.parker_details > div .tkts_parker, .parker_details > div > img {
	margin-left: 0;
}
.lee_bottom > div {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
}
.lee_bottom > .col-sm-9 h2 {
	color: #000;
	background: #fff;
	padding: 20px 0;
	display: inline-block;
	width: 100%;
}
.parker_ticket {
	margin-top: 0px;
}
.video_home_page h2 {
	font-size: 60px;
}
.section_director h2.project_ttl {
    margin: 20px 0 20px 0;
}
#our-team {
    padding: 0 0 26px 0;
}
#contact h4 {
    font-size: 16px;
}
.list_points ul li {
    font-size: 14px;
    line-height: 16px;
}
.list_points {
    padding: 20px 8px 8px 8px;
}
.career_jobs {
    padding: 30px 15px 40px 15px;
}
}
@media ( max-width:979px) { 
    .expertise_slider_images {
        margin: 0 auto;
        max-width: 655px;
        width: 100%;
    }
	.modal-dialog {
    width:auto;
}
    #markets li {
        max-width: 250px;
		margin-right:20px;
    }
    .blubSec .cont p, .proces-cont li p {
        font-size: 12px;
        line-height: normal;
    }
    .blubSec .cont h3, .proces-cont li h2 {
        font-size: 21px;
        line-height: normal;
    }
    .cont.fadeInser > p {
        max-width: 149px;
    }
    .cont.text-right.fadeInser > p {
        float: right;
        max-width: 128px;
    }
	.video-sec .text-center iframe {
  width: 100%;
  height:54vw;
}
#menu {
  margin-left: 10px;
}
.video-sec .col-sm-7.col-md-offset-5 {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.safety-terms-title h2 {
  text-align: center;
  max-width: 75%;
  font-size: 16px;
  margin-top: 5px;
}
.safety-terms .safety-terms-image::before {
  border-width: 15px 40px 0 40px;
  bottom: -15px;
}
.nate_left_text {
  width: 68%;
}

}
@media (min-width:1024px) and (max-width:1120px){
.dir_text{ min-height: 140px; }	
}

@media (min-width:768px) and (max-width:1024px){
/*.menu_icn { display: none;}*/
}

@media (min-width:768px) and (max-width:992px){
.process-pic1 {
  left: 19px;
  top: 21px;
}
    .proces-cont ul li.analytics,
    .proces-cont ul li.personalized,
    .proces-cont ul li.coaching{
        bottom: 10px;
    }
    .proces-cont ul li.insight,
    .proces-cont ul li.transformation,
    .proces-cont ul li.sustainability{
        top: 30px;
    }
    #markets.blockSec {
        min-height: 600px;
    }
    .blubSec > div.process .cont {
        transform: matrix(1, 0, 0, 1, 0, 8);
    }
    .blubSec > div.structure .cont {
        transform: matrix(1, 0, 0, 1, -1, 0);
    }
	.culture .log-img {
  bottom: -104px;
  left: 0;
}
    .results_content h3{
        font-size: 14px;
    }
    .view_more_studies {
        margin-bottom: 34px;
        margin-top: 34px;
    }
    .proces-cont ul li h2 {
        font-size: 12px;
    }
.process-pic2 {
  bottom: 52px;
  left: 25.8%;
}
.process-pic3 {
  left: 49.1%;
  top: 21px;
}
.process-pic4 {
  bottom: 53px;
  left: 72.3%;
}
.process-pic5 {
  left: 77.1%;
  top: 62px;
}
.process-pic6 {
  bottom: 49%;
  left: 83.5%;
}
#markets li {
  max-width: 220px;
}
/*
.process_anim{
	margin-right:-10px;
}
*/
.proces-cont ul li.analytics, .proces-cont ul li.personalized, .proces-cont ul li.coaching {
  bottom: auto;
}
.proces-cont ul li.insight, .proces-cont ul li.transformation, .proces-cont ul li.sustainability {
  top: auto;
  left: 177px;
  bottom: 42px;
}

.proces-cont ul li.analytics {
  left:-6px;
}
.proces-cont ul li.personalized {
  left:45vw;
}
.proces-cont ul li.coaching {
  left:71vw;
}
.proces-cont ul li.transformation {
  left: 69vw;
}
.proces-cont ul li.sustainability {
  left: 74vw;
  max-width: 196px !important;
}


.blockSec .nav.nav-tabs.tabs-left{
	margin-left:-40px;
}
.blubSec .process .btn-title {
  margin-top: 15px;
}
.process_mobile li:nth-child(2n) a.btn-markets {
  margin-top: 15px;
}
ul.maplocation li address{
	width:22.8%;
}
.location1 > address {
  left: 308px;
  top: 109px;
}
.location2 address {
  left: 332px;
  top: 120px;
}
.location3 > address {
  left: 350px;
}
.location4 > address {
  left: 375px;
  top: 145px;
}
.location5 > address {
  left: 100px;
  top: 65px;
}
.location6 > address {
  left: 368px;
  top: 105px;
}
.location7 > address {
  left: 190px;
  top: 40px;
}
.location8 > address {
  left: 202px;
  top: -44px;
}
.location9 > address {
  left: 375px;
  top: 105px;
}
.location9 > address {
  left: 375px;
  top: 105px;
}
.location10 > address {
left: 388px;
}
.location11 address {		
	    left: 557px;		
	    top: 142px;		
	    position: absolute;		
	}
 .ie map .location1 area::after {
    width: 26px;
    left: 384px;
    top: 263px;
 }
.ie map .location2 area::after {
    left: 412px;
    top: 270px;
    
}
.ie map .location3 area::after {
    left: 431px;
    top: 228px;
   
}

.ie map .location4 area::after {
    left: 457px;
    top: 277px;
    
}

.ie map .location5 area::after {
    left: 179px;
    top: 216px;
}
.ie map .location6 area::after {
    left: 450px;
    top: 237px;
    
}

.ie map .location7 area::after {
    left: 271px;
    top: 211px;
}
.ie map .location8 area::after {
    left: 281px;
    top: 145px;
    
}
.ie map .location9 area::after {
    left: 457px;
    top: 257px;
   
}

 .ie map .location1 > address {
    left: 308px;
    top: 105px;
}
.ie map .location2 address {
    left: 330px;
    top: 120px;
}

.ie map .location3 > address {
    left: 350px;
    top: 95px;
}

.ie map .location4 > address {
    left: 378px;
    top: 145px;
}

.ie map .location5 > address {
    left: 100px;
    top: 65px;
}

.ie map .location6 > address {
    left: 370px;
    top: 105px;
}

.ie map .location7 > address {
    left: 190px;
    top: 40px;
}

.ie map .location8 > address {
    left: 200px;
    top: -44px;
}

.ie map  .location9 > address {
    left: 375px;
    top: 105px;
}
/*
.process_mobile:before {
    width: 74%;
}
.proces-cont .process_anim {
    padding: 70px 0 50px;
}
.process-pic1, .process-pic2, .process-pic3, .process-pic4, .process-pic5, .process-pic6 {
    width: 106px;
}
.proces-cont ul li {
    margin: 0 3px;
    width: 106px;
}
*/
.dir_text{min-height: 130px;}
}
@media (max-width:980px){
.location1 > address {
  left: 388px;
  top: 150px;
}
.location2 address {
  left: 412px;
  top: 145px;
}
.location3 > address {
  left: 435px;
  top: 140px;
}
.location4 > address {
  left: 460px;
  top: 170px;
}
.location5 > address {
  left: 175px;
  top: 105px;
}
.location6 > address {
  left: 450px;
  top: 130px;
}
.location7 > address {
  left: 269px;
  top: 85px;
}
.location8 > address {
  left: 280px;
  top: 15px;
}
.location9 > address {
  left: 460px;
  top: 130px;
}
.location10 > address {		
	  left: 408px;		
	}
.top-section img {
  position: absolute;
  top: -170px;
}
.safety-desc p {
  max-width: 86%;
  font-size: 16px;
  margin: auto;
  line-height: 22px;
}
}
@media (max-width:800px){
.safety_call {
  width: 80%;
}
.location1 > address {
  left: 320px;
  top: 135px;
}
.location2 address {
  left: 345px;
  top: 130px;
}
.location3 > address {
  left: 365px;
  top: 100px;
}
.location4 > address {
  left: 392px;
  top: 155px;
}
.location5 > address {
  left: 105px;
  top: 72px;
}
.location6 > address {
  left: 385px;
  top: 110px;
}
.location7 > address {
  left: 200px;
  top: 85px;
}
.location8 > address {
  left: 210px;
  top: -44px;
}
.location9 > address {
  left: 390px;
  top: 115px;
}
.location10 > address {
  left: 340px;
  top: 60px;
}
.location11 address {		
		left: 488px;		
		top: 102px;		
		position: absolute;		
	}
.top-section h2 {
  font-size: 28px;
}
.top-section p, .safety_committee p, .nate_section p, .safety_last_section p {
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0;
}
.top-section img {
  position: absolute;
  top: -150px;
}
.nate-container::before, .nate-container::after {
  width: 76px;
}
.safety-image {
  margin-bottom: 15px;
}
.safety-desc p {
  max-width: 86%;
  font-size: 16px;
  margin: auto;
  line-height: 22px;
  padding: 0px;
}
}
@media ( min-width:768px) {
.mobile-srvc{ display: none;}
.headr_logo{ display: block;}
.ftr_logo{ display: none;}
}
@media ( max-width:768px) {
.desk-src{ display: none;}
.safety_call {
  border: 1px solid #000;
  margin-bottom: 0px;
  margin-right: 43px;
  margin-top: 20px;
  width: 100%;
  float: none;
  background:#fff;
}
.location1 > address {
  left: 308px;
  top: 109px;
}
.location2 address {
  left: 332px;
  top: 120px;
}
.location3 > address {
  left: 350px;
}
.location4 > address {
  left: 375px;
  top: 145px;
}
.location5 > address {
  left: 100px;
  top: 65px;
}
.location6 > address {
  left: 368px;
  top: 105px;
}
.location7 > address {
  left: 190px;
  top: 40px;
}
.location8 > address {
  left: 202px;
  top: -44px;
}
.location9 > address {
  left: 375px;
  top: 105px;
}
.location10 > address {
  left: 328px;
  top: 35px;
}
.location11 address {		
		left: 470px;		
		top: 102px;		
		position: absolute;		
	}
.emailinfo > div > div {
	display: block !important;
	width: 100%;
	text-align: center;
}
.emailinfo .socil_footer ul {
  margin: auto;
  width: 200px;
}
}
@media ( max-width:767px) {

iframe {
  width: 100%;
}
.safety-close > img {
  width: 20px;
}
	body #sidebar {
        left: 0;
        transition:none;
        transform:none;
        z-index: 9999;
        width: 35%;
    }
    body {
        padding-top: 0px;
    }
    .menu_icn i {
        margin: 6px auto;
		width:34px;
    }
   .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
    .logo-sm .custom-logo-link {
        margin-left: -30px;
    }
    .blubSec > div.results .cont {
        transform: matrix(1, 0, 0, 1, 80, -13);
    }
    .blubSec > div.culture .cont {
        transform: matrix(1, 0, 0, 1, 81, -100);
    }
    .blubSec > div.process .cont {
        transform: matrix(1, 0, 0, 1, 71, -41);
    }
    .blubSec > div.strategy .cont {
        transform: matrix(1, 0, 0, 1, -221, -67);
    }
    .blubSec > div.structure .cont {
        transform: matrix(1, 0, 0, 1, -344, -117);
    }
    .blubSec > div.people .cont {
        transform: matrix(1, 0, 0, 1, -274, -200);
    }
    #solutions .container {
        max-width: 100%;
        width: 100%;
    }
    .people p,
    .strategy p,
    .structure p,
    .culture p,
    .process p,
    .results p,
	.wireless p,
	.electrical p,
	.site p,
	.sitedev p{
		font-size: 18px;
		line-height: normal;
		color: #000;
		line-height: 18px;
		font-family: 'HelveticaNeueCondensed';
		text-transform: uppercase;
    }
    body #sidebar {
        width: 100%;   
		position:inherit;
		padding:12px 5%;
    }
    #company p {
        font-size: 16px;
        line-height: 24px;
    }
    h3.ttl {
        font-size: 22px;
        margin-bottom: 10px;
    }
	.custom-logo-link > img {
		max-width:140px;
	}
	.modal-content .container {
  max-height: 400px;
  overflow-y: scroll;
  padding: 32px;
  font-size: 14px;
}
.modal-dialog h2 {
  font-size: 23px;
  margin: 5px 0;
}

    #sidebar{
        width: 100%;
    }
    #contact h4 {
        font-size: 20px;
        margin: 15px 0;
    }
    .carousel-indicators {
        bottom: 0;
    }
    .carousel {
        padding-bottom: 45px;
        margin-top: 25px;
    }
    .results_content {
        margin-bottom: 45px;
    }
    .expertise_slider_images li {
        margin: 20px 8px;
        max-width: 200px;
    }
    .view_more_studies {
        margin: 20px 0;
    }
    .carousel-inner h2 {
        margin-top: 30px;
        font-size: 26px;
    }
    .proces-cont ul li:nth-child(2n+1) {
        bottom: 9vw;
    }
    .proces-cont {
        padding: 30px 0;
    }
    .cont.fadeInser > p {
        max-width: 149px;
    }
    .cont.text-right.fadeInser > p {
        max-width: 100px;
    }
    .blubSec > div.results .cont {
        transform: matrix(1, 0, 0, 1, 189, -13);
    }
    .blubSec > div.strategy .cont {
        transform: matrix(1, 0, 0, 1, -273, -130);
    }
    .blubSec > div.process .cont {
        transform: matrix(1, 0, 0, 1, 218, -72);
    }
    .blubSec > div.culture .cont {
        transform: matrix(1, 0, 0, 1, 215, -170);
    }
    .blubSec > div.people .cont {
        transform: matrix(1, 0, 0, 1, -304, -258);
    }
    .blubSec > div.structure .cont {
        transform: matrix(1, 0, 0, 1, -384, -187);
    }
    .blubSec .cont p, .proces-cont li p {
        font-size: 12px;
        line-height: normal;
    }
    .blubSec .cont h3, .proces-cont li h2 {
        font-size: 18px;
        line-height: normal;
    }
	.process_mobile{
		margin: 0;
		padding: 0;
	}
	.footer_cnt {
		padding: 24px 55px;
	}
	.strategy, .structure, .people, .culture, .process, .results,
	.wireless,
	.electrical,
	.site,
	.sitedev {
	  margin: 15px 0;
	}
	ul.process_mobile li {
	  position: relative;
	  top:auto;
	  bottom:auto;
	}
	#markets ul.process_mobile li {
  max-width: 100%;
  margin:0px 0 25px;
}
	.proces-cont ul li.analytics {
  left: auto;
}
.proces-cont ul li.insight {
  left: auto;
  top: 0;
}
.proces-cont ul li.personalized {
  left: auto;
}
.proces-cont ul li.transformation {
  left: auto;
  top:auto;
  bottom:auto;
}
.proces-cont ul li.coaching {
  left: auto;
}
.proces-cont ul li.sustainability {
  left: auto;
  right:auto;
  top:auto;
}
.proces-cont ul li:nth-child(2n+1) {
  bottom: auto;
}
.proces-cont ul li.analytics::before {
  border-top: 10px solid #715496;
  border-bottom:none;
}
.proces-cont ul li.personalized::before {
  border-top: 10px solid #95c0c0;
  border-bottom:none;
}
.proces-cont ul li.coaching::before {
  border-top: 10px solid #f5ae39;
  border-bottom:none;
}
ul.process_mobile li > figure {
  margin-bottom: 8px;
}
.proces-cont ul li.personalized::before, .proces-cont ul li.insight::before, .proces-cont ul li.analytics::before, .proces-cont ul li.personalized::before, .proces-cont ul li.coaching::before, .proces-cont ul li.sustainability::before, .proces-cont ul li.transformation::before{
	top:auto;
	display:none;
}
.proces-cont ul li::after, .proces-cont ul li:nth-child(2n+2)::after{
	background:none;
	top:inherit;
	display:none;
}
.blubSec .strategy .cont h3, .bulbsec-mobile .strategy .cont h3{
	margin-bottom:4px;
}
#menu{
	margin-bottom:18px;
}
.text-center.emailinfo span {
  display: block;
}
.modal-header .close{
	padding-bottom:7px;
}
.ttlBg{
	padding-top:15px;
}
.parallaxBg {
	background-attachment:inherit;
	-webkit-background-attachment:inherit;
}
.process_anim{
	padding:0;
}
.post-slider-solutions .carousel-control, .post-slider-markets .carousel-control {
  width: 20px;
}
.post-slider-solutions .carousel-control.left, .post-slider-markets .carousel-control.left {
  left: 6px;
}
.post-slider-solutions .carousel-control.right, .post-slider-markets .carousel-control.right {
  right: 6px;
}
.master > li, .post-cont li{
	margin-left:0;
	width:100%;
}
.ms-layer h2 {
  font-size: 290%;
  line-height: 26px;
}
#contact.blockSec .text-center.emailinfo .container {
  margin: 0;
  padding: 12px 20px;
}
.emailinfo a {
  margin-right: 0;
}
.bulbsec-mobile .cont .thumbnail.text-center > img {
  max-width: 87px;
   margin-top: -16px;
}
.results_content > figure {
  text-align: center;
}

#contact .parallaxBg{
	background-position:0 0;
}
.mb-prct {
  background: #ccc;
  color: #000;
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px;
  width: 100%;
  position:relative;
}
.mb-prct:after{
	content:"";
	font-family:FontAwesome;
	font-size:16px;
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:8px;
}
.blockSec .nav.nav-tabs.tabs-left{
	margin-left:0;
}
.proces-cont .process_anim {
  padding: 5px 0 0px;
}
map .maplocation li address{
	width:184px;
}
.process_mobile li:nth-child(2n) a.btn-markets {
  margin-top: 12px;
}
.emailinfo .socil_footer ul {
  margin: auto;
  width: 150px;
}
.emailinfo {
	text-align: center;
}
.top-section img {
  position: relative;
  top: 0;
  max-width: 350px;
  display: block;
  margin: auto;
}
.safety-terms-title h2 {
  max-width: 100%;
}
.safety-terms-image .safety-terms-title {
  width: 80%;
  text-align: center;
}
.safety-terms-image > div {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.nate-container {
  width: 78%;
}
.nate-container::before {
  left: -60px;
}
.nate-container::after {
  right: -60px;
}
.nate_left_text p {
  font-size: 16px !important;
  padding: 0 0 10px !important;
}
.nate_left_text {
  width: 100%;
}
.nate_right_img {
  width: 150px;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.nate-container::before, .nate-container::after {
  width: 54px;
  background-size: 100% 100%;
}
.safety_comite_text {
  margin-left: 0;
}
.safety-terms2 {
  padding: 60px 0;
}
/* 15-05-2018 */
.core_calue_sub > .col-sm-3 {
	border-right: 0px solid #ccc;
	border-bottom: 5px solid #ccc;
	padding: 15px 0;
}
.core_calue_sub > .col-sm-3:last-child {
	border-bottom: 0px solid #ccc;
}
.core_calue_sub > .col-sm-3 {
    min-height: auto;
}
.cnt_form {
    width: 65%;
    padding: 0 28px;
}
.career_cnt {
    min-height: 470px;
    margin-bottom: 24px;
}
.career_list{
	display: block;
}
.applynow,.career_title{
	display: block;
}
.career_title p {
    font-size: 13px;
    line-height: 20px;
	margin: 15px 0;
}
#contact .address_section h4 {
    font-size: 17px;
    margin: 15px 0;
}
.branch_details p, .affiliated_details p{
	font-size: 13px;
	line-height: 16px;
}
.branch_details {
    padding: 14px 10px;
}
.affiliated_details {
    padding: 8px 12px;
    min-height: 150px;
}
.career_jobs {
    padding: 0 15px 20px 15px;
}
.career_title p {
    margin: 8px 0;
}
.footer_cnt img {
    height: 200px;
    margin: 0 0 12% 0;
}
.footer_cnt p {
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 13px 0;
}
.footer_cnt span {
    font-size: 16px;
    line-height: 18px;
}
.footer_cnt p.common_link {
    font-size: 20px;
    line-height: 20px;
}
.parallaxBg {
    height: 410px;
}
.video_home_page h2 {
    font-size: 50px;
}
.safty_quality h2{
	font-size: 26px;
	margin-bottom: 16px;
}
.safty_quality p {
    font-size: 14px;
    line-height: 24px;
}
.safty_quality {
    padding: 22px 0 35px 0;
}
.mobile_solutions{
	display: inline-block;
	border: 1px solid #e4e4e4;
}
.mobile_bg{
	padding: 35px 15px;
	width: 180px;
}
.mobile_solutions:hover .mobile_bg{
	background: #FBD901 !important;
}
.mobile_bg img{
	width:auto;
	height: 57px;
}
.caption{
	padding:10px;
}
#services .paddingTB {
    padding-bottom: 35px;
    padding-top: 55px;
}
.process_mobile:before{
	display: none;
}
.proces-cont ul li{
	display: block;
    position: static;
    margin: 0 auto 25px auto;
    max-width: inherit;
    text-align: center;
    width: 140px;
}
#myModal .modal-dialog {
    width: 90%;
}
.proces-cont ul li:before, .proces-cont ul li:after{
	display: none;
}
.expertice_cnt {
	width: 140px;
	height: 140px;
	margin-bottom: 55px;
}
.expertice_cnt_in {
    width: 115px;
    height: 115px;
    margin-left: -57px;
    margin-top: -57px;
    line-height: 115px;
}
.blubSec > div,.blubSec > svg.sitedev{
	display: block;
    width: 100%;
    text-align: center !important;
    min-height: inherit;
    transform-origin: unset !important;
    margin: 0;
}
.blubSec > div.strategy {
    bottom: auto;
    top: -70px;
	transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
}
.blubSec > div.strategy .services_cnt,.blubSec > div.structure .services_cnt,.blubSec > div.people .services_cnt,.blubSec > div.culture .services_cnt,.blubSec > div.process .services_cnt,.blubSec > div.wireless .services_cnt,.blubSec > div.electrical .services_cnt,.blubSec > div.site .services_cnt,.blubSec > div.results .services_cnt, .services_cnt{
	transform: rotate(-18deg) translate(43px,13px);
    -webkit-transform: rotate(-18deg) translate(43px,13px);
    -moz-transform: rotate(-18deg) translate(43px,13px);
    -ms-transform: rotate(-18deg) translate(43px,13px);
    -o-transform: rotate(-18deg) translate(43px,13px);
}
.blubSec > div.structure,.blubSec > div.people ,.blubSec > div.culture ,.blubSec > div.process ,.blubSec > div.wireless ,.blubSec > div.electrical ,.blubSec > div.site ,.blubSec > div.results,.blubSec > svg.sitedev{
    transform: matrix(1, 0, 0, 1, 0, 0) rotate(0deg);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) rotate(0deg);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0) rotate(0deg);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0) rotate(0deg);
    -o-transform: matrix(1, 0, 0, 1, 0, 0) rotate(0deg);
}
.blubSec > div.structure{
	top: 135px;
}
.blubSec > div.people {
    top: 340px;
}
.blubSec > div.wireless {
    top: 543px;
}
.blubSec > div.electrical {
    top: 748px;
}
.blubSec > div.site{
	top: 945px;
}
/*
.blubSec > div.electrical{
	top: 1148px;
}
.blubSec > div.site{
	top: 1350px;
}
*/
.blubSec > svg.sitedev {
    transform: matrix(1, 0, 0, 1, 44, 0) rotate(-18deg) scale(0.87) !important;
    -webkit-transform: matrix(1, 0, 0, 1, 44, 0) rotate(-18deg) scale(0.87) !important;
    -moz-transform: matrix(1, 0, 0, 1, 44, 0) rotate(-18deg) scale(0.87) !important;
    -ms-transform: matrix(1, 0, 0, 1, 44, 0) rotate(-18deg) scale(0.87) !important;
    -o-transform: matrix(1, 0, 0, 1, 44, 0) rotate(-18deg) scale(0.87) !important;
    top: 1150px;
}
.blubSec > div.results{
	top: 1348px;
}

.blubSec > div:after, .blubSec > div.strategy:before, .blubSec > div.site:before{
	display: none;
}
.circleRound{
	width: 100%;
	height: 1565px;
}
.circleRound .services_svg_icon {
    transform: rotate(18deg) translate(48px,-40px) !important;
}
/* 04-01-2018*/
.circleRound {
	transform: rotate(0deg);
}
/* 04-01-2018*/
.carrer_top {
	flex-wrap: wrap;
}
.carrer_top > div {
	margin-bottom: 30px;
}
.act .post-slider-markets {
    height: calc(100% - 80px);
    top: auto;
	overflow-y: scroll;
}
.act .post-slider-solutions {
    height: calc(100% - 80px);
    top: auto;
	overflow-y: scroll;
}
.act{ /*min-height: calc(100vh - 140px);*/}
.act .process_mobile, .act .srvc{ display: none;}
.blockSec.expertise{ min-height: 100vh; height:100%; overflow: hidden;} 
.blockSec.services{ min-height: 100vh; height:100%; overflow: hidden;} 
.history-image{ margin-bottom: 30px;}
.hstry_btm{ padding: 0px 15px;margin-top: 0px;}
.history-content p, .hstry_btm{ font-size: 14px; line-height: 24px;}
.hist-ttl{ padding: 13px 0px 0 0;}
.hist-ttl h2 {
    margin-bottom: 8px;
}
.history-image {
    margin-top: 0;
}
.headr_logo{ display: none;}	
	
	
	
}

@media ( max-width:640px) {
.safety_call ul {
 
  font-size: 14px;
  
}
.location1 > address {
  left: 37%;
  top: 101px;
}
.location2 address {
  left: 40%;
  top: 114px;
}
.location3 > address {
  left: 43%;
  position: absolute;
  top: 78px;
}
.location4 > address {
  left: 46%;
  position: absolute;
  top: 101px;
}
.location5 > address {
  left: 10%;
  position: absolute;
  top: 68px;
}
.location6 > address {
  left: 45%;
  position: absolute;
  top: 85px;
}
map .maplocation li.location5:hover address::after {
  margin-left: -28px;
}

}

@media ( max-width:600px) {
iframe {
  height: inherit;
  width: 100%;
}
.video-sec .text-center iframe {
  height: 53vw;
  width: 100%;
}
.nate-container > p img {
  max-width: 220px;
}
#contact .address_section h4 {
    font-size: 15px;
    margin: 0 0 8px 0;
}
.branch_office{
	display: block;
	width: 100%;
	float: none;
}
.section_director {
    padding: 13px 0 0 0;
}
.affiliated_details {
    padding: 8px;
    min-height: 100px;
}
.branch_details {
    padding: 10px 8px;
}
.carrer_at_eastex{
	width: 100%;
	display: block;
	float: none;
}
.career_cnt{
	min-height: inherit;
}
.career_list{
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.applynow button{
	font-size: 15px;
    min-width: 102px;
	height: 28px;
    line-height: 28px;
}
.footer_cnt {
    padding: 20px 35px;
}
}
@media ( max-width:480px) {
.video-sec .text-center iframe {
  height: 53vw;
  width: 100%;
}
.top-section img {
  max-width: auto;
}
.safety-terms-image .safety-terms-title {
  width: 45%;
}
.nate-container {
  width: 58%;
}
.nate-container::before, .nate-container::after {
  width: 54px;
  background-size: 100% 100%;
}
.video_home_page h2 {
    font-size: 32px;
}
.safty_quality h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.safty_quality {
    padding: 18px 0 24px 0;
}
.cnt_form {
    width: 100%;
	float: none;
    padding: 0 20px;
}
#contact .wpcf7-submit{
	font-size: 16px;
    min-width: 85px;
    height: 30px;
    line-height: 30px;
}
.cnt_form .form-horizontal .form-group {
    margin-bottom: 12px;
}
.section_director h2 {
    margin-bottom: 8px;
}
.affiliated_office{
	width: 100%;
	display: block;
	float: none;
}
.footer_cnt p {
    font-size: 20px;
    line-height: 20px;
}
.footer_cnt {
    padding: 30px 25px;
    text-align: center;
}
.blubSec > div.strategy .services_cnt, .blubSec > div.structure .services_cnt, .blubSec > div.people .services_cnt, .blubSec > div.culture .services_cnt, .blubSec > div.process .services_cnt, .blubSec > div.wireless .services_cnt, .blubSec > div.electrical .services_cnt, .blubSec > div.site .services_cnt, .blubSec > div.results .services_cnt, .services_cnt {
    transform: rotate(-18deg) translate(34px,0);
    -webkit-transform: rotate(-18deg) translate(34px,0);
    -moz-transform: rotate(-18deg) translate(34px,0);
    -ms-transform: rotate(-18deg) translate(34px,0);
    -o-transform: rotate(-18deg) translate(34px,0);
}
.blubSec > svg.sitedev {
    transform: matrix(1, 0, 0, 1, 32, 0) rotate(-18deg) scale(0.87) !important;
    -webkit-transform: matrix(1, 0, 0, 1, 32, 0) rotate(-18deg) scale(0.87) !important;
    -moz-transform: matrix(1, 0, 0, 1, 32, 0) rotate(-18deg) scale(0.87) !important;
    -ms-transform: matrix(1, 0, 0, 1, 32, 0) rotate(-18deg) scale(0.87) !important;
    -o-transform: matrix(1, 0, 0, 1, 32, 0) rotate(-18deg) scale(0.87) !important;
    top: 1150px;
}	
}


@media ( max-width:380px) {
.video-sec .text-center iframe {
  height: 52vw;
  width: 100%;
}
.location1 > address {
  left: 25%;
  top: 10px;
}
.location2 address {
  left: 29%;
  top: 11px;
}
.location3 > address {
  left: 31%;
  top: -10px;
}
.location4 > address {
  left: 34.5%;
  top: 0;
}
.location5 > address {
  left: 4.5%;
  top: -10px;
}
.location6 > address {
  left: 34%;
  top: -4px;
}
.nate-container > p img {
  max-width: 180px;
}
.top-section img {
  max-width: 285px;
}
.top-section h2 {
  font-size: 22px;
}
.top-section p, .safety_committee p, .nate_section p, .safety_last_section p {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}
.safety_committee .red {
  font-size: 18px;
}
.safety_committee h2.ttl {
  font-size: 20px;
}
}
@media ( max-width:320px) {
.video-sec .text-center iframe {
  height: 52vw;
  width: 100%;
}
.location1 > address {
  left: 23%;
  top: -3px;
}
.location2 address {
  left: 83px;
  top: -3px;
}
.location3 > address {
  left: 92px;
  top: -18px;
}
.location4 > address {
  left: 103px;
  top: -14px;
}
.location5 > address {
  left: 8px;
  top: -42px;
}
map .maplocation li.location5:hover address::after {
  margin-left: -28px;
}
.location6 > address {
  left: 101px;
  top: -15px;
}

}

.ftr_logo{ padding: 0px 15px; width: 100%; margin: 25px 0px; text-align: center;}
.logo_fet li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.logo_fet li img{ border: 1px solid #ddd; padding:10px;}
.headr_logo{ margin-top: 40px;}
.headr_logo li{ text-align: center; margin-bottom: 25px;}

.social-links  {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 26px;
}

.social-links--center {
  justify-content: center;
}

.fa-brands.fa-square-facebook {
  color: #3b5998;
}
.fa-brands.fa-square-twitter {
  color: #1da1f2;
}
.fa-brands.fa-square-instagram {
  color: #c32aa3;
}
.fa-brands.fa-linkedin {
  color: #0a66c2;
}