body {
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 250;
  margin-bottom: 30px;
}
@media all and (max-width: 992px) {
  h1, h2, h3, h4, h5, h6, p.serif {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, p.serif {
    margin-bottom: 10px;
  }
}

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

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

h2 {
  font-size: 25px;
  font-weight: 400;
  font-weight: 400;
}
h2.big {
  font-size: 30px;
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
  h2.big {
    font-size: 25px;
  }
}

h3 {
  font-size: 30px;
}

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: 10% 5%;
}

.gold {
  color: #B1A281;
}

.green {
  color: #598A3E;
}

header {
  padding: 20px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 1s ease 0.1s;
}
header.darkHeader {
  background-color: #000000;
}
header.darkHeader .logo {
  width: 220px;
}
@media all and (max-width: 992px) {
  header.darkHeader .logo {
    width: 150px;
  }
}
header .logo {
  transition: all 0.3s ease 0.1s;
  width: 300px;
}
@media all and (max-width: 992px) {
  header .logo {
    width: 250px;
  }
}
header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 50px;
}
header nav ul li {
  list-style: none;
}
header nav ul li.menuBtn a {
  padding: 10px 50px;
  border: 1px solid #ffffff;
}
header nav ul li a {
  color: #ffffff;
}
header nav ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
header div#burger {
  height: 40px;
  width: 40px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: 2px solid #ffffff;
  cursor: pointer;
  padding: 7px;
  position: absolute;
  right: 5%;
}
header div#burger span {
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 7px;
  transition: all 1s ease 0.1s;
  z-index: 99999;
}
header div#burger span:last-child {
  margin-bottom: 0;
}
header div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
}
header div#burger.open span:first-child {
  top: 1px;
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
header 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 div#burger {
    display: flex;
  }
  header nav {
    background-color: #000000;
    padding: 5%;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-120%);
    opacity: 0;
    transition: all 1s ease 0.3s;
  }
  header nav.show {
    transform: translateX(0);
    opacity: 1;
  }
  header nav ul {
    flex-direction: column;
    margin: 0;
    display: flex;
    gap: 20px;
    padding: 0;
  }
  header nav ul li {
    width: 100%;
    list-style: none;
    text-align: center;
  }
  header nav ul li a {
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    padding: 10px 0px;
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
  }
  header nav ul li a::before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url("../img/arrow_w.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    opacity: 0;
  }
  header nav ul li a:hover {
    text-decoration: none;
  }
  header nav ul li a:hover::before {
    opacity: 1;
  }
  header nav ul li.green {
    margin-top: 80px;
  }
}

footer {
  background-color: #000000;
  position: relative;
  padding: 5%;
}
footer .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
footer .two-col .logoBox .backImg {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
}
footer .two-col .logoBox .logosBox {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .two-col .logoBox .logosBox img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
}
@media all and (max-width: 992px) {
  footer .two-col .logoBox .logosBox {
    gap: 10px;
  }
}
footer .two-col .aboutBox p {
  color: #ffffff;
}
footer .two-col .aboutBox p a {
  color: #ffffff;
}
footer .two-col .aboutBox p img {
  max-height: 50px;
  margin-right: 10px;
}
footer .two-col .aboutBox .head {
  color: #598A3E;
  text-transform: uppercase;
}
footer .two-col .aboutBox .aboutB {
  margin-bottom: 40px;
}
footer .two-col .aboutBox .copy {
  margin-top: 100px;
  text-align: right;
}
@media all and (max-width: 1500px) {
  footer .two-col {
    grid-template-columns: 40% 55%;
  }
  footer .two-col .two-col {
    grid-template-columns: 48% 48%;
  }
}
@media all and (max-width: 1280px) {
  footer .two-col {
    grid-template-columns: 30% 65%;
  }
}
@media all and (max-width: 992px) {
  footer .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  footer .two-col .two-col {
    grid-template-columns: 100%;
  }
  footer .two-col .logoBox img {
    max-width: 200px;
  }
  footer .two-col .aboutBox .copy {
    margin-top: 50px;
    text-align: left;
  }
}

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

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

