html{
  overflow-x: hidden;
}

body{
    font-family: 'Montserrat-Regular';
    overflow-x: hidden;
}

a{
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

a:hover{
    text-decoration: none;
}

p{
    font-family: 'Montserrat-Regular';
}

.background{
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: -1;
    background: linear-gradient(90deg, #4A69B2, #A084B5, #F7A47F, #4A69B2);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        height: 100vh;
}

.border-animation {
  position: absolute;
  background: #50397d;
  z-index: 999;
}

.top, .bottom {
  height: 10px;
  width: 0;
  left: 0;
}

.left, .right {
  width: 10px;
  height: 0;
  top: 0;
}

.top {
  top: 0;
  animation: drawTop 1s forwards;
  animation-delay: 4.5s;
}

.right {
  right: 0;
  animation: drawRight 1s forwards;
  animation-delay: 4.5s;
}

.bottom {
  bottom: 0;
  animation: drawBottom 1s forwards;
  animation-delay: 4.5s;
}

.left {
  left: 0;
  animation: drawLeft 1s forwards;
  animation-delay: 4.5s;
}

@keyframes drawTop {
  to { width: 100%; }
}

@keyframes drawRight {
  to { height: 100%; }
}

@keyframes drawBottom {
  to { width: 100%; }
}

@keyframes drawLeft {
  to { height: 100%; }
}

.vr360{
  position: fixed;
  left: 0px;
  top: calc(50% - 50px);
  z-index: 999;
  border-radius: 10px 0px 0px 10px;
  transition: all .5s ease-in-out !important;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}

.vr360 a {
  background-color: #CD7D7C;
  color: #fff;
  text-transform: uppercase;
  /*padding: 0px 20px;*/
  font-family: 'Montserrat-Bold';
  font-size: 15px;
  text-align: center;
  width: 160px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  position: fixed;
  border-radius: 10px 10px 0 0;
}

.vr360 a:hover{
  
  background-color: #3e936b;
}

.vr360 img{
  width: 25px;
  margin-right: 10px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

section{
    height: 100vh;
    width: 100%;
}

.landing{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat-Regular';
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

.button--round-s {
	border-radius: 5px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}

/* Aylen */
.button.button--aylen {
	
  background: #3e936b;
	color: #fff;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: none;
	color: #fff;
}
.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	background: #4D4E76;
}
.button--aylen::after {
	background: #4D4E76;
  background: #3e936b;
}
.button--aylen:hover {
	color: #fff;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}






.exsim-logo{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    pointer-events: none;
}

.exsim-logo img{
    width: 250px;
}



.register-now{
    position: relative;
    z-index: 999;
    transition: all .5s ease-in-out !important;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.register-now-container {
    position: relative;
    display: block;
    margin-top: 30px;
}

.register-now-container a{
    background-color: #4D4E76;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
    text-align: center;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}

.register-now-container a:hover{
    /*transform: scale(1.05);*/
    background-color: #3e936b;
    cursor: pointer;
}

.register-now-container img{
    width: 15px;
    margin-right: 10px;
}


.landing-logo img{
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 420px;
    pointer-events: none;
}

.register{
    height: 100vh;
    position: relative;
    z-index: 2;
}

.whitebackground{
    background-color: #fff;
    padding: 15px;
}

.register-form-logo{
    height: calc(100vh - 30px);
    width: 100%;
    background-image: url(../img/register-form-background.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.register-form-logo img{
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 420px;
    pointer-events: none;
}

.register-form{
    background-color: #eeebe6;
    height: calc(100vh - 80px);
    padding: 40px;
    position: relative;
    overflow-y: scroll;
    width: 700px;
    margin: 0 auto;
}


.register-form h2{
    font-family: 'Montserrat-Bold';
    color: #000;
    font-size: 26px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.register-form h2:before{
    content: '';
    background-color: #1f204b;
    width: 40px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.register-form-close{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3e936b;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-form-close:hover{
    background-color: #3e936b;
}

.register-form-close img{
    width: 25px;
}

.register-form-bottom{
    text-align: center;
    width: 33.33%;
    border-right: 1px solid #1f204b;
    line-height: 40px;
}

.register-form-divider{
    border-right: 1px solid #F2CEA5;
}

.register-form-bottom a{
    color: #1f204b;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
    cursor: pointer;
}

.register-form-bottom a:hover{
    color: #1f204b;
}

.white-container{
    background-color: #eeebe6;
    padding: 100px 100px;
    margin-top: 200px;
    margin-bottom: 100px;
    position: relative;
}

.white-container h2, .white-container h4{
    font-family: 'Montserrat-Bold';
}

.white-container h4{
    color: #666;
}

.white-container h2:before{
    content: '';
    background-color: #3e936b;
    height: 5px;
    width: 40px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.white-container p{
    font-size: 15px;
    color: #666666;
    font-family: 'Montserrat-Regular';
}

.inner-logo{
    position: absolute;
    top: 25px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.inner-logo img{
    width: 280px;
}

.backtotop{
    position: fixed;
    right: 0;
    bottom: 0;
}

#scale1 {
    position: relative;
    -webkit-animation: linear infinite;
    -webkit-animation-name: scale1;
    -webkit-animation-duration: 20s;
  }
  @-webkit-keyframes scale1 {
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.1);
    }
    100%{
        transform:scale(1);
    }
  }

#scale2 {
    position: relative;
    -webkit-animation: linear infinite;
    -webkit-animation-name: scale2;
    -webkit-animation-duration: 15s;
  }
  @-webkit-keyframes scale2 {
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.1);
    }
    100%{
        transform:scale(1);
    }
  }

#scale3 {
    position: relative;
    -webkit-animation: linear infinite;
    -webkit-animation-name: scale3;
    -webkit-animation-duration: 10s;
  }
  @-webkit-keyframes scale3 {
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.1);
    }
    100%{
        transform:scale(1);
    }
  }



.wrap{
    position:fixed;
    display:inline-block;
  }
  .overlay{
    position: absolute;
    left: 0;
    top: -50%;
    bottom: 0;
    width: 100%;
    height: 100vh;
    /* object-fit: cover; */
    mix-blend-mode: screen;
  }

  .formfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;

  }

  .formfooter > div:last-child{
    border: none !important;
  }

  .fp-warning, .fp-watermark a{
    display: none !important;
}



    /* Example loader style */
    .loader {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        /*transform: translate(-50%, -50%);*/
        width: 100%;
        height: 100vh;
        /*background: url('../img/logo_loading.gif') no-repeat center center;
        background-size: contain;*/
        /*background-color: rgba(251, 250, 224, 1);*/
        background: linear-gradient(90deg, #7a5fa9, #deecc3, #e8dfee, #3e936b);
        background-size: 800% 800%;
	    animation: gradient 4s ease infinite;
        opacity: 1;
        transition: opacity 1s ease-out; /* Transition for fade-out effect */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99999999999999;
    }
    .fade-out {
        opacity: 0;
    }

    .loader img{
      width: 420px;
  }

    #scroll-down {
      bottom: 20px;
      display: block;
      position: absolute;
      padding-top: 79px;
      text-align: center;
      pointer-events: none;
    }
    .arrow-down {
      display: block;
      margin: 0 auto;
      width: 10px;
      height: 38px;
    }
    .arrow-down:after {
      content: '';
      display: block;
      margin: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      border-top: 1px solid #3e936b;
      border-right: 1px solid #3e936b;
      behavior: url(-ms-transform.htc);
      -moz-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    #scroll-title {
      display: block;
      text-transform: uppercase;
      color: #3e936b;
      font-family: 'Montserrat-Regular';
      font-size: 14px;
      letter-spacing: 0.1em;
    }
    #scroll-down::before {
      -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* Safari 4+ */
      -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* Fx 5+ */
      -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* Opera 12+ */
      animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
      /* IE 10+, Fx 29+ */
      position: absolute;
      top: 0px;
      left: 50%;
      margin-left: -1px;
      width: 1px;
      height: 90px;
      background: #3e936b;
      content: ' ';
    }
    @-webkit-keyframes elasticus {
      0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
      50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
    }
    @-moz-keyframes elasticus {
      0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
      50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
    }
    @-o-keyframes elasticus {
      0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
      50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
    }
    @keyframes elasticus {
      0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
      50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
      }
      100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
      }
    }
    #paschka {
      display: block;
      color: white;
      font-family: helvetica neue, helvetica, arial;
      font-size: 32px;
      text-decoration: none;
      position: fixed;
      bottom: 0px;
      right: 0px;
      padding: 0px;
      transition: all 0.1s ease;
      background: #000;
      height: 40px;
      line-height: 30px;
      vertical-align: middle;
      width: 40px;
      text-align: center;
      border-radius: 5%;
      bottom: 20px;
      right: 20px;
    }
    #paschka:hover {
      background: #232323;
      transition: all 0.1s ease;
      color: #f0f0f0;
    }




      
    .bg {
      background: url(../img/bg.jpg) no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: -3;
      pointer-events: none;
  }
  .bg:before {
      content: "";
      width: 100%;
      height: 100%;
      background: #000;
      position: fixed;
      z-index: -1;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
  }
  @keyframes sf-fly-by-1 {
      from {
          transform: translateZ(-600px);
          opacity: 0.5;
      }
      to {
          transform: translateZ(0);
          opacity: 0.5;
      }
  }
  @keyframes sf-fly-by-2 {
      from {
          transform: translateZ(-1200px);
          opacity: 0.5;
      }
      to {
          transform: translateZ(-600px);
          opacity: 0.5;
      }
  }
  @keyframes sf-fly-by-3 {
      from {
          transform: translateZ(-1800px);
          opacity: 0.5;
      }
      to {
          transform: translateZ(-1200px);
          opacity: 0.5;
      }
  }
  .star-field {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      perspective: 600px;
      -webkit-perspective: 600px;
      z-index: -1;
      pointer-events: none;
  }
  .star-field .layer {
      box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
          524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
          440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
          -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
          -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
          828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
          624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
          563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
          -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
          -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
      transform-style: preserve-3d;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 4px;
      width: 4px;
      border-radius: 2px;
  }
  .star-field .layer:nth-child(1) {
      animation: sf-fly-by-1 5s linear infinite;
  }
  .star-field .layer:nth-child(2) {
      animation: sf-fly-by-2 5s linear infinite;
  }
  .star-field .layer:nth-child(3) {
      animation: sf-fly-by-3 5s linear infinite;
  }

  .contentContainer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.contentSiteProgress {
        
}

