@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500&display=swap");
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

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

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

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

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-indent: 999px;
}
.flex-direction-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  right: 5px;
  margin: auto;
  background: #FFFFFF;
}
.flex-direction-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  right: 6px;
  margin: auto;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  transform: rotate(-45deg);
}

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

.flex-direction-nav .flex-next {
  right: 100px;
  text-align: right;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Control Nav */
.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: 16px;
  height: 16px;
  display: block;
  background: #e6e6e6;
  cursor: pointer;
  text-indent: -9999px;
}

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

.flex-control-paging li a.flex-active {
  background: #f9a63f;
  cursor: default;
}

.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%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

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

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

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 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;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

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

.grid_4 {
  width: calc(33.33% - 30px);
  width: calc(33.33% - 15px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

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

.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 {
  display: grid;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.grid.five {
  grid-template-columns: repeat(5, auto);
}

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

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

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: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  background: #FFFFFF;
  color: #1E242C;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
}

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

p {
  text-align: left;
  margin: 0;
  max-width: 100%;
  line-height: 1.4;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-weight: 500;
}

h1,
.h1 {
  font-size: 68px;
  line-height: 100%;
}

h2 {
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -1.68px;
}

h3 {
  font-size: 36px;
  line-height: 125%; /* 45px */
  letter-spacing: -0.72px;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.p20 {
  padding: 20px;
}

.p50 {
  padding: 50px;
}

.p150 {
  padding: 150px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pr120 {
  padding-right: 6.5vw;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}

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

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

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

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb200 {
  padding-bottom: 200px;
}

.pt20 {
  padding-top: 20px;
}

.pt200 {
  padding-top: 200px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  display: none;
  height: 24px;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #FFFFFF;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#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 {
  background: #FFFFFF;
  top: 0;
}

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

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

.hs-richtext {
  font-size: 14px;
  margin: 30px 0;
}

#page-contact #enquire .hs_project span,
#page-projects.details #enquire .hs_project span {
  margin-bottom: 10px !important;
}
#page-contact #enquire .hs-error-msg,
#page-projects.details #enquire .hs-error-msg {
  margin-bottom: 10px !important;
}
#page-contact #enquire .hs-input:not([type=checkbox]),
#page-contact #enquire select,
#page-projects.details #enquire .hs-input:not([type=checkbox]),
#page-projects.details #enquire select {
  border: none;
  border-bottom: 1px solid #E5E0D9;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #1e242c;
  text-align: left;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
#page-contact #enquire .hs-input:not([type=checkbox]) option,
#page-contact #enquire select option,
#page-projects.details #enquire .hs-input:not([type=checkbox]) option,
#page-projects.details #enquire select option {
  background: #FFFFFF;
}
#page-contact #enquire .hs-input[type=checkbox],
#page-projects.details #enquire .hs-input[type=checkbox] {
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #E5E0D9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 10px;
}
#page-contact #enquire .hs-input[type=checkbox] + span,
#page-projects.details #enquire .hs-input[type=checkbox] + span {
  position: relative;
}
#page-contact #enquire .hs-input[type=checkbox] + span:before,
#page-projects.details #enquire .hs-input[type=checkbox] + span:before {
  position: absolute;
  left: -20px;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #1E242C;
  content: "";
  display: block;
}
#page-contact #enquire .hs-input[type=checkbox] + span:after,
#page-projects.details #enquire .hs-input[type=checkbox] + span:after {
  position: absolute;
  left: -15px;
  width: 5px;
  height: 11px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #1E242C;
  border-right: 2px solid #1E242C;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
#page-contact #enquire .hs-input[type=checkbox]:checked + span:after,
#page-projects.details #enquire .hs-input[type=checkbox]:checked + span:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}
#page-contact #enquire select option,
#page-projects.details #enquire select option {
  text-align: left;
  background-color: #1e242c;
}
#page-contact #enquire .field label,
#page-projects.details #enquire .field label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#page-contact #enquire .field label span,
#page-projects.details #enquire .field label span {
  color: #1e242c;
  text-align: left;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