.full-wrap {
  max-width: 1980px;
  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 .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: 17px !important;
  padding: 10px !important;
}
.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_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

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;
  height: 80vh;
  min-height: 600px;
}
.homeBanner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
}
.homeBanner h1 {
  color: #fff;
}
.homeBanner p {
  color: #fff;
}
.homeBanner .BtnB {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: auto;
}
.homeBanner .BtnB a {
  color: #fff;
}
.homeBanner .BtnB a:hover {
  text-decoration: none;
}
@media all and (max-width: 1400px) {
  .homeBanner {
    padding-top: 150px;
  }
}
@media all and (max-width: 992px) {
  .homeBanner {
    height: 500px;
    align-items: center;
    display: flex;
    background-color: #000000;
  }
  .homeBanner h1, .homeBanner p {
    position: relative;
    z-index: 3;
  }
  .homeBanner .bannerImg {
    opacity: 0.6;
    z-index: 1;
  }
}

.aboutUsSec .quoteBox {
  display: grid;
  grid-template-columns: 15% 80%;
  justify-content: space-between;
  align-items: center;
}
.aboutUsSec .quoteBox h2 {
  text-transform: none;
  font-weight: 400;
  margin-bottom: 0;
}
.aboutUsSec .quoteBox img {
  width: 100%;
}
.aboutUsSec .two-col {
  margin-top: 10%;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  align-items: center;
  display: grid;
}
@media all and (max-width: 992px) {
  .aboutUsSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .aboutUsSec .quoteBox {
    grid-template-columns: 100%;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .aboutUsSec .quoteBox .iconBox {
    text-align: center;
  }
  .aboutUsSec .quoteBox h2 {
    text-align: center;
  }
  .aboutUsSec .quoteBox img {
    max-width: 100px;
    margin: 0 auto;
  }
}

.aboutMario .two-col {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.aboutMario .two-col .textBox {
  background-color: #000000;
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.aboutMario .two-col .textBox .quote {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 40px;
  top: 40px;
  border: 1px solid #ffffff;
  width: 60px;
  height: 60px;
}
.aboutMario .two-col .textBox .quote p {
  font-family: "Proxima Nova";
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.aboutMario .two-col .textBox p {
  color: #ffffff;
}
.aboutMario .two-col .textBox .inner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 992px) {
  .aboutMario .two-col {
    grid-template-columns: 100%;
  }
  .aboutMario .two-col .textBox .quote {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px;
  }
}

.servicesBox {
  overflow: hidden;
  padding-bottom: 0;
}
.servicesBox .colService {
  display: grid;
  grid-template-columns: 25% 70%;
  justify-content: space-between;
}
.servicesBox .colService .servBox .inner {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
.servicesBox .colService .servBox .inner .serv {
  padding: 10px 20px;
  border: 2px solid #000000;
  cursor: pointer;
}
.servicesBox .colService .servBox .inner .serv:hover, .servicesBox .colService .servBox .inner .serv.active {
  background-color: #000000;
}
.servicesBox .colService .servBox .inner .serv:hover p, .servicesBox .colService .servBox .inner .serv.active p {
  color: #ffffff;
}
.servicesBox .colService .servBox .inner .serv p {
  margin-bottom: 0;
}
.servicesBox .dots {
  width: 100%;
  margin-top: 40px;
}
.servicesBox .dots ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.servicesBox .dots ul li {
  list-style: none;
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #000000;
}
.servicesBox .dots ul li.slick-active::before {
  width: 100%;
  transition: all 0.5s ease 0s;
}
.servicesBox .dots ul li button {
  visibility: hidden;
}
.servicesBox .dots ul li::before {
  height: 5px;
  top: -2px;
  background-color: #598A3E;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
}
.servicesBox .serviceSlider {
  margin-top: 10%;
  cursor: url("../img/pointer.png"), auto;
}
.servicesBox .serviceSlider .slick-list {
  overflow: visible;
}
.servicesBox .serviceSlider:hover {
  cursor: url("../img/pointer.png"), auto;
}
.servicesBox .serviceSlider .imgBox {
  margin-right: 30px;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicesBox .serviceSlider .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicesBox .serviceSlider .imgBox .textB {
  position: absolute;
  padding: 40px;
}
.servicesBox .serviceSlider .imgBox .textB p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.4;
}
.servicesBox .serviceSlider .imgBox .textB p.head {
  margin-bottom: 10px;
  font-weight: 600;
}
@media all and (max-width: 1500px) {
  .servicesBox .colService {
    grid-template-columns: 15% 80%;
  }
}
@media all and (max-width: 1280px) {
  .servicesBox .colService .servBox .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 992px) {
  .servicesBox .colService {
    grid-template-columns: 100%;
  }
  .servicesBox .colService .servBox .inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .servicesBox .colService .servBox .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.gallerySec {
  padding-bottom: 0;
}
.gallerySec .headingBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.gallerySec .headingBox h2 {
  margin-bottom: 0;
}
.gallerySec .headingBox .filterBox {
  display: flex;
  gap: 20px;
  align-items: center;
}
.gallerySec .headingBox .filterBox p {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.gallerySec .headingBox .filterBox .filters {
  display: flex;
  gap: 20px;
}
.gallerySec .headingBox .filterBox .filters p {
  cursor: pointer;
  padding-bottom: 1px;
  opacity: 0.6;
  position: relative;
}
.gallerySec .headingBox .filterBox .filters p::before {
  content: "";
  width: 0%;
  transition: all 0.3s ease 0.1s;
  height: 2px;
  position: absolute;
  background-color: #598A3E;
  bottom: 0;
  left: 0;
}
.gallerySec .headingBox .filterBox .filters p:hover, .gallerySec .headingBox .filterBox .filters p.active {
  opacity: 1;
}
.gallerySec .headingBox .filterBox .filters p:hover::before, .gallerySec .headingBox .filterBox .filters p.active::before {
  width: 100%;
}
@media all and (max-width: 992px) {
  .gallerySec .headingBox {
    flex-direction: column;
    gap: 10px;
  }
}
.gallerySec .galleryBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.gallerySec .galleryBox .img {
  max-height: 600px;
}
.gallerySec .galleryBox .img:nth-child(3n) {
  grid-column: span 2;
}
.gallerySec .galleryBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .gallerySec .galleryBox {
    gap: 20px;
  }
  .gallerySec .galleryBox .img {
    max-height: 400px;
  }
}
@media all and (max-width: 767px) {
  .gallerySec .galleryBox {
    gap: 10px;
  }
}

.testimonialSec {
  padding-bottom: 0;
}
.testimonialSec .testimonialSlider .name {
  opacity: 0.65;
  font-size: 18px;
}
.testimonialSec .dotst {
  margin-top: 30px;
}
.testimonialSec .dotst ul {
  width: 100%;
  gap: 10px;
  padding: 0;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}
.testimonialSec .dotst ul li {
  list-style: none;
  max-width: 100px;
  height: 3px;
  width: 100%;
  background-color: #000000;
  position: relative;
}
.testimonialSec .dotst ul li.slick-active::before {
  transition: all 5s ease 0.1s;
  width: 100%;
}
.testimonialSec .dotst ul li::before {
  position: absolute;
  width: 0%;
  left: 0;
  height: 100%;
  content: "";
  background-color: #598A3E;
}
.testimonialSec .dotst ul li button {
  visibility: hidden;
}

.formBox .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  align-items: center;
}
.formBox .two-col .form .gform_wrapper .gfield input, .formBox .two-col .form .gform_wrapper .gfield textarea {
  border: none;
  border-bottom: 2px solid #000000;
  font-family: "proxima-nova", sans-serif;
  padding: 10px 0 !important;
  background-color: transparent !important;
}
.formBox .two-col .form .gform_wrapper .gform_footer input {
  font-family: "proxima-nova", sans-serif;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 20px;
  padding: 10px 50px !important;
  line-height: 1.3 !important;
}
.formBox .two-col .form .gform_wrapper .gform_footer input:hover {
  background-color: #000000;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  .formBox {
    position: relative;
    padding: 5%;
  }
  .formBox .two-col {
    grid-template-columns: 100%;
  }
  .formBox .two-col .imgBox img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.3;
    object-fit: cover;
  }
}

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