@import url("https://use.typekit.net/qus5two.css");
@font-face {
  font-family: "NHaasGroteskDSPro65Md";
  src: url("/fonts/NHaasGroteskDSPro65Md.eot");
  src: url("/fonts/NHaasGroteskDSPro65Md.eot") format("embedded-opentype"), url("/fonts/NHaasGroteskDSPro65Md.woff2") format("woff2"), url("/fonts/NHaasGroteskDSPro65Md.woff") format("woff"), url("/fonts/NHaasGroteskDSPro65Md.ttf") format("truetype"), url("/fonts/NHaasGroteskDSPro65Md.svg#NHaasGroteskDSPro65Md") format("svg");
}
@font-face {
  font-family: "NeulisAltRegular";
  src: url("/fonts/NeulisAltRegular.eot");
  src: url("/fonts/NeulisAltRegular.eot") format("embedded-opentype"), url("/fonts/NeulisAltRegular.woff2") format("woff2"), url("/fonts/NeulisAltRegular.woff") format("woff"), url("/fonts/NeulisAltRegular.ttf") format("truetype"), url("/fonts/NeulisAltRegular.svg#NeulisAltRegular") format("svg");
}
@font-face {
  font-family: "LouizeDisplayTrialRegular";
  src: url("/fonts/LouizeDisplayTrialRegular.eot");
  src: url("/fonts/LouizeDisplayTrialRegular.eot") format("embedded-opentype"), url("/fonts/LouizeDisplayTrialRegular.woff2") format("woff2"), url("/fonts/LouizeDisplayTrialRegular.woff") format("woff"), url("/fonts/LouizeDisplayTrialRegular.ttf") format("truetype"), url("/fonts/LouizeDisplayTrialRegular.svg#LouizeDisplayTrialRegular") format("svg");
}
@font-face {
  font-family: "NeulisAltMedium";
  src: url("/fonts/NeulisAltMedium.eot");
  src: url("/fonts/NeulisAltMedium.eot") format("embedded-opentype"), url("/fonts/NeulisAltMedium.woff2") format("woff2"), url("/fonts/NeulisAltMedium.woff") format("woff"), url("/fonts/NeulisAltMedium.ttf") format("truetype"), url("/fonts/NeulisAltMedium.svg#NeulisAltMedium") format("svg");
}
@font-face {
  font-family: "TimesNowSemiLight";
  src: url("/fonts/TimesNowSemiLight.eot");
  src: url("/fonts/TimesNowSemiLight.eot") format("embedded-opentype"), url("/fonts/TimesNowSemiLight.woff2") format("woff2"), url("/fonts/TimesNowSemiLight.woff") format("woff"), url("/fonts/TimesNowSemiLight.ttf") format("truetype"), url("/fonts/TimesNowSemiLight.svg#TimesNowSemiLight") format("svg");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  text-indent: -999px;
  border-top: 4px solid #F7F6F5;
  border-right: 4px solid #F7F6F5;
}

.flex-direction-nav .flex-prev {
  left: 44px;
  transform: rotate(-135deg);
}

.flex-direction-nav .flex-next {
  right: 44px;
  transform: rotate(45deg);
}

/* 
.flex-direction-nav .flex-prev:hover {
  cursor: url('/images/buttons/pre.png') 25 25, auto;
}
.flex-direction-nav .flex-next {
  cursor: url('/images/buttons/next.png') 25 25, auto;
}
 */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #F7F6F5;
}

.flex-control-paging li a.flex-active {
  background: #F7F6F5;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background: #000 !important;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  text-align: center;
  z-index: 1050;
  background: none !important;
}

a {
  outline: none;
}

.vbox-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

iframe.venoframe.vbvid.figlio {
  background-color: #000000 !important;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .venoframe.vbvid {
    width: 1200px;
    height: 672px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: calc(25% - 18px);
}

.grid_4 {
  width: calc(33.333% - 20px);
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
  width: calc(50% - 20px);
}

.new_grid6 {
  width: calc(50% - 12px);
  margin-right: 24px;
  position: relative;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #014133;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: "LouizeDisplayTrialRegular";
  font-size: 27px;
  margin: 0;
  padding: 0;
  background: #f6f3e6;
  color: #014133;
  line-height: 1.4;
}
body.fixed {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "NeulisAltRegular";
  color: #014133;
  line-height: 1.2;
  font-weight: normal;
}

