@import url("https://use.typekit.net/tiz5mki.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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: "span", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p.serif span {
  display: block;
  color: #c3ae7f;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
@media all and (max-width: 992px) {
  h1, h2, h3, h4, h5, h6, p.serif {
    margin-bottom: 30px;
  }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p.serif span {
    display: inline;
  }
}
@media all and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, p.serif {
    margin-bottom: 20px;
  }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, p.serif span {
    display: inline;
  }
}

a {
  font-family: "Montserrat", sans-serif;
}

p, li {
  font-size: 22px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
}
@media all and (max-width: 992px) {
  p, li {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  p, li {
    font-size: 18px;
  }
}

h1 {
  font-size: 100px;
}
@media all and (max-width: 1800px) {
  h1 {
    font-size: 80px;
  }
}
@media all and (max-width: 1280px) {
  h1 {
    font-size: 70px;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 60px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 40px;
  }
}

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

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

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

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;
}

.section-padding {
  padding: 5%;
}

.goldBtn {
  background-color: #c3ae7f;
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  display: inline-block;
}
.goldBtn:hover {
  color: #ffffff;
  text-decoration: none;
}

.btnBox {
  margin-top: 30px;
}

.lineBtn {
  text-transform: uppercase;
  font-size: 16px;
  text-transform: uppercase;
  color: #2a2828;
  padding-bottom: 10px;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  font-weight: 600;
}
.lineBtn::before {
  width: 100%;
  height: 2px;
  background-color: #c3ae7f;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.lineBtn:hover {
  text-decoration: none;
  color: #c3ae7f;
}

.header {
  padding: 30px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  gap: 30px;
}
.header.darkHeader {
  background-color: #2a2828;
}
.header.darkHeader .logo {
  width: 150px;
}
.header.darkHeader .logo img.logo-img-w {
  display: block;
}
.header.darkHeader .logo img.logo-img-b {
  display: none;
}
@media all and (max-width: 992px) {
  .header.darkHeader .logo {
    width: 120px;
  }
}
.header.darkHeader .menulink a {
  color: #ffffff;
}
.header.darkHeader .menuBtn .btnM {
  color: #ffffff;
}
.header.darkHeader .menuBtn .btnM:hover {
  text-decoration: none;
}
.header.darkHeader .menuBtn div#burger span {
  background-color: #ffffff;
}
.header.darkHeader .menuBtn div#burger.open span {
  background-color: #ffffff;
}
.header.homeHead {
  position: fixed;
}
.header.homeHead .menulink a {
  color: #ffffff;
}
.header.homeHead .menuBtn .btnM {
  color: #ffffff;
}
.header.homeHead .menuBtn .btnM:hover {
  text-decoration: none;
}
.header.homeHead .menuBtn div#burger span {
  background-color: #ffffff;
}
.header.homeHead .menuBtn div#burger.open span {
  background-color: #ffffff;
}
.header.homeHead nav ul li a {
  color: #ffffff;
}
.header .logo {
  width: 200px;
  transition: all 0.3s ease 0.1s;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .logo img.logo-img-w {
  display: none;
}
.header .logo img.logo-img-b {
  display: block;
}
@media all and (max-width: 992px) {
  .header .logo {
    width: 150px;
  }
}
.header .menulink {
  position: absolute;
  left: 5%;
}
.header .menulink a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}
.header .menulink a:hover {
  text-decoration: none;
  color: #c3ae7f;
}
.header .menuBtn {
  display: flex;
  align-items: center;
  border: 2px solid #c3ae7f;
  position: absolute;
  right: 5%;
  z-index: 999999;
}
.header .menuBtn.open .btnM {
  color: #ffffff;
}
.header .menuBtn .btnM {
  border-right: 2px solid #c3ae7f;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 40px;
  text-transform: uppercase;
  color: #000000;
}
.header .menuBtn .btnM:hover {
  text-decoration: none;
  background-color: #c3ae7f;
}
.header .menuBtn div#burger {
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: #c3ae7f;
  cursor: pointer;
  padding: 10px;
  position: relative;
  gap: 7px;
  border-left: 0;
}
.header .menuBtn div#burger span {
  height: 2px;
  width: 100%;
  background-color: #2a2828;
  display: block;
  transition: all 1s ease 0.1s;
  z-index: 99999;
}
.header .menuBtn div#burger span:last-child {
  margin-bottom: 0;
}
.header .menuBtn div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
}
.header .menuBtn div#burger.open span:first-child {
  top: 9px;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
