@import url("https://use.typekit.net/nvl7rxs.css");
@import url("https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap");
body {
  overflow-x: hidden;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "fractul-variable", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, p.serif strong {
  font-weight: 600;
}

p, li {
  font-size: 20px;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 400;
}
@media all and (max-width: 992px) {
  p, li {
    font-size: 18px;
  }
}

h1 {
  font-size: 60px;
}
@media all and (max-width: 1280px) {
  h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 50px;
}
@media all and (max-width: 1280px) {
  h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 767x) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 30px;
}
@media all and (max-width: 992px) {
  h3 {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 25px;
}
@media all and (max-width: 992px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  right: 20px;
  top: 20px;
  background-image: url("../img/icon_angle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #000;
}

.section-padding {
  padding: 5%;
}

.btnBox {
  margin-top: 30px;
}

.darkBtn {
  background-color: #141315;
  padding: 10px 70px 12px 30px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.darkBtn::before {
  background-color: #D09151;
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%, 30% 75%);
  right: 0;
  width: 50px;
  height: 100%;
  top: 0;
}
.darkBtn:hover {
  color: #ffffff;
  text-decoration: none;
}

.brownBtn {
  display: inline-block;
  border: 1px solid #D09151;
  padding: 10px 70px 12px 30px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 18px;
  color: #D09151;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.brownBtn::before {
  background-color: #D09151;
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%, 30% 75%);
  right: -1px;
  width: 50px;
  height: 100%;
  top: 0;
}
.brownBtn:hover {
  color: #D09151;
  text-decoration: none;
}

.whiteBtn {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 10px 70px 12px 30px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.whiteBtn::before {
  background-color: #ffffff;
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%, 30% 75%);
  right: -1px;
  width: 50px;
  height: 100%;
  top: 0;
}
.whiteBtn:hover {
  color: #ffffff;
  text-decoration: none;
}

header {
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(208, 145, 81, 0.5);
}
header.tenHeader {
  background-color: #141315;
}
header.tenHeader nav ul li a {
  color: #ffffff;
}
header.tenHeader nav ul li a:hover {
  color: #D09151;
  text-decoration: none;
}
header.tenHeader nav ul li a:hover::before {
  width: 100%;
}
header.tenHeader nav ul li .sub-menu li a {
  color: #141315;
}
header.tenHeader .headerBtn .darkBtn {
  background-color: #ffffff;
  color: #141315;
}
header .logo {
  width: 250px;
}
header .logo img {
  width: 100%;
}
header nav ul {
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}
header nav ul li {
  list-style: none;
}
header nav ul li.current_page_item > a::before, header nav ul li.current-menu-parent > a::before {
  width: 100%;
}
header nav ul li a {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #141315;
  position: relative;
  padding: 5px 0;
  letter-spacing: 1px;
}
header nav ul li a:hover {
  color: #141315;
  text-decoration: none;
}
header nav ul li a:hover::before {
  width: 100%;
}
header nav ul li a::before {
  transition: all 0.3s ease 0s;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  opacity: 0.6;
  background-color: #D09151;
  content: "";
  position: absolute;
}
header nav ul li .sub-menu {
  position: absolute;
  min-width: 250px;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  top: 105%;
  gap: 15px;
  display: none;
}
header nav ul li .sub-menu li.current_page_item a {
  text-decoration: underline;
}
header nav ul li .sub-menu li.current_page_item a::before {
  display: none;
}
header nav ul li .sub-menu li a:hover::before {
  display: none;
}
header nav .socials, header nav .mobileBtn {
  display: none;
}
header .headerBtn {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .headerBtn div#burger {
  height: 45px;
  width: 45px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: 2px solid #D09151;
  cursor: pointer;
  padding: 7px;
  position: relative;
}
header .headerBtn div#burger span {
  height: 2px;
  width: 100%;
  background-color: #D09151;
  display: block;
  margin-bottom: 7px;
  transition: all 1s ease 0.1s;
  z-index: 99999;
}
header .headerBtn div#burger span:last-child {
  margin-bottom: 0;
}
header .headerBtn div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #333333;
}
header .headerBtn div#burger.open span:first-child {
  top: 1px;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