p {
  margin: 0;
  margin-bottom: 1em;
}

h1 {
  font-size: 36px;
  font-size: clamp(28px, 1.8vw, 40px);
  padding-bottom: 1em;
}

h2 {
  font-size: clamp(24px, 1.7vw, 36px);
  padding-bottom: 1em;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 36px;
  padding-bottom: 1em;
}

h5 {
  font-size: 23px;
  font-family: "LouizeDisplayTrialRegular";
  padding-left: 10px;
  padding-right: 10px;
}

/* Navigation */
#logo {
  margin: 0 auto;
  display: block;
  width: 280px;
}

/* nav_toggle */
#nav_toggle {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  bottom: 0;
  margin: auto;
}

#page-home #nav_toggle {
  display: none;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 3px;
  width: 30px;
  background: #014133;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
form {
  max-width: 100%;
  margin: 0 auto;
}

form .grid_12 {
  margin-bottom: 20px;
}

input,
label,
select,
textarea {
  font-size: 19px;
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  color: #F7F6F5;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #F7F6F5;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-transform: capitalize;
  font-family: "NeulisAltRegular";
  letter-spacing: 1px;
}

select option {
  color: #F7F6F5;
  background: #014133;
  width: 100%;
}

.b_submit {
  background: #F7F6F5;
  color: #014133;
  font-size: 27px;
  font-family: "NeulisAltRegular";
  text-transform: uppercase;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 20px auto;
  border-radius: 10px;
}

label {
  margin-bottom: 0;
  font-size: 14px;
  display: block;
  border: none;
}

.link {
  font-size: 10px;
  color: #F7F6F5;
  text-transform: uppercase;
  display: block;
}

.chk_holder {
  margin: 0 auto 10px;
  color: #F7F6F5;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 36px;
  position: relative;
  text-align: center;
  display: block;
  color: #F7F6F5;
  font-size: 18px;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #F7F6F5;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #F7F6F5;
  border-right: 2px solid #F7F6F5;
  content: "";
  display: block;
  transition: all 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #F7F6F5;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #F7F6F5;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #F7F6F5;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #F7F6F5;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #F7F6F5;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #F7F6F5;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  cursor: default;
  height: 43px;
  white-space: nowrap;
  list-style: none;
  display: flex;
  align-items: center;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}
li.token-input-token-project p {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 19px;
  font-family: "NeulisAltRegular";
}
li.token-input-token-project span {
  display: inline-block;
  font-size: 19px;
  color: #F7F6F5;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #F7F6F5;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #F7F6F5;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #F7F6F5;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #F7F6F5;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #F7F6F5;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  color: #f00d0d;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 5px;
  padding: 0 15px;
}

.flexslider.no_arrow .flex-direction-nav,
.flexslider.no_arrow .flex-control-nav {
  display: none;
}

