*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  background: #fff;
  overflow: hidden;
}
img {
  max-width: 100%;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.date-birth {
  width: 100%;
  position: relative;
  clear: both;
}
.date-birth:before {
  content: "";
  position: absolute;
  right: 22px;
  top: 10px;
  background: url(../images/datebirth-icon.png) left top no-repeat;
  width: 27px;
  height: 26px;
}

.navbar-header #universe {
  min-height: 140px;
  font-size: 5px;
}
.navbar {
  border-radius: 0px;
}

/* Password strength */

.red {
  color: red;
}
.yellow {
  color: orange;
}
.green {
  color: green;
}

/* button */

.button {
  float: left;
  width: auto;
  background: #04b95d;
  font-size: 18px;
  color: #fff;
  line-height: 23px;
  position: relative;
  font-weight: 700;
}
.button a {
  color: #fff;
  padding: 15px 32px;
  display: block;
}
.button:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -7px;
  background: #00582b;
  width: 1px;
  height: 67px;
}

.button.left a {
  padding: 15px 32px 15px 58px;
  background: url(../images/button-show.png) -5px 50% no-repeat;
}
.button.right a {
  padding: 15px 58px 15px 32px;
  background: url(../images/button-show.png) right -5px center no-repeat;
}
.button.right:before {
  left: auto;
  right: 0px;
}

/* landing section */

.landing-section {
  background: url(../images/landing-bg4-new3.jpg) left top no-repeat;
  background-size: cover;
  /*background:url(../images/background.jpg) left top no-repeat; background-size:100% 100%;*/
}

#signin-menu,
#register-menu,
.home-menu,
.menu-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -26px;
  z-index: 99;
}
#signin-menu {
  right: 0px;
  left: auto;
  background: #04b95d url(../images/signin-button.png) right 22px center
    no-repeat;
}
#register-menu {
  background: #04b95d url(../images/register-icon.png) left 22px center
    no-repeat;
}
.menu-icon {
  right: 0px;
  left: auto;
  background: #04b95d url(../images/menu-btn-icon.png) right 22px center
    no-repeat;
}
.home-menu {
  background: #04b95d url(../images/home-icon.png) left 22px center no-repeat;
}

.landing-section #menu-list {
  position: absolute;
  bottom: 135px;
  left: 46%;
  width: 240px;
  height: 75px;
  margin-left: -111px;
  /*background:url(../images/menu-icon.png) left top no-repeat; background-size:100% auto;*/
  cursor: pointer;
}
.landing-section #contact-menu {
  position: absolute;
  right: 80px;
  bottom: 30px;
  width: 112px;
  height: 146px;
  opacity: 1;
}
.landing-section #contact-menu a {
  float: left;
  width: 112px;
  height: 146px;
  background: url(../images/contact-icon2.png) 50% 50% no-repeat;
}
.landing-section #contact-menu a img {
  max-width: 100%;
  display: none;
}
.landing-section #contact-store {
  position: absolute;
  left: 20px;
  bottom: 0px;
  width: 100%;
  height: 90px;
  opacity: 1;
}
.landing-section .store {
  width: 100px;
  float: left;
  margin-left: 5px;
}
/*.landing-section .landing-comp {position:absolute; left:0px; top:0px; background:url(../images/landing-compy.png) 50% 50% no-repeat; background-size:auto 93%; width:100%; height:100%;}*/

/* signin section */