.contentSiteProgress .uk-container {
    height: 100vh;
}

.siteprogressContainer {
    text-align: center;
    width: 100%;
}

.siteprogressContainer img {
    width: 100px;
    display: none;
}

.siteprogressContainer p {
    font-size: 100px;
    color: #fff;
    font-family: 'Agatho-Regular';
    text-transform: uppercase;
}

.contentLocationMap {
  background-image: url(../img/location/location-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contentLocationMap .uk-container {
  height: 100vh;
}

.locationMapTitle {
  color: #494787;
  margin: 0;
  font-family: 'Agatho-Regular';
  text-transform: uppercase;
  line-height: 65px;
  font-size: 65px;
  z-index: 999;
  position: absolute;
  top: 20px;
  left: 20px;
}

.locationMapRoad{
  background-image: url(../img/location/location-road.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 60%;
  height: 100vh;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.locationMapText{
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30%;
  z-index: 999;
}

.locationMapText p{
  color: #515085;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  margin: 0;
}

.stickMenu{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999999;
}

.stickMenu a p{
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #494787;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Agatho-Bold';
}

.stickMenuWhite a p{
  color: #fff;
}

.stickMenuWhite .hamburger span{
  background-color: #fff !important;
}

.menuOffCanvas{
  /*display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;*/
}

.menuOffCanvas ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.menuOffCanvas ul li{
  margin: 16px 0;
}

.menuOffCanvas ul li a{
  font-family: 'Agatho-Regular';
  font-size: 26px;
  position: relative;
}

.menuOffCanvas ul li a:hover, .menuOffCanvas ul li.active a{
  color: #F3B991;
  padding-left: 14px;
}

.menuOffCanvas ul li a:before, .menuOffCanvas ul li.active a:before{
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
}

.menuOffCanvas ul li a:hover:before, .menuOffCanvas ul li.active a:before{
  content: '';
  border-left: 6px solid #CD7D7C;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: 0;
  top: 4px;
}


.uk-offcanvas-bar {
  left: -400px;
  max-width: 400px !important;
  width: 400px !important;
  background: #515085;
}

.uk-offcanvas-close:first-child+* {
  margin-top: 50px;
}

ul.menuSocialMedia li{
  display: inline-block;
  margin: 0;
  margin-right: 5px;
}

ul.menuSocialMedia li:last-child{
  margin: 0;
}

.copyRight{
  font-size: 11px;
  font-family: 'Montserrat-Regular';
  color: #fff;
}

ul.menuTerms{
  margin-top: 10px;
}

ul.menuTerms li{
  display: inline-block;
  margin: 0;
  border-right: 1px solid #fff;
}

ul.menuTerms li:last-child{
  border: none;
}

ul.menuTerms li a{
  font-size: 11px;
  font-family: 'Montserrat-Regular';
  color: #fff;
  padding: 0px 10px !important;
  display: block;
}

ul.menuTerms li:first-child a{
  padding-left: 0 !important;
}

ul.menuTerms li a:hover, ul.menuSocialMedia li a:hover{
  padding: 0;
}

ul.menuTerms li a:hover:before, ul.menuSocialMedia li a:hover:before{
  display: none;
}

a.uk-offcanvas-close{
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Agatho-Bold';
  color: rgba(255, 255, 255, 1.0) !important;
}

/*a.uk-offcanvas-close:hover, a.uk-offcanvas-close:hover svg{
  color: #3E2680 !important;
  fill: #3E2680 !important;
}*/

a.uk-offcanvas-close img{
  width: 13px;
  margin-right: 5px;
  margin-top: -3px;
}

.hamburger {
  position: relative;
  width: 1.733rem;
  height: 1.067rem;
  margin-right: 0.533rem;
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  top: -12px;
}

.hamburger span {
  height: 2px;
  display: block;
  width: 100%;
  display: block;
  background: #494787;
  transition: all .5s;
}

.hamburger span:first-child {
  width: 73%;
}

.hamburger span:last-child {
  width: 54%;
}

.contentFloorPlan, .contentUnitPlans {
  background-color: #413875;
    background-image: url(../img/floorplan/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.floorPlanTitle {
  position: absolute;
  top: 0px;
  left: calc(50% - 160px);
}

.floorPlanTitle img{
  width: 30px;
}

.floorPlanTitle img:nth-child(1){
  top: 20px;
  left: -40px;
}

.floorPlanTitle img:nth-child(2){
  top: 100px !important;
  right: -20px;
}

.floorPlanTitle h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Agatho-Regular';
  position: relative;
}

/*.floorPlanTitle h2:before {
  content: '';
  background-color: #ffffff;
  width: 10px;
  height: 155px;
  position: absolute;
  display: block;
  top: -30px;
  left: -30px;
}*/

.unitPlansTitle {
  position: absolute;
  top: 0px;
  left: calc(50% - 153px);
}

.unitPlansTitle h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-family: 'Agatho-Regular';
  position: relative;
}

.unitPlansTitle img{
  width: 30px;
}

.unitPlansTitle img:nth-child(1){
  top: 20px;
  left: -40px;
}

.unitPlansTitle img:nth-child(2){
  top: 100px !important;
  right: -20px;
}

.unitPlansImg {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100vh;
}

.unitPlansImg img {
  max-height: 70%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  margin-bottom: 0;
}

.unitPlansImg img.active {
  opacity: 1;
  display: block;
}

.unitPlansTitleBtm {
  text-align: center;
  display: block;
  margin: 0;
}

.unitPlansTitleBtm img {
  height: 130px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: none;
}

.unitPlansTitleBtm img.active {
  opacity: 1;
  display: block;
}

.unitPlansNav {
  position: absolute;
  bottom: 50px;
  right: 0;
  text-align: right;
}

.flootPlanNav ul, .unitPlansNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 50px;
}

.flootPlanNav ul li, .unitPlansNav ul li {
  margin-bottom: 20px;
}

.flootPlanNav ul li a, .unitPlansNav ul li a {
  color: #3F3180;
  text-transform: uppercase;
  font-family: 'Agatho-Regular';
  font-size: 20px;
  text-align: right;
  position: relative;
}

.unitPlansNav ul li a {
  color: #D6DE27;
}

.flootPlanNav ul li.active a, .flootPlanNav ul li a:hover, .unitPlansNav ul li.active a, .unitPlansNav ul li a:hover {
  padding-right: 40px;
}

.flootPlanNav ul li.active a:before, .flootPlanNav ul li a:hover:before, .unitPlansNav ul li.active a:before, .unitPlansNav ul li a:hover:before {
  content: '';
  background-color: #3F3180;
  display: block;
  height: 1px;
    width: 5px;
  position: absolute;
  left: -20px;
  top: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.unitPlansNav ul li.active a:before, .unitPlansNav ul li a:hover:before {
  background-color: unset;
}

.flootPlanNav ul li a:after, .unitPlansNav ul li a:after {
  content: '';
  background-color: #3F3180;
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  right: -50px;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.unitPlansNav ul li a:after {
  background-color: #D6DE27;
}

.flootPlanNav ul li.active a:after, .flootPlanNav ul li a:hover:after, .unitPlansNav ul li.active a:after, .unitPlansNav ul li a:hover:after {
  width: 80px;
}







section {
  height: 100vh;
  width: 100%;
}

.floorPlanLabel {
  text-align: center;
  display: block;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
}

.floorPlanLabel img {
  width: 100px;
  margin-right: 30px;
}

.floorPlanImg {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100vh;
}

.floorPlanImg {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100vh;
}

.floorPlanImg img {
  max-width: 58%;
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  pointer-events: none;
}

.floorPlanImg img.active {
  opacity: 1;
  display: block;
}
      
.floorPlanCompass {
  bottom: 20px;
  right: 20px;
  position: fixed;
}

.floorPlanCompass img {
  width: 250px;
  pointer-events: none;
}

.flootPlanNav, .unitPlansNav {
  position: absolute;
  bottom: 50px;
  right: 0;
  text-align: right;
}

.flootPlanNav ul, .unitPlansNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 50px;
}

.flootPlanNav ul li, .unitPlansNav ul li {
  margin-bottom: 20px;
}

.flootPlanNav ul li a, .unitPlansNav ul li a {
  color: #F3B991;
  text-transform: uppercase;
  font-family: 'Agatho-Regular';
  font-size: 20px;
  text-align: right;
  position: relative;
}


.flootPlanNav ul li.active a, .flootPlanNav ul li a:hover, .unitPlansNav ul li.active a, .unitPlansNav ul li a:hover {
  padding-right: 40px;
}

.flootPlanNav ul li.active a:before, .flootPlanNav ul li a:hover:before, .unitPlansNav ul li.active a:before, .unitPlansNav ul li a:hover:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
    border-left: 6px solid #3e936b;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -15px;
    top: 1px;
}

.flootPlanNav ul li a:after, .unitPlansNav ul li a:after {
  content: '';
  background-color: #F3B991;
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  right: -50px;
  top: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flootPlanNav ul li.active a:after, .flootPlanNav ul li a:hover:after, .unitPlansNav ul li.active a:after, .unitPlansNav ul li a:hover:after {
  width: 80px;
}

.developerContainer {
  text-align: center;
}

/*.contentDeveloper{
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}*/

.uk-dotnav>*>* {
  border: 1px solid rgba(255, 255, 255, .4);
}

.uk-dotnav>.uk-active>* {
  background-color: rgba(255, 255, 255, .6);
}

.uk-dotnav>*>:hover {
  background-color: rgba(255, 255, 255, .6);
}

.contentDeveloper .uk-container {
  height: 100vh;
}

.developerSlider {
  margin-top: 100px;
}

.developerSlider .uk-slider > div {
  background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    padding: 40px 30px;
    border: 1px solid white;
}

.developerContainer img {
  width: 20%;
  margin: 0 auto;
  display: block;
}

.developerContainer p {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
}

.developerContainer p a {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat-Medium';
  text-decoration: underline;
}

.developerSlider img {
  width: 90% !important;
}

.contentContactUs .uk-container{
  height: 100vh;
}

.contactUsCard{
  /*background-color: rgba(255, 255, 255, 0.85);*/
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
}

.contactUsCardExsim > div > img{
  width: 50% !important;
}

.contactUsCardFrame{
  position: absolute;
  border: 1px solid #F3B991;
  border-radius: 10px;
  z-index: 99;
  width: calc(100% + 13px);
  top: -8px;
  left: -8px;
  bottom: 5px;
  right: 5px;
  pointer-events: none;
}

.contactUsCard img{
  width: 70%;
  pointer-events: none;
}

.contactUsCard h2{
  color: #F3B991;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat-Bold';
  margin-top: 20px;
  margin-bottom: 0;
}

.contactUsCard span{
  color: #F3B991;
  font-size: 15px;
  font-family: 'Montserrat-Regular';
}

.contactUsCard p{
  color: #F3B991;
  font-size: 15px;
  font-family: 'Montserrat-Regular';
}

.contactUsCard ul{
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 55%;
  display: block;
  position: relative;
  margin-top: 30px;
}

.contactUsCard ul li{
  text-align: left;
  margin-bottom: 15px;
}

.contactUsCard ul li:last-child{
  margin-bottom: 0px;
}

.contactUsCard ul li a{
  color: #F3B991;
  font-size: 15px;
  font-family: 'Montserrat-Regular';
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.contactUsCard ul li a img{
  width: 30px;
  display: inline-block;
  margin-right: 5px;
}

.contactUsLocation{
  margin-top: 30px;
}

.contactUsLocation a{
  margin-right: 10px;
}

.contactUsLocation a:last-child{
  margin-right: 0px;
}

.contactUsLocation a img{
  width: 50px;
  pointer-events: unset;
}

.contactUsCardCustom{
  width: 45% !important;
}

.contentGallery .uk-container{
  height: 100vh;
}

.galleryContainer{
  width: 100%;
}

.galleryContainer h2{
  font-family: 'Agatho-Bold';
  font-size: 45px;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 6px 6px 8px rgba(66, 68, 90, 1);
  text-align: center;
  margin-left: -20px;
}

.galleryImage:hover {
  cursor: url(../img/close.svg), pointer;
}

.galleryContainer img{
  object-fit: contain;
}

.uk-modal{
  z-index: 9999999999999999;
}

.galleryTitle{
  margin-top: 100px;
  margin-left: 20px;
}

.contentConcept {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contentConcept p{
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  position: relative;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

.contentConceptSection {
  height: calc(100vh - 200px);
  width: 100%;
  position: relative;
  padding: 100px 0;
}

.contentConcept0 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
}

.contentConcept0 img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 420px;
  pointer-events: none;
}

.contentConcept1 {
  background-image: url(../img/concept/section1-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contentConcept1 img{
  width: 75%;
}

.contentConcept2 {
  background-image: url(../img/concept/section2-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contentConcept2 h2{
  color: #fff;
  font-family: 'Agatho-Regular';
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-shadow: 4px 4px 6px rgba(66, 68, 90, 1);
}

.contentConcept2 img{
  width: 60%;
}

.contentConcept2Content{
  display: block;
  margin-right: auto;
  width: 70%;
  position: relative;
}

.contentConcept2Content img{
  width: 40px !important;
}

.contentConcept2Star1{
  position: absolute;
  top: 0;
  left: 0;
  animation: star1 3s ease-in-out infinite alternate;
}

@keyframes star1 {
  0% {
      transform: scale(1.0);
  }
  50% {
    transform: scale(1.5);
}
  100% {
      transform: scale(1.0);
  }
}

.contentConcept2Star2{
  position: absolute;
  top: 150px !important;
  right: 0;
  animation: star2 2s ease-in-out infinite alternate;
}

@keyframes star2 {
  0% {
      transform: scale(1.0);
  }
  100% {
      transform: scale(1.5);
  }
}

.contentConceptGreenRE img{
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}

.contentConcept3 {
  background-image: url(../img/concept/section3-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.contentConcept3 img{
  width: 75%;
}

.contentConcept4 {
  /*background-color: #3E2680;*/
  text-align: center;
  padding: 150px 0;
  position: relative;
}

.contentConcept4 img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 420px;
  pointer-events: none;
}

/*.contentConcept4 a {
  background-color: #F3B991;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  font-size: 15px;
  color: #fff;
  padding: 12px 20px;
  border-radius: 0px;
  margin-top: 30px;
}

.contentConcept4 a:hover{
  background-color: #CD7D7C;
}*/

.contentConcept1Stars img{
  width: 30px;
  position: absolute;
}

.contentConcept1Star1{
  top: 270px;
  left: 125px;
  animation: star1concept 3s ease-in-out infinite alternate;
}

@keyframes star1concept {
  0% {
      transform: scale(1.0);
  }
  50% {
    transform: scale(1.5);
}
  100% {
      transform: scale(1.0);
  }
}

.contentConcept1Star2{
  top: 150px;
  right: 95px;
  animation: star2concept 2s ease-in-out infinite alternate;
}

@keyframes star2concept {
  0% {
      transform: scale(1.0);
  }
  100% {
      transform: scale(1.5);
  }
}

.contentConcept3Stars img{
  width: 30px;
  position: absolute;
}

.contentConcept3Star1{
  top: 360px;
  left: 65px;
  animation: star1conceptA 4s ease-in-out infinite alternate;
  width: 40px !important;
}

@keyframes star1conceptA {
  0% {
      transform: scale(1.0);
      -webkit-transform: rotate(0deg);
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: rotate(360deg);
}
  100% {
      transform: scale(1.0);
      -webkit-transform: rotate(0deg);
  }
}

.contentConcept3Star2{
  top: 180px;
  right: 130px;
  animation: star2conceptB 4s ease-in-out infinite alternate;
}

@keyframes star2conceptB {
  0% {
      transform: scale(1.0);
      -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
}
  100% {
      transform: scale(1.5);
      -webkit-transform: rotate(0deg);
  }
}













@media screen and (max-width: 767px) {

.loader img{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: -60px;
}

.landing-logo img{
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: -60px;
}

.exsim-logo img {
    width: 180px;
}

.register-form {
    /*height: 100vh;*/
    height: 100%;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
    width: calc(100% - 30px);
}

.register-form-bottom {
    line-height: 20px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
}


.white-container {
    padding: 30px 15px;
    margin: 0 15px;
    margin-bottom: 15px;
    margin-top: 100px;
}

.inner-logo{
    display: none;
}

.register-now{
    top: unset;
    transform: rotate(0deg);
    right: unset;
    left: unset;
}

.register-now-container a {
    width: 80vw;
    padding: 0;
    height: 60px;
    font-size: 16px;
}

.register {
    height: 100%;
}

.register-now-container{
    width: unset;
}

.register-now-container img {
    width: 17px;
}

.formfooter{
  margin-bottom: 80px !important;
}

.landing {
  height: calc(100vh - 82px);
}

.register-form iframe{
  min-height: calc(100vh - 250px);
}

.contentConcept1 img{
  width: 90%;
  margin-bottom: 20px !important;
}

.contentConcept1Stars img {
  width: 30px;
}

.contentConcept1Star1 {
  top: 220px;
  left: 60px;
}

.contentConcept1Star2 {
  top: 120px;
  right: 35px;
}

.contentConcept2Content {
  width: 100%;
}

.contentConcept3 img{
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px !important;
}

.contentConcept p {
  font-size: 15px;
}

.contentConceptSection {
  height: 100%;
}

.contentConcept3Stars img {
  width: 30px;
}

img.contentConcept4Logo {
  width: 80%;
}

.contentConcept3Star1 {
  top: 290px;
  left: 60px;
}

.contentConcept3Star2 {
  top: 140px;
  right: 15px;
}

.contentConcept2 img {
  width: 90%;
}

.contentConcept2Star1 {
  top: 25px !important;
  left: 10px !important;
}

.contentConcept2Star2 {
  right: 10px !important;
}

.contentConceptGreenRE > img{
  display: none;
}

.galleryContainer h2 {
  font-size: 22px;
}

.galleryTitle {
  margin-left: 0px;
}

.floorPlanImg img {
  max-width: 100%;
  margin-top: -50px;
}

.floorPlanCompass {
  right: unset;
  left: calc(50% - 125px);
}

.floorPlanTitle h2, .unitPlansTitle h2{
  font-size: 40px;
  line-height: 40px;
}

.floorPlanTitle {
  left: calc(50% - 112px);
  top: 50px;
}

.unitPlansTitle {
  top: 50px;
  left: calc(50% - 102px);
}

.floorPlanTitle img:nth-child(1) {
  top: 20px !important;
  left: -40px !important;
}

.floorPlanTitle img:nth-child(2) {
  top: 80px !important;
  right: -40px !important;
}

.unitPlansTitle img:nth-child(1) {
  top: 20px !important;
  left: -40px !important;
}

.unitPlansTitle img:nth-child(2) {
  top: 80px !important;
  right: -30px !important;
}

.unitPlansTitleBtm img {
  height: 70px;
}

.unitPlansImg img {
  max-height: 40%;
  margin-bottom: 140px;
}

.unitPlansTitleBtm {
  bottom: 210px;
  position: absolute;
}

.locationMapTitle {
  margin-top: 80px;
}

.locationMapTitle {
  line-height: 60px;
  font-size: 60px;
  top: 0px;
  left: 0px;
  position: relative;
}

.locationMapText {
  position: relative;
  bottom: unset;
  right: unset;
  width: 100%;
}

.locationMapRoad {
  height: 300px;
  position: relative;
  width: 100%;
  background-size: 100%;
}

.contentLocationMap, .contentContactUs{
  height: 100%;
  position: relative;
}

.developerContainer > img{
  width: 40%;
}

.contentContactUs .uk-container {
  height: auto;
        width: 80%;
}

.contentContactUs {
  padding-top: 80px;
}

.contactUsCard {
  padding: 30px 25px;
  margin-bottom: 20px !important;
}

.contactUsCard ul {
  width: 70%;
}

.contactUsCardCustom {
  width: 55% !important;
}

/*.fullpage-wrapper{
  z-index: 9999999999999999999999999 !important;
}*/

.vr360 a {
  height: 55px;
}

.vr360 a {
  font-size: 16px;
}

  .vr360 {
      position: absolute;
      top: unset;
      bottom: 200px;
  }


  .siteprogressContainer p {
    font-size: 60px;
    line-height: 65px;
}












}
