aside .widget-title {
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 1.1rem;
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}

.biz__job-location.with-icon {
    display: flex;
    align-items: center;
    gap: 3px;
}


.careers_loading {
    display: none;
    position: fixed;
    z-index: 100;
    background-color: #23282d;
    opacity: .9;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0
}

.careers_loading span {
    position: fixed;
    z-index: 99999;
    color: #fff;
    display: block;
    left: 48%;
    top: 49%;
    font-weight: 600
}

.careers_loading:before {
    content: '';
    background: #61bdb6;
    width: 128px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: 2s loadingBefore infinite ease-in-out
}

@keyframes loadingBefore {
    0% {
        transform: translateX(-14px)
    }
    50% {
        transform: translateX(14px)
    }
    100% {
        transform: translateX(-14px)
    }
}

.careers_loading:after {
    content: '';
    background: #ff3600;
    width: 14px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: .5;
    animation: 2s loadingAfter infinite ease-in-out
}

@keyframes loadingAfter {
    0% {
        transform: translateX(-50px)
    }
    50% {
        transform: translateX(50px)
    }
    100% {
        transform: translateX(-50px)
    }
}



.job-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -webkit-animation: slideY 0.6s both;
          animation: slideY 0.6s both;
margin: 30px;
}
@media screen and (max-width: 1212px) {
  .job-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 930px) {
  .job-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}



/* Career Page */


.job-search-form {
    display: flex;
    width: 100%;
    justify-content: center;
    background: transparent;
}


.job-search-form .form-group select.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 12px;
    font-size: 14px;
    color: #14212b;
    background-image: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 500;
    background: white;
border: 1px solid #ced4da!important;
}



.search-field {

 display: block;
    width: 100%;
    height: 45px!important;
    padding: 5px 12px;
    font-size: 14px;
    color: #14212b;
    background-image: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 500;
    background: white;
}


.biz__job-title {
    font-size: 18px;
    margin: 0;
}

h2.biz__job-title a {     color: #14212b; }

.biz__job-list .biz__job-metas {
    display: flex;
    width: auto;
    align-items: center;
}

.biz__job-list .biz__job-metas .biz__job-location {
    display: flex;
    width: 100%;
}

.biz__job-metas {
    color: var(--biz__jobtex-text-color);
    font-size: 14px;
}


.biz__job-list .info-bottom {
    font-size: 14px;
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
    margin-top: 15px;
}


.biz__job-list {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    margin-bottom: 15px;
    background: #f8faff;
    border: 1px solid #607d8b47;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px #80808033;
    border-radius: 5px;
}


.biz__job-list:hover {
    border: 1px solid #00b08b7a;
    transform: translateY(-3px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}


.biz__job-list .category-biz__job {
    margin-bottom: 3px;
}


.category-biz__job a {
    font-weight: 600;
    color: #72777a;
    font-size: 12px;
    background: #e0e9ed;
    padding: 5px 12px 5px 12px;
    border-radius: 20px;

}

.biz__job-deadline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.biz__job-deadline span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
font-size: 12px;
}

.biz__job-deadline a.biz_btn-full {
font-size: .7rem;
    background: #ffc6a95c;
    font-weight: 700;
    color: #ff5722;
    padding: 8px 12px !important;
}


@media(max-width: 750px){.job_itms { padding-bottom: 40px; }.elmnt { display: none; }}

@media (min-width: 768px) {
.biz__job-list {
   padding: 25px;
   margin-bottom: 30px;
}

 .biz__job-title {
       font-size: 14px;
   }

}
.title-wrapper > *:first-child {
   margin-left: 0;
}
@media (min-width: 1200px) {
   .biz__job-title {
       font-size: 18px;
   }
}

.title-wrapper > * {
   display: inline-block;
   vertical-align: text-bottom;
   margin-bottom: 0 !important;
   margin-left: 7px;
}

@media (min-width: 1200px) {
.biz__job-list .info-bottom {
   padding-top: 20px;
}

}



@media (max-width: 1355px) {
 .biz__job-title {
       font-size: 14px;
   }

.biz__job-deadline {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

}

/*Jobs Locations */


.job_locations .parent_title {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    overflow: hidden;

}

.job_locations .parent_title:after {
    content: "-";
    color: #ff671b;
    font-size: 40px;
    display: flex;
    height: 100%;
    align-items: center;
    margin: auto 0
}

.location-inner {
justify-content: center;
display: flex;
text-align: center;
}


.job_locations .location-inner:hover {
    background: #F5F5F5;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #80808063;
    transform: translateY(-3px);
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);

}

.job_locations .location-inner:hover .link {
    color: #ff671b;
    font-weight: 600;
}

.location-inner .inner img {
    width: 120px;
    border-radius: 50%;
    height: 120px;
    margin: 10px 0px 10px 0px;
}

.location-inner .inner h5 {
    color: #555555;
    font-size: 18px;
}

.location-inner .inner .location_count {
    color: #555555;
}

.location-inner .inner .link {
    color: #00b08b;
}


.location-item {
    width: 40%;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 30px;
    /* ensuring proper layout*/

    float: left;
  }

/* Jobs Category */

.category-inner {
    background: #F5F5F5;
    padding: 30px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out 0s;
}





.category-inner.highlight {
    background: #14212b;
}


.category-inner.highlight .title {
    color: white;
    filter: brightness(0) invert(1);
}

.category-inner:hover {
    background: #14212b;
    box-shadow: 0px 0px 5px 0px #80808063;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.category-inner .title {
    font-weight: 700;
    gap: 2px;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.category-inner:hover .title {
    color: white;
    filter: brightness(0) invert(1);
}

.category-inner .number {
    color: #607D8B;
}



.category-inner .link {
    color: #00b08b;
}

/* Job Sidebar */


.jobsidebar .widget-area {
    padding: 20px;
}

.job_sidebar {
    background: #ff40000d;
    border-radius: 5px;
    border: 1px solid #ff572217;
}



.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
position: relative;
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 10px;
  margin-top: -35px;
  border: 2px solid #de5a2b;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .icon-scroll {
    position: relative;
  }
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #de5a2b;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}


.submit_btn-careers {

width: fit-content;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #1a2731;
    font-weight: 700;
    display: block;
    border-bottom: 1px solid #00000042;
}


@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}