header {
  float: left;
  width: 100%;
  border-top: solid 6px #000;
}
header .logo {
  padding: 20px 0px;
}
.signin-section .signin-form {
  float: left;
  width: 100%;
  margin-top: 120px;
}
.signin-section .signin-form label {
  float: left;
  width: 100%;
}
.signin-section .signin-form .signin-btn {
  margin-top: 70px;
}
footer {
  float: left;
  width: 100%;
  background: #000;
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
  margin-top: 40px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Register */

.register-section .signin-form {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.register-section .radio-box {
  margin-bottom: 30px;
}
.register-section .radio-box label {
  float: left;
  width: auto;
  font-size: 23px;
  color: #2f2f2f;
  padding-right: 40px;
  margin: 0px;
}
.register-section .register-btn {
  margin-top: 70px;
}
.register-section .secret-question .select-box {
  border-bottom: 0px;
  height: 53px;
}
.register-section .secret-question .input-main {
  position: relative;
  clear: both;
}
.register-section .secret-question .input-main:before {
  content: "";
  position: absolute;
  left: 3%;
  top: 0px;
  border-top: solid 1px #a0a0a0;
  width: 94%;
  height: 1px;
}
.register-section .secret-question .input-main .input-box {
  border-top: 0px;
  height: 53px;
}

/* menu list */

.menu-section {
  background: url(../images/menu-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.menu-section .menu-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.menu-section .menu-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 25%;
  transform: translate(-50%, -50%);
}
.menu-section .menu {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.menu-section .menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  border: solid 2px #fff;
  border-radius: 50%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.menu-section .menu ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: pre;
}
.menu-section .menu ul li.nav-story {
  left: 67%;
  top: 0px;
}
.menu-section .menu ul li.nav-solutions {
  left: 90%;
  top: 23%;
}
.menu-section .menu ul li.nav-science {
  left: 94%;
  top: 56%;
}
.menu-section .menu ul li.nav-videos {
  left: 75%;
  top: 85%;
}
.menu-section .menu ul li.nav-testimonials {
  left: 0;
  right: 0px;
  margin: 0 auto;
  width: 200px;
  top: auto;
  bottom: -60px;
}
.menu-section .menu ul li.nav-testimonials a {
  text-align: center;
  padding: 65px 0 0 0;
  line-height: normal;
  background-position: center top;
}
.menu-section .menu ul li.nav-employer {
  left: -2%;
  top: 85%;
}
.menu-section .menu ul li.nav-individual {
  left: -22%;
  top: 56%;
}
.menu-section .menu ul li.nav-psychometric {
  left: -32%;
  top: 23%;
}
.menu-section .menu ul li.nav-identify {
  left: -19%;
  top: 0px;
}

.menu-section .menu ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  background: url(../images/menu-list-icon.png) left top no-repeat;
  background-size: 50px auto;
  line-height: 50px;
  padding: 0 0 0 65px;
}
.menu-section .menu ul li a.right {
  background-position: right top;
  padding: 0 65px 0 0;
}
.menu-section .menu ul li a:hover {
  background-image: url(../images/menu-list-icon-hover.png);
}

/* Coaching Mdule */
a.ui-dialog-titlebar-close.ui-corner-all {
  display: none;
}

/* contact */

.contact-section .signin-form {
  float: left;
  width: 100%;
  margin-top: 120px;
}
.contact-section .signin-form label {
  float: left;
  width: 100%;
}
.contact-section .signin-form .signin-btn {
  margin-top: 70px;
}

/* solutions section */

.recruitment-box {
  float: left;
  width: 100%;
  border: solid 1px #bcbcbc;
  background: #fff;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.08);
  margin-top: 60px;
  padding-bottom: 20px;
  min-height: 426px;
}
.recruitment-box .img {
  float: left;
  width: 100%;
  border-bottom: solid 1px #bcbcbc;
  overflow: hidden;
}
.recruitment-box .img img {
  transition: all 0.5s;
}
.recruitment-box:hover .img img {
  transform: scale(1.2);
}

.recruitment-box h3 {
  float: left;
  width: 100%;
  padding: 20px 20px 0 20px;
  min-height: 70px;
  margin: 0px;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 700;
}
.recruitment-box h3 a {
  display: block;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 700;
}
.recruitment-box p {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin: 0px;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 20px;
}
.recruitment-img {
  float: left;
  width: 100%;
  margin-top: 160px;
}

/* client section */

body.client-overflow {
  overflow: auto;
}
.client-section {
  float: left;
  width: 100%;
  background: #252525;
  overflow: hidden;
}

.client-section .client-leftbar {
  float: left;
  width: 100%;
}

.client-section .client-rightbar {
  background: #fff;
  padding-bottom: 20000em;
  margin-bottom: -20000em;
}

/****  Milan Start  **** Current Roles *******/

/* Sidebar */
.client-leftbar .user-profile {
  margin: 50px 0;
  text-align: center;
}
.client-leftbar .user-profile img {
  display: inline-block;
  margin-right: 10px;
}
.client-leftbar .user-profile span {
  color: #fff;
}
.client-leftbar .back-link a {
  color: #9e9e9e;
  margin: 10px 20px 20px;
  display: block;
  text-decoration: none;
}
.client-leftbar .back-link a span {
  margin-right: 10px;
}
.client-leftbar {
  padding-top: 100px;
  height: auto;
  max-height: 100%;
}
.client-leftbar ul {
  padding-left: 20px;
}
.client-leftbar ul li {
  border-bottom: 1px solid #484848;
}
.client-leftbar ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #ddd;
}
.client-leftbar ul li a:hover {
  color: #04b95d;
}
.client-leftbar ul li:last-child {
  border: 0;
}
.client-leftbar ul li.active a {
  color: #04b95d;
}
/*Sidebar END*/

.current-rolesleftbar .green-circle {
  margin-right: 20px;
  background: #04b95d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 20px;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.current-rolesleftbar .yellow-circle {
  margin-right: 20px;
  background: #fff000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 20px;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.current-rolesleftbar .red-circle {
  margin-right: 20px;
  background: #ff0000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 20px;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.current-rolesleftbar .black-circle {
  margin-right: 20px;
  border: 2px solid #000;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 20px;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.content-toplink {
  margin: 50px 0;
}

.current-rolesleftbar {
  border-right: 1px solid #a4a4a4;
}
.current-rolesleftbar ul li {
  margin: 10px 0;
}

#current-opportunities .random-profilediv {
  border-bottom: 1px solid green;
  border-left: 1px solid green;
}
.talent-section .random-profilediv .profile-outer {
  position: absolute;
  white-space: nowrap;
  height: auto;
  max-height: 180px;
  overflow: auto;
  width: auto;
  padding: 5px;
}
.random-profilediv .profile-outer .box {
  /*background-image:url(../images/profile-icon-green.png);*/
  background-position: center bottom;
  background-repeat: no-repeat;
  float: left;
  width: 32px;
  height: 32px;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px #333;
}
.talent-section .random-profilediv .profile-outer .mCustomScrollBox {
  padding-right: 20px;
}
.random-profilediv .profile-outer .box.green {
  background-color: #70ad47;
}
.random-profilediv .profile-outer .box.green.top-candidate {
  box-shadow: 0px 0px 0px 4px #000;
  position: relative;
}
.random-profilediv .profile-outer .cust-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
}
.random-profilediv .profile-outer .cust-name1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
}
.random-profilediv .profile-outer .box.green.top-candidate1 {
  position: relative;
}
/*.random-profilediv .profile-outer .box.green .top-candidat.active{box-shadow: 0px 0px 2px 0px #000;}*/
.random-profilediv .profile-outer .box.yellow {
  background-color: #fff000;
}
.random-profilediv .profile-outer .box.red {
  background-color: #ff0000;
}

