@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "BlairITCMedium";
  src: url("../fonts/Blair ITC Medium.otf");
}
@font-face {
  font-family: "BlairITCTTBold";
  src: url("../fonts/BlairITCTTBold.otf");
}
@font-face {
  font-family: "BlairITCTTLight";
  src: url("../fonts/BlairITCTTLight.otf");
}
body {
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "BlairITCMedium", sans-serif;
  text-transform: uppercase;
}
h1.montserrat, h2.montserrat, h3.montserrat, h4.montserrat, h5.montserrat, h6.montserrat, p.serif.montserrat {
  text-transform: unset;
  font-family: "Montserrat", sans-serif;
}
h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold, p.serif.bold {
  font-family: "BlairITCTTBold", sans-serif;
}
h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, p.serif.light {
  font-family: "BlairITCTTLight", sans-serif;
}

p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

li {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

a {
  font-size: 18px;
}

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

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

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

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

.whiteBtn {
  padding: 10px 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "BlairITCTTLight", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.whiteBtn::before {
  position: absolute;
  right: 10px;
  content: "";
  background-image: url("../img/Icon_Button.svg");
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 10px;
}
.whiteBtn:hover {
  text-decoration: none;
  background-color: #b3a165;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .whiteBtn {
    font-size: 14px;
  }
}

.blackBtn {
  padding: 10px 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  border: 1px solid #1c1c1b;
  font-family: "BlairITCTTLight", sans-serif;
  color: #1c1c1b;
  text-transform: uppercase;
}
.blackBtn::before {
  position: absolute;
  right: 10px;
  content: "";
  background-image: url("../img/Icon_Button_b.svg");
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 10px;
}
.blackBtn:hover {
  text-decoration: none;
  border: 1px solid #b3a165;
  background-color: #b3a165;
  color: #ffffff;
}
.blackBtn:hover::before {
  background-image: url("../img/Icon_Button.svg");
}
@media all and (max-width: 992px) {
  .blackBtn {
    font-size: 14px;
  }
}

.whiteBtnSolid {
  padding: 10px 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  border: 1px solid #ffffff;
  font-family: "BlairITCTTLight", sans-serif;
  color: #1c1c1b;
  text-transform: uppercase;
  background-color: #ffffff;
}
.whiteBtnSolid::before {
  position: absolute;
  right: 10px;
  content: "";
  background-image: url("../img/Icon_Button_b.svg");
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 10px;
}
.whiteBtnSolid:hover {
  border: 1px solid #b3a165;
  text-decoration: none;
  background-color: #b3a165;
  color: #ffffff;
}
.whiteBtnSolid:hover::before {
  background-image: url("../img/Icon_Button.svg");
}
@media all and (max-width: 992px) {
  .whiteBtnSolid {
    font-size: 14px;
  }
}

.blackBtnSolid {
  padding: 10px 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  border: 1px solid #1c1c1b;
  font-family: "BlairITCTTLight", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1c1c1b;
}
.blackBtnSolid::before {
  position: absolute;
  right: 10px;
  content: "";
  background-image: url("../img/Icon_Button.svg");
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 10px;
}
.blackBtnSolid:hover {
  text-decoration: none;
  border: 1px solid #b3a165;
  background-color: #b3a165;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .blackBtnSolid {
    font-size: 14px;
  }
}

