/* hire developer step form css */
.hiredev_step_form_banner {
    position: relative;
    min-height: 500px;
    padding-top: 110px;
}
.hiredev_step_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 383px;
    background-color: var(--black_color);
    background-image: url(../images/hire_dev_bannerbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hire_devsteprow {
    position: relative;
}
.hiredev_stepleft {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}
.hiredev_stepleft .main_heading {
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 12px;
}
.hiredev_stepleft .main_heading span {
    color: var(--orange_color);
}
.hiredev_stepleft .subheadings {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px;
}
.hiredev_stepleft .subheadings span {
    color: var(--orange_color);
}
/* counter css */
.hire_step_counter_cover {
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #F4F5F8;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.20) 100%), rgba(255, 255, 255, 0.80);
    box-shadow: 9px 30px 40px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(25px);
    padding: 10px 10px;
}
.hire_step_counterbox {
    text-align: center;
    margin: 10px 0;
}
.hire_step_counterbox .counts_headings {
    font-size: 40px;
    font-weight: 700;
    color: var(--orange_color);
    margin-bottom: 6px;
}
.hire_step_counterbox p {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}
/* counter css */
.hire_frm_partnerrow {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}
.hire_frm_partnerrow .h_partner_colm {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.hire_frm_partnerrow .h_partner_logo img {
    height: 65px;
    width: 150px;
}
/* hire developer step form css */
.hiredev_stepright {
    margin-bottom: 50px;
}
.hiredev_stepformcard {
    padding: 35px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 10px rgb(34 33 33 / 33%);
    -webkit-box-shadow: 0 5px 10px rgb(34 33 33 / 33%);
    -moz-box-shadow: 0 5px 10px rgb(34 33 33 / 33%);
}
.hiredev_step_panel {
    display: none;
    height: 100%;
    width: 100%;
}
.hiredev_step_panel.active {
    display: block;
}
.hiredev_step_panel .step_toppart {
    min-height: 500px;
}
.hiredev_step_panel .main_top_head {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 30px;
    text-align: center;
}
.hiredev_step_panel .main_top_head span {
    color: var(--orange_color);
}
.hiredev_step_panel .form_paras {
    color: #495057;
    margin-bottom: 30px;
}
.hiredev_step_forms .frm_heading {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
}
.hiredev_step_forms .frm_heading  span {
    color: var(--orange_color);
}
.hiredev_step_forms .form_group {
    margin-bottom: 20px;
}
.hiredev_step_forms .form_group .frm_label {
    margin-bottom: 8px;
}
.hiredev_step_forms .form_group input, .hiredev_step_forms .form_group select {
    border-radius: 12px;
    border: 1px solid #BBBBBB;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    padding: 0 15px;
}
.hiredev_step_forms .form_group select {
    background-image: url(../images/arrow_down.svg);
     appearance: none;
     -webkit-appearance: none;
     background-repeat: no-repeat;
     background-size: 14px;
     background-position-x: calc(100% - 10px);
     background-position-y: center;
     padding: 0 24px 0 15px;
 }
.hiredev_step_forms .form_group textarea {
    border-radius: 12px;
    resize: none;
    border: 1px solid #BBBBBB;
    background: #ffffff;
    width: 100%;
    height: 105px;
    padding: 10px 15px;
}
.hiredev_step_forms .form_paras {
    color: #495057;
    margin-bottom: 30px;
}
.hire_dev_step_checkboxs {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.hire_dev_step_checkboxs .checkboxdiv {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}
.hire_dev_skill_checkbox {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    line-height: 21px;
    cursor: pointer;
    padding-left: 20px;
}
.hire_dev_skill_checkbox input[type="checkbox"], 
.hire_dev_skill_checkbox input[type="radio"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.hire_dev_skill_checkbox .checkmark {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 2px solid var(--orange_color);
    display: inline-block;
    margin-right: 0;
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 4px;
}
.hire_dev_skill_checkbox .checkmark:after {
    position: absolute;
    content: "";
    left: 1px;
    top: 2px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.hire_dev_skill_checkbox .texts {
    line-height: 21px;
}
.hire_dev_skill_checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: var(--orange_color);
}
.hire_dev_skill_checkbox input[type="radio"]:checked ~ .checkmark {
    background-color: var(--orange_color);
}
.hiredev_step_forms .biglabel {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 15px;
}
.hire_step_buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.hire_step_buttons .btnss, .hire_step_buttons input[type="submit"] {
    display: inline-block;
    border: none;
    background: var(--orange_color);
    color: #fff;
    text-align: center;
    width: 140px;
    height: 45px;
    line-height: 45px;
    border-radius: 2em;
    cursor: pointer;
    text-transform: capitalize;
    padding: 0 15px;
    font-family: inherit;
}
.hiredev_step_forms_thankyou .imageboxwrap {
    margin-bottom: 40px;
}
.hiredev_step_forms_thankyou .imgbox {
    display: inline-block;
}
.hiredev_step_forms_thankyou .imgbox img {
    width: 180px;
}
.jobpost_steps {
    display: none;
}
.jobpost_steps.active {
    display: block;
}
/*======== select 2 css ======*/
.select2-container {
    width: 100% !important;
}
.select2-dropdown .select2-results__option {
    position: relative;
  }
.hiredev_step_forms .select2-container {
    width: 100% !important;
}
.hiredev_step_forms .select2-container .select2-selection--multiple {
    min-height: 50px;
    border: none !important;
    background: #F4F5F8 !important;
    padding: 10px 19px 11px;
    border-radius: 12px;
}

.select2-dropdown {
    z-index: 1 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--orange_color);
    color: white;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--orange_color);
    border: 1px solid #fff;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, 
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: var(--orange_color);
    color: #fff;
    outline: none;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 21px;
}
.select2-dropdown .select2-results__option {
    text-transform: capitalize;
}
/*======== select 2 css ======*/
.thankyou_steppanel .step_toppart {
    display: flex;
    align-items: center;
}
.hiredev_step_forms_thankyou {
    width: 100%;
}
/*======== hire step candidate card css ======*/
.hire_step_candidate_carddiv {
    margin-bottom: 30px;
}
.hire_step_candidate_card {
    display: flex;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-box-shadow: -2px 5px 11px 0px rgba(28, 28, 28, 0.10);
    -moz-box-shadow: -2px 5px 11px 0px rgba(28, 28, 28, 0.10);
    box-shadow: -2px 5px 11px 0px rgba(28, 28, 28, 0.10);
    background: #fff;
    padding: 10px;
    max-width: 450px;
    border-radius: 10px;
    margin: 0 auto;
    border-top: 4px solid var(--orange_color);
}
.hire_step_candidate_card .imgbox {
    flex: 0 0 auto;
    position: relative;
    border-radius: 8px;
    margin-right: 15px;
}
.hire_step_candidate_card .bgimgs {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 5px;
}
.hire_step_candidate_card .imgs {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    object-fit: cover;
    object-position: 0 0;
}
.hire_step_candidate_card .contentbox {
    flex: 1;
    word-wrap: break-word;
    word-break: break-word;
}
.hire_step_candidate_card .dev_name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}
.hire_step_candidate_card .dev_designation {
    font-size: 13px;
    color: var(--orange_color);
    margin-bottom: 2px;
}
.hire_step_candidate_card .dev_exp {
    font-size: 13px;
    margin-bottom: 10px;
}
.hire_step_candidate_card .hireme_btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    background-color: var(--orange_color);
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 2em;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}
.hire_step_candidate_card .hireme_btn .icns {
    margin-left: 4px;
}
/*======== hire step candidate card css ======*/

