*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
		letter-spacing: normal;
	--primary: #D56228;
	--dark-gray: #333333;
	--white: #fff;
	--black:#000;
	font-family: 'Roboto', sans-serif;
}
body{
	font-size: 16px;
	line-height: 20px;
}
img{
	max-width: 100%;
	display: block;
}
a{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
p {
	word-wrap: break-word;
}

:focus, :focus-within, :focus-visible {
	outline: 0;
	outline-offset: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.8);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.8);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.8);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.8);
}
input[type="radio"], input[type="checkbox"], input[type="file"], input[type="submit"], select, button{
	cursor: pointer;
}
input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
    cursor: pointer; 
}
.center-wr{
	max-width: 1320px;
	width: 100%;
	margin: 0px auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clearfix:before, .clearfix:after{ 
	content: ""; 
	display: table; 
}
.clearfix:after { 
	clear: both;
}
.clearfix { 
	*zoom: 1; 
}
.clr{
	clear: both;
}
.align-center{text-align:center;}
.align-right{text-align:right;}
/* Banner Block */

/* Container with background image */
.banner-wrapper {
    background-image: linear-gradient(90deg, rgba(74, 108, 111, 01) 9%, rgba(34, 34, 34, 0) 25%, rgba(34, 34, 34, 0) 37%, rgba(74, 108, 111, 01) 59%), url(../images/staffing-talent-banner-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 350px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.banner-wrapper:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(74, 108, 111, 0.8);
    mix-blend-mode: multiply;
    z-index: -1;
}
.banner-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#4a6c6f, #4a6c6f);
    mix-blend-mode: color;
    pointer-events: none;
    z-index: -1;
}
.banner-wrapper h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Roboto Condensed';
}
/* Banner Block */
/* left Right Content */
.staff-left-right-wrapper {
    padding: 50px 0px 10px;
}
.staffing-image {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
}
.staffing-content {
    width: 54%;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Roboto Condensed';
    display: inline-block;
    vertical-align: middle;
}
.staffing-content .list-block {
    margin: 29px 0px;
}
.staffing-content .list-block ol {
    padding-left: 18px;
}
.content-title {
    padding-bottom: 34px;
}
.staffing-content p, .staffing-content .list-block ol li  {
    font-family: 'Roboto';
}
/* left Right Content */


/*form css started*/

/* Staffing Needs Analysis Starts @staffing  */
.align-center {
    text-align: center;
}
.form-frame-wrapper {
    display: none;
}
.first-step-form {
    display: block;
}
.form-frame-wrapper {
    padding: 47px 70px;
    box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    margin-top: 70px;
}
.steps-form-wr.talent-assessment-wr {
    padding: 35px 0px 120px;
    overflow: hidden;
}
.template-staffing-needs-analysis .header-section {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 54px 0px 20px;
    top: 0;
    background: #000;
        font-family: 'Roboto Condensed';
}
.form-checkboxes-wr {
    display: flex;    
    justify-content: space-between;
}
.form-checkboxes-wr .form-group.form-field:nth-child(1) {
    margin-left: 0;
}
.first-step-form {
	padding-bottom: 160px;
}
.first-step-form .form-checkboxes-wr .form-group.form-field {
    width: 15.5%;
    display: flex;
    flex-direction: row;
}
.first-step-form .back-next-btn {
    margin-top: 0;
}
.form-checkboxes-wr .form-field label {
    font-weight: 700;
    color: #000;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    min-height: 80px;
    cursor: pointer;
    position: relative;
    border: 1px solid #000;
    margin: 0;
    text-align: center;
    padding: 15px 21px;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 13px;
    font-family: "Roboto Condensed", sans-serif;
}
.form-checkboxes-wr input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    width: 10px;
}
.begin-top-content h1 {
    color: #5e7d7f;
    font-size: 39px;
    line-height: 60px;
    font-weight: 500;
    margin: 20px 0px;
    font-family: "Roboto Condensed", sans-serif;
}
.begin-top-content {
    width: 66%;
}
.apply-career {
    width: 32%;
    background: #486c6e;
    margin-top: 28px;
    position: relative;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    overflow: unset;
}
.apply-career::before {
    content: '';
    width: 117%;
    height: 100%;
    display: block;
    background: #486c6e;
    position: absolute;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}