#page-contact #enquire textarea,
#page-projects.details #enquire textarea {
  height: 80px;
  max-width: 100%;
}
#page-contact #enquire .hs-submit .hs-button,
#page-projects.details #enquire .hs-submit .hs-button {
  border: 1px solid;
  width: 120px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
  background: #e35a25;
  color: #e5e0d9;
  border: none;
  padding: 15px 0;
  margin: 20px 0 30px;
  cursor: pointer;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#page-contact #enquire .grecaptcha-badge,
#page-projects.details #enquire .grecaptcha-badge {
  margin: 0;
}
#page-contact #enquire textarea,
#page-projects.details #enquire textarea {
  font-family: inherit;
}

#page-projects.details #enquire .hs-input[type=checkbox] + span::before, #page-projects.details #enquire .hs-input[type=checkbox] + span::after {
  border-color: #E5E0D9;
}
#page-projects.details #enquire .hs-input:not([type=checkbox]),
#page-projects.details #enquire select,
#page-projects.details #enquire .field label span {
  color: #E5E0D9;
}
#page-projects.details #enquire .field label {
  padding-bottom: 0;
}

.field {
  position: relative;
}

.hs-form-checkbox-display {
  position: relative;
}

.hs-form-booleancheckbox,
.hs-form-checkbox,
.hs-error-msgs {
  list-style: none;
}

.hs-error-msg {
  left: 0;
  font-size: 12px;
  color: #f00d0d !important;
  position: relative;
  bottom: 18px;
}

.hs_project .hs-error-msg.hs-main-font-element {
  bottom: 0;
}