.orange {
  color: #014133;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr66 {
  padding-left: 66px;
  padding-right: 66px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pr17 {
  padding-right: 17px;
}

.pr34 {
  padding-right: 34px;
}

.pr140 {
  padding-right: 140px;
}

.pl17 {
  padding-left: 17px;
}

.plr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.ptb130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.ptb150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pt250 {
  padding-top: 250px;
}

.pt330 {
  padding-top: 330px;
}

.pb90 {
  padding-bottom: 90px;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.mr24 {
  margin-right: 24px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 58px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb250 {
  margin-bottom: 250px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb300 {
  margin-bottom: 300px;
}

.w820 {
  width: 820px;
  max-width: 100%;
}

.maxw_550 {
  max-width: 580px;
}

.full-width {
  width: 100%;
}

hr {
  border-color: #014133;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
}

.left_align {
  text-align: left;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex.align_start {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.flex.justify_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.flex.justify_start {
  justify-content: flex-start;
}

section {
  position: relative;
}

.mob {
  display: none;
}

.relate,
.relative {
  position: relative;
}

.z2 {
  z-index: 2;
}

.btn {
  color: #014133;
  width: 160px;
  padding: 10px 0;
  text-align: center;
  border-radius: 25px;
  text-align: center;
  background: #014133;
  display: block;
  font-family: "NeulisAltRegular";
}

.highlight_font {
  font-family: "NeulisAltRegular";
}

.primary_font {
  font-family: "LouizeDisplayTrialRegular";
}

.medium {
  font-family: "NeulisAltMedium";
}

.times_font {
  font-family: "TimesNowSemiLight";
}

.fs30 {
  font-size: 30px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.block {
  display: block;
}

.column {
  flex-direction: column;
}

.underline {
  border-bottom: 1px solid;
}

.bg_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_ghee {
  background: #f6f3e6 !important;
}

.second_bg_color {
  background: #883013;
}
.second_bg_color p,
.second_bg_color h2,
.second_bg_color h4 {
  color: #F7F6F5;
}

.third_bg_color {
  background: #014133;
}
.third_bg_color p,
.third_bg_color h2,
.third_bg_color h4,
.third_bg_color h5,
.third_bg_color a {
  color: #F7F6F5;
}

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*footer*/
footer {
  padding: 30px 0;
  border-top: 1px solid #F7F6F5;
}

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  padding: 45px 66px;
  padding: 12px 66px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transition: all 0.6s ease;
}
header nav #nav {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
header nav #nav li a {
  font-size: 18px;
  font-family: "NeulisAltRegular";
  text-transform: capitalize;
  color: #F7F6F5;
  position: relative;
}
header nav #nav li a:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background: #F7F6F5;
  transition: all 0.3s ease;
  opacity: 0;
}
header nav #nav li a:hover:after {
  opacity: 1;
}
header nav #nav li a#enq_btn {
  background: #F7F6F5;
  color: #014133;
  background: #F7F6F5;
  padding: 10px 20px;
  border-radius: 10px;
}
header nav #nav li a#enq_btn:hover {
  color: #F7F6F5;
  background: #014133;
}
header nav #nav li a#enq_btn:after {
  display: none;
}
header nav p {
  display: none;
}
header .open_menu {
  display: none;
}
header.bg_ghee .logo img {
  content: url("/images/logo_green.png");
}
header.bg_ghee nav #nav li a {
  color: #014133;
}
header.bg_ghee nav #nav li a:after {
  background: #014133;
}
header.bg_ghee nav #nav li a#enq_btn {
  color: #F7F6F5;
  background: #014133;
}

#page-design nav li a.design:after,
#page-lifestyle nav li a.lifestyle:after,
#page-team nav li a.team:after {
  opacity: 1;
}

.aerial {
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
}
.aerial img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.playvideo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 200px;
}
.playvideo img {
  width: 100%;
  height: 100%;
}

.slick-slider button.slick-arrow {
  text-indent: 999px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #014133;
  background: rgba(246, 243, 230, 0.7);
  position: absolute;
  left: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #014133;
}
.slick-slider button.slick-arrow:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 1px solid #014133;
  border-left: 1px solid #014133;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
}
.slick-slider button.slick-arrow.slick-next {
  left: auto;
  right: 45px;
}
.slick-slider button.slick-arrow.slick-next:before {
  transform: rotate(135deg);
  left: 12px;
}
.slick-slider .slick-slide {
  width: 75vw !important;
  padding: 0 20px;
}

.flex-control-nav {
  margin-right: 66px;
  right: 0;
  text-align: right;
  bottom: 40px;
  z-index: 2;
}
.flex-control-nav li a {
  overflow: hidden;
  text-indent: 999px;
  width: 17px;
  height: 17px;
  opacity: 0.6;
}
.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  opacity: 1;
}

#enquire {
  position: relative;
  padding: 200px 0;
}
#enquire:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/enquire_bg.jpg);
  z-index: 1;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
#enquire .register {
  position: relative;
  z-index: 2;
}

