body {
	padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #333;
    padding-bottom: 0px;
    background-size: auto;
    margin: 0;
	font-weight:400;
}
p, a, img, h1, form, table, tr, td, input {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {	outline: none;}
.content-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-md {
	padding-top: 30px;
	padding-bottom: 30px;
}
.content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.content-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
.GetInTouchContactBox{
background: #e4e4e4;
    padding: 10px 20px 10px 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.GetInTouchContactBox .GetInTouchContactPhone:after{
 background:url(../images/training_sprite.png) -152px -229px no-repeat;
 width:24px;
 height:24px;
 display:block;
 position:absolute;
 top:0;
 left:0;
 content:'';
}
.GetInTouchContactBox .GetInTouchContactPhone{
 font-size:15px;
 padding:0 0 0 30px;
 margin:0;
 position:relative;
 color:#333;
}
/*
font-family: 'Poppins', sans-serif;
Headings */
.banner_wrapper {
 background:#24244d;
 padding:30px 0;
    overflow: hidden;
	position:relative;
}
.banner_wrapper .BannerRightContent{
}
.banner_wrapper .BannerRightContent ul{
 padding:0;
 margin:0;
}
.banner_wrapper .BannerRightContent ul li{
padding:0px 0 15px 70px;
 margin:10px 0;
 position:relative;
}
.banner_wrapper .BannerRightContent ul li:after{
 width:46px;
 height:46px;
 position:absolute;
 top:15px;
 left:0;
 display:block;
background:url(../images/manpower/manpower-sprite.png) 0 0 no-repeat;
display:block;
content:'';
}
.banner_wrapper .BannerRightContent ul li h2{
 font-size:38px;
 color:#54c058;
 padding:0 0 5px 0;
 margin:0;
 line-height:46px;
 font-weight:800;
 font-family: 'Poppins', sans-serif;
}
.banner_wrapper .BannerRightContent ul li p{
 font-size:20px;
 line-height:20px;
 color:#FFF;
 padding:0;
 margin:0;
}
.ManpowerSection1{
 position:relative;
 background:#ededed;
}
.ManpowerSection1:after{
 position:absolute;
 width: 50%;
 content:'';
 background:#FFF;
 height:100%;
 display:block;
 top:0;
 left:0;
 z-index:1;
}
.ManpowerSection1 .WhyAskehs{
 position:relative;
 z-index:2;
 padding:40px 0 90px;
}
.ManpowerSection1  .DownloadButton{
 position:relative;
 z-index:2;
 padding:24px 55px 16px 25px;
 font-size:18px;
 font-family: 'Poppins', sans-serif;
 background:#24244d;
 overflow:hidden;
 color:#a7dd78;
}
.ManpowerSection1  .DownloadButton:hover{
 background:#3ba33f;
 overflow:hidden;
 color:#000000;
 text-decoration:none;
}
.DownloadButtonRow{
 position:absolute;
  bottom:16px;
  right:0;
  text-align:right;
  
}
.ManpowerSection1  .DownloadButton:after{
    height: 0;
    content: '';
    border-top: 13px solid #ffffff;
    border-right: 260px solid transparent;
    border-left: 0px solid transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.ManpowerSection1  .DownloadButton:before{
    /* width: 0; */
    transform: skew(-12deg, 0deg);
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    background: #FFF;
    top: 0;
    content:'';
    left: -22px;
}
.ManpowerSection1  .DownloadButton i{
 width:24px;
 height:24px;
 display:block;
 position:absolute;
 top:24px;
 right:20px;
 background:url(../images/manpower/manpower-sprite.png) -55px -1px no-repeat;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ManpowerSection1  .DownloadButton:hover i{
 background:url(../images/manpower/manpower-sprite.png) -55px -25px no-repeat;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ManpowerSection1 .WhyAskehs h1{
 font-size:36px;
 color:#a7dd78;
  padding:0;
  font-weight:800;
 margin:0 0 33px;
}
.ManpowerSection1 .WhyAskehs h1 span{
  background:#24244d;
  position:relative;
     padding: 20px 60px 15px 20px;
     overflow:hidden;
  
}

.ManpowerSection1 .WhyAskehs h1 span:before{
    /* width: 0; */
    height: 0;
    content: '';
    border-top: 18px solid #ffffff;
    border-left: 300px solid transparent;
    border-right: 0px solid transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.ManpowerSection1 .WhyAskehs h1 span:after{
    /* width: 0; */
    height: 0;
    content: '';
    border-bottom: 13px solid #ffffff;
    border-left: 330px solid transparent;
    border-right: 0px solid transparent;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.ManpowerSection1 .WhyAskehs h1 span i{
    /* width: 0; */
transform: skew(25deg, 0deg);
width:30px;
height:100%;
display:block;
position:absolute;
background:#FFF;
top:0;
right:-10px;
}
.ManpowerSection1 .WhyAskehs ul {
 padding:0;
 margin:0;
}
.ManpowerSection1 .WhyAskehs ul li{
padding:5px 0 12px 32px;
 margin:0;
 position:relative;
 font-weight:normal;
 color:#333333;
 font-size:16px;
 font-family: 'Poppins', sans-serif;
 line-height:28px;
}
.ManpowerSection1 .WhyAskehs ul li:after{
 width:20px;
 height:20px;
 display:block;
 position:absolute;
 left:0;
 top:9px;
 content:'';
 background:url(../images/manpower/manpower-sprite.png) -3px -55px no-repeat
}
.ManpowerSection1 .PlacementDuration{
 padding:30px 0 0 0;
}
.ManpowerSection1 .PlacementDuration h2{
 font-size:32px;
 color:#24244d;
 padding:10px 0 10px 0;
 margin:0;
 font-weight:800;
 font-family: 'Poppins', sans-serif;
 text-align:center;
}
.ManpowerSection1 .PlacementDuration h2:after{
 width:100px;
 height:1px;
 overflow:hidden;
 background:#999999;
 margin:20px auto 10px;
 content:'';
 display:block;
}
.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}
.ExploreEHSCareerRow{
 position:absolute;
  bottom:16px;
  left:0;
  text-align:left;
  
}
.ManpowerSection1 .ExploreEHSCareerButton {
    position: relative;
    z-index: 2;
    padding: 24px 55px 16px 25px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    background: #54c058;
    overflow: hidden;
    color: #000000;
}
.ManpowerSection1 .ExploreEHSCareerButton:hover {
    background: #14143a;
     text-decoration:none;
    overflow: hidden;
    color: #54c058;
}
.ManpowerSection1  .ExploreEHSCareerButton:after{
height: 0;
    content: '';
    border-top: 13px solid #ededed;
    border-left: 260px solid transparent;
    border-right: 0px solid transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.ManpowerSection1  .ExploreEHSCareerButton:before{
    /* width: 0; */
    transform: skew(12deg, 0deg);
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    background: #ededed;
    top: 0;
    content:'';
    right: -22px;
}
.ManpowerSection1  .ExploreEHSCareerButton i{
 width:24px;
 height:24px;
 display:block;
 position:absolute;
 top:24px;
 right:20px;
 background:url(../images/manpower/manpower-sprite.png) -86px -1px no-repeat;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ManpowerSection1  .ExploreEHSCareerButton:hover i{

 background:url(../images/manpower/manpower-sprite.png) -86px -25px no-repeat;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ManpowerOfferSection{
 background:#e1eed5;
 padding:30px 0;
}
.ManpowerOfferSection h2{
 padding:30px 0;
 font-size:36px;
 color:#24244d;
 padding:10px 0;
 margin:0;
 font-weight:300;
 text-align:center;
 font-family: 'Poppins', sans-serif;
 line-height:44px;
}
.ManpowerOfferSection h2 span{
 padding:30px 0;
 font-size:36px;
 padding:10px 0;
 margin:0;
 font-weight:800;
}
.ManpowerOfferSection h2:after{
 width:160px;
 height:1px;
 background:#24244d;
 margin:20px  auto;
 overflow:hidden;
 display:block;
 content:'';
}
.ManpowerOffer_row {
    margin: 120px 0 105px 0;
    display: block;
    min-height:400px;
}
.ManpowerOffer_row .col_2{
 width:580px;
 position:relative;
 margin:0 0 0 0px;
 display:block;
}
.ManpowerOffer_row .col_2 .SiteProject{ position:absolute; top:50px; left:193px; width:180px; height:199px; display:block;}
.ManpowerOffer_row .col_2 .SiteProject .hex1{margin-top: 40px;  width: 180px; height: 100px; background: #FFFFFF; position: relative; text-align:center;font-size:18px; font-weight:600; color:#000000;}
.ManpowerOffer_row .col_2 .SiteProject i{width: 112px;
    height: 112px;
    position: relative;
    z-index: 99;
    display: block;
    margin: 0 auto 4px;
    background: url(../images/manpower/manpower-sprite.png) -148px -309px no-repeat;}
.ManpowerOffer_row .col_2 .SiteProject .hex1:before, .ManpowerOffer_row .col_2 .SiteProject .hex1:after { content:"";    border-left: 90px solid transparent;    border-right: 90px solid transparent;    position: absolute;    left: 0;}
.ManpowerOffer_row .col_2 .SiteProject .hex1:before{top: -60px;   border-bottom: 60px solid #FFFFFF;}
.ManpowerOffer_row .col_2 .SiteProject .hex1:after {bottom: -60px;    border-top: 60px solid #FFFFFF;}
.ManpowerOffer_row .col_2 .SiteProject .hex1 .hex_inner{ background: #e1eed5; }
.ManpowerOffer_row .col_2 .SiteProject .hex1 .hex_inner:before{ border-bottom: 59px solid #e1eed5; content:''; }
.ManpowerOffer_row .col_2 .SiteProject .hex1 .hex_inner:after{ border-top: 59px solid #e1eed5;content:'';  }
.hex_inner:before, .hex_inner:after {content: "";border-left: 89px solid transparent; border-right:89px solid transparent;position: absolute;
}
.ManpowerOffer_row .col_2 .SiteProject .hex1:before, .ManpowerOffer_row .col_2 .hex1:after{-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .SiteProject .hex1:hover:before{ border-bottom: 60px solid #FFFFFF;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .SiteProject .hex1:hover:after {border-top: 60px solid #FFFFFF;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease; }
.ManpowerOffer_row .col_2 .SiteProject .hex1:hover{background: #FFFFFF;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}


.hex_inner {top: 2px; left: 2px; width: 176px; height: 96px; background: #FFF; position: absolute; display: block; z-index: 1;}
.hex_inner:before { top: -59px; border-bottom: 59px solid #FFF; left: -1px;}
.hex_inner:after { bottom: -59px; border-top: 59px solid #FFF; left: -1px;}
.ManpowerOffer_row .col_2 i{ width:100px; height:100px}
.ManpowerOffer_row .col_2 .FireSafety{ position:absolute; top:-116px; left:100px; width:180px; height:199px; display:block;}
.ManpowerOffer_row .col_2 .FireSafety .hex1{margin-top: 40px; display:block;  width: 180px; height: 100px; background: #FFFFFF; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.ManpowerOffer_row .col_2 .FireSafety i{ width:100px; height:100px;display:block; top:-20px; position:relative; z-index:9; margin:0 auto 4px; background: url(../images/manpower/manpower-sprite.png) 4px -93px no-repeat;    -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease; }
.ManpowerOffer_row .col_2 .FireSafety .hex1:hover i, .ManpowerOffer_row .col_2 .FireSafety.active .hex1 i{ background: url(../images/manpower/manpower-sprite.png) 4px -193px  no-repeat;}
.ManpowerOffer_row .col_2 .FireSafety .hex1:before, .ManpowerOffer_row .col_2 .FireSafety .hex1:after { content:"";    border-left: 90px solid transparent;    border-right: 90px solid transparent;    position: absolute;    left: 0;}
.ManpowerOffer_row .col_2 .FireSafety .hex1:before{top: -60px;   border-bottom: 60px solid #FFFFFF;}
.ManpowerOffer_row .col_2 .FireSafety .hex1:after {bottom: -60px;    border-top: 60px solid #FFFFFF; }
.TextLabel {
    z-index: 1;
    font-size: 17px;
    color: #333;
    line-height: 20px;
    position: relative;
     font-family: 'Poppins', sans-serif;
     text-decoration:none;
     top:-20px;
}
.ManpowerOffer_row .col_2 .hex1:hover{
 text-decoration:none;
}
.ManpowerOffer_row .col_2 .hex1:hover .TextLabel, .ManpowerOffer_row .col_2 .active .hex1 .TextLabel {
    z-index: 1;
    font-size: 17px;
    color: #a7dd78;
    line-height: 20px;
    position: relative;
    text-decoration:none;
}


.ManpowerOffer_row .col_2 .Enviornment{ position:absolute;     top: -116px;    left: 288px; width:180px; height:199px; display:block;}
.ManpowerOffer_row .col_2 .Enviornment .hex1{margin-top: 40px; display:block;  width: 180px; height: 100px; background: #FFFFFF; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.ManpowerOffer_row .col_2 .Enviornment i{ width:100px; position:relative; top:-15px; z-index:9; height:100px;display:block;margin:0 auto 4px; background: url(../images/manpower/manpower-sprite.png) -103px -96px no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .Enviornment .hex1:hover i, .ManpowerOffer_row .col_2 .Enviornment.active .hex1 i {background: url(../images/manpower/manpower-sprite.png) -103px -197px no-repeat;}
.ManpowerOffer_row .col_2 .Enviornment .hex1:before, .ManpowerOffer_row .col_2 .Enviornment .hex1:after { content:"";    border-left: 90px solid transparent;    border-right: 90px solid transparent;    position: absolute;    left: 0;}
.ManpowerOffer_row .col_2 .Enviornment .hex1:before{top: -60px;   border-bottom: 60px solid #FFFFFF;}
.ManpowerOffer_row .col_2 .Enviornment .hex1:after {bottom: -60px;    border-top: 60px solid #FFFFFF;}

.ManpowerOffer_row .col_2 .HealthHygiene{ position:absolute; top:50px; left:380px; width:180px; height:199px; display:block;}
.ManpowerOffer_row .col_2 .HealthHygiene .hex1{margin-top: 40px; display:block;  width: 180px; height: 100px; background: #FFFFFF; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.ManpowerOffer_row .col_2 .HealthHygiene i{ width:100px; height:100px; top:-15px; position:relative; z-index:9;display:block;margin:0 auto 4px; background: url(../images/manpower/manpower-sprite.png) -206px -100px no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .HealthHygiene .hex1:hover i, .ManpowerOffer_row .col_2 .HealthHygiene.active .hex1 i{ background: url(../images/manpower/manpower-sprite.png) -206px -200px no-repeat;}
.ManpowerOffer_row .col_2 .HealthHygiene .hex1:before, .ManpowerOffer_row .col_2 .HealthHygiene .hex1:after { content:"";    border-left: 90px solid transparent;    border-right: 90px solid transparent;    position: absolute;    left: 0;}
.ManpowerOffer_row .col_2 .HealthHygiene .hex1:before{top: -60px;   border-bottom: 60px solid #FFFFFF; }
.ManpowerOffer_row .col_2 .HealthHygiene .hex1:after {bottom: -60px;    border-top: 60px solid #FFFFFF;} 


.ManpowerOffer_row .col_2 .LiftingRigging{ position:absolute; top:216px; left:287px; width:180px; height:199px; display:block;}
.ManpowerOffer_row .col_2 .LiftingRigging .hex1{margin-top: 40px; display:block;   width: 180px; height: 100px; background: #FFFFFF; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.ManpowerOffer_row .col_2 .LiftingRigging i{ width:100px; height:100px;display:block; top:-15px; position:relative; z-index:9; margin:0 auto 4px;  background: url(../images/manpower/manpower-sprite.png) -308px -100px no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .LiftingRigging .hex1:hover i, .ManpowerOffer_row .col_2 .LiftingRigging.active .hex1 i{background: url(../images/manpower/manpower-sprite.png) -308px -200px no-repeat;}
.ManpowerOffer_row .col_2 .LiftingRigging .hex1:before, .ManpowerOffer_row .col_2 .LiftingRigging .hex1:after { content:"";    border-left: 90px solid transparent;    border-right: 90px solid transparent;    position: absolute;    left: 0;}
.ManpowerOffer_row .col_2 .LiftingRigging .hex1:before{top: -60px;   border-bottom: 60px solid #FFFFFF;}
.ManpowerOffer_row .col_2 .LiftingRigging .hex1:after {bottom: -60px;    border-top: 60px solid #FFFFFF;} 


.ManpowerOffer_row .col_2 .SecurityAdministration{ position:absolute; top:216px; left:100px; width:180px; height:199px; display:block;}
.ManpowerOffer_row .col_2 .SecurityAdministration .hex1{margin-top: 40px; display:block;  width: 180px; height: 100px; background: #FFFFFF; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.ManpowerOffer_row .col_2 .SecurityAdministration i{ width:100px; height:100px;display:block;top: -23px; position:relative; z-index:9; margin:0 auto 4px; background: url(../images/manpower/manpower-sprite.png) -409px -96px no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .SecurityAdministration .hex1:hover i, .ManpowerOffer_row .col_2 .SecurityAdministration.active .hex1 i{background: url(../images/manpower/manpower-sprite.png) -409px -196px no-repeat;}
.ManpowerOffer_row .col_2 .SecurityAdministration .hex1:before, .ManpowerOffer_row .col_2 .SecurityAdministration .hex1:after { content:"";    border-left: 90px solid transparent;    border-right: 90px solid transparent;    position: absolute;    left: 0;}
.ManpowerOffer_row .col_2 .SecurityAdministration .hex1:before{top: -60px;   border-bottom: 60px solid #FFFFFF;}
.ManpowerOffer_row .col_2 .SecurityAdministration .hex1:after {bottom: -60px;    border-top: 60px solid #FFFFFF;} 
.ManpowerOffer_row .col_2 .SecurityAdministration .hex1 .TextLabel {
    z-index: 1;
    font-size: 17px;
    top:-33px;
    line-height: 20px;
    position: relative;
}
.ManpowerOffer_row .col_2 .Scaffolding{ position:absolute; top:50px; left:5px; width:180px; height:199px; display:block;}
.ManpowerOffer_row .col_2 .Scaffolding .hex1{margin-top: 40px; display:block;  width: 180px; height: 100px; background: #FFFFFF; position: relative; text-align:center;font-size:15px; font-weight:normal; color:#000000; line-height:22px;}
.ManpowerOffer_row .col_2 .Scaffolding i{ width:100px; position:relative; z-index:9; top:-10px; height:100px;display:block;margin:0 auto 4px; background: url(../images/manpower/manpower-sprite.png) -511px -99px no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .Scaffolding .hex1:hover i, .ManpowerOffer_row .col_2 .Scaffolding.active .hex1 i{background: url(../images/manpower/manpower-sprite.png) -511px -203px no-repeat;}
.ManpowerOffer_row .col_2 .Scaffolding .hex1:before, .ManpowerOffer_row .col_2 .Scaffolding .hex1:after { content:"";    border-left: 90px solid transparent;    border-right: 90px solid transparent;    position: absolute;    left: 0;}
.ManpowerOffer_row .col_2 .Scaffolding .hex1:before{top: -60px;   border-bottom: 60px solid #FFFFFF; z-index:0;}
.ManpowerOffer_row .col_2 .Scaffolding .hex1:after {bottom: -60px;    border-top: 60px solid #FFFFFF;z-index:0;} 



.ManpowerOffer_row .col_2 .hex1:before, .ManpowerOffer_row .col_2 .hex1:after{-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .hex1:hover:before, .ManpowerOffer_row .col_2 .active .hex1:before{ border-bottom: 60px solid #24244d;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOffer_row .col_2 .hex1:hover:after, .ManpowerOffer_row .col_2 .active .hex1:after {border-top: 60px solid #24244d;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease; }
.ManpowerOffer_row .col_2 .hex1:hover, .ManpowerOffer_row .col_2 .active .hex1{background: #24244d; text-decoration: none; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.ManpowerOfferRight{
 background:#FFF;
 padding:20px;
 margin:0;
 box-shadow: 7px 7px 0px 0px rgba(205,222,190,0.91);
-webkit-box-shadow: 7px 7px 0px 0px rgba(205,222,190,0.91);
-moz-box-shadow: 7px 7px 0px 0px rgba(205,222,190,0.91);
}
.ManpowerOfferRight h2{
font-size:30px;
 font-family: 'Poppins', sans-serif;
 padding:0px 0 10px;
 margin:0;
 font-weight:800;
 color:#24244d;
  text-align:left;
}
.ManpowerOfferRight h2:after{
 width:100px;
 height:1px;
 background:#24244d;
 padding:0;
 margin:10px 0;
 content:'';
 display:block;

}
h3.Heading3{
font-size: 22px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0 10px 0;
    margin: 0;
    font-weight: 700;
    color: #24244d;
}
ul.TrueListNormal {
    padding: 0;
    margin: 0;
}
ul.TrueListNormal li {
    padding: 5px 0 12px 27px;
    margin: 0;
    position: relative;
    font-weight: normal;
    color: #333333;
    font-size: 15px;
    line-height: 24px;
}
ul.TrueListNormal li:after {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    background: url(../images/manpower/manpower-sprite.png) -29px -58px no-repeat;
}
.IndustriesWeServeSection{
 padding:30px 40px;
}
.IndustriesWeServeSection h2.heading2 {
    padding: 30px 0;
    font-size: 22px;
    color: #24244d;
    padding: 10px 0;
    margin: 0;
    font-weight: 300;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 44px;
}
.IndustriesWeServeSection h2.heading2 span {
    padding: 30px 0;
    font-size: 36px;
    padding: 10px 0;
    margin: 0;
    font-weight: 900;
}
.IndustriesWeServeSection h2.heading2:after {
    width: 160px;
    height: 1px;
    background: #24244d;
    margin: 20px auto;
    overflow: hidden;
    display: block;
    content: '';
}

.EhsDigitalization_section .EhsDigitalization_right{


}
.EhsDigitalization_section .EhsDigitalization_right .EhsDigitalization_grid{
 padding: 1px;
}
.gridtab--2 >dt.is-active {
    background: #fff;
}
.gridtab--2 {
    padding: 2px 0 0 2px;
}
.gridtab {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
}
.gridtab--0 > dt{
    border:3px solid #FFFFFF !important;
    background:#24244d;
    border-bottom:none !important;;
}
.gridtab--0>dd {
 border:0px solid #f4f4ff !important;
 margin:-3px 0 0 0 !important ;
}
.gridtab--2 > dt {
    margin: -2px 0 0 -2px;
    min-width: calc(25% + 2px);
    width: calc(25% + 2px);
    border-width: 2px;
    padding: 25px;
    border-color: #ddd;
}
.gridtab--2>dd {
    min-width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    margin: -2px 0 0 -2px !important;
    border-width: 2px;
    border-color: #ddd;
    padding: 35px;
    background: #fff;
}
.gridtab>dd {
    z-index: 1;
    display: none;
    min-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.gridtab, .gridtab>dt, .gridtab>dd {
    margin: 0;
    padding: 0;
    position: relative;
    border: 0 solid;
}
.gridtab-2 img.GridTabImg{
 width:100%;
}
.GridTabHeading{
 font-size:16px;
 color:#FFFFFF;
 background:#24244d;
 padding:10px;
 text-align:center;
 border-top:1px solid #fff;
 margin:0;
 font-weight:normal;
}
.gridtab-2.gridtab--0 >dt.is-active .GridTabHeading{
 font-size:18px;
 color:#24244d;
 background:#f4f4ff;
 padding:20px 10px 0 10px;
 text-align:center;
 border-top:1px solid #fff;
 margin:0;
 font-weight:900;
}

.gridtab-2.gridtab--0 >dt{
 cursor:pointer;
 padding:0px;

overflow:hidden;
}

.gridtab-2.gridtab--0 >dt.is-active{
 background:none;
background: #f4f4ff;
}
.gridtab-2.gridtab--0 >dt.is-active .GridTabHeading{
 color:#24244d;
 font-weight:900;
}
.gridtab-2.gridtab--0>dd{
  background:#f4f4ff;
  margin: 0px 0 3px 0px !important;
  padding: 20px 30px 60px;
  min-width: calc(99.96% + -2px);
    max-width: calc(99.96% + -2px);
}
h3.gridtab_heading_white{
 color:#333;
 font-size:18px;
 padding:0 0 15px 0;
 margin:0;
 font-weight:600;
}
p.gridtab_NormalText_white{
 color:#333;
 font-size:15px;
 padding:0 0 15px 0;
 margin:0;
 line-height:24px;
 font-weight:normal;
}
.ViewAllClientRow {
    position: absolute;
    bottom: 16px;
    right: 0;
    text-align: right;
}
.ViewAllClientRow .ViewAllClientButton {
    position: relative;
    z-index: 2;
    padding: 24px 55px 16px 25px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    background: #24244d;
    overflow: hidden;
    color: #a7dd78;
}
.ViewAllClientRow .ViewAllClientButton:hover {
    background: #54c058;
    overflow: hidden;
    color: #000000;
    text-decoration:none;
}
.ViewAllClientRow .ViewAllClientButton:before {
    /* width: 0; */
    transform: skew(-12deg, 0deg);
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    background: #f4f4ff;
    top: 0;
    content: '';
    left: -22px;
}
.ViewAllClientRow .ViewAllClientButton:after {
    height: 0;
    content: '';
    border-top: 13px solid #f4f4ff;
    border-right: 210px solid transparent;
    border-left: 0px solid transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.ViewAllClientRow .ViewAllClientButton i {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
background: url(../images/manpower/manpower-sprite.png) -86px -25px no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ViewAllClientRow .ViewAllClientButton:hover i {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
background: url(../images/manpower/manpower-sprite.png) -86px -1px no-repeat;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
ul.MempowerClientList{
 padding:0;
 margin:0 -5px;
}
ul.MempowerClientList li{
 padding:5px;
 margin:0;
 width:130px;
 background:#FFF;
 border:1px solid #CCC;
 margin:5px;
 display:inline-block;
 min-height:100px;
 vertical-align:top;
}
ul.MempowerClientList li.IndustriesClientViewMore{
background: transparent;
 border:none;
 position:relative;
}
ul.MempowerClientList li.IndustriesClientViewMore a{
    display:block;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    padding:10px 30px 10px 10px;
    font-size:16px;
    position:relative;
    color:#204491;
    margin:25px 0 0 0;
}
ul.MempowerClientList li.IndustriesClientViewMore a:hover{
    display:block;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    padding:10px 30px 10px 10px;
    font-size:16px;
    color:#54c058;
    text-decoration:none;
}
ul.MempowerClientList li.IndustriesClientViewMore a:after{
    position: absolute;
    top: 4px;
    right: 10px;
    background: url(../images/manpower/manpower-sprite.png) -188px 1px no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    content:'';
             -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
ul.MempowerClientList li.IndustriesClientViewMore a:hover:after{
    background: url(../images/manpower/manpower-sprite.png) -188px -27px no-repeat;
             -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.IndustriesWeServeHighlighLabel{
 text-align:center;
 margin:20px 0;
}
.IndustriesWeServeHighlighLabel span{
background:#e9e9e9;
padding:10px 20px;
display:inline-block;
font-size:16px;
color:#666666;
margin:0;
font-style:italic;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.RecruitmentProcess{
 padding:30px 0;
 background:#e2e1e1;
}
.RecruitmentProcess h2{
 padding:30px 0;
}
.RecruitmentProcess h2.heading2 {
    padding: 30px 0;
    font-size: 36px;
    color: #24244d;
    padding: 10px 0;
    margin: 0;
    font-weight: 300;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 44px;
}
.RecruitmentProcess h2.heading2:after {
    width: 160px;
    height: 1px;
    background: #24244d;
    margin: 20px auto;
    overflow: hidden;
    display: block;
    content: '';
}
.RecruitmentProcess h2.heading2 span {
    padding: 30px 0;
    font-size: 36px;
    padding: 10px 0;
    margin: 0;
    font-weight: 900;
}
.DomesticIndiaRow {
    top: 0px;
    right: 0;
    text-align: left;
    left: 16px;
}
.RecruitmentProcess .DomesticIndiaTitle {
    position: relative;
    z-index: 2;
    padding: 23px 45px 14px 20px;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #24244d;
    overflow: hidden;
    color: #FFFFFF;
    display:inline-block;
}
.RecruitmentProcess .DomesticIndiaTitle:before {
    /* width: 0; */
    transform: skew(12deg, 0deg);
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    background: #e2e1e1;
    top: 0;
    content: '';
    right: -22px;
}
.RecruitmentProcess .DomesticIndiaTitle:after {
height: 0;
    content: '';
    border-top: 18px solid #e2e1e1;
    border-left: 310px solid transparent;
    border-right: 0px solid transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left:0;
}
.DomesticIndiaAccPanel{
 margin:-5px 0 0 0;
}
.DomesticIndiaAccPanel .panel-heading {
 color: #333;
    background-color: inherit;
    border-color: inherit;
    padding:0;
    margin:0;
}
.DomesticIndiaAccPanel .panel-heading a{
 color: #24244d;
    background-color: #FFFFFF;
    border-color: #ddd;
    font-size:18px;
    position:relative;
    padding: 12px 60px 12px 15px;
    display:block;
    font-weight:normal;
    text-decoration:none;
    font-weight: normal;
  
}
.DomesticIndiaAccPanel .panel-heading a span{
 width:65px;
 position:absolute;
 right:0;
 top:0;
 height:100%;
 display:block;
 background:#54c058;
 overflow:hidden;
}
.DomesticIndiaAccPanel .panel-heading a.collapsed span{
 background:#24244d;
 overflow:hidden;
}
.DomesticIndiaAccPanel .panel-heading a span:before {
    /* width: 0; */
    transform: skew(-18deg, 0deg);
    width: 30px;
    height: 131%;
    display: block;
    position: absolute;
    background: #FFF;
    top: 0;
    content: '';
    left: -22px;
}
.DomesticIndiaAccPanel .panel-heading a span:after {
 width:24px;
 height:24px;
 display:block;
 position:absolute;
top: 26%;
 right:15px;
 background: url(../images/manpower/manpower-sprite.png) -225px -32px no-repeat;
 content:'';
}
.DomesticIndiaAccPanel .panel-heading a.collapsed span:after {
 background: url(../images/manpower/manpower-sprite.png) -225px -3px no-repeat;
 content:'';
}

.BottomArrow{
  width:37px;
 height:25px;
 display:block;
  background: url(../images/manpower/manpower-sprite.png) -118px -3px no-repeat;
  z-index:2;
  position:relative;
 margin: -1px 0 0 10px;
}
p.normal_textRobo_15_PB_5 {
    font-size: 15px;
    color: #333333;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 26px;
}
.InternationalOverseasRow {
    top: 0px;
    right: 0;
    text-align: left;
    left: 16px;
}
.RecruitmentProcess .InternationalOverseasTitle {
    position: relative;
    z-index: 2;
    padding: 23px 35px 14px 20px;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: #54c058;
    overflow: hidden;
    color: #000000;
    display:inline-block;
}
.RecruitmentProcess .InternationalOverseasTitle:before {
    /* width: 0; */
    transform: skew(12deg, 0deg);
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    background: #e2e1e1;
    top: 0;
    content: '';
    right: -22px;
}
.RecruitmentProcess .InternationalOverseasTitle:after {
height: 0;
    content: '';
    border-top: 18px solid #e2e1e1;
    border-left: 380px solid transparent;
    border-right: 0px solid transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.DomesticIndiaAccPanel.InternationalOverseasPanel .panel-heading a.collapsed span {
    background: #54c058;
    overflow: hidden;
}
.MoreClientStories_Section {
    background: #FFFFFF;
    padding: 30px 0;
}
.MoreClientStories_Section .MoreClientStories_heading {
    font-size: 28px;
    color: #24244d;
    padding: 40px 0 15px 0;
    margin: 0;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    line-height: 33px;
}
.MoreClientStories_Section .MoreClientStories_NormalText {
    font-size: 16px;
    color: #2b2b2b;
    padding: 0px 0 20px 0;
    margin: 0;
    font-weight: normal;
}
.Software_CaseStudy {
    max-height: 600px;
    position: relative;
    padding: 40px 0 0 0;
}
.Software_CaseStudy .owl-stage-outer {
    overflow: hidden;
}
.Software_CaseStudy .owl-stage {
    height: 100%;
}
.Software_CaseStudy .owl-item {
    float: left;
    height: 100%;
}
.ClientStoriesBox {
    background: #e9e9e9;
    padding: 20px 20px 10px;
    margin: 0 5px;
    height: 100%;
}
.ClientStoriesBox h3 {
    font-size: 22px;
    color: #173c8d;
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: 600;
    line-height: 27px;
}
.ClientStoriesBox h5 {
    font-size: 18px;
    color: #575757;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 24px;
    font-weight: 500;
}
.ClientStoriesBox p {
    font-size: 15px;
    color: #575757;
    padding: 0 0 10px 0;
    margin: 0;
    line-height: 24px;
    font-weight: normal;
}
a.ClientStoriesViewButton {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/manpower/manpower-sprite.png) -188px 1px no-repeat;
}
.Software_CaseStudy .owl-prev {
    position: absolute;
    top: 0px;
    right: 45px;
     background: url(../images/manpower/manpower-sprite.png) -160px 1px no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    text-indent: -9999px;
    border: none;
    padding: 0;
    opacity: 0.7;
    z-index: 99;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.Software_CaseStudy .owl-prev:hover {
     background: url(../images/manpower/manpower-sprite.png) -160px -27px no-repeat;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.Software_CaseStudy .owl-next {
    position: absolute;
    top: 0px;
    right: 10px;
    background: url(../images/manpower/manpower-sprite.png) -188px 1px no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    text-indent: -9999px;
    border: none;
    padding: 0;
    opacity: 0.7;
    z-index: 99;
    border: none;
    outline: none;
         -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.Software_CaseStudy .owl-next:hover {
 background: url(../images/manpower/manpower-sprite.png) -188px -27px no-repeat;
}
.report_slider .owl-dots, .S_Testimonial .owl-dots, .Software_CaseStudy .owl-dots, .FeedbackVideoSlider .owl-dots {
    display: none;
}
.BlogSection {
    background: #e9e9e9;
    padding: 30px 0;
}
.BlogSection .BlogSection_heading {
    font-size: 28px;
    color: #24244d;
    padding: 40px 0 15px 0;
    margin: 0;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    line-height: 33px;
}
.BlogSection{
 background:#fff;
 padding:30px 0;
}

.BlogSection .BlogSection_NormalText {
    font-size: 16px;
    color: #2b2b2b;
    padding: 0px 0 20px 0;
    margin: 0;
    font-weight: normal;
}
.SoftwareBlogBox {
    background: #ececec;
    padding: 0px;
    margin: 10px 0;
}
.SoftwareBlogBox .SoftwareBlogImg{
}
.SoftwareBlogBox .SoftwareBlogImg img{
 width:100%;
}
.SoftwareBlogBox .SoftwareBlogBoxContent{
 padding:15px;
}
.SoftwareBlogBox .SoftwareBlogBoxContent .RecentBlogs_date{
 font-size: 13px;
    font-style: italic;
    color: #969696;
    padding: 0 0 5px;
}
.SoftwareBlogBox .SoftwareBlogBoxContent h3 {
    font-size: 18px;
    color: #173c8d;
    padding: 0 0 15px 0;
    margin: 0;
    line-height:25px;
    font-weight: 500;
}
.SoftwareBlogBox .SoftwareBlogBoxContent h3 a{
    color: #173c8d;
}
.SoftwareBlogBox .SoftwareBlogBoxContent p {
    font-size: 15px;
    color: #575757;
    padding: 0 0 0px 0;
    margin: 0;
    line-height: 26px;
    font-weight: normal;
}
.ViewAllCaseStudiesButton {
    display: inline-block;
    background: #24244d;
    font-size: 16px;
    color: #FFF;
    margin: 20px 0 0 0;
    padding: 12px 60px 12px 20px;
    position: relative;
}
.ViewAllCaseStudiesButton:hover {
    display: inline-block;
    background: #54c058;
    font-size: 16px;
    color: #FFF;
    margin: 20px 0 0 0;
    padding: 12px 60px 12px 20px;
    position: relative;
    text-decoration:none;
}
.ViewAllCaseStudiesButton:after {
    position: absolute;
    top: 8px;
    right: 15px;
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
     background: url(../images/manpower/manpower-sprite.png) -188px -27px no-repeat;
             -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ViewAllCaseStudiesButton:hover:after {
     background: url(../images/manpower/manpower-sprite.png) -188px 1px no-repeat;
             -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.QuickInquiryBtn:before{
width:34px;
height:150px;
display:block;
background:url(https://www.ask-ehs.com/software/images/software-2018-iconsprite.png) 0  -78px no-repeat;
content:'';
position:absolute;
    top: 10px;
    left: 1px;
z-index:9;
}



.QuickInquiry_formcontent {
    width: 305px;
    height: auto;
    z-index: 13;
    background: #fff;
    padding: 15px 15px;
    border-radius: 0px 0 0 0px;
    -webkit-border-radius: 0px 0 0 0px;

    overflow: inherit;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    float:left;
    border-left:1px solid #e8e8e8;
}
.QuickInquiry_formcontent h2{
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: 500;
}
.QuickInquiry_input {
    border: 1px solid #cbcbcb;
    height: 35px;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    color: #999;
    width: 100%;
    margin: 0 0 10px 0;
    outline: none;
}
.QuickInquiry_input:focus {
    -webkit-box-shadow: 0px 0px 19px 0px rgba(31,140,235,0.5);
    -moz-box-shadow: 0px 0px 19px 0px rgba(31,140,235,0.5);
    box-shadow: 0px 0px 19px 0px rgba(31,140,235,0.5);
    z-index: 9;
    outline: none;
    border: 1px solid #1f8ceb;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #000000;
}
.QuickInquiryCaptchCode{
 background:#CCC;
 font-size:15px;
 font-style:italic;
 color:#999;
 padding:8px 0;
 text-align:center;
 height:35px;
 letter-spacing:5px;
}
.QuickInquiry_SubmitBtn{
background: #27d4dc;
    background: -moz-linear-gradient(80deg, #1f8ceb 0%, #5cb3ff 100%);
    background: -webkit-linear-gradient(80deg, #1f8ceb 0%, #5cb3ff 100%);
    background: linear-gradient(80deg, #1f8ceb 0%, #5cb3ff 100%);
 width:100%;
 padding:10px;
 display:block;
 text-align:center;
 color:#FFF;
 font-size:15px;
 text-transform:uppercase;
 border:none;
 outline:none;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.QuickInquiry_SubmitBtn:focus{
background: #0c4f8a;
    background: -moz-linear-gradient(80deg, #0c4f8a 0%, #337fc1 100%);
    background: -webkit-linear-gradient(80deg, #0c4f8a 0%, #337fc1 100%);
    background: linear-gradient(80deg, #0c4f8a 0%, #337fc1 100%);
 width:100%;
 padding:10px;
 display:block;
 text-align:center;
 color:#FFF;
 font-size:15px;
 text-transform:uppercase;
 border:none;
 outline:none;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.QuickInquiryBtn {
background-image:none;
 display:block;
 position:relative;
 float:right;
 margin:20px 0 0 0;
   display:block;
   width: 42px;
   height: 175px;
   overflow:hidden;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
    background: #1f8ceb;
}
.floatedQuoteForm {
    position: fixed;
    top: 105px;
    right: left;
    height: auto;
    z-index: 999;
    padding: 0;
}

















h1.heading_1 {
    background: url(../images/heading_1_bg.png) bottom left no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #333;
    padding: 0 0 7px 0;
    margin: 0 0 15px 0;
    font-weight: 300;
}

h2.heading_1, h3.heading_1, h4.heading_1 {
	font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #333;
    font-weight: 300;
    padding: 0;
    margin: 0 0 15px;
}

h2.heading_italic {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #3683a4;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 400;
	font-style:italic;
}

h3.heading_2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px;
}

/*
Paragraphs */
p.normal_text_PB5px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}
p.normal_text_PB10px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 0 0 10px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}
p.normal_text_PB15px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 0 0 15px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}
p.normal_text_PB20px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 0 0 20px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}
p.normal_text_PT15px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 15px 0 0px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}
p.normal_text_PT10px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 10px 0 0px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}
p.normal_text_PBT10px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 10px 0 10px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}
p.normal_text_PBT15px {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 15px 0 15px 0;
	margin: 0;
	color: #333;
	line-height: 20px;
}

/*
List Styles */
ul.list_style_1 {
    padding: 0;
    margin: 0;
}
ul.list_style_1 li {
	background: url(../images/bullet_dot_cyan_icon.png) 5px 7px no-repeat;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#333;
    line-height: 20px;
	font-weight: 400;
    padding: 5px 0 5px 25px;
    margin: 0;
}
ul.list_style_1 li a{
	color:#3683a4;
	text-decoration:none;
}
ul.list_style_1 li a:hover{
	color:#049109;
	text-decoration:none;
}

/*
Blocks */
.light_cyan_box{
	padding:20px;
	background:#ecf4f7;
}

/*
Blockquote */
.blockquote{
	padding:15px;
	background:#ecf4f7;
	margin:0 0 10px;
}
.blockquote .blockquote_left_ico{
	background:url(../images/blockquote_left_ico.png) 10px 0 no-repeat;
	padding:0 0 0 70px;
}	
.blockquote p{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #333;
    line-height: 24px;
	font-style:italic;
	font-weight:400;
}
.blockquote p span{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #333;
    line-height: normal;
	font-style:normal;
	font-weight:600;
}

/*
Tabs */
.r-tabs {
	position: relative;
}
.r-tabs .r-tabs-nav {
	margin: 0;
    padding: 0;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	display: inline-block;
    margin: 0;
    list-style: none;
	position: relative;
	border: 1px solid #d4dbde;
	border-bottom: none;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	background: #ecf4f7;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color: #3683a4;
	line-height:20px;
	font-weight: 600;
	text-align:center;
}
.categories_ehs_personnel .r-tabs .r-tabs-tab:hover {
	border: 1px solid #d4dbde;
}
.categories_ehs_personnel .r-tabs .r-tabs-tab:hover .r-tabs-anchor {
	background: #fff;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #fff;
	margin-bottom: -1px;
	border: 1px solid #d4dbde !important;
	border-top: 3px solid #3683a4 !important;
	border-bottom: 1px solid #fff !important;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #095974;
	background-color: #fff;
}
.r-tabs .r-tabs-panel {
	margin-top:-1px;
	border: 1px solid #d4dbde;
	padding: 15px;
    display: none;
	margin-bottom:10px;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px 15px;
	background-color: #3683a4;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color: #ffffff;
	line-height:20px;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 5px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #ecf4f7;
	color: #3683a4;
	border-top: 1px solid #d4dbde;
	border-right: 1px solid #d4dbde;
	border-left: 1px solid #d4dbde;
	margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

/*
Input Styles */
.form-group {
    margin: 0 0 20px;
}
.control-label {
	font-family:'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #555;
	font-weight:400;
}
input.form-control, select.form-control, textarea.form-control {
	font-family:'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
	box-shadow: none;
}
input.form-control:hover, select.form-control:hover, textarea.form-control:hover{
    border-color: #66afe9;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
textarea.form-control {
	height:90px;
	resize:none;
}
html .form-control[disabled] {
    cursor: default;
    border: 0;
	background-color: transparent;
	color:#888;
}


.btn[type=button], .btn[type=reset], .btn[type=submit], .btn {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-default, .btn-default:visited {
    color: #fff;
    background-color: #80828f;
    border-color: #80828f;
}
.btn-default:hover, .btn-default:focus {
    color: #fff;
    background-color: #049109;
    border-color: #049109;
}

.btn-primary, .btn-primary:visited {
    color: #fff;
    background-color: #3683a4;
    border-color: #3683a4;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #049109;
    border-color: #049109;
}

/*xxxxxxxxxxxxxxxxxxxxxxxx Banner Start xxxxxxxxxxxxxxxxxxxxxxxx*/


/*xxxxxxxxxxxxxxxxxxxxxxxx Page Header Start xxxxxxxxxxxxxxxxxxxxxxxx*/
.inner_header {
    position: relative;
    overflow: hidden;
}
.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3683a4;
    opacity: 0.70;
    z-index: 2;
}
.inner_header h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    color: #FFF;
    padding: 55px 0 15px 0;
    margin: 0 0 10px 0;
    opacity: 1;
    position: relative;
    z-index: 3;
    text-align: left;
    font-weight: 300;
}
.contact-banner {
    background: url(../images/contact-banner.jpg) center center;
    background-size: cover;
    min-height: 190px;
}
.thank-you-banner {
	background:url(../images/thank-you-banner.jpg) center center;
	background-size:cover;
	min-height:190px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxx Page Header End xxxxxxxxxxxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxxxxxxxxxxx Breadcrumb Start xxxxxxxxxxxxxxxxxxxxxxxx*/
.bradecome_wrapper {
    background: #F9F9F9;
    border-bottom: 1px solid #E1E1E1;
    padding: 8px 0 0;
}
.bradecome {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px;
}
.bradecome ul {
    padding: 0;
    margin: 0;
}
.bradecome ul li {
    padding: 0 10px 0 12px;
    margin: 0;
    float: left;
    list-style: none;
    background: url(../images/bradecome_link_icon.png) 0px 4px no-repeat;
}
.bradecome ul li a {
    padding: 0;
    margin: 0;
    color: #1D5F97;
    text-decoration: none;
}
.bradecome ul li a.selected {
    padding: 0;
    margin: 0;
    color: #f78554;
    text-decoration: none;
}
/*xxxxxxxxxxxxxxxxxxxxxxxx Breadcrumb End xxxxxxxxxxxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxxxxxxxxxxx Content Wrapper Start xxxxxxxxxxxxxxxxxxxxxxxx*/
.content-wrapper{}
.left_menu{
	width:830px;
	float:left;
}
.right_menu{
	width:320px;
	float:right;
}

/*
Left Panel------------------------*/

/*
Industries We Serve Start */
.industries_we_serve{}
.industries_we_serve .item{
	text-align:center;	
	}
.industries_we_serve .item .icon{
	height:100px;
	width:100px;
	display:block;
	padding:5px 0 5px;
	margin:0 auto;
	}

.industries_we_serve .item .icon i{
	background-image:url(../images/manpower_industries_we_serve_ico_sprite.png);
	background-repeat:no-repeat;
	background-color:#fff;
	border:1px solid #dddddd;
	height:90px;
	width:90px;
	display:inline-block;
	vertical-align:middle;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(221,221,221,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(221,221,221,1);
	box-shadow: 5px 5px 0px 0px rgba(221,221,221,1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	}

.industries_we_serve .item .icon i.construction{background-position:0 0;}
.industries_we_serve .item .icon i.chemical{background-position:-90px 0;}
.industries_we_serve .item .icon i.fertilizer{background-position:-180px 0;}
.industries_we_serve .item .icon i.pharmaceutical{background-position:-270px 0;}
.industries_we_serve .item .icon i.powersector{background-position:-360px 0;}
.industries_we_serve .item .icon i.hightech_installations{background-position:-450px 0;}
.industries_we_serve .item .icon i.oil_and_gas{background-position:0 -90px;}
.industries_we_serve .item .icon i.petrochemicals{background-position:-90px -90px;}
.industries_we_serve .item .icon i.consumer_goods{background-position:-180px -90px;}
.industries_we_serve .item .icon i.public_utilities{background-position:-270px -90px;}
.industries_we_serve .item .icon i.atomic_power_plants{background-position:-360px -90px;}
.industries_we_serve .item .icon i.automobile{background-position:-450px -90px;}
	
.industries_we_serve .item .name{
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0;
    margin: 5px 0 0;
    color: #333;
    line-height: 20px;
	font-weight:400;
	text-align:center;
	height:40px;
	}
.industries_we_serve p{
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #3683a4;
    line-height: normal;
	font-weight:300;
	font-style:italic;
	text-align:center;
	}

/*
Categories of EHS Personnel */
.categories_ehs_personnel .r-tabs .r-tabs-nav .r-tabs-tab {
	vertical-align:middle;
}
.categories_ehs_personnel .r-tabs .r-tabs-nav .r-tabs-anchor {
	max-width:120px;
	min-height:50px;
}

.categories_ehs_personnel_list{}
.categories_ehs_personnel_list p{
	background: url(../images/bullet_dot_cyan_icon.png) 5px 7px no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
    padding: 5px 0 5px 25px;
    margin: 0;
	}

/*
Right Panel------------------------*/
/*
Hire Professional Now */
.hire_professional_now{
	margin-bottom:10px;
}
.hire_professional_now .hire_professional_now_btn{
	font-size: 14px;
    color: #095974;
	line-height:44px;
	font-weight:600;
    background: #ecf4f7;
    position: relative;
    display: block;
	text-transform:uppercase;
	}
.hire_professional_now .hire_professional_now_btn span{
	display:block;
	padding:0 0 0 70px;
	}
.hire_professional_now .hire_professional_now_btn i{
	width: 40px;
    height: 44px;
    background: url(../images/hire_professional_user_icon.png) 12px 7px no-repeat #3683a4;
    display: inline-block;
    position: absolute;
	top: 0;
    left: 0;
    vertical-align: middle;
	}
.hire_professional_now .hire_professional_now_btn:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 100%;
    top: 0;
    left: 35px;
    z-index: 0;
    background: #3683a4;
    border-bottom: 3px solid #3683a4;
    border-right: 10px solid #3683a4;
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    margin-left: 0px;
}

.hire_professional_now .hire_professional_now_btn:hover i{
    background-color: #049109;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	}

.hire_professional_now .hire_professional_now_btn:hover:before {
    background: #049109;
    border-bottom: 3px solid #049109;
    border-right: 10px solid #049109;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*
EHS Video Watch Now */
.ehs_video_watch_now{
	margin-bottom:30px;
}
.ehs_video_watch_now a{
	display:block;
}
.ehs_video_watch_now a:hover {
    opacity: 0.9;
}

/*
Get Your Dream Now */
.get_your_dream_now{
	background: url(../images/get_your_dreem_job_img.png) top left no-repeat #f1f5f6;
    background-size: 100%;
    height: 200px;
    border: 2px solid #e2e2f4;
	margin-bottom:30px;
}
.get_your_dream_now .post_resume{
	display: inline-block;
	background: #049109;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 24px;
	padding: 5px 15px;
	margin: 110px 0 0 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.get_your_dream_now .post_resume:hover{
	background: #006d04;
}
.get_your_dream_now .website{
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color:#333;
	line-height:20px;
    padding: 5px 10px;
	margin: 10px 0 0 10px;
}
.get_your_dream_now .website:hover{
	color:#049109;
}

/*
Flexible Placement Options */
.flexible_placement_options{
	background: #3683a4;
	font-family: 'Open Sans', sans-serif;
	padding:10px 10px;
	margin-bottom:10px;
}
.flexible_placement_options h4{
	font-size: 18px;
	color:#fff;
	line-height:25px;
	font-weight:600;
	padding:5px 0 15px;
	margin:0;
}
.flexible_placement_options h5{
	font-size: 16px;
	color:#fff;
	line-height:20px;
	font-weight:600;
	padding:0 0 5px;
	margin:0;
}
.flexible_placement_options p{
	font-size: 14px;
	color:#fff;
	line-height:20px;
	font-weight:400;
	padding:0 0 10px;
}

/*
Placement Durations */
.placement_durations{
	background: #ecf4f7;
	padding:9px;
	margin-bottom:30px;
}
.placement_durations h4{
	font-size: 18px;
	color:#095974;
	line-height:25px;
	font-weight:600;
	padding:0;
	margin:0;
}
.placement_durations ul {
    padding: 0;
    margin: 0;
}
.placement_durations ul li {
    background: url(../images/bullet_dot_cyan_icon.png) 5px 7px no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 400;
    padding: 5px 0 5px 25px;
    margin: 0;
}

/*
Placement Durations */
.clients_of_manpower{
	margin-bottom:30px;
}
.clients_of_manpower h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
	line-height:24px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;
}
.clients_of_manpower .clients_slider_outer{
	position:relative;
	padding:10px;
	border: 1px solid #d4dbde;
	}
.clients_of_manpower .clients_slider{}
.clients_slider ul li p {
	background: url(../images/bullet_dot_cyan_icon.png) 5px 7px no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    padding: 5px 0 5px 25px;
    margin: 0;  
}
.clients_slider ul li p span{
	display:block;
    font-size: 13px;
    color: #555;
    line-height: normal;
    font-weight: 400;
    padding: 5px 0 0;
    margin: 0;  
}
.clients_slider_outer a.viewall_link_btn{
	display:inline-block;
	background:#ecf4f7;
	font-size:13px;
	color:#3683a4;
	padding:5px 10px;
	text-decoration:none;
}
.clients_slider_outer a.viewall_link_btn:hover{
	background:#3683a4;
	color:#fff;
	text-decoration:none;
}

.flex-direction-nav { }
.flex-direction-nav a {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: url(../images/nextprevious-ico-btn.png) no-repeat #b6c9d0;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
    position: absolute;
    top: 40px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
}
.flex-direction-nav a:hover {
    background-color: #3683a4;
	text-decoration: none;
}
.flex-direction-nav .flex-prev {
    right: 28px;
    left: inherit !important;
    top: -34px;
    background-position: -3px -2px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    left: inherit !important;
    top: -34px;
    background-position: -33px -2px;
}

/*
Testimonials */
.testimonials_of_manpower{
	margin-bottom:30px;
}
.testimonials_of_manpower h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
	line-height:24px;
    font-weight: 400;
    padding: 0 0 10px 0;
    margin: 0;
}
.testimonials_of_manpower .testimonials_slider{
	border: 1px solid #d4dbde;
	padding:10px;
	position:relative;
}
.testimonials_slider:after {
    width: 0;
    height: 0;
    right: 0;
    content: " ";
    bottom: -13px;
    position: absolute;
    border-style: solid;
    border-width: 13px 15px 0 0;
    border-color: #d4dbde transparent transparent transparent;
}
.testimonials_slider ul {
    padding: 0;
    margin: 0;
}
.testimonials_slider ul li {
    padding: 0;
    margin: 0;
	list-style:none;
}
.testimonials_slider ul li p {
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
	line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
	text-align:justify;
}
.testimonials_slider ul li span.author {
	display:block;
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333;
	line-height: 18px;
    font-weight: 400;
    padding: 10px 0 0;
    margin: 0;
	text-align:right;
	font-style:italic;
}

/*
Download Profile */
.download_profile{
	margin-bottom:30px;
}
.download_profile .download_profile_btn{
	background:url(../images/download_profile_pdf_icon.png) 0 0 no-repeat #3683a4;
	display:block;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
	line-height:70px;
    padding: 0 10px 0 80px;
    margin: 0;
    font-weight: 300;
	text-transform:uppercase;
}
.download_profile .download_profile_btn:hover{
	background-color:#049109;
}
.download_profile .download_profile_btn i{
	display:inline-block;
	height:22px;
	width:22px;
	background:url(../images/download_profile_arrow_icon.png) center center no-repeat;
	vertical-align:middle;
	margin:-2px 0 0 10px;
}

/*
OSHE Training */
.oshe_training{
	margin-bottom:30px;
}
.oshe_training a {
    display: block;
}
.oshe_training a:hover {
	opacity: 0.9;
}

/*
Need Solution */
.need_partner {
	background: url(../images/need_partner_bg.png) center center no-repeat #3683a4;
	background-size:cover;
	padding:10px;
	}
.need_partner h4{
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    padding: 0 0 5px;
    margin: 0;
}
.need_partner h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    color: #c1e5f8;
    line-height: normal;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0;
}
.need_partner p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0;
}
.need_partner p a{
	font-size:16px;
    color: #fff;
	text-decoration:none;
}
.need_partner .hire_now_btn{
	display:inline-block;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    color: #095974;
    line-height: 25px;
    font-weight: 400;
    padding: 5px 20px;
    margin: 0 auto 5px;
	text-transform:uppercase;
}
.need_partner .hire_now_btn:hover{
	background: #049109;
	color: #fff;
}


/*
Hire Now Form ------------------------*/
.hire_now_form{ padding:30px 0 0 0;}
.hire_now_form{}
.add_resources_btn span {
    font-size: 20px;
    font-weight: 400;
    padding: 0px 5px 2px 0;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}
.btn[type=button].delete_resource_btn{
	background: url(../images/delete_resource_btn_ico.png) center center no-repeat #be4750;
    height: 24px;
    width: 24px;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
	}
.btn[type=button].delete_resource_btn:hover {
    background-color: #950f1a;
}

.table_resources {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}
.table_resources tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #555;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    padding: 8px 10px;
    border: 1px solid #dadada;
    background: #f2f2f2;
}
.table_resources tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid #dadada;
}

/*xxxxxxxxxxxxxxxxxxxxxxxx Content Wrapper End xxxxxxxxxxxxxxxxxxxxxxxx*/



/*
Margins */
.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60{clear:both;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.margin-bottom-20{margin-bottom:20px;}
.margin-bottom-25{margin-bottom:25px;}
.margin-bottom-30{margin-bottom:30px;}
.margin-bottom-35{margin-bottom:35px;}
.margin-bottom-40{margin-bottom:40px;}
.margin-bottom-45{margin-bottom:45px;}
.margin-bottom-50{margin-bottom:50px;}
.margin-bottom-55{margin-bottom:55px;}
.margin-bottom-60{margin-bottom:60px;}
@media (max-width:768px){.sm-margin-bottom-10{margin-bottom:10px;}
.sm-margin-bottom-20{margin-bottom:20px;}
.sm-margin-bottom-30{margin-bottom:30px;}
.sm-margin-bottom-40{margin-bottom:40px;}
.sm-margin-bottom-50{margin-bottom:50px;}
.sm-margin-bottom-60{margin-bottom:60px;}
.sm-margin-bottom-70{margin-bottom:70px;}
.sm-margin-bottom-80{margin-bottom:80px;}
.sm-margin-bottom-90{margin-bottom:90px;}
.sm-margin-bottom-100{margin-bottom:100px;}
}
@media (max-width:992px){.md-margin-bottom-10{margin-bottom:10px;}
.md-margin-bottom-20{margin-bottom:20px;}
.md-margin-bottom-30{margin-bottom:30px;}
.md-margin-bottom-40{margin-bottom:40px;}
.md-margin-bottom-50{margin-bottom:50px;}
.md-margin-bottom-60{margin-bottom:60px;}
.md-margin-bottom-70{margin-bottom:70px;}
.md-margin-bottom-80{margin-bottom:80px;}
.md-margin-bottom-90{margin-bottom:90px;}
.md-margin-bottom-100{margin-bottom:100px;}
}