header .headerBtn div#burger.open span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(315deg);
  top: -1px;
}
@media all and (max-width: 992px) {
  header .headerBtn div#burger {
    display: flex;
  }
}
@media all and (max-width: 1280px) {
  header .logo {
    width: 200px;
  }
}
@media all and (max-width: 992px) {
  header nav.nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 90%;
    width: 500px;
    background-color: #fcf4ef;
    padding: 10% 5%;
    transform: translateX(100%);
    transition: all 0.3s ease 0.1s;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }
  header nav.nav.show {
    transform: translateX(0);
  }
  header nav.nav ul {
    display: flex;
    margin: 0;
    padding: 5%;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
  }
  header nav.nav ul li {
    list-style: none;
    position: relative;
  }
  header nav.nav ul li .sub-menu {
    position: relative;
    top: 0;
    background-color: transparent;
  }
  header nav.nav .socials {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
  }
  header nav.nav .socials p {
    margin: 0;
  }
  header nav.nav .socials p a img {
    height: 30px;
    width: 30px;
    object-fit: contain;
    filter: invert(1);
  }
}
@media all and (max-width: 767px) {
  header .headerBtn .darkBtn {
    display: none;
  }
  header nav.nav {
    max-width: 100%;
  }
  header nav.nav .mobileBtn {
    display: block;
  }
}

footer.footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  background-image: url("../img/Footer_BG.jpg");
}
footer.footer p {
  color: #ffffff;
}
footer.footer a {
  color: #ffffff;
}
footer.footer .main-footer {
  display: grid;
  grid-template-columns: 50% 15% 15% 15%;
  justify-content: space-between;
  margin-bottom: 5%;
}
footer.footer .main-footer .logoBox img {
  width: 300px;
  margin-bottom: 30px;
}
footer.footer .main-footer .logoBox .aboutF {
  max-width: 500px;
  width: 100%;
}
footer.footer .main-footer .logoBox .socials {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
footer.footer .main-footer .logoBox .socials p {
  margin: 0;
}
footer.footer .main-footer .logoBox .socials p a img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
footer.footer .main-footer .menuBox .head {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  opacity: 0.7;
}
footer.footer .main-footer .menuBox ul {
  padding: 0;
  margin: 0;
}
footer.footer .main-footer .menuBox ul li {
  list-style: none;
  margin-bottom: 10px;
}
footer.footer .main-footer .menuBox ul li a {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  display: inline;
}
footer.footer .main-footer .menuBox ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  footer.footer .main-footer {
    grid-template-columns: 31% 31% 31%;
  }
  footer.footer .main-footer .logoBox {
    grid-column: span 3;
  }
}
@media all and (max-width: 767px) {
  footer.footer .main-footer {
    grid-template-columns: 100%;
    gap: 30px;
  }
  footer.footer .main-footer .logoBox {
    grid-column: span 1;
  }
}
footer.footer .copyrBox p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}
footer.footer .copyrBox p a {
  text-decoration: underline;
}

.defaultPage .contentBox {
  margin-top: 5%;
}
.defaultPage .contentBox h1, .defaultPage .contentBox h2, .defaultPage .contentBox h3, .defaultPage .contentBox h4, .defaultPage .contentBox h5, .defaultPage .contentBox h6, .defaultPage .contentBox p.serif {
  font-weight: 600;
  margin-top: 30px;
}

/*
  SASS file for Wrappers Only
*/
.full-wrap {
  max-width: 2200px;
  margin: 0 auto;
}