.header .menuBtn div#burger.open span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg);
  top: -9px;
}
.header nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 90%;
  width: 500px;
  background-color: #2a2828;
  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.show {
  transform: translateX(0);
}
.header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.header nav ul li {
  list-style: none;
  position: relative;
}
.header nav ul li.current-menu-item a {
  color: #c3ae7f;
}
.header nav ul li.current-menu-item a::before {
  width: 30px;
}
.header nav ul li a {
  padding: 15px 40px;
  color: #ffffff;
  font-family: "span", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  display: flex;
  align-items: center;
}
.header nav ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  height: 2px;
  width: 0px;
  background-color: #c3ae7f;
  transition: all 0.3s ease 0.1s;
}
.header nav ul li a:hover {
  text-decoration: none;
  color: #c3ae7f;
}
.header nav ul li a:hover::before {
  width: 30px;
}
.header 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 .socials p {
  margin: 0;
}
.header nav .socials p a img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
@media all and (max-width: 992px) {
  .header {
    justify-content: space-between;
  }
  .header .menulink {
    display: none;
  }
  .header .menuBtn .btnM {
    display: none;
  }
  .header nav {
    padding: 100px 5%;
  }
  .header nav ul li a {
    font-size: 20px;
    padding: 10px 40px;
  }
}

.page-template-template-contact .footer {
  margin-top: 0;
}

