


html, body, button, input, textarea, select {
font-family: "space-grotesk-variable", sans-serif;
font-variation-settings: "wght" 400;
font-weight: 400;
color:#fff;
}


h1, h2, h3, h4, h5, h6 { 
  font-variation-settings: "wght" 700;
  text-transform: uppercase;
  line-height: 1;
    
}

html {
	font-size: 16px;
	overflow-x: hidden;
  margin:0;
  padding:0;
}


body {
	max-width: 100%;
	margin:auto;
  margin:0;
  padding:0;
}

body {
font-size:100%;
background: #00351B;
font-weight: 400;
line-height: 1.5;

}

.padding {
  padding-top:170px;
  padding-bottom:170px;
}

.padding-top {
  padding-top:170px;
}

.padding-top-half {
  padding-top:100px;
}

.padding-bottom {
  padding-bottom:170px;
}

.container-fluid {
  padding:0;
  width:100%;
  max-width:100%;
}

p {
  margin-bottom:1rem;
}

p:last-of-type {
  margin-bottom:0;
}

section {
	position: relative;
}

a {
	cursor:pointer;
	color:#ccc;
}

a:hover {
	text-decoration: none;
	color:#A6A8AB;
	transition: all 250ms ease;
}

.container {
  width:85%;
  max-width: 1640px;
}

.main-banner {
  line-height: 0;
  position: relative;
  z-index: -1;
  background-size: cover;
  margin-bottom:40px;

}

.main-banner img {
  object-fit: cover;
}

.main-banner .row {
  position: relative;
  height: calc(100vh - 164px);
  min-height: 715px;
}

.main-banner .banner-image {
  position: relative;
}


.main-banner .logo {
width: auto;
height: 32vh;
position: absolute;
top: 10%;
left: 1rem;
  
}

.main-banner h1  {
  font-size:5rem;
  line-height:1;
  font-weight:bold;
  position: absolute;
  bottom:10%;
  

}

.main-section {
  background:#00351A;
  padding-top:150px;
  position: relative;
}

.enquire-now {
  top:0;
  right:0;
  top:-20px;
  right:-20px;
  position: fixed;
  transition: all 150ms ease;
  z-index: 101;
}

.enquire-now:hover {
  top:0;
right:0;
}

.enquire-now img {
  width:180px;
  height:180px;
}

header {

height: 100px;
z-index: 100;
background: #00351B;
}

header .row {
  height:100px;
  line-height: 100px;
}

header .logo-small {
display: inline-block;
float: left;
margin-right: 120px;
width: 160px;
height: auto;
margin-top: 11px;
visibility: hidden;
transition: all 350ms ease;
opacity: 0;
}

header.fixed-header {
  top:0;
  position: fixed;
}



header.fixed-header .logo-small {
  visibility: visible;
  opacity: 1;
}

html.fixed {
  padding-top:100px;
}


ul.menu {
  width:auto;
  display: inline-block;
  float:left;
  transition: all 350ms ease;
  position: relative;
  left:-280px;
  width:calc(100% - 280px);
}

html.fixed ul.menu {
  left:0;
}

ul.menu li {
  list-style: none;
  display: inline-block;
  margin-right:90px;
  transition: all 350ms ease;
}

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

header.fixed-header ul.menu li {
  margin-right:50px;
}

ul.menu li a {
  color:#9EC9A1;
  font-size:1.667rem;
  text-transform:uppercase;
  text-decoration: none;
  font-family: "space-grotesk-variable", sans-serif;
  font-variation-settings: "wght" 700;
}


header.fixed-header ul.menu li a {
  font-size:1.150rem;

}

ul.menu li a:hover {
  opacity: 0.25;
}

.main-section h2 {
  font-size:2.5rem;
  color:#fff;
  font-weight: bold;
  line-height: 1.3;
  

}

.power-section h3, .world-section h3, .news-section h3  {
  font-size: 4.583rem;
}

.power-section.padding {
  padding-bottom:140px;
  padding-top:240px;
}

.location-section {
  line-height:0;
}


.world-section {
  background:#BBBBBB;
  color:#00351B;
}

