html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 70vh;
}
main .page-container {
  min-height: 68vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

.g-recaptcha {
  transform: scale(0.67);
  justify-content: center;
  display: flex;
}
@media (min-width: 370px) {
  .g-recaptcha {
    transform: scale(0.8);
  }
}
@media (min-width: 414px) {
  .g-recaptcha {
    transform: scale(0.8);
    display: block;
  }
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
    display: flex;
    justify-content: center;
  }
}

.parallax {
  padding: 160px 20px;
  background-attachment: inherit;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .parallax {
    background-attachment: fixed;
  }
}

.team-parallax {
  background-image: url(../../images/IMG_0447.jpg);
  background-position: 0 70%;
}

.about-parallax {
  padding: 250px 20px;
  background-image: url(../../images/about-parallax.jpg);
  background-position: center;
}
@media (min-width: 1024px) {
  .about-parallax {
    background-image: url(../../images/about-parallax-mobile.jpg);
  }
}
@media (min-width: 1200px) {
  .about-parallax {
    background-image: url(../../images/about-parallax.jpg);
  }
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 930px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 65px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: top;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: top;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: inherit;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 27px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.service-bg {
  background: url("../../images/service-quote-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo-watermark.png") no-repeat left;
  background-position: center left;
  background-size: 40%;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 40%;
  }
}
@media (min-width: 1024px) {
  main.logo-bg {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 20%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #355E3B;
  background: #355E3B;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #A3A3A3;
  border: 1px solid #A3A3A3;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #9BBA9F;
  background: #9BBA9F;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
}
.btn-main2:hover {
  background: #EEEEEE;
  border: 1px solid #355E3B;
  color: #000;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #355E3B;
  background: #355E3B;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #9BBA9F;
  border: 1px solid #9BBA9F;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #355E3B;
  background: #355E3B;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #355E3B;
  border: 1px solid #355E3B;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #355E3B;
  background: #355E3B;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #000 !important;
  text-decoration: underline;
}

.about-home .button {
  transform: translate(0%, 0%);
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #355E3B;
  border: none;
  letter-spacing: 2px;
  font-size: 17px;
}
.about-home .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.226);
  z-index: -1;
  transition: transform 0.5s;
  transform-origin: bottom right;
  transform: scale(0);
}
.about-home .button:hover:before {
  transition: transform 0.5s;
  transform-origin: top left;
  transform: scale(1);
}
.about-home .button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #fff;
  box-sizing: border-box;
  z-index: -1;
  transition: transform 0.5s;
  transform-origin: bottom right;
  transform: scale(1);
}
.about-home .button:hover:after {
  transition: transform 0.5s;
  transform-origin: top left;
  transform: scale(0);
}

.ticket-home .cta, .quote-home .cta {
  position: relative;
  margin: auto;
  padding: 9px 18px;
  transition: all 0.2s ease;
  border: 3px solid #355E3B;
  border-radius: 50px;
  background: #355E3B;
  cursor: pointer;
  text-transform: uppercase;
}
.ticket-home .cta:before, .quote-home .cta:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-radius: 50px;
  background: #fff;
  width: 45px;
  height: 45px;
  transition: all 0.8s ease;
}
.ticket-home .cta span, .quote-home .cta span {
  position: relative;
  font-size: 18px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.ticket-home .cta svg, .quote-home .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 2;
  transform: translateX(2px);
  transition: all 0.5s ease;
}
.ticket-home .cta:active, .quote-home .cta:active {
  transform: scale(0.95);
  transition: all 2s ease;
}
.ticket-home .cta:hover:before, .quote-home .cta:hover:before {
  width: 100%;
  background: #9BBA9F;
}
.ticket-home .cta:hover svg, .quote-home .cta:hover svg {
  transition: all 2s ease;
  stroke: white;
  transform: translateX(-5px);
}
.ticket-home .cta:hover span, .quote-home .cta:hover span {
  color: black;
}

