:root {
  --red: #B22222;
  --maroon: #8B1010;
  --brown: #A39784;
  --blue: #4A6572;
  --black: #333333;
  --body: #555555;
  --white: #FFFFFF;
  --gray: #777777;
  --uiOne: #F4F4F4;
  --uiTwo: #E9E9E9;
  --uiThree: #A39784;
  --padding: 60px;
  --opensans: 'Open Sans', sans-serif;
  --fontawesome: 'Font Awesome 6 Pro';
  --crimson: 'Crimson Text';
  --montserrat: 'Montserrat';
}
b,
optgroup,
strong {
  font-weight: 600;
}
.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.halign {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.vhalign {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
body {
  color: var(--black);
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  background-color: transparent;
  padding-top: 0;
  margin: 0 !important;
  overflow-x: hidden;
}
body .fauxlink {
  cursor: pointer;
}
body .sitemap-content a {
  color: var(--maroon);
}
body h1,
body .h1 {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 3.84px;
}
body .heading.headline {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 6.72px;
  text-transform: uppercase;
}
body h2,
body .h2 {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
body h3,
body .h3 {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
}
body h4,
body .h4 {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
}
body h5,
body .h5 {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
}
body h6,
body .h6 {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body .subtitle {
  color: var(--black);
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
body .richtext b {
  font-weight: 700;
}
body .richtext a {
  color: var(--red);
  text-decoration: underline;
}
body .richtext a:hover {
  color: var(--black);
  text-decoration: none;
}
body .richtext ul {
  padding: 0;
  list-style: none;
}
body .richtext ul li {
  padding: 5px 0 5px 24px;
  position: relative;
}
body .richtext ul li:before {
  font-family: var(--fontawesome);
  content: "\f111";
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 5px;
}
body .richtext ul li ul {
  margin: 10px 0;
}
body .richtext.narrow {
  margin: 0 auto;
  max-width: 631px;
}
body p.large {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.36px;
}
body ul.fancy {
  padding: 0;
  list-style: none;
}
body ul.fancy li {
  padding: 5px 0 5px 24px;
  position: relative;
}
body ul.fancy li:before {
  font-family: var(--fontawesome);
  content: "\f111";
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 5px;
}
body ul.fancy li ul {
  margin: 10px 0;
}
.heading-container {
  position: relative;
  padding-left: 60px;
  margin-bottom: 18px;
}
.heading-container:before {
  width: 50px;
  height: 1px;
  background: var(--red);
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.block.bg-black,
.block .bg-black {
  background: #000000;
}
.block.bg-black .heading,
.block.bg-black p,
.block.bg-black ul li,
.block.bg-black ol li,
.block.bg-black a:not(.button),
.block .bg-black .heading,
.block .bg-black p,
.block .bg-black ul li,
.block .bg-black ol li,
.block .bg-black a:not(.button) {
  color: var(--white);
}
.block.bg-gray,
.block .bg-gray {
  background: var(--uiOne);
}
.block.primary-bg,
.block .primary-bg {
  background: ;
}
.block.primary-bg .heading,
.block.primary-bg p,
.block.primary-bg ul li,
.block.primary-bg ol li,
.block.primary-bg a:not(.button),
.block .primary-bg .heading,
.block .primary-bg p,
.block .primary-bg ul li,
.block .primary-bg ol li,
.block .primary-bg a:not(.button) {
  color: ;
}
.block.primary-bg a:not(.button):hover,
.block .primary-bg a:not(.button):hover {
  color: ;
}
.block.bg-dark-image .heading,
.block.bg-dark-image p,
.block.bg-dark-image ul li,
.block.bg-dark-image ol li,
.block.bg-dark-image a:not(.button),
.block .bg-dark-image .heading,
.block .bg-dark-image p,
.block .bg-dark-image ul li,
.block .bg-dark-image ol li,
.block .bg-dark-image a:not(.button) {
  color: var(--white);
}
.block.bg-dark-image .btn-transparent,
.block .bg-dark-image .btn-transparent {
  color: var(--white);
}
.block.bg-white-overlay,
.block .bg-white-overlay {
  position: relative;
}
.block.bg-white-overlay:before,
.block .bg-white-overlay:before {
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 1;
}
.block.bg-white-overlay >*,
.block .bg-white-overlay >* {
  position: relative;
  z-index: 2;
}
.block.bg-white-overlay .heading,
.block.bg-white-overlay p,
.block.bg-white-overlay ul li,
.block.bg-white-overlay ol li,
.block.bg-white-overlay a:not(.button),
.block .bg-white-overlay .heading,
.block .bg-white-overlay p,
.block .bg-white-overlay ul li,
.block .bg-white-overlay ol li,
.block .bg-white-overlay a:not(.button) {
  color: var(--black);
}
.block.bg-white-overlay .btn-transparent,
.block .bg-white-overlay .btn-transparent {
  color: var(--black);
}
#id-1 .block-3 .nested {
  position: sticky;
  top: 120px;
}
#id-1 .bg-image-left {
  position: relative;
}
#id-1 .bg-image-left:before {
  content: "";
  width: 100%;
  height: 200px;
  background-image: url(/assets/images/content/backgroundlogo.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 400px;
}
.nested .block {
  padding: 32px 0;
}
.nested .bg-white-overlay {
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  padding: 40px 0;
}
@media only screen and (max-width: 1199px) {
  .nested .column:not(.w100):first-child {
    padding-left: 0 !important;
  }
  .nested .column:not(.w100):last-child:not(.w100) {
    padding-right: 0 !important;
  }
  .align-buttons-right .button {
    float: right;
  }
}
@media only screen and (max-width: 1199px) {
  .nested .column.w100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .align-buttons-right .button {
    float: right;
  }
}
.button {
  text-align: center;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 16px 24px;
  background: var(--red);
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid transparent;
  color: var(--white);
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.button:hover,
.button:focus {
  color: var(--white);
  background: var(--maroon);
  text-decoration: none;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}
.button.btn-transparent {
  color: var(--black);
  background: #fff;
  border-color: var(--red);
}
.button.btn-transparent:hover,
.button.btn-transparent:focus {
  color: var(--white);
  background: var(--red);
}
.button.btn-white {
  color: var(--black);
  background: var(--white);
}
.button.btn-white:hover,
.button.btn-white:focus {
  color: var(--white);
  background: var(--brown);
}
.button.btn-bordered {
  color: var(--black);
  background: transparent;
  padding: 16px 6px;
  border-bottom-color: var(--red);
  position: relative;
}
.button.btn-bordered:after {
  font-family: var(--fontawesome);
  content: "\f178";
  color: var(--red);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  opacity: 0;
  transition: .2s ease-in opacity;
}
.button.btn-bordered:hover,
.button.btn-bordered:focus {
  box-shadow: none;
  padding-right: 24px;
}
.button.btn-bordered:hover:after,
.button.btn-bordered:focus:after {
  opacity: 1;
  transition: .2s ease-in opacity;
}
.button + .button {
  margin-top: 18px;
}
.button:only-child {
  margin-left: auto;
  float: right;
}
#header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: ;
}
#header.scrolling {
  background: var(--white);
  box-shadow: 0px 10px 24px rgba(0,0,0,0.1);
}
#header.scrolling .logo img {
  filter: none;
}
#header.scrolling #primary-toggle {
  filter: unset;
}
#header.scrolling #header-top *,
#header.scrolling #header-bottom * {
  color: var(--black);
}
#header.scrolling #header-top *:hover,
#header.scrolling #header-bottom *:hover {
  color: var(--red);
}
#header.scrolling #header-top .search-form,
#header.scrolling #header-bottom .search-form {
  border-color: var(--black);
}
#header.scrolling #header-top .search-form input::placeholder,
#header.scrolling #header-bottom .search-form input::placeholder {
  color: var(--black);
}
@media only screen and (max-width: 1199px),only screen and (max-width: 767px) {
  #header nav {
    display: none;
  }
  #header #primary-toggle {
    width: 40px;
    height: 40px;
    background: url(/assets/images/template/mobile-menu-icon.svg) center center / contain no-repeat;
    position: absolute;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
  #header #primary-toggle.active {
    background-image: url(/assets/images/template/close.svg);
    background-size: 60%;
  }
}
#header-top .constrain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 240px;
}
#header-top .constrain:before,
#header-top .constrain:after {
  display: none;
}
#header-top .search-form {
  padding: 6px 25px 6px 6px;
  border-bottom: 0.5px solid rgba(255,255,255,0.6);
  margin: 0;
  width: auto;
}
#header-top .search-form input {
  width: 293px;
  border: 0;
  color: rgba(255,255,255,0.6);
  font-family: var(--montserrat);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}
