.dark-brown-text {
  color: #363636;
}

.light-brown-text {
  color: #252627;
}

.cream-text {
  color: #adadad;
}

.white-text {
  color: #fff;
}

.dark-brown-bg {
  background: #252627;
}

.light-brown-bg {
  background: #252627;
}

.cream-bg {
  background: #adadad;
}

.primary-btn {
  color: #adadad !important;
  border: #adadad 1px solid;
  padding: 10px 30px;
  font-size: 80%;
  margin-top: 2%;
  margin-right: 5px;
  display: inline-block;
}

.disabled-btn {
  opacity: 0.3;
}

.img-full-width {
  width: 100%;
}

.img-full-height {
  height: 100%;
}

.img-mh-500 {
  max-height: 500px;
}

.img-mh-350 {
  max-height: 350px;
}

.img-frame {
  border: 6px solid #adadad;
}

.img-frame-2 {
  border: 6px solid #363636;
}

.overlay {
  position: absolute;
}

.overlay-image {
  position: relative;
  left: 0;
  top: 0;
}

.hide {
  display: none;
}

.section {
  margin-top: 6em;
  margin-bottom: 6em;
}

.prag-book {
  font-weight: 600;
  font-style: normal;
}

.prag-bold {
  font-weight: 700;
  font-style: normal;
  color: #e3e6eb;
}

.prag-light {
  font-style: normal;
}

.prag-extralight {
  font-weight: 200;
  font-style: normal;
}

.mreaves-bold {
  font-weight: 300;
  font-style: normal;
}

.mreavessans-reg {
  font-weight: 400;
  font-style: normal;
}

.mreavessans-book {
  font-weight: 300;
  font-style: normal;
}

.mreavessans-bold {
  font-weight: 700;
  font-style: normal;
}

body,
html {
  overflow-x: hidden;
  color: #252627;
}

body {
  background: #444444;
}

.browngrey-bg {
  background-color: #363636;
}

.rotate90 {
  display: flex;
  writing-mode: lr-tb;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

button.navbar-toggler {
  margin-right: 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.minusrotate90 {
  display: flex;
  writing-mode: lr-tb;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

h2 {
  color: #a18f88;
  font-size: 14px;
  text-transform: uppercase;
}

h3 {
  font-size: 15px;
  line-height: 24px;
}

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

p {
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}

.sep-short {
  display: block;
  height: 2px;
  width: 30px;
  margin: 10px 0 0 0;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.01 11'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23a18f88;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eprevious arrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M15,4.4H4L8.16,0H5.21L0,5.5,5.21,11h3L4,6.6H15V4.4Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.01 11'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23a18f88;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eforward arrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M0,6.6H11L6.85,11h3L15,5.5,9.8,0h-3L11,4.4H0V6.6Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.carousel-indicators li {
  width: 38px;
  height: 2px;
  margin-right: 8px;
  margin-left: 8px;
}

.carousel-caption {
  left: 0;
}

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

section.banner .slidecontrollers {
  padding: 40px 0 24px 0 !important;
}

.readmore-article {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4b4340;
  display: block;
}

.readmore-article:hover {
  text-decoration: none;
  color: #4b4340;
}

.readmore-article::after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  background-color: #4b4340;
  margin: 10px 0 0 0;
}

header .navbar {
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
}

header .navbar-nav .nav-link {
  color: #adadad;
}

header .navbar-nav .nav-link:hover {
  color: #ffede1;
}

header .navbar-nav li.nav-item.active .nav-link {
  color: #ffede1;
  font-weight: 600;
}

header .navbar-nav li.nav-item.active .nav-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffede1;
  transform: scale(1, 1);
}

header .navbar-nav .nav-link::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffede1;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s, transform 0.2s ease-out;
}

header .navbar-nav .nav-link:hover::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-color: #ffede1;
}

header .navbar-nav .nav-link:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.banner .clientservice .contactphone {
  font-family: pragmatica, sans-serif;
  font-weight: 200;
  font-style: normal;
  position: relative;
  top: 41%;
  color: #adadad;
}

.banner .clientservice .contactphone:hover {
  text-decoration: none;
}

.banner .carousel-caption {
  text-align: left;
}

.banner .carousel-caption h5 {
  font-size: 24px;
  text-transform: uppercase;
}

.banner .carousel-caption p {
  font-size: 15px;
  text-align: left;
  width: 350px;
  margin-bottom: 20px;
  text-shadow: 0 0 3px #000;
}

.banner .carousel-caption a.readmore-banner {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  width: 75px;
  display: block;
  margin-bottom: 10px;
}

a.readmore-banner:hover {
  color: #adadad;
}

.banner .carousel-caption a.readmore-banner:hover {
  text-decoration: none;
}

.banner .carousel-caption a.readmore-banner::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin-top: 3px;
}

