/**
* Template Name: Maxim - v2.1.0
* Template URL: https://bootstrapmade.com/maxim-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family:'Gill Sans MT W01 Light';
  color: #522e16;
  margin:30px;
  font-weight:100;
  background-color: #f1efea;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family:'Gill Sans MT W01 Medium';
}


p {    margin-bottom: 1.5rem;  letter-spacing:1px; font-size:1.1rem;}


.vbox-title {font-size:1em;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #473628;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #000;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 50px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 5px 0 15px 0;
  background: #473628;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

.fixed-white .logo img {
  padding: 10px 0;
  margin: 0;
  max-height: 160px;
}

@media (max-width: 992px) {
  #header {
    height: 50px;
    padding: 0px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding: 8px 0 7px 0;
  transition: 0.3s;
  font-size: 14px;
font-family:'Gill Sans MT W01 Medium';
    text-transform: uppercase;
    letter-spacing:3px;
    margin-bottom:10px;

}

.nav-menu > ul > li + li {
  margin-left: 30px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062822;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1bac91;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 999999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #f1efea;
}

.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  overflow-y: auto;
  background: #473628;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
text-align: center;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #d4d5d5;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  font-size:1.6em;
  border-bottom:1px dotted #f8f9fa;
  text-transform: uppercase;
  margin:0 100px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ffffff;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(16, 31, 29, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 72px);
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
     background-attachment: fixed;
     -webkit-background-size: cover; /* safari may need this */
  position: relative;
  margin-top: 10px;
  padding: 0;


}



#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero .btn-get-started {
font-family:'Gill Sans MT W01 Medium';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 50%;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;

}

#hero .btn-get-started:hover {
  border-color: #ffffff;
  background: ;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0px 0 40px 0;
  overflow: hidden;
  max-width:1115px;
  margin:0  auto;
}

section.intro, section.building {
  padding: 10px 0 0 0;
}


.arrival-space {padding: 0px 0 50px 0;}

.section-bg {
  background-color:#f1efea;
}

.section-title {
   padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.section-title h2 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
    letter-spacing: 4px;
  margin-bottom: 5px;
  padding-bottom: 0;
  color: #473628;
}

.section-title p {
  margin-bottom: 0rem;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 4px;
  color: #473628;
}

.about .icon-box {
  margin-top: 44px;
}

.about .icon-box i {
  font-size: 48px;
  float: left;
  color: #1bac91;
}

.about .icon-box h4 {
  font-size: 22px;
  font-weight: 500;
  margin-left: 60px;
  color: #21413c;
}

.about .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
.steps {
  padding: 50px 0 40px 0;
}

.steps .row {
  overflow: hidden;
}

.steps .content-item {
  padding: 40px;
  border-left: 1px solid #d4e9e6;
  border-bottom: 1px solid #d4e9e6;
  margin: -1px;
}

.steps .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #1bac91;
}

.steps .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  color: #21413c;
}

.steps .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .steps .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #21413c;
}

.features .nav-link:hover {
  color: #1bac91;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
}

.features .nav-link.active h4 {
  color: #1bac91;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #a8d3cc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #eff7f6;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #1bac91 !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 10px 0px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 8px 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #1bac91;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #4ae3c6;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #1bac91;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}



#myCarousel-8, #myCarousel-7 {padding-top:50px;}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

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

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #97cac2;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1bac91;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #1bac91;
  float: left;
  width: 44px;
  height: 44px;
  background: #e1f0ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #21413c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #43857a;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #1bac91;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1bac91;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1bac91;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #22d8b6;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #473628;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #0c1817;
  border-bottom: 1px solid #18302c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
font-family:'Gill Sans MT W01 Medium';
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3733;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #1bac91;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #4ae3c6;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #34dfbf;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1bac91;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #14806c;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}


.fixed-white { background:#f1efea ;  width:100%; margin:0 auto; text-align: center; border-bottom:0px dotted #522e16; padding-top:30px; }




@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width:100%;
}
}

@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
    max-width:100%;
}
}
 
@media (min-width: 768px) {
.container, .container-md, .container-sm {
    max-width:100%;
}
}

@media (min-width: 576px) {
.container, .container-sm {
    max-width:100%;
}}