#hero {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#hero .wrapper {
  position: relative;
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
  bottom: 0;
  z-index: 2;
  color: #F7F6F5;
}
#hero .wrapper h5 {
  color: #F7F6F5;
  text-align: center;
  font-family: "NeulisAltRegular";
  max-width: 22em;
  width: 90%;
  margin: 0 auto 40px;
}
#hero .wrapper a img {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#hero .wrapper .venobox {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: auto;
}
#hero .wrapper #scroll_btn {
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  color: #F7F6F5;
  text-transform: uppercase;
  font-family: "NeulisAltRegular";
  display: block;
  font-size: 14px;
}
#hero .wrapper #scroll_btn:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 40px;
  content: "";
  background: #F7F6F5;
}
#hero h1 {
  color: #F7F6F5;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
#hero .enqBtn {
  display: none;
}

#page-home #hero {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  min-height: 500px;
}
#page-home #hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}

#page-home .fully-video {
  position: absolute;
  width: 100%;
  height: 100vh;
  height: 100svh;
  top: 0;
  left: 0;
}
#page-home .fully-video .bg-video {
  position: absolute;
  height: 100vw;
  width: 135vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (orientation: portrait) {
  #page-home .fully-video .bg-video {
    height: 100vh;
    height: 100svh;
    width: auto;
    aspect-ratio: 16/9;
  }
}
#page-home .home-wrapper {
  width: 100%;
  height: 100%;
}
#page-home .home-wrapper .hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-home .home-wrapper .hero-content .main-logo {
  position: relative;
  margin: auto auto 40px;
  max-width: 80%;
}

#page-design #hero {
  background-image: url(/images/design/hero.jpg);
}

#page-design header {
  background-color: #883013;
}

#page-lifestyle #hero {
  background-image: url(/images/lifestyle/8.jpg);
}

.lifestyle-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.logo {
  width: 208px;
  width: 158px;
}

#page-home.fixed header {
  top: -173px;
}
#page-home main {
  padding-top: 0;
}

#page_links a {
  position: relative;
  overflow: hidden;
}
#page_links h2 {
  position: absolute;
  left: 40px;
  color: #F7F6F5;
  bottom: 40px;
}
#page_links .grid_6 {
  width: calc(50% - 20px);
}
#page_links img {
  transition: all 0.6s ease;
}
#page_links img:hover {
  transform: scale(1.1);
}

#spn {
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  background: yellow;
  width: 100%;
  left: 0%;
  z-index: 999;
  opacity: 0;
}

.parallax_container {
  width: 100%;
  height: 80vh;
  position: relative;
}
.parallax_container #parallax {
  position: fixed;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-team .parallax_container #parallax {
  transform: none;
}

#kitchen_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 56vw;
}
#kitchen_wrapper div {
  width: 33.3333333333%;
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0;
  transition: all 0.6s linear;
}
#kitchen_wrapper div.big {
  width: 100% !important;
  left: 0 !important;
}
#kitchen_wrapper div:nth-child(2) {
  left: 33.333%;
  background-position: 50%;
}
#kitchen_wrapper div:last-child {
  left: 66.666%;
  background-position: 100%;
}
#kitchen_wrapper div img {
  opacity: 0;
  visibility: hidden;
}

#layout__heading_wrapper h3 {
  cursor: pointer;
  position: relative;
}
#layout__heading_wrapper h3:after {
  content: "";
  width: 120px;
  height: 1px;
  background: #014133;
  position: absolute;
  left: 20px;
  bottom: -5px;
  opacity: 0;
}
#layout__heading_wrapper h3.active {
  font-weight: 600;
}

.mob {
  display: none;
}

