@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.8;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #5FCD3D;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #5FCD3D;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2em;
}

h4 {
  font-size: 26px;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#fh5co-header {
  color: black;
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #fh5co-header .navbar-brand {
    color: #5FCD3D !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #fh5co-header #navbar li a:hover {
    color: #5FCD3D !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #5FCD3D !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  font-family: "Work Sans", Arial, sans-serif;
  color: #6B7280;
  position: relative;
}
#fh5co-header #navbar li a span {
  color: black !important;
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5FCD3D;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #fff;
  color: black;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  color: black;
  background: transparent;
  background: none;
  color: #fff;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
  color: rgba(0, 0, 0, 0.5);
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 400;
  padding-left: 0;
}
#fh5co-header .navbar-brand span {
  color: #5FCD3D;
}
#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: black;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #5FCD3D;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #5FCD3D;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #5FCD3D;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

body {
  overflow-x: hidden;
}

.owl-carousel-main .owl-stage-outer {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .owl-carousel-main .item {
    padding-top: 120px !important;
  }
}

.section-heading-feature {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading-feature h2 {
  font-size: 40px;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
}
.section-heading-feature h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #5FCD3D;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .section-heading-feature h2 {
    font-size: 30px;
  }
}
.section-heading-feature h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-heading-feature h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  font-size: 20px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
}
.section-heading h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #5FCD3D;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-our-services,
#fh5co-about-us,
#fh5co-features,
#fh5co-testimonials,
#fh5co-pricing,
#fh5co-press,
#fh5co-product-screenshots,
#fh5co-tour {
  padding: 4em 0;
}
@media screen and (max-width: 480px) {
  #fh5co-our-services,
  #fh5co-about-us,
  #fh5co-features,
  #fh5co-testimonials,
  #fh5co-pricing,
  #fh5co-press,
  #fh5co-product-screenshots,
  #fh5co-tour {
    padding: 2em 0;
  }
}

#fh5co-tour h3 {
  font-size: 30px;
}
#fh5co-tour .img-feature-1 {
  -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}

#fh5co-testimonials {
  background: #5FCD3D;
  background: #ba78ff;
}
#fh5co-testimonials .section-heading h2 {
  color: rgb(255, 255, 255);
}
#fh5co-testimonials .section-heading h2:after {
  background: rgba(255, 255, 255, 0.2);
}
#fh5co-testimonials .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #5FCD3D;
  background: #ba78ff;
  display: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonials .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonials .box-testimony blockquote p {
  font-style: italic;
}
#fh5co-testimonials .box-testimony .author {
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  margin-left: 20px;
}
#fh5co-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#fh5co-pricing .price-box.popular {
  border: 2px solid #5FCD3D;
}
#fh5co-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -63px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #5FCD3D;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #5FCD3D;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#fh5co-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#fh5co-pricing .price {
  font-size: 50px;
  color: #000;
}
#fh5co-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#fh5co-pricing .price small {
  font-size: 16px;
}
#fh5co-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.fh5co-cta {
  padding: 7em 0;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.fh5co-cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.3;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta .container h3 {
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 1.5;
}
.fh5co-cta .container h3, .fh5co-cta .container p {
  color: #fff;
}
.fh5co-cta .container p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}

#home {
  padding-top: 90px;
  display: flex;
  align-items: center;
}
#home .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home h1 {
  text-align: left; /* Align text to the left */
  margin-bottom: 20px;
  color: var(--gray-800, #1F2937);
  font-family: "Work Sans";
  font-size: 2.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 128% */
}
#home .home-section .line-one {
  font-weight: 700; /* Make the first line bold */
}
#home .home-section .line-two {
  font-weight: 400; /* Regular font weight for the second line */
}
#home .email-signup {
  display: flex;
  align-items: center;
  gap: 15px;
}
#home .email-signup input.form-control {
  flex-grow: 1;
  padding: 10px;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: auto;
}
#home .email-signup button {
  padding: 10px 15px;
  font-size: 1.55rem;
  background-color: #41902D;
  color: white;
  border: none;
  border-radius: 5px;
  height: auto;
  display: flex; /* Ensures proper alignment */
  align-items: center; /* Centers the text vertically */
  transition: background-color 0.3s;
}
#home .email-signup button:hover {
  background-color: #356a21;
}
#home .golf-image {
  height: auto;
}
@media (min-width: 769px) {
  #home h1 {
    margin-top: 120px; /* Apply the 120px margin only on larger screens */
  }
}
@media (max-width: 768px) {
  #home .row {
    flex-direction: column;
    text-align: center;
  }
  #home h1 {
    line-height: 48px;
    text-align: center;
    font-size: 2em;
  }
  #home .email-signup {
    flex-direction: column;
    gap: 20px;
  }
  #home .email-signup input.form-control {
    width: 100%;
  }
  #home .golf-image {
    max-width: 100%;
    margin-top: 20px;
  }
}

