@font-face {
  font-family: "DarkerGrotesque";
  src: url("../fonts/DarkerGrotesque-VariableFont_wght.ttf");
}
body {
  overflow-x: hidden;
}

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

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "DarkerGrotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

p, li {
  font-size: 22px;
  font-family: "DarkerGrotesque", sans-serif;
  font-weight: 500;
}

a {
  font-weight: 700;
  font-family: "DarkerGrotesque", sans-serif;
}

.white {
  color: #ffffff;
}

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

h2 {
  font-size: 55px;
}
h2.big {
  font-size: 70px;
}
@media all and (max-width: 1400px) {
  h2.big {
    font-size: 60px;
  }
}
@media all and (max-width: 1280px) {
  h2 {
    font-size: 45px;
  }
  h2.big {
    font-size: 50px;
  }
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 35px;
  }
  h2.big {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
  h2.big {
    font-size: 35px;
  }
}

h3 {
  font-size: 35px;
}
@media all and (max-width: 1400px) {
  h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 1280px) {
  h3 {
    font-size: 25px;
  }
}
@media all and (max-width: 767px) {
  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%;
}

.wBtn {
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 15px;
  display: inline-block;
}
.wBtn:hover {
  background-color: #ffffff;
  color: #04724d;
  text-decoration: none;
}

.gBtn {
  border: 2px solid #04724d;
  color: #04724d;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 15px;
  display: inline-block;
}
.gBtn:hover {
  background-color: #04724d;
  color: #ffffff;
  text-decoration: none;
}

.btnBox {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .btnBox {
    margin-top: 20px;
  }
}

.green {
  color: #04724d;
}

.head {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .head {
    margin-bottom: 10px;
  }
}

.greenBack {
  background-color: #04724d;
}
.greenBack * {
  color: #ffffff;
}

.dropmenu {
  position: fixed;
  transform: translatey(-200%);
  width: 100%;
  height: auto;
  max-height: 90%;
  left: 0;
  padding: 20px 5%;
  z-index: 9999;
  transition: all 0.3s ease 0.1s;
  background-color: #ffffff;
}
.dropmenu.show {
  transform: translateY(0);
}
.dropmenu .head {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.dropmenu .main-Drop {
  display: grid;
  grid-template-columns: 35% 35% 20%;
  justify-content: space-between;
  margin-bottom: 10%;
}
.dropmenu .main-Drop .menu ul {
  padding: 0;
  margin: 0;
}
.dropmenu .main-Drop .menu ul li {
  list-style: none;
}
.dropmenu .main-Drop .menu ul li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
}
.dropmenu .main-Drop .btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.dropmenu .btmDrop {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.dropmenu .btmDrop .head {
  margin-bottom: 0;
}
.dropmenu .btmDrop .dets p:not(.head) {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  gap: 10px;
  text-transform: uppercase;
}
.dropmenu .btmDrop .dets p:not(.head) a {
  color: #000;
}
.dropmenu .btmDrop .dets p:not(.head) img {
  width: 15px;
}
.dropmenu .btmDrop .contDets {
  display: flex;
  gap: 25px;
}
.dropmenu .btmDrop .socials {
  display: flex;
  gap: 10px;
}
.dropmenu .btmDrop .socials img {
  width: 30px;
}
@media all and (max-width: 1280px) {
  .dropmenu .main-Drop .menu ul li a {
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .dropmenu {
    max-height: 90%;
    overflow-y: scroll;
  }
  .dropmenu .main-Drop {
    grid-template-columns: 58% 38%;
    gap: 20px;
  }
  .dropmenu .main-Drop .menu ul li a {
    font-size: 22px;
  }
  .dropmenu .main-Drop .btns {
    align-items: flex-start;
  }
  .dropmenu .btmDrop {
    flex-direction: column;
    gap: 0px;
  }
  .dropmenu .btmDrop .contDets {
    flex-direction: column;
    gap: 0px;
  }
}
@media all and (max-width: 767px) {
  .dropmenu .main-Drop {
    grid-template-columns: 100%;
  }
  .dropmenu .main-Drop .menu ul li a {
    font-size: 20px;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 30px 5%;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  gap: 20px;
  width: 100%;
  z-index: 99999;
  transition: all 0.3s ease 0.1s;
  background-color: #ffffff;
  border-bottom: 2px solid #daeae4;
}
.header .logo img {
  transition: all 0.3s ease 0.1s;
  width: 300px;
}
@media all and (max-width: 1280px) {
  .header .logo img {
    width: 250px;
    max-width: 100%;
  }
}
.header .menu {
  display: flex;
  align-items: center;
}
.header nav .mobile {
  display: none;
}
.header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.header nav ul li {
  padding: 0 10px;
  list-style: none;
  text-align: center;
}
.header nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: -2px;
  text-transform: uppercase;
  color: #000000;
}
.header nav ul li a:hover {
  color: #000000;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .header nav {
    display: none;
  }
}
.header div#burger {
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 99999;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #04724d;
}
.header div#burger span {
  height: 3px;
  width: 100%;
  background-color: #04724d;
  display: block;
  margin-bottom: 6px;
  transition: all 0.5s ease 0.1s;
  z-index: 99999;
}
.header div#burger span:nth-child(2n) {
  width: 80%;
}
.header div#burger span:last-child {
  width: 60%;
  margin-bottom: 0;
}
.header div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #04724d;
}
.header div#burger.open span:first-child {
  top: 6px;
  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(-45deg);
  top: -6px;
  width: 100%;
}
@media all and (max-width: 1280px) {
  .header div#burger {
    height: 45px;
    width: 45px;
  }
}
@media all and (max-width: 1280px) {
  .header {
    padding: 20px 3%;
  }
}

