@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; }

.comp-detail-img figure {
  width: 100%;
  height: 499px; }
  .comp-detail-img figure img {
    object-fit: contain;
    height: 100%;
    width: 100%; }

.conpanydetails_section {
  padding-bottom: 25px; }
  .conpanydetails_section .comp-abt-us-wrap {
    margin-top: 80px; }
    .conpanydetails_section .comp-abt-us-wrap figure {
      width: 99px;
      height: 99px;
      text-align: center;
      padding: 11px;
      border-radius: 7px;
      background-color: #fff;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
    .conpanydetails_section .comp-abt-us-wrap h1 {
      margin: 30px 0;
      font-size: 30px;
      color: #000;
      text-align: center;
      font-family: "Playfair-Display";
      font-weight: 700; }
    .conpanydetails_section .comp-abt-us-wrap p {
      text-align: center;
      font-size: 16px;
      font-family: "Futura-book"; }
    .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading {
      position: relative;
      width: 184px;
      height: 184px;
      background-color: #FEED00;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-top: 10px;
      margin-right: -10px; }
      .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading h2 {
        text-transform: uppercase;
        font-size: 50px;
        letter-spacing: 1px;
        color: #231f20;
        font-family: "fonters";
        margin: 0;
        font-weight: 300;
        line-height: 48px; }
      .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup {
        max-width: 717px;
        width: 717px;
        height: 483px;
        overflow: auto;
        position: absolute;
        bottom: -450px;
        right: 0;
        transition: all 0.25s ease;
        opacity: 0;
        display: none; }
        .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list {
          display: flex;
          align-items: center;
          justify-content: space-evenly;
          padding: 20px; }
          .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list .popup-icon {
            width: 88px;
            height: 88px;
            background-color: #EBDFE3;
            border-radius: 17px; }
            .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list .popup-icon span {
              font-size: 45px;
              font-family: "Playfair-Display";
              display: flex;
              justify-content: center;
              align-items: center;
              font-weight: 600; }
          .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list .popup-details h5 {
            font-size: 24px;
            font-family: "Playfair-Display";
            line-height: 37px; }
          .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list .popup-details p {
            text-align: left;
            font-size: 14px;
            line-height: 16px; }
        .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list:nth-of-type(odd) {
          background: #ECDFE3; }
        .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list:nth-of-type(even) {
          background: #fff; }
    .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading:hover .popup {
      opacity: 1;
      display: block; }
  .conpanydetails_section .comp-long-para {
    padding-top: 25px; }
    .conpanydetails_section .comp-long-para p {
      font-size: 16px;
      color: #000;
      text-align: center;
      margin: 30px 0; }

.comp-job-heading {
  width: 184px;
  height: 184px;
  background-color: #FEED00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -40px;
  position: absolute;
  top: -85px; }
  .comp-job-heading h2 {
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 1px;
    color: #231f20;
    font-family: "fonters";
    margin: 0;
    font-weight: 300; }

 .compdetail_list_wrapper {
  padding: 0; 
  overflow: visible !important;
} 
  .compdetail_list_wrapper .filterWrap {
    margin-left: 0;
    margin-right: 0; }
    .compdetail_list_wrapper .filterWrap .joblist h5 {
      text-align: center; }
    .compdetail_list_wrapper .filterWrap .joblist .jobrow figure {
      width: 98px;
      height: 98px; }
      .compdetail_list_wrapper .filterWrap .joblist .jobrow figure img {
        height: 100%;
        object-fit: contain;
        border-radius: 11px; }
    .compdetail_list_wrapper .filterWrap .joblist .jobrow .list-row {
      width: 70%;
      margin: auto;
      display: flex;
      align-items: center; }
      .compdetail_list_wrapper .filterWrap .joblist .jobrow .list-row .list-logo {
        height: 98px;
        width: 98px;
        background-color: #fff;
        border-radius: 13px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .compdetail_list_wrapper .filterWrap .joblist .jobrow .list-row .list-logo img {
          height: 100%;
          object-fit: contain;
          border-radius: 11px; }

.compdetail_list_wrapper .com_detail_wrapper {
  padding: 38px 20px; }
  .compdetail_list_wrapper .com_detail_wrapper:nth-of-type(odd) {
    background: #ECDFE3; }
  .compdetail_list_wrapper .com_detail_wrapper:nth-of-type(even) {
    background: #EEE8F3; }
.compdetail_list_wrapper .com_view_all {
  text-align: center;
  padding: 50px 0;
  position: relative; }
  .compdetail_list_wrapper .com_view_all img {
    width: 257px;
    height: 134px;
    position: absolute;
    left: 57%;
    top: 0; }
  .compdetail_list_wrapper .com_view_all button {
    background: #000;
    color: #fff;
    border-radius: 0;
    padding: 12px 35px;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase; }

.six_img_wrap {
  background-color: #D9BEC6;
  padding: 50px 0; }
  .six_img_wrap .swiper-slide {
    height: 240px; }
  .six_img_wrap .col-lg-3 {
    padding-right: 4px;
    padding-left: 4px; }
    .six_img_wrap .col-lg-3 .example-image-link {
      display: block;
      position: relative;
      overflow: hidden;
      margin-bottom: 8px; }
    .six_img_wrap .col-lg-3 .example-image-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 75%;
      /* Adjust the aspect ratio of the blurred background */
      background: url('{{ asset("storage/uploads/company")."/".$company_details->id."/".$pics->img_file }}') center/cover;
      filter: blur(20px);
      margin-bottom: 8px; }
    .six_img_wrap .col-lg-3 .example-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .six_img_wrap .col-lg-3 .actual-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      /* Place the actual image above the blurred background */
      object-fit: scale-down; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compdetail_list_wrapper .com_view_all img {
    left: 64%; } }
@media screen and (max-width: 767px) {
  .compdetail_list_wrapper .filterWrap .joblist .jobrow figure {
    height: 52px !important; }

  .compdetail_list_wrapper {
    padding-top: 25px !important; }

  .conpanydetails_section .mob-reverse {
    flex-direction: column-reverse; }
  .conpanydetails_section .comp-abt-us-wrap h1 {
    font-size: 25px; }
  .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading {
    width: 140px;
    height: 140px;
    padding: 10px; }
    .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading h2 {
      font-size: 35px;
      letter-spacing: 0.7px; }
    .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup {
      width: auto; }
      .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list .popup-details h5 {
        font-size: 18px;
        line-height: 26px; }
      .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list .popup-icon {
        width: 55px;
        height: 55px;
        margin-right: 10px; }
        .conpanydetails_section .comp-abt-us-wrap .comp-abt-heading .popup .popup-list .popup-icon span {
          font-size: 24px; }
  .conpanydetails_section .comp-detail-img {
    width: auto;
    max-width: auto; }
    .conpanydetails_section .comp-detail-img figure {
      margin-top: -30px; }
  .conpanydetails_section .comp-long-para p {
    font-size: 14px; }

  .compdetail_list_wrapper .com_view_all img {
    width: 139px;
    height: 71px;
    position: absolute;
    left: 55%;
    top: 71px; }

  .compdetail_list_wrapper .filterWrap {
    margin-top: 30px !important; }
    .compdetail_list_wrapper .filterWrap .joblist .jobrow .list-row {
      width: 100%;
      justify-content: flex-start !important; }
      .compdetail_list_wrapper .filterWrap .joblist .jobrow .list-row .list-logo {
        height: 98px;
        width: 98px; }
        .compdetail_list_wrapper .filterWrap .joblist .jobrow .list-row .list-logo img {
          width: 72px;
          height: 67px; }

  .comp-job-heading {
    width: 144px;
    height: 144px;
    margin: auto;
    position: unset; }
    .comp-job-heading h2 {
      font-size: 45px; }

  .compdetail_list_wrapper .com_detail_wrapper .comp_width {
    margin-left: unset;
    margin-right: unset; }

  .six_img_wrap {
    padding: 50px 10px; }
    .six_img_wrap .company-url {
      text-align: center;
      margin-top: 30px; }
    .six_img_wrap .swiper-slide {
      height: 140px !important; }
    .six_img_wrap .example-image-container {
      height: 140px !important;
      padding: unset;
      margin-bottom: unset !important; } }

/*# sourceMappingURL=companies-details.css.map */
