@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "openSans-regular-400", sans-serif;
  font-family: "ElMessiri", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "openSans-regular-400", sans-serif;
  /* letter-spacing: 1px; */
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  font-size: 1em;
  width: 100%;
  font-family: "openSans-regular-400", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
  color: #fff;
}

body.noscroll {
  overflow: visible;
}
body.noscroll {
  overflow: hidden;
}

.loading {
  background: url(../../img/register/ico_loading.gif) no-repeat center center;
}

.mobile-hide {
  display: block;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  outline: 0;
  transition: transform 800ms ease-out;
}

.wrapper__body {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loading .wrapper {
  opacity: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  outline: 0;
  min-height: 100vh;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2 {
  margin: 0.5em 0;
  font-family: "ElMessiri", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-family: "openSans-regular-400", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  font-style: italic;
}

h4 {
  font-family: "openSans-regular-400", sans-serif;
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  /*    background: transparent;*/
  background-color: #999384;
  border: none;
  cursor: pointer;
  font-family: "openSans-regular-400", sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 10px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  letter-spacing: 2px;
}

.div-table-cell img {
  width: 100%;
}

form .error {
  color: #ff0000;
}

form .error.hide {
  display: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}

.rounded {
  border-radius: 0.25rem;
}

.border-solid {
  border-style: solid;
}

.border-0 {
  border-width: 0;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.margin-center {
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-blue {
  color: #0f7d48;
}

.text-white {
  color: #fff;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-underline {
  text-decoration: none;
}

.div-table {
  display: table;
}

.div-table-row {
  width: 1200px;
  display: table-row;
  padding: 1rem;
}

.div-table-cell {
  /* padding: 1rem; */
  display: table-cell;
  position: relative;
}

section {
  position: relative;
  width: 100%;
  min-height: auto;
  padding: 0;
  /*	overflow:hidden;*/
}

.cover-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.cover-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.cover-img2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*	background-attachment: fixed;*/
}

.flower-bg {
  background: url(../../img/register/01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  z-index: -10;
}

.logo-wrap {
  position: absolute;
  width: 45vh;
  height: 45vh;
  max-width: 500px;
  max-height: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.white-trans-bg {
  background: rgba(255, 255, 255, 0.75); /* #fff */
}

.logo {
  position: relative;
  width: 60%;
  /*	max-width:300px;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reg-button {
  position: fixed;
  padding: 10px;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #999384;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5em;
  font-family: "ElMessiri", sans-serif;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 100;
}

.thankyou-back-button {
  padding: 10px;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #999384;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5em;
  font-family: "ElMessiri", sans-serif;
  font-weight: 600;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  width: 150px;
}

.thankyou-wrap {
  position: absolute;
  width: 60vw;
  height: 70vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.thankyou-box {
  position: relative;
  width: 40vw;
  max-width: 600px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  margin: 0 auto;
}

.thankyou-box .t-logo {
  position: relative;
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
}

.thankyou-box p {
  color: #000;
}
/* section #welcome begins*/

intro {
  transition: all 1.5s ease;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  display: block;
  z-index: 101;
  background-color: #fff;
}

intro.hide {
  opacity: 0;
}

intro.remove {
  display: none;
}
/* section #welcome ends */

/* section #intro begins*/
.page-arrow {
  position: absolute;
  bottom: 50px;
  width: 30px;
  left: 50%;
  transform: translate(-50%, -50px);
  z-index: 1;
  transition: all 1.5s ease;
  opacity: 0;
}

.page-arrow.loaded {
  transform: translate(-50%, 0);
  z-index: 4;
  opacity: 1;
}
/* section #intro ends*/

/* section #intro2 begins*/
#intro2 {
  background: rgba(58, 92, 75, 0); /* #3A5C4B */
  transition: all 1.5s ease;
}

#intro2.loaded {
  background: rgba(58, 92, 75, 0.55); /* #3A5C4B */
}

#intro2 .intro-wrap {
  position: absolute;
  width: 40vw;
  max-width: 475px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.white-hr {
  border: none;
  border-bottom: 1px solid #fff;
}

.blue-hr {
  border: none;
  border-bottom: 1px solid #324752;
}

#intro2-anim-01,
#intro2-anim-02,
#intro2-anim-03,
#intro2-anim-04 {
  transition: all 1.5s ease;
  opacity: 0;
  transform: translateY(50px);
}

#intro2-anim-01.loaded,
#intro2-anim-02.loaded,
#intro2-anim-03.loaded,
#intro2-anim-04.loaded {
  opacity: 1;
  transform: none;
}
/* section #intro2 ends*/

/* section #intro3 begins*/
#intro3 {
  background: rgba(58, 92, 75, 0.55); /* #3A5C4B */
}

#intro3 .intro3-wrap {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#intro3 .intro3-img {
  position: relative;
  width: 75%;
  left: 0;
}

