
ul.breadcrumb-menu {
  padding: 0;
  display: flex;
  justify-content: center;
}

.breadcrumb-menu li {
  list-style: none;
  float: left;
}

.breadcrumb-menu li a {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  border-right: 2px solid #959595;
  padding: 0 10px;
}

.breadcrumb-menu li:last-child a {
  border-right: none;
}

.jobs_wrapper {
  padding: 55px 0 110px;
}

.job_box {
  display: flex;
  align-items: center;
  padding: 23px 0;
  border-bottom: 1px solid #cdcdcd;
  justify-content: space-between;
}

.job-image {
  width: 26%;
}
.job-detail {
  width: 68%;
}
.job-image .job-img img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.job-image .job-img a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.read-morebtn,
.lg-yellow-btn {
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fffefe;
  background: #94c11c;
  padding: 10px 0;
  display: block;
  margin-top: 4px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 22px;
}

.read-morebtn:hover,
.lg-yellow-btn:hover {
  border-color: #94c11c;
  background: transparent;
  color: #94c11c;
}

.job-title {
  font-size: 24px;
  color: #94c11c;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: normal;
}

.jobs-post-list {
  padding-bottom: 50px;
}

.jobs-post-list .job_box:last-child {
  border-bottom: none;
}

.loader {
  border: 5px solid #dddddd;
  border-radius: 50%;
  border-top: 5px solid #94c11c;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: 10px auto;
  display: none;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.read-morebtn .fa.fa-chevron-right {
  margin-left: 20px;
  width: 10px;
  line-height: 17px;
}

#job_category .fa.fa-chevron-down {
  margin-left: 30px;
}

.no-post-found {
  text-align: center;
  padding: 20px 0;
}



.list-item .elementor-item {
  position: relative;
}

.list-item .elementor-item:before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #94c11c !important;
  content: "";
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
}

.list-item .elementor-item:hover::before,
.list-item .elementor-item.elementor-item-active:before {
  height: 6px;
}

.job-img {
  position: relative;
}

.job-img:before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 70, 132, 0.5);
  z-index: 2;
  position: absolute;
}

.placeof-emp {
  font-size: 13px;
  text-transform: uppercase;
  color: #94c11c;
  padding: 20px 0;
  font-weight: 400;
}

.elementor-widget-wrap .list-item .elementor-widget:not(:last-child) {
  margin-bottom: 5px;
}

.full-img img {
  max-width: 100% !important;
}

.location-name {
  margin-left: 10px;
}

.placeof-emp .fas.fa-map-marker-alt {
  font-size: 28px;
}

.location-marker {
  display: flex;

  align-items: center;

  padding: 30px 0 20px;

  border-bottom: 2px solid #cdcdcd;

  margin-bottom: 0px;
}
.single-job .post-content h2.elementor-heading-title {
  font-weight: 400 !important;
}
.single-job .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

ul.bullet-list {
  padding: 0 0 5px;
}

.bullet-list li {
  line-height: normal;
  font-size: 17px;
  list-style: none;
  position: relative;
  padding-bottom: 8px;
  font-weight: 400;
  color: #777777;
}

.bullet-list li:before {
  font-weight: 900;
  margin-right: 5px;
}

.single-job .elementor-widget-theme-post-content p {
  padding-bottom: 5px;
  font-size: 17px;
  margin-bottom: 20px;
}