footer form {
  margin-top: 10px;
}
footer .hs-error-msg {
  left: 0;
  color: red;
  font-size: 8px;
}
footer .hs-input:not([type=checkbox]),
footer select {
  border: none;
  border-bottom: 1px solid #E5E0D9;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #E5E0D9;
  text-align: left;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
footer .hs-input[type=checkbox] {
  margin-right: 10px;
  border-radius: 0;
  background: transparent;
  border: 1px solid #e5e0d9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 10px;
}
footer .hs-input[type=checkbox] + span {
  position: relative;
}
footer .hs-input[type=checkbox] + span:before {
  position: absolute;
  left: -20px;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e5e0d9;
  content: "";
  display: block;
}
footer .hs-input[type=checkbox] + span:after {
  position: absolute;
  left: -15px;
  width: 5px;
  height: 11px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #e5e0d9;
  border-right: 2px solid #e5e0d9;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
footer .hs-input[type=checkbox]:checked + span:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}
footer select option {
  text-align: left;
  background-color: #e5e0d9;
}
footer .field label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
footer .field label span {
  color: #e5e0d9;
  text-align: left;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: left;
  display: block;
}
footer textarea {
  height: 80px;
  max-width: 100%;
}
footer .hs-submit .hs-button {
  border: 1px solid;
  width: 120px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-transform: uppercase;
  background: #e35a25;
  color: #e5e0d9;
  border: none;
  padding: 15px 0;
  margin: 20px 0 30px;
  cursor: pointer;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
footer .grecaptcha-badge {
  margin: 0;
}
footer textarea {
  font-family: inherit;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #636569;
  font-weight: 500;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #636569;
  font-weight: 500;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #636569;
  font-weight: 500;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #636569;
  font-weight: 500;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #636569;
  font-weight: 500;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #636569;
  font-weight: 500;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #636569;
  font-weight: 500;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #636569;
  font-weight: 500;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  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 {
  color: #FFFFFF;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #1E242C;
  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: #1E242C;
  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: #1E242C;
}

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

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: #FFFFFF;
}

/* 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: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: center;
  color: #f00d0d;
  left: 0;
  right: 0;
}

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

.bold {
  font-weight: 500;
}

.ls2 {
  letter-spacing: 2px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs40 {
  font-size: 40px;
}

.fs36 {
  font-size: 36px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.mr30 {
  margin-right: 30px;
}

.ml40 {
  margin-left: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.justify_end {
  justify-content: flex-end;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.col_gap_5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.col_gap_10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col_gap_12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.col_gap_20 .grid_4 {
  width: calc(33.333% - 13.333px);
}

.col_gap_30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col_gap_40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col_gap_45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.col_gap_80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row_gap_20 {
  row-gap: 20px;
}

.row_gap_30 {
  row-gap: 30px;
}

.row_gap_40 {
  row-gap: 40px;
}

.row_gap_45 {
  row-gap: 45px;
}

.row_gap_50 {
  row-gap: 50px;
}

.row_gap_80 {
  row-gap: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mob {
  display: none;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1610 {
  width: 1610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1465 {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1440 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1385 {
  width: 1385px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1360 {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1150 {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w980 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w785 {
  width: 785px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w875 {
  width: 875px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w840 {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w580 {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w525 {
  width: 525px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w450 {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w410 {
  width: 424px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w650 {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w200 {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w340 {
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mw870 {
  max-width: 870px;
  width: 60%;
}

.mw400 {
  max-width: 400px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.max_w580 {
  max-width: 580px;
  width: calc(100% - 40px);
}

.center_align {
  text-align: center;
}
.center_align p {
  text-align: center;
}

.relate {
  position: relative;
}

.static {
  position: static;
}

.p30 {
  padding: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pl50 {
  padding-left: 50px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ptb200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.mr15 {
  margin-right: 15px;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr15 {
  margin-left: 10px;
  margin-right: 10px;
}

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

.m0 {
  margin: 0;
}

.white {
  color: #FFFFFF;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr60 {
  padding-right: 60px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

.bg {
  background-position: center;
  background-size: cover;
}

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullVh {
  height: 100vh;
}

.object_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ipad {
  display: none;
}

.med {
  font-weight: 500;
  font-style: normal;
}

.fully-video {
  position: relative;
  width: 100%;
}
.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) {
  .fully-video .bg-video {
    height: 100vh;
    width: 185vh;
  }
}

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

.bt {
  border-top: 1px solid;
}

.bw2 {
  border-width: 2px;
}

.tab {
  display: none !important;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  background: #1E242C;
  opacity: 0.3;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.z1 {
  z-index: 1;
}

.z4 {
  z-index: 4;
}

.fullH {
  height: 100%;
}

ul.dash {
  list-style: none;
}
ul.dash li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 5px;
}
ul.dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #FFFFFF;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 20px;
}

@keyframes bounce {
  0% {
    bottom: 0;
  }
  30% {
    bottom: -15px;
  }
}
.select_arrow {
  position: relative;
}
.select_arrow:after {
  right: 20px;
  top: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  content: "";
}

.z2 {
  z-index: 2;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.t0 {
  top: 0;
}

.t20 {
  top: 20px;
}

.r0 {
  right: 0;
}

.b30 {
  bottom: 30px;
}

img.aspect_ratio_3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

img.aspect_ratio_1 {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect_ratio_1 {
  aspect-ratio: 1;
}

.capitalize {
  text-transform: capitalize !important;
}

.black {
  color: #1E242C;
}

.select_wrapper {
  position: relative;
}
.select_wrapper select {
  width: 100%;
  position: relative;
  z-index: 1;
}
.select_wrapper label {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 0;
  border: none !important;
}

.light {
  font-weight: 300;
}

.bg_white {
  background: #FFFFFF;
}

.bg_orange {
  background: #E35A25;
}

.grey {
  color: #636569 !important;
}

.bg_black {
  color: #E5E0D9;
  background: #1E242C;
}
.bg_black * {
  color: #E5E0D9;
}

.line {
  background: #E5E0D9;
  height: 1px;
  width: 100%;
  display: block;
}

.bg_green {
  background: #1C8678;
}
.bg_green * {
  color: #E5E0D9;
}

.bg_ghee {
  background: #E5E0D9;
}

.orange {
  color: #E35A25;
}

.link {
  color: #E35A25;
  border-bottom: 1px solid;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%; /* 17.4px */
  letter-spacing: 0.6px;
  display: inline-block;
}
.link.arrow.right svg {
  transform: rotate(180deg);
}

.btn {
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 17.4px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #E5E0D9;
  background: #E35A25;
}
.btn + .link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ghee {
  color: #E5E0D9;
}

.no_border {
  border: none;
  padding: 0;
}

.bc_ghee {
  border-color: #E5E0D9;
}

body.bg_ghee header .logo svg path {
  fill: #1E242C;
}
body.bg_ghee header #search svg path {
  stroke: #1E242C;
}
body.bg_ghee header nav ul a {
  color: #1E242C;
}

