.job-font{
    font-family: "Gabarito", sans-serif;
}

.job_card{
    border-radius: 0px;
    padding: 25px 20px 20px;
    background: #fff;
    margin-bottom: 16px;
    
    box-shadow: 0 2px 23px 0 rgb(48 48 48 / 12%), 0 2px 10px 0 rgb(205 205 205 / 20%);
}
.job_card .list_items {
  padding-bottom: 24px;
}
.job_card h3 {
  font-size: 20px;
  font-weight: 600;
}
.job_details p.lead {
    font-size: 1rem;
    font-weight: 300;
}
#list2 .applyNow {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    margin: 0 4px;
    padding: 16px 32px;
    border-radius: 12px;
    border-top-right-radius: 0;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    font-size: 15px;
}
#applyNow {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    margin-right: 4px;
    padding: 14px 28px;;
    /*border-radius: 12px;*/
    /*border-top-right-radius: 0;*/
    text-transform: uppercase;
    /*border-bottom-left-radius: 0;*/
    font-size: 15px;
    transition: 0.1s all linear;
}
#readMore {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    padding: 14px 28px;;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.1s all linear;
}

#applyNow:hover {
    box-shadow: 2px 4px 10px 0px #c1c1c1;
}
#readMore:hover {
    box-shadow: 2px 4px 10px 0px #c1c1c1;
}

#career .btn-warning {
    border: none;
    background: #ff9800;
    color: rgb(255 255 255 / 100%);
    font-weight: 600;
    line-height: 1;
    margin: 0 4px;
    padding: 16px 32px;
    border-radius: 12px;
    border-top-right-radius: 0;
    text-transform: uppercase;
    border-bottom-left-radius: 0;
    font-size: 15px;
}
#career button:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], textarea {
  color: #666;
  /*border: 1px solid #fff;*/
  border-radius: 3px;
  padding: 8px 10px;
  /*border-bottom: 1px solid lightgray !important;*/
  font-size: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"],
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]:focus, textarea:focus {
  color: #b5b5b5 !important;
  border-radius: 3px;
  padding: 12px 10px;
  /*border-bottom: 1px solid #ffffff !important;*/
  box-shadow: 0px 4px 16px #ebebeba8;
  font-size: 14px;
}



input[type="file"] {
    padding: 10px;
    border: none;
    border-bottom: 1px solid lightgray !important;
}


#career .form-group {
  margin-bottom: 1.5rem;
}

/* .wrapper_list.d-block{
    overflow: hidden;
    height: 507px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
    transition: opacity 2s linear !important;
    animation: animate ;
} */
.wrapper_list.d-none{
    overflow: hidden;
    height: 507px;
    padding: 0;
    margin: 0;
    opacity: 0.1;
    transition: opacity 2s linear !important;
}



.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

.two {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }

@media (max-width: 480px){
  #applyNow {
    padding: 12px 16px;
  }
  #readMore {
    padding: 12px 16px;
  }
  }



.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  
  
 .career_section .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    padding:10px!important;
    border-radius: 4px!important;
}

.career_section .with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    padding:10px!important;
    border-radius: 4px!important;
  }

.career_section .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    background: #ff9800!important;
    border-width: 1px;
    border-color: #ff9800!important;
}