/* talent-pool page */
@media (min-width: 768px) {
  .v-middle {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
  }
}
.talent-section {
  margin: 30px 0;
}

.current-rolesleftbar .circle {
  position: relative;
  display: block;
  background-color: transparent;
  color: #222;
  text-align: center;
}
.current-rolesleftbar .circle:after {
  display: block;
  margin: 0 auto;
  padding-bottom: 60%;
  width: 60%;
  height: 0;
  border-radius: 50%;
  background-color: #04b95d;
  content: "";
}
.current-rolesleftbar .circle_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.current-rolesleftbar .circle_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.current-rolesleftbar .circle_content {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.current-rolesleftbar ul li a {
  color: #333;
}
.current-rolesleftbar ul li a:hover,
.current-rolesleftbar ul li.active a {
  color: #04b95d;
}

.user-progress {
  margin-top: 50px;
}
.user-progress .row {
  margin-bottom: 40px;
}
.user-progress .field-lbl {
  font-size: 20px;
  color: #000000;
  line-height: normal;
  margin-top: 22px;
}
.user-progress .inline-middle {
  display: inline-block;
  vertical-align: middle;
}
.user-progress ul {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0 10px 0 0;
}
.user-progress ul li {
  float: left;
  margin-right: -28px;
}
.user-progress ul li:last-child {
  margin-right: 0;
}
.user-progress .babu-trigger {
  display: inline-block;
  vertical-align: middle;
}
.relative-box {
  position: relative;
}
.user-progress .relative-box {
  margin-top: 45px;
}
.user-progress .babu-toggle {
  display: none;
  background: #e2e2e2;
  padding: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.user-progress .babu-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-width: 22px 16px 22px 0;
  border-style: solid;
  border-color: transparent #e2e2e2 transparent transparent;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.user-progress .babu-toggle > div {
  font-size: 16px;
  color: #171717;
  text-align: center;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 16px;
}
.user-progress .babu-toggle > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  max-width: 73px;
  margin: 0 auto;
  background: #04b95d;
}
.user-progress .babu-toggle > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.user-progress .babu-toggle > div:last-child:after {
  display: none;
}