header {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header .logo {
  position: relative;
}
header.bg_white {
  background: #FFFFFF;
}
header.bg_white nav ul a {
  color: #1E242C;
}
header.bg_white .logo svg path {
  fill: #1E242C;
}
header.bg_white #search svg path {
  stroke: #1E242C;
}
header.bg_orange {
  background: #E35A25;
}
header.bg_orange nav ul a {
  color: #FFFFFF;
}
header.bg_orange .logo svg path {
  fill: #FFFFFF;
}
header.bg_orange #search svg path {
  stroke: #FFFFFF;
}
header nav {
  width: calc(50% - 15px);
  padding: 35px 0;
}
header nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
header nav ul a {
  color: #FFFFFF;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
header nav ul a.has_subnav {
  position: relative;
}
header nav ul a.has_subnav:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  background: #fff;
  width: 100%;
  height: 35px;
  opacity: 0;
}

.subnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  top: 0;
  width: 100%;
  top: -100%;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.subnav.show, .subnav:hover {
  top: 89px;
}
.subnav ul {
  list-style: none;
  position: relative;
}
.subnav ul:before {
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  top: 0;
  background: #FFFFFF;
  width: 1px;
}
.subnav ul li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.subnav ul li a {
  color: #E35A25;
  font-size: 20px;
  font-weight: 500;
}

#page-home #hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.fullyvideo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-aspect-ratio: 1620/1080) {
  .fullyvideo {
    height: 100%;
  }
}

#scroll_btn {
  color: #E5E0D9;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-bottom: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  text-align: center;
  z-index: 2;
}
#scroll_btn:after {
  width: 1px;
  height: 50px;
  background: #E5E0D9;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.flexslider li {
  position: relative;
}
.flexslider li .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #FFFFFF;
}
.flexslider .flex-control-nav {
  bottom: 30px;
  z-index: 2;
  height: 10px;
}
.flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  background: none;
}
.flexslider .flex-control-nav li a.flex-active {
  background: #FFFFFF;
}

#page-home .flex-control-nav,
#page-about .flex-control-nav {
  width: auto;
  right: 30px;
}

#stamp {
  position: absolute;
  bottom: -60px;
  right: -73px;
}

footer p {
  font-size: 14px;
}
footer .fix {
  margin-left: calc(33% + 15px);
}
footer ul {
  list-style-type: none;
}
footer ul a {
  font-family: Lexend Deca;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 20.3px */
  letter-spacing: 0.14px;
  text-transform: capitalize;
}

.get_direction {
  border-bottom: 1px solid #636569;
}

#team_wrapper img {
  aspect-ratio: 1/1.15;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#team_wrapper .info {
  transform: translateY(100%);
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
#team_wrapper .hover_me {
  overflow: hidden;
}
#team_wrapper .hover_me:hover .info {
  transform: translateY(0);
}

#search_form {
  display: grid;
  grid-template-columns: 2.14fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#search_form input,