#layouts {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 100px auto 0 auto;
  overflow: hidden;
  aspect-ratio: 16/9;
}
#layouts .layout {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-right: 1px solid #f6f3e6;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
#layouts .layout span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#layouts .layout:first-child span {
  background-image: url(/images/design/Kitchen_Layout_A.jpg);
  width: 1440px;
}
#layouts .layout:nth-child(2) span {
  background-image: url(/images/design/Kitchen_Layout_B.jpg);
  width: 1440px;
}
#layouts .layout:last-child span {
  background-image: url(/images/design/Kitchen_Layout_C.jpg);
  width: 1440px;
}
#layouts .layout:first-child {
  z-index: 3;
  width: 50px;
}
#layouts .layout:nth-child(2) {
  z-index: 2;
  width: 100px;
}
#layouts .layout:last-child {
  z-index: 1;
  border: 0 none;
}
#layouts .layout:last-child a {
  visibility: hidden !important;
}
#layouts .layout:last-child.show a {
  visibility: visible !important;
}
#layouts .layout a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(225, 225, 225, 0.5);
  border: 1px solid #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#layouts .layout a::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  border: 2px solid #014133;
  transform: translate(-75%, -50%) rotate(45deg);
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  -moz-transform: translate(-75%, -50%) rotate(45deg);
  -ms-transform: translate(-75%, -50%) rotate(45deg);
  -o-transform: translate(-75%, -50%) rotate(45deg);
  border-bottom: 0;
  border-left: 0;
}
#layouts .layout:first-child.show {
  width: calc(100% - 100px);
}
#layouts .layout:first-child.show a::after {
  border: 2px solid #014133;
  transform: translate(-25%, -50%) rotate(45deg);
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -moz-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  -o-transform: translate(-25%, -50%) rotate(45deg);
  border-top: 0;
  border-right: 0;
}
#layouts .layout:nth-child(2).show {
  width: calc(100% - 50px);
}
#layouts .layout:nth-child(2).show a::after {
  border: 2px solid #014133;
  transform: translate(-25%, -50%) rotate(45deg);
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -moz-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  -o-transform: translate(-25%, -50%) rotate(45deg);
  border-top: 0;
  border-right: 0;
}
#layouts .layout:last-child.show a::after {
  border: 2px solid #014133;
  transform: translate(-25%, -50%) rotate(45deg);
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  -moz-transform: translate(-25%, -50%) rotate(45deg);
  -ms-transform: translate(-25%, -50%) rotate(45deg);
  -o-transform: translate(-25%, -50%) rotate(45deg);
  border-top: 0;
  border-right: 0;
}

.layouts-name {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
.layouts-name .layout-name {
  font-size: 12px;
  font-family: "NeulisAltRegular";
  text-transform: capitalize;
  color: #014133;
  position: relative;
  text-align: center;
  margin: 10px;
  padding: 4px 15px;
  border: 1px solid #014133;
  border-radius: 10px;
}

#layout1 .layout1 {
  background-color: #014133;
  color: #f6f3e6;
}

#layout2 .layout2 {
  background-color: #014133;
  color: #f6f3e6;
}

#layout3 .layout3 {
  background-color: #014133;
  color: #f6f3e6;
}

.slider-for,
.slider-nav {
  display: block;
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  margin: 100px auto;
}
.slider-for .slick-slide,
.slider-nav .slick-slide {
  padding: 0;
}

#page-design .flexslider {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
#page-design #slider .flex-control-nav {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  bottom: initial;
  padding: 20px 0;
}
#page-design #slider .flex-control-nav li a {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  font-size: 12px;
  font-family: "NeulisAltRegular";
  text-transform: capitalize;
  color: #014133;
  position: relative;
  text-align: center;
  margin: 10px;
  padding: 4px 15px;
  border: 1px solid #014133;
  border-radius: 10px;
  text-indent: initial;
  opacity: 1;
  text-transform: uppercase;
}
#page-design #slider .flex-control-nav li a.flex-active {
  background-color: #014133;
  color: #fff;
}