#fh5co-our-services,
#fh5co-press {
  background: #f4f4f4;
}

#fh5co-our-services-features {
  background-color: #F9FAFB;
}
#fh5co-our-services-features h2 {
  color: black;
  font-size: 40px;
  text-align: center; /* Center the section title */
  margin-top: 80px;
}
#fh5co-our-services-features h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #929292;
  font-size: 30px;
  text-align: center; /* Center the section subtitle */
}
#fh5co-our-services-features h4 {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 20px;
  color: black;
  text-align: left;
}
#fh5co-our-services-features h5 {
  text-align: left;
  color: var(--gray-500, #6B7280);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  letter-spacing: 0.64px;
}
#fh5co-our-services-features .row.row-bottom-padded-sm {
  display: flex;
  justify-content: space-between; /* Ensures the blocks are spaced evenly */
  column-gap: 80px; /* Adds 80px gap only between the blocks */
}
#fh5co-our-services-features .col-md-6 {
  flex: 1 1 calc(50% - 40px); /* Adjust width to fit two blocks side by side, considering the gap */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the box content */
  justify-content: flex-start;
  margin-bottom: 30px;
  transition: transform 0.3s, background-color 0.3s;
}
#fh5co-our-services-features .col-md-6:hover {
  background-color: #41902d; /* Green background on hover */
  transform: translateY(-10px); /* Slight lift on hover */
}
#fh5co-our-services-features .col-md-6:hover h4,
#fh5co-our-services-features .col-md-6:hover h5 {
  color: white; /* Ensure all text inside turns white */
}
#fh5co-our-services-features .col-md-6 .box {
  padding: 30px;
  width: 100%;
  text-align: center;
  color: #7f7f7f;
  transition: color 0.3s; /* Smooth text color transition */
}
#fh5co-our-services-features .col-md-6 .box img.icon {
  position: absolute;
  top: 15px;
  left: 30px;
  width: 30px; /* Reduce the size to 60% */
  height: auto;
}
#fh5co-our-services-features .col-md-6 .box h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  color: black;
  transition: color 0.3s;
}
#fh5co-our-services-features .col-md-6 .box h3 {
  font-size: 17px;
  margin: 0;
  color: #7f7f7f;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  #fh5co-our-services-features .row.row-bottom-padded-sm {
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
  }
  #fh5co-our-services-features .col-md-6 {
    flex: 1 1 100%; /* Full-width on smaller screens */
    margin: 24px;
    border: 2px solid #ddd; /* Add border for mobile view */
    padding: 0; /* Add padding inside the container */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    background-color: #ffffff; /* Ensure a white background inside the container */
  }
  #fh5co-our-services-features h2 {
    margin-top: 32px;
  }
  #fh5co-our-services-features h3 {
    text-align: center; /* Ensure title and subtitle stay centered on small screens */
  }
}