header .container {
  padding: 25px 15px;
}
header .logo img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  header .logo img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  header .logo img {
    width: 75%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  header .logo img {
    width: 80%;
    margin: 0;
  }
}
header .header-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  header .header-buttons {
    display: flex;
    text-align: right;
    justify-content: end;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  header .header-buttons {
    display: flex;
    text-align: right;
    margin: auto;
  }
}
header .header-buttons .btn {
  font-size: 16px;
}
@media (min-width: 768px) {
  header .header-buttons .btn {
    font-size: 18px;
  }
}
header .header-buttons .btn-main:focus-visible {
  border: 2px solid orange;
}
header .header-buttons .btn-main2 {
  background: #ad0000;
  border: 3px solid #ad0000;
  color: white;
}
header .header-buttons .btn-main2:focus-visible {
  border: 2px solid orange;
}
header .header-buttons .btn-main2:hover {
  background: #9BBA9F;
  border: 3px solid #355E3B;
  color: black;
}

.navbar {
  background: #355E3B;
}
.navbar .nav-link {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar .nav-link {
    font-size: 13px;
  }
}
@media (min-width: 1038px) {
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    font-size: 16px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 1080px) {
  .navbar .nav-link {
    font-size: 17px;
  }
}
@media (min-width: 1194px) {
  .navbar .nav-link {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    font-size: 20px;
  }
}
.navbar .dropdown-menu {
  background: #355E3B;
}
.navbar .dropdown-menu li:hover {
  background-color: transparent;
}
.navbar .dropdown-menu a {
  color: #fff;
  text-transform: uppercase;
}
.navbar .dropdown-menu a:hover {
  background: transparent;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 61%;
  cursor: pointer;
  display: none;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 15px;
    margin-top: -210px;
    text-align: left;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    margin-top: -260px;
  }
}
@media (min-width: 1194px) {
  .slideshow-home .slider-text {
    margin-top: -280px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -200px;
  }
}
@media (min-width: 1280px) {
  .slideshow-home .slider-text {
    margin-top: -290px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -340px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -420px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  margin-bottom: 0px;
  margin-left: 0;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 95px;
    margin-right: 25%;
    margin-left: 3%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
    margin-left: 2%;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
    margin-left: 4%;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
    margin-left: 5%;
  }
}
@media (min-width: 1500px) {
  .slideshow-home .slider-text h1 {
    font-size: 50px;
    margin-left: 17%;
  }
}
.slideshow-home .slider-text p {
  color: #000;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    font-size: 18px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text p {
    font-size: 22px;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 358px;
    background: linear-gradient(50deg, rgba(0, 0, 0, 0.5) 100%);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.about-home .text {
  font-size: 20px;
}

:root {
  --gt-body: #fff;
  --gt-black: #000;
  --gt-white: #fff;
  --gt-theme: #EB3300;
  --gt-header: #161921;
  --gt-text: #696B72;
  --gt-border: #FCFCFC;
  --gt-bg: #F5F5F5;
  --gt-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.gt-service-section {
  background: #355E3B;
}
.gt-service-section .container-fluid {
  padding: 55px 15px;
}
@media (min-width: 768px) {
  .gt-service-section .container-fluid {
    padding: 55px 25px;
  }
}

.gt-service-card-items {
  border-radius: 4px;
}
.gt-service-card-items .gt-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .gt-service-card-items .gt-thumb {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .gt-service-card-items .gt-thumb {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .gt-service-card-items .gt-thumb {
    height: 280px;
  }
}
.gt-service-card-items .gt-thumb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 55px;
  height: 100%;
  content: "";
  background-color: #EEEEEE;
}
.gt-service-card-items .gt-thumb::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 5px;
  content: "";
  background-color: #9BBA9F;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.gt-service-card-items .gt-thumb img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  padding-right: 55px;
  transform: scale(1.02);
  transition: all 1.4s ease-out;
  border-radius: 4px;
}
.gt-service-card-items .gt-thumb .gt-link-btn {
  display: inline-block;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 700;
  color: black;
  position: absolute;
  right: 16%;
  top: 0;
  bottom: 0;
  transform: rotate(90deg);
  z-index: 9;
}
@media (min-width: 375px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 19%;
  }
}
@media (min-width: 414px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 21%;
  }
}
@media (min-width: 720px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 18%;
  }
}
@media (min-width: 768px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 15%;
  }
}
@media (min-width: 1024px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 23%;
  }
}
@media (min-width: 1080px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 21%;
  }
}
@media (min-width: 1194px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 21%;
  }
}
@media (min-width: 1200px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 12%;
  }
}
@media (min-width: 1280px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 32%;
  }
}
@media (min-width: 1366px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 30%;
  }
}
@media (min-width: 1500px) {
  .gt-service-card-items .gt-thumb .gt-link-btn {
    right: 22%;
  }
}
.gt-service-card-items .gt-thumb .gt-link-btn i {
  margin-left: 8px;
  color: #9BBA9F;
  position: relative;
  top: 2px;
}
.gt-service-card-items .gt-content {
  padding: 16px;
  padding-top: 24px;
  padding-top: 0;
  background-color: #EEEEEE;
  display: flex;
  align-items: end;
  gap: 10px;
  position: relative;
  z-index: 9;
  border-top-left-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.gt-service-card-items .gt-content .gt-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #355E3B;
  font-size: 54px;
  color: #fff;
  position: relative;
  z-index: 9;
  margin-top: -24px;
  border-radius: 4px;
}
.gt-service-card-items .gt-content .gt-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  content: "";
  background-color: #355E3B;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 4px;
}
.gt-service-card-items .gt-content .gt-icon svg {
  fill: #fff;
  width: 80%;
  margin: 0 auto;
}
.gt-service-card-items .gt-content .gt-icon i:before, .gt-service-card-items .gt-content .gt-icon svg {
  line-height: 1.5;
  justify-content: center;
  align-items: center;
  display: flex;
}
.gt-service-card-items .gt-content .focus-title {
  font-size: 22px;
  font-weight: 800;
  line-height: 134%;
  text-transform: uppercase;
  margin-bottom: 0.5px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .gt-service-card-items .gt-content .focus-title {
    font-size: 19px;
  }
}
@media (min-width: 1024px) {
  .gt-service-card-items .gt-content .focus-title {
    font-size: 16px;
  }
}
@media (min-width: 1080px) {
  .gt-service-card-items .gt-content .focus-title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .gt-service-card-items .gt-content .focus-title {
    font-size: 20px;
  }
}
.gt-service-card-items .gt-content .focus-title a {
  color: #000;
}
.gt-service-card-items:hover .gt-thumb::before {
  height: 100%;
}
.gt-service-card-items:hover .gt-thumb img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-service-card-items:hover .gt-thumb .gt-link-btn {
  color: #000;
  text-decoration: none;
}
.gt-service-card-items:hover .gt-thumb .gt-link-btn i {
  margin-left: 8px;
  color: white;
}
.gt-service-card-items:hover .gt-content .gt-icon::before {
  bottom: 0;
  height: 100%;
  background: #fff;
}
.gt-service-card-items:hover .gt-content .gt-icon, .gt-service-card-items:hover .gt-content svg {
  color: #355E3B;
  fill: #355E3B;
}

