@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap");
:root {
  font-size: 16px;
}

body,
html {
  font-size: 16px;
  font-family: "Rubik", sans-serif !important;
  color: #000;
  font-weight: 300;
}

h1,
.h1 {
  font-size: 3.125rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #000;
}

h2,
.h2 {
  font-size: 2.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #000;
}

h3,
.h3 {
  font-size: 1.75rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #000;
}

h4,
.h4 {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #000;
}

h5,
.h5 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #000;
}

h6,
.h6 {
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #000;
}

p {
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #000;
}

a {
  font-size: 1.125rem;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  color: #000;
}

.whiteHeader {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.whiteHeader .darklogo {
  display: block;
}
.whiteHeader .whitelogo {
  display: none;
}
.whiteHeader #primary-menu li a {
  color: #000 !important;
}
.whiteHeader #primary-menu li a:hover {
  border-bottom: 1px solid #000 !important;
}
.whiteHeader #primary-menu .current_page_item a {
  border-bottom: 1px solid #000 !important;
}
#sliderwrap {
  width: 100%;
}
#sliderwrap .homeslider {
  padding: 0;
}
#sliderwrap .homeslider .slides {
  display: flex;
  align-items: center;
  position: relative;
}
#sliderwrap .homeslider .slides img {
  object-fit: cover;
  width: 100%;
  max-height: 800px;
}
#sliderwrap .homeslider .slides .slidecopy {
  padding: 30px 60px;
  max-width: 45%;
  position: absolute;
}
#sliderwrap .homeslider .slides .slidecopy h1 {
  font-size: 2.66rem;
  font-family: "Rubik", sans-serif;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
#sliderwrap .homeslider .slides .slidecopy p {
  margin-bottom: 30px;
  font-size: 1.44rem;
  line-height: 1.2;
  color: #fff;
  font-family: "Rubik", sans-serif;
}
#sliderwrap .homeslider .slides .slidecopy a.whiteborderbtn {
  margin-top: 20px;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

.darklogo {
  display: none;
}

.site-header {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header .whitelogo {
  display: block;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

header {
  background: none;
}

header.whiteHeader {
  background: #fff !important;
}

header #topbar {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
}
header #topbar .logo {
  max-width: 250px;
}
header #topbar .logo img {
  max-width: 100%;
  width: 220px;
}
header #topbar .main-navigation .navbar-toggler {
  outline: none !important;
}
header #topbar .main-navigation #primary-menu > li {
  margin-right: 20px;
}
header #topbar .main-navigation #primary-menu > li:last-child {
  margin-right: 0;
}
header #topbar .main-navigation #primary-menu > li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #topbar .main-navigation #primary-menu > li a:hover {
  border-bottom: 1px solid #fff;
}
header #topbar .main-navigation #primary-menu .current_page_item a {
  border-bottom: 1px solid #fff;
}
header #topbar .main-navigation #primary-menu .dropdown-menu {
  background: #fff;
  border-radius: 0;
  width: 250px;
  padding: 0;
  border: 0;
}
header #topbar .main-navigation #primary-menu .dropdown-menu li {
  padding: 10px 10px 0 10px;
}
header #topbar .main-navigation #primary-menu .dropdown-menu li:hover {
  background: #000;
  text-decoration: none;
}
header #topbar .main-navigation #primary-menu .dropdown-menu li:hover a {
  border-bottom: 1px solid #000;
  color: #fff;
}
header #topbar .main-navigation #primary-menu .dropdown-menu li:last-child a {
  border-bottom: 0;
}
header #topbar .main-navigation #primary-menu .dropdown-menu li a {
  font-size: 0.88rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #b3b9c4;
}
header #topbar .main-navigation .lines {
  display: inline-block;
  height: 2px;
  width: 30px;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
  background-color: #000;
}
header #topbar .main-navigation .lines::before {
  background-color: #000;
  top: 8px;
  display: inline-block;
  height: 2px;
  width: 30px;
  border-radius: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}
header #topbar .main-navigation .lines:after {
  top: -8px;
  background-color: #000;
  display: inline-block;
  height: 2px;
  width: 30px;
  border-radius: 0;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform-origin: 2.85714px center;
  transform-origin: 2.85714px center;
  width: 100%;
}
header #topbar .main-navigation .active .lines {
  background: transparent !important;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
header #topbar .main-navigation .active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
}
header #topbar .main-navigation .active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 30px;
}