.artist {
  font-size: 12px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.logo-holder {
  justify-content: space-between;
  flex-flow: wrap;
}
.logo-holder a {
  margin-bottom: 20px;
}
.logo-holder a img {
  max-width: 100%;
  max-height: 20px;
}

#gov-pop-up {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(1, 65, 51, 0.9);
}
#gov-pop-up > div {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#gov-pop-up > div .pop-up-contant-holder {
  position: relative;
  padding: 40px;
  overflow-y: visible;
  background-color: rgb(1, 65, 51);
  width: 100%;
  max-width: 768px;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: visible;
}
#gov-pop-up > div .pop-up-contant-holder .close {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
}
#gov-pop-up p,
#gov-pop-up a {
  font-size: 16px;
}
#gov-pop-up a {
  text-decoration: underline;
}
#gov-pop-up * {
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 1700px) {
  h3,
  header a {
    font-size: 38px;
  }
  h4 {
    font-size: 32px;
  }
  body {
    font-size: 22px;
  }
  .fs30 {
    font-size: 26px;
  }
  .fs74 {
    font-size: 64px;
  }
  input,
  label,
  select,
  #chkInternational + label,
  li.token-input-token-project p,
  textarea {
    font-size: 15px;
  }
  .plr80 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .maxw_550 {
    max-width: 480px;
  }
  li.token-input-token-project {
    height: 38px;
  }
}
@media screen and (max-width: 1450px) {
  .playvideo {
    width: 100px;
    height: 100px;
  }
  h3,
  header a {
    font-size: 34px;
  }
  h4 {
    font-size: 28px;
  }
  body {
    font-size: 18px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs74 {
    font-size: 54px;
  }
  input,
  label,
  select,
  #chkInternational + label,
  li.token-input-token-project p,
  textarea {
    font-size: 15px;
  }
  .plr80,
  .plr60 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .maxw_550 {
    max-width: 400px;
  }
  li.token-input-token-project {
    height: 32px;
  }
  header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .plr66 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .flex-control-nav {
    margin-right: 30px;
    bottom: 30px;
  }
  .stamp {
    width: 174px;
  }
  #enquire {
    padding: 100px 0;
  }
  .mb120 {
    margin-bottom: 80px;
  }
  .pr140 {
    padding-right: 70px;
  }
  main {
    overflow-x: hidden;
  }
  .slick-slider button.slick-arrow {
    width: 36px;
    height: 36px;
    left: 2vw;
  }
  .slick-slider button.slick-arrow:before {
    width: 14px;
    height: 14px;
    left: 14px;
  }
  .slick-slider button.slick-arrow.slick-next::before {
    left: 8px;
  }
  .slick-slider button.slick-arrow.slick-next {
    right: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  h3,
  header a {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  .pt250 {
    padding-top: 160px;
  }
  body,
  .fs18 {
    font-size: 16px;
  }
  .fs30 {
    font-size: 20px;
  }
  .fs74 {
    font-size: 44px;
  }
  header nav #nav {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  header nav #nav li a {
    font-size: 26px;
  }
  input,
  label,
  select,
  #chkInternational + label,
  li.token-input-token-project p,
  textarea {
    font-size: 14px;
  }
  .plr80,
  .plr60 {
    padding-right: 0;
  }
  .mb70 {
    margin-bottom: 30px;
  }
  .pr140 {
    padding-right: 40px;
  }
  .maxw_550 {
    max-width: 380px;
  }
  li.token-input-token-project {
    height: 32px;
  }
  header {
    padding: 30px 40px;
  }
  header a.trigger_enq {
    margin-right: 35px;
  }
  .logo {
    width: 158px;
  }
  #chkInternational + label {
    text-align: left;
    display: block;
  }
  #enquire .grid_3,
  #enquire .grid_9 {
    width: 100%;
  }
  #enquire .stamp {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1100px) and (max-height: 700px) {
  body#page-home #hero .wrapper #scroll_btn {
    padding-bottom: 30px;
  }
  body#page-home #hero .wrapper #scroll_btn:after {
    height: 25px;
  }
  body#page-home #hero .wrapper .venobox img {
    margin-bottom: 10px;
  }
  body#page-home #hero .wrapper h5 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .desk {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  #page_links {
    flex-direction: column;
  }
  #page_links .grid_6 {
    width: 100%;
  }
  #page_links .grid_6:first-child {
    margin-bottom: 30px;
  }
  #page_links.flex.mb40 {
    margin-bottom: 30px;
  }
  #page_links h2 {
    left: 10px;
    bottom: 0;
  }
  #hero {
    padding-left: 10px;
    padding-right: 10px;
    height: calc(100svh - 40px);
  }
  #hero .wrapper h5 {
    font-size: 16px;
  }
  header {
    padding: 30px;
  }
  header nav {
    width: 50%;
    background: #883013;
    height: 100vh;
    height: 100svh;
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    padding: 45px 30px;
    z-index: 10;
    align-items: center;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: all 0.6s ease;
  }
  header nav p {
    position: absolute;
    left: 90px;
    bottom: 45px;
    color: #F7F6F5;
    display: block;
  }
  header nav .close_btn {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 45px;
    height: 45px;
  }
  header nav .close_btn:after, header nav .close_btn:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background: #F7F6F5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    cursor: pointer;
  }
  header nav .close_btn:after {
    transform: rotate(-45deg);
  }
  header nav #nav {
    display: block;
  }
  header nav #nav li {
    list-style: none;
    display: block;
    margin-bottom: 45px;
    position: relative;
  }
  header nav #nav li a {
    color: #F7F6F5;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 1;
  }
  header nav #nav li a:after {
    background: #F7F6F5;
  }
  header .logo {
    width: 158px;
  }
  header .open_menu {
    width: 30px;
    height: 20px;
    position: relative;
    display: block;
  }
  header .open_menu u {
    display: none;
  }
  header .open_menu span {
    display: block;
    color: #f6f3e6;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #F7F6F5;
  }
  header .open_menu span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #F7F6F5;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .open_menu span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #F7F6F5;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header.active_nav nav {
    transform: none;
  }
  header.active_nav nav #nav li a {
    color: #F7F6F5;
  }
  header.bg_ghee .open_menu span {
    background: #014133;
  }
  header.bg_ghee .open_menu span::after, header.bg_ghee .open_menu span::before {
    background: #014133;
  }
  .desk {
    display: none !important;
  }
  main .mob_col_reverse {
    flex-direction: column-reverse;
  }
  main .plr66 {
    padding-left: 30px;
    padding-right: 30px;
  }
  main h4 {
    margin-bottom: 30px;
  }
  main .grid_6 {
    width: 100%;
  }
  main .grid_6.plr80 {
    padding-left: 0;
    padding-right: 0;
  }
  main .grid_6.plr60 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  main .grid_6.pr17 {
    padding-right: 0;
    margin-bottom: 20px;
  }
  main .grid_6.pl17 {
    padding-left: 0;
  }
  main .grid_6.pr140 {
    padding-right: 0;
    margin-bottom: 30px;
  }
  main .pl17 {
    padding-left: 0;
  }
  main .pr17 {
    padding-right: 0;
  }
  main .grid_3 {
    width: 100%;
    margin-bottom: 40px;
  }
  main .grid_3:last-child {
    margin-bottom: 0;
  }
  main .new_grid6 {
    width: 100%;
    margin: 0 0 30px;
  }
  main .flex-control-nav {
    margin-right: 30px;
    bottom: 20px;
  }
  .grid_5,
  .grid_4 {
    width: 100%;
  }
  .parallax_container {
    height: auto;
  }
  .parallax_container #parallax {
    position: relative;
    z-index: initial;
    left: auto;
    bottom: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 760px) {
  #page-home #hero {
    min-height: initial;
  }
  #page-home .wrapper .venobox {
    margin-bottom: 0;
  }
  #page-home .home-wrapper {
    width: calc(100% - 20px);
    height: calc(100% - 40px);
    top: 0;
  }
  #page-home .home-wrapper .wrapper #scroll_btn::after {
    bottom: -40px;
    height: 80px;
  }
  main {
    overflow-x: hidden;
  }
  html {
    height: 100%;
  }
  html body {
    height: 100%;
    font-size: 14px;
  }
  html body header #enq_btn {
    background: none;
    border: none;
    padding: 0;
    border: none;
  }
  html body #hero .enqBtn {
    display: block;
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
    background: #014133;
    bottom: 0;
    z-index: 5;
    font-size: 14px;
    font-family: "NeulisAltRegular";
    text-align: center;
    color: #fff;
    padding: 10px 0;
  }
  html body h1 {
    font-size: 20px;
  }
  html body h3,
  html body header a {
    font-size: 20px;
  }
  html body h4 {
    font-size: 18px;
  }
  html body .fs18 {
    font-size: 14px;
  }
  html body .fs30 {
    font-size: 20px;
  }
  html body .fs74 {
    font-size: 36px;
  }
  html body header nav #nav li a {
    font-size: 42px;
  }
  html body header {
    padding: 20px 15px;
  }
  html body header nav {
    width: 100%;
    height: 100%;
  }
  html body header nav #nav li {
    margin-bottom: 20px;
  }
  html body header nav #nav li a:after {
    bottom: -10px;
    height: 2px;
  }
  html body header nav .close_btn {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  html body header nav .close_btn:after, html body header nav .close_btn::before {
    width: 30px;
    height: 2px;
  }
  html body header .logo {
    width: 108px;
  }
  html body header a.trigger_enq {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #014133;
    color: #f6f3e6;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  html body header .flex {
    align-items: center !important;
  }
  html body .desk {
    display: none !important;
  }
  html body main .mob_col_reverse {
    flex-direction: column-reverse;
  }
  html body main .plr66 {
    padding-left: 15px;
    padding-right: 15px;
  }
  html body main h4 {
    margin-bottom: 20px;
  }
  html body main .grid_3:not(:last-child) {
    margin-bottom: 20px;
  }
  html body main #enquire {
    z-index: 8;
    padding: 50px 0;
  }
  html body main #enquire .stamp {
    width: 125px;
    margin-bottom: 20px;
  }
  html body main .ptb130 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  html body main .ptb150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  html body main .ptb90 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  html body main .pt250 {
    padding-top: 125px;
  }
  html body main .pt330 {
    padding-top: 160px;
  }
  html body main .pb90 {
    padding-bottom: 45px;
  }
  html body main .mt20 {
    margin-top: 10px;
  }
  html body main .mb40 {
    margin-bottom: 20px;
  }
  html body main .mb60 {
    margin-bottom: 30px;
  }
  html body main .mb50 {
    margin-bottom: 25px;
  }
  html body main .mb70 {
    margin-bottom: 35px;
  }
  html body main .mb80 {
    margin-bottom: 40px;
  }
  html body main .mb90 {
    margin-bottom: 45px;
  }
  html body main .mb100 {
    margin-bottom: 50px;
  }
  html body main .mb120 {
    margin-bottom: 60px;
  }
  html body main .mb250 {
    margin-bottom: 125px;
  }
  html body main .mb150 {
    margin-bottom: 75px;
  }
  html body main .mb130 {
    margin-bottom: 65px;
  }
  html body main .mb300 {
    margin-bottom: 150px;
  }
  html body main .flex-control-nav {
    margin-right: 15px;
    bottom: 10px;
  }
  html body main .slick-slider .slick-slide {
    width: 100vw !important;
    padding: 0;
  }
  html body main .slick-slider button.slick-arrow {
    width: 26px;
    height: 26px;
  }
  html body main .slick-slider button.slick-arrow:before {
    width: 10px;
    height: 10px;
    left: 9px;
  }
  html body main .slick-slider button.slick-arrow.slick-next:before {
    left: 6px;
  }
  html body main .ben_sign {
    width: 147px;
  }
  html body main .conrad_sign {
    width: 245px;
  }
  html body main .grid_9 {
    width: 100%;
  }
  html body main footer .pl17.grid_6.flex {
    flex-direction: column;
    align-items: flex-start;
  }
  html body main footer .logo-holder a img {
    margin: 0;
    margin-bottom: 20px;
  }
  #page-design #slider .flex-control-nav {
    margin: 10px auto;
    padding: 0;
  }
  #page-design #slider .flex-control-nav li a {
    font-size: 10px;
    margin: 0;
  }
  .layouts-name {
    padding-bottom: 50px;
  }
  .layouts-name .layout-name {
    font-size: 10px;
    margin: 0 6px;
  }
  .artist {
    font-size: 10px;
    bottom: 10px !important;
    right: 10px !important;
  }
  #layouts {
    margin-top: 50px;
  }
  #layouts .layout:first-child {
    width: 30px;
  }
  #layouts .layout:nth-child(2) {
    z-index: 2;
    width: 60px;
  }
  #layouts .layout:nth-child(2).show {
    width: calc(100% - 30px);
  }
  #layouts .layout a {
    width: 20px;
    height: 20px;
    right: 5px;
  }
  #layouts .layout a::after {
    width: 6px;
    height: 6px;
  }
  #layouts .layout:first-child.show {
    width: calc(100% - 60px);
  }
  #layouts:nth-child(2).show {
    width: calc(100% - 30px);
  }
  h2 br {
    display: none;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
}/*# sourceMappingURL=style.css.map */