@media (min-width: 1200px) {
.container {
    max-width:100%;
}}



@media (min-width: 992px) {
.container {
    max-width:100%;
}}


@media (min-width: 768px) {
.container {
    max-width:100%;
}}


@media (min-width: 576px) {
.container {
   max-width:100%;
}}

.col-xl-12 {

  padding-right: 0px;

  padding-left: 0px;
}

.accom-sub-menu {border-bottom:1px dotted #522e16; margin-bottom:20px; }


.accom-sub-menu ul{

margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align:center;


}



.accom-sub-menu > ul > li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
*display: inline;
}

.accom-sub-menu > ul > li + li {
    margin-left: 30px;
}

.accom-sub-menu a {
    display: block;
    position: relative;
    color: #522e16;
    padding: 8px 0 7px 0;
    transition: 0.3s;
    font-size: 14px;
    font-family:'Gill Sans MT W01 bold';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.accom-sub-menu a:hover {
  text-decoration: underline;
}


.intro p {

  font-size: 17px;


    font-family:'Gill Sans MT W01 Bold';
  text-transform: uppercase;
    letter-spacing: 5px;
  padding-bottom: 0;
  color: #522e16;



}


.nav-levels-container {position:relative; width:100%;}

.nav-levels {

  width:200px;
  min-height:300px;

position:absolute;
bottom:20px;
right:0;
background:#c5b9af;
display:block;



}
.nav-levels ul { padding:0;}
.nav-levels ul li {text-align: center;  margin:15px 0;   list-style: none; }
.nav-levels ul li a {color:#fff; letter-spacing:3px; font-size:0.9rem; }

.nav-levels ul li a:hover {  text-decoration: underline; }

p.intro-text {margin-bottom: 0.6rem; font-weight:600; line-height:2em;}

.nav-levels .align-right {text-align:right; padding-right:20px ; padding-top:30px;}
.nav-levels .align-right p {font-size:0.7rem; padding-top:20px; font-weight:500;}



.bx-chevrons-down:before {
     content: "";
    display: block;
    background-image: url("../img/down-arrow.png");
    height: 37px;
    width:25px;
    background-position: center;
    background-repeat: no-repeat;
}


.vbox-share {display:none;}


@media (max-width: 1366px) {



#hero {
  width: 100%;
  height: calc(100vh - 72px);
  background: url("../img/hero-bg-1024.jpg") center center;
  background-size: cover;
     background-attachment: scroll;
     -webkit-background-size: cover; /* safari may need this */
  position: relative;
  margin-top: 10px;
  padding: 0;


}
}

@media (max-width: 600px) {

body {margin: 0px;}

#header { background: #522e16;}

.fixed-white {padding-top:50px;}

.accom-sub-menu > ul > li + li {margin-left:0px; width:100%}
.accom-sub-menu a {padding: 0px ;}

.section-title br {
display: none;
}

.nav-levels {width:100%; position: relative}

}

.carousel-control-next, .carousel-control-prev {width:7%;}

.carousel-control-next-icon:before {
    content: "";
    display: block;
    background-image: url("../img/next-arrow-2.png");
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;

}



.carousel-control-next-icon-black:before {
    content: "";
    display: block;
    background-image: url("../img/next-arrow-3.png");
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;

}


.carousel-control-prev-icon:before {
    content: "";
    display: block;
    background-image: url("../img/back-arrow-2.png");
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;

}

.carousel-control-prev-icon-black:before {
    content: "";
    display: block;
    background-image: url("../img/back-arrow-3.png");
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;

}


.carousel-control-next-icon, .carousel-control-prev-icon,.carousel-control-next-icon-black, .carousel-control-prev-icon-black {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: no-repeat 50%/100% 100%;

}



.carousel {
    position: relative;
    width:100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  
 
}

.plan-container {width:70%; float:left;}
.container-text {width:30%; float:right; min-height:534px; display: flex;
  flex-direction: column;}
.container-text p {color:#000;}


.container-text h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #522e16;
}

.north-box.big { display:block;  margin-top: auto; padding-right:20%;}


.north-box.small { display:none;}

.north-box-space.iphone { display:none;}

.north-box-space { position: relative; top:10px}


.floor-plan {float:left; width:62%; padding-left:0%;}
.space-right-column.desktop { display:block; float:right; width:30%;  padding-right:8%; text-align:right;}

.space-right-column.ipad {display:none; float:right; width:30%;   padding-right:8%; text-align:right;}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    width:0%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .7;
    background:grey;
}