.world-section .padding-top {
  padding-top:85px;
}

.news-section {
  color:#fff;
  background:#00351B;
}


.world-section  i {
  font-size: 4.583rem;
}

.world-section h4, .news-section h4 {
  font-size: 1.250rem;
  font-weight: bold;
  text-transform: uppercase;
}

.world-section h4:before, .news-section h4:before {
  content:'';
  display: block;
  width:100%;
  height:18px;
  background:#00351B;
  margin-bottom:30px;
  margin-top:6px;
}

.news-section h4:before {
  background:#fff;
}

.world-section img, .news-section img {
  margin-bottom: 40px;
}

.master-section h4 {
  font-size: 4.583rem;
}

.master-section h3 {
  font-size: 1.250rem;
  color:#9EC9A1;
  margin-bottom:50px;
}

.master-section .tab img {
  max-height:654px;
  width:auto;
  amrgin:auto;
}

.master-section .padding-top-half {
  padding-top: 50px;
}

.master-section ul li {
  list-style: none;
  display: inline-block;
  margin-right:55px;
  font-size: 1.667rem;
  text-transform: uppercase;
  
}

.master-section ul li a {
  color:#9EC9A1;
  text-decoration: none;
  font-family: "space-grotesk-variable", sans-serif;
  font-variation-settings: "wght" 700;
}

.master-section ul li.current a {
  text-decoration: underline;
}



.master-section ul li a:hover {
  opacity: 0.25;
}

.master-section ul li.current a:hover {
  opacity: 1;
}


.master-section ul li a.active:hover {
  opacity: 1;
  cursor: text;
}


.master-section img.direction {
  width:95px;
  height:120px;
}

.landlord-section {
  position: relative;
  background:#BBBBBB;
  color:#00351B;
  overflow: hidden;
}

.landlord-section .row {
  min-height: 40vw;
}

.landlord-section img.building {
width: 1110px;
height: 1110px;
left: -7.5%;
bottom: -389px;
position: absolute;
max-width: 60%;
max-height: auto;
height: auto;
}

.landlord-section img.harmony {
width: 770px;
height: auto;
left: 5%;
top: 0;
position: absolute;
max-width: 40%;
}

.landlord-section h3 {
  font-size: 1.25rem;
  margin-bottom:100px;
  max-width: 380px;
}


.landlord-section h3:before {
  content:'';
  display: block;
  width:100%;
  height:18px;
  background:#00351B;
  margin-bottom:30px;
  margin-top:6px;
}

.landlord-section h2 {
    font-size: 1.667rem;
margin-bottom: 60px;
max-width: 542px;
line-height: 1.1;
}


.footer {
  background:#9EC9A1;
  color:#00351B;
}

.footer.padding {
  padding-bottom:60px;
}

.footer a {
  color:#00351B;
}

.footer .copyright {
  font-size: 0.667rem;
}

.footer h4 {
  font-size: 4.583rem;
  margin-bottom:120px;
}

.footer h5 {
  margin-bottom:40px;
  text-transform: none;
  font-size: 1.417rem;
  line-height: 1.3;
}

.footer small {
  font-size: 0.667rem;
}

.footer img {
  height: 41px;
  width:auto;
  margin-bottom:30px;
}


.footer h3 {
  font-size: 1.667rem;
}

.footer h3:before {
    content:'';
    display: block;
    width:100%;
    height:18px;
    background:#00351B;
    margin-bottom:60px;

  
}

.forminator-ui#forminator-module-6.forminator-design--default {
  margin-top:60px;
}

.forminator-ui#forminator-module-6.forminator-design--default .forminator-label {
  display: none!important;
}


.forminator-ui#forminator-module-6.forminator-design--default {
  border-top: 1px solid #00351B!important;
}

.forminator-ui.forminator-design--default .forminator-input, .forminator-ui.forminator-design--default .forminator-input:hover, .forminator-ui.forminator-design--default .forminator-input:focus, .forminator-ui.forminator-design--default .forminator-input:active {
  border: none!important;
  border-bottom: 1px solid #00351B!important;
  background: transparent!important;
  padding-left: 0!important;
  pdding-right: 0!important;
  padding-top: 20px!important;
  padding-bottom: 10px!important;
  font-size: 1.083rem!important;
}