#intro3 .intro3-txt {
  position: absolute;
  width: 30%;
  min-width: 240px;
  right: 0;
  top: 50%;
  transform: translate(50px, -50%);
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  /*	font-size:0.75em;*/
  transition: all 1.5s ease;
  opacity: 0;
  color: #000;
}

#intro3-anim-01 {
  transition: all 1.5s ease;
  opacity: 0;
  transform: translateX(-50px);
}

#intro3-anim-01.loaded {
  opacity: 1;
  transform: none;
}

#intro3 .intro3-txt.loaded {
  opacity: 1;
  transform: translate(0, -50%);
}

/* section #intro3 ends*/

/* section #register begins*/
#register {
  background-color: #999384;
  padding: 5rem;
  margin: 1rem;
  /* max-width: 1200px; */
}

.register-table {
  width: 100%;
  max-width: 1200px;
  min-width: 650px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  /* min-height:calc(100vh - 152px); */
}

.register-img-group {
  width: 30%;
  vertical-align: top;
}

.register-img-1,
.register-img-2,
.register-img-3 {
  width: 100%;
  display: block;
  padding: 0;
}

.register-img-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #0f7d48;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  /*font-family: Arial;*/
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
  /*  border:none;*/
  border-bottom: 1px solid #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent #999384 transparent;
  cursor: pointer;
}

.select-selected {
  padding: 10px 0;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #999384;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.register-form {
  width: calc(70%-50px);
  vertical-align: top;
  padding-left: 50px;
  color: #fff;
  /*	font-size:0.8em;*/
}

.register-input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 10px;
  padding-left: 0;
  width: 100%;
  color: #fff;
  font-family: "openSans-regular-400", sans-serif;
}

.register-eoe {
  font-size: 0.6em;
}

.submit-button {
  /*    background: transparent;*/
  background-color: #0f7d48;
  border: none;
  cursor: pointer;
  font-family: "openSans-regular-400", sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 10px;
  padding-right: 50px;
  padding-left: 50px;
  color: #fff;
  letter-spacing: 2px;
  -moz-border-radius: 0px !important; /* for mozilla */
  -webkit-border-radius: 0px !important; /* for safari */
  border-radius: 0px !important; /* IE, Chrome, Opera */
}

#register-anim-01,
#register-anim-02,
#register-anim-03 {
  transition: all 1.5s ease;
  opacity: 0;
  transform: translateX(-50px);
}

#register-anim-04,
#register-anim-05,
#register-anim-06,
#register-anim-07,
#register-anim-08,
#register-anim-09,
#register-anim-10,
#register-anim-11,
#register-anim-12,
#register-anim-13 {
  transition: all 1.5s ease;
  opacity: 0;
  transform: translateY(50px);
}

#register-anim-13 {
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #register-anim-13 {
    position: relative;
    text-align: center;
  }

  #register {
	  padding: 5rem 0rem;
  }
}

#register-anim-01.loaded,
#register-anim-02.loaded,
#register-anim-03.loaded,
#register-anim-04.loaded,
#register-anim-05.loaded,
#register-anim-06.loaded,
#register-anim-07.loaded,
#register-anim-08.loaded,
#register-anim-09.loaded,
#register-anim-10.loaded,
#register-anim-11.loaded,
#register-anim-12.loaded,
#register-anim-13.loaded {
  opacity: 1;
  transform: none;
}
/* section #register ends*/

