@charset "UTF-8";
/*MIXINS*/
/*VARIABLES*/
/*NEW*/
/*mobile size*/
html {
  line-height: 1.2;
}

html {
  font-size: 6.75px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(6.75px + 4.15355 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 10.90355px;
  }
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center center;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none !important;
}

p {
  line-height: 1.2;
  margin-bottom: 25px;
}

section {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  section {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  section.clients {
    padding: 20px;
  }
}

.text-btn {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
}

.text-btn:hover {
  text-transform: uppercase;
}

.text-btn:after {
  content: "→";
  margin-left: 8px;
  font-weight: bold;
}

.new-imgwrapper img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .text-wrap {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .text-wrap .col-md-6 {
    margin-bottom: 20px;
  }
}

.new-herobanner .img {
  position: relative;
  max-height: 850px;
}

.new-herobanner .img:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /*clip-path: polygon(0 0, 100% 0, 100% 80%, 93% 93%, 91% 95%, 88% 97%, 87% 97%, 86% 97%, 82% 96%, 56% 86%, 41% 81%, 27% 76%, 12% 71%, 0% 67%);*/
}

.new-herobanner .img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/newhome/hero-banner-bg.webp);
  position: absolute;
  z-index: 2;
  top: 0px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.new-herobanner .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 850px;
  -o-object-position: center;
     object-position: center;
}

.new-herobanner .img .captions {
  position: absolute;
  z-index: 4;
  top: 35%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 100px;
  display: block;
  max-width: 550px;
  max-height: 700px;
}

@media screen and (min-width: 1600px) {
  .new-herobanner .img .captions {
    left: 390px;
  }
}

@media screen and (max-width: 991px) {
  .new-herobanner .img .captions {
    left: 0;
    padding: 60px;
  }
}

.new-herobanner .img .captions h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  color: #90c695;
  text-transform: uppercase;
  font-weight: 700;
}

.new-herobanner .img .captions p {
  color: #fff;
}

.new-herobanner .img .captions a {
  background-color: #90c695;
  color: #f0f0f0;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  border-radius: 25px;
  padding: 12px 35px;
  font-size: 16px;
  font-size: 1.6rem;
}

.new-herobanner .slick-dots {
  bottom: 300px;
}

.new-herobanner .slick-dots li.slick-active button {
  background-color: #90c695;
}

.title, h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-top: 40px;
}

.title.second, h2.second {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0;
}

.title.new, h2.new {
  margin-bottom: 60px;
  display: block;
}

.title.new:after, h2.new:after {
  content: "";
  display: block;
  background-image: url("/assets/images/header.png");
  background-repeat: no-repeat;
  width: 250px;
  height: 25px;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .title.new, h2.new {
    margin-bottom: 20px;
  }
}

.title.white, h2.white {
  color: white !important;
}

.title.white:after, h2.white:after {
  background-image: url("/assets/images/header-white.png") !important;
}

.our-solution .img-wrapper ul {
  -webkit-column-count: 3;
  column-count: 3;
  list-style: none;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}

@media screen and (max-width: 991px) {
  .our-solution .img-wrapper ul {
    padding-left: 0;
  }
}

.our-solution .img-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.our-solution .img-wrapper ul li a {
  border-bottom: none;
}

.our-solution .img-wrapper ul li img {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100px;
  width: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 7px 0;
  -o-object-position: top;
     object-position: top;
}

.our-solution .img-wrapper ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 95%;
  height: 100px;
}

.our-solution .img-wrapper ul li .tohide {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  z-index: 9;
  height: 100px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 7px 0;
  vertical-align: top;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-solution .img-wrapper ul li:hover .tohide {
  color: #00296b;
}

.our-solution .img-wrapper ul li:hover:before {
  background-color: rgba(255, 255, 255, 0.6);
}

.slant {
  margin: 150px 0;
  background-color: #bad6e2;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .slant {
    margin: 30px 0;
  }
}

.slant .container-fluid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .slant .container-fluid .row {
    display: block;
  }
}

.slant .container-fluid .col-md-4, .slant .container-fluid .col-lg-4 {
  padding: 50px;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}

@media screen and (max-width: 1350px) {
  .slant .container-fluid .col-md-4, .slant .container-fluid .col-lg-4 {
    width: 100%;
  }
}

.slant .container-fluid .col-md-6, .slant .container-fluid .col-lg-6 {
  overflow: hidden;
  border-top-left-radius: 100px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .slant .container-fluid .col-md-6, .slant .container-fluid .col-lg-6 {
    padding-right: 0;
  }
}

@media screen and (max-width: 1350px) {
  .slant .container-fluid .col-md-6, .slant .container-fluid .col-lg-6 {
    width: 100%;
  }
}