#fh5co-our-services-collaborations {
  padding: 80px 0;
  background-color: #ffffff;
  /* Mobile View */
}
#fh5co-our-services-collaborations .container {
  text-align: center;
}
#fh5co-our-services-collaborations .section-title {
  font-size: 40px;
  color: black;
  margin-bottom: 20px;
}
#fh5co-our-services-collaborations .section-subtitle {
  font-size: 30px;
  color: #929292;
  margin-bottom: 50px;
}
#fh5co-our-services-collaborations .row {
  display: flex;
  justify-content: center; /* Center logos in the container for desktop view */
  align-items: center;
  gap: 20px; /* Spacing between logos and dividers */
}
#fh5co-our-services-collaborations .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px; /* Limit the maximum width of each logo */
  margin: 20px;
}
#fh5co-our-services-collaborations .collaboration-logo {
  max-width: 150px;
  height: auto;
}
#fh5co-our-services-collaborations .divider {
  width: 1px;
  height: 60px; /* Adjust height for alignment */
  background-color: #929292; /* Dark grey */
}
@media screen and (max-width: 768px) {
  #fh5co-our-services-collaborations {
    padding-top: 0;
  }
  #fh5co-our-services-collaborations .h2 {
    margin-top: 16px;
  }
  #fh5co-our-services-collaborations .row {
    justify-content: flex-start; /* Align logos horizontally */
    gap: 20px; /* Spacing between logos and dividers */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent wrapping of logos */
    padding: 10px; /* Add padding for a smoother scrolling experience */
    scroll-snap-type: x mandatory; /* Snap to elements when scrolling */
  }
  #fh5co-our-services-collaborations .logo-container {
    flex: 0 0 auto; /* Ensure each logo stays in its own space */
    max-width: 100px; /* Adjust the max width for mobile */
    scroll-snap-align: center; /* Ensure smooth snapping to this element */
  }
  #fh5co-our-services-collaborations .collaboration-logo {
    max-width: 80px;
    height: auto;
  }
  #fh5co-our-services-collaborations .divider {
    width: 1px;
    height: 40px; /* Adjust divider height for smaller logos */
  }
}

#fh5co-our-services-vission {
  background: url("../images/VisionMissionBG.svg") no-repeat center center;
  background-size: cover; /* Ensure the image covers the entire section */
  padding: 60px 0; /* Add more padding for better spacing */
  position: relative;
}
#fh5co-our-services-vission h4 {
  font-size: 20px;
  color: white;
}
#fh5co-our-services-vission h5 {
  color: var(--white, #FFF);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 31px; /* 182.353% */
  letter-spacing: 0.68px;
}
#fh5co-our-services-vission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Place it below the content */
}
#fh5co-our-services-vission .row.row-bottom-padded-sm {
  display: flex; /* Make the row a flex container */
  flex-wrap: wrap; /* Allow wrapping for smaller screens */
  justify-content: center; /* Center-align the child elements */
}
#fh5co-our-services-vission .custom-container {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Align both blocks to the same height */
  gap: 120px; /* Add space between blocks */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}
#fh5co-our-services-vission .block {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  text-align: center;
  width: 45%; /* Custom width for blocks on desktop */
  max-width: 500px; /* Prevent blocks from getting too large */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#fh5co-our-services-vission .block img.icon {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