.toggle-wrap {
  position: relative;
}
.user-progress .babu-toggle.singleToggle {
  display: block;
  transform: translate(100%, -50%);
  z-index: 999;
}

.slideMenu {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.slideMenu .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideMenu .owl-nav .owl-prev,
.slideMenu .owl-nav .owl-next {
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
}
.slideMenu .owl-nav .owl-prev {
  float: left;
  transform: rotate(226deg);
}
.slideMenu .owl-nav .owl-next {
  float: right;
}

.slideMenu .owl-carousel .owl-stage-outer {
  z-index: 9999;
}
.slideMenu .owl-carousel {
  padding: 0 30px;
}
.slideMenu .owl-carousel .owl-stage {
  white-space: nowrap;
}
.slideMenu .owl-carousel.owl-drag .owl-item {
  float: left;
  width: auto !important;
  margin: 0 !important;
}
.slideMenu .owl-carousel.owl-drag .owl-item a {
  font-size: 19px;
  color: #000;
  padding: 4px 18px;
}
.slideMenu .owl-carousel.owl-drag .owl-item a.active,
.slideMenu .owl-carousel.owl-drag .owl-item a:hover {
  color: #04b95d;
  text-decoration: none;
}
.slideMenu .owl-carousel.owl-drag .owl-item a:focus {
  text-decoration: none;
}

/* Milan END ---------------*/

/* Dhaval Start ------------- */

.client-section .client-dashbord {
  margin: 100px 0px 45px 0px;
}
.client-section .col-md-3 span {
  font-size: 23px;
  color: #2f2f2f;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
.client-section .col-md-3 img {
  margin-top: 35px;
  min-height: 230px;
  text-align: center;
}
.client-section .col-md-3 .title {
  font-size: 20px;
  color: #2f2f2f;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.client-section .cust-img {
  display: inline-block;
  text-align: center;
  position: relative;
}
.client-section .cust-main {
  margin: 130px 0 100px 0;
}
.client-section .cust-main.over-img .cust-img img:hover {
  background-color: #bababa;
  background-image: url(images/download.png);
}
.client-section .col-md-3 img {
  text-align: center;
}
.client-section .cust-btn {
  margin-top: 50px;
  margin-bottom: 50px;
}
.client-section .cust-border {
  position: relative;
  border: 3px solid #a0a0a0;
  margin-top: 35px;
}
.client-section .cust-border img {
  margin-top: 0;
}

.client-section .cust-border .cust-effect:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(160, 160, 160, 0.72) url(../images/download.png) no-repeat
    center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.client-section .cust-border:hover .cust-effect:before {
  visibility: visible;
  opacity: 1;
}
.client-section .cust-border .paypal:before {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(160, 160, 160, 0.72) url(../images/paypal.png) no-repeat
    center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.client-section .cust-border:hover .paypal:before {
  visibility: visible;
  opacity: 1;
}
.client-section .upload-btn {
  border: 3px solid #a0a0a0;
  background-color: #fff;
  width: 100%;
  font-size: 11px;
  padding: 14px 0;
  color: #000;
  text-align: center;
  margin-bottom: 6px;
}
.client-section .panel-default > .panel-heading {
  display: inline-block;
  background-color: #fff;
  padding: 12px 0;
  border-radius: 0;
  width: 100%;
}
.client-section .panel-heading.accordion-toggle.collapsed {
  border: 3px solid #a0a0a0;
}
.client-section .panel-heading.accordion-toggle {
  border: 3px solid #04b95d;
}
.client-section .panel-heading.accordion-toggle.collapsed .sub-title i {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.client-section .panel-heading.accordion-toggle .sub-title i {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.client-section .panel-default {
  border: none;
  box-shadow: none;
}
.client-section .sub-title {
  font-size: 11px;
  color: #000;
  text-transform: capitalize;
}
.client-section .main {
  margin: 120px 0 40px 0;
}
.client-section .panel-group .panel {
  border-radius: 0;
  border: 0;
}

.client-section .panel-collapse {
  border: 3px solid #a0a0a0;
  font-size: 11px;
  max-height: 225px;
  overflow: auto;
}
.client-section
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top: none;
}
.client-section .upload-btn1 {
  text-align: center;
  padding: 11px 0;
  background-size: 100%;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  background-size: 100% 42px;
  background-image: url(../images/btn-bg1.png);
  background-repeat: no-repeat;
}
.client-section a.upload-btn1 {
  color: #000;
}
.client-section .upload-btn2 {
  text-align: center;
  padding: 11px 0;
  background-size: 100%;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  background-size: 100% 42px;
  background-image: url(../images/btn-bg2.png);
  background-repeat: no-repeat;
}
.client-section .panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  text-decoration: none;
}
.client-section .sub-title i {
  display: inline-block;
  float: right;
  width: 15px;
  height: 13px;
  padding-right: 3px;
}
.client-section .panel-default > .panel-heading:focus {
  border-color: #04b95d;
}
.client-section .panel-default > .panel-heading:hover {
  border-color: #04b95d;
}
.client-section .upload-btn:focus {
  border-color: #04b95d;
}
.client-section .upload-btn:hover {
  border-color: #04b95d;
}
.client-section .font {
  color: #000;
}
.client-section .ovel-effect {
  border-radius: 50%;
  background-color: #04b95d;
  width: 215px;
  height: 215px;
  margin: 60px 0 140px 0;
  position: relative;
}
.client-section .cust-ovel-effect {
  position: absolute;
  font-size: 28px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  left: 0;
}
/*.client-section .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a.collapsed i{transform: rotate(45deg);}*/
.client-section .cust-md-3 .col-md-3 {
  width: 100%;
}
.client-section .cust-md-4 {
  margin-top: 30px;
}
.client-section .logo-top {
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 23px;
  color: #2f2f2f;
}

.content-toplink ul li a {
  margin: 10px 0;
  color: #000;
}
.content-toplink ul li a:hover {
  color: #04b95d;
}
.content-toplink ul li.active a {
  color: #04b95d;
}

.current-rolesleftbar ul li {
  padding: 5px 0;
}
.cust-top {
  margin-top: 50px;
}
.cust-nav-tab .nav-tabs {
  border: none;
}
.cust-nav-tab .nav {
  border: 2px solid #a0a0a0;
  width: 100%;
  max-width: 500px;
}
.cust-nav-tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}
.cust-nav-tab .nav-tabs > li {
  max-width: 248px;
  width: 100%;
  text-align: center;
  margin-bottom: -2px;
}
.cust-nav-tab .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  opacity: 1;
  color: #000;
}
.cust-nav-tab .cust-nav-tab .nav-tabs > li.active a {
  background-color: #04b95d;
}
.cust-nav-tab .cust-nav-tab .nav-tabs > li a:hover {
  background-color: #04b95d;
}
.cust-nav-tab .nav-tabs > li.active > a {
  background-color: #04b95d;
  color: #fff;
}
.cust-nav-tab .nav-tabs > li > a:hover {
  border-color: transparent;
}
.cust-tab-pane .list-inline > li {
  padding-right: 20px;
}
.cust-tab-pane .list-inline > li:last-child {
  padding-right: 0;
}
.cust-rolesleftbar {
  margin-top: 180px;
  margin-bottom: 60px;
}
.cust-rolesleftbar .space-right {
  margin-right: 12px;
}
.cust-rolesleftbar ul li {
  padding: 10px 0;
}
.img-icon {
  padding-right: 10px;
  display: block;
  position: relative;
  margin: 10px 0 20px 0;
  text-align: center;
}
.cust-list-unstyled {
  margin: 0;
  padding: 0;
}
.cust-list-unstyled ul {
  display: inline-block;
  position: relative;
  float: left;
  list-style: none;
  padding-left: 0;
}
.cust-list-unstyled ul li {
  border: 0;
}
.img-icon1 {
  padding-right: 10px;
  display: block;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
.cust-list-unstyled ul li img {
  text-align: center;
}
.client-leftbar ul li a img {
  float: right;
  padding-top: 5px;
  vertical-align: middle;
}

.cust-list {
  padding-left: 30px;
}
.cust-list .client-leftbar {
  padding-top: 100px;
  height: auto;
  max-height: 100%;
}
.cust-list .client-leftbar ul {
  padding-left: 50px;
}
.cust-list .client-leftbar ul li {
  border-bottom: 1px solid #484848;
}
.cust-list .client-leftbar ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #ddd;
}
.cust-list .client-leftbar ul li a:hover {
  color: #04b95d;
}
.cust-list .client-leftbar ul li:last-child {
  border: 0;
}
.cust-list .client-leftbar ul li.active a {
  color: #04b95d;
}
.client-leftbar .back-link a img {
  float: left;
  padding-right: 14px;
  padding-top: 5px;
}

.cust-requir {
  margin-top: 15px;
}
.cust-requir .client-rightbar {
  background-color: transparent;
}
.cust-nav .navbar-inverse {
  background-color: transparent;
  margin-bottom: 70px;
}
.cust-requir .cust-client-section {
  float: left;
  width: 100%;
  background: transparent;
  overflow: hidden;
}
.cust-requir .main-border {
  margin: 40px 0 30px;
}
.cust-requir .main-border1 {
  margin: 0 0 40px;
}
.cust-requir .img-border {
  border: 1px solid #bcbcbc;
}

.cust-requir .txt-border {
  border: 1px solid #bcbcbc;
  border-top: none;
  padding: 10px;
  min-height: 150px;
}
.cust-requir .txt-border h4 {
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2f;
}
.txt-border p {
  font-size: 14px;
  color: #2f2f2f;
}
.cust-requir .img-border1 img {
  margin-top: 100px;
}
/*#form_addindividual select.form-control{padding: 6px 8px;}*/
.cust-cap {
  padding-bottom: 45px;
}
.client-section .client-rightbar .profile-new-role-list .add-role {
  float: right;
  margin: 20px 0;
  padding: 5px 20px;
}
.sweet-alert h2 {
  font-size: 16px;
}
.sweet-alert .btn-lg,
.btn-group-lg > .btn {
  padding: 5px 26px;
  background-color: #04b95d;
  border-color: #008541;
  color: #fff;
  border-radius: 0;
}
.sweet-alert {
  margin-top: -10px !important;
  margin-left: -200px !important;
  top: 30%;
}
.sweet-alert .btn-lg,
.btn-group-lg > .btn-primary:active {
  background-color: #04b95d !important;
  border-color: #008541 !important;
}
.forgot-section .cust-top {
  margin-top: 70px !important;
  margin-bottom: 25px;
}
.forgot-section .cust-top .form-control {
  margin-bottom: 40px;
}
.forgot-section .cust-top input[type="submit"] {
  margin-bottom: 35px;
}

.cust-main .cust-yellow {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  bottom: -70px;
  left: 55%;
}
.cust-main .cust-green {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  bottom: -80px;
  right: 40%;
}
.cust-main .cust-yellow1 {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  top: -90px;
  right: 48%;
}
.cust-main .cust-green1 {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  top: -80px;
  left: 48%;
}
.cust-main .middle-img {
  position: absolute;
  z-index: 999;
  max-width: 28px;
  max-height: 28px;
  left: 49%;
  top: 30%;
}
.cust-main .btm-yellow {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  top: -80px;
  right: 35%;
}
.cust-main .btm-green {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  top: -80px;
  right: -35px;
}
.cust-main .top-green {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  bottom: -80px;
  right: 35%;
}
.cust-main .cust-gr {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  bottom: -70px;
  right: -30px;
}
.cust-main .cust-gr1 {
  position: absolute;
  z-index: 999;
  max-width: 50px;
  max-height: 50px;
  top: -80px;
  left: 55%;
}
.cust-main .career-dev {
  position: absolute;
  z-index: 999;
}
.cust-main .career-dev span {
  font-size: 17px;
}
.cust-main .dev-icon {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cust-main .dev-icon img {
  position: relative;
  min-height: 50px;
  max-width: 50px;
}
.cust-main .main-career {
  padding-top: 70%;
  text-align: center;
}

.forgot-section .cust-top .cust-control {
  margin-bottom: 0 !important;
}

/*.client-section .cust-md-3 .yellow::after {content: url(../images/menu-yellow.png); position: absolute; z-index: 999; bottom: -75px;}
.client-section .cust-md-3 .green::after{content: url(../images/menu-yellow.png); position: absolute; z-index: 999; bottom: -75px; right: 42%;}
.client-section .cust-md-3 .yellow1::before {content: url(../images/menu-yellow.png); position: absolute; z-index: 999; top: -75px;}
.client-section .cust-md-3 .green1::before{content: url(../images/menu-yellow.png); position: absolute; z-index: 999; top: -80px; right: 50%;}*/
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  z-index: 999;
}

.register-section .suggestion-box {
  position: relative;
  z-index: 999;
}
.suggestion-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 9999;
  position: absolute;
}
.suggestion-list li {
  padding: 10px;
  background: #e1e1e1;
  border-bottom: #f0f0f0 1px solid;
}
.suggestion-list li:hover {
  background: #f0f0f0;
}
.client-section .jobs-list .cust-success {
  min-width: 100px;
}