.whiteborderbtn {
  border: 1px solid #fff;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.whiteborderbtn:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
}

.blackborderbtn {
  border: 1px solid #000;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blackborderbtn:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

#ourstorywrap {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
#ourstorywrap .container .storyinwrap {
  display: flex;
  align-items: flex-start;
}
#ourstorywrap .container .storyinwrap .fl {
  width: 45%;
  padding: 0;
}
#ourstorywrap .container .storyinwrap .fl a.blackborderbtn {
  display: inline-block;
}
#ourstorywrap .container .storyinwrap .fr {
  right: 0;
  width: 50%;
  position: absolute;
}
#ourstorywrap .container .storyinwrap .fr img {
  width: 100%;
  height: auto;
}

#pagecopywrap {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
#pagecopywrap .container .copyinwrap {
  display: flex;
  align-items: center;
}
#pagecopywrap .container .copyinwrap .fl {
  width: 45%;
  padding: 0;
}
#pagecopywrap .container .copyinwrap .fl h3 {
  color: #8c8c8c;
}
#pagecopywrap .container .copyinwrap .fl p {
  font-size: 1.5rem;
}
#pagecopywrap .container .copyinwrap .fr {
  right: 0;
  width: 50%;
  position: absolute;
}
#pagecopywrap .container .copyinwrap .fr img {
  width: 100%;
  height: auto;
}

section h2 {
  font-weight: 700;
}

#custombuildwrap {
  padding: 80px 0;
  text-align: center;
  background: #f9f9f9;
  margin-top: 80px;
}
#custombuildwrap p {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
#custombuildwrap .customhomesthumb {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
#custombuildwrap .customhomesthumb img {
  width: 100%;
  height: auto;
}
#custombuildwrap .customhomesthumb .fl {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#custombuildwrap .customhomesthumb .fl .top {
  margin-bottom: 30px;
}
#custombuildwrap .customhomesthumb .fl .bottom {
  display: flex;
  justify-content: space-between;
}
#custombuildwrap .customhomesthumb .fl .bottom .b_fl {
  width: 50%;
  margin-right: 30px;
}
#custombuildwrap .customhomesthumb .fl .bottom .b_fr {
  width: 50%;
}
#custombuildwrap .customhomesthumb .fr {
  width: 30%;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#custombuildwrap .customhomesthumb .fr .fr_top {
  margin-bottom: 30px;
}

#twoequaldiv {
  padding: 80px 0;
}
#twoequaldiv .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#twoequaldiv .container .fl {
  width: 48%;
  text-align: center;
}
#twoequaldiv .container .fl img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#twoequaldiv .container .fl p {
  margin-bottom: 40px;
}
#twoequaldiv .container .fr {
  width: 48%;
  text-align: center;
}
#twoequaldiv .container .fr img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#twoequaldiv .container .fr p {
  margin-bottom: 40px;
}

#clientsaydiv {
  padding: 80px 0;
  background: url(images/clientsaybg.jpg) no-repeat 0 0;
  background-size: cover;
}
#clientsaydiv h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
#clientsaydiv .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#clientsaydiv .container h3 {
  font-size: 1.75rem;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}
#clientsaydiv .container .fl {
  width: 48%;
  text-align: center;
  background: #fff;
  padding: 30px;
}
#clientsaydiv .container .fl p {
  margin-bottom: 40px;
}
#clientsaydiv .container .fl .stars {
  background: url(images/stars.svg) no-repeat 0 0;
  background-size: 100%;
  width: 150px;
  height: 30px;
  margin: 0 auto;
}
#clientsaydiv .container .fr {
  width: 48%;
  text-align: center;
  background: #fff;
  padding: 30px;
}
#clientsaydiv .container .fr p {
  margin-bottom: 40px;
}
#clientsaydiv .container .fr .stars {
  background: url(images/stars.svg) no-repeat 0 0;
  background-size: 100%;
  width: 150px;
  height: 30px;
  margin: 0 auto;
}

#herobanner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
  overflow: hidden;
}
#herobanner .container {
  z-index: 10;
}
#herobanner .container h2 {
  color: #fff;
  text-align: center;
}
#herobanner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}

#breadcrumbswrap {
  background: #f9f9f9;
  padding: 10px 0;
}
#breadcrumbswrap .container .breadcrumbs {
  margin: 20px 0;
  color: #8c8c8c;
  font-family: "Rubik", sans-serif;
  font-size: 1.125rem;
}
#breadcrumbswrap .container .breadcrumbs a {
  color: #8c8c8c;
}