#fh5co-our-services-vission .col-md-6 {
  background-color: rgba(255, 255, 255, 0.15);
  flex: 1 1 50%; /* Ensure both sections take equal width */
  display: flex; /* Enable flexbox for inner alignment */
  flex-direction: column; /* Stack content vertically */
}
#fh5co-our-services-vission .col-md-6 h3 {
  transition: color 500ms; /* Smooth color transition */
}
#fh5co-our-services-vission .col-md-6:hover h3 {
  color: black; /* Text color change on hover */
}
#fh5co-our-services-vission .container {
  text-align: center;
  position: relative;
  z-index: 2; /* Ensure content is above the overlay */
  color: #fff; /* Ensure text remains visible */
}
@media screen and (max-width: 768px) {
  #fh5co-our-services-vission .custom-container {
    display: block; /* Stack blocks on mobile */
    width: 90%;
    margin: 0 auto; /* Center the container */
  }
  #fh5co-our-services-vission .block {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    overflow: hidden; /* Clear floats */
  }
  #fh5co-our-services-vission .block img.icon {
    float: left; /* Float image to the left */
    width: 50px; /* Adjust image size */
    margin-right: 20px; /* Add spacing between image and text */
    margin-top: 105px;
  }
  #fh5co-our-services-vission .block h4 {
    display: inline-block; /* Allow h4 to share the line */
    margin: 5px 0 0 0; /* Place h4 right below the image */
    font-size: 18px;
    color: white;
    text-align: left;
    clear: left; /* Ensure h4 starts below the floated image */
  }
  #fh5co-our-services-vission .block h5 {
    margin: 0;
    font-size: 16px;
    color: white;
    text-align: left;
    padding-left: 80px; /* Add padding to leave space for image and h4 */
  }
}
#fh5co-our-services-vission .box {
  text-align: center;
  color: #7f7f7f;
  position: relative;
  float: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-our-services-vission .box {
    min-height: inherit;
    margin-bottom: 10px;
  }
}
#fh5co-our-services-vission .box .icon {
  width: 60px;
  height: auto;
  margin: 0 auto;
  top: 0;
  margin-top: 20px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#fh5co-our-services-vission .box .icon > span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#fh5co-our-services-vission .box .icon > span i {
  position: relative;
  float: left;
  margin-top: 5px;
  width: 100%;
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#fh5co-our-services-vission .box .icon.colored-1 {
  background: #2aaf67;
  background: transparent;
  border: 3px solid #2aaf67;
}
#fh5co-our-services-vission .box .icon.colored-1 i {
  color: #2aaf67 !important;
}
#fh5co-our-services-vission .box .icon.colored-2 {
  background: #00bff3;
  background: transparent;
  border: 3px solid #00bff3;
}
#fh5co-our-services-vission .box .icon.colored-2 i {
  color: #00bff3 !important;
}
#fh5co-our-services-vission .box .icon.colored-3 {
  background: #f26522;
  background: transparent;
  border: 3px solid #f26522;
}
#fh5co-our-services-vission .box .icon.colored-3 i {
  color: #f26522 !important;
}
#fh5co-our-services-vission .box .icon.colored-4 {
  background: #e52b50;
  background: transparent;
  border: 3px solid #e52b50;
}
#fh5co-our-services-vission .box .icon.colored-4 i {
  color: #e52b50 !important;
}
#fh5co-our-services-vission .box .icon.colored-5 {
  background: #2fc5cc;
  background: transparent;
  border: 3px solid #2fc5cc;
}
#fh5co-our-services-vission .box .icon.colored-5 i {
  color: #2fc5cc !important;
}
#fh5co-our-services-vission .box .icon.colored-6 {
  background: #6173f4;
  background: transparent;
  border: 3px solid #6173f4;
}
#fh5co-our-services-vission .box .icon.colored-6 i {
  color: #6173f4 !important;
}
#fh5co-our-services-vission .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#fh5co-our-services-vission .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 17px;
  color: white;
}

#fh5co-features {
  background: rgb(249.9, 249.9, 249.9);
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-features {
    padding: 4em 0;
  }
}
#fh5co-features .fh5co-service {
  margin-bottom: 30px;
  float: left;
}
#fh5co-features .fh5co-service .fh5co-icon {
  float: left;
  width: 20%;
}
#fh5co-features .fh5co-service .fh5co-icon i {
  font-size: 40px;
  color: #5FCD3D;
}
#fh5co-features .fh5co-service .fh5co-desc {
  width: 80%;
  float: right;
}
#fh5co-features .fh5co-service .fh5co-desc h3 {
  margin-top: 0;
  font-size: 18px;
}

.first-section {
  padding-top: 15em !important;
}
@media screen and (max-width: 768px) {
  .first-section {
    padding-top: 3em;
  }
}

