/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
@media (min-width: 1024px) {
  @font-face {
    font-family: 'ProximaNova-Regular';
    src: url("/css/font/proxima-nova/2E7201_1_0.eot");
    src: url("/css/font/proxima-nova/2E7201_1_0.eot?#iefix") format("embedded-opentype"), url("/css/font/proxima-nova/2E7201_1_0.woff") format("woff"), url("/css/font/proxima-nova/2E7201_1_0.woff2") format("woff2"), url("/css/font/proxima-nova/2E7201_1_0.ttf") format("truetype"), url("/css/font/proxima-nova/2E7201_1_0.svg#wf") format("svg");
  }
}
.navbar-right .jMsite-locationChange .dropdown {
  display: none;
}

.HireHomeTop .gcolumn {
  padding: 15px 0;
}

body {
  padding-top: 0px;
}

body.Headerstickynav {
  padding-top: 55px;
}

.gcolumn {
  margin: 0 auto;
  clear: both;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.navbar-custom {
  position: relative;
}

.navbar-custom.Headerstickynav {
  position: fixed;
  top: 0;
}

.SelectCity {
  display: none;
}

.bgImg {
  /*background-image: url("/images/jobs/BannerBgHire.jpg");*/
  background-image: url("/images/jobs/tvcpromo.jpg");
  background-repeat: no-repeat;
  height: 390px;
  background-size: cover;
}

.mainHirePage .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  background-color: #0faa13;
  overflow-y: hidden;
  transition: 0.5s;
}
.mainHirePage .overlay .overlay-content {
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: white;
}
.mainHirePage .overlay .close-action {
  cursor: pointer;
  margin-top: 70px;
}
.mainHirePage .overlay .callText {
  text-transform: uppercase;
}
.mainHirePage .overlay .callSubText {
  margin-top: 35px;
}
.mainHirePage .overlay .numberCall {
  font-size: 45px;
  text-transform: uppercase;
  line-height: 45px;
}
.mainHirePage .overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 35px;
  font-size: 60px;
  color: white;
}
.mainHirePage a {
  cursor: pointer;
}
.mainHirePage .section-1 {
  max-width: 1170px;
  margin: 0 auto;
}
.mainHirePage .section-1 h1 {
  margin-top: 23px;
  font-size: 31px;
}
.mainHirePage .lookingFor {
  background: #fff;
  padding: 10px 0px 9px 0px;
  position: relative;
  z-index: 1;
}
.mainHirePage .lookingFor .col-sm-4 strong {
  font-size: 16px;
}
.mainHirePage .lookingFor .col-sm-4 div {
  color: #999;
  font-weight: 700;
  font-size: 12px;
}
.mainHirePage .iL .col-sm-4 .innerContainer {
  border-radius: 3px;
  background: #fff;
  padding: 10px 5px;
}
.mainHirePage .iL .col-sm-4 .innerContainer strong {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}
.mainHirePage .iL .col-sm-4 .innerContainer strong + div {
  color: #666;
  max-width: 280px;
  margin: 0 auto;
}
.mainHirePage .section-subheader {
  font-size: 20px;
  margin: 20px 0px 10px 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.mainHirePage h3 {
  color: #fff;
  margin-top: 60px;
}
.mainHirePage .section-content {
  margin-bottom: 30px;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
}
.mainHirePage .section-content b {
  font-weight: normal;
}
.mainHirePage .buttonAction {
  margin-bottom: 20px;
}
.mainHirePage .buttonAction a {
  display: inline-block;
  text-align: center;
  width: 250px;
  height: 46px;
  border: 2px solid #fff;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 34px;
}
.mainHirePage .buttonAction .btn-primary {
  color: #896452;
  background: #fff;
}
.mainHirePage .buttonAction .ghst-btn {
  margin-right: 10px;
  color: #fff;
  line-height: 23px;
}
.mainHirePage .buttonAction .ghst-btn:hover, .mainHirePage .buttonAction .ghst-btn:active, .mainHirePage .buttonAction .ghst-btn:focus {
  background: transparent;
}
.mainHirePage .imageContainerSearch {
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.mainHirePage .imageContainerSearch img {
  width: 100%;
  border-radius: 5px;
}
.mainHirePage .imageContainerSearch:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  opacity: .7;
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 5px;
}
.mainHirePage .imageContainerSearch:hover:before {
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  opacity: .8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 5px;
}
.mainHirePage .imageRole {
  margin-bottom: 100px;
}
.mainHirePage .callJobSeeker i {
  font-size: 25px;
  float: right;
  background: #0faa13;
  color: white;
  line-height: 24px;
  padding: 17px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bolder;
  -moz-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
}
.mainHirePage .m30 {
  margin: 30px 0px;
}
.mainHirePage .roleText {
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  text-align: center;
  display: block;
  top: 40%;
  color: white;
  font-weight: bold;
  text-shadow: 0px 1px 4px #222;
  width: 100%;
}
.mainHirePage .section-header {
  margin-top: 30px;
}
.mainHirePage .section-header strong {
  padding-bottom: 5px;
  border-bottom: 2px solid #0faa13;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainHirePage .imageContainer {
    margin-top: 25px;
  }
  .mainHirePage .section-1 h1 {
    margin-top: 10px;
  }
  .mainHirePage .buttonAction {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mainHirePage .btn {
    font-size: 14px !important;
    margin-bottom: 0px !important;
    height: 30px !important;
    line-height: 10px !important;
  }
  .mainHirePage .overlayShadow {
    margin-bottom: 25px;
  }
  .mainHirePage .roleText {
    font-size: 14px;
  }
  .mainHirePage .buttonAction {
    background: #fff;
    padding: 0px 20px 10px 20px;
    margin-bottom: 0px;
  }
  .mainHirePage .buttonAction .btn-primary,
  .mainHirePage .buttonAction .ghst-btn {
    width: 100%;
    border-width: 1px !important;
  }
  .mainHirePage .buttonAction .ghst-btn {
    margin-left: 0px;
    padding-top: 12px;
    color: #008bcf;
    border-color: #008bcf;
    margin-top: 10px;
  }
  .mainHirePage .buttonAction .btn-primary {
    color: #fff;
    background: #008bcf;
    border-color: #008bcf;
  }
  .mainHirePage .section-1 h1 {
    margin-top: 40px;
    line-height: 31px;
  }
  .mainHirePage .section-subheader {
    font-size: 18px;
    font-weight: 400;
  }
  .mainHirePage .section-content {
    font-size: 14px;
    color: #999;
    padding: 10px 25px;
    margin: 0px;
    background: #fff;
  }
  .mainHirePage .m30 {
    margin: 0px;
  }
  .mainHirePage .imageRole {
    margin-bottom: 20px;
  }
}

.dropdown-menu {
  max-height: 182px;
  overflow-x: hidden;
  padding: 0px;
  margin-top: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  border: 1px solid #d7d7d7;
}
.dropdown-menu li {
  border-top: 1px solid #eee;
}
.dropdown-menu li a {
  white-space: initial;
  padding: 8px 15px;
  border-left: 5px solid white;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu li a:hover {
  border-color: #008bcf;
  background: #fbfcfe;
  cursor: pointer;
}

.icon_clearText {
  display: none;
}

.mainImg {
  background-image: url("/images/jobs/BannerCharacter1.png");
  display: inline-block;
  height: 340px;
  margin-top: 60px;
  width: 580px;
  position: relative;
  right: 85px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mainImg .videoCover {
  left: 86px;
  position: relative;
  /*top: -10px;*/
  width: 320px;
  height: 210px;
}
.mainImg .videoCover video {
  width: 100%;
  height: 200px;
}

.roleContainer {
  background: #fff;
  border-radius: 3px;
}
.roleContainer img {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.roleContainer img + p {
  position: absolute;
  bottom: 0px;
  color: #fff;
  display: block;
  width: 170px;
  text-align: center;
  left: 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
.roleContainer .listContent {
  vertical-align: middle;
}
.roleContainer .listContent ul {
  list-style-type: none;
  padding: 5px;
  max-width: 186px;
}
.roleContainer .listContent ul li {
  padding: 3px;
}
.roleContainer .listContent ul li a {
  color: #666;
  font-size: 17px;
  font-weight: bold;
}
.roleContainer .listContent ul li a:hover {
  color: #008bcf;
}

.form-section {
  margin-top: 35px;
  background: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 3px;
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
.form-section .form-heading {
  font-size: 16px;
  margin-bottom: 5px;
  color: #008bcf;
  font-weight: 600;
  line-height: 20px;
  font-style: italic;
}
.form-section .form-heading span {
  color: #333;
  font-size: 18px;
}
.form-section .form-group {
  position: relative;
  margin-bottom: 7px;
}
.form-section .form-group input:not([type='radio']) {
  cursor: pointer;
  font-size: 14px;
  padding: 2px 0px 0px 10px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background-color: transparent;
  height: 36px;
  color: #333;
  margin: 0 0 0px 0;
  border-radius: 3px;
}
.form-section .form-group input:not([type='radio']):focus {
  border: 1px solid #008bcf;
}
.form-section .form-group label {
  color: #333;
  font-weight: normal;
  pointer-events: none;
  left: 0px;
  top: 18px;
  margin-bottom: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-section .form-group .droparrow {
  position: absolute;
  top: 32px;
  right: 8px;
}
.form-section .btn-primary {
  background: #008bcf;
  color: #fff;
  padding: 11px 12px;
  font-size: 16px;
  line-height: 14px;
  border-radius: 3px;
  border: 1px solid #008bcf;
  text-align: center;
  width: 100%;
  margin-top: 5px;
}
.form-section .btn-primary:hover {
  color: #fff;
}
.form-section .free-access .days {
  font-size: 46px;
  color: #0faa13;
  padding-right: 5px;
}
.form-section .free-access .days span {
  font-size: 18px;
  vertical-align: 20px;
}
.form-section .free-access .access {
  color: #008bcf;
  font-weight: bold;
  display: inline-block;
  width: 50px;
  line-height: 18px;
}

.relativeDiv {
  position: relative;
}

.clientPromoSection {
  max-width: 1170px;
  margin: 0 auto;
}

.fC {
  background: #fff;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .fC {
    padding-bottom: 10px;
  }
}

/*sprite slider*/
.tech-slideshow {
  height: 70px;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 70px;
  width: 10366px;
  background: url("/images/jobs/ClientPromoPagenew.png");
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow .mover-1 {
  animation: moveSlideshow 50s linear infinite;
}

.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}

.tech-slideshow:hover .mover-2 {
  opacity: 1;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}
/*sprite slider end*/
.subText {
  color: #999;
  font-size: 16px;
  font-weight: bold;
}

.btnWidth {
  width: 250px;
  font-weight: bold;
}

.m40 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  .mainHirePage {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mainHirePage h3 {
    margin-top: 0px;
  }
  .mainHirePage .lookingFor {
    clear: both;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0px 0px 0px 8px;
  }
  .mainHirePage .lookingFor .scrollMe {
    width: 720px;
  }
  .mainHirePage .lookingFor .col-sm-4 {
    background: #fff;
    width: 175px;
    border: 10px solid #e6e9ec;
    float: left;
    border-right: 0px;
    padding: 5px 0px 5px 0px;
  }
  .mainHirePage .lookingFor .col-sm-4 strong {
    font-size: 14px;
  }

  .mn0 {
    margin-top: -115px;
    text-align: center;
    padding: 0px;
  }
  .mn0 h3 {
    color: #fff;
    font-size: 20px;
    background: rgba(28, 28, 28, 0.32);
    background: -moz-linear-gradient(top, rgba(28, 28, 28, 0.32) 0%, rgba(19, 19, 19, 0.84) 77%, #131313 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(28, 28, 28, 0.32)), color-stop(77%, rgba(19, 19, 19, 0.84)), color-stop(100%, #131313));
    background: -webkit-linear-gradient(top, rgba(28, 28, 28, 0.32) 0%, rgba(19, 19, 19, 0.84) 77%, #131313 100%);
    background: -o-linear-gradient(top, rgba(28, 28, 28, 0.32) 0%, rgba(19, 19, 19, 0.84) 77%, #131313 100%);
    background: -ms-linear-gradient(top, rgba(28, 28, 28, 0.32) 0%, rgba(19, 19, 19, 0.84) 77%, #131313 100%);
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0.32) 0%, rgba(19, 19, 19, 0.84) 77%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#131313', GradientType=0 );
    margin: 0px;
    padding: 5px;
  }

  .bgImg {
    height: 205px;
  }

  .mainImg {
    background-image: url("/images/jobs/BannerCharacter.png");
    height: 188px;
    margin-top: 10px;
    background-size: 97%;
    right: 0;
    display: inherit;
  }
  .mainImg video, .mainImg button {
    display: none;
  }

  .form-section {
    margin: 0px -15px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 10px 25px;
  }

  .iL .iLs {
    overflow: hidden;
    overflow-x: scroll;
  }
  .iL .scrollMe {
    width: 900px;
  }
  .iL .col-sm-4 {
    width: 250px;
    display: inline-block;
    float: left;
    padding: 0px 6px 0px 0px;
  }
  .iL .col-sm-4 .innerContainer strong + div {
    font-size: 12px;
  }

  .modal100 .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal100 .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }

  .subText {
    font-size: 14px;
    font-weight: 400;
  }

  .btnWidth {
    width: 100%;
  }

  .p15a {
    padding: 15px 15px 0px 15px;
  }

  .m40 {
    margin-top: 20px !important;
  }

  .mM0 {
    margin: 0px !important;
  }

  .clientPromoSection .col-sm-4.col-md-2 {
    width: 50%;
    float: left;
  }

  .clientPromo {
    margin: 0px;
  }

  div.panel {
    background: #fff;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  div.panel a {
    color: #666;
    display: block;
  }
  div.panel i.icon-arrows_down {
    float: right;
    font-size: 18px;
    margin-top: -2px;
  }
  div.panel li a {
    width: 100%;
    padding: 0px 15px;
  }
  div.panel .panel-title {
    margin: 0px;
    font-size: 14px;
  }
  div.panel .panel-title a {
    margin: 10px 15px;
  }
  div.panel .panel-title a:not(.collapsed) .icon-arrows_down {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  div.panel ul {
    list-style-type: none;
    padding: 0px;
  }
  div.panel ul li {
    padding-bottom: 5px;
  }
  div.panel ul li a {
    color: #666;
  }
}
.form-group textarea {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 0px 0px 10px;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background-color: transparent;
  height: 50px;
  color: #333;
  margin: 0 0 0px 0;
  border-radius: 3px;
}

.getAhead .form-section .form-group .droparrow {
  top: 11px;
}

.smePartnerFixed {
  position: fixed;
  left: 19%;
  top: 63px;
}

.form-section .input-err input,
.form-section .input-err input:focus {
  border: 1px solid #ff0000 !important;
}

.contact-recruiter {
  position: fixed;
  z-index: 40;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  padding: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .contact-recruiter {
    line-height: 30px;
    font-size: 18px;
  }
}

/*@media only screen and (min-width: 1250px) and (max-width: 1800px) {
        .smePartner div,.smePartnerFixed{
             left:22% !important;
        }
    } */
.innerContainer img {
  min-height: 66px;
}

.contact-recruiter {
  display: none;
}

.helptext {
  font-size: 12px;
}

.Lp {
  display: none;
}

.feedback-btn {
  display: none !important;
}

.scrollMe {
  max-width: 1170px;
  margin: 0 auto;
}

.thankYouPopUp {
  margin-top: 25px;
}
.thankYouPopUp .invisible {
  line-height: 0px;
}
.thankYouPopUp h3 {
  margin-top: 15px;
}
.thankYouPopUp .close-popup i {
  top: 0px;
}
.thankYouPopUp .hiringMsg {
  width: 315px;
  border-left: 5px solid #0faa13;
  margin-bottom: 20px;
  padding: 0px 15px 10px 20px;
  color: #fff;
  font-weight: bold;
}
.thankYouPopUp .help-text {
  display: none;
}
@media (max-width: 767px) {
  .thankYouPopUp .hiringMsg {
    color: #333;
    font-weight: 100;
  }
  .thankYouPopUp .ghst-btn.close-icon {
    width: 100%;
    display: inline-block;
  }
}

.btn-primary:active:hover {
  border-color: #fff;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
.hireCasStdy .caseStudy {
  margin-top: 0;
}
.hireCasStdy .caseStudy .media-left {
  display: inherit;
  padding-right: 0;
  background: #eee;
}
.hireCasStdy .caseStudy .media {
  padding: 10px;
  min-height: 434px;
  margin: 0 0 10px;
}
.hireCasStdy .caseStudy .media-body p {
  margin-bottom: 10px;
}
.hireCasStdy .caseStudy .casePromo {
  margin-right: 0;
  background-size: 340%;
  width: 160px;
}
.hireCasStdy .caseStudy .casePromo1 {
  background-position: -18px -14px;
}
.hireCasStdy .caseStudy .casePromo2 {
  background-position: -190px -12px;
}
.hireCasStdy .caseStudy .casePromo3 {
  background-position: 165px -8px;
  position: relative;
  top: 5px;
}
@media (max-width: 767px) {
  .hireCasStdy .caseStudy .col-sm-4 {
    width: 100%;
    padding: 0;
  }
  .hireCasStdy .caseStudy .media-heading {
    text-align: left;
  }
}

.newsCommercial .news {
  background: #fff;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-height: 300px;
  overflow: auto;
}
.newsCommercial .nimg {
  background-image: url(/images/jobs/icon-spriteNew.png);
  display: inline-block;
  height: 94px;
  width: 90px;
  background-color: #eee;
  margin-right: 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .newsCommercial .nimg {
    margin-right: 0;
  }
}
.newsCommercial .nimg1 {
  background-position: -55px 238px;
}
.newsCommercial .nimg2 {
  background-position: -185px 239px;
}
.newsCommercial .nimg3 {
  background-position: -327px 234px;
}
.newsCommercial .nimg4 {
  background-position: -47px 114px;
}
.newsCommercial .nimg5 {
  background-position: -187px 114px;
}
.newsCommercial .nimg6 {
  background-position: -327px 114px;
}
@media (max-width: 767px) {
  .newsCommercial .col-sm-6 {
    padding: 0;
  }
  .newsCommercial .gray {
    font-size: 13px;
  }
}
.newsCommercial .login-ellipsis {
  max-width: 400px;
}
@media (max-width: 767px) {
  .newsCommercial .login-ellipsis {
    max-width: 185px;
  }
}

.videoCover video {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.bgImgCaseStudies {
  background-image: url(/images/jobs/BannerImageCase.jpg);
  background-repeat: no-repeat;
  height: 200px;
  background-size: cover;
  color: #fff;
}
.bgImgCaseStudies h1 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .bgImgCaseStudies h1 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 25px;
  }
  .bgImgCaseStudies p {
    padding: 0px 30px;
  }
}

.caseStudy {
  margin-top: -60px;
}
.caseStudy .media {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  padding: 25px 30px 15px 30px;
  max-width: 1000px;
  margin: 20px auto;
}
.caseStudy .casePromo {
  background-image: url(/images/jobs/icon-spriteNew.png);
  display: inline-block;
  height: 140px;
  width: 140px;
  background-color: #eee;
  margin-right: 15px;
}
.caseStudy .casePromo1 {
  background-position: -4px -8px;
}
.caseStudy .casePromo2 {
  background-position: -157px -6px;
}
.caseStudy .casePromo3 {
  background-position: 149px -10px;
}
.caseStudy .media-heading {
  color: #333;
  margin-bottom: 10px;
}
.caseStudy .media-body {
  color: #999;
  font-size: 15px;
  font-weight: bold;
}
.caseStudy .media-body p {
  margin-bottom: 5px;
}
.caseStudy .media-body p span {
  color: #333;
}
@media (max-width: 767px) {
  .caseStudy .media {
    text-align: center;
    padding: 15px;
  }
  .caseStudy .media-body p {
    text-align: left;
  }
  .caseStudy .casePromo {
    margin: 0px;
  }
  .caseStudy .media-left {
    display: block;
    padding: 0px 0px 15px 0px;
  }
}

@media (min-width: 768px) {
  .hireHeader h3 {
    font-size: 35px !important;
    margin-top: 30px !important;
    line-height: 40px !important;
    font-weight: 500 !important;
  }
}
.font16 {
  font-size: 16px;
}

.scrollMe .leadGenerate i {
  font-size: 32px;
  margin-right: 10px;
  color: #80d7ec;
  position: absolute;
}
@media (max-width: 767px) {
  .scrollMe .leadGenerate {
    margin: 10px;
  }
}
.scrollMe .leadGenerate span {
  padding-left: 42px;
  float: left;
}
.scrollMe .leftProfile {
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  .scrollMe .btn {
    float: left !important;
    margin-top: 15px;
  }
}

.successMsg .icon-tick {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #14ac17;
  color: #fff;
  display: inline-block;
  line-height: 30px;
}

#leadGenerate {
  background: rgba(0, 0, 0, 0.9);
}
#leadGenerate .modal-header {
  padding: 10px 15px;
  background: #333;
  color: #fff;
}
#leadGenerate .modal-header .close {
  opacity: 1;
}
#leadGenerate .jsLinkedinLead {
  color: #fff;
}
#leadGenerate .input-err {
  border: 1px solid #ff0000 !important;
  margin-left: 0px;
}
#leadGenerate #jsHomeRole {
  position: relative;
}
#leadGenerate .dropdown-menu {
  position: absolute;
  top: 64px;
}
#leadGenerate .leadBody {
  padding-bottom: 15px;
  padding-bottom: 15px;
  align-items: center;
  min-height: 391px;
  display: flex;
  justify-content: center;
}
#leadGenerate .leadBody form {
  width: 100%;
}
#leadGenerate .leadModal {
  border-bottom: 0px;
  padding-top: 0px;
}
#leadGenerate .icon-arrows_down {
  position: absolute;
  right: 2px;
  top: 35px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 18px;
  width: 20px;
  height: 20px;
  padding: 1px 1px 1px 0px;
}
#leadGenerate .clearDropdown {
  top: 35px;
}

.logoCarousel .col-md-2 {
  width: 14%;
  float: left;
}
.logoCarousel .carousel-control {
  background: none;
  text-shadow: none;
}
.logoCarousel .icon-arrows_left:before {
  left: -12px;
  position: absolute;
  font-size: 48px;
  color: #666;
}
@media (max-width: 767px) {
  .logoCarousel .icon-arrows_left:before {
    font-size: 35px;
  }
}
.logoCarousel .icon-arrows_right:before {
  right: 0px;
  position: absolute;
  font-size: 48px;
  color: #666;
}
@media (max-width: 767px) {
  .logoCarousel .icon-arrows_right:before {
    font-size: 35px;
  }
}
.logoCarousel .carousel-inner {
  max-height: 56px;
}
@media (max-width: 767px) {
  .logoCarousel .carousel-inner {
    max-height: 55px;
    min-height: 55px;
  }
}
@media (max-width: 490px) {
  .logoCarousel .carousel-inner {
    max-height: 43px;
    min-height: 43px;
  }
}
.logoCarousel .col-md-4 {
  width: 33%;
  float: left;
}