input::placeholder, textarea::placeholder  {
  font-size:1.083rem!important;
  color:#00351B!important;
  text-transform: uppercase;
  font-family: "space-grotesk-variable", sans-serif;
  font-variation-settings: "wght" 700;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 0!important;
}


.forminator-ui#forminator-module-6.forminator-design--default .forminator-textarea, .forminator-ui#forminator-module-6.forminator-design--default .forminator-textarea:hover, .forminator-ui#forminator-module-6.forminator-design--default .forminator-textarea:focus, .forminator-ui#forminator-module-6.forminator-design--default .forminator-textarea:active {
  border: none!important;
  background: transparent!important;
  padding-left: 0!important;
  pdding-right: 0!important;
  padding-top: 20px!important;
  padding-bottom: 10px!important;
}


.forminator-ui#forminator-module-6.forminator-design--default .forminator-button-submit {
    background-color: #00351B!important;
    color: #FFFFFF!important;
    border-radius: 0!important;
    line-height: 84px!important;
    font-size:1.667rem !important;
    width:100%!important;
    text-transform: uppercase;
    font-family: "space-grotesk-variable", sans-serif;
    font-variation-settings: "wght" 400;
    padding: 0!important;
}

.forminator-ui#forminator-module-6.forminator-design--default .forminator-button-submit:hover {
  box-shadow:none!important;
}

.forminator-edit-module {
  display: none!important;
}

.tab.active {
  display: block!important;
}




/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*
   * 	Default theme - Owl Carousel CSS File
   */
  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-nav [class*='owl-'] {
      color: #FFF;
      font-size: 14px;
      margin: 5px;
      padding: 4px 7px;
      background: #D6D6D6;
      display: inline-block;
      cursor: pointer;
      border-radius: 3px; }
      .owl-theme .owl-nav [class*='owl-']:hover {
        background: #869791;
        color: #FFF;
        text-decoration: none; }
    .owl-theme .owl-nav .disabled {
      opacity: 0.5;
      cursor: default; }
  
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }
  
  .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
    .owl-theme .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      *display: inline; }
      .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 30px; }
      .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791; }



.owl-theme .owl-dots {
  display: none!important;
}

.owl-theme .owl-nav {
 margin-top: 0;
 text-align: center;
 -webkit-tap-highlight-color: transparent;
 position: absolute;
 top: 50%;
 right: 0;
 width: 110%;
 left: 50%;
 transform: translateX(-50%);
 font-size: 30px;
}

.world-section .owl-theme .owl-nav {
  top:48%;
}

.owl-theme .owl-nav .disabled{
  opacity: 0;
  display: none;
}

.owl-carousel {
  display: block;
}

.owl-carousel .owl-nav i {
  font-size: 30px!important;
}

.owl-carousel .owl-nav button.owl-next {
  float:right;
  font-size: 30px;

}


.owl-carousel .owl-nav button.owl-prev {
  float:left;
  font-size: 30px;

}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  transition: all 250ms linear;
}


.owl-carousel .owl-nav button.owl-next:hover {
  margin-right:-5px!important;
  padding-left:20px!important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  margin-left:-5px!important;
  padding-right:20px!important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color:inherit;
  background: none;
  opacity: 0.5;
}


.owl-carousel .owl-nav button {
  color:#fff;
}


.world-section .owl-carousel .owl-nav button {
  color:#00351B;
}

@-webkit-keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
}

@keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

to {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

.animated.delay-1 {
  -webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s;

}


.animated.delay-2 {
  -webkit-animation-delay: 2s; 
    animation-delay: 2s;

}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-error-message, .forminator-ui.forminator-custom-form[data-design=default] .forminator-error-message {

   line-height: 49px!important;
   font-style: italic!important;
 }


.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-field, .forminator-ui.forminator-custom-form[data-design=default] .forminator-field {
  position: relative;
}

body .forminator-ui.forminator-design--default .forminator-has_error .forminator-input {
  border-color:#E04562!important;
}


body .forminator-ui.forminator-design--default .forminator-error-message {
  background-color: transparent!important;
  color: #E04562;
  position: absolute;
  right: 0;
  top: 0;
}

.forminator-ui#forminator-module-6.forminator-design--default .forminator-button-submit {
  transition: all 250ms linear;
}