#fh5co-press .fh5co-press-item {
  background: #fff;
  float: left;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item {
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text,
#fh5co-press .fh5co-press-item .fh5co-press-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-text,
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#fh5co-press .fh5co-press-item .fh5co-press-text {
  float: left;
  padding: 20px;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#fh5co-press .fh5co-press-item .fh5co-press-text .fh5co-press-title .fh5co-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #5FCD3D;
}
#fh5co-press .fh5co-press-item .fh5co-press-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #fh5co-press .fh5co-press-item .fh5co-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #5FCD3D;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #5FCD3D;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #5FCD3D;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #5FCD3D;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: rgb(194.75, 194.75, 194.75);
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  background-color: #1e5e10; /* Dark green background */
  color: #e3f0d8; /* Light green text */
  padding: 50px 20px;
  text-align: left; /* Align everything to the left */
}
#footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}
#footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Align items to the left */
  gap: 20px;
}
#footer .footer-column {
  flex: 1;
  min-width: 250px;
}
#footer .footer-logo {
  font-size: 2rem;
  font-weight: bold;
  color: #e3f0d8;
  margin-bottom: 20px;
}
#footer .social-links {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  justify-content: flex-start; /* Align social links to the left */
}
#footer .social-links li {
  list-style: none;
}
#footer .social-links li a {
  color: #e3f0d8;
  font-size: 1.5rem;
  transition: color 0.3s;
}
#footer .social-links li a:hover {
  color: #a5d27c;
}
#footer .subscribe-newsletter {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .subscribe-newsletter li {
  margin: 0;
}
#footer .subscribe-newsletter li a {
  color: #e3f0d8;
  text-decoration: none;
  transition: color 0.3s;
}
#footer .subscribe-newsletter li a:hover {
  color: #a5d27c;
}
#footer .contact-info,
#footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .contact-info li,
#footer .footer-links li {
  margin-bottom: 10px;
}
#footer .contact-info li a,
#footer .footer-links li a {
  color: #e3f0d8;
  text-decoration: none;
  transition: color 0.3s;
}
#footer .contact-info li a:hover,
#footer .footer-links li a:hover {
  color: #a5d27c;
}
#footer h3 {
  margin-bottom: 20px;
  color: var(--white, #FFF);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
}
#footer a {
  color: white;
  margin-bottom: 3px;
  font-size: 16px;
}
#footer .subscribe-form {
  display: flex;
  flex-direction: column;
}
#footer .subscribe-form input {
  padding: 5px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  border: 1px solid #e3f0d8;
  background-color: #3f7f31;
  color: #e3f0d8;
}
#footer .subscribe-form input::placeholder {
  color: #b5cfaa;
}
#footer .subscribe-form .btn-subscribe {
  margin-top: 8px;
  padding: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  background-color: #41902D;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  transition: color 0.3s;
  font-size: 16px;
}
#footer .subscribe-form .btn-subscribe:hover {
  background-color: #e3f0d8;
  color: #41902D;
}
#footer .footer-logo-img {
  width: 120px; /* Adjust the width of the logo */
  height: auto; /* Maintain aspect ratio */
  margin-bottom: 20px; /* Add spacing below the logo */
}
#footer .footer-copyright {
  margin-top: 20px;
  font-size: 0.9rem;
}
#footer .back-to-top {
  display: block;
  margin-top: 20px;
  color: #e3f0d8;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#footer .back-to-top:hover {
  color: #a5d27c;
}
@media (max-width: 768px) {
  #footer .social-links {
    justify-content: center;
  }
  #footer .footer-copyright {
    justify-content: center;
  }
  #footer .footer-row {
    flex-direction: column;
  }
  #footer .footer-nav-legal {
    flex-direction: column;
    gap: 20px;
  }
  #footer .footer-column {
    text-align: center;
  }
  #footer .contact-info {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center align the items */
    text-align: center; /* Ensure text is centered */
    padding: 0;
    margin: 0;
  }
  #footer .contact-info li {
    margin-bottom: 10px; /* Add spacing between items */
    list-style: none;
  }
  #footer .contact-info a {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    justify-content: center; /* Center align the content */
    text-decoration: none;
    color: #e3f0d8; /* Ensure text color matches the design */
    font-size: 16px;
  }
  #footer .contact-info img {
    margin-right: 8px; /* Add spacing between icon and text */
    width: 20px; /* Adjust icon size for mobile */
    height: auto;
  }
  #footer .footer-row {
    gap: 0;
  }
  #footer .footer-column {
    border-bottom: 1px solid #ddd; /* Add a light grey bottom border */
    padding-bottom: 16px; /* Add spacing inside the container */
    margin-top: 0; /* Add spacing between columns */
    margin-bottom: 0; /* Add spacing between columns */
  }
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-primary {
  background: #5FCD3D;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #5FCD3D;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #5FCD3D;
  color: #fff;
}
.social li a.social-circle {
  background: #5FCD3D;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #5FCD3D;
  color: #fff;
}
.social.social-circle a {
  background: #5FCD3D;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  opacity: 1;
}
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #5FCD3D !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  color: rgba(255, 255, 255, 0.5);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: rgb(255, 255, 255);
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: rgb(255, 255, 255);
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] i:hover, .owl-theme .owl-controls .owl-nav [class*=owl-] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover, .owl-theme .owl-controls .owl-nav [class*=owl-]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-carousel-main.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.2) !important;
  border: 2px solid transparent !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: rgb(0, 0, 0) !important;
}
.owl-carousel-main.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-main.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(0, 0, 0) !important;
  background: transparent !important;
  border: 2px solid #000 !important;
}
.owl-carousel-main.owl-direction:before {
  color: #000 !important;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
  height: 860px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .fh5co-owl-text-wrap {
    height: inherit;
    padding: 5em 0;
    padding: 0;
    text-align: center;
  }
}
.owl-carousel-fullwidth .fh5co-owl-text-wrap {
  position: relative;
}
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.owl-carousel-fullwidth .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
}
.owl-carousel-fullwidth .item img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .mobile-image {
  position: relative;
  z-index: 99999999;
}
.owl-carousel-fullwidth .item .mobile-image .mobile {
  float: right;
  text-align: right;
  position: relative;
  bottom: -12em;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .mobile-image .mobile {
    bottom: 0em;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}
.owl-carousel-fullwidth .item .mobile-image .mobile img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .fh5co-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.owl-carousel-fullwidth .item .fh5co-owl-text a {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .fh5co-owl-text a:hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead-2, .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}
.owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
  font-size: 30px;
  line-height: 30px;
  line-height: 42px;
  font-weight: 100;
  margin-bottom: 30px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .fh5co-owl-text .fh5co-sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

#fh5co-product-screenshots {
  background: #303841;
}
#fh5co-product-screenshots .section-heading h2 {
  color: #fff;
}