/* section #contact begins*/
section#contact {
  height: auto;
  min-height: auto;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #373435;
  position: absolute;
}

div#contact {
  height: auto;
  min-height: auto;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #373435;
  position: relative;
  bottom: 0;
}

.contact-table {
  width: 70vw;
  margin: 0 auto;
  position: relative;
}

.contact-logo {
  width: 155px;
  position: relative;
  vertical-align: top;
  padding: 0;
  padding-top: 15px;
}

.contact-logo2 {
  width: 155px;
  position: relative;
  vertical-align: top;
  padding: 0;
  padding-top: 25px;
}

.contact-txt {
  width: calc(100%-490px);
  position: relative;
  font-size: 0.75em;
  color: #fff;
  vertical-align: top;
  padding-left: 50px;
}

#contact a,
#contact a:link,
#contact a:focus,
#contact a:visited,
#contact a:active {
  color: #fff;
}
/* section #contact ends*/

/* section #intro3 begins*/

@media only screen and (max-width: 1500px) {
  #intro3 .intro3-wrap {
    position: absolute;
    width: 100%;
    max-width: calc(100% - 200px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .logo-wrap {
    width: 35vw;
    height: 35vw;
  }

  .div-table-cell {
    display: block;
  }

  section {
    min-height: auto;
  }

  .thankyou-wrap {
    width: 80vw;
  }
  .thankyou-box {
    width: 70vw;
  }

  .thankyou-box .t-logo {
    width: 80%;
  }

  /* section #intro2 begins*/
  section#intro,
  section#intro2 {
    min-height: 100vh;
  }

  #intro2 .intro-wrap {
    position: absolute;
    width: 70vw;
  }
  /* section #intro2 ends*/

  /* section #intro3 begins*/

  #intro3 .intro3-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    transform: none;
    padding-bottom: 50px;
  }

  #intro3 .intro3-img {
    width: 100%;
    height: 70vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../img/register/01_rendering.jpg);
  }

  #intro3 .intro3-txt {
    position: relative;
    width: 80%;
    min-width: auto;
    right: 0;
    top: 0;
    transform: translateY(-50px);
    margin: 0 auto;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-size: 0.8em;
  }

  #intro3 .intro3-txt.loaded {
    opacity: 1;
    transform: translate(0, -20px);
  }
  /* section #intro3 ends*/

  /* section #register begins*/

  .register-table {
    width: 100%;
    min-width: auto;
    min-height: auto;
    top: 0;
    left: 0;
    transform: none;
    position: relative;
    padding: 0;
    padding-top: 25px;
  }

  .register-img-group {
    width: 100%;
  }

  .register-img-1,
  .register-img-2 {
    display: table-cell;
    margin: 0;
  }

  .register-img-1 {
    padding-left: 10px;
    padding-right: 5px;
    width: 50vw;
  }

  .register-img-2 {
    padding-left: 5px;
    padding-right: 10px;
    width: 50vw;
  }

  .register-img-3 {
    display: none;
  }

  .register-form {
    width: 100%;
    vertical-align: top;
    padding: 25px;
    color: #fff;
    /*	font-size:0.8em;*/
  }

  .register-eoe {
    font-size: 0.6em;
  }

  /* section #register ends*/

  /* section #contact begins*/
  .contact-table {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .contact-logo,
  .contact-logo2 {
    width: 30%;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 25px;
  }

  .contact-txt {
    width: 100%;
    padding: 0;
    padding-bottom: 25px;
    text-align: center;
  }

  /* section #contact ends*/
}

@media only screen and (max-width: 414px) {
  h1 {
    font-size: 2em;
  }

  .reg-button {
    position: fixed;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.25em;
  }

  .logo-wrap {
    width: 60vw;
    height: 60vw;
  }

  .thankyou-wrap {
    height: 80vh;
  }
}

@media only screen and (max-height: 639px) {
  h1 {
    font-size: 1.5em;
  }
  body {
    font-size: 0.8em;
  }

  .thankyou-box .t-logo {
    width: 70vw;
  }
}

@media only screen and (max-height: 414px) {
  .page-arrow {
    bottom: 30px;
  }

  .thankyou-box .t-logo {
    width: 35vw;
  }
}
