/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 all_job_list
.e-con .elementor-widget {
  min-width: 100% !important;
}

.recent-jobs {
  display: block;
  width: 100%;
  padding: 0px 0px;
}
.recent-jobs .wrapper {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.recent-jobs .wrapper.mega {
  max-width: 100%;
}
.recent-jobs .wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.recent-jobs .wrapper .row .col4 {
  flex: 0 0 auto;
  width: 33.33%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.recent-jobs .wrapper .row .col6 {
  flex: 0 0 auto;
  width: 40%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.recent-jobs .wrapper .row .col12 {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.recent-jobs .head_title {
  display: block;
  width: 100%;
  
}
.recent-jobs .head_title h6 {
  display: block;
  width: 100%;
  text-align: center;
  color: #f16036;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.25em;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.recent-jobs .head_title h2 {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #000f23;
  text-align: center;
  margin-bottom: 0;
}
.recent-jobs .jobbox {
  display: block;
  width: 100%;
  padding: 20px 20px;
  margin: 10px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 2px #e0e0e0;
}
.recent-jobs .jobbox .top_cont {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
}
.recent-jobs .jobbox .top_cont .refnum {
  display: block;
  width: 100%;
  text-align: right;
}
.recent-jobs .jobbox .top_cont .refnum span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
.recent-jobs .jobbox .top_cont .industry {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.recent-jobs .jobbox .top_cont .industry p {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #000f23;
  margin: 0;
}
.recent-jobs .jobbox .top_cont .job_title {
  display: block;
  width: 100%;
  margin-bottom: 00px;
}
.recent-jobs .jobbox .top_cont .job_title h2 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #f16036;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.recent-jobs .jobbox .top_cont .sub_heading {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.recent-jobs .jobbox .top_cont .sub_heading p {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  margin: 0;
  min-height: 22px;
}

.recent-jobs .jobbox .top_cont .salary {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.recent-jobs .jobbox .top_cont .salary p {
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}
.recent-jobs .jobbox .top_cont small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  margin-bottom: 20px;
}
.recent-jobs .jobbox .top_cont .threebox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}
.recent-jobs .jobbox .top_cont .threebox .box {
  display: inline-flex;
  align-items: center;
  border: 0px solid #121212;
  border-radius: 6px;
  padding: 5px 10px;
  background-color: #f160363d;
}
.recent-jobs .jobbox .top_cont .threebox .box strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000f23;
}
.recent-jobs .jobbox .top_cont .threebox .box span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 6px;
  color: #000f23;
}
.recent-jobs .jobbox .short_cont {
  display: block;
  width: 100%;
  padding-top: 20px;
}
.recent-jobs .jobbox .short_cont p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #67757f;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  min-height: 83px;
  text-align: justify;
}
.recent-jobs .jobbox .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.recent-jobs .jobbox .btn_box .button {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(225deg, #f6bc2f 0%, #f16036 49%);
  /* background-color: #1a5ce0; */
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.recent-jobs .jobbox .btn_box .button:hover {
  background-color: #1c1c1c;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000f23 0%, #000f23 100%);
}
.recent-jobs .jobbox .btn_box .button .fas {
  margin-left: 10px;
}
.recent-jobs .jobbox .btn_box .date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.recent-jobs .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.recent-jobs .btn_box .button {
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  fill: #ffffff;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(225deg, #f6bc2f 0%, #f16036 49%);
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1em;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.recent-jobs .btn_box .button:hover{
  background-image:none;
  background-color: #1c1c1c;
  color: #ffffff;
}

/* .owl-carousel .owl-wrapper{display: flex !important;gap:50px;} */
.owl-carousel .owl-dots{display: none;}
.owl-carousel .owl-stage {
  display: flex;
  gap: 20px;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: linear-gradient(225deg, #f6bc2f 0%, #f16036 49%) !important ;
  color: #fff;
  font-size: 1.5em !important;
  width: 30px;
  height: 30px;
  border-radius: 100% !important;
  font-weight: bold;
  padding: 15px !important;
  text-align: center;
  line-height: 1;
}
.owl-carousel .item {
  transform: translate3d(0, 0, 0);
  transform: scale(0.9);
  transition: all 0.25s ease-in-out;
  margin: 50px 0;
  opacity: 0.6;
}
.owl-carousel .owl-item.center .item {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  background-color: #000 !important;
  background-image: none !important;
}
.owl-carousel .owl-prev {
  left: 10px;
}
.owl-carousel .owl-prev span {
  top: -10px;
  position: absolute;
  left: 9px;
}
.owl-carousel .owl-next {
  right: 10px;
}
.owl-carousel .owl-next span {
  top: -10px;
  position: absolute;
  right: 9px;
}
.owl-carousel .owl-next span i {
  color: #fff !important;
  font-size: 18px;
}
.owl-carousel .owl-prev span i {
  color: #fff !important;
  font-size: 18px;
}

.col_sm_12 {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
  .owl-carousel .owl-stage {
    gap: 5px;
  }
  .recent-jobs .wrapper .row .col4 {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .recent-jobs .wrapper .row .col4 {
    width: 100%;
  }
  .col_sm_12{margin: 0 auto;}
  .recent-jobs .head_title h6{font-size: 12px;line-height: 1em;margin-bottom: 10px;}
  .recent-jobs .head_title h2{font-size: 38px;}
  .recent-jobs .jobbox .top_cont .industry p{font-size: 22px;}
  .recent-jobs .jobbox .top_cont .job_title h2{font-size: 22px;}
  .recent-jobs .jobbox .top_cont .sub_heading p{font-size: 16px;}
  .recent-jobs .jobbox .short_cont p{font-size: 12px;min-height:34px;}
  .owl-carousel .owl-prev, .owl-carousel .owl-next{font-size: 24px !important;}
}