.apply-left-content {
    padding: 44px 0px 44px 102px;
    position: relative;
    z-index: 1;
}
.apply-left-content h4 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: normal;
    margin: 0;
    position: relative;
}
.apply-left-content h4::before {
    content: '';
    position: absolute;
    background: url(../images/white_connect_consult_image.svg) no-repeat;
    width: 43px;
    height: 42px;
    background-size: 36px;
    left: -69px;
    z-index: 1;
    display: block;
    top: 3px;
}
a.connect-btn:focus {
  outline: none;
}  
.begin-top-content p {
    font-size: 15px;
    line-height: 26px;
    padding-bottom: 10px;
    margin: 0;
    font-family: 'Roboto';
}
.select-title {
    margin: 45px 0px 43px;
    display: block;
}
.connect-block, .self-assesment-block {
    padding-top: 11px;
}
.select-title h4 {
    font-size: 23px;
    line-height: 31px;
    color: #5e7d7f;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
}
.select-title h4 span {
    font-weight: 400;
}
.form-checkboxes-wr .form-field input:checked + label {
    background-color: #d35e26;
    border: 1px solid transparent;
    color: #fff;
}
.steps-of-form img {
    display: inline-block;
}
.circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    border: 1px solid #000;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif; 
    cursor: pointer;  
}
.circle.active {
    background-color: #364054;
    color: #fff;
    border-color: #364054;
}
.circle.prev {
    background: #d8d8d8;
    border-color: #d8d8d8;
    color: #fff;
}
.steps-block > .back-next-btn , .steps-block > div, .steps-block > span {
    display: inline-block;
    vertical-align: middle;
}
.steps-of-form span, .steps-block span {
    position: relative;
}
.steps-of-form > span:not(:first-child):before {
    content: '';
    position: absolute;
    width: 106px;
    height: 1.5px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    left: -107px;
}
.steps-of-form > span:not(:first-child) {
    margin-left: 101px;
}
.next-button, .back-button, .step-next-first {
    background-color: #d35e26;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none;
    transition: all 0.3s;
}
.next-button, .step-next-first {
    margin-left: 28px;
    padding: 11px 32px 11px 19px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.back-button {
    padding: 11px 19px 11px 32px;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);   
}
.next-button:hover, .back-button:hover, .step-next-first:hover {
    text-decoration: none;
    background: #000;
}
.next-button:focus, .back-button:focus, .step-next-first:focus {
    outline: none;
}
.submit-button {
    display: inline-block;
}
span.step-icon {
    margin-right: 35px;
}
.steps-block {
    margin-left: 79px;
}
/*Second Step*/
.steps-of-form span {
    display: inline-block;
    vertical-align: middle;
} 
.second-step-form .form-checkboxes-wr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 17px 15px;
    margin-left: 76px;
}
.second-step-form .left-select-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 19px 15px;
    width: 58%;
}
.second-step-form .form-checkboxes-wr .form-group.form-field {
    width: 31%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.connect-learning {
    width: 35%;
    background: #486c6e;
    margin-top: 64px;
    position: relative;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    overflow: unset;
}
.connect-learning::before {
    content: '';
    width: 117%;
    height: 100%;
    display: block;
    background: #486c6e;
    position: absolute;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
}
.left-content h4 {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: normal;
    margin: 0;
    position: relative;
}
.left-content {
    padding: 44px 14px 44px 117px;
    position: relative;
    z-index: 1;
}
.left-content h4::before {
    content: '';
    position: absolute;
    background: url(../images/white_connect_consult_image.svg) no-repeat;
    width: 43px;
    height: 42px;
    background-size: 36px;
    left: -69px;
    z-index: 1;
    display: block;
    top: 3px;
}
.connect-btn {
    margin-top: 22px;
    text-decoration: none;
    padding: 13px 37px;
    font-size: 20px;
    line-height: 22px;
    background: #d35e26;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    transition: all 0.3s;
    border: none;
    color: #fff;
    display: inline-block;
}
.connect-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #d35e26;
}
.second-step-form .form-checkboxes-wr .form-field label {
    width: 100%;
    height: 100%;
    justify-content: center;
    min-height: 96px;
}
.form-radio-wr .form-group.form-field {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form-radio-wr {
    display: flex;
    flex-direction: row;
    gap: 0px 60px;
}
.form-radio-wr .form-group.form-field label {
    font-size: 23px;
    line-height: 25px;
    margin-left: 10px;
    margin-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
}
.form-radio-wr .form-group.form-field input {
    width: 18px;
    height: 18px;
}
.form-radio-wr .form-group.form-field input:focus {
    outline: none;
}
.text-input {
    width: 44%;
    margin-top: 24px;
}
.text-input input {
    border: 1px solid #000;
    padding: 7px 19px;
    font-size: 22px;
    line-height: 25px;
    font-style: italic;
    font-family: "Roboto Condensed", sans-serif;
    outline: none;
    width: 87%;
    margin-left: 28px;
}
.text-input input:focus {
    outline: none;
}
.form-group.form-field input::focus {
    outline: none;
}
.text-input input ::placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 200;
}
.back-next-btn {
    margin-top: 50px;
}
/*Second Step*/
/*third Step*/
.large-textarea, .short-textarea {
    display: inline-block;
    vertical-align: top;
    width: 48.6%;
}
.short-textarea {
    margin-left: 2%;
}
.form-textarea-wr .form-group.form-field label {
    font-size: 15px;
    line-height: 27px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 11px;
    display: block;
    margin-bottom: 7px;
    color: #000;
}
.form-textarea-wr .form-group.form-field textarea {
    resize: none;
    outline: none;
    width: 100%;
    height: 120px;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: unset;
}
.form-textarea-wr .large-textarea textarea {
    min-height: 330px;
}
.form-textarea-wr .short-textarea textarea#textarea-2 {
    min-height: 157px;
}
.form-textarea-wr {
    margin-bottom: 130px;
}
/*third Step*/
/*Fourth Step*/
.checkbox-work-wr .form-group.form-field label {
    width: 100%;
    display: flex;
    border: 1px solid;
    padding: 12px 20px;
    justify-content: center;
    border-radius: 8px;
    position: relative;
}
.checkbox-work-wr .form-group.form-field input {
    position: absolute;
    visibility: hidden;
}
.checkbox-work-wr .form-group.form-field {
    position: relative;
    width: 14.6%;
}
.checkbox-work-wr {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 21px;
}
.select-skill {
    display: flex;
    flex-direction: row;
    gap: 10px 33px;
    margin-top: 15px;
}
.point-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    margin-right: 10px;
}
.select-skill select {
  padding: 5px 18px 5px 18px;
  border: 1px solid #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  font-style: italic;
  background: url('../images/drop_down_arrow.svg')no-repeat 94%;
  width: 226px;
}
.select-skill .step {
    display: flex;
    align-items: center;
}
.select-skill select:focus {
    outline: none;
}
.select-skill select option[disabled], .select-skill select ::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.third-step-form .select-title, .fourth-step-form .select-title {
    margin: 54px 0px 36px;
}
.talent-textarea-field, .checkbox-work {
    margin-bottom: 35px;
}
.checkbox-work-wr .form-field input:checked + label {
    background-color: #d35e26;
    border: 1px solid transparent;
    color: #fff;
}