#header-top .search-form input::placeholder {
  color: rgba(255,255,255,0.6);
  font-family: var(--montserrat);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}
#header-top .search-form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  color: var(--white);
}
#header-top .tel {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.36px;
}
#header-top .tel:hover {
  color: var(--red);
}
#header-top .social-icons a {
  padding: 0 12px;
  color: var(--white);
  font-size: 20px;
}
#header-top .social-icons a:hover {
  color: var(--red);
}
#header-bottom .constrain {
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 240px;
  column-gap: 30px;
  position: relative;
}
#header-bottom .logo {
  width: 209px;
  position: absolute;
  left: 0;
  bottom: 15px;
}
#header-bottom .logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
#header-bottom .button {
  margin: auto 0;
  color: var(--white) !important;
}
@media only screen and (max-width: 1199px) {
  #header-bottom .button {
    display: none;
  }
}
#global-nav a {
  color: var(--white);
  font-family: var(--montserrat);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.24px;
}
#global-nav a:hover {
  color: var(--red);
}
#primary-nav li:hover >ul {
  display: block;
}
#primary-nav li:hover >a:after {
  opacity: 1;
}
#primary-nav >li:first-child >a {
  padding-left: 0;
}
#primary-nav >li:last-child >a {
  padding-right: 0;
}
#primary-nav >li >a {
  color: var(--white);
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
#primary-nav >li >a:after {
  height: 2px;
  width: 100%;
  background: var(--red);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#primary-nav >li >a >i {
  display: none;
}
#primary-nav >li >ul {
  left: 240px;
  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
}
#primary-nav >li >ul >li {
  width: 33.33%;
}
#home-banner .slide {
  overflow: hidden;
}
#home-banner .slide:before {
  background: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 18.55%), rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#home-banner .slide .caption {
  z-index: 2;
}
#home-banner h1,
#home-banner .h1 {
  color: var(--Text-White,#FFF);
  text-align: center;
  font-family: var(--montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  padding-bottom: 14px;
  position: relative;
}
#home-banner h1:after,
#home-banner .h1:after {
  content: "";
  width: 45px;
  height: 1px;
  background: var(--red);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
#home-banner .headline {
  color: var(--white);
}
#home-banner .caption {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 16px;
}
#home-banner .caption >* {
  margin: 0 auto;
}
#home-banner .caption p {
  color: var(--white);
  margin: 0 auto;
  max-width: 894px;
  font-size: 18px;
}
#inner-banner .crumb-container {
  position: absolute;
  left: calc(50vw - 600px);
  top: 110px;
  z-index: 3;
}
#inner-banner a:hover {
  color: var(--white);
}
.buckets .heading {
  color: var(--white);
  text-align: center;
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.buckets.bucket-tpl {
  margin: 32px -15px;
}
.buckets.bucket-tpl + .button {
  margin-top: 16px;
}
.buckets.bucket-tpl .bucket {
  padding: 0 8px;
}
.buckets.bucket-tpl .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 210px;
  width: 100%;
}
.buckets.bucket-tpl .item >* {
  flex: 1;
}
@media only screen and (min-width: 1199px) {
  .buckets.bucket-tpl .item:hover .image:before {
    opacity: 0;
    transition: opacity 400ms linear;
  }
  .buckets.bucket-tpl .item:hover .image:after {
    opacity: 1;
    transition: opacity 400ms linear;
  }
  .buckets.bucket-tpl .item:hover .content {
    transform: translateY(0);
    transition: transform 500ms cubic-bezier(0.45,1.45,0.8,1);
  }
  .buckets.bucket-tpl .item:hover .button {
    opacity: 1;
    visibility: visible;
  }
}
.buckets.bucket-tpl .image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.buckets.bucket-tpl .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.buckets.bucket-tpl .image:before {
  opacity: 1;
  transition: opacity 400ms linear;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.08) 9.5%, rgba(0, 0, 0, 0.50) 31.5%);
  position: absolute;
  left: 0;
  top: 45%;
}
.buckets.bucket-tpl .image:after {
  background: rgba(0,0,0,0.8);
  opacity: 1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 400ms linear;
}
.buckets.bucket-tpl .content {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  transform: translateY(45%);
  transition: transform 800ms cubic-bezier(0.45,1.45,0.8,1), opacity 800ms ease-out;
}
.buckets.bucket-tpl .content .heading {
  margin-bottom: 12px;
}
.buckets.bucket-tpl .button {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 800ms ease;
}
.buckets.bucket-tall-tpl {
  margin: 32px -8px;
}
.buckets.bucket-tall-tpl + .button {
  margin-top: 16px;
}
.buckets.bucket-tall-tpl .bucket {
  padding: 0 8px;
}
.buckets.bucket-tall-tpl .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 297px;
  width: 100%;
}
.buckets.bucket-tall-tpl .item >* {
  flex: 1;
}
@media only screen and (min-width: 1199px) {
  .buckets.bucket-tall-tpl .item:hover .image:before {
    opacity: 0;
    transition: opacity 400ms linear;
  }
  .buckets.bucket-tall-tpl .item:hover .image:after {
    opacity: 1;
    transition: opacity 400ms linear;
  }
  .buckets.bucket-tall-tpl .item:hover .content {
    padding: 0;
    justify-content: center;
    transform: translateY(0);
    transition: transform 500ms cubic-bezier(0.45,1.45,0.8,1);
  }
  .buckets.bucket-tall-tpl .item:hover p,
  .buckets.bucket-tall-tpl .item:hover .button {
    opacity: 1;
    visibility: visible;
  }
}
.buckets.bucket-tall-tpl .image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.buckets.bucket-tall-tpl .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.buckets.bucket-tall-tpl .image:before {
  opacity: 1;
  transition: opacity 800ms linear;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.08) 9.5%, rgba(0, 0, 0, 0.50) 31.5%);
  position: absolute;
  left: 0;
  top: 45%;
}
.buckets.bucket-tall-tpl .image:after {
  background: rgba(0,0,0,0.8);
  opacity: 1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 800ms linear;
}
.buckets.bucket-tall-tpl .content {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 40px;
  overflow: hidden;
  transform: translateY(55%);
  transition: transform 800ms cubic-bezier(0.45,1.45,0.8,1), opacity 800ms ease-out;
}
.buckets.bucket-tall-tpl .content .heading {
  margin-bottom: 12px;
}
.buckets.bucket-tall-tpl .content p {
  color: var(--white);
  text-align: center;
  max-width: 70%;
  margin: 8px auto;
}
.buckets.bucket-tall-tpl p,
.buckets.bucket-tall-tpl .button {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 800ms ease;
}
.buckets.bucket-text-tpl + .button {
  margin-top: 16px;
}
.buckets.bucket-text-tpl .bucket {
  padding: 0 8px;
}
.buckets.bucket-text-tpl .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 325px;
  width: 100%;
}
.buckets.bucket-text-tpl .item >* {
  flex: 1;
}
@media only screen and (min-width: 1199px) {
  .buckets.bucket-text-tpl .item:hover .image:before {
    opacity: 0;
    transition: opacity 400ms linear;
  }
  .buckets.bucket-text-tpl .item:hover .image:after {
    opacity: 1;
    transition: opacity 400ms linear;
  }
  .buckets.bucket-text-tpl .item:hover .content {
    transform: translateY(0);
    transition: transform 500ms cubic-bezier(0.45,1.45,0.8,1);
  }
  .buckets.bucket-text-tpl .item:hover p,
  .buckets.bucket-text-tpl .item:hover .button {
    opacity: 1;
    visibility: visible;
  }
}
.buckets.bucket-text-tpl .image {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.buckets.bucket-text-tpl .image img {
  max-width: none;
  height: 100%;
}
.buckets.bucket-text-tpl .image:before {
  opacity: 1;
  transition: opacity 800ms linear;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 0;
  top: 0%;
}
.buckets.bucket-text-tpl .image:after {
  background: rgba(0,0,0,0.8);
  opacity: 1;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 800ms linear;
}
.buckets.bucket-text-tpl .content {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  transform: translateY(23%);
  transition: transform 800ms cubic-bezier(0.45,1.45,0.8,1), opacity 800ms ease-out;
  color: var(--white);
  text-align: center;
  padding: 0 16%;
}
.buckets.bucket-text-tpl .content .heading,
.buckets.bucket-text-tpl .content p {
  margin-bottom: 12px;
}
.buckets.bucket-text-tpl p,
.buckets.bucket-text-tpl .button {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 800ms ease;
}
.buckets.bucket-text-tpl .button {
  color: var(--white);
}
.buckets.bucket-homes-tpl .item {
  padding: 0;
}
@media only screen and (min-width: 1199px) {
  .buckets.bucket-homes-tpl .item:hover .image img {
    transition: transform 0.3s ease;
    transform: scale(1.1);
  }
}
.buckets.bucket-homes-tpl .image {
  height: 354px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .buckets.bucket-homes-tpl .image {
    height: 300px;
  }
}
.buckets.bucket-homes-tpl .image img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.buckets.bucket-homes-tpl .content {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
}
.buckets.bucket-homes-tpl .h4 {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.buckets.bucket-homes-tpl .home-info,
.buckets.bucket-homes-tpl .title-cont {
  display: flex;
  flex-wrap: wrap;
  color: var(--body);
}
.buckets.bucket-homes-tpl .title-cont {
  justify-content: space-between;
}
.buckets.bucket-homes-tpl .info:not(.sqft):after {
  content: "|";
  margin: 0 8px;
}
.buckets.bucket-homes-tpl .carousel .bucket {
  padding: 0 16px;
}
.buckets.bucket-homes-tpl .carousel .image {
  height: 160px;
}
.slider-btn-container {
  position: relative;
  height: 50px;
  max-width: 120px;
  margin-top: 32px;
}
.slider-btn-container .slick-prev {
  left: 0;
}
.slider-btn-container .slick-prev:before {
  content: "\f060";
}
.slider-btn-container .slick-next {
  right: 0;
}
.slider-btn-container .slick-next:before {
  content: "\f061";
}
.slider-btn-container .slick-arrow {
  height: 44px;
  width: 44px;
  border: 1px solid var(--black);
  background: var(--white);
  text-align: center;
  border-radius: 100%;
}
.slider-btn-container .slick-arrow:before {
  font-family: var(--fontawesome);
  color: var(--black);
  opacity: 1;
}
.slider-btn-container .slick-arrow:hover {
  background: var(--black);
  border-color: var(--white);
}
.slider-btn-container .slick-arrow:hover:before {
  color: var(--white);
}
.carousel .slick-prev {
  left: 10% !important;
}
.carousel .slick-prev:before {
  content: "\f060" !important;
}
.carousel .slick-next {
  right: 10% !important;
}
.carousel .slick-next:before {
  content: "\f061" !important;
}
.carousel .slick-arrow {
  height: 44px;
  width: 44px;
  background: var(--white);
  text-align: center;
  border-radius: 100%;
  top: unset;
  transform: none;
  bottom: -10px;
  z-index: 9;
}
.carousel .slick-arrow:before {
  font-family: var(--fontawesome);
  color: var(--black);
  opacity: 1;
}
.carousel .slick-arrow:hover {
  background: var(--black);
}
.carousel .slick-arrow:hover:before {
  color: var(--white);
}
.simplesearch-result a {
  color: var(--red);
}
.simplesearch-result a:hover {
  color: var(--black);
  text-decoration: underline;
}
.testimonials {
  position: relative;
  margin: 32px 0;
}
.testimonials .slick-slider {
  padding-bottom: 0;
  margin-bottom: 0;
}
.testimonials .item {
  position: relative;
  padding: 0 23px;
  text-align: center;
}
.testimonials .item:before {
  content: '';
  width: 40px;
  height: 30px;
  background: url("/assets/images/template/quotes.svg") center center no-repeat transparent;
  filter: brightness(0) saturate(100%) invert(92%) sepia(3%) saturate(0%) hue-rotate(113deg) brightness(94%) contrast(96%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
}
.testimonials .subtitle {
  display: block;
  margin-bottom: 10px;
}
.testimonials .author {
  display: block;
  font-weight: 600;
}
.quote .content {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
}
.quote .source {
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.gallery .img-wrapper a {
  overflow: hidden;
}
.gallery .img-wrapper .image {
  transition: transform 0.3s ease;
  transform: scale(1);
  transform-origin: center;
}
.gallery .img-wrapper:hover .image {
  transition: transform 0.3s ease;
  transform: scale(1.1);
  transform-origin: center;
}
.gallery.default {
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 32px;
}
.gallery.default .img-wrapper {
  margin: 0;
  padding: 4px;
  height: 272px;
}
.gallery.default .button-image .item {
  position: relative;
}
.gallery.default .button-image .button-container {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(0,0,0,0.7);
  display: flex;
}
.gallery.default .button-image .button {
  height: auto;
  margin: auto;
}
.gallery.gallery-detail {
  height: 420px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: repeat(2,1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.gallery.gallery-detail .img-wrapper:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}
.gallery.gallery-detail .img-wrapper:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}
.gallery.gallery-detail .img-wrapper:nth-child(3) {
  grid-area: 1 / 4 / 2 / 5;
}
.gallery.gallery-detail .img-wrapper:nth-child(4) {
  grid-area: 2 / 3 / 3 / 4;
}
.gallery.gallery-detail .img-wrapper:nth-child(5) {
  grid-area: 2 / 4 / 3 / 5;
}
.gallery.gallery-detail .img-wrapper {
  height: unset;
}
.home-gal-wrap {
  position: relative;
}
.home-gal-wrap .button {
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.panel-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 24px 0;
}
.panel-group .panel {
  background: transparent;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  margin-bottom: 8px;
}
.panel-group .panel + .panel {
  margin-top: 8px;
}
.panel-group .panel-heading {
  background: var(--white);
}
.panel-group .panel-heading a {
  border-bottom: 1px solid #D3D4D8;
  font-family: var(--montserrat);
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  padding: 16px 40px 16px 15px;
  color: var(--navy);
}
.panel-group .panel-heading a:before {
  z-index: 2;
  color: var(--red);
}
.panel-group .panel-heading a[aria-expanded="true"] {
  background: var(--white);
}
.panel-group .panel-body {
  background: var(--white);
  border: none;
  border-radius: 0;
}
.panel-group .panel-body .subtitle,
.panel-group .panel-body .heading,
.panel-group .panel-body h1,
.panel-group .panel-body .h1,
.panel-group .panel-body h2,
.panel-group .panel-body .h2,
.panel-group .panel-body h3,
.panel-group .panel-body .h3,
.panel-group .panel-body h4,
.panel-group .panel-body .h4,
.panel-group .panel-body h5,
.panel-group .panel-body .h5,
.panel-group .panel-body h6,
.panel-group .panel-body .h6,
.panel-group .panel-body .richtext li:before,
.panel-group .panel-body .richtext li,
.panel-group .panel-body p,
.panel-group .panel-body .richtext a {
  color: #606060;
}
.tabbed-content .nav-tabs {
  text-align: left;
  border: 0;
}
.tabbed-content .nav-tabs a {
  padding: 17px 40px;
  background: var(--uiOne);
  color: var(--black);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.84px;
  text-transform: uppercase;
}
.tabbed-content .nav-tabs a:hover,
.tabbed-content .nav-tabs a:focus {
  border: 0;
  background: var(--red);
  color: var(--white);
}
.tabbed-content .nav-tabs .active a,
.tabbed-content .nav-tabs .active a:focus {
  border: 0;
  background: var(--red);
  color: var(--white);
}
.tabbed-content .tab-content {
  border: 1px solid var(--UI-02,#E9E9E9);
}
.hr.red-line {
  background: var(--red);
  position: relative;
  right: 40%;
}
.image-text-blocks {
  margin: 48px 0;
  margin-bottom: 64px;
}
.image-text-blocks .image-text-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 16px;
  margin-bottom: 16px;
}
.image-text-blocks .image {
  background-size: contain;
  height: 50px;
  width: 50px;
}
.richtext + .home-building-process {
  margin-top: 48px;
}
.home-building-process {
  margin: 32px 0;
}
.home-building-process .item {
  position: relative;
}
.home-building-process .item:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.home-building-process .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-building-process .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}
.home-building-process .number {
  font-weight: 100;
  color: #333;
  font-family: var(--montserrat);
}
.home-building-process .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}
.home-building-process .content p {
  margin: 0;
}
.home-building-process .title {
  margin-bottom: 17px;
  color: var(--black);
  font-family: var(--montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-building-process.des-one {
  display: flex;
  flex-wrap: wrap;
  row-gap: 52px;
}
.home-building-process.des-one .item {
  max-height: 181px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
}
.home-building-process.des-one .item:before {
  background: linear-gradient(90deg,rgba(255,255,255,0) 0.02%,rgba(255,255,255,0.23) 32.13%,#FFF 45.42%);
}
.home-building-process.des-one .number {
  position: absolute;
  left: 40%;
  top: -25px;
  font-size: 96px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-building-process.des-one .image {
  grid-area: 1 / 1 / 2 / 2;
}
.home-building-process.des-one .content {
  grid-area: 1 / 2 / 2 / 3;
}
@media only screen and (max-width: 767px) {
  .home-building-process.des-one .item {
    max-height: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 12px;
  }
  .home-building-process.des-one .item:before {
    display: none;
  }
  .home-building-process.des-one .number {
    position: relative;
    left: auto;
    top: auto;
  }
  .home-building-process.des-one .image {
    grid-area: auto;
  }
  .home-building-process.des-one .content {
    grid-area: auto;
  }
}
.home-building-process.des-two {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  align-items: stretch;
}
.home-building-process.des-two .item {
  max-width: 25%;
  flex: 1;
  min-height: 350px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2,1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
}
.home-building-process.des-two .item:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,rgba(255,255,255,0) -7.25%,rgba(255,255,255,0.23) 28.14%,#FFF 41.56%);
}
.home-building-process.des-two .number {
  top: 40%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 32px;
  line-height: 100%;
}
.home-building-process.des-two .image {
  grid-area: 1 / 1 / 2 / 2;;
}
.home-building-process.des-two .content {
  grid-area: 2 / 1 / 3 / 2;
}
.video-block {
  margin: 40px 0;
}
.video .play i {
  color: var(--red);
}
.video:before {
  background: linear-gradient(0deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%) 50% / cover no-repeat;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .4s ease-in-out opacity;
}
.video:hover:before {
  opacity: 1;
  transition: .4s ease-in-out opacity;
}
.video:hover:after {
  opacity: 0;
  transition: .4s ease-in-out opacity;
}
.video:hover .play {
  background: var(--red);
}
.video:hover .play i {
  color: var(--white);
}
.lot-info {
  display: grid;
  row-gap: 40px;
  margin-top: 24px;
}
.lot-info .item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
.lot-info img {
  max-width: 40px;
  width: 100%;
}
.lot-info p {
  color: var(--body);
  font-family: var(--crimson);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
.lot-info .number {
  color: var(--black);
  font-family: var(--crimson);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
}
.files a {
  padding: 24px 40px 24px 24px;
  border-radius: 4px;
  border: 1px solid var(--red);
  color: var(--red);
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  background: var(--white);
}
.files a:hover {
  color: var(--white);
  background: var(--red);
}
.files .icon-download:before {
  left: unset;
  right: 18px;
  font-weight: 700;
}
.info-table {
  border: 0;
  min-width: 300px;
}
.info-table th,
.info-table td {
  border: 0;
  padding: 22px 0;
}
.info-table tr {
  border-bottom: .5px solid #777777;
}
.info-table tr:last-child {
  border: 0;
}
.info-table tr td:last-child {
  font-weight: 700;
}
.info-table tr:nth-child(even)>td {
  background: transparent;
}
.table-responsive table:not(.info-table) thead th,
.table-responsive table:not(.info-table) thead td {
  background: var(--brown);
}
.table-responsive table:not(.info-table) th,
.table-responsive table:not(.info-table) td {
  padding: 16px 19px;
}
.quick-contact-wrapper {
  padding: 80px;
  padding-left: calc(50vw - 600px);
  padding-right: calc(50vw - 600px);
  background: url(/assets/images/template/qc-background.jpg) center center / cover no-repeat;
}
.quick-contact-wrapper .h1,
.quick-contact-wrapper p,
.quick-contact-wrapper label {
  color: var(--white);
}
.quick-contact-wrapper .h1 {
  margin: 0;
}
.quick-contact-wrapper p {
  max-width: 640px;
  margin-bottom: 28px;
}
.quick-contact-wrapper .h1 {
  margin-bottom: 20px;
}
.quick-contact-wrapper .errorMessage {
  color: #fff;
  background: #a00;
  width: auto;
  padding: 5px 10px;
  font-size: 12px;
}
#quickContact {
  max-width: 80%;
}
.forms label {
  font-family: var(--crimson);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.forms .input-group {
  margin: 0;
  padding: 10px 16px;
}
.forms input[type=text],
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel],
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select {
  background: var(--white);
  height: 48px;
  line-height: 48px;
  border-radius: 0;
}
.forms .submit-group {
  justify-content: start;
  padding-bottom: 0;
}
.forms [name="token"] {
  opacity: 0;
}
.forms .filepond--drop-label > * {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
.forms .filepond--drip {
  border-radius: 0;
}
.forms .filepond--panel-root > * {
  border-radius: 0 !important;
}
#footer {
  clear: both;
  background: #000000;
}
#footer-top {
  padding: 80px 0 45px 0;
  padding-left: calc(50vw - 600px);
  padding-right: calc(50vw - 600px);
  position: relative;
}
#footer-top:after {
  width: 1200px;
  height: 1px;
  background: rgba(255,255,255,0.32);
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
#footer-top .constrain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-top .constrain:before,
#footer-top .constrain:after {
  display: none;
}
#footer-top .logo {
  width: 257px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
#footer-top .column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 12px;
  color: var(--white);
}
#footer-top .column a {
  color: var(--white);
}
#footer-top .column a:hover {
  color: var(--red);
}
#footer-top .message-link {
  text-decoration: underline;
}
#footer-top ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer-top ul li {
  padding: 4px 0;
}
#footer-top ul a {
  color: var(--white);
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.28px;
}
#footer-top .footer-menu-header {
  color: var(--white);
  font-family: var(--montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
#footer-top .social-container a {
  padding: 0 12px;
  color: var(--white);
  font-size: 20px;
}
#footer-top .social-container a:hover {
  color: var(--red);
}
#footer-bottom {
  padding: 45px 0 40px 0;
  padding-left: calc(50vw - 600px);
  padding-right: calc(50vw - 600px);
}
#footer-bottom .constrain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-bottom .constrain:before,
#footer-bottom .constrain:after {
  display: none;
}
#footer-bottom .constrain >*,
#footer-bottom .constrain a {
  color: rgba(255,255,255,0.7);
  margin: 0;
}
#footer-bottom .constrain a:hover {
  color: var(--red);
}
#footer-bottom .links a:first-child {
  position: relative;
  margin-right: 12px;
}
#footer-bottom .links a+a:before {
  content: "|";
  line-height: 19px;
  color: var(--red);
  position: absolute;
  right: -11px;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  :root {
    --padding: 60px;
  }
  body h1,
  body .h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
  }
  body .heading.headline {
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.84px;
  }
  body h2,
  body .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
  }
  body h3,
  body .h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
  }
  body h4,
  body .h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
  }
  body h5,
  body .h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
  }
  body h6,
  body .h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
  #header {
    height: 100px;
  }
  #header .search-container,
  #header #global-nav,
  #header .social-icons {
    display: none;
  }
  #header-top {
    height: 0;
  }
  #header-top .constrain {
    height: 100%;
  }
  #header-top .tel {
    position: absolute;
    top: 40px;
  }
  #header-bottom {
    height: 100px;
  }
  #header-bottom .logo {
    width: 200px;
    left: 10px;
  }
  #header-bottom .constrain {
    height: 100%;
  }
  #home-banner {
    margin: 0 -16px;
  }
  #inner-banner .crumb-container {
    left: 16px;
  }
  #inner-banner h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.84px;
  }
  .home-building-process.des-two {
    row-gap: 52px;
  }
  .home-building-process.des-two .item {
    flex: 1 1 47%;
    max-width: 50%;
    min-height: auto;
    grid-template-rows: repeat(1,1fr);
    grid-row-gap: 12px;
  }
  .home-building-process.des-two .content {
    justify-content: center;
    align-content: flex-start;
  }
  .gallery.default:not(.gallery-detail) .img-wrapper {
    height: 200px;
  }
  .home-gal-wrap {
    position: relative;
  }
  .home-gal-wrap .button {
    position: absolute;
    right: 8px;
    bottom: 8px;
  }
  .quick-contact-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  #footer-top:after {
    max-width: 100%;
  }
  #footer-top .column {
    width: 25%;
    padding: 16px;
  }
  #footer-top .col-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --padding: 40px;
  }
  #header-top .constrain {
    padding-left: 150px;
  }
  #header-top .tel {
    top: 16px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header-bottom .logo {
    bottom: 10px;
    width: 200px;
  }
  #home-banner .caption {
    padding: 0 16px;
  }
  .button:only-child {
    float: left;
    margin-right: auto;
    margin-left: unset;
  }
  .buckets {
    margin-left: 0;
    margin-right: 0;
  }
  .buckets .bucket {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-building-process.des-one .item {
    max-height: none;
  }
  .home-building-process.des-one .number {
    font-size: 66px;
  }
  .home-building-process.des-two {
    row-gap: 52px;
  }
  .home-building-process.des-two .number {
    font-size: 66px;
    position: relative;
    transform: translateX(0%);
    top: auto;
    left: auto;
    text-align: left;
  }
  .home-building-process.des-two .content {
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
  }
  .home-building-process.des-two .item {
    flex: 1 1 96%;
    max-width: none;
    display: flex;
    flex-direction: column;
  }
  .home-building-process.des-two .item:before {
    display: none;
  }
  .gallery.gallery-detail {
    height: 664px;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(4,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .gallery.gallery-detail .img-wrapper {
    width: auto !important;
  }
  .gallery.gallery-detail .img-wrapper:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
  }
  .gallery.gallery-detail .img-wrapper:nth-child(2) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .gallery.gallery-detail .img-wrapper:nth-child(3) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .gallery.gallery-detail .img-wrapper:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .gallery.gallery-detail .img-wrapper:nth-child(5) {
    grid-area: 4 / 2 / 5 / 3;
  }
  .gallery.carousel .slick-prev {
    left: 0;
  }
  .gallery.carousel .slick-next {
    right: 0;
  }
  #quickContact {
    max-width: 100%;
  }
  #footer-top:after {
    max-width: 100%;
  }
  #footer-top .column {
    width: 100%;
    padding: 16px;
  }
  .heading-container {
    position: relative;
    padding-left: 40px;
    margin-bottom: 18px;
  }
  .heading-container:before {
    width: 30px;
    height: 1px;
    background: var(--red);
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
  }
  .quote {
    text-align: left;
  }
}