.main-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper {
  text-align: center;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  font-size: 20px !important;
  padding: 7px 20px 10px !important;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
}
.gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  outline: none;
  text-transform: capitalize;
}
.gform_wrapper .gform_footer {
  text-align: center;
  display: inline-flex !important;
  margin: 30px auto 0 !important;
  align-self: center;
  border: 1px solid #D09151;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.gform_wrapper .gform_footer::before {
  background-color: #D09151;
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%, 30% 75%);
  right: -1px;
  width: 50px;
  height: 102%;
  top: -1px;
}
.gform_wrapper .gform_footer:hover {
  color: #D09151;
  text-decoration: none;
}
.gform_wrapper .gform_footer .gform_button {
  font-family: "Darker Grotesque", sans-serif;
  margin-bottom: 0 !important;
  color: #D09151;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none !important;
  padding: 10px 70px 12px 30px !important;
  background-color: transparent !important;
  font-size: 18px;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.homeBanner {
  position: relative;
}
.homeBanner .dots {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.homeBanner .dots ul {
  display: flex;
  gap: 15px;
}
.homeBanner .dots ul li {
  width: 10px;
  height: 10px;
  opacity: 0.6;
  border: 1px solid #ffffff;
  list-style: none;
  cursor: pointer;
}
.homeBanner .dots ul li.slick-active {
  background-color: #ffffff;
  opacity: 1;
}
.homeBanner .dots ul li button {
  visibility: hidden;
}
.homeBanner .bannerSlider .slide .two-col {
  height: 790px;
  position: relative;
}
.homeBanner .bannerSlider .slide .two-col .imgBox {
  height: 100%;
  width: 65%;
  right: 0;
  left: 35%;
  top: 0;
  position: relative;
}
.homeBanner .bannerSlider .slide .two-col .imgBox img, .homeBanner .bannerSlider .slide .two-col .imgBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeBanner .bannerSlider .slide .two-col .textBox {
  position: absolute;
  width: 60%;
  height: 100%;
  padding: 5% 150px 5% 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 0;
  top: 0;
  z-index: 9;
}
.homeBanner .bannerSlider .slide .two-col .textBox::before {
  content: "";
  right: -20px;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #D09151;
  height: 100%;
  clip-path: polygon(0% 0%, 78% 0, 100% 72%, 91% 100%, 0% 100%);
  position: absolute;
}
.homeBanner .bannerSlider .slide .two-col .textBox::after {
  content: "";
  background-image: url("../img/bannerV.png");
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-color: #141315;
  bottom: 0;
  left: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 78% 0, 100% 72%, 91% 100%, 0% 100%);
  background-size: 60% 70%;
}
.homeBanner .bannerSlider .slide .two-col .textBox .inner {
  position: relative;
  z-index: 3;
}
.homeBanner .bannerSlider .slide .two-col .textBox .inner h1 {
  color: #ffffff;
}
.homeBanner .bannerSlider .slide .two-col .textBox .inner p {
  color: #ffffff;
}
.homeBanner .bannerSlider .slide .two-col .textBox .inner .line {
  background-color: #D09151;
  width: 300px;
  max-width: 90%;
  margin: 20px 0;
  opacity: 0.6;
  height: 2px;
}
@media all and (max-width: 1400px) {
  .homeBanner .bannerSlider .slide .two-col .textBox {
    width: 75%;
  }
}
@media all and (max-width: 992px) {
  .homeBanner .bannerSlider .slide .two-col {
    height: 600px;
  }
  .homeBanner .bannerSlider .slide .two-col .textBox {
    width: 100%;
    padding: 5% 80px 5% 5%;
  }
  .homeBanner .bannerSlider .slide .two-col .textBox::before {
    display: none;
  }
  .homeBanner .bannerSlider .slide .two-col .textBox::after {
    content: "";
    background-image: url("../img/bannerV.png");
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: #141315;
    bottom: 0;
    left: 0;
    background-position: bottom left;
    background-repeat: no-repeat;
    clip-path: polygon(0% 0%, 78% 0, 100% 72%, 91% 100%, 0% 100%);
    background-size: 60% 70%;
  }
  .homeBanner .bannerSlider .slide .two-col .imgBox {
    width: 100%;
    left: 0;
  }
}

.aboutSec .icon {
  margin-bottom: 30px;
}
.aboutSec .pointSec {
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.aboutSec .pointSec .point {
  background-position: center;
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #D09151;
  cursor: pointer;
  min-height: 400px;
  position: relative;
}
.aboutSec .pointSec .point::before {
  background-color: #D09151;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -3;
  transition: all 0.3s ease 0s;
}
.aboutSec .pointSec .point::after {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}
.aboutSec .pointSec .point img {
  width: 40px;
  object-fit: contain;
  height: 40px;
  position: relative;
  z-index: 2;
}
.aboutSec .pointSec .point .textBox {
  position: relative;
  z-index: 2;
  text-align: left;
}
.aboutSec .pointSec .point .textBox h3 {
  font-weight: 600;
}
.aboutSec .pointSec .point .textBox .copy {
  display: none;
}
.aboutSec .pointSec .point:hover::before {
  transform: scale(1.1);
}
@media all and (max-width: 1400px) {
  .aboutSec .pointSec {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 992px) {
  .aboutSec .pointSec {
    margin-top: 10%;
  }
  .aboutSec .pointSec .point {
    min-height: 350px;
  }
}
@media all and (max-width: 767px) {
  .aboutSec .pointSec {
    grid-template-columns: 100%;
    margin-top: 10%;
  }
  .aboutSec .pointSec .point {
    min-height: 350px;
  }
}

.ourProperties {
  background-image: url("../img/Properties_BG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 5%;
}
.ourProperties .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
.ourProperties h2 {
  color: #ffffff;
}
.ourProperties p {
  color: #ffffff;
}
.ourProperties .ourPro {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ourProperties .ourPro .properties a:hover {
  text-decoration: none;
}
.ourProperties .ourPro .properties .projImg {
  min-height: 300px;
  position: relative;
}
.ourProperties .ourPro .properties .projImg img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.ourProperties .ourPro .properties .details {
  padding: 20px;
  background-color: #444243;
}
.ourProperties .ourPro .properties .details .det {
  display: grid;
  grid-template-columns: 30% 68%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ourProperties .ourPro .properties .details .det:last-child {
  margin-bottom: 0;
}
.ourProperties .ourPro .properties .details .det p {
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 18px;
}
.ourProperties .ourPro .properties .details .det p.title {
  font-size: 15px;
  font-weight: 500;
}
@media all and (max-width: 1280px) {
  .ourProperties .ourPro {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 992px) {
  .ourProperties .two-col {
    grid-template-columns: 100%;
  }
  .ourProperties .ourPro {
    grid-template-columns: repeat(2, 1fr);
  }
  .ourProperties .ourPro .properties .details .det {
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 767px) {
  .ourProperties .ourPro {
    grid-template-columns: 100%;
  }
}

.servicesBox .tabsHead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.servicesBox .tabsHead .head {
  border: 1px solid #D09151;
  display: flex;
  justify-content: space-between;
  min-width: 350px;
  padding: 10px 20px 13px;
  gap: 20px;
  cursor: pointer;
}
.servicesBox .tabsHead .head.active {
  background-color: #D09151;
}
.servicesBox .tabsHead .head.active p {
  color: #ffffff;
}
.servicesBox .tabsHead .head.active img.icon {
  display: block;
}
.servicesBox .tabsHead .head.active img.icon_b {
  display: none;
}
.servicesBox .tabsHead .head p {
  color: #D09151;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.servicesBox .tabsHead .head img {
  width: 15px;
}
.servicesBox .tabsHead .head img.icon {
  display: none;
}
.servicesBox .contentTab {
  margin-top: 5%;
}
.servicesBox .contentTab .content {
  display: none;
}
.servicesBox .contentTab .content .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
.servicesBox .contentTab .content .two-col .textBox {
  padding: 10%;
}
.servicesBox .contentTab .content .two-col .textBox h3 {
  font-weight: 600;
}
.servicesBox .contentTab .content .two-col .imgBox img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .servicesBox .contentTab .content .two-col {
    grid-template-columns: 100%;
  }
  .servicesBox .contentTab .content .two-col .textBox {
    padding: 0%;
  }
}

.mapSec .innerSec {
  display: grid;
  grid-template-columns: 50% 50%;
}
.mapSec .innerSec .map {
  height: 100%;
  background-color: #f7f7f7;
  clip-path: polygon(0% 0%, 90% 0, 100% 60%, 95% 100%, 0% 100%);
  min-height: 500px;
}
.mapSec .innerSec .ctaSec {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 10%;
  position: relative;
}
.mapSec .innerSec .ctaSec:after {
  width: 70%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background-color: #D09151;
  z-index: -1;
}
.mapSec .innerSec .ctaSec::before {
  background-color: #D09151;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%, 10% 61%);
  position: absolute;
  right: 8%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.mapSec .innerSec .ctaSec h2, .mapSec .innerSec .ctaSec p {
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .mapSec .innerSec {
    grid-template-columns: 100%;
  }
  .mapSec .innerSec .map {
    clip-path: none;
    min-height: 400px;
  }
  .mapSec .innerSec .ctaSec {
    background-color: #D09151;
  }
  .mapSec .innerSec .ctaSec::before {
    display: none;
  }
  .mapSec .innerSec .ctaSec::after {
    display: none;
  }
}

.aboutBanner {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 300px;
  padding-bottom: 40px;
  padding-top: 10%;
}
.aboutBanner .back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.aboutBanner .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: flex-end;
}
.aboutBanner .inner h1 {
  margin-bottom: 30px;
}
.aboutBanner .inner .line {
  width: 400px;
  max-width: 80%;
  height: 1px;
  background-color: #D09151;
}
@media all and (max-width: 992px) {
  .aboutBanner {
    padding-bottom: 20px;
  }
  .aboutBanner .inner {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .aboutBanner .inner h1 {
    margin-bottom: 20px;
  }
}

.ourVision .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  gap: 30px;
  margin-top: 5%;
}
@media all and (max-width: 992px) {
  .ourVision .two-col {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.benSec .two-col {
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  align-items: center;
}
.benSec .two-col .imgBox {
  padding: 10%;
  background-image: url("../img/Benefits_Frame.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #D09151;
}
.benSec .two-col .points .point {
  display: flex;
  gap: 30px;
}
.benSec .two-col .points .point .imgb {
  width: 80px;
}
.benSec .two-col .points .point img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.benSec .two-col .points .point h3 {
  font-weight: 500;
}
@media all and (max-width: 992px) {
  .benSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .benSec .two-col .imgBox {
    padding: 5%;
  }
  .benSec .two-col .points .point {
    gap: 20px;
  }
  .benSec .two-col .points .point img {
    width: 30px;
    height: 30px;
  }
}

.serviceBanner {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 300px;
  padding-bottom: 40px;
  padding-top: 10%;
}
.serviceBanner .back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.serviceBanner h1 {
  font-weight: 600;
  margin-bottom: 30px;
}
.serviceBanner .line {
  width: 400px;
  max-width: 80%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #D09151;
}
@media all and (max-width: 992px) {
  .serviceBanner {
    padding-bottom: 20px;
  }
  .serviceBanner h1 {
    margin-bottom: 20px;
  }
  .serviceBanner .line {
    margin-bottom: 20px;
    width: 300px;
    max-width: 50%;
  }
}

.aboutService .outerSlider {
  margin-bottom: 5%;
  position: relative;
}
.aboutService .outerSlider .arrows {
  position: absolute;
  right: 5%;
  bottom: 5%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.aboutService .outerSlider .arrows > div {
  cursor: pointer;
  width: 50px;
}
.aboutService .outerSlider .arrows .prev img {
  transform: rotate(180deg);
}
.aboutService .outerSlider .serviceSlider .slide {
  height: 40vh;
}
.aboutService .outerSlider .serviceSlider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutService .aboutServSec {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.aboutService .aboutServSec .copyBox ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  row-gap: 20px;
}
.aboutService .aboutServSec .copyBox ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
.aboutService .aboutServSec .copyBox ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/Plus_Icon_b.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}
@media all and (max-width: 992px) {
  .aboutService .aboutServSec {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .aboutService .aboutServSec .copyBox ul {
    grid-template-columns: 100%;
  }
}

.propertiesBanner {
  padding-top: 5%;
}
.propertiesBanner .icon {
  margin-bottom: 30px;
}
.propertiesBanner .copy {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}
.propertiesBanner h1 {
  font-weight: 600;
}

.ourProp {
  padding-top: 0;
}
.ourProp .propertiesSec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.ourProp .propertiesSec .properties a {
  color: #000;
  display: block;
  border: 1px solid rgba(208, 145, 81, 0.43);
}
.ourProp .propertiesSec .properties a:hover {
  text-decoration: none;
  color: #ffffff;
}
.ourProp .propertiesSec .properties a:hover .details {
  background-color: #D09151;
}
.ourProp .propertiesSec .properties .projImg {
  min-height: 300px;
  position: relative;
}
.ourProp .propertiesSec .properties .projImg img {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.ourProp .propertiesSec .properties .details {
  padding: 20px;
}
.ourProp .propertiesSec .properties .details .det {
  display: grid;
  grid-template-columns: 30% 68%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ourProp .propertiesSec .properties .details .det:last-child {
  margin-bottom: 0;
}
.ourProp .propertiesSec .properties .details .det p {
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 18px;
}
.ourProp .propertiesSec .properties .details .det p.title {
  font-size: 15px;
  font-weight: 500;
}
@media all and (max-width: 1280px) {
  .ourProp .propertiesSec {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 992px) {
  .ourProp .propertiesSec {
    grid-template-columns: repeat(2, 1fr);
  }
  .ourProp .propertiesSec .properties .details .det {
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 767px) {
  .ourProp .propertiesSec {
    grid-template-columns: 100%;
  }
}

.bannerPro {
  padding-bottom: 0;
}
.bannerPro .videoBox {
  margin: 20px 0;
}
.bannerPro .videoBox video {
  width: 100%;
}
.bannerPro h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.bannerPro .det {
  display: flex;
  gap: 10px;
}
.bannerPro .det:last-child {
  margin-bottom: 0;
}
.bannerPro .det p {
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 18px;
}
.bannerPro .det p.title {
  font-size: 15px;
  font-weight: 400;
}
.bannerPro .galleryBox {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.bannerPro .galleryBox.colThree {
  grid-template-columns: repeat(3, 1fr);
}
.bannerPro .galleryBox.colThree .imgBox {
  position: relative;
  display: block;
  overflow: hidden;
}
.bannerPro .galleryBox.colThree .imgBox:first-child {
  grid-row: span 1;
}
@media all and (max-width: 992px) {
  .bannerPro .galleryBox.colThree {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .bannerPro .galleryBox.colThree {
    grid-template-columns: 100%;
  }
}
.bannerPro .galleryBox .imgBox {
  position: relative;
  display: none;
  overflow: hidden;
}
.bannerPro .galleryBox .imgBox:first-child {
  grid-row: span 2;
}
.bannerPro .galleryBox .imgBox:nth-child(1), .bannerPro .galleryBox .imgBox:nth-child(2), .bannerPro .galleryBox .imgBox:nth-child(3) {
  display: block;
}
.bannerPro .galleryBox .imgBox:hover .inner {
  transform: translateY(0);
}
.bannerPro .galleryBox .imgBox .inner {
  transition: all 0.3s ease 0s;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.bannerPro .galleryBox .imgBox .inner a {
  display: inline-block;
  padding: 8px 30px;
  border: 0.5px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.bannerPro .galleryBox .imgBox .inner a:hover {
  text-decoration: none;
}
.bannerPro .galleryBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .bannerPro .galleryBox {
    grid-template-columns: 100%;
  }
  .bannerPro .galleryBox .imgBox {
    grid-row: span 1;
  }
}

.propDesc .innerDesc {
  display: grid;
  grid-template-columns: 60% 31%;
  justify-content: space-between;
}
.propDesc .innerDesc .desc .amenities {
  margin-top: 40px;
}
.propDesc .innerDesc .desc .amenities .amenitie {
  display: flex;
  gap: 20px;
}
.propDesc .innerDesc .desc .amenities .amenitie .icon {
  width: 15px;
}
.propDesc .innerDesc .desc .amenities .amenitie .icon img {
  width: 100%;
  position: relative;
  top: 7px;
}
.propDesc .innerDesc .desc .amenities .amenitie .text .title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}
.propDesc .innerDesc .desc .map {
  margin-top: 40px;
  height: 600px;
}
.propDesc .innerDesc .stickySec {
  border-left: 2px solid #D09151;
  padding-left: 50px;
  position: relative;
}
.propDesc .innerDesc .stickySec .inner {
  position: sticky;
  top: 120px;
}
.propDesc .innerDesc .stickySec h4 {
  font-weight: 600;
}
@media all and (max-width: 992px) {
  .propDesc .innerDesc {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .propDesc .innerDesc .desc .amenities {
    margin-top: 20px;
  }
  .propDesc .innerDesc .desc .map {
    height: 400px;
    margin-top: 20px;
  }
}

.mapSec .two-col {
  display: grid;
  grid-template-columns: 70% 20%;
  justify-content: space-between;
  align-items: center;
}
.mapSec .two-col .mapBox .map {
  height: 500px;
}
.mapSec .two-col .detBox .det {
  margin-bottom: 30px;
}
.mapSec .two-col .detBox .det p {
  font-weight: 600;
}
.mapSec .two-col .detBox .det p a {
  color: #000;
}
.mapSec .two-col .detBox .det .head {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.mapSec .two-col .detBox .det .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
  gap: 20px;
}
.mapSec .two-col .detBox .det .socials p {
  margin: 0;
}
.mapSec .two-col .detBox .det .socials p a img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  filter: invert(1);
}
@media all and (max-width: 1280px) {
  .mapSec .two-col {
    grid-template-columns: 70% 30%;
  }
  .mapSec .two-col .detBox {
    padding: 10%;
  }
}
@media all and (max-width: 992px) {
  .mapSec .two-col {
    grid-template-columns: 100%;
  }
  .mapSec .two-col .mapBox .map {
    height: 400px;
  }
  .mapSec .two-col .detBox {
    padding: 5%;
  }
}

.formBox h3 {
  font-weight: 600;
  margin-bottom: 40px;
}

.tentCont {
  border-bottom: 0.5px solid #D09151;
  background-color: #141315;
}
.tentCont h1, .tentCont p {
  color: #ffffff;
}
.tentCont .icon {
  margin-bottom: 30px;
}
.tentCont .form {
  margin-top: 30px;
}
.tentCont .form .gform_wrapper {
  text-align: center;
}
.tentCont .form .gform_wrapper .gform_body .gform_fields .gfield input, .tentCont .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .tentCont .form .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  background-color: transparent;
  font-size: 20px !important;
  padding: 7px 20px 10px !important;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
.tentCont .form .gform_wrapper .gform_body .gform_fields .gfield input:focus, .tentCont .form .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .tentCont .form .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 600;
  outline: none;
}

/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

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