#previousworkwrap {
  padding: 80px 0;
}
#previousworkwrap h2 {
  text-align: center;
  color: #000;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
  margin: 10px !important;
  position: relative;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(images/plus.svg) no-repeat center center;
  background-size: 32px;
  z-index: 9;
  top: 0;
  margin: 0 auto;
}

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
  width: 33.33%;
}

#storyslides {
  margin-top: 50px;
}
#storyslides .storyslide {
  margin-left: 5%;
}
#storyslides .storyslide .slick-prev {
  z-index: 10;
  right: inherit;
  left: 30px;
  top: 50%;
}
#storyslides .storyslide .slick-slide {
  margin: 0 20px;
}
#storyslides .storyslide .slick-next {
  top: 50%;
}

footer {
  background: #000;
  padding: 40px 0;
  color: #fff;
  font-weight: 300;
}
footer #topbar {
  display: flex;
  justify-content: space-between;
}
footer #topbar .footerlogo {
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
footer #topbar .footerlogo a {
  margin-bottom: 40px;
}
footer #topbar .footerlogo img {
  max-width: 225px;
}
footer #topbar #footer-menu-wrap {
  width: 33.33%;
}
footer #topbar #footer-menu-wrap #footer-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
footer #topbar #footer-menu-wrap #footer-menu li {
  list-style: none;
  width: 40%;
  border-bottom: 1px solid #e1e2e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
footer #topbar #footer-menu-wrap #footer-menu li a {
  color: #fff;
}
footer #topbar #copyright {
  width: 33.33%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 70px;
}
footer #topbar #copyright a.whiteborderbtn {
  display: inline;
  margin-right: 20px;
}
footer #topbar #copyright img {
  width: 40px;
}

#ourprocesswrap {
  padding: 80px 0;
}
#ourprocesswrap .container {
  display: flex;
  justify-content: space-between;
}
#ourprocesswrap .container .fl {
  width: 45%;
}
#ourprocesswrap .container .fr {
  width: 45%;
}

#missionwrap {
  background: #000;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
#missionwrap h2 {
  text-align: center;
  color: #fff;
}
#missionwrap p {
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
}

#meetteamwrap {
  padding: 80px 0;
}
#meetteamwrap h2 {
  text-align: center;
  margin-bottom: 40px;
}
#meetteamwrap .container {
  display: flex;
  justify-content: space-between;
}
#meetteamwrap .container .teamlist {
  width: calc(33.33% - 20px);
  -webkit-box-shadow: -1px 0px 8px 0px #949494;
  -moz-box-shadow: -1px 0px 8px 0px #949494;
  box-shadow: -1px 0px 8px 0px #949494;
  margin-right: 20px;
}
#meetteamwrap .container .teamlist:last-child {
  margin-right: 0;
}
#meetteamwrap .container .teamlist img {
  width: 100%;
  height: auto;
}
#meetteamwrap .container .teamlist .caption {
  background: #fff;
  padding: 10px;
  text-align: center;
}
#meetteamwrap .container .teamlist .caption h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
#meetteamwrap .container .teamlist .caption h5 {
  font-weight: 300;
  color: #8c8c8c;
  font-size: 1.125rem;
}