/* Dhaval END ------------- */

.forgot-section .signin-form {
  float: left;
  width: 100%;
  margin-top: 120px;
}

.rt-btn {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  border: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px;
  min-width: 138px;
}
.rt-btn.green-btn {
  background-image: url(../images/btn-bg1.png);
}
.rt-btn.yellow-btn {
  background-image: url(../images/btn-bg2.png);
}
.rt-btn.cv-btn {
  margin: 50px 0 20px;
}
.job-application {
  margin-top: 50px;
}
.job-application .xs-ball {
  max-width: 60px;
  margin-bottom: 32px;
}
.job-application .gola-wrap {
  margin-top: 50px;
}
.job-application .gola-wrap img {
  display: block;
  max-width: 70px;
  margin: 0 auto 30px;
}
.job-application .field-lbl {
  font-size: 18px;
  color: #000000;
  line-height: normal;
  margin-top: 14px;
}
.job-application .submit-btn {
  margin-top: 100px;
}
.job-application .rt-btn {
  margin-top: 8px;
  color: #fff;
}
.job-application .rt-btn.submit-btn {
  margin-top: 100px;
}

/* recruitment solution page */

.panel-title {
  margin-bottom: 5%;
}
.solutions-section p {
  margin-bottom: 15px;
}
.solutions-section2-target-recritment b,
.solutions-section2-target b {
  color: #04b95d;
  cursor: pointer;
}