.header {
  padding: 30px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  gap: 30px;
}
.header.darkHeader {
  background-color: #1c1c1b;
}
.header.darkHeader .logo img.logo-img-w {
  display: block;
}
.header.darkHeader .logo img.logo-img-b {
  display: none;
}
.header.darkHeader .menu nav ul li.menu-item-has-children > a::before {
  background-image: url("../img/Icon_Button.svg");
}
.header.darkHeader .menu nav ul li a {
  color: #ffffff;
}
.header.homeHead {
  position: fixed;
}
.header.homeHead .menu nav ul li.menu-item-has-children > a::before {
  background-image: url("../img/Icon_Button.svg");
}
.header.homeHead .menu nav ul li a {
  color: #ffffff;
}
.header .logo img {
  width: 250px;
}
.header .logo img.logo-img-w {
  display: none;
}
.header .logo img.logo-img-b {
  display: block;
}
.header .menu div#burger {
  height: 40px;
  width: 40px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
  border: #b3a165;
  cursor: pointer;
  padding: 8px;
  position: relative;
  background-color: #b3a165;
}
.header .menu div#burger span {
  height: 3px;
  width: 100%;
  background-color: #1c1c1b;
  display: block;
  margin-bottom: 4px;
  transition: all 1s ease 0.1s;
  z-index: 99999;
}
.header .menu div#burger span:last-child {
  margin-bottom: 0;
}
.header .menu div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #1c1c1b;
}
.header .menu div#burger.open span:first-child {
  top: 10px;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
