body.no_scroll {
  overflow: hidden !important;
}
.slider-projects {
  opacity: 1 !important;
}

.slider-projects.hide {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.5s ease !important;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#wrapper {
  position: relative;
}
.section-projects {
  overflow-x: hidden;
}

#page-home header .menu li a.home,
#page-about header .menu li a.about,
#page-project header .menu li a.project,
#page-expertise header .menu li a.expertise,
#page-media header .menu li a.media,
#page-contact header .menu li a.contact,
#page-home footer .menu li a.home,
#page-about footer .menu li a.about,
#page-project footer .menu li a.project,
#page-expertise footer .menu li a.expertise,
#page-media footer .menu li a.media,
#page-privacy footer .menu li a.privacy,
#page-contact footer .menu li a.contact {
  font-weight: 700;
}

.button {
  text-transform: uppercase;
  border: 1px solid;
  padding: 7px 20px;
  text-decoration: none;
  font-weight: 600;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: none;
  font-family: Avenir, Helvetica, sans-serif;
  font-size: 10px;
}
#page-contact .button.open_enq {
  width: 170px;
  margin-left: 0;
  background: none;
}

.close_enq {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: none;
  outline: none;
  border: none;
}
.close_enq::before,
.close_enq::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}

.close_enq::after {
  transform: rotate(-45deg);
}

.section-text .mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

#enquire {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  background: #fff;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 100px 40px;
}
#portal_enquiry {
  width: 600px;
  max-width: 100%;
  display: block;
  margin: auto;
}
#enquire h2 {
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.475em;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#enquire p {
  letter-spacing: 0.225em;
  text-transform: uppercase;
}
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #686462;
  background-color: transparent;
  padding: 0;
  text-align: left;
  padding: 15px 0 8px 0;
  margin-bottom: 15px;
  color: #595957;
  transition: border-color 0.4s;
  width: 100%;
  font-size: 13px;
  font-size: 10px;
  letter-spacing: 4.5px;
  font-family: Avenir, Helvetica, sans-serif;
  text-transform: uppercase;
}
textarea {
  height: 100px;
  max-width: 100%;
}
select option {
  font-size: 13px;
  font-family: Avenir, Helvetica, sans-serif;
  letter-spacing: 4px;
}
.b_submit {
  padding: 10px 20px;
  /* border: 1px solid #595957; */
  text-align: center;
  line-height: 1;
  margin: 20px 0;
  /* width: 100%; */
  cursor: pointer;
  background: none;
  font-size: 13px;
  color: #000;
  width: 155px;
  border: 1px solid;
}
#th {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.225em;
  line-height: 2.23;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.privacy {
  font-size: 11px;
  text-align-last: center;
}

.chk_holder {
  margin: 10px 0;
  color: #303030;
}

.enq_frm {
  max-width: 100%;
}

#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: 4px 0 2px 30px;
  position: relative;
  text-align: center;
  display: block;
  font-size: 14px;
  font-family: inherit;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #303030;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #303030;
  border-right: 2px solid #303030;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #264326;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #264326;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #264326;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #264326;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #264326;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
/* 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: left;
  color: #f00d0d;
  transform: translateY(-8px);
}

@media screen and (max-width: 760px) {
  #enquire {
    display: block;
  }
}