#search_form select,
#search_form p,
#search_form label {
  font-family: "Lexend Deca", sans-serif;
  color: #1E242C;
  font-size: 12px;
  font-weight: 500;
  line-height: 145%; /* 17.4px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 15px 0;
  border: none;
  border-bottom: 1px solid;
}
#search_form p {
  border-bottom-color: #FFFFFF;
}
#search_form select {
  background: none;
}
#search_form .btn {
  color: #FFFFFF;
}
#search_form input:-webkit-input-placeholder,
#search_form textarea:-webkit-input-placeholder {
  color: #1E242C;
  opacity: 1;
}
#search_form input::-webkit-input-placeholder,
#search_form textarea::-webkit-input-placeholder {
  color: #1E242C;
  opacity: 1;
}
#search_form input:-moz-placeholder,
#search_form textarea:-moz-placeholder {
  color: #1E242C;
  opacity: 1;
}
#search_form input::-moz-placeholder,
#search_form textarea::-moz-placeholder {
  color: #1E242C;
  opacity: 1;
}
#search_form input:-ms-input-placeholder,
#search_form textarea:-ms-input-placeholder {
  color: #1E242C;
  opacity: 1;
}
#search_form input:focus::-webkit-input-placeholder,
#search_form textarea:focus::-webkit-input-placeholder {
  color: #1E242C;
}
#search_form input:focus:-moz-placeholder,
#search_form textarea:focus:-moz-placeholder {
  color: #1E242C;
}
#search_form input:focus::-moz-placeholder,
#search_form textarea:focus::-moz-placeholder {
  color: #1E242C;
}
#search_form input:focus:-ms-input-placeholder,
#search_form textarea:focus:-ms-input-placeholder {
  color: #1E242C;
}

.left_border {
  position: relative;
}
.left_border::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #E5E0D9;
}

.video_wrapper .video {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1.78;
}

#map {
  width: 100%;
  height: 100%;
}

.pois_category {
  padding: 15px 0;
  border-bottom: 1px solid #1E242C;
}
.pois_category:first-child {
  border-top: 1px solid #1E242C;
}
.pois_category .cat {
  position: relative;
  cursor: pointer;
}
.pois_category .cat:before, .pois_category .cat:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 1px;
  background: #1E242C;
  right: 0;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
}
.pois_category .cat:after {
  transform: rotate(90deg);
}
.pois_category .cat.plus:before {
  transform: rotate(-90deg);
  opacity: 0;
}
.pois_category .cat.plus:after {
  transform: rotate(0);
}
.pois_category ol {
  margin-top: 30px;
  padding-left: 30px;
}
.pois_category ol li {
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
}

#page-projects #enquire input,
#page-projects #enquire select,
#page-projects #enquire textarea,
#page-projects #enquire label {
  padding: 15px 0;
  color: #E5E0D9;
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#page-projects #enquire .b_submit {
  background: #E35A25;
  color: #E5E0D9;
  border: none;
  margin: 30px 0;
}
#page-projects #enquire select option {
  background: #1C8678;
}
#page-projects #enquire ul.parsley-errors-list.filled li,
#page-projects #enquire ul.parsley-errors-list li {
  text-align: left;
}
#page-projects #enquire input:-webkit-input-placeholder,
#page-projects #enquire textarea:-webkit-input-placeholder {
  color: #E5E0D9;
  font-weight: 500;
  opacity: 1;
}
#page-projects #enquire input::-webkit-input-placeholder,
#page-projects #enquire textarea::-webkit-input-placeholder {
  color: #E5E0D9;
  font-weight: 500;
  opacity: 1;
}
#page-projects #enquire input:-moz-placeholder,
#page-projects #enquire textarea:-moz-placeholder {
  color: #E5E0D9;
  font-weight: 500;
  opacity: 1;
}
#page-projects #enquire input::-moz-placeholder,
#page-projects #enquire textarea::-moz-placeholder {
  color: #E5E0D9;
  font-weight: 500;
  opacity: 1;
}
#page-projects #enquire input:-ms-input-placeholder,
#page-projects #enquire textarea:-ms-input-placeholder {
  color: #E5E0D9;
  font-weight: 500;
  opacity: 1;
}
#page-projects #enquire input:focus::-webkit-input-placeholder,
#page-projects #enquire textarea:focus::-webkit-input-placeholder {
  color: #E5E0D9;
  font-weight: 500;
}
#page-projects #enquire input:focus:-moz-placeholder,
#page-projects #enquire textarea:focus:-moz-placeholder {
  color: #E5E0D9;
  font-weight: 500;
}
#page-projects #enquire input:focus::-moz-placeholder,
#page-projects #enquire textarea:focus::-moz-placeholder {
  color: #E5E0D9;
  font-weight: 500;
}

.privacy {
  font-size: 14px;
}

#page-contact #enquire p,
#page-contact #enquire a,
#page-contact #enquire .hs-input,
#page-contact #enquire label {
  color: #1E242C;
}
#page-contact #enquire input,
#page-contact #enquire select,
#page-contact #enquire textarea {
  font-size: 12px;
  border-bottom: 1px solid #E5E0D9;
}
#page-contact #enquire textarea {
  height: 70px;
}
#page-contact #enquire .b_submit {
  background: #E35A25;
  color: #E5E0D9;
  border: none;
  padding: 15px 0;
  margin: 20px 0 30px;
}
#page-contact #enquire input:-webkit-input-placeholder,
#page-contact #enquire textarea:-webkit-input-placeholder {
  color: #1E242C;
  font-weight: 500;
  opacity: 1;
}
#page-contact #enquire input::-webkit-input-placeholder,
#page-contact #enquire textarea::-webkit-input-placeholder {
  color: #1E242C;
  font-weight: 500;
  opacity: 1;
}
#page-contact #enquire input:-moz-placeholder,
#page-contact #enquire textarea:-moz-placeholder {
  color: #1E242C;
  font-weight: 500;
  opacity: 1;
}
#page-contact #enquire input::-moz-placeholder,
#page-contact #enquire textarea::-moz-placeholder {
  color: #1E242C;
  font-weight: 500;
  opacity: 1;
}
#page-contact #enquire input:-ms-input-placeholder,
#page-contact #enquire textarea:-ms-input-placeholder {
  color: #1E242C;
  font-weight: 500;
  opacity: 1;
}
#page-contact #enquire input:focus::-webkit-input-placeholder,
#page-contact #enquire textarea:focus::-webkit-input-placeholder {
  color: #1E242C;
  font-weight: 500;
}
#page-contact #enquire input:focus:-moz-placeholder,
#page-contact #enquire textarea:focus:-moz-placeholder {
  color: #1E242C;
  font-weight: 500;
}
#page-contact #enquire input:focus::-moz-placeholder,
#page-contact #enquire textarea:focus::-moz-placeholder {
  color: #1E242C;
  font-weight: 500;
}
#page-contact #map {
  aspect-ratio: 2.25;
  height: auto;
}

#news_content .grid {
  display: grid;
  grid-template-columns: 1.33fr 1fr;
}

.pop-up {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 60, 60, 0.9);
  z-index: 100;
  overflow-y: scroll;
}

.pop-up * {
  color: #ffffff;
  text-align: left;
}

.pop-up p update {
  font-size: 0.7em;
}

.pop-up .pop-up-content {
  display: block;
  position: relative;
  width: 768px;
  max-width: 100%;
  margin: auto;
  padding: 50px 20px;
}

.pop-up-close {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 40px;
  right: 40px;
  background: white;
  border-radius: 100%;
  z-index: 2;
}

.pop-up h3 {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
}

.pop-up ul {
  list-style: outside;
  padding-left: 12px;
}

.pop-up ul li {
  padding-bottom: 5px;
}

.pop-up ul, .pop-up p {
  padding-top: 0;
  padding-bottom: 10px;
}

#page-team .flexslider .slides img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1100px) {
  #stamp {
    bottom: -21px;
    right: -21px;
    width: 100px;
    height: auto;
  }
  h1,
  .h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 18px;
    font-weight: 500;
  }
  body {
    font-size: 15px;
  }
  .hover_me .p50 {
    padding: 30px;
  }
  .hover_me .mb50 {
    margin-bottom: 30px;
  }
  #search_form {
    align-items: flex-start;
  }
  .grid .w580,
  .grid .w460 {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  #page-team .flexslider .slides img {
    height: auto;
    aspect-ratio: 3/2;
  }
  h1,
  .h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 16px;
  }
  .flex {
    row-gap: 50px;
  }
  .flex.align_stretch {
    align-items: flex-start;
  }
  .flex .grid_6,
  .flex .grid_4 {
    width: 100%;
  }
  .flex .grid_3 {
    width: calc(50% - 15px);
  }
  #anchor .grid_6 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .grid_6.pl30, .grid_6.pr30, .grid_6.pr20 {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.plr30 .grid_6.pl30, section.plr30 .grid_6.pr30, section.plr30 .grid_6.pr20 {
    padding-left: 0;
    padding-right: 0;
  }
  .subnav .grid_6 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .subnav ul:before {
    left: 0;
    height: 1px;
    width: 100%;
    top: -25px;
  }
  .grid.three, .grid.four {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  #news_content .grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  #news_content .grid .pr30 {
    padding-right: 0;
  }
  #stamp {
    left: 0;
    right: 0;
    margin: auto;
  }
  footer .fix {
    margin-left: 0;
  }
  header nav {
    width: 400px;
  }
  #search_form {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  #search_form p {
    font-size: 18px;
  }
  #search_form .btn {
    margin-top: 20px;
  }
  .left_border {
    padding-top: 50px;
  }
  .left_border::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #e5e0d9;
  }
  .p150 {
    padding: 75px;
  }
  #map {
    height: auto;
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
  }
  html body {
    height: 100%;
    font-size: 14px;
  }
  html body#page-home #hero {
    height: 100%;
  }
  html body#page-team.details {
    padding-top: 64px;
  }
  html body#page-team.details .mb150 {
    margin-bottom: 0;
  }
  html body#page-projects:not(.details) {
    padding-top: 64px;
  }
  html body h1,
  html body .h1 {
    font-size: 38px;
  }
  html body h2 {
    font-size: 26px;
  }
  html body h3 {
    font-size: 20px;
  }
  html body h4 {
    font-size: 15px;
  }
  html body .mtb50 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  html body .ptb100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  html body .ptb150 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  html body .mb50 {
    margin-bottom: 30px;
  }
  html body .mb20 {
    margin-bottom: 10px;
  }
  html body .pb30 {
    padding-bottom: 15px;
  }
  html body .mb30 {
    margin-bottom: 15px;
  }
  html body .mb60 {
    margin-bottom: 30px;
  }
  html body .mb150 {
    margin-bottom: 75px;
  }
  html body .mb100 {
    margin-bottom: 50px;
  }
  html body .pt100 {
    padding-top: 50px;
  }
  html body .pb100 {
    padding-bottom: 50px;
  }
  html body .flex {
    row-gap: 30px;
  }
  html body .flex .grid_3 {
    width: 100%;
  }
  html body .btn_wrapper .btn {
    padding: 10px 15px;
  }
  html body .btn_wrapper .link {
    padding: 10px 0;
  }
  html body .abs {
    position: static;
  }
  html body .link.abs.t20,
  html body .link.abs.t0 {
    margin-top: 40px;
    display: inline-block;
  }
  html body footer p {
    font-size: 12px;
  }
  html body footer .pr50 {
    padding-right: 0;
  }
  html body #footer_logo {
    width: 130px !important;
  }
  html body #footer_logo svg {
    width: 100%;
    height: auto;
  }
  html body #anchor .grid_6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  html body .plr30 {
    padding-left: 20px;
    padding-right: 20px;
  }
  html body .grid_6.pl30, html body .grid_6.pr30, html body .grid_6.pr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  html body section.plr30 .grid_6.pl30, html body section.plr30 .grid_6.pr30, html body section.plr30 .grid_6.pr20 {
    padding-left: 0;
    padding-right: 0;
  }
  html body .subnav .grid_6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  html body .subnav ul:before {
    top: -20px;
  }
  html body .grid.three, html body .grid.four {
    row-gap: 30px;
  }
  html body #news_content .grid {
    row-gap: 30px;
    display: flex;
    flex-direction: column;
  }
  html body .url {
    font-size: 12px;
  }
  html body header {
    padding: 20px;
  }
  html body header .logo {
    width: 130px;
  }
  html body header .logo svg {
    width: 100%;
    height: auto;
  }
  html body header #nav_toggle {
    display: block;
    position: relative;
  }
  html body header nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
    background: #E5E0D9;
    height: calc(100% - 64px);
    overflow: auto;
    top: 64px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  html body header nav ul {
    flex-direction: column;
  }
  html body header nav ul li {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #1E242C;
  }
  html body header nav ul li:first-child {
    border-top: 1px solid #1E242C;
  }
  html body header nav ul a {
    font-size: 18px;
    color: #1E242C;
    width: 100%;
    display: block;
  }
  html body header nav ul a.has_subnav {
    position: relative;
  }
  html body header nav ul a.has_subnav:after, html body header nav ul a.has_subnav:before {
    width: 20px;
    transition: all 0.3s ease;
    height: 2px;
    background: #E35A25;
    display: block;
    content: "";
    right: 20px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
  }
  html body header nav ul a.has_subnav:after {
    transform: rotate(90deg);
  }
  html body header nav ul a.has_subnav.minus:after {
    transform: rotate(180deg);
  }
  html body header nav ul a.has_subnav.minus:before {
    opacity: 0;
    transform: rotate(90deg);
  }
  html body header nav .subnav {
    position: static;
    width: 100%;
    padding: 20px;
    display: none;
    transition: initial;
  }
  html body header nav .subnav h2,
  html body header nav .subnav p {
    text-align: center;
  }
  html body header nav .subnav h2 {
    display: none;
  }
  html body header nav .subnav ul {
    row-gap: 0;
  }
  html body header nav .subnav ul li {
    padding: 0;
    border: none;
  }
  html body header nav .subnav ul li a {
    font-size: 16px;
    color: #E35A25;
  }
  html body header.bg_white #nav_toggle span,
  html body header.bg_white #nav_toggle span:before,
  html body header.bg_white #nav_toggle span:after {
    background: #1E242C;
  }
  html body header.active_nav {
    background: #E5E0D9;
  }
  html body header.active_nav #nav_toggle span,
  html body header.active_nav #nav_toggle span:before,
  html body header.active_nav #nav_toggle span:after {
    background: #1E242C;
  }
  html body header.active_nav .logo svg path {
    fill: #1E242C;
  }
  html body header.active_nav #search svg path {
    stroke: #1E242C;
  }
  html body header.active_nav nav {
    transform: translateX(0);
  }
  html body #search_form p {
    font-size: 16px;
  }
  html body .left_border {
    padding-top: 40px;
  }
  html body .p150 {
    padding: 50px;
  }
  html body #hero > img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  html body #team_wrapper .hover_me .p50 {
    padding: 20px;
  }
  html body #team_wrapper .hover_me .mb50 {
    margin-bottom: 20px;
  }
  html body #team_wrapper img {
    aspect-ratio: initial;
  }
  html body #team_wrapper .info {
    transform: none;
  }
}/*# sourceMappingURL=style.css.map */