@media (max-width: 991.98px) {
  .carousel-caption {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner .carousel-caption p {
    font-size: 14px;
    text-align: left;
    width: 100%;
    color: #ffede1;
    margin-bottom: 10px;
    line-height: 100%;
  }

  .banner .carousel-caption a.readmore-banner {
    margin-bottom: 0;
  }

  section.why-parkhill .readmore-article {
    padding-bottom: 20px;
  }

  .banner .carousel-caption h5 {
    font-size: 16px;
  }

  section.banner .slidecontrollers {
    padding: 20px 0 10px 0 !important;
  }
}
.body-carousel {
  justify-content: left;
  padding-left: 0;
  margin: 20px 0 20px 3px;
}

.body-carousel li {
  width: 30px;
  height: 3px;
  margin-right: 9px;
  margin-left: 9px;
  background-color: #b5b5b5;
}

section.parkhill-location {
  padding: 132px 0 100px 0;
}

@media (max-width: 575.98px) {
  section.parkhill-location {
    padding: 40px 0;
  }
}
section.parkhill-location p {
  color: #4b4340;
  position: relative;
  top: -6px;
}

section.parkhill-location .location-link {
  font-size: 12px;
  color: #ffede1;
  width: 154px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

section.parkhill-location .location-link:hover {
  color: #fff;
  background-color: #7d6e68;
}

section.parkhill-flatprofiles {
  padding: 0 0 100px 0;
}

@media (max-width: 575.98px) {
  section.parkhill-flatprofiles {
    padding: 0 0 30px 0;
  }

  section.parkhill-flatprofiles h2 {
    padding: 0 0 20px 0;
  }
}
section.parkhill-flatprofiles figure {
  margin-bottom: 0;
}

section.parkhill-flatprofiles figcaption {
  display: none;
}

section.parkhill-flatprofiles .carousel-control-prev,
section.parkhill-flatprofiles .carousel-control-next {
  width: 30px;
  padding: 20px 0;
}

.promovideo {
  background-size: cover;
  height: 932px;
}

.promovideo a {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .promovideo {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .promovideo {
    height: 300px;
  }
}
footer {
  padding: 100px 0;
  background: #000;
  color: #a18f88;
}

footer .lmsforms {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .lmsforms > li > a {
  font-size: 25px;
  line-height: 73px;
  color: #a18f88;
  border-bottom: solid 2px #a18f88;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

footer .lmsforms > li > a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom: solid 2px #fff;
}

footer .call-to-action {
  font-size: 16px;
  line-height: 25px;
}

footer .footer-menu {
  list-style: none;
  padding-left: 0;
}

footer .footer-menu > li > a {
  color: #a18f88;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

footer .footer-menu > li > a.active {
  font-weight: 700;
  color: #ffede1;
}

footer .footer-menu > li > a:hover {
  color: #fff;
}

footer .social,
footer .disclaimer {
  list-style: none;
  margin-top: 85px;
  margin-bottom: 85px;
}

footer .social {
  padding-left: 0;
}

footer .social > li {
  display: inline-block;
  padding-right: 16px;
}

footer .social > li a {
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

footer .social > li a:hover {
  opacity: 1;
}

.icon_fill:hover {
  fill: #e3e6eb;
}

footer .footer-logo {
  position: relative;
  top: 140px;
}

@media (max-width: 1198.98px) {
  footer {
    padding: 30px 0;
  }

  footer .lmsforms > li > a {
    font-size: 24px;
    line-height: 50px;
  }

  footer .call-to-action {
    line-height: 22px;
    margin-top: 20px;
  }

  footer .social,
  footer .disclaimer {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-logo {
    top: 0;
    padding-bottom: 20px;
  }
}
#VideoModal .modal-dialog {
  max-width: 80%;
}

#VideoModal .modal-body {
  padding: 0;
}

#VideoModal .close {
  background-color: #252120 !important;
  color: #f0f0f0;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  font-size: 35px;
  line-height: 91%;
  text-align: center;
  font-weight: 400;
  border-radius: 0 !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-shadow: none !important;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 576.98px) {
  #VideoModal {
    padding: 0 !important;
  }

  #VideoModal .modal-dialog {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
  }

  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active
    + .carousel-item
    + .carousel-item {
    display: block;
  }

  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }

  .multi-item-carousel
    .carousel-inner
    .carousel-item.active
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333333333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  .multi-item-carousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  .multi-item-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  .multi-item-carousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  .multi-item-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}
.cream-text {
  color: #ffede1;
}

.dark-text {
  color: #4b4340;
}

#banner-why-text {
  position: absolute;
  bottom: 23%;
  right: 3%;
  text-align: right;
}

#banner-why-bg {
  background: url('../images/why_bg.jpg');
}

.clear {
  clear: both;
}

.section-spacer {
  margin: 10% 0 10% 0;
}

.main-heading {
  background: #4b4340;
  padding: 1% 1% 1% 0;
  display: inline-block;
  color: #ffede1;
  margin: 0;
}

.sub-heading {
  background: #4b4340;
  padding: 2% 5%;
  display: inline-block;
  color: #ffede1;
  margin: 0;
  font-size: 1.5rem;
}

.brown-button {
  padding: 10px 15px;
  background: #4b4340;
  color: #ffede1;
  text-transform: uppercase;
}

a.brown-button:hover {
  color: #bbaea5;
}

.page-title {
  font-size: 30px;
  display: inline-block;
}

.border-bottom {
  text-decoration: underline;
}

.brown-text {
  color: #a18f87;
}

.tile {
  box-sizing: border-box;
  transition: 1s transform;
  transform-origin: center;
}

.scale-up {
  transform: scale(1.2);
}

.scale-down {
  transform: scale(0.8);
}

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

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.icon_fill {
  fill: #a18f88;
}