.address-box p,
.address-box a,
.general-menu ul li a {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.single-job .fa-linkedin:before {
  content: "\f0e1";
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.job-form .jobtitlelist br{
 display: none;
}


.job-form .recaptcha .wpcf7-form-control {
  border: none;
  padding: 0px;
}

.job-form .wpcf7-form-control {
  width: 100%;
  color: #777777;
  border: 2px solid #d6d7d7;
  padding: 10px 28px;
  font-size: 17px;
  font-weight: 500;
}

.job-form .form-group {
  padding-bottom: 30px;
}

.wpcf7-form-control:focus,
body .job-form .wpcf7-form-control.wpcf7-submit.lg-yellow-btn:focus,
.job-form input[type="checkbox"]:focus {
  outline: none;
}

.field-group {
  display: flex;
  justify-content: space-between;
}

.field-group .form-group {
  width: 48.5%;
}

.cd-upload-btn {
  color: #94c11c;
  font-weight: 500;
}

.codedropz-upload-inner h3 {
  margin: 5px 0 30px;
  font-weight: 500;
}

body .job-form .wpcf7-form-control.wpcf7-submit.lg-yellow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  border: 1px solid transparent;
  background-color: #94c11c;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.5px;
  position: relative;
  padding: 10px 28px;
  float: right;
}

body .job-form .wpcf7-form-control.wpcf7-submit.lg-yellow-btn:hover,
.btn-block.caret-right:hover::before,
.btn-block.caret-right:hover {
  background-color: transparent;
  border-color: #94c11c;
  color: #94c11c;
}

.wpcf7 .ajax-loader {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: -30px;
}

.job-form .wpcf7-form-control.wpcf7-acceptance {
  border: none;
  padding: 0;
  text-align: left;
  float: left;
}

.job-form .wpcf7-form-control.wpcf7-acceptance input{
  width:5%!important
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: 100%;
}

.job-form input[type="checkbox"] {
  border: 1px solid #d6d7d7;
  border-radius: 5px;
  width: 20px;
  height: 20px;
}

.job-form input[type="checkbox"]:before {
    display: none;
}
.job-form .job-form input[type="checkbox"]:checked:after {
     display: none;
}

.job-form input[type="checkbox"]:after {
  left: 6px;
  width: 6px;
  height: 11px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;

  margin-left: 3px;
  width: 100%;
}

.wpcf7-acceptance a {
  color: #94c11c;
}

.privacy-policy {
  display: block;
  font-weight: 500;
  color: #474d4f;
  margin-bottom: 10px;
  font-size: 17px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.job-form input[type="checkbox"]:checked {
  background: #005cc8;
}

.job-form input[type="checkbox"]:checked:after {
  border-color: #ffffff;
}

.elementor-widget-container b {
  font-weight: 600;
}

.btn-block.caret-right {
  position: relative;
  display: inline-block;
}

.btn-block.caret-right:before {
  font-weight: 400;
  margin-right: 5px;
  position: absolute;
  left: 40px;
  z-index: 1;
  line-height: 60px;
  color: #ffffff;
  font-size: 20px;
}

.submit-btn .fa.fa-chevron-right {
  margin-right: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 4em 0.5em 1em;
}
.scroll-down-link {
  color: #94c11c;
  font-size: 24px;
  font-weight: bold;
}

.full-img img {
  max-height: 558px !important;
  object-fit: cover;
}
.elementor-share-btn__icon i:hover {
  color: white;
}
.suburbs-sevices #tabs-content .tab-content {
  display: block !important;
}
.job-form .job-title-dropdown.wpcf7-form-control {
  height: auto;
  padding: 0;
  position: relative;
  background: white;
  padding: 5px 10px 5px 30px!imporatnt;
  /*! border: 0 solid transparent; */
  
}
.job-title-dropdown li {
  padding: 5px 28px!important;
  z-index: 5;
  position: relative;
  list-style: none;
  background: #ffffff;
  border: 0 solid transparent;
}
.job-title-dropdown li:not(.init) {
  display: none;
  background: #fff;
  font-size: 14px;
  padding: 2px 28px;
  color: #777777;
  /*border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;*/
}
.job-title-dropdown li:not(.init):hover,
.job-title-dropdown li.selected:not(.init) {
  background: #94C11C;
  color: #ffffff;
}

.jobtitlelist {
     width: 95%;
     position: relative;
}

.job-form .job-title-dropdown.wpcf7-form-control {
    background: white;
    padding: 5px 10px 5px 30px!important;
    /*! border: 0 solid; */
}


.wpcf7-form-control:not(.wpcf7-submit) {
   padding: 5px 10px 5px 30px!important;
}



li.init {
  cursor: pointer;
}
a#submit {
  z-index: 1;
}
li.border-top {
  border-top: 1px solid #ddd;
}
.job-title-dropdown li:last-child {
  border-bottom: 1px solid #ddd;
}
.job-title-dropdown .init:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  right: 15px;
  font-weight: 900;
  color: #000000;
}

/* For 1280 or Up to 1365 */

@media only screen and (max-width: 1365px) {
}

/* For 1024 or Up to 1279 */

@media only screen and (max-width: 1279px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 96% !important;
  }

  .list-item .elementor-item::before {
    content: none;
  }
}

/* For 960 or Up to 1023 */

@media only screen and (max-width: 1023px) {
  .jobs_wrapper {
    padding: 0 0 50px;
  }
  .read-morebtn,
  .lg-yellow-btn {
    font-size: 18px;
  }
  .job-title {
    font-size: 24px;
  }
}

/* For 800 or Up to 959 */

@media only screen and (max-width: 959px) {
  .job_box {
    justify-content: space-between;
  }

  .job_box .job-image {
    width: 40%;
    margin-right: 50px;
  }

  .job_box .job-detail {
    width: 60%;
  }
}

/* For 768 or Up to 799 */

@media only screen and (max-width: 799px) {
}

/*--------- For Tablate and Mobile Device -----------*/

/* For 640 or Up to 767 */

