body,
html {
  font-size: 23px;
  line-height: 1.65;
  max-width: 100%;
  overflow-x: hidden;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 400;
  background-color: #fff;
  color: #000;
}

body.page, body.post {
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1600px;
    padding-right: 1.30435rem;
    padding-left: 1.30435rem;
  }
  .container-fluid {
    padding-right: 1.30435rem;
    padding-left: 1.30435rem;
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding-right: 8%;
    padding-left: 8%;
  }
}

h1 {
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  color: #000;
  font-size: 2.6087rem;
  line-height: 2.95652rem;
  margin-bottom: 1.30435rem;
  letter-spacing: 0.08696rem;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.73913rem;
    line-height: 1.73913rem;
  }
}

h2 {
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 1.52174rem;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.08696rem;
  }
}

h3 {
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 1.04348rem;
  color: #000;
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 0.86957rem;
  }
}

h4 {
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 0.86957rem;
}

@media screen and (max-width: 576px) {
  h4 {
    font-size: 0.78261rem;
  }
}

h5 {
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 0.6087rem;
  letter-spacing: 0.04348rem;
  line-height: 1.73913rem;
  margin: 0;
  color: #000;
}

@media screen and (max-width: 768px) {
  h5 {
    font-size: 0.43478rem;
    letter-spacing: 0.03087rem;
  }
}

p {
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 400;
  margin-bottom: 0.91304rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 0.78261rem;
  }
}

input[type="submit"] {
  color: #fff;
  background-color: #000;
  padding: 0.43478rem 3.04348rem;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 900;
  font-size: 0.78261rem;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

input[type="submit"]:hover {
  color: #fd0;
}

a {
  color: #BA8A62;
}

a:visited {
  color: #BA8A62;
}

a:hover {
  color: #BA8A62;
}

.btn-link-brown {
  color: #fff;
  border: 2px solid #BA8A62;
  background-color: #BA8A62;
  padding: 0.86957rem 2.82609rem;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 0.86957rem;
  line-height: 0.95652rem;
}

@media screen and (max-width: 576px) {
  .btn-link-brown {
    padding: 0.86957rem 1.95652rem;
  }
}

.btn-link-brown:visited {
  color: #fff;
}

.btn-link-brown:hover {
  background-color: transparent;
  color: #c29d68;
  border: 2px solid #BA8A62;
  text-decoration: none;
  color: #fff;
}

.btn-link-white {
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  color: #000;
  padding: 0.86957rem 2.82609rem;
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 0.86957rem;
  line-height: 0.95652rem;
  background-color: #fff;
}

.btn-link-white:visited {
  color: #000;
  background-color: #fff;
}

.btn-link-white:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.wpcf7 label {
  width: 100%;
}

.wpcf7 label input[type="text"],
.wpcf7 label input[type="email"],
.wpcf7 label input[type="url"],
.wpcf7 label input[type="password"],
.wpcf7 label input[type="search"],
.wpcf7 label input[type="number"],
.wpcf7 label input[type="tel"],
.wpcf7 label input[type="range"],
.wpcf7 label input[type="date"],
.wpcf7 label input[type="month"],
.wpcf7 label input[type="week"],
.wpcf7 label input[type="time"],
.wpcf7 label input[type="datetime"],
.wpcf7 label input[type="datetime-local"],
.wpcf7 label input[type="color"],
.wpcf7 label textarea {
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .wpcf7 label input[type="text"],
  .wpcf7 label input[type="email"],
  .wpcf7 label input[type="url"],
  .wpcf7 label input[type="password"],
  .wpcf7 label input[type="search"],
  .wpcf7 label input[type="number"],
  .wpcf7 label input[type="tel"],
  .wpcf7 label input[type="range"],
  .wpcf7 label input[type="date"],
  .wpcf7 label input[type="month"],
  .wpcf7 label input[type="week"],
  .wpcf7 label input[type="time"],
  .wpcf7 label input[type="datetime"],
  .wpcf7 label input[type="datetime-local"],
  .wpcf7 label input[type="color"],
  .wpcf7 label textarea {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .wpcf7 label input[type="text"],
  .wpcf7 label input[type="email"],
  .wpcf7 label input[type="url"],
  .wpcf7 label input[type="password"],
  .wpcf7 label input[type="search"],
  .wpcf7 label input[type="number"],
  .wpcf7 label input[type="tel"],
  .wpcf7 label input[type="range"],
  .wpcf7 label input[type="date"],
  .wpcf7 label input[type="month"],
  .wpcf7 label input[type="week"],
  .wpcf7 label input[type="time"],
  .wpcf7 label input[type="datetime"],
  .wpcf7 label input[type="datetime-local"],
  .wpcf7 label input[type="color"],
  .wpcf7 label textarea {
    width: 100%;
  }
}

.wpcf7 .wpcf7-response-output {
  margin: 0;
}

p#breadcrumbs {
  color: #a2a2a2;
  font-size: 0.6087rem;
}

p#breadcrumbs a {
  text-decoration: none;
  color: #a2a2a2;
  font-size: 0.6087rem;
}

p#breadcrumbs a:hover {
  text-decoration: underline;
}

.grecaptcha-badge {
  display: none;
}

.slider .slider-prev,
.slider .slider-next {
  position: absolute;
  right: 0.21739rem;
  bottom: -1.08696rem;
  display: inline-block;
  border-right: 0.13043rem solid #000;
  border-bottom: 0.13043rem solid #000;
  width: 0.52174rem;
  height: 0.52174rem;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
  cursor: pointer;
}

.slider .slider-prev {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  left: 0rem;
}

.slider .slick-dots {
  position: absolute;
  bottom: -1.08696rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.52174rem;
  height: 0.52174rem;
  margin: 0 0.34783rem;
  padding: 0;
  cursor: pointer;
}

.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.52174rem;
  height: 0.52174rem;
  padding: 0.21739rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.52174rem;
  height: 0.52174rem;
  content: '';
  background-color: #d8d8d8;
  border-radius: 0.86957rem;
  border: 0.04348rem solid #d8d8d8;
}

.slider .slick-dots li.slick-active button:before {
  background-color: transparent;
}

.slider .slick-dots > li:only-child {
  display: none;
}

