/*Landing Page*/

:root {
  --primary: #b19772;
  --secondary: #222222;
  --grey: #ededed;
}

.block .heading,
.panel-hold .heading {
  line-height: 30px;
}
.service-block .heading {
  font-size: 22px;
  line-height: 26px;
}
.info-block .heading {
  font-weight: 700;
}
.sub-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: -5px;
  opacity: 0.7;
}
.heading.small {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.more {
  color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  left: 20px;
}
.more::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: var(--primary);
  border-radius: 50%;
}
.block {
  padding: 60px;
  position: relative;
}

.block.full {
  padding: 0;
}
.inner-block {
  padding: 80px;
  max-width: 850px;
}
.img-hold {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.transition {
  height: 100%;
}
.transform-hold {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.logo-img {
  width: 240px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 175px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}
.btn.default {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}
.btn.default:hover {
  background: transparent;
  border-color: var(--primary);
  color: var(--primary);
}
.btn.dark {
  background: var(--secondary);
  border-color: var(--secondary);
  color: white;
}
.btn.dark:hover {
  background: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}
.btn.white {
  background: white;
  border-color: white;
  color: black;
}
.btn.white:hover {
  background: transparent;
  border-color: white;
  color: black;
}
.banner {
  position: relative;
  padding: 80px;
}
.banner.image-bg {
  background-position: center;
  background-size: cover;
}
.banner.image-bg.default::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  opacity: 0.8;
}
.banner.image-bg.dark::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary);
  opacity: 0.8;
}
.banner.image-bg .container {
  position: relative;
  z-index: 1;
}
.banner .heading {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner .heading.small {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 10px;
}
.side-image {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.map iframe {
  width: 100% !important;
  margin-bottom: -8px;
  border-bottom: 12px solid var(--primary) !important;
}
.graphic {
  position: relative;
  height: 160px;
  background-size: contain;
  background-position: center;
  width: 160px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.graphic.sml {
  height: 100px;
  width: 100px;
  width: 100%;
  margin-bottom: 10px;
}
ul.bullet-points {
  margin-bottom: 30px;
}
.point {
  font-size: 18px;
  position: relative;
}
.point span {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.info-block {
  position: relative;
  padding: 60px;
  border-right: 1px solid #eee;
  transition: all 0.4s ease;
  overflow: hidden;
}
.info-block:hover {
  padding-bottom: 70px;
  padding-top: 50px;
}
.info-block::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
  background: var(--primary);
  transition: all 0.4s ease;
}
.info-block:hover::before {
  bottom: 0px;
}
.info-block span {
  font-size: 70px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: var(--primary);
  opacity: 0.5;
}
.panel-hold {
  display: flex;
}
.panel {
  position: relative;
  height: 600px;
  padding: 50px;
  background-size: cover;
  background-position: center;
  flex: 1;
  transition: all 0.5s ease;
  overflow: hidden;
}
.panel.dark::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
}
.panel.primary::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--primary);
  opacity: 0.8;
}
.panel.secondary::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary);
  opacity: 0.8;
}
.panel:hover {
  flex: 1.2;
}
.panel-content {
  position: absolute;
  width: 80%;
  bottom: 60px;
  transition: all 0.5s ease;
}
.panel .heading {
  color: white;
}
.panel-content p {
  width: 450px;
  margin-bottom: 30px;
}
.service-block {
  position: relative;
  text-align: center;
  padding: 30px;
  border: 1px solid #ffffff1a;
  margin-bottom: 20px;
}
.service-block p {
  margin-bottom: 0;
  font-size: 14px;
  min-height: 108px;
}
.service-block::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: #b99531;
  opacity: 1;
  transition: all 0.8s ease;
}
.service-block:hover::before {
  width: 100%;
}
.service-block::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #b99531;
  opacity: 1;
  transition: all 0.8s ease;
}
.service-block:hover::after {
  width: 100%;
}

@media (max-width: 1200px) {
  .panel-hold {
      display: block;
  }
  .panel {
      position: relative;
      height: 100%;
      padding: 40px;
      width: 100%;
  }
  .panel-content {
      position: relative;
      width: 100%;
      bottom: 0;
  }
  .panel-content p {
      width: 100%;
  }
}
@media (max-width: 991px) {
  .info-block {
      border-bottom: 1px solid #eee;
  }
  .service-block {
      margin-bottom: 25px;
  }
  .side-image {
      height: 300px;
  }
  iframe {
      max-height: 350px;
  }
  .inner-block {
      padding: 80px 20px !important;
  }
}
@media (max-width: 768px) {
  .block {
      padding: 50px 20px !important;
  }
  .inner-block {
      padding: 60px 20px !important;
  }
  iframe {
      max-height: 300px;
  }
  .service-block p {
    min-height: 0;
  }
}
@media (max-width: 576px) {
  .info-block {
      padding: 35px;
  }
  .info-block:hover {
      padding-bottom: 45px;
      padding-top: 25px;
  }
  .inner-block {
      padding: 20px 10px !important;
  }
  .block {
      padding: 20px 10px;
  }
  .block .container {
      padding: 0;
  }
  p {
      font-size: 13px;
  }
  .btn {
      font-size: 15px;
  }
  .block.blue .heading {
      line-height: 30px;
      margin-bottom: 10px;
  }
  .block.blue .heading strong {
      font-size: 30px;
  }
  .heading {
      font-size: 24px;
  }
  .block .heading {
      font-weight: 400 !important;
      line-height: 26px !important;
      margin-bottom: 12px !important;
      color: inherit !important;
  }
  .block .heading strong {
      font-size: 24px !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
  }
  .graphic {
      height: 125px;
  }
  .graphic.sml {
      height: 85px;
  }
  .footer .col-lg-3 {
      margin-bottom: 20px;
  }
  .banner {
      padding: 30px 10px !important;
  }
  .banner p {
      margin-bottom: 0 !important;
  }
  .banner .heading {
      font-size: 26px !important;
      line-height: 28px !important;
  }
  .heading.small {
      font-size: 22px !important;
      font-weight: 300 !important;
      line-height: 25px !important;
      margin-bottom: 0px !important;
  }
  .footer {
      padding: 50px 5px 20px 5px;
  }
  .side-image {
      height: 225px;
  }
  iframe {
      max-height: 250px;
  }
  ul.policies {
      padding: 15px 5px;
  }
  .header .logo {
      width: 160px;
  }
  .point {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  p {
      font-size: 12px;
  }
  iframe {
      max-height: 200px;
  }
  .service-block {
      padding: 20px;
  }
  .block {
      padding: 30px 20px !important;
  }
}