.footer {
  background-color: #2a2828;
  margin-top: 10%;
}
.footer .mainfooter {
  display: grid;
  grid-template-columns: 15% 15% 24% 15% 15%;
  gap: 30px;
  justify-content: space-between;
}
.footer .mainfooter .inner .head {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.footer .mainfooter .inner p {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}
.footer .mainfooter .inner p a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.footer .mainfooter .footerlogo {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.footer .mainfooter .footerlogo .iconImg {
  width: 150px;
  max-width: 100%;
  position: relative;
  margin: -50% auto 50px;
}
.footer .mainfooter .footerlogo .hcralink {
  display: inline-block;
  margin: 30px auto 0;
}
.footer .mainfooter .footerlogo .hcraLogo {
  width: 200px;
  max-width: 100%;
  margin: 0px auto 0;
}
.footer .mainfooter .footerlogo .footerLogo {
  width: 200px;
  max-width: 100%;
  margin: 0px auto 0;
}
.footer .mainfooter .menu ul {
  margin: 0;
  padding: 0;
}
.footer .mainfooter .menu ul li {
  list-style: none;
}
.footer .mainfooter .menu ul li a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
.footer .mainfooter .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.footer .mainfooter .socials p {
  margin: 0;
}
.footer .mainfooter .socials p a img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}
.footer .copyright {
  padding: 20px 5%;
  position: relative;
}
.footer .copyright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  background-color: #ffffff;
  opacity: 0.5;
  height: 2px;
}
.footer .copyright p {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 600;
}
.footer .copyright p a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
@media all and (max-width: 992px) {
  .footer {
    margin-top: 0;
  }
  .footer .mainfooter {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .mainfooter .footerlogo {
    grid-column: span 2;
    order: -1;
    margin-bottom: 30px;
  }
  .footer .mainfooter .footerlogo .iconImg {
    width: 100px;
    margin: 0% auto 30px;
  }
  .footer .mainfooter .menu ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
  .footer .mainfooter {
    grid-template-columns: 100%;
  }
  .footer .mainfooter .footerlogo {
    grid-column: span 1;
    order: -1;
    margin-bottom: 30px;
  }
  .footer .mainfooter .footerlogo .iconImg {
    width: 70px;
    margin: 0% auto 30px;
  }
}

.defaultBox .contBox h1, .defaultBox .contBox h2, .defaultBox .contBox h3, .defaultBox .contBox h4, .defaultBox .contBox h5, .defaultBox .contBox h6, .defaultBox .contBox p.serif {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-top: 20px;
  border-top: 2px solid #f6f5f2;
  margin-top: 30px;
}

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

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

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

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

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

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

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields {
  grid-column-gap: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #c3ae7f;
  font-size: 16px !important;
  padding: 10px !important;
  font-weight: 500;
  background-color: transparent;
}
.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-size: 16px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox .gchoice label {
  cursor: pointer;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #2a2828;
  padding-left: 30px;
}
.gform_wrapper .gform_body .ginput_container_checkbox .gfield_checkbox .gchoice input {
  display: none;
}
.gform_wrapper .gform_body .custom-check {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 1px solid #c3ae7f;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 7px;
  pointer-events: none;
}
.gform_wrapper .gform_body .custom-check .custom-check-inner {
  height: 9px;
  width: 9px;
  background-color: transparent;
}
.gform_wrapper .gform_body .gfield-choice-input + label {
  max-width: unset !important;
}
.gform_wrapper .gform_body .gfield-choice-input:checked + label + .custom-check .custom-check-inner {
  background-color: #c3ae7f;
}
.gform_wrapper .gform_footer {
  text-align: center;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-color: #c3ae7f;
  border: 1px solid #c3ae7f;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 500;
}

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;
  }
}
/*
    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;
}

.homeBanner {
  position: relative;
}
.homeBanner .iconSvg {
  position: absolute;
  opacity: 0.3;
  max-width: 90%;
  width: 1000px;
  top: 20%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
}
.homeBanner .dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  z-index: 99;
  justify-content: center;
}
.homeBanner .dots ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.homeBanner .dots ul li {
  list-style: none;
  opacity: 0.5;
}
.homeBanner .dots ul li.slick-active {
  opacity: 1;
}
.homeBanner .dots ul li.slick-active button::before {
  width: 100%;
}
.homeBanner .dots ul li button {
  position: relative;
  padding: 5px 0px;
  font-family: "span", sans-serif;
  border: none;
  color: #ffffff;
  font-weight: 600;
  outline: none;
  font-size: 40px;
  background-color: transparent;
}
.homeBanner .dots ul li button::before {
  width: 0%;
  height: 2px;
  bottom: 0;
  transition: all 0.3s ease 0;
  left: 0;
  background-color: #c3ae7f;
  content: "";
  position: absolute;
}
@media all and (max-width: 992px) {
  .homeBanner .dots ul li button {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .dots ul li button {
    font-size: 25px;
  }
}
.homeBanner .bannerSlider {
  background-color: #2a2828;
}
.homeBanner .bannerSlider::before {
  content: "";
  background-image: url("../img/Logo_Icon.svg");
  position: absolute;
  opacity: 0.3;
  max-width: 90%;
  width: 1300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  top: 25%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 0;
}
.homeBanner .bannerSlider .slick-list {
  overflow-y: visible;
}
.homeBanner .bannerSlider .slide {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.homeBanner .bannerSlider .slide .backimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.homeBanner .bannerSlider .slide .textBox {
  position: relative;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
  z-index: 99;
}
.homeBanner .bannerSlider .slide .textBox h1 {
  color: #ffffff;
}
.homeBanner .bannerSlider .slide .textBox .subHead {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 2px;
}
@media all and (max-width: 992px) {
  .homeBanner .bannerSlider .slide .textBox .subHead {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .bannerSlider .slide .textBox .subHead {
    font-size: 16px;
  }
}

.aboutSect {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.aboutSect .scrollImg {
  margin: 30px auto 0;
  max-width: 40px;
}

.ourCommu {
  position: relative;
}
.ourCommu::before {
  height: 30%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: #f9f7f2;
  z-index: -1;
  position: absolute;
}
.ourCommu .communities .community {
  margin-bottom: 5%;
}
.ourCommu .communities .community .projImg {
  height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ourCommu .communities .community .projImg::before {
  position: absolute;
  height: 100%;
  width: 900px;
  max-width: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
  left: 0;
  top: 0;
}
.ourCommu .communities .community .projImg .backImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.ourCommu .communities .community .projImg .textBox {
  position: relative;
  left: 0;
}
.ourCommu .communities .community .projImg .textBox h3 {
  color: #c3ae7f;
  margin-bottom: 20px;
}
.ourCommu .communities .community .projImg .textBox .points p {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.ourCommu .communities .community .projImg .textBox .points p::before {
  position: absolute;
  width: 15px;
  top: 10px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/Bullet.png");
  content: "";
  left: 0;
  background-size: contain;
}
.ourCommu .communities .community .projImg .textBox .points ul {
  margin: 0;
  padding: 0;
}
.ourCommu .communities .community .projImg .textBox .points ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  color: #ffffff;
}
.ourCommu .communities .community .projImg .textBox .points ul li::before {
  position: absolute;
  width: 15px;
  top: 10px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/Bullet.png");
  content: "";
  left: 0;
  background-size: contain;
}
.ourCommu .communities .community .projImg .textBox p {
  color: #ffffff;
}
.ourCommu .communities .community .projImg .textBox .badgeP {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
@media all and (max-width: 1500px) {
  .ourCommu .communities .community .projImg {
    height: 600px;
  }
}
@media all and (max-width: 992px) {
  .ourCommu .communities .community .projImg {
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  .ourCommu .communities .community .projImg {
    height: 500px;
  }
}
@media all and (max-width: 500px) {
  .ourCommu .communities .community .projImg {
    min-height: 400px;
    height: auto;
  }
}

.aboutBanner {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #2a2828;
}
.aboutBanner .backImg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}
.aboutBanner h1 {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .aboutBanner {
    min-height: 30vh;
  }
}

.aboutSec {
  background-color: #f9f7f2;
  position: relative;
}
.aboutSec .logoSvg {
  position: absolute;
  max-width: 100%;
  width: 700px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 0;
  object-fit: cover;
  object-position: left;
}
.aboutSec .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  position: relative;
  z-index: 1;
}
.aboutSec .two-col .copy p strong {
  text-transform: uppercase;
}
.aboutSec .two-col .copy ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
}
.aboutSec .two-col .copy ul li {
  list-style: none;
}
@media all and (max-width: 992px) {
  .aboutSec .two-col {
    gap: 0;
    grid-template-columns: 100%;
  }
}

.tarionSec .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
.tarionSec .two-col .logoBox img {
  width: 400px;
  max-width: 100%;
}
@media all and (max-width: 992px) {
  .tarionSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.visionSec {
  position: relative;
}
.visionSec::before {
  position: absolute;
  width: 60%;
  margin: 0 auto;
  height: 2px;
  background-color: #f3f3f3;
  left: 0;
  right: 0;
  content: "";
  top: 0;
}
.visionSec .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
.visionSec .two-col .copyBox {
  position: relative;
}
.visionSec .two-col .copyBox .quote {
  position: absolute;
  width: 90px;
  left: -100px;
  top: 0;
  opacity: 0.2;
}
.visionSec .two-col .copyBox .name {
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media all and (max-width: 992px) {
  .visionSec .two-col {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.contactBanner .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
.contactBanner h2 span {
  display: inline-block;
}
.contactBanner .detailsBox p {
  text-transform: uppercase;
}
.contactBanner .detailsBox p a {
  color: #2a2828;
}
.contactBanner .detailsBox .socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.contactBanner .detailsBox .socials p {
  margin: 0;
}
.contactBanner .detailsBox .socials p a img {
  height: 30px;
  width: 30px;
  object-fit: contain;
  filter: invert(1);
}
@media all and (max-width: 992px) {
  .contactBanner .two-col {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.contaform {
  position: relative;
  padding-bottom: 10%;
  overflow: hidden;
  background-color: #f9f7f2;
}
.contaform .logoSvgL {
  position: absolute;
  height: 100%;
  width: 600px;
  object-fit: cover;
  left: -300px;
  object-position: left;
  z-index: 0;
  top: 0;
  max-width: 40%;
  opacity: 0.1;
}
.contaform .logoSvgR {
  opacity: 0.1;
  position: absolute;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 600px;
  max-width: 40%;
  object-fit: cover;
  right: -300px;
  object-position: right;
}
.contaform .subHead {
  text-transform: uppercase;
  font-weight: 500;
}
.contaform .form {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .contaform {
    padding-bottom: 15%;
  }
}

.projectsBanner {
  padding-bottom: 0;
}
.projectsBanner h1 {
  font-weight: 600;
}
.projectsBanner .copy {
  max-width: 800px;
  margin: 0 auto;
}

.ourProjects .communities .community {
  margin-bottom: 5%;
}
.ourProjects .communities .community:last-child {
  margin-bottom: 0;
}
.ourProjects .communities .community .projImg {
  height: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ourProjects .communities .community .projImg::before {
  position: absolute;
  height: 100%;
  width: 900px;
  max-width: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
  left: 0;
  top: 0;
}
.ourProjects .communities .community .projImg .backImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}
.ourProjects .communities .community .projImg .textBox {
  position: relative;
  left: 0;
}
.ourProjects .communities .community .projImg .textBox h3 {
  color: #c3ae7f;
  margin-bottom: 20px;
}
.ourProjects .communities .community .projImg .textBox .points p {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.ourProjects .communities .community .projImg .textBox .points p::before {
  position: absolute;
  width: 15px;
  top: 10px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/Bullet.png");
  content: "";
  left: 0;
  background-size: contain;
}
.ourProjects .communities .community .projImg .textBox .points ul {
  margin: 0;
  padding: 0;
}
.ourProjects .communities .community .projImg .textBox .points ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  color: #ffffff;
}
.ourProjects .communities .community .projImg .textBox .points ul li::before {
  position: absolute;
  width: 15px;
  top: 10px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/Bullet.png");
  content: "";
  left: 0;
  background-size: contain;
}
.ourProjects .communities .community .projImg .textBox p {
  color: #ffffff;
}
.ourProjects .communities .community .projImg .textBox .badgeP {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
@media all and (max-width: 1500px) {
  .ourProjects .communities .community .projImg {
    height: 600px;
  }
}
@media all and (max-width: 992px) {
  .ourProjects .communities .community .projImg {
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  .ourProjects .communities .community .projImg {
    height: 500px;
  }
}
@media all and (max-width: 500px) {
  .ourProjects .communities .community .projImg {
    min-height: 400px;
  }
}

.comBanner {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: flex-end;
  background-color: #2a2828;
}
.comBanner::before {
  content: "";
  bottom: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute;
}
.comBanner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}
.comBanner h2 {
  position: relative;
  margin-bottom: 0;
  color: #ffffff;
  z-index: 2;
}
@media all and (max-width: 992px) {
  .comBanner {
    min-height: 30vh;
  }
}

.projDesc .inner {
  display: flex;
  justify-content: space-between;
}
.projDesc .inner .logoBox {
  width: 60px;
}
.projDesc .inner .logoBox img {
  width: 100%;
}
.projDesc .inner .head {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.projDesc .inner .pDesc {
  width: calc(100% - 90px);
}
.projDesc .inner .addDetails {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.projDesc .inner .addDetails ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  padding: 0;
  margin: 0;
}
.projDesc .inner .addDetails ul li {
  list-style: none;
}
@media all and (max-width: 992px) {
  .projDesc .inner .logoBox {
    display: none;
  }
  .projDesc .inner .pDesc {
    width: 100%;
  }
  .projDesc .inner .addDetails {
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 767px) {
  .projDesc .inner .addDetails ul {
    grid-template-columns: 100%;
  }
}

.galleryBox {
  position: relative;
  overflow: hidden;
}
.galleryBox::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  content: "";
  background-color: #c3ae7f;
}
.galleryBox .arrows .arrow {
  position: absolute;
  top: 46%;
  padding: 10px;
  height: 60px;
  cursor: pointer;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.galleryBox .arrows .arrow img {
  width: 100%;
  max-width: 25px;
}
.galleryBox .arrows .arrow.prev {
  left: 5%;
  background-color: #ffffff;
}
.galleryBox .arrows .arrow.prev:hover {
  background-color: #c3ae7f;
}
.galleryBox .arrows .arrow.prev:hover img {
  filter: invert(1);
}
.galleryBox .arrows .arrow.next {
  right: 5%;
  background-color: #c3ae7f;
}
.galleryBox .arrows .arrow.next img {
  filter: invert(1);
  transform: rotate(180deg);
}
.galleryBox .arrows .arrow.next:hover {
  background-color: #ffffff;
}
.galleryBox .arrows .arrow.next:hover img {
  filter: invert(0);
}
.galleryBox .galBox {
  column-count: 3;
  column-gap: 30px;
}
.galleryBox .galBox .img {
  margin-bottom: 30px;
}
.galleryBox .gallerySlider {
  overflow: visible;
}
.galleryBox .gallerySlider .slick-list {
  overflow: visible;
}
.galleryBox .gallerySlider .img {
  margin: 0 20px;
  max-height: 500px;
}
.galleryBox .gallerySlider .img a {
  display: block;
}
.galleryBox .gallerySlider .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media all and (max-width: 992px) {
  .galleryBox .arrows .arrow {
    width: 40px;
    height: 40px;
  }
  .galleryBox .galBox {
    column-count: 2;
    column-gap: 20px;
  }
  .galleryBox .galBox .img {
    margin-bottom: 20px;
  }
  .galleryBox .gallerySlider {
    overflow: hidden;
  }
  .galleryBox .gallerySlider .slick-list {
    overflow: hidden;
  }
}

.clientRev {
  background-color: #c3ae7f;
  padding-top: 0;
}
.clientRev .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.clientRev .two-col .head {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
}
@media all and (max-width: 992px) {
  .clientRev .two-col {
    grid-template-columns: 100%;
    gap: 0;
  }
}

.galbox .galInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.galbox .galInner .img {
  aspect-ratio: 1/1;
  position: relative;
}
.galbox .galInner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .galbox .galInner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .galbox .galInner {
    grid-template-columns: 100%;
  }
}

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