.slant .slant-img {
  background-image: url(/assets/images/newhome/why.webp);
  background-size: cover;
  background-position: center center;
  height: 850px;
}

@media screen and (max-width: 991px) {
  .slant .slant-img {
    height: 500px;
  }
}

.enquiry-box {
  margin: 150px 0;
  background-color: #bad6e2;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .enquiry-box {
    margin: 30px 0;
  }
}

.enquiry-box .container-fluid .col-lg-5, .enquiry-box .container-fluid .col-md-4 {
  padding: 60px 30px;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}

@media screen and (max-width: 1200px) {
  .enquiry-box .container-fluid .col-lg-5, .enquiry-box .container-fluid .col-md-4 {
    width: 100%;
  }
}

.enquiry-box .container-fluid .col-lg-6, .enquiry-box .container-fluid .col-md-6 {
  overflow: hidden;
  border-bottom-right-radius: 100px;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .enquiry-box .container-fluid .col-lg-6, .enquiry-box .container-fluid .col-md-6 {
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .enquiry-box .container-fluid .col-lg-6, .enquiry-box .container-fluid .col-md-6 {
    width: 100%;
  }
}

.enquiry-box .enquiry-img {
  background-image: url(/assets/images/home-page/enquiry.webp);
  background-size: cover;
  background-position: center center;
  height: 1000px;
}

@media screen and (max-width: 991px) {
  .enquiry-box .enquiry-img {
    height: 500px;
  }
}

.form-wrap.white input, .form-wrap.white textarea {
  background-color: white;
}

.form-wrap.white input::-webkit-input-placeholder, .form-wrap.white textarea::-webkit-input-placeholder {
  color: #333;
}

.form-wrap.white input:-ms-input-placeholder, .form-wrap.white textarea:-ms-input-placeholder {
  color: #333;
}

.form-wrap.white input::-ms-input-placeholder, .form-wrap.white textarea::-ms-input-placeholder {
  color: #333;
}

.form-wrap.white input::placeholder, .form-wrap.white textarea::placeholder {
  color: #333;
}

.form-wrap input, .form-wrap textarea {
  height: 58px;
  border-radius: 30px;
  width: 100%;
  margin: 10px 0;
  padding: 10px 20px;
  border-color: transparent;
  background-color: #f0f0f0;
  font-size: 16px;
  font-size: 1.6rem;
}

.form-wrap input:focus, .form-wrap textarea:focus {
  border: none;
  outline: none;
}

.form-wrap input::-webkit-input-placeholder, .form-wrap textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.form-wrap input:-ms-input-placeholder, .form-wrap textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.form-wrap input::-ms-input-placeholder, .form-wrap textarea::-ms-input-placeholder {
  color: #aaa;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.form-wrap input::placeholder, .form-wrap textarea::placeholder {
  color: #aaa;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.form-wrap textarea {
  height: 100px;
}

.form-wrap button {
  background-color: transparent;
  border-color: #333;
  border: 3px solid #333;
  padding: 12px 20px;
  display: block;
  text-transform: uppercase;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .form-wrap button {
    margin: 10px auto;
  }
}

.form-wrap button:hover {
  color: #999;
  border-color: #999;
}

.bottleless {
  padding-bottom: 30px;
}

.bottleless article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .bottleless article {
    display: block;
  }
}