/*Fourth Step*/
/*Fifth Step*/
.input-container input {
    width: 100%;
    padding: 12px 8px;
    border: 1px solid #000;
    font-size: 15px;
    line-height: 20px;
    box-sizing: border-box;
    border-radius: unset;
}
.input-container input:focus {
    outline: none;
}
.checkbox-group {
    display: flex;
    align-items: center;
}
.checkbox-group input[type="checkbox"] {
    margin-right: 5px;
}
.input-container .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.form-error {
    color: #ff0000;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: none;
}
.form-group{
	position: relative;
}
.input-container .form-field {
    flex: 0 0 48%;
    margin-bottom: 14px;
}
.input-container .form-field label, .input-container .form-group {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
}
.input-container .form-field label {
    margin-right: 10px;
}
.form-container.input-container {
    width: 89%;
    margin: 0 auto 200px;
}
.input-container .form-field label {
  width: 23.8%;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  text-align: right;
}
.input-container .checkbox-group {
    width: 67%;
}
.input-container input#subscribe {
    width: 18px;
    height: 16px;
    padding: 0;
    vertical-align: top;
    margin-top: 13px;
}
.input-container .checkbox-group label {
    width: 82%;
    font-weight: 400 !important;
    text-align: left;
    padding-top: 11px;
}
.submit-button-block, .subscribe-label, .checkbox-group {
	display: inline-block;
	vertical-align: top;
}
.circle.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.submit-button {
    background-color: #d35e26 !important; 
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    line-height: 22px !important;
    text-align: left !important;
    font-weight: 600 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
    padding: 11px 32px 11px 32px !important;
    border-radius: unset;
}
.submit-button:hover {
    text-decoration: none !important;
    background: #000 !important;
}
.top-step-form {
    display: none;
}
#checkbox-error {
    position: absolute;
    bottom: -25px;
    color: #f00;
    display: none;
    font-size: 15px;
    line-height: 20px;
}
.subscribe-label {
    margin-top: -10px;
}
.select-apply-field {
    position: relative;
    top: -35px;
}
/* Staffing Needs Analysis Ends @staffing */
/*form css end*/

/* Ajax Loader  */
.reg-loader {
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 999999;
}
.reg-loader img {
  position: fixed;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 64px;
  top: 50%;
  transform: translateY(-50%);
}
.ass-thankyou h2 {
  text-align: center;
  margin-bottom: 25px;
}
.ass-thankyou a {
  text-align: center;
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #d56228;
  border-radius: 5px;
}
.ass-thankyou {
  text-align: center;
}
.pdf-notify p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.pdf-notify {
  margin-top: 25px;
}
/*06/09/2024*/
.message-textarea-field textarea {
    display: inline-block;
    vertical-align: middle;
    width: 87%;
    resize: none;
    border: 1px solid #000;
    font-size: 15px;
    line-height: 20px;
}
.message-textarea-field textarea:focus {
    outline: none;
}
.input-container .message-field-container .form-field {
    width: 100%;
}
.input-container .message-textarea-field label.message-field-label {
    width: 11.3%;
}
.form-row.message-field-container {
    display: none;
}
.fifth-step-form .back-next-btn .step-next-second {
    margin-right: 30px;
}