* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: 'DM Sans', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif; }

.xmljob-options-wrap,
.xmljob-list-item {
  margin: 0px;
  padding: 0px; }

.xmljob-list-item {
  list-style: none; }

.xmljob-container {
  width: 1248px;
  margin: 0 auto; }

.xmljob-content-wrapper {
  display: flex;
  width: 100%;
  gap: 152px; }

.xmljob-link {
  text-decoration: none; }

/* SideBaar */
body .xmljob-sidebar .xmljob-sidebar-heading {
  display: flex;
  width: 100%;
  margin-bottom: 26px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000000; }

body .xmljob-sidebar .xmljob-show-more-btn {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #E36700;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #E36700;
  margin-top: 15px; }
  body .xmljob-sidebar .xmljob-show-more-btn i {
    font-size: 12px; }

body .xmljob-sidebar .xmljob-filter {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  body .xmljob-sidebar .xmljob-filter.xmljob-filter-active {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px; }
    body .xmljob-sidebar .xmljob-filter.xmljob-filter-active .xmljob-filter-title-sec i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

body .xmljob-sidebar .xmljob-sorting {
  flex-wrap: wrap; }
  body .xmljob-sidebar .xmljob-sorting .xmljob-sorting-item.xmljob-sorting-last {
    flex-wrap: wrap; }
  body .xmljob-sidebar .xmljob-sorting input[type="submit"] {
    width: 100%; }
  body .xmljob-sidebar .xmljob-sorting .xmljob-select2-style.xmljob-select2-min-width {
    min-width: 100%;
    width: 100%; }
  body .xmljob-sidebar .xmljob-sorting input.xmljob-input-style,
  body .xmljob-sidebar .xmljob-sorting .select2-container .select2-selection--single {
    min-height: 42px;
    font-size: 13px;
    padding-left: 10px; }

body .xmljob-sidebar .xmljob-sorting-options {
  padding: 12px;
  margin-bottom: 20px; }

.xmljob-collapse-filter-area {
  margin-top: 20px; }

.xmljob-filter-title-sec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px; }
  .xmljob-filter-title-sec span {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000000; }
  .xmljob-filter-title-sec i {
    font-size: 13px;
    color: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

/* Filter Style */
.xmljob-filter-style {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .xmljob-filter-style li {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px; }
    .xmljob-filter-style li:hover label.xmljob-filter-check:before {
      border-color: #000; }
    .xmljob-filter-style li:hover input[type=checkbox]:checked + .xmljob-filter-check:before {
      border-color: #E36700; }
    .xmljob-filter-style li:last-child {
      margin-bottom: 0px; }
  .xmljob-filter-style label.xmljob-filter-label {
    display: flex;
    align-items: center;
    margin: 0px;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    width: 100%; }
    .xmljob-filter-style label.xmljob-filter-label span {
      font-family: 'DM Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      padding: 4px;
      font-size: 11px;
      border-radius: 10px;
      background-color: #ececec;
      color: #888;
      line-height: 1;
      max-width: 30px;
      margin-left: auto;
      min-width: 30px;
      text-align: center;
      margin-left: auto; }
    .xmljob-filter-style label.xmljob-filter-label small {
      color: #999999;
      font-family: 'DM Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 11px;
      line-height: 120%; }
  .xmljob-filter-style input[type=radio]:checked + *:before,
  .xmljob-filter-style input[type=checkbox]:checked + *:before,
  .xmljob-filter-style li:hover label.xmljob-filter-label:before {
    box-shadow: 0px 0px 0px 3px #E36700 inset;
    border-color: #E36700; }
  .xmljob-filter-style label.xmljob-filter-label:before {
    content: "";
    display: inline-flex;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    margin-right: 10px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #D4D4D4;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .xmljob-filter-style input[type=radio],
  .xmljob-filter-style input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer; }
  .xmljob-filter-style input[type=checkbox]:checked + .xmljob-filter-check:before,
  .xmljob-filter-style li:hover .xmljob-filter-check:before {
    content: "\e900";
    font-family: 'xmlicon';
    background: none;
    background-color: #E36700;
    color: #fff;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    line-height: 2; }
  .xmljob-filter-style label.xmljob-filter-check:before {
    border: 2px solid #D4D4D4;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }

/* Content */
.xmljob-main-content {
  width: 100%; }

.xmljob-list .xmljob-listing-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

/* Sorting Options */
.xmljob-sorting-options {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background-color: #E36700;
  padding: 35px;
  margin-bottom: 30px; }
  .xmljob-sorting-options .xmljob-sorting-heading {
    display: flex;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 23px; }
  .xmljob-sorting-options .xmljob-sorting {
    display: flex;
    width: 100%;
    gap: 15px; }
    .xmljob-sorting-options .xmljob-sorting .xmljob-sorting-item {
      flex: 1;
      position: relative; }
      .xmljob-sorting-options .xmljob-sorting .xmljob-sorting-item.xmljob-sorting-search i {
        position: absolute;
        left: 20px;
        top: 0px;
        color: #E36700;
        font-size: 16px;
        height: 100%;
        display: inline-flex;
        align-items: center; }
      .xmljob-sorting-options .xmljob-sorting .xmljob-sorting-item.xmljob-sorting-search .xmljob-input-style {
        padding-left: 50px;
        min-height: 52px;
        outline: none; }
      .xmljob-sorting-options .xmljob-sorting .xmljob-sorting-item.xmljob-sorting-last {
        display: flex;
        gap: 15px;
        flex: 1.2; }
    .xmljob-sorting-options .xmljob-sorting input[type="submit"] {
      display: inline-flex;
      width: 100%;
      min-height: 52px;
      justify-content: center;
      border: none;
      font-family: 'DM Sans', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 21px;
      text-align: center;
      color: #fff;
      background-color: transparent;
      cursor: pointer;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }

.xmljob-sorting-submit {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 80px;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  align-items: center;
  gap: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .xmljob-sorting-submit input[type="submit"] {
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .xmljob-sorting-submit * {
    position: relative; }

.xmljob-sidebar .xmljob-sorting-submit input[type="submit"] {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }
  .xmljob-sidebar .xmljob-sorting-submit input[type="submit"]:hover {
    background-color: transparent;
    color: #E36700; }

.xmljob-listing-items {
  margin-bottom: 15px; }

.xmljob-main-content .xmljob-input-style {
  display: flex;
  width: 100%;
  min-height: 52px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid;
  padding: 7px 25px;
  outline: none;
  text-transform: none;
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #999999;
  border-radius: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .xmljob-main-content .xmljob-input-style:focus {
    border-bottom-color: #F7941D;
    background-color: #fff;
    box-shadow: none; }
  .xmljob-main-content .xmljob-input-style::placeholder {
    color: #999999;
    opacity: 1; }
  .xmljob-main-content .xmljob-input-style:-ms-input-placeholder {
    color: #999999; }
  .xmljob-main-content .xmljob-input-style::-ms-input-placeholder {
    color: #999999; }
  .xmljob-main-content .xmljob-input-style ::-webkit-input-placeholder {
    color: #999999;
    opacity: 1; }

/* Select Two Style */
.xmljob-select2-style {
  display: flex;
  width: 100%; }
  .xmljob-select2-style .select2-container .select2-selection--single {
    display: flex;
    width: 100%;
    min-height: 52px;
    max-width: 100%;
    background-color: #fff;
    padding: 8px 20px 7px 20px;
    outline: none;
    color: #000;
    text-transform: none;
    font-family: "Aeonik", Sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .xmljob-select2-style .select2-container .select2-selection--single:focus {
      border: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      background-color: #fff;
      box-shadow: none; }
    .xmljob-select2-style .select2-container .select2-selection--single::placeholder {
      color: #000;
      opacity: 1;
      text-transform: capitalize; }
    .xmljob-select2-style .select2-container .select2-selection--single:-ms-input-placeholder {
      color: #000; }
    .xmljob-select2-style .select2-container .select2-selection--single::-ms-input-placeholder {
      color: #000; }
    .xmljob-select2-style .select2-container .select2-selection--single ::-webkit-input-placeholder {
      color: #000;
      opacity: 1; }
  .xmljob-select2-style.xmljob-select2-min-width {
    min-width: 110px;
    width: 110px; }
  .xmljob-select2-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline-flex;
    align-items: center;
    padding: 0px;
    color: #000; }
  .xmljob-select2-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: inline-flex;
    height: 100%;
    right: 0;
    padding: 0px 20px 0px 0px;
    width: auto;
    border: none; }
    .xmljob-select2-style .select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: "\e902";
      font-family: 'xmlicon';
      display: inline-flex;
      align-items: center;
      color: #F7941D;
      font-size: 14px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .xmljob-select2-style.xmljob-style-without-arrow .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: none; }
  .xmljob-select2-style.xmljob-style-without-arrow .select2-container .select2-selection--single:before {
    content: "\e904";
    font-family: 'xmlicon';
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    color: #E36700; }
  .xmljob-select2-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .xmljob-select2-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .xmljob-select2-style .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
    padding: 6px 0px 0px 0px; }
    .xmljob-select2-style .select2-container--default .select2-selection--single .select2-selection__clear:hover {
      color: #CC3366; }
  .xmljob-select2-style .select2-container .select2-selection--single:focus {
    border: 1px solid; }

.xmljob-sidebar .xmljob-select2-style.xmljob-style-without-arrow .select2-container .select2-selection--single:before {
  display: none; }

.xmljob-sidebar .xmljob-sorting-options .xmljob-sorting .xmljob-sorting-item.xmljob-sorting-search .xmljob-input-style {
  padding-left: 10px;
  min-height: 42px; }

.xmljob-sidebar .xmljob-sorting-options .xmljob-sorting .xmljob-sorting-item {
  flex: 100%; }

.xmljob-sidebar .xmljob-select2-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999; }

.select2-container {
  z-index: 99999; }

.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
  outline: none; }

.select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field {
  border-color: #ddd;
  background-color: #f2fbff; }

.select2-results__option {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: capitalize;
  color: #000; }

.select2-dropdown,
.select2-container--default.select2-container--open .select2-dropdown, .select2-container--default.select2-container--open .select2-dropdown .select2-search, .select2-container--default.select2-container--open .select2-search--dropdown .select2-search__field, .select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E0E0E0;
  color: #000;
  border-left-color: #F7941D; }

.select2-container--default .select2-results__option--selected {
  border-color: #fff;
  background-color: transparent;
  opacity: 0.5; }

.select2-search--dropdown {
  padding: 10px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  min-height: 35px;
  border-radius: 6px; }

.select2-results {
  padding: 0px; }

.jpro-default .xmljob-select2-style .select2-container .select2-selection--multiple {
  padding: 4px 10px; }

.select2-container .select2-results__options li {
  margin: 0px; }

.select2-container .select2-dropdown {
  padding: 0px;
  margin: 5px 0px 0px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.xmljob-select2-style span.select2-container {
  z-index: auto; }

/* Sorting Keyword */
.xmljob-sorting-keyword {
  display: flex;
  width: 100%;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: space-between; }
  .xmljob-sorting-keyword .jobpro-list-item {
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap; }
  .xmljob-sorting-keyword a {
    display: inline-flex;
    background: #EAEAEA;
    border-radius: 80px;
    padding: 10px 15px;
    line-height: 1;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    gap: 10px;
    align-items: center; }
    .xmljob-sorting-keyword a i {
      font-size: 10px; }
  .xmljob-sorting-keyword .jobpro-clear-all a {
    white-space: nowrap; }

.xmljob-total-results {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-bottom: 7px; }

.xmljob-listing-title {
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: #999999; }

.xmljob-top-sort-filtrcon {
  font-weight: bold;
  color: #999999;
  font-size: 13px; }
  .xmljob-top-sort-filtrcon span {
    color: #999999;
    font-size: 13px;
    font-weight: bold; }
  .xmljob-top-sort-filtrcon a {
    color: #7E5CA3;
    font-size: 13px;
    font-weight: bold; }

/* Listing Wrapper */
.jobpro-el-listing-con .jobpro-el-listings-wrap {
  flex: auto; }

.xmljob-listing-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .xmljob-listing-wrapper .xmljob-listing-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: 0px 0px 0px 2px #E36700;
    padding: 24px 35px 35px 35px;
    border-radius: 15px;
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .xmljob-listing-wrapper .xmljob-listing-item:hover {
      box-shadow: 0px 0px 0px 4px #E36700; }
    .xmljob-listing-wrapper .xmljob-listing-item .xmljob-listing-inn {
      position: relative; }
    .xmljob-listing-wrapper .xmljob-listing-item.xmljob-listing-item-active span, .xmljob-listing-wrapper .xmljob-listing-item.xmljob-listing-item-active small, .xmljob-listing-wrapper .xmljob-listing-item.xmljob-listing-item-active p, .xmljob-listing-wrapper .xmljob-listing-item.xmljob-listing-item-active .xmljob-listing-btns a {
      color: #fff; }
    .xmljob-listing-wrapper .xmljob-listing-item.xmljob-listing-item-active:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.45); }
    .xmljob-listing-wrapper .xmljob-listing-item.xmljob-listing-item-active .xmljob-listing-btns-active {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff; }
      .xmljob-listing-wrapper .xmljob-listing-item.xmljob-listing-item-active .xmljob-listing-btns-active:hover {
        color: #2A1D1C;
        background-color: #fff; }
  .xmljob-listing-wrapper .xmljob-listing-new-label {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 20px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    border-radius: 0px 15px 0px 15px;
    background-color: #E36700; }
  .xmljob-listing-wrapper .xmljob-listing-heading {
    display: flex;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 10px; }
    .xmljob-listing-wrapper .xmljob-listing-heading a {
      color: #000000; }
  .xmljob-listing-wrapper .xmljob-listing-sub {
    display: flex;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 14px; }
  .xmljob-listing-wrapper p {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 23px; }

.xmljob-listing-opt {
  display: flex;
  width: 100%;
  gap: 10px;
  border-top: 1px solid #E0E0E0;
  padding-top: 27px; }
  .xmljob-listing-opt .xmljob-listing-opt-item {
    display: flex;
    flex-wrap: wrap; }
    .xmljob-listing-opt .xmljob-listing-opt-item span {
      display: flex;
      width: 100%;
      font-family: 'DM Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      color: #E36700;
      margin-bottom: 3px; }
    .xmljob-listing-opt .xmljob-listing-opt-item small {
      font-family: 'DM Sans', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 23px;
      color: #000000; }

.xmljob-listing-btns {
  display: flex;
  width: 100%;
  margin-top: 25px; }
  .xmljob-listing-btns a {
    display: inline-flex;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    padding: 15px 25px;
    border-radius: 80px;
    gap: 10px;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .xmljob-listing-btns a.xmljob-listing-btns-active {
      background-color: #E36700;
      color: #fff; }
      .xmljob-listing-btns a.xmljob-listing-btns-active:hover {
        color: #fff; }
    .xmljob-listing-btns a:hover {
      color: #E36700; }

.xmljob-pagination, .jobpro-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0px 0px 15px 0px; }
  .xmljob-pagination a, .xmljob-pagination span, .jobpro-pagination a, .jobpro-pagination span {
    display: flex;
    min-width: 30px;
    min-height: 30px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #999999;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .xmljob-pagination a:hover, .xmljob-pagination span:hover, .jobpro-pagination a:hover, .jobpro-pagination span:hover {
      color: #E36700; }
    .xmljob-pagination a:last-child, .xmljob-pagination span:last-child, .jobpro-pagination a:last-child, .jobpro-pagination span:last-child {
      margin-left: auto; }
    .xmljob-pagination a:first-child, .xmljob-pagination span:first-child, .jobpro-pagination a:first-child, .jobpro-pagination span:first-child {
      margin-right: auto;
      justify-content: left; }
  .xmljob-pagination span, .jobpro-pagination span {
    /*background-color: $theme-color;
			color: #fff;*/
    color: #E36700; }
    .xmljob-pagination span.dots, .jobpro-pagination span.dots {
      background-color: #fff;
      color: #999999; }
      .xmljob-pagination span.dots:hover, .jobpro-pagination span.dots:hover {
        color: #E36700; }
    .xmljob-pagination span:hover, .jobpro-pagination span:hover {
      color: #E36700; }

/* Loader */
.xmljob-loader-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  flex-basis: 100%;
  display: inline-flex;
  justify-content: center;
  height: 100%;
  align-items: baseline;
  padding-top: 5em;
  width: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.8); }
  .xmljob-loader-holder .xmljob-loader {
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 5px solid;
    border-top-color: #1967d2;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-left-color: #1967d2;
    border-right-color: rgba(0, 0, 0, 0.3);
    -webkit-animation: xmljob-loader 1s ease-in-out infinite;
    animation: xmljob-loader 1s ease-in-out infinite; }

.xmljob-inline-loader {
  display: inline-flex;
  justify-content: center; }
  .xmljob-inline-loader .xmljob-loader {
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 3px solid;
    border-top-color: #1967d2;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-left-color: #1967d2;
    border-right-color: rgba(0, 0, 0, 0.3);
    -webkit-animation: xmljob-loader 1s ease-in-out infinite;
    animation: xmljob-loader 1s ease-in-out infinite; }

@keyframes xmljob-loader {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

@-webkit-keyframes xmljob-loader {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

.mobfiltrs-openrbtn-con,
a.close-listin-mobfiltrs {
  display: none; }

/* Listing Filter */
.plugin-filter {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .plugin-filter ul.jobpro-options-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    /*gap: 20px;*/ }
    .plugin-filter ul.jobpro-options-wrap li.jobpro-list-item {
      list-style: none;
      display: flex;
      width: 100%;
      line-height: 1;
      align-items: center;
      position: relative;
      justify-content: space-between;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .plugin-filter ul.jobpro-options-wrap li.jobpro-list-item:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%; }
      .plugin-filter ul.jobpro-options-wrap li.jobpro-list-item:first-child {
        padding-top: 0px; }
      .plugin-filter ul.jobpro-options-wrap li.jobpro-list-item:last-child {
        margin-bottom: 0px;
        padding-bottom: 0px; }
        .plugin-filter ul.jobpro-options-wrap li.jobpro-list-item:last-child:before {
          display: none; }
      .plugin-filter ul.jobpro-options-wrap li.jobpro-list-item small, .plugin-filter ul.jobpro-options-wrap li.jobpro-list-item .jobpro-filter-rating-subtitle {
        padding: 3px 4px;
        font-size: 12px;
        font-weight: 500;
        border-radius: 80px;
        background-color: #ececec;
        color: #979797;
        max-height: 20px;
        min-height: 20px;
        align-items: center;
        display: flex;
        min-width: 30px;
        justify-content: center;
        max-width: 45px; }

.plugin-filter-wrap {
  background-color: #F8F8F8;
  width: 100%; }
  .plugin-filter-wrap .jobpro-showmore-filter {
    display: inline-flex;
    gap: 10px;
    color: #E36700;
    padding-top: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #E36700;
    align-items: center; }
    .plugin-filter-wrap .jobpro-showmore-filter i {
      font-size: 12px; }

.plugin-filter-title {
  display: flex;
  width: 100%;
  position: relative;
  padding: 12px;
  text-transform: capitalize;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-color: #2C2525;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  color: #262525;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px; }
  .plugin-filter-title i {
    font-size: 12px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

.jobpro-filter-active .plugin-filter-title i {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg); }

.jobpro-collapse-filter-area {
  padding: 15px; }

.jobpro-filter-link ul.jobpro-options-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .jobpro-filter-link ul.jobpro-options-wrap li.jobpro-list-item {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    list-style: none; }
    .jobpro-filter-link ul.jobpro-options-wrap li.jobpro-list-item a {
      display: flex; }
    .jobpro-filter-link ul.jobpro-options-wrap li.jobpro-list-item i {
      font-size: 18px;
      margin: 0px 5px 0px 0px;
      color: #E36700;
      width: 27px;
      display: inline-block;
      vertical-align: text-bottom; }

.plugin-filter .plugin-filter-wrap ul {
  padding: 0px;
  margin: 0px; }

/* Plugin Radio CheckStyle */
.jobpro-filter-radio ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.jobpro-filter-radio label.jobpro-radio-style {
  display: flex;
  align-items: center;
  margin: 0px;
  cursor: pointer;
  color: #979797;
  font-size: 13px;
  font-weight: 400; }

.jobpro-filter-radio input[type=radio]:checked + *:before,
.jobpro-filter-radio input[type=checkbox]:checked + *:before {
  background: radial-gradient(#E36700 0%, #E36700 40%, transparent 50%, transparent);
  border-color: #E36700; }

.jobpro-filter-radio label.jobpro-radio-style:before {
  content: "";
  display: inline-flex;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-right: .6rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #E36700; }

.jobpro-filter-radio input[type=radio],
.jobpro-filter-radio input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer; }

.jobpro-filter-radio input[type=checkbox]:checked + .jobpro-radio-square:before {
  content: "\e900";
  font-family: 'xmlicon';
  font-size: 8px;
  background: none;
  background-color: #E36700;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center; }

.jobpro-filter-radio label.jobpro-radio-square:before {
  border-radius: 3px; }

.jobpro-filter-radio .order_by label.jobpro-radio-style:before {
  display: none; }

.jobpro-filter-radio .order_by label.jobpro-radio-style i {
  font-size: 18px;
  margin: 0px 5px 0px 0px;
  color: #E36700;
  width: 27px;
  display: inline-flex; }

ul.jobpro-sorting-options-list li.jobpro-list-item input[type=radio]:checked + label {
  color: #E36700; }

/* Media 420Px Start */
@media (max-width: 767px) {
  .xmljob-content-wrapper,
  .xmljob-sorting-options .xmljob-sorting,
  .xmljob-listing-opt {
    flex-wrap: wrap; }
  .xmljob-sidebar {
    min-width: 100%;
    max-width: 100%; }
  .mobfiltrs-openrbtn-con {
    display: block;
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 999; }
    .mobfiltrs-openrbtn-con a {
      background-color: #53b427;
      color: #fff;
      padding: 18px;
      display: inline-flex;
      font-size: 24px;
      line-height: 1; }
      .mobfiltrs-openrbtn-con a:focus {
        color: #fff; }
  body .xmljob-sidebar {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 300px;
    min-width: 300px;
    background-color: #fff;
    z-index: 9999;
    padding: 10px !important;
    overflow: scroll;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    body .xmljob-sidebar.xmljob-active {
      left: 0px; }
  a.close-listin-mobfiltrs {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 13px;
    background-color: red;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2.2;
    z-index: 2; }
    a.close-listin-mobfiltrs:focus {
      color: #fff; } }



.jobpro-jobs { 
    display: flex !important;
}