@media only screen and (max-width: 767px) {
  .job_box {
    display: block;
    margin-bottom: 30px;
  }

  .job_box .job-image,
  .job_box .job-detail {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }

  .job-detail {
    margin-top: 20px;
  }

  .jobs_wrapper {
    padding: 0 0 50px;
  }
  .jobs-post-list {
    padding-bottom: 0px;
  }

  .single-job .elementor-widget-theme-post-content p {
    font-size: 16px;
  }
  .field-group {
    flex-direction: column;
  }
  .field-group .form-group {
    width: 100%;
  }
  .codedropz-upload-inner h3 {
    margin: 5px 0 20px;
    font-size: 20px;
  }
  .job-form .codedropz-upload-inner {
    white-space: normal;
  }
  .wpcf7-acceptance .wpcf7-list-item-label {
    width: 100%;
  }
  .wpcf7-response-output {
    font-size: 16px;
  }
  ul.breadcrumb-menu {
    display: block;
  }
  .breadcrumb-menu li {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    float: none;
  }
  .breadcrumb-menu li a {
    border: none;
  }
  .breadcrumb-menu li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30px;
  }
  .breadcrumb-menu li:last-child a:after {
    display: none;
  }
  .breadcrumb-menu li:last-child {
    line-height: 20px;
  }
  .job-image .job-img img {
    max-height: 100%;
  }
}

/* For 540 or Up to 639 */

@media only screen and (max-width: 639px) {
}

/* For 480 or Up to 539 */

@media only screen and (max-width: 539px) {
}

/* For 380 or Up to 479 */

@media only screen and (max-width: 479px) {
  .job-title {
    font-size: 22px;
  }
}

/* For 360 or Up to 379 */

@media only screen and (max-width: 379px) {
}

/* For 320 or Up to 359 */

@media only screen and (max-width: 359px) {
}


.post-title {
  font-size: 24px;
}
.job-post-title {
  margin: 30px 0 5px;
}
.vc_custom_heading {
  padding-bottom: 38px;
}
.entry-content .wpb_text_column.wpb_content_element p {
  padding-bottom: 35px;
  font-size: 17px;
}
.entry-content .wpb_text_column.wpb_content_element p b {
  font-weight: 600;
}
.breadcrumb-heading-title {
  color: #94c11c;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
.top-header-breadcrumb {
  background: #f6f6f6;
  padding: 135px 0 30px;
}
.breadcrumb-menu li a {
  text-decoration: none;
}
.content-area .job.type-job {
  padding-top: 70px;
}
.job-form-title {
  color: #94c11c;
  font-size: 29px;
  font-weight: 400;
  padding-bottom: 40px;
}
.site-content .contact-job-form {
  background: #f6f6f6;
  padding: 40px 0px 40px 0px;
  margin-top: 50px;
}
.site-main {
  padding: 0;
}
.entry-content .addtoany_content {
  margin: 0px auto;
}
.addtoany_header {
  color: #004684;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
}
.addtoany_list a span {
  border-radius: 50px !important;
}
.addtoany_share_save_container .addtoany_list a:hover span {
  opacity: 1;
}
.addtoany_list a:hover path {
  fill: #94c11c !important;
}
.addtoany_share_save_container .a2a_svg svg {
  top: 6px !important;
  width: 32px !important;
  height: 32px !important;
}
.error404 .page-title {
  color: #e2e2e2;
  font-size: 299px;
  font-weight: bold;
  text-align: center;
}
.error404 .page-header {
  border-bottom: none;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.error404 .page-content {
  text-align: center;
}
.error-404 {
  padding-bottom: 50px;
}
body .search-form .search-submit {
  background-color: #94c11c;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
}
body.error404 p.not-found {
  color: #000000;
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  font-family: Roboto;
}
body.error404 p.not-found-sub {
  margin-bottom: 20px !important;
  color: #8c8c8c;
  font-size: 15px;
  font-weight: normal;
}
body.error404 input#search-form-1 {
  background-color: #ffffff;
  border-color: #474747;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px;
  color: #000;
  font-size: 15px;
  font-family: Roboto;
  padding: 10px 10px 10px 48px;
  height: 50px;
  max-width: 500px;
  margin: 0 auto;
}
body.error404 input#search-form-1:focus {
  outline: none;
}
body.error404 input.search-submit {
  display: none;
}
body.error404 form.search-form {
  position: relative;
}
body.error404 form.search-form i {
  color: #94c11c;
  font-size: 15px;
  position: absolute;
  left: 74px;
  top: 18px;
  opacity: 0.6;
}
body.search-results .content-area {
  padding: 100px 0px;
}
body.search-results h1.page-title {
  color: #000000;
  font-size: 60px;
  text-align: center;
  font-family: Roboto;
  font-weight: 600;
  margin-bottom: 55px;
}
body.search-results header.page-header.alignwide {
  padding: 0px;
  border: none;
}
body.search-results .search-result-count {
  display: none;
}
body.search-results .jobs_wrapper {
  padding: 0px;
}
body.search-results .content-area .job.type-job {
  padding: 0px;
}
body.search-results .jobs-post-list {
  padding: 0px;
}
body.search-results .jobs-post-list .job_box:last-child {
  border-bottom: 1px solid #cdcdcd;
}
body.search-results main#main {
  padding: 0px 10px;
}
body .single-job  a:focus img {
  outline: none !important;
}
.single-job .entry-header {
  border: none;
  padding: 0px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1170px) {

}
@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 800px) {

}

@media only screen and (max-width: 540px) {

}

@media only screen and (max-width: 480px) {


}