.site-topbar {
  width: 100%;
  position: relative;
  display: table;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.site-topbar .container {
  max-width: 1900px;
  height: 158px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.site-topbar:before {
  content: '';
  height: 100%;
  width: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.site-topbar:after {
  content: '';
  height: 100%;
  width: 50%;
  background-color: #000;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}

.site-topbar .topbar-left {
  width: 20%;
  float: left;
  z-index: 2;
  position: relative;
  height: 100%;
}

.site-topbar .topbar-left .logo {
  width: 65%;
  min-width: 200px;
  max-height: 4.17391rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-topbar .topbar-right {
  background-color: #000;
  width: 80%;
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.6087rem 0 3.47826rem;
  z-index: 2;
  position: relative;
}

.site-topbar .topbar-right .site-navigation {
  position: relative;
  z-index: 2;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container {
  right: 0;
}

@media screen and (min-width: 1200px) {
  .site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li {
  padding: 0.32609rem 2.52174rem 0.32609rem 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li:last-child {
  padding-right: 0;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li a {
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  font-size: 0.65217rem;
  letter-spacing: 0.10435rem;
  position: relative;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li a:after {
  position: absolute;
  bottom: -0.21739rem;
  right: 0.13043rem;
  width: 0%;
  height: 2px;
  background-color: #BA8A62;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li a:hover:after {
  width: 70%;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li .sub-menu {
  background-color: #000;
  padding: 0.43478rem 0.86957rem 0.86957rem;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li .sub-menu > li {
  padding: 0.21739rem 0;
  line-height: 1.08696rem;
  margin-bottom: 0.19565rem;
  min-width: 200px;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li .sub-menu > li > a {
  width: auto;
  display: inline-block;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li.menu-item-has-children > a > span {
  position: relative;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li.menu-item-has-children > a > span:after {
  position: absolute;
  content: '';
  background: url("./images/arrow-down.png");
  width: 0.52174rem;
  height: 0.34783rem;
  right: -0.86957rem;
  top: 0.43478rem;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li.current-menu-item > a:after {
  width: 70%;
}

.site-topbar .topbar-right .site-navigation .site-navigation-wrapper .nav-search-form-wrapper {
  display: none;
}

@media screen and (min-width: 1201px) {
  .site-topbar.sticky {
    z-index: 150;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0px -1px 10px -2px #000;
            box-shadow: 0px -1px 10px -2px #000;
  }
  .site-topbar.sticky .container {
    height: 80px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
  .site-topbar.sticky .topbar-right {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0 1.73913rem;
  }
  .site-topbar.sticky .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li {
    padding-right: 1.86957rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}

@media screen and (max-width: 1700px) {
  .site-topbar .container {
    height: 140px;
  }
  .site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li {
    padding-right: 1.30435rem;
  }
  .site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li a {
    font-size: 0.6087rem;
  }
}

@media screen and (max-width: 1600px) {
  .site-topbar .container {
    height: 130px;
  }
  .site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li {
    padding-right: 0.86957rem;
  }
  .site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li a {
    font-size: 0.6087rem;
  }
}

@media screen and (max-width: 1500px) {
  .site-topbar .container {
    height: 120px;
  }
  .site-topbar .topbar-right {
    padding: 0 1.73913rem;
  }
  .site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li {
    padding-right: 0.65217rem;
  }
  .site-topbar .topbar-right .site-navigation .site-navigation-wrapper .menu-navigation-menu-container ul.menu > li a {
    font-size: 0.56522rem;
  }
}

@media screen and (max-width: 1200px) {
  .site-topbar .container {
    max-height: 100px;
  }
  .site-topbar:before {
    background-color: transparent;
  }
  .site-topbar:after {
    background-color: transparent;
  }
  .site-topbar .topbar-left {
    width: 100%;
  }
  .site-topbar .topbar-left .logo {
    width: 20vw;
    min-width: 200px;
  }
  .site-topbar .topbar-right {
    background-color: transparent;
    height: 0;
  }
  .site-topbar .site-navigation .menu-toggle {
    display: block;
    position: fixed;
    top: 0.43478rem;
    right: 0.86957rem;
    color: transparent;
    border: transparent;
    cursor: pointer;
    z-index: 101;
    opacity: 1;
    padding: 0.43478rem;
    width: 2.17391rem;
    height: 1.73913rem;
    background-color: #fff;
  }
  .site-topbar .site-navigation .menu-toggle div {
    width: 100%;
    height: 0.08696rem;
    background-color: #000;
    color: #000;
    margin: 4px 0;
    display: block;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .site-topbar .site-navigation .menu-toggle.close div {
    background-color: #000;
    color: #000;
  }
  .site-topbar .site-navigation .menu-toggle.close .first {
    -webkit-transform: rotate(45deg) translateX(5px) translateY(4px);
        -ms-transform: rotate(45deg) translateX(5px) translateY(4px);
            transform: rotate(45deg) translateX(5px) translateY(4px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .site-topbar .site-navigation .menu-toggle.close .second {
    -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
        -ms-transform: rotate(-45deg) translateX(0) translateY(0);
            transform: rotate(-45deg) translateX(0) translateY(0);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .site-topbar .site-navigation .menu-toggle.close .third {
    display: none;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container {
    max-height: 0;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    background-color: #fff;
    color: #000;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container.expand-nav {
    padding-top: 20px;
    max-height: 100%;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    overflow-y: auto;
    padding-bottom: 50px;
    border-bottom: 4px solid #BA8A62;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu {
    display: block;
    width: 100%;
    padding: 1.30435rem 1.08696rem;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 0.86957rem;
    padding-bottom: 0.43478rem;
    white-space: nowrap;
    border-bottom: 1px solid #ececec;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item > a {
    color: #000 !important;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item > a:after {
    display: none !important;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children > a span:after {
    background: none;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children > a span.arrow {
    display: block;
    width: 1.73913rem;
    height: 1.73913rem;
    float: right;
    position: absolute;
    right: 0;
    top: -0.21739rem;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children > a span.arrow:after {
    content: "+";
    text-align: center;
    font-weight: bold;
    font-size: 0.86957rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu {
    width: 100%;
    display: block !important;
    background-color: none;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    padding: 0.86957rem;
    padding: 0.43478rem 0.43478rem 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li {
    width: 100%;
    float: none;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a {
    color: #000;
    width: 100%;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a span {
    white-space: pre-wrap;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children.open > ul.sub-menu li a:after {
    content: none;
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul.menu > li.menu-item.menu-item-has-children.open > a span.arrow:after {
    content: "-";
  }
  .site-topbar .site-navigation .menu-navigation-menu-container ul ul {
    display: none !important;
  }
}

.page-banner {
  background-color: #fff;
  background-size: cover;
  max-height: 43.13043rem;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-banner {
    height: 85vh;
  }
}

.page-banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-banner .container .page-banner-content {
  width: 100%;
  padding: 2.6087rem 0;
  z-index: 2;
}

.page-banner .container .page-banner-content h1 {
  color: #fff;
  font-size: 6.52174rem;
  line-height: 6.04348rem;
  margin-bottom: 1.30435rem;
  letter-spacing: 0.13043rem;
}

@media screen and (max-width: 1200px) {
  .page-banner .container .page-banner-content h1 {
    font-size: 5.21739rem;
    line-height: 5.21739rem;
  }
}

@media screen and (max-width: 768px) {
  .page-banner .container .page-banner-content h1 {
    font-size: 3.47826rem;
    line-height: 3.47826rem;
  }
}

@media screen and (max-width: 576px) {
  .page-banner .container .page-banner-content h1 {
    font-size: 1.95652rem;
    line-height: 1.95652rem;
  }
}

.page-banner .container .page-banner-content.center {
  text-align: center;
  margin: 0 auto;
}

.home-banner {
  padding-left: 6vw;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .home-banner {
    padding: 0;
  }
}

.home-banner .home-social-icons {
  position: absolute;
  bottom: 0.13043rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 6vw;
}

@media screen and (max-width: 1200px) {
  .home-banner .home-social-icons {
    display: none;
  }
}

.home-banner .home-social-icons a {
  display: block;
  width: 100%;
}

.home-banner .home-social-icons a div {
  margin: 0 auto;
  margin-top: 1.73913rem;
}

.home-banner .home-social-icons a .facebook {
  width: 0.50696rem;
  height: 0.85174rem;
  background-image: url(./images/fb-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner .home-social-icons a .instagram {
  width: 1.01522rem;
  height: 1.01522rem;
  background-image: url(./images/instagram-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner .home-social-icons a .linkedin {
  width: 0.82957rem;
  height: 0.82957rem;
  background-image: url(./images/linkedin-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner .home-social-icons a .email {
  width: 0.9587rem;
  height: 0.63565rem;
  background-image: url(./images/email-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-banner .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-banner .container .page-banner-content {
  max-width: 100% !important;
}

.home-banner .container .page-banner-content h1.banner-title {
  max-width: 38.52174rem;
}

.home-banner .container .page-banner-content .banner-desc {
  max-width: 45.21739rem;
  padding-right: 2.3913rem;
  float: left;
}

@media screen and (max-width: 768px) {
  .home-banner .container .page-banner-content .banner-desc {
    padding-right: 0;
  }
}

.home-banner .container .page-banner-content .btn-link-brown {
  float: left;
  padding-left: 2.6087rem;
  padding-right: 2.6087rem;
}

.section-four-layer {
  padding: 8.69565rem 0 4.34783rem;
}

@media screen and (max-width: 768px) {
  .section-four-layer {
    padding: 2.6087rem 0;
  }
}

.section-four-layer .layer-container {
  width: 100%;
  min-height: 44.34783rem;
  height: 108vh;
  position: relative;
}

@media screen and (min-width: 1450px) {
  .section-four-layer .layer-container {
    max-height: 44.34783rem;
  }
}

.section-four-layer .layer-container .layer {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.section-four-layer .layer-container .layer1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  max-width: 48.17391rem;
  overflow: hidden;
}

.section-four-layer .layer-container .layer2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 36.65217rem;
  overflow: hidden;
}

.section-four-layer .layer-container .layer3 {
  display: table;
  position: absolute;
  bottom: -1.08696rem;
  left: 10%;
  width: 60%;
  padding: 3.91304rem 3.69565rem;
  background: #000;
  color: #fff;
  max-width: 39.82609rem;
  overflow: hidden;
}

.section-four-layer .layer-container .layer3 h1 {
  color: #fff;
}

.section-four-layer .layer-container .layer3 h3 {
  color: #fff;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 400;
  color: #BA8A62;
  font-size: 1.08696rem;
}

.section-four-layer .layer-container .layer3 .btn-link-brown {
  margin-top: 20px;
}

.section-four-layer .layer-container .layer4 {
  display: table;
  position: absolute;
  right: 0;
  top: auto;
  left: auto;
  bottom: -2.6087rem;
  bottom: calc(100% -55);
  width: 30%;
  padding: 2.17391rem;
  overflow: hidden;
  background-color: #fff;
}

.section-four-layer .layer-container .layer4 h2 {
  white-space: nowrap;
}

.section-four-layer .layer-container .layer4 .home-design {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.73913rem;
}

.section-four-layer .layer-container .layer4 .home-design li {
  position: relative;
  font-size: 0.69565rem;
  padding: 1.08696rem 1.08696rem;
  font-weight: 700;
  padding-left: 3.47826rem;
  max-width: 263px;
  text-align: left;
}

.section-four-layer .layer-container .layer4 .home-design li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 3.26087rem;
  width: 3.26087rem;
  background-repeat: no-repeat;
}

.section-four-layer .layer-container .layer4 .home-design li a {
  text-decoration: none;
  color: #000;
  font-size: 0.69565rem;
  letter-spacing: 0.1113rem;
  font-weight: bold;
}

.section-four-layer .layer-container .layer4 .home-design .custom:before {
  background-image: url(./images/custom-icon.svg);
  top: 6px;
}

.section-four-layer .layer-container .layer4 .home-design .single-story:before {
  background-image: url(./images/single-story-icon.svg);
  top: 13px;
  left: 12px;
}

.section-four-layer .layer-container .layer4 .home-design .double-story:before {
  background-image: url(./images/double-story-icon.svg);
  top: 12px;
  left: 9px;
}

.section-four-layer .layer-container .layer4 .home-design .duplex-dual:before {
  background-image: url(./images/duplex-icon.svg);
  top: 12px;
  left: 7px;
}

.section-four-layer .layer-container .layer4 .home-design .granny-flats:before {
  background-image: url(./images/granny-flat-icon.svg);
  top: 12px;
  left: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-four-layer .layer-container {
    height: 120vh;
    min-height: 52.17391rem;
  }
  .section-four-layer .layer-container .layer1 {
    left: auto;
    bottom: auto;
    right: 0;
    top: -15%;
    width: 80%;
  }
  .section-four-layer .layer-container .layer2 {
    left: auto;
    bottom: auto;
    right: 0;
    top: 23%;
  }
  .section-four-layer .layer-container .layer3 {
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
  }
  .section-four-layer .layer-container .layer4 {
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
    width: 40%;
  }
  .section-four-layer .layer-container .layer4 ul li {
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .section-four-layer .layer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .section-four-layer .layer-container .layer1 {
    display: none;
  }
  .section-four-layer .layer-container .layer2 {
    display: none;
  }
  .section-four-layer .layer-container .layer3 {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 2.17391rem 1.73913rem;
  }
  .section-four-layer .layer-container .layer4 {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 100%;
    padding: 2.17391rem 1.73913rem;
  }
  .section-four-layer .layer-container .layer4 ul li {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .section-four-layer .layer-container .layer3 {
    padding: 1.73913rem 1.30435rem;
  }
  .section-four-layer .layer-container .layer4 {
    padding: 1.73913rem 0.86957rem;
  }
  .section-four-layer .layer-container .layer4 h2 {
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 576px) {
  .section-four-layer {
    padding: 0;
  }
  .section-four-layer .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-three-layer {
  padding: 4.34783rem 0;
}

@media screen and (max-width: 768px) {
  .section-three-layer {
    padding: 2.6087rem 0;
  }
}

.section-three-layer .layer-container {
  width: 100%;
  height: 44.34783rem;
  height: 108vh;
  min-height: 1020px;
  position: relative;
}

.section-three-layer .layer-container .layer {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.section-three-layer .layer-container .layer1 {
  position: absolute;
  top: 20%;
  left: 0;
  width: 50%;
  max-width: 35.52174rem;
  overflow: hidden;
}

.section-three-layer .layer-container .layer2 {
  position: absolute;
  top: -10%;
  right: 0;
  width: 70%;
  max-width: 57.95652rem;
  overflow: hidden;
}

.section-three-layer .layer-container .layer3 {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 45%;
  padding: 3.91304rem 3.69565rem;
  background: #000;
  color: #fff;
  max-width: 39.82609rem;
  overflow: hidden;
}

.section-three-layer .layer-container .layer3 h1 {
  color: #fff;
}

.section-three-layer .layer-container .layer3 h3 {
  color: #fff;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 400;
  color: #BA8A62;
  font-size: 1.08696rem;
}

.section-three-layer .layer-container .layer3 .btn-link-brown {
  margin-top: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-three-layer .layer-container {
    height: 105vh;
  }
  .section-three-layer .layer-container .layer1 {
    left: 0;
    bottom: auto;
    right: 0;
    top: 0;
    width: 80%;
  }
  .section-three-layer .layer-container .layer2 {
    left: auto;
    bottom: auto;
    right: 0;
    top: -30%;
    width: 100%;
  }
  .section-three-layer .layer-container .layer3 {
    right: auto;
    bottom: auto;
    right: 0;
    bottom: 0;
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .section-three-layer .layer-container {
    height: 65vw;
    min-height: 400px;
  }
  .section-three-layer .layer-container .layer1 {
    top: -10%;
    left: 0;
    bottom: auto;
    right: auto;
    width: 80%;
  }
  .section-three-layer .layer-container .layer2 {
    top: -20%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 80%;
  }
  .section-three-layer .layer-container .layer3 {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto;
    width: 90%;
    max-width: 100%;
    padding: 2.17391rem 1.73913rem;
  }
}

@media screen and (max-width: 768px) {
  .section-three-layer .layer-container {
    height: 65vw;
    min-height: 400px;
  }
}

@media screen and (max-width: 576px) {
  .section-three-layer {
    padding: 0;
  }
  .section-three-layer .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-three-layer .container .layer-container {
    padding: 0;
    height: auto;
  }
  .section-three-layer .container .layer-container .layer2 {
    display: none;
  }
  .section-three-layer .container .layer-container .layer1,
  .section-three-layer .container .layer-container .layer3 {
    position: relative;
    top: auto;
    bottom: auto;
    width: 100%;
  }
}

.section-two-layer {
  padding: 3.47826rem 0;
}

.section-two-layer .layer-container {
  width: 100%;
  height: 93vh;
  max-height: 38rem;
  min-height: 36.26087rem;
  position: relative;
}

.section-two-layer .layer-container .layer {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.section-two-layer .layer-container .layer1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 47.26087rem;
  overflow: hidden;
  max-height: 28.08696rem;
  overflow: hidden;
}

.section-two-layer .layer-container .layer1 img {
  width: 100%;
  height: auto;
}

.section-two-layer .layer-container .layer2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53%;
  padding: 3.04348rem 3.47826rem 1.30435rem;
  background: #000;
  color: #fff;
  max-width: 37.04348rem;
  overflow: hidden;
}

.section-two-layer .layer-container .layer2 h1 {
  color: #fff;
  margin-bottom: 1.95652rem;
}

.section-two-layer .layer-container .layer2 h3 {
  color: #fff;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 400;
  color: #BA8A62;
  font-size: 1rem;
  margin-bottom: 1.30435rem;
}

.section-two-layer.house-land-page-section .layer-container {
  height: 72vh;
  min-height: 29.78261rem;
  max-height: 29.78261rem;
}

.section-two-layer.house-land-page-section .layer-container .layer1 {
  max-width: 44.34783rem;
  max-height: 25.56522rem;
}

.section-two-layer.bottom-aligned .layer-container {
  height: 68vh;
  min-height: 28.08696rem;
  max-height: 28.08696rem;
}

.section-two-layer.bottom-aligned .layer-container .layer1 {
  max-width: 47.04348rem;
  max-height: 28.08696rem;
}

@media screen and (max-width: 1450px) {
  .section-two-layer .layer-container,
  .section-two-layer.bottom-aligned .layer-container,
  .section-two-layer.house-land-page-section .layer-container {
    min-height: 29.78261rem;
  }
  .section-two-layer .layer-container .layer2,
  .section-two-layer.bottom-aligned .layer-container .layer2,
  .section-two-layer.house-land-page-section .layer-container .layer2 {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .section-two-layer .layer-container,
  .section-two-layer.bottom-aligned .layer-container,
  .section-two-layer.house-land-page-section .layer-container {
    height: 72vh;
    min-height: 29.78261rem;
  }
  .section-two-layer .layer-container .layer1,
  .section-two-layer.bottom-aligned .layer-container .layer1,
  .section-two-layer.house-land-page-section .layer-container .layer1 {
    width: 90%;
  }
  .section-two-layer .layer-container .layer2,
  .section-two-layer.bottom-aligned .layer-container .layer2,
  .section-two-layer.house-land-page-section .layer-container .layer2 {
    width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .section-two-layer .layer-container,
  .section-two-layer.bottom-aligned .layer-container,
  .section-two-layer.house-land-page-section .layer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: table;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    max-height: auto;
    min-height: auto;
    max-height: initial;
  }
  .section-two-layer .layer-container .layer1,
  .section-two-layer.bottom-aligned .layer-container .layer1,
  .section-two-layer.house-land-page-section .layer-container .layer1 {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .section-two-layer .layer-container .layer2,
  .section-two-layer.bottom-aligned .layer-container .layer2,
  .section-two-layer.house-land-page-section .layer-container .layer2 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    padding: 2.17391rem 1.73913rem 0.86957rem;
    height: auto;
    max-height: auto;
    min-height: auto;
  }
}

@media screen and (max-width: 576px) {
  .section-two-layer {
    padding: 0;
  }
  .section-two-layer .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-two-column-images {
  padding-top: 5.56522rem;
  padding-bottom: 6.08696rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .section-two-column-images {
    padding: 2.6087rem 0;
  }
}

.section-two-column-images .col-lg-6 {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

.section-two-column-images h2 {
  text-align: center;
  margin-bottom: 66px;
}

.section-two-column-images .image-container {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 18.6087rem;
}

@media screen and (max-width: 576px) {
  .section-two-column-images .image-container {
    min-height: 13.04348rem;
  }
}

.section-two-column-images .image-container a {
  color: #fff;
  text-decoration: none;
  font-size: 1.52174rem;
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
}

.section-two-column-images .image-container a .image-title {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  padding: 2.52174rem 0.86957rem;
  text-align: center;
  max-width: 17.3913rem;
}

@media screen and (max-width: 576px) {
  .section-two-column-images .image-container a {
    font-size: 0.86957rem;
    line-height: 1;
  }
  .section-two-column-images .image-container a .image-title {
    width: 80%;
    padding: 0.86957rem 0.86957rem;
  }
}

.home-design-category-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 3.34783rem 0 2.04348rem;
}

.home-design-category-filter li {
  display: inline-block;
  text-align: center;
  padding: 0 1.30435rem;
}

@media screen and (max-width: 576px) {
  .home-design-category-filter li {
    display: block;
  }
}

.home-design-category-filter li a {
  color: #000;
  font-size: 0.65217rem;
  line-height: 0.78261rem;
  letter-spacing: 0.10435rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.home-design-category-filter li a.active {
  color: #BA8A62;
}

.home-design-category-filter li a:hover {
  color: #BA8A62;
}

.section-home-designs {
  text-align: left;
}

.section-home-designs .row .col-md-6,
.section-home-designs .row .col-lg-6,
.section-home-designs .row .col-xl-4 {
  padding-left: 1.08696rem;
  padding-right: 1.08696rem;
}

.section-home-designs .design {
  margin: 1.30435rem 0 3.34783rem;
}

.section-home-designs .design .feature-img a {
  display: block;
  position: relative;
}

.section-home-designs .design .feature-img a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url(./images/add-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #BA8A62;
  width: 15%;
  height: 20%;
}

.section-home-designs .design .feature-img a img {
  width: 100%;
  height: auto;
}

.section-home-designs .design .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.30435rem 0 0.86957rem;
}

.section-home-designs .design .info h2 {
  width: 60%;
  margin: 0;
}

.section-home-designs .design .info .facade {
  width: 40%;
  font-size: 0.73913rem;
  font-style: italic;
  text-align: right;
  margin-top: 0.26087rem;
}

.section-home-designs .design .car-bath-bed span {
  display: block;
  position: relative;
  padding-left: 2.17391rem;
  padding-right: 1.30435rem;
  font-size: 0.73913rem;
  float: left;
}

.section-home-designs .design .car-bath-bed span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.section-home-designs .design .car-bath-bed span.car {
  background-image: url(./images/garage-icon_blk.svg);
  background-repeat: no-repeat;
  width: 1.40783rem;
  height: 1.09043rem;
}

.section-home-designs .design .car-bath-bed span.bath {
  background-image: url(./images/bathroom-icon_blk.svg);
  background-repeat: no-repeat;
  width: 1.45826rem;
  height: 1.17739rem;
}

.section-home-designs .design .car-bath-bed span.bed {
  background-image: url(./images/bedroom-icon_blk.svg);
  background-repeat: no-repeat;
  width: 1.55478rem;
  height: 1.1013rem;
}

@media screen and (max-width: 992px) {
  .section-home-designs .design .info {
    display: block;
  }
  .section-home-designs .design .info h2 {
    width: 100%;
    text-align: left;
  }
  .section-home-designs .design .info .facade {
    width: 100%;
    text-align: left;
  }
}

.section-completed-projects {
  margin-top: 3.26087rem;
  text-align: left;
}

.section-completed-projects .row .col-lg-6,
.section-completed-projects .row .col-md-6 {
  padding-left: 1.30435rem;
  padding-right: 1.30435rem;
}

.section-completed-projects .row .project {
  margin: 30px 0;
}

.section-completed-projects .row .project .feature-img img {
  width: 100%;
  height: auto;
}

.section-completed-projects .row .project .info {
  padding: 1.3913rem 1.95652rem 1.26087rem;
  color: #fff;
  background-color: #000;
  display: table;
  width: 100%;
}

.section-completed-projects .row .project .info .info-left {
  width: 60%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-completed-projects .row .project .info .info-left h2 {
  margin: 0;
  color: #fff;
  margin-bottom: 1.13043rem;
}

.section-completed-projects .row .project .info .info-left .car-bath-bed span {
  display: block;
  position: relative;
  padding-left: 2.17391rem;
  padding-right: 1.30435rem;
  font-size: 0.73913rem;
  float: left;
}

.section-completed-projects .row .project .info .info-left .car-bath-bed span.car {
  background-image: url(./images/garage-icon_wht.svg);
  background-repeat: no-repeat;
  width: 1.40783rem;
  height: 1.09043rem;
}

.section-completed-projects .row .project .info .info-left .car-bath-bed span.bath {
  background-image: url(./images/bathroom-icon_wht.svg);
  background-repeat: no-repeat;
  width: 1.45826rem;
  height: 1.17739rem;
}

.section-completed-projects .row .project .info .info-left .car-bath-bed span.bed {
  background-image: url(./images/bedroom-icon_wht.svg);
  background-repeat: no-repeat;
  width: 1.55478rem;
  height: 1.1013rem;
}

.section-completed-projects .row .project .info .info-right {
  width: 40%;
  float: right;
}

.section-completed-projects .row .project .info .info-right .block-size {
  font-size: 20px;
  text-align: right;
}

.section-completed-projects .row .project .info .info-right a.btn-link-brown {
  float: right;
  margin-top: 0.65217rem;
  padding: 0.91304rem 2rem;
}

.section-completed-projects .row .pagination {
  width: 100%;
  display: block;
  padding: 0 1.30435rem;
}

.section-completed-projects .row .pagination .page-numbers {
  display: none;
  color: #BA8A62;
  font-size: 0.65217rem;
  line-height: 0.78261rem;
  letter-spacing: 2.5;
  font-weight: 600;
}

.section-completed-projects .row .pagination .prev {
  display: block;
  float: left;
  padding-left: 0.86957rem;
  position: relative;
}

.section-completed-projects .row .pagination .prev:after {
  content: '<';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}

.section-completed-projects .row .pagination .next {
  display: block;
  float: right;
  padding-right: 0.86957rem;
  position: relative;
}

.section-completed-projects .row .pagination .next:after {
  content: '>';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  .section-completed-projects .row .project .info .info-left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .section-completed-projects .row .project .info .info-left .car-bath-bed {
    max-width: 11.73913rem;
    padding-left: 1.30435rem;
    margin: 0 auto;
    margin-bottom: 0.43478rem;
  }
  .section-completed-projects .row .project .info .info-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .section-completed-projects .row .project .info .info-right .block-size {
    text-align: center;
  }
  .section-completed-projects .row .project .info .info-right a.btn-link-brown {
    float: none;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .section-completed-projects .row .pagination .next,
  .section-completed-projects .row .pagination .prev {
    width: 100%;
    text-align: center;
    padding: 0.43478rem 0;
  }
  .section-completed-projects .row .pagination .next:after,
  .section-completed-projects .row .pagination .prev:after {
    content: '';
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .section-completed-projects .row .col-lg-6,
  .section-completed-projects .row .col-md-6 {
    padding-right: 0.65217rem;
    padding-left: 0.65217rem;
  }
  .section-completed-projects .row .project .info {
    padding: 0.86957rem 0.65217rem 0.86957rem;
  }
  .section-completed-projects .row .project .info .info-left .car-bath-bed span {
    font-size: 0.65217rem;
  }
  .section-completed-projects .row .project .info .info-right a.btn-link-brown {
    padding: 0.65217rem;
    width: 100%;
  }
}

.testimonial-slider {
  max-width: 760px;
  border: 2px solid black;
  background-color: #fff;
  margin: 0 auto;
}

.testimonial-slider .slider-item .slider-content {
  padding: 12%;
}

.testimonial-slider .slider-item .slider-content h1 {
  margin-bottom: 1.52174rem;
}

.testimonial-slider .slider-item .slider-content h4.author {
  position: relative;
  display: block;
  padding: 0.78261rem 0 0.78261rem 3.47826rem;
  margin-bottom: 1.17391rem;
}

.testimonial-slider .slider-item .slider-content h4.author:before {
  content: '"';
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
  font-size: 2.6087rem;
  letter-spacing: 0.07826rem;
  line-height: 2.95652rem;
  width: 2.6087rem;
  height: 2.6087rem;
  padding: 0.56522rem 0.82609rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #BA8A62;
  color: #fff;
}

.testimonial-slider .slider-prev,
.testimonial-slider .slider-next {
  position: absolute;
  width: 2.73913rem;
  height: 2.47826rem;
  top: 0;
  right: 0;
  left: auto;
  border: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #000;
}

.testimonial-slider .slider-prev:before,
.testimonial-slider .slider-next:before {
  content: '';
  position: absolute;
  background-image: url(./images/arrow-right.svg);
  top: 0.86957rem;
  left: 1.08696rem;
  width: 0.73913rem;
  height: 0.73913rem;
}

.testimonial-slider .slider-prev {
  right: 2.73913rem;
}

.testimonial-slider .slider-prev:before {
  background-image: url(./images/arrow-left.svg);
}

.completed-project-slider .slider-prev,
.completed-project-slider .slider-next {
  display: block;
  display: block;
  top: 50%;
  right: 0.43478rem;
  border-color: #fff;
}

.completed-project-slider .slider-prev {
  left: 0.43478rem;
}

.completed-project-slider .slider-item {
  padding: 0 13px;
  max-width: 1044px;
  width: 75vw;
  position: relative;
}

.completed-project-slider .slider-item.slick-current .slider-content {
  cursor: auto;
}

.completed-project-slider .slider-item.slick-current .slider-content:before {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: transparent;
}

.completed-project-slider .slider-item.slick-current .slider-content .property-info {
  background-color: rgba(0, 0, 0, 0.72);
}

.completed-project-slider .slider-item.slick-current .slider-content .property-info .property-link {
  display: block;
}

.completed-project-slider .slider-item .slider-content {
  max-height: 654px;
  height: 50vw;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.completed-project-slider .slider-item .slider-content:before {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(186, 138, 98, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.completed-project-slider .slider-item .slider-content .property-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
  padding: 2.17391rem 2.6087rem;
  width: 100%;
  max-width: 20.30435rem;
  min-height: 4.34783rem;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.completed-project-slider .slider-item .slider-content .property-info .property-link {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: absolute;
  display: none;
  width: 2.95652rem;
  height: 3rem;
  background-color: #BA8A62;
  color: #fff;
  font-size: 2.91304rem;
  line-height: 1.86957rem;
  top: 0;
  right: 0;
  text-decoration: none;
}

.completed-project-slider .slider-item .slider-content .property-info .property-link:before {
  position: absolute;
  content: '';
  background-image: url("./images/add-icon.svg");
  background-repeat: no-repeat;
  width: 1.04348rem;
  height: 1.04348rem;
  top: 0.95652rem;
  left: 0.95652rem;
  background-size: cover;
}

.completed-project-slider .slider-item .slider-content .property-info h2 {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .completed-project-slider .slider-item .slider-content .property-info {
    padding: 0.86957rem;
    padding-right: 3.04348rem;
  }
  .completed-project-slider .slider-item .slider-content .property-info h2 {
    margin-bottom: 0.21739rem;
  }
}

@media screen and (max-width: 768px) {
  .completed-project-slider .slider-item {
    width: 100vw;
    padding: 0;
  }
  .completed-project-slider .slider-item .slider-content {
    height: 100vw;
  }
  .completed-project-slider .slider-item .slider-content .property-info {
    width: 100%;
    max-width: 100%;
    padding: 0.21739rem 0.86957rem;
    padding-right: 3.04348rem;
  }
}

.section-full-width-two-column-content {
  padding: 4.34783rem 0;
  padding-top: 8.69565rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .section-full-width-two-column-content.homepage-two-column-content {
    padding-top: 4.34783rem;
  }
}

@media screen and (max-width: 992px) {
  .section-full-width-two-column-content {
    padding: 2.17391rem 0;
  }
}

.section-full-width-two-column-content .col-left .col-content,
.section-full-width-two-column-content .col-right .col-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.section-full-width-two-column-content .col-left {
  width: 53%;
  padding: 5.3% 5.8%;
  position: relative;
  color: #fff;
}

.section-full-width-two-column-content .col-left:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BA8A62;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.section-full-width-two-column-content .col-left h1 {
  color: #fff;
}

.section-full-width-two-column-content .col-left .btn-link-white {
  margin-top: 1.08696rem;
}

.section-full-width-two-column-content .col-right {
  padding: 2.6% 2.8%;
  width: 47%;
}

.section-full-width-two-column-content.homepage-two-column-content {
  position: relative;
  padding-bottom: 0;
}

.section-full-width-two-column-content.homepage-two-column-content:before {
  content: '';
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .section-full-width-two-column-content .col-left,
  .section-full-width-two-column-content .col-right {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .section-full-width-two-column-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-full-width-two-column-content .col-left,
  .section-full-width-two-column-content .col-right {
    width: 100%;
    max-width: 100%;
  }
  .section-full-width-two-column-content .col-right {
    margin-top: 1.73913rem;
  }
}

.section-property-image-slider {
  margin: 4.34783rem 0 0;
}

.section-property-image-slider .slider .slider-item {
  max-height: 34.78261rem;
  height: 80vh;
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .section-property-image-slider .slider .slider-item {
    max-height: 16.52174rem;
  }
}

.section-property-image-slider .slider .slider-item .slider-content {
  position: absolute;
  bottom: 0;
  background-color: #040505;
  opacity: 0.5;
  font-size: 0.73913rem;
  height: 2.3913rem;
  padding: 0.52174rem 2.17391rem;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .section-property-image-slider .slider .slider-item .slider-content {
    padding: 0.52174rem 0.43478rem;
    font-size: 0.6087rem;
  }
}

.section-property-image-slider .slider .slider-prev,
.section-property-image-slider .slider .slider-next {
  position: absolute;
  width: 2.73913rem;
  height: 2.47826rem;
  bottom: 0;
  right: 0;
  left: auto;
  border: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #BA8A62;
}

.section-property-image-slider .slider .slider-prev:before,
.section-property-image-slider .slider .slider-next:before {
  content: '';
  position: absolute;
  background-image: url(./images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0.86957rem;
  left: 1.08696rem;
  width: 0.73913rem;
  height: 0.73913rem;
}

.section-property-image-slider .slider .slider-prev {
  right: 2.73913rem;
}

.section-property-image-slider .slider .slider-prev:before {
  background-image: url(./images/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.section-property-image-slider .slider .slick-dots {
  display: none !important;
}

.property-single-page .property-content {
  padding: 4.34783rem 0;
}

.property-single-page .property-content .section-property-description {
  margin: 0 0 1.30435rem;
  background-color: #000;
  color: #fff;
  padding: 3.47826rem 3.3913rem 3.17391rem;
}

@media screen and (max-width: 768px) {
  .property-single-page .property-content .section-property-description {
    padding: 1.73913rem 0.86957rem;
  }
}

@media screen and (min-width: 768px) {
  .property-single-page .property-content .section-property-description {
    margin-right: 0.43478rem;
  }
}

.property-single-page .property-content .section-property-description .title {
  color: #fff;
  margin-bottom: 1.45304rem;
}

.property-single-page .property-content .section-property-description .car-bath-bed {
  margin-bottom: 1.51565rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-single-page .property-content .section-property-description .car-bath-bed span {
  display: block;
  position: relative;
  padding-left: 2.17391rem;
  padding-right: 1.30435rem;
  font-size: 0.73913rem;
  float: left;
}

.property-single-page .property-content .section-property-description .car-bath-bed span.car {
  background-image: url(./images/garage-icon_wht.svg);
  background-repeat: no-repeat;
  width: 1.40783rem;
  height: 1.09043rem;
}

.property-single-page .property-content .section-property-description .car-bath-bed span.bath {
  background-image: url(./images/bathroom-icon_wht.svg);
  background-repeat: no-repeat;
  width: 1.45826rem;
  height: 1.17739rem;
}

.property-single-page .property-content .section-property-description .car-bath-bed span.bed {
  background-image: url(./images/bedroom-icon_wht.svg);
  background-repeat: no-repeat;
  width: 1.55478rem;
  height: 1.1013rem;
}

.property-single-page .property-content .section-property-description .description {
  margin-bottom: 1.30435rem;
}

.property-single-page .property-content .section-property-description .from-price .price {
  margin-top: 0.69565rem;
  color: #BA8A62;
  font-size: 2.17391rem;
  line-height: 1.52174rem;
  font-weight: 700;
}

.property-single-page .property-content .section-property-description .cta .btn-link-brown {
  margin-top: 2.17391rem;
  padding: 0.86957rem 1.95652rem;
}

@media screen and (max-width: 1200px) {
  .property-single-page .property-content .section-property-description .cta .btn-link-brown {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .property-single-page .property-content .section-property-description .cta .btn-link-brown:first-child {
    margin-right: 2.17391rem;
  }
}

.property-single-page .property-content .back-to-list {
  margin-bottom: 1.30435rem;
}

.property-single-page .property-content .back-to-list a {
  font-size: 0.65217rem;
  letter-spacing: 0.10435rem;
  color: #BA8A62;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 576px) {
  .property-single-page .container {
    padding-left: 0;
    padding-right: 0;
  }
  .property-single-page .property-content {
    padding: 0;
  }
  .property-single-page .property-content .back-to-list {
    padding-left: 8%;
    padding-right: 8%;
  }
  .property-single-page .property-content .specification-room-dimensions {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media screen and (min-width: 768px) {
  .section-property-attribute {
    margin-left: 0.43478rem;
  }
}

.section-property-attribute .property-gallery {
  padding: 0 0 1.30435rem;
}

.section-property-attribute .property-gallery .slider .slider-item {
  width: 800px;
  height: 500px;
}

.section-property-attribute .property-gallery .slider .slider-item .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-property-attribute .property-gallery .slider .slider-item .slide-content .property-image-link {
  text-decoration: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #BA8A62;
  display: block;
}

.section-property-attribute .property-gallery .slider .slider-item .slide-content .property-image-link:before {
  position: absolute;
  content: '';
  background-image: url(./images/add-icon.svg);
  background-repeat: no-repeat;
  top: 0.95652rem;
  left: 1.04348rem;
  width: 1.04348rem;
  height: 1.04348rem;
}

.section-property-attribute .property-gallery .slider .slider-prev,
.section-property-attribute .property-gallery .slider .slider-next {
  display: block;
  width: 40px;
  height: 60px;
  top: 45%;
  left: 0;
	right: auto;
  background-color: #BA8A62;
	border: none; 
	transform : none;
}

.section-property-attribute .property-gallery .slider .slider-prev::before,
.section-property-attribute .property-gallery .slider .slider-next::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 15px;
	right : auto;
	width: 20px;
	height: 20px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
}

.section-property-attribute .property-gallery .slider .slider-next {
  left: auto;
	right: 0;
}

.section-property-attribute .property-gallery .slider .slider-next::before {
	transform: rotate(225deg);
	left : auto;
	right: 15px;
}

.section-property-attribute .twod-plan {
  padding: 0 0 1.30435rem;
}

.section-property-attribute .twod-plan a {
  font-size: 0.65217rem;
  letter-spacing: 0.10435rem;
  color: #BA8A62;
  text-decoration: none;
  float: right;
  font-weight: 600;
}

.section-property-attribute .specification-room-dimensions {
  padding: 1.30435rem 0;
}

.section-property-attribute .specification-room-dimensions .specifications {
  padding-bottom: 1.30435rem;
}

.section-property-attribute .specification-room-dimensions .specifications h2 {
  margin-bottom: 0.86957rem;
}

.section-property-attribute .specification-room-dimensions .room-dimensions {
  padding-bottom: 1.30435rem;
}

.section-property-attribute .specification-room-dimensions .room-dimensions h2 {
  margin-bottom: 0.86957rem;
}

.section-single-column-video {
  padding-top: 4.52174rem;
  padding-bottom: 4.52174rem;
  text-align: center;
}

.section-single-column-video .text-wrapper {
  margin: 0 auto;
}

.section-single-column-video .text-wrapper h1 {
  margin-bottom: 2.17391rem;
}

.section-single-column-video .text-wrapper h3 {
  margin-bottom: 0.43478rem;
  font-style: normal;
  font-family: 'Nunito Sans', sans-serif, Tahoma, Arial !important;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .section-single-column-video {
    padding: 1.52174rem 0 3.6087rem;
    text-align: left;
  }
  .section-single-column-video iframe {
    width: 100%;
    height: 50vw;
  }
}

.section-single-column-content {
  padding: 4.78261rem 0 4.34783rem;
}

@media screen and (max-width: 768px) {
  .section-single-column-content {
    padding: 2.17391rem 0;
  }
}

.section-single-column-content h2, .section-single-column-content h3 {
  margin-bottom: .6em;
}

.site-links {
  background-color: #000;
  color: #fff;
  font-size: 0.78261rem;
  line-height: 1.30435rem;
  padding-top: 3.47826rem;
}

.site-links a {
  color: #BA8A62;
  text-decoration: none;
}

.site-links #footer-3-sidebar ul,
.site-links #footer-4-sidebar ul {
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-links #footer-3-sidebar ul li,
.site-links #footer-4-sidebar ul li {
  padding-bottom: 0.86957rem;
  text-align: right;
}

.site-links #footer-3-sidebar ul li a,
.site-links #footer-4-sidebar ul li a {
  font-weight: bold;
  font-size: 0.69565rem;
  line-height: 1.30435rem;
  letter-spacing: 0.1087rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}

.site-links #footer-3-sidebar ul li a:after,
.site-links #footer-4-sidebar ul li a:after {
  position: absolute;
  bottom: -0.43478rem;
  right: 0.21739rem;
  width: 0%;
  height: 2px;
  background-color: #BA8A62;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site-links #footer-3-sidebar ul li a:hover:after,
.site-links #footer-4-sidebar ul li a:hover:after {
  width: 70%;
}

@media screen and (max-width: 992px) {
  .site-links #footer-4-sidebar ul li,
  .site-links #footer-3-sidebar ul li {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .site-links {
    text-align: center;
  }
  .site-links #footer-4-sidebar ul li,
  .site-links #footer-3-sidebar ul li {
    text-align: center;
  }
  .site-links #footer-1-sidebar {
    padding-bottom: 1.30435rem;
  }
  .site-links #footer-1-sidebar img {
    margin-left: -2.17391rem;
  }
}

.site-copyright {
  background-color: #000;
  color: #fff;
  font-size: 0.73913rem;
}

.site-copyright .site-copyright-wrapper {
  border-top: 1px solid #707070;
  padding-top: 0.86957rem;
  padding-bottom: 3.73913rem;
}

.site-copyright a {
  color: #fff;
  text-decoration: none;
}

.site-copyright a:hover {
  color: #BA8A62;
}

.site-copyright .copyright-text {
  color: #9E9E9E;
}

.site-copyright .design-by {
  text-align: right;
  color: #9E9E9E;
}

@media screen and (max-width: 1200px) {
  .site-copyright .copyright-text,
  .site-copyright .links,
  .site-copyright .design-by {
    text-align: center;
  }
}

.footer-top-sidebar {
  padding-bottom: 5.21739rem;
}

@media screen and (max-width: 576px) {
  .footer-top-sidebar {
    padding-bottom: 1.73913rem;
  }
}

.footer-top-sidebar .wpcf7-form .get-in-touch h1 {
  text-align: center;
  color: #fff;
  margin: 2.91304rem 0;
  font-size: 2.6087rem;
  line-height: 1;
}

.footer-top-sidebar .wpcf7-form .get-in-touch input,
.footer-top-sidebar .wpcf7-form .get-in-touch select,
.footer-top-sidebar .wpcf7-form .get-in-touch textarea {
  width: 100%;
  padding: 15px;
  height: 70px;
  border-radius: 0;
  margin-bottom: 20px;
}

.footer-top-sidebar .wpcf7-form .get-in-touch input::-webkit-input-placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch select::-webkit-input-placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch textarea::-webkit-input-placeholder {
  text-align: center;
  color: #000;
}

.footer-top-sidebar .wpcf7-form .get-in-touch input:-ms-input-placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch select:-ms-input-placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch textarea:-ms-input-placeholder {
  text-align: center;
  color: #000;
}

.footer-top-sidebar .wpcf7-form .get-in-touch input::-ms-input-placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch select::-ms-input-placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch textarea::-ms-input-placeholder {
  text-align: center;
  color: #000;
}

.footer-top-sidebar .wpcf7-form .get-in-touch input::placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch select::placeholder,
.footer-top-sidebar .wpcf7-form .get-in-touch textarea::placeholder {
  text-align: center;
  color: #000;
}

.footer-top-sidebar .wpcf7-form .get-in-touch input[type="submit"] {
  max-width: 300px;
  float: right;
  color: #fff;
  border: 2px solid #BA8A62;
  background-color: #BA8A62;
  height: 2.6087rem;
  text-transform: none;
  font-style: normal;
  font-family: 'Abril Fatface', cursive, sans-serif, Tahoma, Arial, Helvetica !important;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .footer-top-sidebar .wpcf7-form .get-in-touch input[type="submit"] {
    max-width: 100%;
  }
}

.footer-top-sidebar .wpcf7-form .get-in-touch input[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #c29d68;
}

.footer-top-sidebar .wpcf7-form .get-in-touch textarea {
  height: 100%;
  max-height: 250px;
}

.footer-top-sidebar .wpcf7-form .get-in-touch textarea::-webkit-input-placeholder {
  text-align: left;
}

.footer-top-sidebar .wpcf7-form .get-in-touch textarea:-ms-input-placeholder {
  text-align: left;
}

.footer-top-sidebar .wpcf7-form .get-in-touch textarea::-ms-input-placeholder {
  text-align: left;
}

.footer-top-sidebar .wpcf7-form .get-in-touch textarea::placeholder {
  text-align: left;
}

.footer-top-sidebar .wpcf7-form .get-in-touch .ajax-loader {
  margin: 20px 15px 0 4px;
  float: right;
}

@media screen and (max-width: 992px) {
  .footer-top-sidebar .wpcf7-form .get-in-touch .ajax-loader {
    float: none;
  }
}

.footer-top-sidebar .wpcf7-form .get-in-touch span.wpcf7-not-valid-tip {
  color: #ba8a62;
  margin-top: -0.86957rem;
  margin-bottom: 0.21739rem;
}

body.page article.page {
  margin-top: 0;
  margin-bottom: 0;
}

body.single-post .site-main {
  margin: 2.17391rem 0;
  min-height: 26.08696rem;
}

body.error404 .site-main {
  margin: 13.04348rem 0;
  text-align: center;
}

body .no-results {
  padding: 4.34783rem 0;
}

body .completed-project-slider {
  margin-top: 1.73913rem;
}

body .our-process .our-process-steps {
  color: #fff;
}

body .our-process .our-process-steps h1 {
  color: #fff;
}

body .our-process .our-process-table {
  border: 1px solid #ddd;
}

body .our-process .our-process-table td {
  border: 1px solid #ddd;
  padding: 0.86957rem;
}

body .our-process .our-process-table td:first-child {
  width: 20%;
  font-weight: bold;
}

body .about-us .about-ben {
  color: #fff;
}

body .about-us .about-ben h1 {
  color: #fff;
  margin-bottom: 1.95652rem;
}

body .about-us .about-ben img {
  margin-right: 2.52174rem;
  margin-bottom: 1.73913rem;
}

@media screen and (max-width: 576px) {
  body .about-us .about-ben img {
    margin-right: 0.86957rem;
    margin-bottom: 0.86957rem;
  }
}

body .about-us .partner-logos {
  text-align: center;
}

body .about-us .partner-logos img {
  display: inline-block;
  text-align: center;
  margin: 40px;
}

body .about-us ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 576px) {
  body.home .homepage-two-column-content {
    padding-top: 0;
  }
  body.home .homepage-single-column-content {
    padding-bottom: 0;
  }
}

.popup-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

.popup-content {
  display: none;
  width: 52.17391rem;
  max-width: 90vw;
  padding: 1.08696rem;
  margin: 4.34783rem auto;
  position: absolute;
  background-color: #fff;
  color: #fff;
  z-index: 1000;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popup-content .close-popup {
  position: absolute;
  top: 0;
  right: 7px;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.popup-content .image-wrapper img {
  width: 100%;
}
/*# sourceMappingURL=bespokedesignerhomes.css.map */