/*===================== post a job page css ==================*/
.jobpost_setp_p_row {
    position: relative;
}
.job_frm_colleft, .job_frm_colright {
    margin-bottom: 60px;
}
.hire_step_buttons .btnss {
    border-radius: 10px;
}
.hire_step_buttons {
    margin-top: 25px;
}
select {
    cursor: pointer;
}
select:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow:none;
}
.job-post-form .jobpost-lable {
    display: block;
    margin-bottom: 8px;
}
.job-post-form .jp-tagline {
    display: block;
    margin-bottom: 10px;
    color: #A4A7AB;
    font-weight: 400;
    line-height: 20px;
}
.job-post-form .form_group select {
    color: #A4A7AB;
}
.job-post-form .form_group select option {
    color: #1C1C1C;
}
.job-post-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A4A7AB;
  }
  .job-post-form input::-moz-placeholder { /* Firefox 19+ */
    color: #A4A7AB;
  }
  .job-post-form input:-ms-input-placeholder { /* IE 10+ */
    color: #A4A7AB;
  }
  .job-post-form input:-moz-placeholder { /* Firefox 18- */
    color: #A4A7AB;
  }
/*=== job post form ===*/
/*job left form new css*/
.hiredev_step_form_banner {
    padding-top: 130px;
}
.jobpost_leftform {
    text-align: left;
    padding: 50px 30px 50px;
    border-radius: 10px;
    background-color: #f7f7f7;
    box-shadow: 0px 5px 10px 0px rgba(28, 28, 28, 0.1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100%;
}
.jobpost_leftinr {
    position: relative;
}
.jobpost_mainheading {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 1px;
}
.jobpost_mainheading .main_heading {
    font-size: 45px;
    line-height: 53px;
    margin-bottom: 15px;
    font-weight: 400;
    /*color: #ffffff;*/
    margin-bottom: 10px;
}
.jobpost_mainheading .main_heading span {
    color: var(--orange_color);
}
.jobpost_mainheading .infotext {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}
.jobpost_counterbox_cover {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 9px 30px 40px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(25px);
    border-radius: 20px;
}
.jobpost_counterbox {
    text-align: center;
}
.jobpost_counterbox .counts_headings {
    font-size: 40px;
    font-weight: 600;
    color: var(--orange_color);
    margin-bottom: 6px;
}
.jobpost_counterbox_cover .colms {
    padding: 0px 5px;
}
.jobpost_counterbox p {
    color: #1C1C1C;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.jobpost_leftform .hire_frm_partnerrow {
    justify-content: left;
    -webkit-animation: swipe_logos 30s linear infinite backwards;
    -moz-animation: swipe_logos 30s linear infinite backwards;
    -ms-animation: swipe_logos 30s linear infinite backwards;
    -o-animation: swipe_logos 30s linear infinite backwards;
    animation: swipe_logos 30s linear infinite backwards;
    margin-left: 0;
    margin-right: 0;
}
.jobpost_partnerdiv h4 {
    font-size: 28px;
    /*color: #fff;*/
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.jobpost_partnerdiv .hire_frm_partnerrow .h_partner_colm {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.jobpost_logos_wrap {
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    border: 2px dashed #dedede;
    border-left: unset;
    border-right: unset;
    padding: 9px 0px;
}
.jobpost_logos_wrap .h_partner_logo {
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.jobpost_logos_wrap .h_partner_logo img {
    height: auto;
    width: auto;
}
.since_yeartext {
    margin-top: 30px;
}
.since_yeartext p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}
.since_yeartext p span {
   display: block;
}
/*job left new form*/
/*job post testimonial*/
.h_jobpost_carousel_wrap {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.jobpost_testimonialbox {
    padding: 20px 20px 55px 20px;
    background: #ffffff;
}
.h_jobpost_carousel_wrap .owl-carousel .owl-dots {
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    width: 100%;
}
.jobpost_testimonialbox .testipara p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
}
.jobpost_testi_media {
    display: flex;
    word-break: break-word;
    word-wrap: break-word;
}
.jobpost_testi_media .imgbox {
    flex: 0 0 auto;
    margin-right: 10px;
}
.jobpost_testi_media .imgbox img {
    width: 53px;
    height: 53px;
    border-radius: 5px;
}
.jobpost_testi_media .contentdesc .titless {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2px;
}
.jobpost_testi_media .contentdesc .job_postss {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
/*job post testimonial*/
.hiredev_step_forms, .job-post-form-sections {
    height: 100%;
}
.post_form_hide {
    display: none;
}
/*===================== post a job page css ==================*/
/*======== post an job page media =========*/
@media (max-width: 1599px){
    .jobpost_counterbox .counts_headings {
        font-size: 30px;
    }
    .jobpost_counterbox p {
        font-size: 16px;
    }
}
@media (max-width: 1399px){
    .hiredev_stepformcard {
        padding: 30px;
    }
    .jobpost_leftform {
        padding: 20px 15px;
    }
    .jobpost_testimonialbox .testipara p {
        font-size: 16px;
        line-height: 20px;
    }
    .jobpost_testi_media .contentdesc .job_postss {
        font-size: 15px;
    }
    .jobpost_mainheading .main_heading {
        font-size: 40px;
        line-height: 48px;
    }
    .jobpost_logos_wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 991px){
    .jobpost_mainheading .main_heading {
        font-size: 36px;
        line-height: 40px;
    }
    .h_jobpost_carousel .owl-carousel .owl-dots {
         right: 15px !important; 
    }
}
@media (max-width:767px) {
    .hiredev_stepformcard {
        padding: 20px 15px;
    }
    .jobpost_testimonialbox {
        padding: 18px;
    }
    .jobpost_leftform {
        padding: 20px;
    }
    .jobpost_mainheading {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 1px;
    }
    .h_jobpost_carousel_wrap {
        margin-bottom: 30px;
    }
    .jobpost_partnerdiv h4 {
        font-size: 25px;
        margin-bottom: 35px;
    }
    .jobpost_counterbox_cover .colms {
        margin: 10px 0px;
    }
    .jobpost_counterbox .counts_headings {
        font-size: 36px;
    }
    .jobpost_logos_wrap {
        overflow: hidden;
        margin-left: -20px;
        margin-right: -20px;
    }
    .hiredev_step_form_banner {
        padding-top: 100px;
    }
    .jp-thankyou-sec h3 {
        font-size: 20px;
    }
    .jobpost_mainheading .main_heading {
        font-size: 30px;
        line-height: 36px;
    }
    .hiredev_step_forms .form_group input, .hiredev_step_forms .form_group select {
        border-radius: 8px;
        height: 43px;
    }
    .hiredev_step_forms .form_group textarea {
        border-radius: 8px;
    }
}
/*=========== post an job page media ==========*/
/*=============== hire developer page media css =============*/
@media(max-width: 1399px) {
    .hire_step_counterbox p {
        font-size: 16px;
        line-height: 21px;
    }
}
@media(max-width: 991px) {
    .hiredev_step_form_banner .hire_devsteprow, .hiredev_step_form_banner .jobpost_setp_p_row {
        flex-direction: column-reverse;
    }
    .hiredev_stepleft .main_heading {
        font-size: 36px;
        line-height: 40px;
        color: var(--black_color);
    }
    .hiredev_stepleft .subheadings {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 30px;
    }
    .hire_frm_partnerrow {
        margin-top: 50px;
    }
}
@media(max-width: 767px) {
    .hiredev_step_form_banner {
        padding-top: 90px;
    }
    .hiredev_stepleft {
        margin-top: 20px;
    }
    .hire_frm_partnerrow {
        margin-top: 10px;
    }
    .hire_dev_step_checkboxs .checkboxdiv {
        width: 100%;
    }
    .hiredev_step_bg {
        height: 280px;
    }
    .hiredev_stepleft .main_heading {
        font-size: 30px;
        line-height: 36px;
    }
    .hiredev_step_forms .biglabel {
        font-size: 17px;
    }
    .hiredev_step_panel .main_top_head {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .hiredev_step_forms .frm_heading {
        font-size: 22px;
        line-height: 30px;
    }
    .hiredev_stepformcard {
        padding: 20px 15px;
    }
    .hire_step_buttons .btnss, .hire_step_buttons input[type="submit"] {
        width: 110px;
        height: 42px;
        line-height: 42px;
        border-radius: 2em;
    }
    .hiredev_step_forms_thankyou .imageboxwrap {
        margin-bottom: 30px;
    }
    .hiredev_step_forms_thankyou .imgbox img {
        width: 120px;
    }
    .hire_step_candidate_card {
        max-width: 100%;
    }
    .hire_step_candidate_card .dev_name {
        font-size: 24px;
    }
}
@media(max-width: 390px) {
    .hire_step_candidate_card {
        flex-wrap: wrap;
    }
    .hire_step_candidate_card .contentbox {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 5px;
    }
}
/*=============== hire developer page media css =============*/
/*======== animation css ======*/
.bouncing {
    -webkit-animation: bouncing 2s ease-in infinite;
    -moz-animation: bouncing 2s ease-in infinite;
    animation: bouncing 2s ease-in infinite;
    display: inline-block;
  }
  @-webkit-keyframes bouncing {
    0% {
      -webkit-transform: translateY(0%);
    }
    50% {
      -webkit-transform: translateY(-25%);
    }
    100% {
      -webkit-transform: translateY(0%);
    }
  }
  @-moz-keyframes bouncing {
    0% {
      -moz-transform: translateY(0%);
    }
    50% {
      -moz-transform: translateY(-25%);
    }
    100% {
      -moz-transform: translateY(0%);
    }
  }
  @keyframes bouncing {
    0% {
      transform: translateY(0%);
    }
    50% {
      transform: translateY(-25%);
    }
    100% {
      transform: translateY(0%);
    }
  }
.color_change {
    -webkit-animation: color_change infinite 1000ms 1s ease-in;
    -moz-animation: color_change infinite 1000ms 1s ease-in;
    -ms-animation: color_change infinite 1000ms 1s ease-in;
    animation: color_change infinite 1000ms 1s ease-in;
}
@-webkit-keyframes color_change {
    0% {
        background-color: #FF4103;
        opacity: 1;
    }
    50% {
        background-color: var(--black_color);
        opacity: 1;
    }
    100% {
        background-color: #FF4103;
        opacity: 1;
    }
}
@-moz-keyframes color_change {
    0% {
        background-color: #FF4103;
        opacity: 1;
    }
    50% {
        background-color: var(--black_color);
        opacity: 1;
    }
    100% {
        background-color: #FF4103;
        opacity: 1;
    }
}
@-ms-keyframes color_change {
    0% {
        background-color: #FF4103;
        opacity: 1;
    }
    50% {
        background-color: var(--black_color);
        opacity: 1;
    }
    100% {
        background-color: #FF4103;
        opacity: 1;
    }
}
@keyframes color_change {
    0% {
        background-color: #FF4103;
        opacity: 1;
    }
    50% {
        background-color: var(--black_color);
        opacity: 1;

    }
    100% {
        background-color: #FF4103;
        opacity: 1;
    }
}
/*======== animation css ======*/