.solutions-section .ds-lft img,
.solutions-section .ds-rgt img {
  max-width: 100%;
  display: block;
  width: 50%;
  display: inline-block;
  margin-left: 20%;
}
.identify-section .ds-lft img,
.identify-section .ds-rgt img {
  max-width: 100%;
  display: block;
  width: 50%;
  display: inline-block;
  margin-left: 20%;
}
.identify-section .col-sm-6.col-xs-12 {
  margin-bottom: 5%;
}
/*.science-section img { max-width:100%; display:block; width:50%; display:inline-block;}*/
.assessment_status {
  cursor: pointer;
}

.solutions-section .ds-lft,
.identify-section .ds-lft {
  float: left;
}

.client-section .ds-que img {
  max-height: 180px;
}

/* mln css */

.mln-default-button {
  background: url(../images/btn-bg1.png) no-repeat;
  background-size: 100%;
}
.mln-default-button:hover {
  background: url(../images/btn-bg2.png) no-repeat;
  background-size: 100%;
}

.jobs-list button.mln-button {
  min-width: auto;
  border-color: transparent;
}
.jobs-list select {
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  float: right;
  cursor: pointer;
  outline: none;
}
.jobs-list select.filter {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/filter1.png) no-repeat right center;
  background-position-x: 96%;
}