@media only screen and (max-width: 991px) {
  :root {
    font-size: 14px;
  }

  h1,
.h1 {
    font-size: 4.8rem;
  }

  h2,
.h2 {
    font-size: 3.8rem;
  }

  header {
    background: #fff;
    z-index: 10;
  }
  header .darklogo {
    display: block;
  }
  header .whitelogo {
    display: none !important;
  }
  header .container {
    padding: 0;
  }
  header .container #topbar {
    display: block;
  }
  header .container #topbar .logo {
    max-width: 250px;
    padding: 0 10px;
  }
  header .container #topbar .logo img {
    max-width: 60%;
    margin-left: 10px;
  }
  header .container #topbar .main-navigation {
    padding: 0;
  }
  header .container #topbar .main-navigation #primary-menu > li {
    border-bottom: 1px solid #e1e2e5;
  }
  header .container #topbar .main-navigation #primary-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
  }
  header .container #topbar .main-navigation #primary-menu > li .dropdown-toggle:after {
    background: url(images/arrowdown.svg) no-repeat center;
    background-size: 15px;
    right: 0;
    position: absolute;
    border: 0;
    width: 30px;
    height: 30px;
    top: 0;
  }
  header .container #topbar .main-navigation #primary-menu .dropdown-menu {
    background: #e5e8ea;
    border-radius: 0;
    width: 100%;
  }
  header .container #topbar .main-navigation #primary-menu .dropdown-menu li {
    padding: 10px 10px 0 10px;
  }
  header .container #topbar .main-navigation #primary-menu .dropdown-menu li:last-child a {
    border-bottom: 0 solid #fff;
  }
  header .container #topbar .main-navigation #primary-menu .dropdown-menu li:hover a {
    border-bottom: 1px solid #000;
  }
  header .container #topbar .main-navigation #primary-menu .dropdown-menu li a {
    border-bottom: 1px solid #fff;
  }
  header .container #topbar .main-navigation button {
    position: absolute;
    top: -60px;
    right: 0;
  }

  #sliderwrap .homeslider .slides img {
    max-height: 600px;
  }
  #sliderwrap .homeslider .slides .slidecopy {
    padding: 10px;
    max-width: 80%;
    position: absolute;
  }
  #sliderwrap .homeslider .slides .slidecopy h1 {
    margin-top: 30px;
  }

  #ourstorywrap {
    padding: 30px 0;
  }
  #ourstorywrap .container .storyinwrap {
    display: block;
  }
  #ourstorywrap .container .storyinwrap .fl {
    width: 100%;
    margin-bottom: 40px;
  }
  #ourstorywrap .container .storyinwrap .fr {
    width: 100%;
    position: relative;
  }

  #custombuildwrap {
    padding: 30px 0;
    margin-top: 0;
  }

  #twoequaldiv {
    padding: 30px 0;
  }
  #twoequaldiv .container {
    display: block;
  }
  #twoequaldiv .container .fl {
    width: 100%;
    margin-bottom: 40px;
  }
  #twoequaldiv .container .fr {
    width: 100%;
  }

  #clientsaydiv {
    padding: 30px 0;
  }
  #clientsaydiv h2 {
    margin-bottom: 40px;
  }
  #clientsaydiv .container {
    display: block;
  }
  #clientsaydiv .container .fl {
    width: 100%;
    margin-bottom: 30px;
  }
  #clientsaydiv .container .fr {
    width: 100%;
  }

  footer #topbar {
    display: block;
  }
  footer #topbar .footerlogo {
    width: 100%;
    margin-bottom: 30px;
  }
  footer #topbar #footer-menu-wrap {
    width: 100%;
  }
  footer #topbar #copyright {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }

  .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 5px !important;
    position: relative;
  }

  #pagecopywrap {
    padding: 30px 0;
  }
  #pagecopywrap .container .copyinwrap {
    display: block;
  }
  #pagecopywrap .container .copyinwrap .fl {
    width: 100%;
  }
  #pagecopywrap .container .copyinwrap .fr {
    width: 100%;
    position: relative;
  }

  #ourprocesswrap {
    padding: 30px 0;
  }
  #ourprocesswrap .container {
    display: block;
  }
  #ourprocesswrap .container .fl {
    width: 100%;
  }
  #ourprocesswrap .container .fr {
    width: 100%;
  }

  #meetteamwrap {
    padding: 30px 0;
  }
  #meetteamwrap .container {
    display: block;
  }
  #meetteamwrap .container .teamlist {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #storyslides .slick-slide img {
    max-height: 200px;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  h1,
.h1 {
    font-size: 4.6rem;
  }

  h2,
.h2 {
    font-size: 3.2rem;
  }

  h3,
.h3 {
    font-size: 2.8rem;
  }

  h4,
.h4 {
    font-size: 2.4rem;
  }

  h5,
.h5 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 576px) {
  h1,
.h1 {
    font-size: 4.4rem;
  }

  h2,
.h2 {
    font-size: 3rem;
  }

  h3,
.h3 {
    font-size: 2.6rem;
  }

  h4,
.h4 {
    font-size: 2.2rem;
  }

  h5,
.h5 {
    font-size: 1.8rem;
  }

  h6,
.h6 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.6rem;
  }

  a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 430px) {
  h1,
.h1 {
    font-size: 4.2rem;
  }

  h2,
.h2 {
    font-size: 3rem;
  }

  h3,
.h3 {
    font-size: 2.6rem;
  }

  h4,
.h4 {
    font-size: 2.2rem;
  }

  h5,
.h5 {
    font-size: 1.7rem;
  }

  h6,
.h6 {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.5rem;
  }

  a {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=output.css.map */