.quote-ticket-home .section-padding {
  padding: 55px 5px;
}
@media (min-width: 768px) {
  .quote-ticket-home .section-padding {
    padding: 55px 35px;
  }
}
@media (min-width: 1180px) {
  .quote-ticket-home .section-padding {
    padding: 55px 15px;
  }
}
@media (min-width: 1280px) {
  .quote-ticket-home .section-padding {
    padding: 55px 5px;
  }
}
@media (min-width: 1366px) {
  .quote-ticket-home .section-padding {
    padding: 55px 25px;
  }
}
.quote-ticket-home .quote-home {
  background: #9BBA9F;
}
.quote-ticket-home .quote-home .quote-box {
  max-width: 99%;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #EEEEEE;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
  border: 0.1px solid rgba(128, 128, 128, 0.178);
}
.quote-ticket-home .quote-home .quote-box .title {
  font-size: 28px;
}
.quote-ticket-home .quote-home .quote-box .img-right {
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .quote-ticket-home .quote-home .quote-box .img-right {
    display: flex;
  }
}
.quote-ticket-home .quote-home .quote-box .img-right .img {
  position: relative;
}
@media (min-width: 768px) {
  .quote-ticket-home .quote-home .quote-box .img-right .img {
    position: absolute;
    width: 100%;
    top: 15px;
  }
}
@media (min-width: 1024px) {
  .quote-ticket-home .quote-home .quote-box .img-right .img {
    position: absolute;
    width: 100%;
    top: 45px;
  }
}
.quote-ticket-home .quote-home .quote-box .img-right .img img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .quote-ticket-home .quote-home .quote-box .img-right .img img {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .quote-ticket-home .quote-home .quote-box .img-right .img img {
    width: 80%;
  }
}
.quote-ticket-home .quote-home .form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  left: 0;
  backdrop-filter: blur(20px);
  position: relative;
}
.quote-ticket-home .quote-home .form::before {
  position: absolute;
  content: "";
  width: 40%;
  height: 40%;
  right: -50%;
  z-index: -1;
  background: radial-gradient(circle, #A3A3A3 20%, #1aeb7f 60%, #355E3B 100%);
  filter: blur(70px);
  border-radius: 50%;
}
.quote-ticket-home .quote-home .input {
  outline: none;
  border: 1px solid rgba(255, 0, 0, 0);
  padding: 10px;
  display: block;
  color: #425981;
  font-weight: 500;
  font-size: 1.1em;
  width: 100%;
}
.quote-ticket-home .quote-home .input-block {
  position: relative;
}
.quote-ticket-home .quote-home .input:focus + label, .quote-ticket-home .quote-home .input:valid + label {
  transform: translateY(-120%) scale(0.9);
  transition: all 0.4s;
}
.quote-ticket-home .quote-home button {
  background-color: #355E3B;
  color: white;
  font-size: medium;
  box-shadow: 2px 4px 8px rgba(70, 70, 70, 0.178);
}
.quote-ticket-home .quote-home a {
  color: #5e7eb6;
}
.quote-ticket-home .quote-home a:hover {
  text-decoration: none;
}
.quote-ticket-home .quote-home .input {
  box-shadow: inset 4px 4px 4px rgba(165, 163, 163, 0.315), 4px 4px 4px rgba(218, 218, 218, 0.13);
}
.quote-ticket-home .ticket-home {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/ticket-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .quote-ticket-home .ticket-home {
    background-position: center;
  }
}
@media (min-width: 1200px) {
  .quote-ticket-home .ticket-home {
    background-attachment: fixed;
    background-position: 300px;
  }
}
.quote-ticket-home .ticket-home .card {
  background: #fffc;
}
.quote-ticket-home .ticket-home .card .title {
  font-size: 28px;
  font-weight: 400;
}

.testimonial-one {
  background-image: url(../../images/testimonial-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-one .card {
  position: relative;
  display: block;
  border: 1px solid #9BBA9F;
  background: #fffc;
  border-radius: 5%;
  padding: 25px 30px 25px;
  z-index: 1;
  font-style: italic;
}
@media (min-width: 768px) {
  .testimonial-one .card {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .testimonial-one .card {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .testimonial-one .card {
    height: 250px;
  }
}
.testimonial-one .card p {
  margin-top: 45px;
  font-size: 18px;
}
.testimonial-one .card p a {
  color: #585858;
  text-decoration: underline;
}
.testimonial-one .testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.testimonial-one .testimonial-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80px;
  border-radius: 50%;
  z-index: 1;
}
.testimonial-one .testimonial-one__img img {
  border-radius: 50%;
}
.testimonial-one .testimonial-one__content {
  position: relative;
  display: block;
  flex: 1;
}
.testimonial-one .testimonial-one__client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.testimonial-one .testimonial-one__client-name a {
  color: black;
}
.testimonial-one .testimonial-one__client-name a:hover {
  color: #355E3B;
}

.testimonial-one__quote {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 60px;
  width: 60px;
  background-color: #9BBA9F;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-one__quote i {
  font-size: 38px;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #355E3B;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-one__quote i:before {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services2 {
  position: relative;
  background: #355E3B;
}
.services2 .container-fluid {
  padding: 65px 20px;
}
@media (min-width: 768px) {
  .services2 .container-fluid {
    padding: 65px 50px;
  }
}
@media (min-width: 1024px) {
  .services2 .container-fluid {
    padding: 65px 20px;
  }
}
@media (min-width: 1200px) {
  .services2 .container-fluid {
    padding: 65px 120px;
  }
}
@media (min-width: 1280px) {
  .services2 .container-fluid {
    padding: 65px 60px;
  }
}
@media (min-width: 1500px) {
  .services2 .container-fluid {
    padding: 65px 120px;
  }
}
.services2 .item {
  position: relative;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
}
.services2 .item .img-item {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .services2 .item .img-item {
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .services2 .item .img-item {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .services2 .item .img-item {
    height: 290px;
  }
}
@media (min-width: 1280px) {
  .services2 .item .img-item {
    height: 290px;
  }
}
@media (min-width: 1366px) {
  .services2 .item .img-item {
    height: 360px;
  }
}
@media (min-width: 1500px) {
  .services2 .item .img-item {
    height: 300px;
  }
}
.services2 .item .img-item img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 500ms ease;
  filter: contrast(1.25);
}
.services2 .item:hover img {
  transform: scale(1.05);
}
.services2 .item .title {
  position: absolute;
  bottom: 0px;
  padding: 30px 15px 30px 110px;
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 21px;
  margin-bottom: 0;
  text-align: left;
}
.services2 .item .bottom-fade {
  width: 100%;
  top: 44%;
  height: 60%;
  float: left;
  position: absolute;
  background: linear-gradient(to top, #000000 2%, rgba(0, 0, 0, 0.738) 10%, rgba(0, 0, 0, 0.541) 25%, rgba(0, 0, 0, 0.382) 35%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}
.services2 .item .curv-butn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 0 40px 0 0;
  background: #355E3B !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
}
.services2 .item .curv-butn .vid {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.services2 .item .curv-butn .icon {
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
}
.services2 .item .curv-butn .br-left-top {
  position: absolute;
  top: -24px;
  left: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.services2 .item .curv-butn .br-left-top svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.services2 .item .curv-butn .br-right-bottom {
  position: absolute;
  bottom: -1px;
  right: -24px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  line-height: 1;
}
.services2 .item .curv-butn .br-right-bottom svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.services2 .item .curv-butn .icon {
  width: 60px;
  height: 60px;
  line-height: 62px;
  color: #fff;
  border: 2px solid #9BBA9F;
  background: transparent;
  border-radius: 100%;
}
.services2 .item:hover .curv-butn .icon {
  background-color: #9BBA9F;
  color: #1b1b1b;
  border-radius: 100%;
}
.services2 .item:hover .bottom-fade {
  background: linear-gradient(to top, #b2c8b5 0%, rgba(167, 196, 171, 0.95) 10%, rgba(165, 195, 169, 0.81) 20%, rgba(155, 186, 159, 0.77) 30%, rgba(155, 186, 159, 0.075) 50%, transparent 100%);
}
.services2 .item:hover .title {
  color: #000;
}

.service-area {
  background-image: url(../../images/service-area-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 85px 0;
}
@media (min-width: 768px) {
  .service-area {
    padding: 85px 0;
    background-position: inherit;
  }
}
@media (min-width: 820px) {
  .service-area {
    padding: 95px 0;
    background-position: inherit;
  }
}
@media (min-width: 1080px) {
  .service-area {
    padding: 115px 0;
    background-position: inherit;
  }
}
@media (min-width: 1180px) {
  .service-area {
    padding: 155px 0;
    background-position: inherit;
  }
}
@media (min-width: 1200px) {
  .service-area {
    padding: 145px 0;
    background-position: inherit;
  }
}
@media (min-width: 1366px) {
  .service-area {
    padding: 155px 0;
    background-position: inherit;
  }
}
@media (min-width: 1500px) {
  .service-area {
    padding: 165px 0;
    background-position: inherit;
  }
}
.service-area .card {
  padding: 14px 55px;
  background: #fffc;
}
.service-area .title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.service-area .areas {
  text-align: center;
}

.aff-logos .container-fluid {
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .aff-logos .container-fluid {
    padding: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .aff-logos .container-fluid {
    padding: 15px 35px;
  }
}
@media (min-width: 1200px) {
  .aff-logos .container-fluid {
    padding: 15px 95px;
  }
}
.aff-logos .logo-box {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 50%;
}
@media (min-width: 768px) {
  .aff-logos .logo-box {
    width: 16%;
  }
}
@media (min-width: 1024px) {
  .aff-logos .logo-box {
    width: 16%;
  }
}
@media (min-width: 1200px) {
  .aff-logos .logo-box {
    width: 16%;
  }
}
.aff-logos img {
  width: 45%;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .aff-logos img {
    width: 50%;
  }
}

.footer {
  background-color: #1C2C1F;
  background-image: url(../../images/footer-bg.png);
  color: #fff;
}
@media (min-width: 320px) {
  .footer {
    text-align: center;
  }
}
.footer a:hover {
  text-decoration: none;
}
.footer .footer-left img {
  margin: 0 auto;
  width: 80%;
  display: block;
}
@media (min-width: 720px) {
  .footer .footer-left img {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .footer .footer-left img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .footer .footer-left img {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .footer .footer-left img {
    width: 85%;
    display: inherit;
  }
}
.footer span {
  color: #fff;
  font-size: 15px;
}
.footer .contact-info {
  text-align: center;
  font-size: 15px;
}
@media (min-width: 768px) {
  .footer .contact-info {
    text-align: center;
  }
}
.footer .contact-info .phone {
  color: white;
}
.footer ul {
  columns: 1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
@media (min-width: 720px) {
  .footer ul {
    columns: 4;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .footer ul {
    columns: 3;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 810px) {
  .footer ul {
    columns: 5;
    text-align: center;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1080px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1180px) {
  .footer ul {
    columns: 4;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1194px) {
  .footer ul {
    columns: 5;
    text-align: left;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
@media (min-width: 1280px) {
  .footer ul {
    columns: 5;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
@media (min-width: 1366px) {
  .footer ul {
    columns: 5;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
@media (min-width: 1500px) {
  .footer ul {
    columns: 3;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
  }
}
.footer ul a {
  color: #fff;
}
.footer ul a:hover {
  color: #fff;
}
.footer .btn-main {
  background: #ad0000;
  border: 3px solid #ad0000;
  color: white;
}
.footer .btn-main:focus-visible {
  border: 2px solid orange;
}
.footer .btn-main:hover {
  background: #9BBA9F;
  border: 3px solid #355E3B;
  color: black;
}

.about-us-page {
  background: url("../../images/logo-watermark.png") no-repeat left;
  background-position: center left;
  background-size: 40%;
}
@media (min-width: 768px) {
  .about-us-page {
    background-size: 40%;
  }
}
@media (min-width: 1024px) {
  .about-us-page {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  .about-us-page {
    background-size: 20%;
  }
}
.about-us-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .about-us-page img {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .about-us-page img {
    width: 30%;
  }
}

.faq-page .card-header {
  background: #9BBA9F;
}
.faq-page .card-body {
  background: #eee;
}
.faq-page .cat-name {
  font-size: 22px;
}

.about-us-page .page-container {
  min-height: 50vh;
}

.team-page {
  background: url("../../images/logo-watermark.png") no-repeat left;
  background-position: center left;
  background-size: 40%;
}
@media (min-width: 768px) {
  .team-page {
    background-size: 40%;
  }
}
@media (min-width: 1024px) {
  .team-page {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  .team-page {
    background-size: 20%;
  }
}

.team-detail-page .card {
  background-color: #fffc;
}
.team-detail-page img {
  border-radius: 5%;
  width: 100%;
}
@media (min-width: 768px) {
  .team-detail-page img {
    width: 40%;
    float: right;
    margin-left: 10px;
  }
}
.team-detail-page .name {
  font-size: 32px;
  font-weight: bold;
}
.team-detail-page .title {
  font-size: 22px;
}

.service-block .thumb {
  overflow: hidden;
  position: relative;
}
.service-block .thumb .image-box {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .service-block .thumb .image-box {
    height: 250px;
    align-items: center;
    display: flex;
  }
}
.service-block .thumb .image-box img {
  width: 100%;
}
.service-block .thumb .desc p {
  color: white;
  font-size: 13px;
}
.service-block:hover {
  box-shadow: 0 0 15px #1c2c1f;
}
.service-block:hover .thumb .desc {
  height: 100%;
  bottom: 0%;
}
.service-block .content {
  padding: 12px 20px 20px;
  background: #9BBA9F;
}
@media (min-width: 768px) {
  .service-block .content {
    height: 110px;
  }
}
.service-block .content a {
  color: black;
}
.service-block .content .learn-more {
  padding: 0.25rem 0;
  font-size: 16px;
}
.service-block .content .service-name {
  font-size: 25px;
}
@media (min-width: 768px) {
  .service-block .content .service-name {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .service-block .content .service-name {
    font-size: 24px;
  }
}

.service-detail-page img {
  width: 100%;
}
@media (min-width: 768px) {
  .service-detail-page img {
    float: right;
    margin-left: 10px;
    width: 40%;
  }
}

.gt-team-card-items-2 {
  position: relative;
}
.gt-team-card-items-2 a {
  z-index: 0;
}
.gt-team-card-items-2 .gt-team-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(103, 160, 17, 0.48) 0%, rgba(103, 160, 17, 0.48) 100%);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: 1;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image img {
  width: 100%;
  height: 100%;
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image .gt-team-content {
  padding: 15px 20px;
  text-align: center;
  background-color: white;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9;
  border-radius: 8px;
}
.gt-team-card-items-2 .gt-team-image .gt-team-content .cat-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.gt-team-card-items-2 .gt-team-image .gt-team-content a {
  color: #355E3B;
}
.gt-team-card-items-2:hover .gt-team-image::before {
  transform: scale(1, 1);
  transform-origin: top center;
  pointer-events: none;
}
.gt-team-card-items-2:hover .gt-team-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.gt-team-card-items-2:hover .gt-team-image .gt-social-icon {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .product-detail-page .product-item img {
    float: right;
    width: 40%;
    margin-left: 10px;
  }
}
.product-detail-page .product-item .cat-title-name {
  font-size: 25px;
  font-weight: bold;
}
.product-detail-page .product-gallery .card {
  background: #EEEEEE;
}
.product-detail-page .product-gallery .card .img-box {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .product-detail-page .product-gallery .card .img-box {
    height: 150px;
  }
}
@media (min-width: 1024px) {
  .product-detail-page .product-gallery .card .img-box {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .product-detail-page .product-gallery .card .img-box {
    height: 140px;
  }
}
.product-detail-page .product-gallery .card .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.testimonials-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonials-page .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1024px) {
  .testimonials-page .card-columns {
    column-count: 3;
    -webkit-column-count: 2;
  }
}
.testimonials-page #submit-test-btn {
  font-size: 22px;
}
.testimonials-page .card {
  background: #EEEEEE;
  border: 2px solid #9BBA9F;
}
.testimonials-page .card .client-image img {
  width: 20%;
  float: right;
}
@media (min-width: 768px) {
  .testimonials-page .card .client-image img {
    width: 20%;
    float: right;
  }
}
.testimonials-page .card .test-name {
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-page .card .location {
  font-size: 16px;
}
.testimonials-page .card .quote-icon {
  background: #355E3B;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 30px;
  position: absolute;
  top: -15%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.testimonials-page .card .quote-icon svg {
  color: white;
  font-size: 55px;
  margin: 0 auto;
  display: block;
}
.testimonials-page .card .testimonial-text {
  font-style: italic;
}

.submit-test-form .modal-header {
  background-color: #355E3B;
}
.submit-test-form .modal-header .modal-title {
  color: white;
}
.submit-test-form .modal-header button {
  color: white;
}
.submit-test-form .modal-body {
  background: #eee;
}
.submit-test-form .modal-footer {
  background: #9BBA9F;
}

.contact-area-1 {
  background: url(../../images/contact-overlay-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.consulting-wrap1 {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .consulting-wrap1 {
    border-radius: 20px;
  }
}
.consulting-wrap1 .card {
  background: #9BBA9F;
  height: auto;
}
@media (min-width: 768px) {
  .consulting-wrap1 .card {
    height: 400px;
  }
}
.consulting-wrap1 .page-img {
  height: auto;
}
@media (min-width: 1500px) {
  .consulting-wrap1 .page-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.consulting-wrap1 .page-img iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .consulting-wrap1 .page-img iframe {
    height: 400px;
  }
}
@media (max-width: 1500px) {
  .consulting-wrap1 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.consulting-wrap1 .contact-thumb1-1-shape {
  position: absolute;
  top: 0;
  right: 310px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1500px) {
  .consulting-wrap1 .contact-thumb1-1-shape {
    right: 0px;
  }
}
.consulting-wrap1 .contact-thumb1-1-shape img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .consulting-wrap1 .consulting-form-wrap1 .title-area {
    text-align: center;
  }
}
.consulting-wrap1 .contact-thumb1-1 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
}
@media (max-width: 991px) {
  .consulting-wrap1 .contact-thumb1-1 {
    top: -80px;
  }
}
@media (max-width: 1199px) {
  .consulting-wrap1 .contact-thumb1-1 {
    position: relative;
    width: 100%;
    top: -150px;
  }
}
.consulting-wrap1 .contact-thumb1-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.consulting-wrap1 .contact-form.style-border {
  border: 1px solid #355E3B;
  border-radius: 50px;
  padding: 60px;
}
@media (max-width: 991px) {
  .consulting-wrap1 .contact-form.style-border {
    border-radius: 40px;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .consulting-wrap1 .contact-form.style-border {
    padding: 30px;
  }
}
.consulting-wrap1 .contact-title-wrap {
  max-width: 713px;
}
@media (max-width: 1199px) {
  .consulting-wrap1 .contact-thumb2-1 {
    display: none;
  }
}

.request-a-quote {
  margin: 50px 0 140px;
}
.request-a-quote .container {
  min-height: 50vh;
}
.request-a-quote .form {
  background-color: #9BBA9F;
  padding: 1rem;
  position: relative;
  top: auto;
  margin: auto;
  width: 90%;
  z-index: 11;
  box-shadow: 0px 6px 16px -6px rgba(1, 1, 1, 0.5);
  text-align: left;
}
@media (min-width: 768px) {
  .request-a-quote .form {
    top: auto;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .request-a-quote .form {
    top: -30px;
    position: absolute;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .request-a-quote .form {
    top: -30px;
    position: absolute;
    width: 90%;
  }
}
.request-a-quote .form::before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent BLACK transparent;
}
.request-a-quote .form::after {
  position: absolute;
  top: 0;
  right: -30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent black;
}
.request-a-quote .form .title {
  text-transform: uppercase;
  color: black;
  font-size: 32px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.request-a-quote section {
  width: 100%;
  padding: 2rem;
}
.request-a-quote section .title {
  font-size: 2em;
  padding: 0 2rem;
}
.request-a-quote a {
  text-decoration: none;
  transition: 0.5s;
  outline: none !important;
}
.request-a-quote input {
  outline: none !important;
}
.request-a-quote textarea {
  outline: none !important;
}
.request-a-quote select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 10px;
  border: 1px solid #dfdfdf;
  margin-right: 4rem;
}
.request-a-quote button {
  outline: none !important;
}
.request-a-quote #qr-text {
  color: black;
}
.request-a-quote .rec-bar {
  position: absolute;
  background: #eee;
  content: "";
  width: 100%;
  min-height: 280px;
  max-height: 400px;
  z-index: -1;
}
.request-a-quote .btn1 {
  padding: 15px 20px;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  border: 0;
  background-color: #355E3B;
  color: #9BBA9F;
}
.request-a-quote .btn2 {
  padding: 15px 20px;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  border: 0;
  background-color: #EEEEEE;
  color: #9BBA9F;
}

.floating-label-group {
  position: relative;
  padding-top: 15px;
  /* Creates room for the label to float into */
}

/* 1. Initial State: Position the label INSIDE the input area */
.floating-label-group label {
  position: absolute;
  left: 15px;
  top: 24px;
  /* Adjust this to center it vertically in your input */
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  color: #585858;
  z-index: 10;
  background-color: #fff;
  /* Match your form background */
  padding: 0 4px;
}

/* 2. Floating State: Triggered when the container HAS a focused or filled input */
.floating-label-group:has(input:focus) label,
.floating-label-group:has(input:not(:placeholder-shown)) label, .floating-label-group:has(textarea:not(:placeholder-shown)) label {
  top: 10px;
  /* Moves it up above the input */
  font-size: 12px;
  color: #333;
  font-weight: bold;
}

/* 3. Ensure input is styled correctly */
.form-control {
  position: relative;
  z-index: 5;
  height: 45px;
}

.service-quote-page {
  /* This forces the label to be visually present for auditors */
}
.service-quote-page .card {
  margin-top: 21%;
  background: #ffffffe5;
}
@media (min-width: 768px) {
  .service-quote-page .card {
    margin-top: 12%;
  }
}
.service-quote-page .form-group label {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #212529 !important;
  /* Ensure high contrast */
  position: static !important;
  /* Ensure it's not hidden behind an input */
  margin-bottom: 0.5rem;
}

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