.jobs-list nav ul {
  float: right;
  width: auto;
}
.jobs-list ul {
  width: 100%;
  float: left;
  padding: 0;
}
.jobs-list ul li {
  list-style-type: none;
  border-top: 1px solid #e2e2e2;
  padding: 10px 0;
}
.jobs-list ul li .mln-main {
  display: inline-block;
  width: 100%;
}
.jobs-list ul li .mln-left {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.jobs-list ul li .mln-date {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
}
.jobs-list ul li .mln-right {
  display: inline-block;
  vertical-align: middle;
}
.jobs-list ul li .mln-right table {
  margin: 0;
}
.jobs-list ul li .mln-right table tr > td button {
  /*background: url(../images/btn-bg1.png); border: 0; color: #fff; padding: 10px 15px; outline: 0; background-size: 100%; */
  min-width: 15px;
  font-size: 20px;
}
/*.jobs-list ul li .mln-right table tr > td button:hover{ background: url(../images/btn-bg2.png); background-size: 100%; color: #000;}*/
.jobs-list ul li .mln-right table tr > th,
.jobs-list ul li .mln-right table tr > td {
  border: 0;
  padding: 3px 8px;
}

.davhideselect {
  display: none;
}
.table-responsive {
  overflow-x: visible;
}

.suitability_box.green {
  background-color: #70ad47;
}

.suitability_box.yellow {
  background-color: #fff000;
}

.suitability_box.red {
  background-color: #ff0000;
}

.suitability_box img {
  /*background-image: url(../images/profile-icon-green.png);*/
  background-position: center bottom;
  background-repeat: no-repeat;
  float: left;
  width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 2px 0px #333;
}

.mandatory {
  color: red;
}

.client-section form {
  padding-top: 15px;
}
.ds-btn {
  color: #fff;
  background-color: #04b95d;
  font-size: 18px;
  padding: 5px 25px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid #008541;
  border-radius: 4px;
}
.ds-btn:hover {
  background-color: #008541;
  color: #fff;
  border-color: #adadad;
}
.btnmycv {
  color: #fff !important;
}

.graph {
  margin-top: 100px;
}

.circle {
}

.circle {
  transform: translate(0, 0);
  transition: 0.4s;
  display: flex;
  margin: 0 15px;
  text-decoration: none;
  background: linear-gradient(#fdfc47, #24fe41);
  height: 120px;
  width: 120px;
  border-radius: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  font-weight: 700;
  cursor: pointer;
}

.reset {
  transform: translate(0, 0);
  transition: 0.4s;
  display: flex;
  margin: 0 15px;
  text-decoration: none;
  background: linear-gradient(#fdfc47, #24fe41);
  height: 120px;
  width: 120px;
  border-radius: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  font-weight: 700;
  cursor: pointer;
}

.circle.active {
  transform: translate(-120px, 60px);
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 130px;
  left: 180px;
}

.filter_text {
  margin-bottom: 30px;
}

.main_section {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 999;
}

.talent-section {
  margin: 0;
}

.graph-box {
  height: 350px;
  width: 100%;
  border-left: 15px solid #92d050;
  border-bottom: 15px solid #92d050;
  margin-bottom: 80px;
  border-radius: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
}

.circle .text_content {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  transform: translate(0, 20px);
  position: absolute;
  top: 100%;
  cursor: pointer;
}

.circle.active .text_content {
  visibility: visible;
  opacity: 1;
  transition: 3s;
  transform: translate(0, 0);
  position: absolute;
  top: 100%;
  width: 300px;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background-color: #fff;
  z-index: 9;
}

.client-section > .container-fluid > .row {
  min-height: inherit !important;
  height: 100vh;
}

.circle ul li a {
  color: #dd312e;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 10px;
  transform: 0.2s;
}

.circle ul li:hover a {
  color: #000;
  transition: 0.2s;
}

.text_content ul {
  max-height: 300px;
  overflow-y: auto;
}

.green_box_list {
  margin-bottom: 60px;
}

.graph .container {
  margin: 0 auto;
  padding: 0 30px;
}

.green_box {
  background-color: #92d050;
  padding: 15px;
  color: #ffffff;
  border-radius: 8px;
}

.green_box p {
  font-size: 16px;
  font-weight: 600;
}