.carousel-control.left {
  
}

.carousel-control.right {
    right: 0;
    left: auto;
  
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-left-black,
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-right-black,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-left-black,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-right-black,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
   display:none;
}

.carousel-indicators li {

}

.carousel-indicators .active {
 
}

.carousel-item {text-align:right;}

.carousel-caption.big {
    position: absolute;
display:block;
    right: 8%;
    bottom: auto;
    top:0%;
    left:auto;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
}

.carousel-caption {
    position: absolute;
display:block;
    right: 5%;
    bottom: auto;
    top:0%;
    left:auto;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
}


.carousel-caption.small {
   display:none;
}


.caption {font-size:12px;}

@media screen and (max-width:768px) {
   .container-text {width:100%; float:right; min-height:180px; display: flex;
  flex-direction: column;}
    .plan-container { width:100%; }


    .north-box.big { display:none;}


.north-box.small { display:block; padding-top:10px;}


.carousel-caption.big {
  display:none;
  
}

.carousel-caption.small {
     position: absolute;
display:block;
    right: 15px;
    bottom: auto;
    top:0%;
    left:auto;
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
}

.carousel-caption {
     position: absolute;
display:block;
    right: 15px;
    bottom: auto;
    top:0%;
    left:auto;
    z-index: 1;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
}

.space-info-wrapper {display:flex; justify-content:  space-between; flex-direction: row-reverse  }
.space-info-box {padding-left:20px;}
}



@media screen and (min-width:375px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-left-black,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .glyphicon-chevron-right-black,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 80px;
        height: 130px;
        margin-top: -10px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-left-black,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
     .carousel-control .glyphicon-chevron-right-black,
    .carousel-control .icon-next {
        margin-right: -10px
    }
   
    .carousel-indicators {
        bottom: 20px
    }

    .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-left-black,
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-right-black,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.glyphicon-chevron-right:before {
    background-size: 50%;
}



.glyphicon-chevron-right-black:before {
   background-size: 50%;
}


.glyphicon-chevron-left:before {
     background-size: 50%;
}

.glyphicon-chevron-left-black:before {
    background-size: 50%;
}
}


.extra---space {margin-bottom:45vh}

.col-lg-4.col-md-6.left-margin {padding-left:100px;}

.col-lg-6.col-md-12.content-item.left-margin {padding-left:100px;}

.spacing-horizontal {min-height:100px;}
.spacing-horizontal---large {height:240px;}
.spec-summary-text {font-size:22px; line-height:2em;}


.l-main {
    width: 100%;
    margin: auto;

}
.l-content {
    padding: 0 50px 0 50px;
    display: block;
}
.top-spacing {
    padding-top: 80px;
}
.l-row {
    display: flex;
    flex-wrap: wrap;
}
.acordion-floorplans {
   
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    max-width:1100px;
    margin:0 auto;
}
.floorplan-row, .specification-row {
   
    border-top: 1px solid black;
    padding: 10px 0;
    display: flex;
}


.floorplan-row.thick {
  
    border-top: 2px solid black;
    padding: 10px 0;
    display: flex;
}

.floorplan-row-total {
    
    border-top: 2px solid black;
     border-bottom: 2px solid black;
     padding: 10px 0;
    display: flex;
    font-weight:600;
}

.floorplan-row > *, .floorplan-row-total > *, .specification-row > * {
    flex-grow: 1;
}

.floorplan-row.is-toggled:after, .specification-row.is-toggled:after {
    content: '-';
}

.floorplan-details {
    display: none;
}

.floorplan-not-to-scale {
    font-size: 0.8em;
}

.floorplan-column-1.toggle-heading {
    font-size: 0.9em; margin-top:30px;
}