.cards-wrap {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media screen and (max-width: 991px) {
  .cards-wrap {
    display: block;
    margin-bottom: 30px;
    margin-left: 20px;
  }
}

.cards-wrap article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .cards-wrap article {
    display: block !important;
    margin-bottom: 30px;
    min-height: unset;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.cards-wrap .shown {
  padding: 20px;
  position: relative;
  display: none;
  color: white;
  text-transform: initial;
  font-family: "Quicksand", sans-serif;
  min-height: 250px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 10px 10px #cedde6;
          box-shadow: 10px 10px #cedde6;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  font-size: 20px;
  font-size: 2rem;
}

.cards-wrap .shown:before {
  content: " ";
  display: block;
  background-color: rgba(0, 0, 0, 0.155);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media screen and (max-width: 991px) {
  .cards-wrap .shown:before {
    display: none;
  }
}

.cards-wrap .shown p, .cards-wrap .shown img {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .cards-wrap .shown img {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .cards-wrap .shown {
    display: block;
    color: #333;
    min-height: unset;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 25px 20px;
    font-weight: 500;
  }
}

.cards-wrap:hover > article {
  display: none;
}

@media screen and (max-width: 991px) {
  .cards-wrap:hover > article {
    display: block;
  }
}

.cards-wrap:hover > .shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 991px) {
  .cards-wrap:hover > .shown {
    display: block;
  }
}

.cards-wrap article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cards-wrap img {
  margin: 20px 0;
  height: 50px;
}

.cards-wrap:nth-child(1) {
  background-color: #f0ffea;
}

.cards-wrap:nth-child(2) {
  background-color: #b3e7e8;
}

.cards-wrap:nth-child(3) {
  background-color: #85aac0;
}

.cards-wrap:nth-child(4) {
  background-color: #9db3d1;
}

section.connect {
  background-color: transparent;
}

.hotels .enquiry-box button {
  border-color: white;
  color: white;
}

.hotels .enquiry-box button:hover {
  opacity: 0.7;
}

.hotels .whychooseus .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .hotels .whychooseus .col-md-4 {
    display: block;
    padding: 10px 60px;
    text-align: center;
  }
}

.hotels .whychooseus img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 10px;
}

.hotels .whychooseus article h4 {
  font-family: "Montserrat", sans-serif;
  color: #00296b;
  font-weight: 700;
  text-transform: uppercase;
}

.hotels .whychooseus article p {
  font-size: 18px;
  font-size: 1.8rem;
}

.hotels .new-herobanner .captions h2 {
  color: #f0cd1e;
}

.hotels .new-herobanner .captions a {
  background-color: #f0cd1e;
}

.hotels .new-herobanner .slick-dots .slick-active button {
  background-color: #f0cd1e;
}

.hotels .title.new {
  color: #00296b;
}

.hotels .title.new:after {
  background-image: url("/assets/images/title-yellow.png");
}

.hotels .title.second {
  color: white;
}

.hotels .slant, .hotels .enquiry-box {
  background-color: #00296b;
  color: white;
}

.hotels .slant .slant-img, .hotels .enquiry-box .slant-img {
  min-height: 1044px;
  background-image: url("/assets/images/hotels/hotels.jpg");
}

@media screen and (max-width: 991px) {
  .hotels .slant .slant-img, .hotels .enquiry-box .slant-img {
    min-height: 500px;
  }
}

.hotels .introduction {
  padding: 30px 0;
}

.hotels .introduction .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .hotels .introduction .row {
    display: block;
  }
}

.hotels .introduction img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .hotels .introduction img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
}

.hotels .introduction .header {
  text-transform: lowercase;
  color: #f0cd1e;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 0.8;
  font-family: 'Petit Formal Script', cursive;
}

.hotels .introduction h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #00296b;
  font-weight: 800;
  text-align: Center;
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 0;
  margin-bottom: 30px;
}

.hotels .our-solution .sol-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hotels .our-solution .sol-wrap:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hotels .our-solution .sol-wrap img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hotels .our-solution .sol-wrap span {
  font-size: 16px;
  font-size: 1.6rem;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  position: absolute;
  width: 80%;
}

.hotels .our-solution .sol-wrap:hover span {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;
}

@media screen and (max-width: 991px) {
  .hotels .our-solution .sol-wrap:hover span {
    -webkit-transform: unset;
            transform: unset;
  }
}

.hotels .mini-banner {
  margin-bottom: 50px;
}

.hotels .mini-banner article div {
  font-family: "Fjalla One", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  color: #00296b;
}

.hotels .mini-banner h2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.hotels .mini-banner p {
  font-size: 18px;
  font-size: 1.8rem;
  min-height: 90px;
}

.hotels .mini-banner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hotels .mini-banner .slick-list {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}

.hotels .mini-banner .banner-nav {
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.hotels .mini-banner .banner-nav a {
  background-color: #00296b;
  color: #fff;
  padding: 10px 8px;
  line-height: 0.5;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.hotels .mini-banner .banner {
  margin: 0 10px;
  width: 300px;
  position: relative;
}

.hotels .mini-banner .banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media screen and (max-width: 991px) {
  .hotels .mini-banner .banner {
    padding: 20px 40px;
  }
}

@media screen and (max-width: 500px) {
  .hotels .mini-banner .banner {
    padding: 20px 85px;
  }
}

.hotels .mini-banner .banner article {
  display: none;
}

.hotels .mini-banner .banner.slick-center {
  width: 500px;
}

.hotels .mini-banner .banner.slick-center:before {
  display: none;
}

.hotels .mini-banner .banner.slick-center article {
  display: block;
}

.hotels .mini-banner .banner.slick-center img {
  height: 350px;
  -webkit-box-shadow: 8px 8px #cedde6;
          box-shadow: 8px 8px #cedde6;
}

.hotels .mini-banner .banner img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
/*# sourceMappingURL=custom-two.css.map */