.forminator-ui#forminator-module-6.forminator-design--default .forminator-button-submit:hover {
  margin-top:-10px;
  opacity: 0.7
}



@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


body .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-input, body .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
  border-radius: 0!important;
}


/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

.remodal strong {
  font-weight: bold;
}

.remodal a {
  color:#354747;
  text-decoration: underline;
  
}

.remodal a:hover {
  opacity: 0.8;
  
}


/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */


.remodal .inner {
padding: 40px 50px;
    overflow: hidden;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened, .hustle-ui.hustle-popup .hustle-popup-mask {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

  
  
/* Default theme styles of the overlay */

.remodal-overlay {
background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 0;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;
  color:#fff;
  content: "\00d7";
  text-align: center;
  display: none;
}


/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
  width:100%;
  color:#fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
  padding:40px;
  border-radius: 0;
  min-height: 100vh;
}

.remodal .inner {
  max-width: 900px;
  margin:auto;
  padding:40px;
  background:#00351B;
  color:#fff;
  position: relative;
  z-index: 2;
  overflow: auto;
  max-height: 90vh;
}



.remodal .close-button .fa-xmark {
      position: relative;
    top: 3px;
}

 .remodal .close-button {
   background-color:rgba(0,0,0,0.25);
   color:#fff;
 }
 



.remodal.register .inner .content {
  position:absolute ;
  top:50%;
  left:50%;
  text-align: center;
  padding:0;
  transform: translate3d(-50%,-50%,0);
  opacity: 0;
  padding:0;
    

}

.remodal.register .inner {
  border-radius: 100%;
  position:absolute ;
  top:50%;
  left:50%;
  height:0;
  width:0;
  padding:0;
  text-align: center;

  transform: translate3d(-50%,-50%,0);
  overflow: hidden;

  
}



.remodal-is-opened .remodal.register .inner .content {
  opacity: 1;
  transition: opacity 500ms linear;
    transition-delay: 1s;
    padding:0;
}


.remodal-is-opened .remodal.register .inner {
  
    transition: all 1s ease;
  height:900px;
  width:900px;
}




.remodal .inner a {
    color:#904349;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0;
  animation-duration: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.modal-header {
  background: #;
  overflow: hidden;
  height:40px;
  line-height: 40px;
}

.modal-header h4 {
    text-transform: uppercase;
    font-size: 10px;
    float: left;
    line-height: 40px;
    padding-left: 20px;
    color: #fff;
    font-weight: 300;
}

.remodal-image {
  width:75px;
  height:75px;
  border:1px solid #ccc;
  border-radius: 100%;
  float:left;
  overflow: hidden;
}

.remodal-title {
  float:left;
  width:calc(100% - 90px);
  float:right;
}

.remodal-title h2 {
  text-transform: uppercase;
  padding-top:15px;
  font-size: 20px;
}

.remodal-title h4 {
  font-size: 12px;
  font-weight: 400;
}

.remodal-content {
  float:left;
  padding-top:40px;
}

.remodal-content {
  font-size: 16px;
  line-height: 1.5;
}

.remodal-close {
text-transform: none;
display: block;
overflow: visible;
margin: 0;
padding: 0;
cursor: pointer;
text-decoration: none;
color: #fff;
border: 0;
outline: 0;
font-size: 32px;
line-height: 1;
background: transparent;
color: #fff;
position: fixed;
top: 20px;
right: 20px;
text-align: center;
opacity: 0.7;
transition: all 150ms linear;
    
}

.remodal-close:hover {
  opacity: 1;
}

.remodal h3 {
  font-size: 2.5rem;
  margin: 0 0 20px 0;
}

.remodal h2 {
    margin: 40px 0 15px;
font-size: 1.5rem;
}

.remodal p {
  margin-bottom:1rem;
}

.remodal a {
  color:#fff;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  margin: 0;


  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {

}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


