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

footer {
  background: #000;
  padding: 50px 0; }

.footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%; }
  .footerBottom p {
    margin-bottom: 0; }
  .footerBottom .social-icon {
    margin-top: 10px; }
    .footerBottom .social-icon a {
      color: #fff;
      text-decoration: none;
      margin-right: 10px; }
      .footerBottom .social-icon a img {
        width: 32px;
        height: 32px; }
  .footerBottom .copyright p {
    color: #fff;
    font-size: 12px; }

.footer-log figure {
  width: 232px;
  /* height: 126px; */
  margin-bottom: 25px; }
.footer-log .contactHeading {
  font-size: 14px;
  margin-bottom: 10px; }
.footer-log .contactBox {
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  .footer-log .contactBox span {
    width: 25px;
    height: 25px; }
    .footer-log .contactBox span img {
      width: 25px;
      height: 25px; }
  .footer-log .contactBox a {
    font-size: 14px;
    text-decoration: none; }
.footer-log p {
  margin-bottom: 2px;
  color: #fff; }
  .footer-log p a {
    color: #fff !important;
    text-decoration: none !important; }
    .footer-log p a:hover {
      text-decoration: underline !important; }

.footermenu {
    height: 100%;
    padding-left: 50px;
    width: 100%;
    display: flex;
    justify-content: space-evenly; }
  .footermenu h5 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-size: 16px; }
  .footermenu ul {
    padding-left: 0;
    list-style-type: none; }
    .footermenu ul li {
      margin-bottom: 5px; }
      .footermenu ul li a {
        font-size: 14px;
        color: #fff !important;
        text-decoration: none; }
        .footermenu ul li a:hover {
          text-decoration: underline !important; }

/*# sourceMappingURL=footer.css.map */


.footer-wrapper-for-custom{
  display: flex;
}

.footer-wrapper-for-custom .mobile-hide{
  flex: 0 0 30%;
}