.footer {
  border-top: 2px solid #daeae4;
}
.footer .main-footer {
  display: grid;
  grid-template-columns: 30% 65%;
  justify-content: space-between;
}
.footer .main-footer .logoBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .main-footer .logoBox img {
  width: 250px;
  max-width: 100%;
}
.footer .main-footer ul {
  padding: 0;
  margin: 0;
}
.footer .main-footer ul li {
  list-style: none;
}
.footer .main-footer ul li a {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.footer .main-footer ul li a:hover {
  color: #000000;
}
.footer .main-footer .copyright.mobile {
  display: none;
}
.footer .main-footer .copyright p {
  font-size: 14px;
  text-transform: uppercase;
}
.footer .main-footer .copyright p a {
  color: #000;
  font-weight: inherit;
  text-decoration: underline;
}
.footer .main-footer .menuBox {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  justify-content: space-between;
}
.footer .main-footer .menuBox .heading {
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 400;
}
.footer .main-footer .menuBox .socials {
  display: flex;
  margin-bottom: 40px;
  margin-top: 20px;
  gap: 10px;
}
.footer .main-footer .menuBox .socials img {
  width: 30px;
}
@media all and (max-width: 992px) {
  .footer .main-footer {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .footer .main-footer .logoBox img {
    width: 200px;
  }
  .footer .main-footer .copyright.mobile {
    display: block;
  }
  .footer .main-footer .copyright.desktop {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .footer .main-footer .logoBox img {
    width: 150px;
  }
  .footer .main-footer ul li a {
    margin-bottom: 0px;
  }
  .footer .main-footer .menuBox {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .footer .main-footer .menuBox .heading {
    margin-bottom: 0;
  }
}

.defaultPage .content {
  margin-top: 5%;
}

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

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

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

.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: none;
  border-bottom: 1px solid gray;
  font-size: 17px !important;
  background-color: transparent;
  padding: 10px 0 !important;
  font-family: "DarkerGrotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.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 .gfield_label {
  font-family: "DarkerGrotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.gform_wrapper .gform_body .gform-field-label {
  font-family: "DarkerGrotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px !important;
  letter-spacing: 2px;
}
.gform_wrapper .gform_body .gform_button_select_files {
  padding: 5px 20px !important;
  border: 2px solid #04724d;
  color: #04724d;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px;
  background-color: transparent;
  display: inline-block;
  font-weight: 500;
}
.gform_wrapper .gform_body .gform_button_select_files:hover {
  background-color: #04724d;
  color: #ffffff;
  text-decoration: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
  border: 2px solid #04724d;
  color: #04724d;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 15px;
  background-color: transparent;
  display: inline-block;
  font-weight: 500;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #04724d;
  color: #ffffff;
  text-decoration: none;
}

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 .mainSlider {
  position: relative;
}
.homeBanner .mainSlider .arrowBox {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  padding: 0 5%;
  justify-content: space-between;
  z-index: 99;
}
.homeBanner .mainSlider .arrowBox > div {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
  transition: all 0.3s ease 0.1s;
}
.homeBanner .mainSlider .arrowBox > div:hover {
  opacity: 1;
}
.homeBanner .mainSlider .arrowBox > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.homeBanner .mainSlider .arrowBox > div.prev {
  transform: rotate(180deg);
}
@media all and (max-width: 992px) {
  .homeBanner .mainSlider .arrowBox {
    top: 30%;
  }
}
.homeBanner .mainSlider .bannerSlider .slide {
  height: 60vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.homeBanner .mainSlider .bannerSlider .slide::before {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 27%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.homeBanner .mainSlider .bannerSlider .slide .backimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  z-index: -1;
}
.homeBanner .mainSlider .bannerSlider .slide .textBox {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 70% 25%;
  justify-content: space-between;
  align-items: flex-end;
}
.homeBanner .mainSlider .bannerSlider .slide .textBox h1 {
  color: #ffffff;
  margin-bottom: 0;
}
.homeBanner .mainSlider .bannerSlider .slide .btnBox {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1400px) {
  .homeBanner .mainSlider .bannerSlider .slide .textBox {
    grid-template-columns: 70% 25%;
  }
}
@media all and (max-width: 1280px) {
  .homeBanner .mainSlider .bannerSlider .slide .textBox {
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 992px) {
  .homeBanner .mainSlider .bannerSlider .slide {
    height: 600px;
  }
  .homeBanner .mainSlider .bannerSlider .slide::before {
    height: 60%;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .mainSlider .bannerSlider .slide {
    height: 400px;
  }
  .homeBanner .mainSlider .bannerSlider .slide::before {
    height: 60%;
  }
}
.homeBanner .sliderNav {
  margin-top: 1px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 1px;
}
.homeBanner .sliderNav .slide {
  position: relative;
  aspect-ratio: 1/1;
  padding: 40px;
  cursor: pointer;
  background-color: #000000;
}
.homeBanner .sliderNav .slide.active .backimg {
  opacity: 0.8;
}
.homeBanner .sliderNav .slide.active .textBox .heading h3 {
  opacity: 1;
}
.homeBanner .sliderNav .slide.active .textBox .iconBox .arrow img {
  max-width: 40px;
  transform: rotate(-90deg);
}
.homeBanner .sliderNav .slide .backimg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
  opacity: 0.3;
  transition: all 0.3s ease 0s;
}
.homeBanner .sliderNav .slide .textBox {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homeBanner .sliderNav .slide .textBox .iconBox {
  display: flex;
  justify-content: space-between;
}
.homeBanner .sliderNav .slide .textBox .iconBox div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}
.homeBanner .sliderNav .slide .textBox .iconBox div.icon {
  padding: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
}
.homeBanner .sliderNav .slide .textBox .iconBox div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.homeBanner .sliderNav .slide .textBox .iconBox .arrow img {
  max-width: 25px;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
}
.homeBanner .sliderNav .slide .textBox .heading h3 {
  opacity: 0.7;
  color: #ffffff;
  font-weight: 100;
}
.homeBanner .sliderNav .slide .textBox .heading h3 strong {
  font-weight: 700;
  display: block;
}
@media all and (max-width: 1280px) {
  .homeBanner .sliderNav .slide {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .homeBanner .sliderNav {
    grid-template-columns: repeat(2, 1fr);
  }
  .homeBanner .sliderNav .slide {
    padding: 20px;
    aspect-ratio: unset;
  }
  .homeBanner .sliderNav .slide.active .textBox .iconBox .arrow img {
    max-width: 25px;
  }
  .homeBanner .sliderNav .slide .textBox {
    gap: 20px;
  }
  .homeBanner .sliderNav .slide .textBox .iconBox div {
    width: 40px;
    height: 40px;
  }
  .homeBanner .sliderNav .slide .textBox .iconBox .arrow img {
    max-width: 20px;
  }
}

.aboutSec {
  background-color: #04724d;
}
.aboutSec p {
  color: #ffffff;
}
.aboutSec .btnBox {
  margin-top: 20px;
}

.commercialServices {
  overflow: hidden;
}
.commercialServices .servicesBox {
  justify-content: space-between;
}
.commercialServices .servicesBox .servS {
  position: relative;
  display: flex;
  align-items: center;
}
.commercialServices .servicesBox .servS .arrowSer {
  display: flex;
  position: absolute;
  right: 20px;
  top: 45%;
  z-index: 99;
}
.commercialServices .servicesBox .servS .arrowSer > div {
  cursor: pointer;
  width: 40px;
}
.commercialServices .servicesBox .servS .headingBox {
  position: absolute;
  background-color: #ffffff;
  z-index: 999;
  width: 100%;
  max-width: 500px;
  padding: 30px;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.commercialServices .servicesBox .servS .headingBox h2 {
  color: #04724d;
}
@media all and (max-width: 767px) {
  .commercialServices .servicesBox .servS .headingBox {
    position: relative;
    max-width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
}
.commercialServices .servicesBox .servS .serviceSlider {
  overflow: visible;
  width: 120%;
}
.commercialServices .servicesBox .servS .serviceSlider .slick-list {
  overflow: visible;
}
.commercialServices .servicesBox .servS .serviceSlider .service {
  position: relative;
  padding: 30px;
  display: flex;
  aspect-ratio: 1/1;
  position: relative;
  margin: 0 20px;
  align-items: flex-end;
}
.commercialServices .servicesBox .servS .serviceSlider .service.slick-current {
  background-color: #ffffff;
}
.commercialServices .servicesBox .servS .serviceSlider .service img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media all and (max-width: 992px) {
  .commercialServices .servicesBox .servS .serviceSlider {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .commercialServices .servicesBox .servS .serviceSlider .service {
    margin: 0 10px;
  }
  .commercialServices .servicesBox .servS .serviceSlider .service.slick-current {
    background-color: transparent;
  }
}
@media all and (max-width: 767px) {
  .commercialServices .servicesBox .servS {
    flex-direction: column;
  }
  .commercialServices .servicesBox .servS .arrowSer {
    top: unset;
    bottom: 25%;
  }
}

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

.partnerLogo {
  border-top: 2px solid #daeae4;
}
.partnerLogo .parterSlider .logoBox {
  display: flex;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #daeae4;
  padding: 30px;
}
.partnerLogo .parterSlider .logoBox img {
  width: 200px;
}

.ctaSec .cols {
  display: grid;
  grid-template-columns: 70% 30%;
  align-items: center;
}
.ctaSec .cols img {
  width: 100%;
}
.ctaSec .cols .headingBox {
  padding: 10%;
}
.ctaSec .cols .headingBox h2 {
  max-width: 700px;
  width: 100%;
}
@media all and (max-width: 1280px) {
  .ctaSec .cols {
    grid-template-columns: 65% 35%;
  }
}
@media all and (max-width: 767px) {
  .ctaSec .cols {
    grid-template-columns: 100%;
  }
  .ctaSec .cols .headingBox {
    padding: 5%;
  }
  .ctaSec .cols .imgBox {
    display: none;
  }
}

.quotoeBox h2 {
  max-width: 1000px;
}

.servicesBanner img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.servicesBanner .greenBack {
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .servicesBanner .greenBack {
    flex-direction: column;
    gap: 20px;
    padding: 5%;
    align-items: flex-start;
  }
}

.aboutService .two-col {
  display: grid;
  grid-template-columns: 43% 43%;
  justify-content: space-between;
}
.aboutService .two-col h3 {
  font-weight: 400;
}
.aboutService .servicesAcc {
  margin-top: 5%;
}
.aboutService .servicesAcc .Singleservice {
  padding-top: 30px;
  border-top: 2px solid #daeae4;
}
.aboutService .servicesAcc .Singleservice h3 {
  font-weight: 700;
}
.aboutService .servicesAcc .Singleservice .two-col {
  align-items: center;
}
.aboutService .servicesAcc .Singleservice .two-col .btnBox {
  margin-top: 30px;
}
.aboutService .servicesAcc .Singleservice .two-col ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.aboutService .servicesAcc .service {
  border-top: 2px solid #daeae4;
}
.aboutService .servicesAcc .service:last-child {
  border-bottom: 2px solid #daeae4;
}
.aboutService .servicesAcc .service.open .quest p img {
  transform: rotate(180deg);
}
.aboutService .servicesAcc .service .quest {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.aboutService .servicesAcc .service .quest p {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.aboutService .servicesAcc .service .quest p img {
  width: 15px;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
  height: 15px;
}
.aboutService .servicesAcc .service .ans {
  padding-bottom: 30px;
  display: none;
}
.aboutService .servicesAcc .service .ans .two-col {
  align-items: center;
}
.aboutService .servicesAcc .service .ans .two-col .btnBox {
  margin-top: 30px;
}
.aboutService .servicesAcc .service .ans .two-col ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 992px) {
  .aboutService .two-col {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .aboutService .servicesAcc .service .quest h3 {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 767px) {
  .aboutService .servicesAcc .service .quest {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .aboutService .servicesAcc .service .quest h3 {
    width: 100%;
  }
}

.testimonialSec.greenBack p, .testimonialSec.greenBack h3 {
  color: #ffffff;
}
.testimonialSec .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.testimonialSec .two-col .headBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.testimonialSec .two-col .headBox .arrowsTest {
  display: flex;
  gap: 10px;
  z-index: 99;
}
.testimonialSec .two-col .headBox .arrowsTest > div {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
  transition: all 0.3s ease 0.1s;
}
.testimonialSec .two-col .headBox .arrowsTest > div:hover {
  opacity: 1;
}
.testimonialSec .two-col .headBox .arrowsTest > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.testimonialSec .two-col .headBox .arrowsTest > div.prevT {
  transform: rotate(180deg);
}
@media all and (max-width: 992px) {
  .testimonialSec .two-col .headBox .arrowsTest {
    top: 30%;
  }
}
.testimonialSec .two-col .testSec {
  position: relative;
}
.testimonialSec .two-col .testSec .quote {
  position: absolute;
  width: 70px;
  top: -30px;
  left: 0;
}
.testimonialSec .two-col .testSec .testimonialSlider .review {
  padding-left: 80px;
}
.testimonialSec .two-col .testSec .testimonialSlider .review .inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.testimonialSec .two-col .testSec .testimonialSlider .review .inner p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.testimonialSec .two-col .testSec .testimonialSlider .review .inner .stars {
  display: flex;
  gap: 10px;
}
.testimonialSec .two-col .testSec .testimonialSlider .review .inner .stars img {
  width: 30px;
}
.testimonialSec .two-col .testSec .testimonialSlider p {
  text-transform: uppercase;
  font-size: 25px;
}
@media all and (max-width: 992px) {
  .testimonialSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .testimonialSec .two-col .testSec .quote {
    top: 0;
    width: 40px;
  }
  .testimonialSec .two-col .testSec .testimonialSlider .review {
    padding-left: 60px;
  }
  .testimonialSec .two-col .testSec .testimonialSlider p {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .testimonialSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .testimonialSec .two-col .testSec .quote {
    top: 0;
    width: 40px;
  }
  .testimonialSec .two-col .testSec .testimonialSlider .review .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.aboutBanner {
  position: relative;
}
.aboutBanner img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
.aboutBanner .textBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.TrustedSec h2 {
  max-width: 1100px;
  width: 100%;
}
.TrustedSec .two-col {
  display: grid;
  padding: 0 5%;
  margin-top: 30px;
  grid-template-columns: 50% 35%;
  justify-content: space-between;
}
.TrustedSec .two-col li {
  text-transform: uppercase;
  font-weight: 700;
}
@media all and (max-width: 992px) {
  .TrustedSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.HealthSec {
  border-bottom: 2px solid #daeae4;
}
.HealthSec .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
@media all and (max-width: 992px) {
  .HealthSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.HealthSec .copyBox {
  padding: 0 5%;
  margin-top: 5%;
  align-items: center;
}
.HealthSec .copyBox img {
  width: 100%;
}

.ourTeam {
  padding-bottom: 0;
}
.ourTeam .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
@media all and (max-width: 992px) {
  .ourTeam .two-col {
    grid-template-columns: 100%;
  }
}

.ourMission .copyBox {
  padding: 0 20px;
  position: relative;
}
.ourMission .copyBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background-color: #f2f8f6;
  z-index: -1;
}
.ourMission .copyBox .copy {
  width: 100%;
  margin: 0 auto;
  padding: 30px 5% 5%;
  max-width: 1100px;
}

.galleryBanner .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
.galleryBanner .two-col .socials {
  display: flex;
  margin-bottom: 40px;
  margin-top: 20px;
  gap: 10px;
}
.galleryBanner .two-col .socials img {
  width: 30px;
}
.galleryBanner .two-col .head {
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 18px;
}
.galleryBanner .two-col p {
  max-width: 500px;
  width: 100%;
}
.galleryBanner .two-col ul {
  margin-bottom: 30px;
}
.galleryBanner .two-col li {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  max-width: 400px;
  text-transform: uppercase;
}
.galleryBanner .two-col li a {
  color: #000000;
}
@media all and (max-width: 992px) {
  .galleryBanner .two-col {
    grid-template-columns: 100%;
    gap: 10px;
  }
}

.galleryBox {
  padding-top: 0;
}
.galleryBox .galleryGrid {
  column-count: 4;
  gap: 20px;
}
.galleryBox .galleryGrid .imgGal {
  margin-bottom: 20px;
}
@media all and (max-width: 992px) {
  .galleryBox .galleryGrid {
    column-count: 3;
  }
}
@media all and (max-width: 767px) {
  .galleryBox .galleryGrid {
    column-count: 2;
  }
}

.jobOpenings .service {
  border-bottom: 2px solid #daeae4;
}
.jobOpenings .service.open .quest p img {
  transform: rotate(180deg);
}
.jobOpenings .service .quest {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.jobOpenings .service .quest p {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.jobOpenings .service .quest p img {
  width: 15px;
  transform: rotate(0deg);
  transition: all 0.3s ease 0s;
  height: 15px;
}
.jobOpenings .service .ans {
  padding-bottom: 30px;
  display: none;
}
.jobOpenings .service .ans .two-col {
  align-items: center;
}
.jobOpenings .service .ans .two-col .btnBox {
  margin-top: 30px;
}
.jobOpenings .service .ans .two-col ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 767px) {
  .jobOpenings .service .quest {
    flex-direction: column;
    padding: 20px 0;
    align-items: flex-start;
  }
}

.formSec.noPadtop {
  padding-top: 0;
}
.formSec .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  margin-bottom: 5%;
}
@media all and (max-width: 992px) {
  .formSec .two-col {
    grid-template-columns: 100%;
  }
}
.formSec .formBox {
  padding: 5%;
  background-color: #f2f8f6;
}
.formSec .formBox .heading {
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.formSec .formBox.text-center .gform_wrapper .gform_footer {
  margin-top: 40px;
  align-items: center;
  justify-content: center;
}
.formSec .formBox .gform_wrapper {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}

.requestQuote .formBox {
  margin-top: 5%;
  background-color: #117956;
}
.requestQuote .formBox .formSec {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.requestQuote .formBox h3 {
  margin-bottom: 30px;
}
.requestQuote .formBox .gform_wrapper .gform_body .gform_fields .gfield input, .requestQuote .formBox .gform_wrapper .gform_body .gform_fields .gfield textarea, .requestQuote .formBox .gform_wrapper .gform_body .gform_fields .gfield select {
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 17px !important;
}
.requestQuote .formBox .gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .requestQuote .formBox .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .requestQuote .formBox .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  color: #ffffff;
}
.requestQuote .formBox .gform_wrapper .gform_body .gfield_label {
  text-align: left;
}
.requestQuote .formBox .gform_wrapper .gform_body .gform_button_select_files {
  padding: 5px 20px !important;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  color: #ffffff;
  border-radius: 10px;
  background-color: transparent;
  display: inline-block;
  font-weight: 500;
}
.requestQuote .formBox .gform_wrapper .gform_body .gform_button_select_files:hover {
  background-color: #ffffff;
  color: #04724d;
  text-decoration: none;
}
.requestQuote .formBox .gform_wrapper .gform_footer {
  justify-content: center;
}
.requestQuote .formBox .gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.requestQuote .formBox .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #ffffff;
  color: #04724d;
}

.latestBlogs {
  padding-top: 0;
}
.latestBlogs .allBlogs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px;
  position: relative;
}
.latestBlogs .allBlogs::before {
  width: 100%;
  height: 80%;
  background-color: #f2f8f6;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.latestBlogs .allBlogs .blog {
  position: relative;
}
.latestBlogs .allBlogs .blog .blog-img img {
  width: 100%;
}
.latestBlogs .allBlogs .blog .blog-content {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  padding: 20px;
}
.latestBlogs .allBlogs .blog .blog-content:hover {
  text-decoration: none;
}
.latestBlogs .allBlogs .blog .blog-content:hover .text .readMore {
  opacity: 1;
  height: 30px;
}
.latestBlogs .allBlogs .blog .blog-content .head {
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-align: right;
}
.latestBlogs .allBlogs .blog .blog-content .text .readMore {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.latestBlogs .allBlogs .blog .blog-content .text .readMore img {
  transform: rotate(180deg);
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
.latestBlogs .allBlogs .blog .blog-content p {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .latestBlogs .allBlogs {
    grid-template-columns: 100%;
    padding: 20px;
  }
}

.singleBlog .imgBox {
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: -1;
}
.singleBlog .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.singleBlog .contentBox {
  padding-top: 300px;
}
.singleBlog .contentBox .conteninner {
  background-color: #f2f8f6;
}
.singleBlog .cont {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
.singleBlog h3 {
  margin-bottom: 0;
}
.singleBlog .head {
  font-size: 16px;
  letter-spacing: 2px;
}
.singleBlog .headBox {
  margin: 0 auto 20px;
  max-width: 700px;
  width: 100%;
}
@media all and (max-width: 992px) {
  .singleBlog .imgBox {
    height: 400px;
  }
  .singleBlog .contentBox {
    padding-top: 200px;
  }
}

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