.floorplan-column-1 {
    flex: 0 0 40%;
    font-size: 1.1em;
    line-height: 150%;
}
.floorplan-column-2 {
    flex: 0 0 15%;
    font-size: 1.1em;
    line-height: 150%;
    text-align: right;
}
.floorplan-column-3 {
    flex: 0 0 15%;
    font-size: 1.1em;
    line-height: 150%;
    text-align: right;
}
.floorplan-column-4 {
    flex: 0 0 15%;
    font-size: 1.1em;
    line-height: 150%;
     text-align: right;
}
.floorplan-column-5 {
    flex: 0 0 15%;
    font-size: 1.1em;
    line-height: 150%;
    text-align: right;
}




.floorplan-column-plan {
    flex: 0 0 61%;
    margin-bottom: 40px;
}

.floorplan-column-1 table {
    text-align: left;
    font-size: 0.8em;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.floorplan-column-1 table th, .floorplan-column-1 table td {
    padding: 3px 0;
    line-height: 110%;

}
.table-column-2 {
    width: 100px;
}
.table-column-3 {
    width: 100px;
}
.align-centre {
    text-align: center;
}

@media screen and (max-width: 414px) {
.row, .container {margin-left:0px; margin-right:0px;}
.container {padding-left:0px; padding-right:0px;}
.arrival p br {display:none;}
.floorplan-column-1, .floorplan-column-2, .floorplan-column-3, .floorplan-column-4, .floorplan-column-5 {font-size:0.9em}
.spec-summary-text {font-size:18px; line-height:2em;}
.mobile-nav a {margin: 0 10px;}
.accommodation br {display:none;}
.pt-5 {padding-top:1rem!important}
.top-spacing {padding-top:20px;}
.spacing-horizontal {min-height:20px;}
.contact p {margin-bottom:0rem;}
#footer {margin-top:20px;}
.arrival p {margin:0 15px;}
.acordion-floorplans {padding:0 15px;}
.carousel-control-next, .carousel-control-prev {width:15%;}
.building img { object-fit: cover;
  width:430px;
  height:430px;
  object-position: 20% 50%; /* even if we dont declare this the image will still be centered */
}

section {padding:20px 0 20px 0;}
.arrival-space {padding:0px 0 20px 0}
.section-title {padding-bottom:20px;}

.carousel-control-next-icon:before {    background-size: 70%}
.carousel-control-next-icon-black:before {    background-size: 70%}

.carousel-control-prev-icon:before {    background-size: 70%}
.carousel-control-prev-icon-black:before {    background-size: 70%}


.carousel-control-next.special, .carousel-control-prev.special {top:-120px;}

figure {
    margin: 0 0 0.1rem;
}

.container-text.space {min-height:200px;}



.floorplan-column-1 {
    flex: 0 0 26%;

}
.floorplan-column-2 {
    flex: 0 0 18%;

}
.floorplan-column-3 {
    flex: 0 0 18%;
 
}
.floorplan-column-4 {
    flex: 0 0 18%;

}
.floorplan-column-5 {
    flex: 0 0 20%;


  
}
}


@media screen and (max-width: 1024px) {
   
    .l-content {
        padding: 0 30px 0 30px;
    }




    .col-lg-4.col-md-6.left-margin {padding-left:15px;}
    .col-lg-6.col-md-12.content-item.left-margin {padding-left:15px;}

    .floor-plan {width:100%; margin:auto; float:none; }

   .space-right-column.desktop { display:none; float:right; width:30%;   padding-right:8%; text-align:right;}



}


@media screen and (min-width: 414px) and (max-width: 1024px) {
   
section {margin-left:20px;  margin-right:20px;}
.space-right-column.ipad {display:block; float:right; width:100%;   padding:0 20px; text-align:left;}


}

@media screen and (max-width: 414px) {
   
.space-right-column.ipad {display:block; float:right; width:100%;  padding:0 20px; text-align:left;}
.space-info-wrapper {display:flex; justify-content:  space-between  }

.space-info-wrapper p {font-size:13px; letter-spacing:0px;}
.floor-title span { letter-spacing:0px;}


}


 .logo--active{
  height: 0 !important;
  transform: translateY(-200px);
}
.fixed-white{
  height: 200px;
  transition: 0.5s linear all;
}


section.team {padding: 0px 0 40px 0;}
