@font-face {
  font-family: "Futura-book";
  src: url("../fonts/FUTURALT-BOOK.TTF"); }
@font-face {
  font-family: "Futura-bold";
  src: url("../fonts/FUTURALT-BOLD.TTF"); }
@font-face {
  font-family: "Playfair-Display";
  src: url("../fonts/PLAYFAIRDISPLAY-WGHT_1.TTF"); }
@font-face {
  font-family: "fonters";
  src: url("../fonts/FONTERS.OTF"); }
.mobile-Show {
  display: none; }

.ipad-Show {
  display: none; }

img {
  width: 100%; }

.btn-primary {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
  font-family: "Futura-book";
  border-radius: unset !important;
  padding: 8px 20px; }

.swiper {
  width: 100%;
  height: 100%; }
  .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.paddingLeft-0 {
  padding-left: 0; }

.paddingRight-0 {
  padding-right: 0; }

.pl-30 {
  padding-left: 30px; }

.lightPingbg {
  background: #E8CCC8; }

.darklighpink {
  background: #EEDBD7; }

.empactiveappbg {
  background: #DFC8CE; }

.emp-active-job-bg {
  background: #EBDFE3; }

.emp-active-job-light-bg {
  background: #E7D6DC; }

.w-40-p {
  width: 40% !important; }

.w-30-p {
  width: 30% !important; }

a {
  color: #000;
  text-decoration: none !important; }

button:focus {
  box-shadow: unset !important; }

.hideShortDesc {
  display: none;
  transition: all 1s ease-in-out; }

.showMoreDesc {
  display: block !important;
  transition: all 1s ease-in-out; }

.read-more-button {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  border-top: 1px dotted black;
  font-weight: 600;
  border: 1px solid black;
  padding: 5px 20px;
  margin: 8px auto;
  align-items: center;
  gap: 5px;
  display: flex;
  color: #000; }

.cityheadersection {
  background-color: #ecebe7; }
  .cityheadersection .titleMob {
    display: none; }
  .cityheadersection .jbcImgWrap {
    background-color: #E3D0D6;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 460px;
    width: 490px;
    margin: 0 auto;
    flex-direction: column;
    float: left;
    margin: 0 25px 25px 0; }
    .cityheadersection .jbcImgWrap figure {
      width: 122px;
      height: 122px;
      margin-bottom: 0; }
      .cityheadersection .jbcImgWrap figure img {
        width: 100% !important;
        height: auto !important; }
    .cityheadersection .jbcImgWrap figcaption {
      font-size: 32px;
      color: #000;
      text-align: center; }
    .cityheadersection .jbcImgWrap .jbcHyperlink {
      text-decoration: underline !important;
      font-size: 12px;
      text-transform: uppercase;
      color: #231f20;
      display: block;
      font-weight: bold;
      letter-spacing: 1px;
      margin-top: 5px;
      font-family: "Futura-bold";
      text-underline-offset: 4px; }
  .cityheadersection .jbcTitle h1 {
    color: #000;
    font-size: 52px;
    font-family: "Playfair-Display"; }
  .cityheadersection .jbcTitle p {
    color: #000;
    font-size: 16px;
    font-family: "Futura-bold";
    margin-top: 20px; }
  .cityheadersection .jbcTitle .top-text-container {
    overflow: hidden;
    position: relative;
    max-height: none;
    transition: max-height 0.5s ease-in-out;
    min-height: 490px; }
  .cityheadersection .jbcTitle .arrow-icon {
    width: 17px;
    height: 12px;
    vertical-align: middle; }
  .cityheadersection .jbcTitle .top-text.collapsed {
    max-height: 5em;
    overflow: hidden; }
  .cityheadersection .jbcTitle .read-more-link {
    display: none; }
  .cityheadersection .bjcBottomText {
    margin: 110px 0 150px 0; }
    .cityheadersection .bjcBottomText h5 {
      font-size: 30px;
      font-family: "Futura-book";
      margin-bottom: 20px; }
    .cityheadersection .bjcBottomText p {
      font-size: 16px;
      font-family: "Futura-book"; }
  .cityheadersection .customPadding {
    padding-left: 30px;
    padding-right: 30px; }
  .cityheadersection .mainWrapper .btnContainer {
    margin: 0 auto;
    width: 100%; }
  .cityheadersection .mainWrapper .header-img img {
    width: 490px;
    height: 540px;
    float: left;
    margin: 0 30px 25px 0;
    object-fit: cover; }
  .cityheadersection .mainWrapper .title {
    font-size: 52px;
    font-family: "Playfair-Display";
    font-weight: bolder;
    line-height: 69px;
    color: #000;
    margin-bottom: 20px;
     }
  .cityheadersection .mainWrapper .city-header {
    position: relative;
    width: 100%;
    min-height: 540px; }
    .cityheadersection .mainWrapper .city-header .description .shortDesc {
      font-family: "Futura-book";
      color: #000;
      margin-top: 20px;
      font-size: 14px; }
    .cityheadersection .mainWrapper .city-header .description .moreDesc h2 {
      font-family: "Futura-bold"; }
    .cityheadersection .mainWrapper .city-header .description .shortDescState {
      font-weight: bold;
      font-family: "Futura-bold";
      color: #000;
      margin-top: 20px;
      font-size: 14px; }
    /* .cityheadersection .mainWrapper .city-header .description .read-more-button {
      text-align: center;
      width: -webkit-max-content !important;
      width: -moz-max-content !important;
      width: max-content !important;
      border-top: 1px dotted black;
      font-weight: 600;
      border: 1px solid black;
      padding: 5px 20px !important;
      margin: 8px auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #000; } */
    .cityheadersection .mainWrapper .city-header p {
      width: 100%;
      padding: 0 20px;
      line-height: 22px !important; }
    .cityheadersection .mainWrapper .city-header .title-strong {
      font-size: 16px;
      font-family: "Futura-bold";
      color: #000;
      margin-bottom: 25px;
      line-height: 25px; }
    .cityheadersection .mainWrapper .city-header .sub-title {
      font-size: 16px;
      color: #000;
      width: 90%;
      line-height: 25px; }
    .cityheadersection .mainWrapper .city-header .point-arrrow {
      position: absolute;
      width: 154px;
      height: 79px;
      right: 20px;
      transform: rotate(71deg);
      bottom: 0; }
  .cityheadersection .mainWrapper .city-header p:first-of-type {
    color: #000; }
  .cityheadersection .mainWrapper .city-header p:last-of-type {
    width: 90%; }
  .cityheadersection .mainWrapper .customWidth p:last-of-type {
    width: 100% !important; }

.job-by-city {
  background-color: #ecebe7;
  padding-top: 30px; }
  .job-by-city .city-bg {
    background-color: #e3d0d6;
    padding: 60px 0; }
    .job-by-city .city-bg .row {
      align-items: flex-end; }
      .job-by-city .city-bg .row .city-details {
        margin-bottom: 40px;
        text-align: center; }
        .job-by-city .city-bg .row .city-details img {
          width: 70px;
          height: 63px;
          margin-top: -40px;
          margin-bottom: 8px;
          object-fit: cover; }
        .job-by-city .city-bg .row .city-details .titel {
          font-size: 20px;
          letter-spacing: 1.6px;
          line-height: 20px;
          color: #231f20;
          margin-bottom: 5px; }
        .job-by-city .city-bg .row .city-details .subtitel {
          font-family: "Futura-bold";
          font-size: 10px;
          letter-spacing: 0.96px;
          color: #231f20; }
          .job-by-city .city-bg .row .city-details .subtitel strong {
            font-weight: inherit !important;
            border-bottom: 1px solid #231f20; }
  .job-by-city .ml-auto {
    margin-left: auto; }
  .job-by-city .city-banner {
    margin-left: auto;
    margin-top: -90px; }
    .job-by-city .city-banner img {
      height: 323px;
      height: 323px; }

.city-latest-job {
  padding: 20px 0 87px;
  background: #ecebe7; }
  .city-latest-job .jobBox-swiper .latestJobSwiper {
    height: auto !important;
    padding-bottom: 20px; }
    .city-latest-job .jobBox-swiper .latestJobSwiper .swiper-pagination {
      bottom: 5px; }
  .city-latest-job .swiper-wrapper {
    margin-bottom: 40px; }
    .city-latest-job .swiper-wrapper .swiper-slide {
      width: 100%;
      max-width: 292px;
      margin: 70px auto 0;
      height: auto; }
    .city-latest-job .swiper-wrapper .swiper-slide:nth-child(odd) {
      background: #d8d7d0; }
    .city-latest-job .swiper-wrapper .swiper-slide:nth-child(even) {
      background: #dfc8ce; }
  .city-latest-job .jobBox-swiper {
    height: 100%; }
  .city-latest-job .topjob-box {
    width: 100%;
    height: 300px; }
  .city-latest-job .swiper-button-next,
  .city-latest-job .swiper-button-prev {
    height: 53px;
    width: 53px;
    margin-top: 0;
    top: 40%; }
  .city-latest-job .swiper-button-next:after {
    display: none; }
  .city-latest-job .unserveJob h2 {
    font-size: 50px;
    line-height: 81px;
    color: #231f20;
    font-weight: bolder; }
  .city-latest-job .swiper-pagination .swiper-pagination-bullet {
    background: #c6c6c6;
    opacity: 1;
    height: 12px;
    width: 12px; }
  .city-latest-job .swiper-pagination .swiper-pagination-bullet-active {
    background: #2e2e2e !important; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-img {
    margin-top: 30px; }

  .job-by-city .city-bg {
    padding: 60px 30px !important; }

  .city-latest-job {
    padding: 10px 0 87px !important; }

  .city-header p {
    width: 100% !important;
    padding: 0 !important; } }
.cateRowWrap {
  padding: 50px 40px;
  background-color: #E3D0D6;
  margin-left: 110px;
  flex: 1; }
  .cateRowWrap .city-details {
    text-align: center;
    margin-bottom: 25px; }
    .cateRowWrap .city-details .category-name {
      font-size: 15px !important;
      font-family: "Futura-book" !important;
      text-transform: uppercase !important;
      margin-bottom: 5px;
      letter-spacing: 1.6px;
      word-wrap: break-word;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .cateRowWrap .city-details .category-desc {
      text-transform: capitalize !important;
      font-size: 10px !important;
      font-family: "Futura-bold" !important;
      text-decoration: underline !important; }

@media screen and (max-width: 767px) {
  .cateRowWrap {
    padding: 50px 10px;
    margin-left: 0; }

  .cityheadersection .container-fluid .city-header p {
    width: 100% !important;
    padding: 0 !important; }
  .cityheadersection .jbcTitle .top-text h2 {
    max-height: 5.5em;
    overflow: hidden; }
  .cityheadersection .jbcTitle .read-more-link {
    text-align: center;
    width: max-content;
    border-top: 1px dotted black;
    font-weight: 600;
    border: 1px solid black;
    padding: 5px 20px;
    margin: 8px auto;
    align-items: center;
    gap: 5px;
    display: flex; }
    .cityheadersection .jbcTitle .read-more-link .expanded {
      transform: rotate(180deg);
      /* Rotate the arrow when expanded */ }
  .cityheadersection .jbcTitle .top-text.expanded h2 {
    max-height: none;
    overflow: visible; }
  .cityheadersection .jbcTitle .top-text.expanded .arrow-icon {
    transform: rotate(180deg);
    /* Rotate the arrow when expanded */ }
  .cityheadersection .header-img {
    text-align: center; }
    .cityheadersection .header-img h1, .cityheadersection .header-img .h1 {
      text-align: left !important; }
    .cityheadersection .header-img img {
      width: 100% !important;
      height: auto !important;
      object-fit: cover;
      float: none !important;
      margin: 0 !important; }

  .city-latest-job .swiper-pagination .swiper-pagination-bullet {
    height: 5px;
    width: 5px; }

  .cityheadersection .titleMob {
    display: block;
    color: #000;
    font-size: 35px;
    font-family: "Playfair-Display";
    padding: 20px 0; }
  .cityheadersection .jbcImgWrap {
    width: 100%;
    height: 359px;
    min-height: 359px;
    margin-bottom: 45px; }
  .cityheadersection .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  .title {
    font-size: 35px !important;
    line-height: 47px !important; }

  .city-header {
    width: 100% !important;
    min-height: unset !important; }
    .city-header .description {
      padding: 10px 0; }
      .city-header .description .shortDesc {
        color: #000;
        margin-top: 20px;
        font-size: 14px; }
      .city-header .description .moreDesc h2 {
        font-family: "Futura-bold"; }
      .city-header .description .shortDescState {
        font-weight: bold;
        font-family: "Futura-bold";
        color: #000;
        margin-top: 20px;
        font-size: 14px; }
      .city-header .description .read-more-button {
        text-align: center;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border-top: 1px dotted black;
        font-weight: 600;
        border: 1px solid black;
        padding: 5px 20px;
        margin: 8px auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .city-header .title-strong {
      font-size: 14px !important;
      line-height: 22px !important;
      margin-top: 30px !important; }
    .city-header .sub-title {
      width: 100% !important;
      padding-bottom: 40px;
      font-size: 14px !important;
      line-height: 22px !important; }
    .city-header .point-arrrow {
      position: unset !important;
      width: 108px !important;
      height: 55px !important;
      transform: rotate(71deg);
      left: 25% !important;
      right: unset !important;
      bottom: -80px !important;
      margin: 20px auto; }
    .city-header p {
      padding: 0 !important; }
    .city-header p:first-of-type {
      font-size: 14px !important;
      line-height: 22px !important;
      color: #000;
      margin-top: 20px; }
    .city-header p {
      width: 100% !important;
      margin-top: 20px;
      font-size: 14px;
      padding: 0 !important;
      line-height: 22px !important; }

  .customPdng p {
    padding: 0 !important; }

  .city-latest-job {
    padding: 150px 0 35px !important; }
    .city-latest-job .unserveJob h2 {
      font-size: 35px !important; }
    .city-latest-job .swiper-wrapper .swiper-slide {
      margin-right: 30px !important; }
    .city-latest-job .swiper-pagination {
      bottom: 100px;
      display: none; }

  .job-by-city .bottomimage {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important; }
  .job-by-city .container {
    padding-left: 0;
    padding-right: 0; }
  .job-by-city .city-bg {
    padding: 90px 15px !important; }
    .job-by-city .city-bg .city-details .titel {
      font-size: 16px !important; }
  .job-by-city .city-banner {
    margin: -100px auto;
    width: 85%; }
    .job-by-city .city-banner img {
      height: auto; } }


.cityheadersection .jbcImgWrap{
    background-color:#E3D0D6;

    width:490px;
    min-width:490px;

    height:540px;

    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

    flex-shrink:0;
}

/* .cityheadersection .city-header{
    flex:1;
} */

.description-content{
    overflow:hidden;
    transition:max-height 0.5s ease;
}

.description-content.collapsed{
    max-height:400px;
}

.description-content.expanded{
    max-height:5000px;
}

.cityheadersection .mainWrapper .city-header .description .read-more-button{
    text-align: center;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    border-top: 1px dotted black;
    font-weight: 600;
    border: 1px solid black;
    padding: 5px 20px !important;
    margin: 8px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}

#detailshortDescription a
{
  color: white !important
}
/*# sourceMappingURL=job-by-city.css.map */