.owl-carousel-center .owl-stage-outer {
  overflow: visible;
}
.owl-carousel-center .owl-item {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  z-index: 18;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 38px -13px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel-center .owl-item img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.owl-carousel-center .owl-item.center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  z-index: 999;
  -webkit-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -ms-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  -o-box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
  box-shadow: -1px -1px 58px -13px rgba(0, 0, 0, 0.9);
}
.owl-carousel-center .owl-dots {
  bottom: -80px;
}
@media screen and (max-width: 480px) {
  .owl-carousel-center .owl-dots {
    bottom: -60px;
  }
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: rgb(255, 255, 255);
}
.owl-carousel-center.owl-theme .owl-dots .owl-dot.active span, .owl-carousel-center.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(255, 255, 255);
  background: transparent;
  border: 2px solid #fff;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.fh5co-animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Contact Page Styles */
.contact-page {
  padding: 60px 0; /* Top and bottom padding */
  background-color: #f9f9f9; /* Light background color */
}
.contact-page h2 {
  color: var(--black, #000);
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 108.333% */
  text-transform: uppercase;
  margin-bottom: 24px;
}

.contact-page .container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info {
  list-style: none;
  padding: 0;
  font-size: 1.2rem;
  color: #333;
}
.contact-info li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.contact-info li img {
  padding-right: 5px;
}
.contact-info li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
  color: #41902D; /* Green icon color */
  list-style: none;
}
.contact-info li i {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
  color: #41902D; /* Green icon color */
  list-style: none;
}

form .form-group {
  margin-bottom: 20px;
}
form .form-group label {
  display: block;
  margin-bottom: 5px;
  color: var(--black, #000);
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
}
form .form-group input,
form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  color: #333;
}
form .form-group input:focus,
form .form-group textarea:focus {
  outline: none;
  border-color: #41902D; /* Green focus border */
  box-shadow: 0 0 5px rgba(65, 144, 45, 0.3); /* Green glow */
}
form .btn-submit {
  color: var(--white, #FFF);
  font-family: "Work Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  background-color: #41902D;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  transition: color 0.3s;
}
form .btn-submit:hover {
  background-color: #e3f0d8;
  color: #41902D;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-info {
    font-size: 1rem;
  }
  .contact-info li {
    margin-bottom: 10px;
  }
  .contact-info li i {
    font-size: 1.2rem;
  }
  form .form-group input,
  form .form-group textarea {
    font-size: 0.9rem;
  }
  form .btn-submit {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
}
/* Responsive Design */
@media (min-width: 769px) {
  .contact-page .h2 {
    margin-bottom: 24px;
  }
  .contact-page .row {
    margin-top: 60px;
  }
}

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