html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 75vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 375px) {
  .g-recaptcha {
    transform: scale(0.97);
  }
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
  }
}
@media (min-width: 1024px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.ddmg-sig {
  background-color: #333;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 50px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: center;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: top;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: top;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: center;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: center;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: center;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: center;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: center;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 27px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.contact-bg {
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.4) 0px, rgba(255, 255, 255, 0.4) 100%), url(../../images/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  min-height: 109vh;
}

main.logo-bg {
  background: url("../../images/camera_watermark.png") no-repeat left;
  background-position: left center;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #8B512C;
  background: #8B512C;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #F7EDE7;
  border: 1px solid #F7EDE7;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #8B512C;
  background: #8B512C;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-main2:hover {
  background: #F7EDE7;
  border: 1px solid #F7EDE7;
  color: #000;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #8B512C;
  background: #8B512C;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #F7EDE7;
  border: 1px solid #8B512C;
  color: #000 !important;
  text-decoration: none;
}

.link-pdf {
  border: 1px solid #F7EDE7;
  background: #F7EDE7;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #F7EDE7;
  border: 1px solid #F7EDE7;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #8B512C;
  background: #8B512C;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #F7EDE7;
  border: 1px solid #8B512C;
  color: #000 !important;
  text-decoration: underline;
}

.about-home button {
  position: relative;
  margin: 0;
  padding: 7px 25px;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(139, 81, 44, 0.6);
  border-radius: 10px;
  color: #8B512C;
  font-weight: 400;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.about-home button span {
  color: #8B512C;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.about-home button:hover {
  animation: rotate624 0.7s ease-in-out both;
}
.about-home button:hover span {
  animation: storm1261 0.7s ease-in-out both;
  animation-delay: 0.06s;
}
@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
.about-home .btn-shine {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.about-home .btn-shine span {
  z-index: 20;
}
.about-home .btn-shine:after {
  background: #8B512C;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.about-home .btn-shine:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.quote-home .btn {
  height: 2.3em;
  margin: 0.5em;
  background: #8B512C;
  color: white;
  border: none;
  border-radius: 0.625em;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
}
.quote-home .btn:hover {
  color: black;
}
.quote-home .btn:hover:after {
  transform: skewX(-45deg) scale(1, 1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quote-home .btn:after {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
  transition: all 0.5s;
}

.strip-block .top-nav-items {
  display: flex;
  float: right;
}
.strip-block .container {
  padding: 10px 0;
}
.strip-block .nav-media a:hover {
  text-decoration: none;
}
.strip-block .nav-media i {
  color: #fff;
  font-size: 25px;
}
.strip-block .nav-media i:hover {
  color: #F7EDE7;
}
.strip-block .nav-media .flaticon-twitter::before {
  font-size: 21px;
}
.strip-block .nav-media .flaticon-tik-tok {
  font-size: 21px;
}

.bg-dark {
  background: #000;
}

.header {
  position: relative;
  background-color: #000;
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    background-color: #000;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
    background-color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    background: #000000ab;
    position: absolute;
  }
}
.header .header-padding {
  padding: 0 15px;
  background-color: #000;
}
@media (min-width: 1200px) {
  .header .header-padding {
    padding: 0px 0px;
    background-color: transparent;
  }
}
.header .header-number {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .header .header-number {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .header .header-number {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .header .header-number {
    margin-top: 5px;
  }
}
.header .header-number a {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .header .header-number a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header .header-number a {
    font-size: 16px;
  }
}

header img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  header img {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  header img {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  header img {
    width: 50%;
    position: relative;
  }
}

.header .navbar-nav a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15.6px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .header .navbar-nav a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav a {
    font-size: 16px;
    padding: 0 10px;
  }
}
.header .navbar-nav a:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .header .navbar-nav .nav-link {
    padding: 10px 0.8rem;
  }
}
.header .navbar-nav .dropdown-menu {
  background: #000;
}
.header .navbar-nav .dropdown-menu a {
  padding: 5px 10px;
}
.header .navbar-nav .dropdown-menu a:hover {
  background: #000;
}

.header-right {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .header-right {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .header-right {
    justify-content: center;
    align-content: center;
    display: flex;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .header-left {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-left {
    display: block;
    margin: 0px;
  }
}
@media (min-width: 1200px) {
  .header-left {
    display: flex;
    margin: 0px;
    margin-top: 0px;
    justify-content: left;
  }
}

@media (min-width: 768px) {
  .header-right {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-right {
    display: block;
    margin: 0px;
  }
}
@media (min-width: 1200px) {
  .header-right {
    display: flex;
    margin: 0px;
    margin-top: 0px;
    justify-content: right;
  }
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 5%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 75px;
    margin-top: -270px;
    text-align: left;
    width: 65%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 125px;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 305px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -280px;
    padding-left: 185px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -414px;
    padding-left: 347px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 46px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
  font-weight: 40;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    color: #fff;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 338px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 478px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.about-home {
  background-image: url(../../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1200px) {
  .about-home {
    background-position: 0 -335px;
  }
}
.about-home .card {
  background: #ffffff8c;
}
.about-home .btn-container {
  bottom: 30px;
  left: 30px;
}
.about-home .btn-container button {
  padding: 8px;
  margin: 0 0 8px 0;
  display: block;
  cursor: pointer;
  background: #8B512C;
  border: 1px solid;
  font-size: 11px;
  text-transform: uppercase;
}
.about-home a:hover {
  text-decoration: none;
}

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

.focus-area {
  padding: 1rem;
  margin: 0 auto;
}
.focus-area .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .focus-area .card {
    height: 350px;
  }
}
.focus-area .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
  background-position: center;
}
.focus-area .card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.focus-area .box-1:before {
  content: "";
  background-image: url(../../images/sport.jpg);
}
.focus-area .box-1:before {
  content: "";
  background-image: url(../../images/sport.jpg);
}
.focus-area .box-2:before {
  content: "";
  background-image: url(../../images/beach.jpg);
}
.focus-area .box-3:before {
  content: "";
  background-image: url(../../images/family.jpg);
}
.focus-area .box-4:before {
  content: "";
  background-image: url(../../images/senior.jpg);
}
.focus-area .box-5:before {
  content: "";
  background-image: url(../../images/entertainment.jpg);
}
.focus-area .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.focus-area .content > * + * {
  margin-top: 1rem;
}
.focus-area .title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 6.2;
  text-shadow: 0 0 5px #000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .focus-area .title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .focus-area .title {
    font-size: 1.3rem;
  }
}
.focus-area .btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: black;
  background-color: #F7EDE7;
  border: 1px solid #F7EDE7;
}
.focus-area .btn:hover {
  background-color: #8B512C;
  border: 1px solid #F7EDE7;
  color: #fff;
}
.focus-area .btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}
@media (hover: hover) and (min-width: 600px) {
  .focus-area .card:after {
    transform: translateY(0);
  }
  .focus-area .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .focus-area .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }
  .focus-area .card:hover,
.focus-area .card:focus-within {
    align-items: center;
  }
  .focus-area .card:hover:before,
.focus-area .card:focus-within:before {
    transform: translateY(-4%);
  }
  .focus-area .card:hover:after,
.focus-area .card:focus-within:after {
    transform: translateY(-50%);
  }
  .focus-area .card:hover .content,
.focus-area .card:focus-within .content {
    transform: translateY(0);
  }
  .focus-area .card:hover .content > *:not(.title),
.focus-area .card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }
  .focus-area .card:focus-within:before, .focus-area .card:focus-within:after,
.focus-area .card:focus-within .content,
.focus-area .card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}

.quote-testimonials-home {
  background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.4) 0px, rgba(0, 0, 0, 0.4) 100%), url(../../images/parallax-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center;
  padding: 120px 0px;
}
@media (min-width: 1200px) {
  .quote-testimonials-home {
    background-attachment: fixed;
  }
}
.quote-testimonials-home .card {
  background: #ffffffb2;
}
.quote-testimonials-home h2 {
  color: #000;
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.quote-testimonials-home .item {
  position: relative;
}
.quote-testimonials-home .item p.v-border {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 2px solid #1b1b1b;
}
.quote-testimonials-home .item .quote {
  position: absolute;
  right: 15px;
  top: 160px;
  width: 70px;
  margin: 0 auto 0px;
  opacity: 0.2;
}
.quote-testimonials-home .item p {
  color: #1b1b1b;
}
.quote-testimonials-home .item .info {
  text-align: left;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.quote-testimonials-home .item .info .author-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}
.quote-testimonials-home .item .info .cont {
  margin-left: 70px;
}
.quote-testimonials-home .item .info h6 {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 7px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  color: #1b1b1b;
  line-height: 1em;
}
.quote-testimonials-home .item .info span {
  font-size: 14px;
  color: #999;
  margin-right: 5px;
  line-height: 1em;
}
.quote-testimonials-home .item .info .rate {
  float: right;
}
.quote-testimonials-home .item .info i {
  color: #1b1b1b;
  font-size: 10px;
}
.quote-testimonials-home .form-control:focus {
  border: none;
  box-shadow: none;
}

.testimonials-home {
  position: relative;
  background: #fffc;
  padding: 50px 5px;
  border-radius: 0.25rem;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .testimonials-home {
    padding: 50px 65px;
    margin: 0 65px;
    border-radius: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .testimonials-home {
    margin: 0;
    border-radius: 0.25rem 0 0 0.25rem;
  }
}
.testimonials-home .text-box {
  border-left: 4px solid #8B512C;
  padding-left: 10px;
}
.testimonials-home .text-box p {
  font-style: italic;
}
.testimonials-home .text-box p svg {
  font-size: 35px;
  margin-right: 10px;
  float: left;
  color: #8b512c52;
}
.testimonials-home .text-box .name span {
  font-size: 15px;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer row {
  align-items: center;
}
.footer img {
  margin: 0 auto;
  width: 60%;
}
@media (min-width: 768px) {
  .footer img {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .footer img {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .footer img {
    width: 80%;
  }
}
.footer .social a {
  color: white;
}
.footer .social a:hover {
  text-decoration: none;
}
.footer .address-phone {
  align-items: center;
  justify-content: center;
  font-size: 15px;
  display: grid;
}
@media (min-width: 768px) {
  .footer .address-phone {
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .footer .address-phone {
    font-size: 13px;
  }
}
.footer .address-phone a {
  color: #fff;
}
.footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer ul {
    columns: 3;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 4;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 3;
    text-align: center;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}
.footer .quote-contact {
  display: block;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .quote-contact {
    display: grid;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer .quote-contact {
    display: flex;
    align-items: center;
  }
}
.footer .quote-contact > div {
  display: block;
}
@media (min-width: 768px) {
  .footer .quote-contact > div {
    display: block;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .footer .quote-contact > div {
    display: grid;
    align-items: center;
  }
}

.faqs-section .card-header {
  background: #F7EDE7;
  border: 1px solid #8B512C;
  color: #000;
}
.faqs-section .card-body {
  background: #fff;
}
.faqs-section h3 {
  font-size: 22px;
}

.photo-btn .btn-main {
  background: #343a40;
  border: 1px solid #343a40;
  font-size: 15px;
}
.photo-btn .btn-main:hover {
  background: #F7EDE7;
  border: 1px solid #343a40;
}

.see-machines .row {
  background: #8B512C;
  padding: 10px;
  border-radius: 5px;
  margin: 0px 0;
}
@media (min-width: 768px) {
  .see-machines .row {
    margin: 0;
  }
}
.see-machines h2 {
  margin-bottom: 0;
  color: #fff;
}
.see-machines .icon {
  text-align: end;
  font-size: 30px;
  color: white;
}

.machine-gal-box .row {
  margin: 0;
}

.machine-gal {
  background: #eee;
}

p {
  margin-bottom: 0;
}

.services-entry .title {
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 700;
  color: #5D4037;
  text-align: center;
}
.services-entry p {
  line-height: 1.5em;
}
.services-entry a {
  color: #fff;
}
.services-entry h1 + p, .services-entry p + p {
  margin-top: 10px;
}
.services-entry h1 + p {
  margin-bottom: 15px;
}
.services-entry .card-wrap {
  margin: 10px 15px;
  transform: perspective(800px);
  transform-style: preserve-3d;
  cursor: pointer;
}
.services-entry .card-wrap:hover .card-info {
  transform: translateY(0);
}
.services-entry .card-wrap:hover .card-info p, .services-entry .card-wrap:hover .card-info a {
  opacity: 1;
}
.services-entry .card-wrap:hover .card-info, .services-entry .card-wrap:hover .card-info p, .services-entry .card-wrap:hover .card-info, .services-entry .card-wrap:hover .card-info a {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.services-entry .card-wrap:hover .card-info:after {
  transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.6;
  transform: translateY(0);
}
.services-entry .card-wrap:hover .card-bg {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.5;
}
.services-entry .card-wrap:hover .card {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset white 0 0 0 6px;
}
.services-entry .card {
  position: relative;
  flex: 0 0 240px;
  width: 280px;
  height: 320px;
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.services-entry .card-bg {
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 110%;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}
.services-entry .card-info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  transform: translateY(40%);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.services-entry .card-info p, .services-entry .card-info a {
  opacity: 0;
  text-shadow: black 0 2px 3px;
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.services-entry .card-info * {
  position: relative;
  z-index: 1;
}
.services-entry .card-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.services-entry .card-info h1 {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px;
}

.photo-gallery-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .photo-gallery-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .photo-gallery-page .card-columns {
    column-count: 3;
  }
}
.photo-gallery-page .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.photo-gallery-page .cat-topic a {
  color: #fff;
  background-color: #8B512C;
  border: 2px solid #8B512C;
  padding: 15px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
  white-space: normal;
}
.photo-gallery-page .cat-topic a:hover {
  text-decoration: none;
}
.photo-gallery-page .cat-topic a.active-topic {
  background-color: #F7EDE7;
  border: 2px solid #8B512C;
  color: #000;
}
.photo-gallery-page .cat-topic u {
  text-decoration-color: #4e553a;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}
.photo-gallery-page .cat-topic-single {
  background: #8B512C;
  padding: 20px;
  display: inline-block;
}
.photo-gallery-page .cat-topic-single h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  color: #fff;
}

.testimonials-page .client_rating {
  float: right;
}
.testimonials-page .client_rating i {
  color: gold;
  text-shadow: 0 0 2px #000;
}
.testimonials-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonials-page .card-columns {
    column-count: 2;
    display: inline-block;
  }
}
.testimonials-page .card-columns .card {
  background: #F7EDE7;
}
.testimonials-page .card-columns h2 {
  font-size: 20px;
}
.testimonials-page .card-columns h3 {
  font-size: 18px;
}
.testimonials-page .card-columns p {
  font-style: italic;
  margin-top: 10px;
}
.testimonials-page .card-columns img {
  width: 20%;
  float: right;
}
@media (min-width: 768px) {
  .testimonials-page .card-columns img {
    width: 15%;
  }
}

.submit-test-form .modal-header {
  background: #8B512C;
  color: #fff;
}
.submit-test-form .modal-header .close {
  color: #fff;
}
.submit-test-form .modal-header .close:focus {
  outline: none;
}
.submit-test-form .modal-body {
  background: #eee;
}
.submit-test-form .modal-body input {
  margin-right: 7px;
}
.submit-test-form .modal-body .fa-star {
  color: gold;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .submit-test-form .modal-body .fa-star {
    margin-left: 7px;
  }
}
.submit-test-form .modal-body .form-control:focus {
  border: 1px solid #eee;
  box-shadow: none;
}
.submit-test-form .modal-footer .btn-secondary {
  padding: 0.3rem 20px;
  background: #8B512C;
  color: #000;
  cursor: pointer;
}
.submit-test-form .modal-footer .btn-main2 {
  color: #fff;
}
.submit-test-form .modal-footer .btn-main2:hover {
  color: #000;
}

.contact-us-page .form {
  padding-top: 19%;
}
@media (min-width: 1024px) {
  .contact-us-page .form {
    padding-top: 10%;
  }
}
@media (min-width: 1200px) {
  .contact-us-page .form {
    padding-top: 11%;
  }
}
.contact-us-page .form iframe {
  height: auto;
}
@media (min-width: 768px) {
  .contact-us-page .form iframe {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .contact-us-page .form iframe {
    height: 578px;
  }
}
@media (min-width: 1200px) {
  .contact-us-page .form iframe {
    height: 653px;
  }
}
.contact-us-page .card {
  background: #fffc;
}

.sports-wide-photo {
  background-image: url("../../images/sports-page-wide.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 75px 0;
}

.beach-wide-photo {
  background-image: url("../../images/beach-page-wide.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 75px 0;
}

.family-wide-photo {
  background-image: url("../../images/family-page-wide.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 75px 0;
}

.senior-wide-photo {
  background-image: url("../../images/senior-page-wide.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 75px 0;
}

.entertain-wide-photo {
  background-image: url("../../images/entertain-page-wide.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 75px 0;
}

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