.header .menu div#burger.open span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg);
  top: -11px;
}
@media all and (max-width: 992px) {
  .header .menu div#burger {
    display: flex;
  }
}
.header .menu nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.header .menu nav ul li {
  list-style: none;
  position: relative;
}
.header .menu nav ul li.menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
.header .menu nav ul li.menu-item-has-children > a::before {
  position: absolute;
  right: 10px;
  content: "";
  top: 0px;
  background-image: url("../img/Icon_Button_b.svg");
  width: 6px;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.header .menu nav ul li a {
  padding: 15px 20px;
  color: #000000;
  font-family: "BlairITCTTLight", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
}
.header .menu nav ul li a:hover {
  text-decoration: none;
}
.header .menu nav ul li .sub-menu {
  background-color: #1c1c1b;
  padding: 30px;
  top: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  min-width: 320px;
}
.header .menu nav ul li .sub-menu li a {
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  display: inline-block;
  color: #ffffff;
}
.header .menu nav ul li .sub-menu li a:hover {
  color: #b3a165;
}
@media all and (max-width: 992px) {
  .header .menu nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    background-color: #1c1c1b;
    padding: 50px 5%;
    transform: translateX(100%);
    transition: all 0.3s ease 0.1s;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header .menu nav.show {
    transform: translateX(0);
  }
  .header .menu nav .mobileLogo {
    display: block;
  }
  .header .menu nav .mobileLogo .logo-img {
    width: 200px;
  }
  .header .menu nav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .header .menu nav ul li {
    width: 100%;
    border-bottom: 1px solid #cccccc;
  }
  .header .menu nav ul li.menu-item-has-children a::before {
    background-image: url("../img/Icon_Button.svg");
  }
  .header .menu nav ul li a {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    display: block;
    color: #ffffff;
  }
  .header .menu nav ul li .sub-menu {
    position: relative;
    padding: 0;
    top: unset;
    padding-left: 10px;
    right: unset;
  }
  .header .menu nav ul li .sub-menu li {
    border-bottom: 0;
  }
}
@media all and (max-width: 992px) {
  .header {
    padding: 20px 5%;
  }
  .header .logo img {
    width: 200px;
  }
}

.footer {
  padding-bottom: 40px;
}
.footer .mainFooter {
  display: grid;
  grid-template-columns: 20% 20% 15% 20% 15%;
  justify-content: space-between;
}
.footer .mainFooter .logoBox img {
  width: 230px;
  max-width: 100%;
}
.footer .mainFooter ul {
  margin: 0;
  padding: 0;
}
.footer .mainFooter ul li {
  list-style: none;
}
.footer .mainFooter .head {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
  opacity: 0.4;
  text-transform: uppercase;
}
.footer .mainFooter a {
  text-transform: uppercase;
  font-family: "BlairITCTTLight", sans-serif;
  display: block;
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .mainFooter .socials {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.footer .mainFooter .socials img {
  width: 30px;
}
.footer .mainFooter .goTop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .mainFooter .goTop .inner {
  cursor: pointer;
}
.footer .mainFooter .goTop img {
  transform: rotate(90deg);
  max-width: 100px;
}
.footer .mainFooter .goTop p {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 700;
}
.footer .btmFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.footer .btmFooter ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.footer .btmFooter ul li {
  list-style: none;
}
.footer .btmFooter ul li a {
  text-transform: uppercase;
  font-family: "BlairITCTTLight", sans-serif;
  display: block;
  color: #000000;
  font-size: 12px;
  margin-bottom: 0px;
}
.footer .btmFooter .copy {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}
.footer .btmFooter .copy a {
  font-size: inherit;
  font-weight: inherit;
  color: #000000;
  text-decoration: underline;
}
@media all and (max-width: 1280px) {
  .footer {
    position: relative;
  }
  .footer .mainFooter {
    grid-template-columns: 30% 30% 30%;
    gap: 30px;
  }
  .footer .mainFooter .logoBox {
    grid-column: span 3;
  }
  .footer .mainFooter .goTop {
    position: fixed;
    width: 50px;
    bottom: 10px;
    right: 10px;
    text-align: center;
    z-index: 9;
  }
  .footer .mainFooter .goTop img {
    width: 100%;
  }
  .footer .mainFooter .goTop p {
    display: none;
  }
  .footer .btmFooter {
    flex-direction: column;
    gap: 10px;
  }
  .footer .btmFooter .copy {
    text-align: center;
  }
}
@media all and (max-width: 992px) {
  .footer {
    padding-bottom: 5%;
  }
  .footer .mainFooter {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .footer .mainFooter .logoBox {
    grid-column: span 1;
  }
}

.normalContent {
  background-color: #f3f3f3;
}
.normalContent h1, .normalContent h2, .normalContent h3, .normalContent h4, .normalContent h5, .normalContent h6 {
  margin: 40px 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*
  SASS file for Wrappers Only
*/
.fullWrap {
  max-width: 2100px;
  margin: 0 auto;
  width: 100%;
}

.main-wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.med-wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.smc-wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

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

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

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

/*
    SASS File for Gravity Forms CSS Override
*/
.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;
  color: #1c1c1b;
  font-size: 18px !important;
  padding: 10px !important;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.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 .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  color: #1c1c1b;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.gform_wrapper .gform_footer {
  text-align: center;
  display: inline-flex !important;
  align-items: center;
  padding: 0 !important;
  margin-top: 30px !important;
  border: 1px solid #1c1c1b;
  position: relative;
}
.gform_wrapper .gform_footer::before {
  position: absolute;
  right: 10px;
  content: "";
  background-image: url("../img/Icon_Button_b.svg");
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 10px;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 20px !important;
  padding-right: 30px !important;
  font-family: "BlairITCTTLight", sans-serif;
  color: #1c1c1b;
  border: none;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
  background-color: transparent;
}

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 .dots {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.homeBanner .dots ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.homeBanner .dots ul li {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 2px solid #cccccc;
  border-radius: 50%;
  position: relative;
  transform: rotate(45deg);
  list-style: none;
}
.homeBanner .dots ul li.slick-active::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: l18 5.2s infinite linear;
}
.homeBanner .dots ul li button {
  visibility: hidden;
}
@keyframes l18 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.homeBanner .bannerSlider .slide {
  min-height: 70vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #1c1c1b;
}
.homeBanner .bannerSlider .slide img {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.homeBanner .bannerSlider .slide .textBox {
  position: relative;
  z-index: 2;
  max-width: 80%;
}
.homeBanner .bannerSlider .slide .textBox h1 {
  color: #ffffff;
}
.homeBanner .videoBox {
  min-height: 70vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-color: #1c1c1b;
}
.homeBanner .videoBox video {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.homeBanner .videoBox .textBox {
  position: relative;
  z-index: 2;
  max-width: 80%;
}
.homeBanner .videoBox .textBox h1 {
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .homeBanner .bannerSlider .slide {
    min-height: unset;
    height: 400px;
  }
  .homeBanner .bannerSlider .slide .textBox {
    bottom: 40px;
    max-width: 100%;
  }
  .homeBanner .videoBox {
    min-height: unset;
    height: 400px;
  }
}

.homeAbout {
  padding: 5% 0;
  position: relative;
  overflow: hidden;
}
.homeAbout .icon {
  top: -9%;
  right: -6%;
  position: absolute;
  max-width: 300px;
}
.homeAbout .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: flex-start;
}
.homeAbout .two-col.first {
  align-items: flex-end;
}
.homeAbout .two-col .copyBox {
  padding: 10%;
  position: relative;
  overflow: hidden;
}
.homeAbout .two-col .copyBox.dark {
  background-color: #1c1c1b;
}
.homeAbout .two-col .copyBox.dark * {
  color: #ffffff;
}
.homeAbout .two-col .imgBox img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .homeAbout .icon {
    top: -16%;
    right: -10%;
    z-index: 9;
  }
}
@media all and (max-width: 992px) {
  .homeAbout .icon {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 50px;
    z-index: 9;
  }
  .homeAbout .two-col {
    grid-template-columns: 100%;
  }
  .homeAbout .two-col .copyBox {
    padding: 5%;
  }
}

.ourProjects .btnBoxB {
  text-align: center;
  margin-top: 40px;
}
.ourProjects .heading {
  max-width: 600px;
  width: 100%;
}
.ourProjects .projectsBox {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ourProjects .projectsBox .projImg {
  aspect-ratio: 1.3/1;
  position: relative;
}
.ourProjects .projectsBox .projImg .badgeP {
  position: absolute;
  background-color: #fe5f55;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  top: 0;
  left: 0;
  font-family: "BlairITCMedium", sans-serif;
  color: #ffffff;
}
.ourProjects .projectsBox .projImg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.ourProjects .projectsBox .projDets {
  position: relative;
  padding: 10%;
  background-color: #1c1c1b;
}
.ourProjects .projectsBox .projDets .location {
  text-transform: uppercase;
  font-weight: 700;
}
.ourProjects .projectsBox .projDets .icon {
  width: 40px;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.ourProjects .projectsBox .projDets h3, .ourProjects .projectsBox .projDets p {
  color: #ffffff;
}
.ourProjects .projectsBox .projDets .btnBox {
  margin-top: 60px;
}
@media all and (max-width: 992px) {
  .ourProjects .projectsBox {
    grid-template-columns: 48% 48%;
  }
}
@media all and (max-width: 767px) {
  .ourProjects .projectsBox {
    grid-template-columns: 100%;
  }
}

.projectBox {
  padding-bottom: 0;
}

.servicesBox, .projectBox {
  background-color: #1c1c1b;
  overflow: hidden;
  position: relative;
}
.servicesBox .arrow, .projectBox .arrow {
  height: 60px;
  width: 60px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  bottom: 40%;
}
.servicesBox .arrow.prev, .projectBox .arrow.prev {
  left: 5%;
}
.servicesBox .arrow.next, .projectBox .arrow.next {
  right: 5%;
}
@media all and (max-width: 992px) {
  .servicesBox .arrow, .projectBox .arrow {
    height: 40px;
    width: 40px;
  }
}
.servicesBox h1, .servicesBox h2, .projectBox h1, .projectBox h2 {
  color: #ffffff;
}
.servicesBox h1 span, .servicesBox h2 span, .projectBox h1 span, .projectBox h2 span {
  display: block;
  text-align: right;
}
.servicesBox .servicesSlider, .projectBox .servicesSlider {
  max-width: 80%;
  margin: 0 auto;
  overflow: visible;
  margin-top: 40px;
}
.servicesBox .servicesSlider .slick-list, .projectBox .servicesSlider .slick-list {
  overflow: visible;
}
.servicesBox .servicesSlider .service, .projectBox .servicesSlider .service {
  margin: 0 15px;
}
.servicesBox .servicesSlider .service .serviceHead, .projectBox .servicesSlider .service .serviceHead {
  background-color: #b3a165;
  padding: 40px;
}
.servicesBox .servicesSlider .service .serviceHead h3, .projectBox .servicesSlider .service .serviceHead h3 {
  color: #ffffff;
}
.servicesBox .servicesSlider .service .projImg, .projectBox .servicesSlider .service .projImg {
  position: relative;
  aspect-ratio: 1/1.2;
  overflow: hidden;
}
.servicesBox .servicesSlider .service .projImg .imgBack, .projectBox .servicesSlider .service .projImg .imgBack {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicesBox .servicesSlider .service .projImg .copy, .projectBox .servicesSlider .service .projImg .copy {
  position: absolute;
  padding: 40px;
  transition: all 0.3s ease 0.1s;
  transform: translateY(-100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 27, 0.9);
}
.servicesBox .servicesSlider .service .projImg .copy .icon, .projectBox .servicesSlider .service .projImg .copy .icon {
  width: 40px;
  margin-bottom: 30px;
}
.servicesBox .servicesSlider .service .projImg .copy p, .servicesBox .servicesSlider .service .projImg .copy li, .projectBox .servicesSlider .service .projImg .copy p, .projectBox .servicesSlider .service .projImg .copy li {
  color: #ffffff;
}
.servicesBox .servicesSlider .service .projImg .copy .btnBox, .projectBox .servicesSlider .service .projImg .copy .btnBox {
  margin-top: 100px;
}
.servicesBox .servicesSlider .service:hover .projImg .copy, .projectBox .servicesSlider .service:hover .projImg .copy {
  transform: translateY(0);
}
@media all and (max-width: 992px) {
  .servicesBox .servicesSlider, .projectBox .servicesSlider {
    max-width: 100%;
  }
  .servicesBox .servicesSlider .service, .projectBox .servicesSlider .service {
    margin: 0 10px;
  }
  .servicesBox .servicesSlider .service .serviceHead, .projectBox .servicesSlider .service .serviceHead {
    padding: 20px;
  }
  .servicesBox .servicesSlider .service .projImg, .projectBox .servicesSlider .service .projImg {
    aspect-ratio: 1/1.5;
  }
  .servicesBox .servicesSlider .service .projImg .copy, .projectBox .servicesSlider .service .projImg .copy {
    padding: 20px;
  }
  .servicesBox .servicesSlider .service .projImg .copy .icon, .projectBox .servicesSlider .service .projImg .copy .icon {
    width: 30px;
    margin-bottom: 10px;
  }
  .servicesBox .servicesSlider .service .projImg .copy .btnBox, .projectBox .servicesSlider .service .projImg .copy .btnBox {
    margin-top: 30px;
  }
  .servicesBox .servicesSlider .service .projImg .copy p, .servicesBox .servicesSlider .service .projImg .copy li, .projectBox .servicesSlider .service .projImg .copy p, .projectBox .servicesSlider .service .projImg .copy li {
    font-size: 14px;
  }
}

.contactBox {
  position: relative;
}
.contactBox .backImage {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
}
.contactBox .contactB {
  width: 100%;
  max-width: 450px;
}
.contactBox .contactB .inner {
  background-color: #b3a165;
  padding: 60px 30px;
}
.contactBox .contactB .inner h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.contactBox .contactB .inner p {
  color: #ffffff;
  width: 90%;
  font-size: 16px;
}
.contactBox .contactB .btnBox {
  background-color: #1c1c1b;
  padding: 30px;
}

.mediaSec .two-col {
  display: grid;
  grid-template-columns: 45% 55%;
}
.mediaSec .two-col .copyBox {
  background-color: #1c1c1b;
  padding: 10%;
  position: relative;
}
.mediaSec .two-col .copyBox .icon {
  width: 50px;
  margin-bottom: 30px;
}
.mediaSec .two-col .copyBox .inner {
  position: sticky;
  top: 100px;
}
.mediaSec .two-col .copyBox p {
  color: #ffffff;
}
.mediaSec .two-col .copyBox h3 {
  color: #ffffff;
}
.mediaSec .two-col .copyBox .btnBox {
  margin-top: 20px;
}
.mediaSec .two-col .mediaBox {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mediaSec .two-col .mediaBox .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.mediaSec .two-col .mediaBox .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 992px) {
  .mediaSec .two-col {
    grid-template-columns: 100%;
  }
  .mediaSec .two-col .copyBox {
    padding: 5%;
    padding-bottom: 0;
  }
  .mediaSec .two-col .mediaBox {
    padding: 5%;
    gap: 20px;
  }
}

.testimonialSec {
  background-color: #b3a165;
  position: relative;
}
.testimonialSec .iconBack {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: left;
  opacity: 0.15;
}
.testimonialSec h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.testimonialSec .sliderSec {
  position: relative;
}
.testimonialSec .sliderSec .arrow {
  height: 60px;
  width: 60px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  bottom: 40%;
}
.testimonialSec .sliderSec .arrow.prevT {
  left: 5%;
}
.testimonialSec .sliderSec .arrow.nextT {
  right: 5%;
}
.testimonialSec .outer {
  background-color: #1c1c1b;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px;
  position: relative;
}
.testimonialSec .outer .quote {
  max-width: 80px;
  opacity: 0.1;
  position: absolute;
  top: 80px;
  left: 80px;
}
.testimonialSec .outer .testimonialSlider .review {
  position: relative;
}
.testimonialSec .outer .testimonialSlider .review p {
  color: #ffffff;
}
.testimonialSec .outer .testimonialSlider .review .name {
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .testimonialSec h1 {
    margin-bottom: 20px;
  }
  .testimonialSec .sliderSec {
    position: relative;
  }
  .testimonialSec .sliderSec .arrows {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .testimonialSec .sliderSec .arrow {
    height: 40px;
    width: 40px;
    position: relative;
    bottom: 0%;
  }
  .testimonialSec .sliderSec .arrow.prevT {
    left: unset;
  }
  .testimonialSec .sliderSec .arrow.nextT {
    right: unset;
  }
  .testimonialSec .sliderSec .outer {
    padding: 5%;
  }
  .testimonialSec .sliderSec .outer .quote {
    max-width: 40px;
    opacity: 0.1;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}

.innerBanner {
  position: relative;
  height: 500px;
  display: flex;
  align-items: flex-end;
}
.innerBanner h1 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.innerBanner .backimg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .innerBanner {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .innerBanner {
    height: 300px;
  }
}

.thankyouBanner {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.thankyouBanner h1, .thankyouBanner h3 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.thankyouBanner .btnBox {
  margin-top: 30px;
}
.thankyouBanner .backimg {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .thankyouBanner {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .thankyouBanner {
    height: 300px;
  }
}

.aboutSec {
  padding: 5% 0;
}
.aboutSec .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
}
.aboutSec .two-col .textBox {
  padding: 10%;
}
.aboutSec .two-col .textBox h3 {
  margin-bottom: 20px;
}
.aboutSec .two-col .textBox .icon {
  width: 30px;
  margin-bottom: 20px;
}
.aboutSec .two-col .imgBox {
  position: relative;
}
.aboutSec .two-col .imgBox .quoteBox {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  padding: 50px;
  background-color: #1c1c1b;
}
.aboutSec .two-col .imgBox .quoteBox p {
  color: #ffffff;
  font-size: 30px;
}
@media all and (max-width: 992px) {
  .aboutSec {
    padding: 0;
  }
  .aboutSec .two-col {
    grid-template-columns: 100%;
  }
  .aboutSec .two-col .textBox {
    padding: 5%;
  }
  .aboutSec .two-col .imgBox .quoteBox {
    width: 100%;
    padding: 5%;
    position: relative;
  }
  .aboutSec .two-col .imgBox .quoteBox p {
    font-size: 25px;
  }
}

.ctaBox {
  background-image: url("../img/Contact_Banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8% 5%;
}
.ctaBox.white {
  background-image: url("../img/Contact_Banner_w.jpg");
}
.ctaBox.white .headBox h2 {
  color: #000;
}
.ctaBox .headBox {
  max-width: 500px;
  width: 100%;
}
.ctaBox .headBox h2 {
  color: #ffffff;
  margin-bottom: 30px;
}

.aboutService {
  padding: 5% 0;
}
.aboutService .two-col {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  align-items: center;
}
.aboutService .two-col .textBox {
  padding: 10%;
}
.aboutService .two-col .textBox ul {
  margin: 0;
}
.aboutService .two-col .textBox .icon {
  width: 40px;
  margin-bottom: 20px;
}
.aboutService .two-col .textBox .btnBox {
  margin-top: 20px;
}
.aboutService .two-col .imgBox img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .aboutService {
    padding-top: 0;
  }
  .aboutService .two-col {
    grid-template-columns: 100%;
  }
  .aboutService .two-col .textBox {
    padding: 5%;
  }
}

.detailSec {
  padding-bottom: 5%;
}
.detailSec .two-col {
  display: grid;
  grid-template-columns: 40% 50%;
  justify-content: space-between;
  align-items: center;
}
.detailSec .two-col .imgBox img {
  width: 100%;
}
.detailSec .two-col .copyBox {
  padding: 10%;
}
.detailSec .two-col .copyBox .detail {
  border-bottom: 1px solid #1c1c1b;
}
.detailSec .two-col .copyBox .detail.open .head span {
  background-image: url("../img/Icon_Minus.svg");
}
.detailSec .two-col .copyBox .detail .head {
  padding: 40px 0;
  padding-right: 40px;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.detailSec .two-col .copyBox .detail .head h3 {
  margin-bottom: 0;
}
.detailSec .two-col .copyBox .detail .head span {
  display: block;
  width: 20px;
  height: 20px;
  right: 10px;
  position: absolute;
  background-image: url("../img/Icon_Plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.detailSec .two-col .copyBox .detail .copy {
  display: none;
  padding-bottom: 30px;
}
@media all and (max-width: 992px) {
  .detailSec .two-col {
    grid-template-columns: 100%;
  }
  .detailSec .two-col .copyBox {
    padding: 5%;
  }
}

.projectsBanner .two-col {
  gap: 30px;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  display: grid;
}
@media all and (max-width: 992px) {
  .projectsBanner .two-col {
    grid-template-columns: 100%;
  }
}
.projectsBanner h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.allProjects {
  background-color: #f3f3f3;
}
.allProjects .projectsBox {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.allProjects .projectsBox .projImg {
  aspect-ratio: 1.3/1;
  position: relative;
}
.allProjects .projectsBox .projImg .badgeP {
  position: absolute;
  background-color: #fe5f55;
  font-size: 12px;
  text-transform: uppercase;
  padding: 15px;
  top: 0;
  left: 0;
  font-family: "BlairITCMedium", sans-serif;
  color: #ffffff;
}
.allProjects .projectsBox .projImg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.allProjects .projectsBox .projDets {
  position: relative;
  padding: 10%;
  background-color: #1c1c1b;
}
.allProjects .projectsBox .projDets .location {
  text-transform: uppercase;
  font-weight: 700;
}
.allProjects .projectsBox .projDets .icon {
  width: 40px;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.allProjects .projectsBox .projDets h3, .allProjects .projectsBox .projDets p {
  color: #ffffff;
}
.allProjects .projectsBox .projDets .btnBox {
  margin-top: 60px;
}
@media all and (max-width: 992px) {
  .allProjects .projectsBox {
    grid-template-columns: 48% 48%;
  }
}
@media all and (max-width: 767px) {
  .allProjects .projectsBox {
    grid-template-columns: 100%;
  }
}

.projBanner {
  position: relative;
  height: 500px;
  display: flex;
  align-items: flex-end;
  background-color: #1c1c1b;
}
.projBanner h2 {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.projBanner img {
  position: absolute;
  left: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  top: 0;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .projBanner {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .projBanner {
    height: 300px;
  }
}

.detailsProj {
  background-color: #f3f3f3;
}
.detailsProj .two-col {
  display: grid;
  grid-template-columns: 46% 46%;
  justify-content: space-between;
  align-items: flex-start;
}
.detailsProj .two-col .head {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.detailsProj .two-col .detsBox {
  gap: 30px;
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  align-items: center;
}
.detailsProj .two-col .detsBox .double {
  grid-column: span 2;
}
.detailsProj .two-col .detsBox .double p {
  max-width: 500px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .detailsProj .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.gallerySec {
  background-color: #f3f3f3;
}
.gallerySec .gallBox {
  margin-top: 30px;
  column-count: 3;
  column-gap: 30px;
}
.gallerySec .gallBox a {
  display: block;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .gallerySec .gallBox {
    column-count: 2;
    column-gap: 20px;
  }
  .gallerySec .gallBox a {
    margin-bottom: 20px;
  }
}

.contactBanner h1 {
  text-transform: uppercase;
}

.contacBox {
  background-color: #f3f3f3;
}
.contacBox .two-col {
  display: grid;
  grid-template-columns: 46% 46%;
  justify-content: space-between;
}
.contacBox .two-col .formBox .detailsBox {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
  gap: 30px;
}
.contacBox .two-col .formBox .detailsBox .detail:last-child {
  grid-column: span 2;
}
.contacBox .two-col .formBox .detailsBox .detail .head {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.contacBox .two-col .formBox .detailsBox .detail h3 {
  font-weight: 400;
  text-transform: capitalize;
}
.contacBox .two-col .formBox .detailsBox .detail h3 a {
  font-size: inherit;
  font-weight: inherit;
  font-weight: 400;
  color: inherit;
}
.contacBox .two-col .imageBox {
  padding-top: 7%;
  padding-right: 7%;
  position: relative;
}
.contacBox .two-col .imageBox img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.contacBox .two-col .imageBox::before {
  background-color: #b3a165;
  width: 90%;
  height: 90%;
  content: "";
  right: 0;
  top: 0;
  position: absolute;
}
@media all and (max-width: 1450px) {
  .contacBox .two-col .formBox .detailsBox {
    grid-template-columns: 100%;
  }
  .contacBox .two-col .formBox .detailsBox .detail:last-child {
    grid-column: span 1;
  }
}
@media all and (max-width: 992px) {
  .contacBox .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.media {
  display: block;
}

.mediaBanner {
  background-color: #282827;
  padding-top: 10%;
}
.mediaBanner .two-col {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
  gap: 30px;
}
.mediaBanner .two-col h1 {
  color: #ffffff;
}
.mediaBanner .two-col p {
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .mediaBanner {
    padding-top: 120px;
  }
  .mediaBanner .two-col {
    gap: 20px;
    grid-template-columns: 100%;
  }
}

.mediaBox {
  background-color: #1c1c1b;
}
.mediaBox .mediaSec .mediaS video {
  width: 100%;
}
.mediaBox .mediaSec .mediaS .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.mediaBox .mediaSec .mediaS .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mediaBox .mediaSec .mediaS .inner {
  padding: 30px 5% 5%;
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
}
.mediaBox .mediaSec .mediaS .inner .sub {
  font-size: 16px;
  font-weight: 600;
}
.mediaBox .mediaSec .mediaS .inner h3 {
  color: #ffffff;
}
.mediaBox .mediaSec .mediaS .inner p {
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .mediaBox .mediaSec .mediaS .inner {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

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