@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1820px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ctm_container {
  width: 100%;
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .ctm_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1440px) {
  .ctm_container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ctm_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page {
  margin: 0;
}

.link a {
  text-decoration: underline;
  color: #0B8035;
}
.link a:hover {
  color: inherit;
}

a {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

a {
  color: inherit;
}

a:hover {
  color: #0B8035;
}

body .site-content ol,
body .site-content ul {
  display: flex;
  flex-flow: column;
  gap: 14px;
  margin: 0px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Inter";
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Poppins";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0B8035;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #0B8035;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #0B8035;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #0B8035;
}

.half-padding {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .half-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.half-padding-top {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .half-padding-top {
    padding-bottom: 30px;
  }
}

.half-padding-bottom {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .half-padding-bottom {
    padding-bottom: 30px;
  }
}

.full-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .full-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .full-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .full-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.full-padding-top {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .full-padding-top {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .full-padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .full-padding-top {
    padding-top: 30px;
  }
}

.full-padding-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .full-padding-bottom {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .full-padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .full-padding-bottom {
    padding-bottom: 30px;
  }
}

.margin-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .margin-bottom {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}

span.green {
  color: #0B8035;
}

section ul {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
section ul li {
  color: #121212;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
section ul li:after {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  content: "";
  background: #0B8035;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (max-width: 992px) {
  .site {
    padding-top: 85px;
  }
}
@media (max-width: 767px) {
  .site {
    padding-top: 65px;
  }
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 22px;
  color: #777777;
}

p {
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #777777;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

h1 {
  font-family: "Poppins";
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-family: "Poppins";
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.header {
  background-color: #ffffff;
  z-index: 9;
}
@media (max-width: 992px) {
  .header {
    position: fixed;
    top: 0 !important;
    left: 0;
    width: 100%;
  }
}
.header.sticky-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: bar 1s ease;
}
.header .header-navigation .header_bottom {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-flow: wrap;
}
.header .header-navigation .header_bottom .site-branding a {
  display: block;
  line-height: 0;
}
.header .header-navigation .header_bottom .site-branding a img {
  max-width: 407px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .header .header-navigation .header_bottom .site-branding a img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .header .header-navigation .header_bottom .site-branding a img {
    max-width: 200px;
  }
}
.header .header-navigation .header_bottom .header-cta-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 8px;
}
@media (max-width: 1199px) {
  .header .header-navigation .header_bottom .header-cta-wrap {
    align-items: flex-start;
    row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .header .header-navigation .header_bottom .header-cta-wrap {
    padding-bottom: 30px;
    position: absolute;
    bottom: 40px;
    bottom: 40px;
    left: 15px;
    width: -moz-max-content;
    width: max-content;
  }
}
.header .header-navigation .header_bottom .header-cta-wrap .hcall_main {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .header-navigation .header_bottom .header-cta-wrap .hcall_main img {
  display: block;
  width: 48px;
  height: 48px;
}
.header .header-navigation .header_bottom .header-cta-wrap .header-cta {
  line-height: 0;
}
.header .header-navigation .header_bottom .header-menu {
  max-width: calc(100% - 422px);
  display: flex;
  flex: auto;
  max-width: calc(100% - 422px);
}
@media (max-width: 1199px) {
  .header .header-navigation .header_bottom .header-menu {
    max-width: 100%;
    width: 100%;
  }
}
.header .header-navigation .header_bottom .header-menu .main-navigation ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 8px;
  justify-content: center;
}
@media (max-width: 1260px) {
  .header .header-navigation .header_bottom .header-menu .main-navigation ul {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media (max-width: 1199px) {
  .header .header-navigation .header_bottom .header-menu .main-navigation ul {
    gap: 30px;
    flex-flow: column;
    align-items: flex-start;
  }
}
.header .header-navigation .header_bottom .header-menu .main-navigation ul li {
  line-height: 0;
}
.header .header-navigation .header_bottom .header-menu .main-navigation ul li a {
  display: inline-block;
  font-family: "Inter";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #121212;
  position: relative;
  padding-bottom: 3px;
}
.header .header-navigation .header_bottom .header-menu .main-navigation ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #121212;
  transition: width 0.5s ease;
}
.header .header-navigation .header_bottom .header-menu .main-navigation ul li a:hover::before {
  width: 100%;
}
.header .header-navigation .header_bottom .main-menu-wrapper {
  width: 100%;
  max-width: calc(100% - 423px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .header .header-navigation .header_bottom .main-menu-wrapper {
    max-width: calc(100% - 316px);
  }
}
@media (max-width: 1199px) {
  .header .header-navigation .header_bottom .main-menu-wrapper {
    position: fixed;
    right: 0;
    top: 132px;
    width: 300px;
    height: calc(100vh - 132px);
    background-color: #ffffff;
    transform: translateX(100%);
    transition: all 0.5s linear;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    overflow: auto;
    gap: 30px;
    max-width: 100%;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .header .header-navigation .header_bottom .main-menu-wrapper {
    top: 85px;
    height: calc(100dvh - 85px);
  }
}
@media (max-width: 767px) {
  .header .header-navigation .header_bottom .main-menu-wrapper {
    top: 67px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .header .header-navigation .header_bottom .humbergar-menu {
    display: none;
  }
}
.header .header-navigation .header_bottom .humbergar-menu .menu-toggle {
  width: 28px;
  height: 30px;
  background: transparent;
  border: 0;
  padding: 0;
  display: block;
}
@media (min-width: 1200px) {
  .header .header-navigation .header_bottom .humbergar-menu .menu-toggle {
    display: none;
  }
}
.header .header-navigation .header_bottom .humbergar-menu .menu-toggle > div {
  width: 100%;
  height: 3px;
  background: #000000;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.header .header-navigation .header_bottom.show .main-menu-wrapper {
  transform: translateX(0);
}
.header .header-navigation .header_bottom.show .menu-toggle > div.one {
  transform: rotate(45deg) translate(2px, 3px);
}
.header .header-navigation .header_bottom.show .menu-toggle > div.two {
  opacity: 0;
}
.header .header-navigation .header_bottom.show .menu-toggle > div.three {
  transform: rotate(-45deg) translate(7px, -8px);
}
.header .header-topbar {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 991px) {
  .header .header-topbar {
    display: none;
  }
}
.header .header-topbar .topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.header .header-topbar .topbar-wrap .topbar-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.header .header-topbar .topbar-wrap .topbar-right a,
.header .header-topbar .topbar-wrap .topbar-right .topbar-address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #121212;
  transition: all 500ms;
}
.header .header-topbar .topbar-wrap .topbar-right a:hover,
.header .header-topbar .topbar-wrap .topbar-right .topbar-address:hover {
  color: #0B8035;
}
.header .header-topbar .topbar-wrap .topbar-right a img,
.header .header-topbar .topbar-wrap .topbar-right .topbar-address img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .header-topbar .topbar-wrap .topbar-right .topbar-address:hover {
  color: #121212;
}
.header .header-topbar .topbar-wrap .topbar-left .topbar-righttext {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #121212;
  transition: all 500ms;
}
.header .header-topbar .topbar-wrap .topbar-left .topbar-righttext:hover {
  color: #121212;
}
.header .header-topbar .topbar-wrap .topbar-left .topbar-righttext img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes bar {
  0% {
    top: -100px;
  }
  100% {
    top: 0%;
  }
}
footer {
  background-color: #070707;
}
footer .footer-content-wrap {
  padding: 60px 0;
  display: grid;
  grid-template-columns: 33.8% 20% 20% 20%;
  gap: 30px;
}
@media (max-width: 1299px) {
  footer .footer-content-wrap {
    grid-template-columns: 26% 22% 22% 22%;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  footer .footer-content-wrap {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-content-wrap {
    grid-template-columns: 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
}
footer .footer-content-wrap .footer-col .widget {
  margin: 0;
}
footer .footer-content-wrap .footer-col .footer-logo a {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  footer .footer-content-wrap .footer-col .footer-logo a {
    margin-bottom: 8px;
  }
}
footer .footer-content-wrap .footer-col .footer-logo a img {
  max-width: 325px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  footer .footer-content-wrap .footer-col .footer-logo a img {
    max-width: 230px;
  }
}
footer .footer-content-wrap .footer-col .footer-content {
  max-width: 470px;
  display: flex;
  flex-flow: column;
  gap: 7px;
}
footer .footer-content-wrap .footer-col .footer-content p {
  font-family: "Inter";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-content-wrap .footer-col .footer-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-content-wrap .footer-col .widget-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1299px) {
  footer .footer-content-wrap .footer-col .widget-title {
    font-size: 20px;
    line-height: 120%;
    padding-bottom: 8px;
    margin-bottom: 14px;
  }
}
footer .footer-content-wrap .footer-col .widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 60px;
  background-color: #056A29;
  left: 0;
}
footer .footer-content-wrap .footer-col ul.menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
@media (max-width: 1299px) {
  footer .footer-content-wrap .footer-col ul.menu {
    gap: 6px;
  }
}
footer .footer-content-wrap .footer-col ul.menu li {
  line-height: 0;
  padding: 0;
}
footer .footer-content-wrap .footer-col ul.menu li::after {
  display: none;
}
footer .footer-content-wrap .footer-col ul.menu li a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  transition: all 500ms;
}
footer .footer-content-wrap .footer-col ul.menu li a:hover {
  color: #0B8035;
}
footer .footer-content-wrap .footer-col .textwidget {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-content-wrap .footer-col .textwidget {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-content-wrap .footer-col .textwidget p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-content-wrap .footer-col .textwidget p {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-content-wrap .footer-col .textwidget p span {
  font-weight: 700;
}
footer .footer-content-wrap .footer-col .textwidget a {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  transition: all 500ms;
  margin-top: 14px;
  display: flex;
  word-wrap: break-word;
}
footer .footer-content-wrap .footer-col .textwidget a:hover {
  color: #0B8035;
}
@media (max-width: 1024px) {
  footer .footer-content-wrap .footer-col .textwidget a {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-content-wrap .footer-col .textwidget span {
  font-weight: 700;
}
footer .footer-content-wrap .footer-col .textwidget .static_number p {
  margin-bottom: 10px;
}
footer .footer-content-wrap .footer-col .textwidget .static_number p:last-child {
  margin-bottom: 0;
}
footer .footer-bottom-bar {
  padding: 30px 0;
}
footer .footer-bottom-bar .ctm_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
footer .footer-bottom-bar .ctm_container .footer-menu ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
footer .footer-bottom-bar .ctm_container .footer-menu ul li {
  line-height: 0;
  position: relative;
}
footer .footer-bottom-bar .ctm_container .footer-menu ul li a {
  font-family: "Inter";
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 3px;
  position: relative;
}
@media (max-width: 1024px) {
  footer .footer-bottom-bar .ctm_container .footer-menu ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-bottom-bar .ctm_container .footer-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  left: 0;
  background-color: #ffffff;
  transition: width 0.5s ease;
}
footer .footer-bottom-bar .ctm_container .footer-menu ul li a:hover::before {
  width: 100%;
}
footer .footer-bottom-bar .ctm_container .footer-menu ul li:first-child::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #ffffff;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-bottom-bar .ctm_container .copyright {
  font-family: "Inter";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-bottom-bar .ctm_container .copyright {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-bottom-bar .ctm_container .powerdby-youvia {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-bottom-bar .ctm_container .powerdby-youvia .content-box {
  font-family: "Inter";
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1024px) {
  footer .footer-bottom-bar .ctm_container .powerdby-youvia .content-box {
    font-size: 14px;
    line-height: 20px;
  }
}
footer .footer-bottom-bar .ctm_container .powerdby-youvia .youvia-logo {
  display: flex;
  align-items: center;
}
footer .footer-bottom-bar .ctm_container .powerdby-youvia .youvia-logo img {
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter";
  background: #0B8035;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  border-radius: 60px;
  z-index: 0;
  overflow: hidden;
}
.btn:hover, .btn:focus, .btn:visited {
  color: #ffffff;
  outline: none;
}
.btn:hover:after, .btn:focus:after, .btn:visited:after {
  transform: translateX(0%);
}
.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.5s;
  transform: translateX(-100%);
  background-color: #056A29;
  z-index: -1;
  border-radius: 60px;
}
.btn.black {
  background-color: #000000;
}
.btn.black:after {
  background: #0B8035;
}

.hero-banner {
  padding-top: 16.5%;
  padding-bottom: 12%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.hero-banner:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(269.5deg, rgba(238, 238, 238, 0) 0.42%, rgba(238, 238, 238, 0.7) 38.07%, rgba(238, 238, 238, 0.9) 99.56%);
  z-index: -1;
}
.hero-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/c-shape.svg);
  background-position: left 30px top 36%;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}
@media (max-width: 1800px) {
  .hero-banner::before {
    background-position: left 30px top 34%;
  }
}
@media (max-width: 1700px) {
  .hero-banner::before {
    background-position: left 30px top 32%;
  }
}
@media (max-width: 1600px) {
  .hero-banner::before {
    background-position: left 30px top 30%;
  }
}
@media (max-width: 1500px) {
  .hero-banner::before {
    background-position: left 30px top 26%;
  }
}
@media (max-width: 1400px) {
  .hero-banner::before {
    background-position: left 30px top 23%;
  }
}
@media (max-width: 1300px) {
  .hero-banner::before {
    background-position: left 30px top 18%;
  }
}
@media (max-width: 1199px) {
  .hero-banner::before {
    display: none;
  }
}
.hero-banner .inner-html {
  width: 100%;
  max-width: 940px;
  display: flex;
  flex-flow: column;
  gap: 26px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1800px) {
  .hero-banner .inner-html {
    margin-left: 5%;
  }
}
@media (max-width: 1199px) {
  .hero-banner .inner-html {
    margin-left: 0;
  }
}
.hero-banner .container {
  max-width: 1675px;
}
.hero-banner h1 {
  line-height: 90px;
  color: #121212;
}
@media (max-width: 1199px) {
  .hero-banner h1 {
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .hero-banner h1 {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hero-banner h1 {
    line-height: 50px;
  }
}
.hero-banner p {
  color: #121212;
  font-weight: 500;
}
.hero-banner .button-wrap {
  line-height: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 12px;
}

.card-with-text {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.card-with-text:after {
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/two-card-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.card-with-text .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1600px) {
  .card-with-text .inner-html {
    gap: 60px;
  }
}
@media (max-width: 1440px) {
  .card-with-text .inner-html {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .card-with-text .inner-html {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .card-with-text .inner-html {
    padding: 0 20px;
  }
}
.card-with-text .card-left {
  width: 100%;
  max-width: calc(50% - 40px);
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 30px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 1600px) {
  .card-with-text .card-left {
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 1440px) {
  .card-with-text .card-left {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .card-with-text .card-left {
    gap: 20px;
    max-width: calc(50% - 15px);
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .card-with-text .card-left {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .card-with-text .card-left {
    padding-bottom: 0px;
  }
}
.card-with-text .card-left .text-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #0B8035;
  padding: 28px 20px;
  border-radius: 12px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 220px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .card-with-text .card-left .text-wrap {
    padding: 10px;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .card-with-text .card-left .text-wrap {
    max-width: 100%;
    width: 100%;
    position: static;
  }
}
.card-with-text .card-left .text-wrap h4 {
  font-size: 64px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1199px) {
  .card-with-text .card-left .text-wrap h4 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .card-with-text .card-left .text-wrap h4 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .card-with-text .card-left .text-wrap h4 {
    font-size: 35px;
  }
}
.card-with-text .card-left .text-wrap h6 {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .card-with-text .card-left .text-wrap h6 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.card-with-text .card-left .text-wrap p {
  text-align: center;
  color: rgba(255, 255, 255, 0.6980392157);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Poppins";
}
.card-with-text .card-right {
  width: 100%;
  max-width: calc(50% - 40px);
  padding-right: 80px;
}
@media (max-width: 1600px) {
  .card-with-text .card-right {
    padding-right: 60px;
    max-width: calc(50% - 30px);
  }
}
@media (max-width: 1440px) {
  .card-with-text .card-right {
    padding-right: 40px;
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .card-with-text .card-right {
    padding-right: 30px;
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 1024px) {
  .card-with-text .card-right {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .card-with-text .card-right {
    max-width: 100%;
    padding-right: 0;
  }
}
.card-with-text .card-right h3 {
  color: #121212;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .card-with-text .card-right h3 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .card-with-text .card-right h3 {
    margin-bottom: 20px;
  }
}
.card-with-text .card-right .desc {
  margin-bottom: 42px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .card-with-text .card-right .desc {
    margin-bottom: 30px;
  }
}
.card-with-text .fixed-img {
  position: absolute;
  right: 50px;
  bottom: -5px;
  line-height: 0;
  max-width: 150px;
  max-height: 150px;
}
@media (max-width: 1800px) {
  .card-with-text .fixed-img {
    right: 40px;
    bottom: 15px;
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 1700px) {
  .card-with-text .fixed-img {
    right: 30px;
    bottom: 15px;
    max-width: 110px;
    max-height: 110px;
  }
}
@media (max-width: 1600px) {
  .card-with-text .fixed-img {
    right: 20px;
    bottom: 25px;
    max-width: 90px;
    max-height: 90px;
  }
}
@media (max-width: 1300px) {
  .card-with-text .fixed-img {
    right: 0px;
    bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .card-with-text .fixed-img {
    display: none;
  }
}
.card-with-text .large-img-wrap {
  line-height: 0;
  width: 100%;
  max-width: calc(63% - 15px);
}
@media (max-width: 767px) {
  .card-with-text .large-img-wrap {
    max-width: 100%;
  }
}
.card-with-text .large-img-wrap img {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .card-with-text .large-img-wrap img {
    border-radius: 12px;
  }
}
.card-with-text .small-img-wrap {
  line-height: 0;
  width: 100%;
  max-width: calc(37% - 15px);
}
@media (max-width: 767px) {
  .card-with-text .small-img-wrap {
    max-width: 100%;
  }
}
.card-with-text .small-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.services-wrapper .inner-html {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-flow: wrap;
}
.services-wrapper .inner-html h3 {
  width: 100%;
  max-width: calc(50% - 10px);
  color: #121212;
}
@media (max-width: 991px) {
  .services-wrapper .inner-html h3 {
    max-width: 100%;
  }
}
.services-wrapper .inner-html p {
  width: 100%;
  max-width: calc(50% - 10px);
  color: #121212;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .services-wrapper .inner-html p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .services-wrapper .inner-html p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .services-wrapper .inner-html p {
    max-width: 100%;
  }
}
.services-wrapper .service-swiper {
  margin: 50px 0;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .services-wrapper .service-swiper {
    margin: 45px 0;
    padding-bottom: 65px;
  }
}
@media (max-width: 1024px) {
  .services-wrapper .service-swiper {
    margin: 40px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .services-wrapper .service-swiper {
    margin: 35px 0;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .services-wrapper .service-swiper {
    margin: 30px 20px;
    padding-bottom: 50px;
  }
}
.services-wrapper .service-swiper .img-wrap {
  line-height: 0;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
}
.services-wrapper .service-swiper .img-wrap:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0B8035;
  opacity: 0;
  transition: all 0.3s linear;
}
.services-wrapper .service-swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: all 0.3s linear;
  aspect-ratio: 1/1;
}
.services-wrapper .service-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.services-wrapper .service-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.services-wrapper .service-swiper .swiper-slide:hover .img-wrap:after {
  opacity: 0.2;
}
.services-wrapper .service-swiper .swiper-slide:hover .content-wrap:after {
  opacity: 1;
}
.services-wrapper .service-swiper .swiper-slide:hover .content-wrap:before {
  transform: translateY(0);
}
.services-wrapper .service-swiper .swiper-slide:hover .content-wrap h5 {
  color: #ffffff;
}
.services-wrapper .service-swiper .swiper-slide:hover .content-wrap p {
  color: #ffffff;
}
.services-wrapper .service-swiper .swiper-slide:hover .btn-wrap {
  transform: translateX(0);
  right: 20px;
}
.services-wrapper .service-swiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .services-wrapper .service-swiper .swiper-pagination {
    gap: 10px;
  }
}
.services-wrapper .service-swiper .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(11, 128, 53, 0.7);
  border-radius: 20px;
  transition: all 0.3s linear;
  margin: 0;
}
.services-wrapper .service-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0B8035;
  width: 30px;
  transition: all 0.3s linear;
}
.services-wrapper .btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: flex;
}
.services-wrapper .content-wrap {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 20px;
  max-width: 90%;
  margin: -30px auto 0;
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
}
.services-wrapper .content-wrap h5 {
  color: #121212;
  font-size: 26px;
  line-height: 30px;
  transition: all 0.3s linear;
}
@media (max-width: 1600px) {
  .services-wrapper .content-wrap h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
.services-wrapper .content-wrap p {
  color: #555555;
  font-weight: 500;
  transition: all 0.3s linear;
}
@media (max-width: 767) {
  .services-wrapper .content-wrap p {
    font-size: 14px;
    line-height: 18px;
  }
}
.services-wrapper .content-wrap:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0B8035;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.services-wrapper .content-wrap:before {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(110%);
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/small-dot.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.5s linear;
}
.services-wrapper .content-wrap .desc {
  width: 100%;
  max-width: calc(100% - 60px);
}
.services-wrapper .content-wrap .btn-wrap {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  transform: translateX(105%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.services-wrapper .content-wrap .btn-wrap .linkbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.services-wrapper .content-wrap .btn-wrap .linkbtn img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(92%) saturate(6093%) hue-rotate(148deg) brightness(93%) contrast(91%);
}

.cta-section {
  padding-top: 314px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1600px) {
  .cta-section {
    padding-top: 280px;
  }
}
@media (max-width: 1440px) {
  .cta-section {
    padding-top: 250px;
  }
}
@media (max-width: 1199px) {
  .cta-section {
    padding-top: 200px;
  }
}
@media (max-width: 1024px) {
  .cta-section {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .cta-section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .cta-section {
    padding-top: 80px;
  }
}
.cta-section .inner-html {
  background: #000000;
  padding: 60px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .cta-section .inner-html {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .cta-section .inner-html {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .cta-section .inner-html {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cta-section .inner-html {
    padding: 20px;
  }
}
.cta-section .text-wrap {
  width: 100%;
  max-width: 60%;
}
@media (max-width: 1600px) {
  .cta-section .text-wrap {
    max-width: 100%;
  }
}
.cta-section h3 {
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .cta-section h3 {
    margin-bottom: 20px;
  }
}
.cta-section .desc {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .cta-section .desc {
    margin-bottom: 20px;
  }
}
.cta-section .desc p {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .cta-section .desc p {
    font-size: 16px;
  }
}
.cta-section .link p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .cta-section .link p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .cta-section .link p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .cta-section .link p {
    font-size: 18px;
  }
}
.cta-section .img-wrap {
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta-section .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-boxes-with-image {
  position: relative;
  z-index: 0;
}
.two-boxes-with-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  content: "";
  background: #ECF5EF;
  z-index: -1;
}
.two-boxes-with-image .inner-html {
  position: relative;
}
.two-boxes-with-image .img-wrap {
  line-height: 0;
  border-radius: 24px;
  overflow: hidden;
}
.two-boxes-with-image .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: all 1.6s ease-in-out;
}
.two-boxes-with-image .img-wrap img:hover {
  transform: scale(1.2);
  transition: all 1.6s ease-in-out;
}
.two-boxes-with-image .text-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 95%;
  margin: -4% auto 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .two-boxes-with-image .text-wrap {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .two-boxes-with-image .text-wrap {
    gap: 20px;
  }
}
.two-boxes-with-image .box-item {
  width: 100%;
  max-width: calc(50% - 20px);
  border-radius: 16px;
  padding: 40px;
  background: #FFFFFF;
}
@media (max-width: 1440px) {
  .two-boxes-with-image .box-item {
    padding: 35px;
  }
}
@media (max-width: 1199px) {
  .two-boxes-with-image .box-item {
    padding: 30px;
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 1024px) {
  .two-boxes-with-image .box-item {
    padding: 25px;
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .two-boxes-with-image .box-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .two-boxes-with-image .box-item {
    max-width: 100%;
  }
}
.two-boxes-with-image .box-item h5 {
  color: #121212;
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .two-boxes-with-image .box-item h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .two-boxes-with-image .box-item h5 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .two-boxes-with-image .box-item h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .two-boxes-with-image .box-item h5 {
    font-size: 18px;
  }
}
.two-boxes-with-image .box-item p {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .two-boxes-with-image .box-item p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .two-boxes-with-image .box-item p {
    margin-bottom: 10px;
  }
}

.logo-slider .logo-swiper {
  overflow: visible;
  overflow-x: clip;
}
.logo-slider .logo-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-slider .logo-swiper .img-wrap {
  width: 100%;
  max-width: 100%;
  transition: transform 0.4s ease;
}
.logo-slider .logo-swiper .img-wrap:hover {
  transform: scale(1.12);
}
.logo-slider .logo-swiper .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.logo-slider .inner-html {
  width: 100%;
  max-width: 90%;
  margin: auto;
}

.home-contact-form {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.home-contact-form:after {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/contact.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  z-index: -1;
}
.home-contact-form .inner-html {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 40px;
}
.home-contact-form .heading {
  display: flex;
  flex-flow: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.home-contact-form .heading h3 {
  color: #121212;
}
.home-contact-form .heading p {
  font-size: 20px;
  line-height: 28px;
  color: #121212;
}
@media (max-width: 991px) {
  .home-contact-form .heading p {
    font-size: 18px;
  }
}
.home-contact-form .form-wrapper {
  width: 100%;
}
.home-contact-form .form-wrapper form {
  display: flex;
  flex-flow: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.home-contact-form .form-wrapper .gform-body {
  width: 100%;
}
.home-contact-form .form-wrapper .gform-body .gform_fields {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 12px;
}
@media (max-width: 639px) {
  .home-contact-form .form-wrapper .gform-body .gform_fields {
    grid-template-columns: 1fr;
  }
}
.home-contact-form .form-wrapper .gform-body label {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #121212;
}
.home-contact-form .form-wrapper .gform-body textarea,
.home-contact-form .form-wrapper .gform-body input {
  border: 1px solid #DDDDDD;
  box-shadow: none;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  color: #121212;
  font-weight: 400;
  padding: 27px 15px;
  outline: none;
}
.home-contact-form .form-wrapper .gform-body input[type=file] {
  padding: 0px;
  min-height: 56px;
}
.home-contact-form .form-wrapper .gform-body textarea {
  min-block-size: 100px !important;
}
.home-contact-form .form-wrapper input[type=submit] {
  padding: 16px 24px !important;
  font-size: 16px !important;
  line-height: 1em !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-family: "Inter" !important;
  background: #0B8035 !important;
  text-transform: capitalize !important;
  display: inline-block !important;
  transition: all 0.5s !important;
  position: relative !important;
  border-radius: 60px !important;
  z-index: 0 !important;
  overflow: hidden !important;
  min-width: 180px !important;
  outline: none !important;
  border: none !important;
}
.home-contact-form .form-wrapper input[type=submit]:hover {
  color: #ffffff !important;
}
.home-contact-form .form-wrapper input[type=submit]:hover:after {
  transform: translateX(0%) !important;
}
.home-contact-form .form-wrapper input[type=submit]:after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  content: "" !important;
  transition: all 0.5s !important;
  transform: translateX(-100%) !important;
  background-color: #056A29 !important;
  z-index: -1 !important;
  border-radius: 60px !important;
}
.home-contact-form .form-wrapper .gform-footer {
  margin-top: 0 !important;
}
.home-contact-form .form-wrapper .gform_confirmation_message {
  text-align: center;
  color: #0b8035;
  padding: 10px;
  border: 2px solid #0b8035;
  border-radius: 50px;
}

.global-footer {
  padding: 100px 0;
  position: relative;
  background: #056a29;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media (max-width: 1600px) {
  .global-footer {
    background-position: 10%;
  }
}
@media (max-width: 992px) {
  .global-footer {
    background-position: left;
  }
}
.global-footer .container {
  max-width: 1860px;
}
.global-footer .top-img-wrap {
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.global-footer .bottom-img-wrap {
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 17%;
}
.global-footer .text-wrap h3 {
  color: #ffffff;
  margin-bottom: 20px;
}
.global-footer .text-wrap .desc {
  margin-bottom: 16px;
}
.global-footer .text-wrap .desc p {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .global-footer .text-wrap .desc p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .global-footer .text-wrap .desc p {
    font-size: 16px;
  }
}
.global-footer .text-wrap .link {
  margin-bottom: 42px;
}
@media (max-width: 1199px) {
  .global-footer .text-wrap .link {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .global-footer .text-wrap .link {
    margin-bottom: 20px;
  }
}
.global-footer .text-wrap .link p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .global-footer .text-wrap .link p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .global-footer .text-wrap .link p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .global-footer .text-wrap .link p {
    font-size: 18px;
  }
}
.global-footer .text-wrap .link p a {
  color: #ffffff;
  transition: all 0.3s linear;
  text-decoration: none;
}
.global-footer .text-wrap .link p a:hover {
  color: #000000;
}
.global-footer .text-wrap .btn-wrap {
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-flow: wrap;
}
.global-footer .text-wrap .btn-wrap .btn:first-child {
  background: transparent;
  border: 1px solid #ffffff;
}
.global-footer .text-wrap .btn-wrap .btn:first-child:after {
  background: #ffffff;
  border-radius: 0;
}
.global-footer .text-wrap .btn-wrap .btn:first-child:focus, .global-footer .text-wrap .btn-wrap .btn:first-child:hover {
  color: #056a29;
  background-color: transparent;
}
.global-footer .text-wrap .btn-wrap .btn:last-child {
  background: #ffffff;
  color: #056a29;
  border: 1px solid #ffffff;
}
.global-footer .text-wrap .btn-wrap .btn:last-child:after {
  background: #000000;
  border-radius: 0;
}
.global-footer .text-wrap .btn-wrap .btn:last-child:hover {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: transparent;
}

.inner-banner {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 1440px) {
  .inner-banner {
    padding: 130px 0;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    padding: 60px 0;
  }
}
.inner-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  content: "";
  background: linear-gradient(269.5deg, rgba(238, 238, 238, 0) 0.42%, rgba(238, 238, 238, 0.7) 38.07%, rgba(238, 238, 238, 0.9) 99.56%);
  z-index: -1;
}
@media (max-width: 991px) {
  .inner-banner:after {
    width: 100%;
  }
}
.inner-banner .inner-html {
  max-width: 738px;
  display: flex;
  flex-flow: column;
  gap: 8px;
  width: 100%;
}
.inner-banner h1,
.inner-banner h2 {
  color: #121212;
  font-size: 44px;
}
@media (max-width: 1199px) {
  .inner-banner h1,
  .inner-banner h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .inner-banner h1,
  .inner-banner h2 {
    font-size: 24px;
  }
}
.inner-banner p {
  color: #121212;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.title-and-description {
  padding: 80px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .title-and-description {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .title-and-description {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .title-and-description {
    padding: 50px 0;
  }
}
.title-and-description:after {
  position: absolute;
  bottom: -90%;
  right: 0;
  width: 100%;
  height: 180%;
  content: "";
  background-image: url(../images/title-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.title-and-description .inner-html {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 24px;
  text-align: center;
}
@media (max-width: 1199px) {
  .title-and-description .inner-html {
    gap: 20px;
  }
}
.title-and-description .desc {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
@media (max-width: 1199px) {
  .title-and-description .desc {
    gap: 10px;
  }
}
.title-and-description h3 {
  font-size: 38px;
  color: #121212;
}
@media (max-width: 1199px) {
  .title-and-description h3 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .title-and-description h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .title-and-description h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .title-and-description h3 {
    font-size: 22px;
  }
}
.title-and-description p {
  font-size: 20px;
  color: #121212;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .title-and-description p {
    font-size: 18px;
  }
}
.title-and-description a {
  color: #0B8035;
  font-weight: 500;
  transition: all 0.3s linear;
}
.title-and-description a:hover {
  color: inherit;
}

.image-content-block {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .image-content-block {
    padding-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .image-content-block {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .image-content-block {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .image-content-block {
    padding-bottom: 40px;
  }
}
.image-content-block .inner-html {
  display: flex;
  flex-flow: column;
  gap: 40px;
  max-width: 1600px;
  margin: 0 auto;
}
.image-content-block .block-item {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  background: #ECF5EF;
  padding: 20px 20px 20px 0;
  border-radius: 16px;
  position: sticky;
  top: 150px;
}
@media (max-width: 991px) {
  .image-content-block .block-item {
    padding: 20px;
    gap: 20px;
    top: 100px;
  }
}
.image-content-block .block-content {
  width: 100%;
  max-width: 50%;
  padding: 0 60px;
  display: flex;
  flex-flow: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .image-content-block .block-content {
    padding: 0px 40px;
  }
}
@media (max-width: 1024px) {
  .image-content-block .block-content {
    padding: 0px 30px;
  }
}
@media (max-width: 991px) {
  .image-content-block .block-content {
    padding: 0px;
    max-width: 100%;
  }
}
.image-content-block .block-content h3 {
  color: #121212;
  font-size: 38px;
}
@media (max-width: 1199px) {
  .image-content-block .block-content h3 {
    font-size: 34px;
  }
}
@media (max-width: 1024px) {
  .image-content-block .block-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .image-content-block .block-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .image-content-block .block-content h3 {
    font-size: 22px;
  }
}
.image-content-block .block-content .desc {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .image-content-block .block-content .desc {
    gap: 12px;
  }
}
.image-content-block .block-content .desc p {
  color: #121212;
}
.image-content-block .block-image {
  width: 100%;
  max-width: 50%;
  line-height: 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .image-content-block .block-image {
    max-width: 100%;
  }
}
.image-content-block .block-image img {
  border-radius: 8px;
  aspect-ratio: 1/0.66;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.projects-grid-layout .inner-html {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 40px;
}
.projects-grid-layout .tabs-wrap {
  background: #E8F1EB;
  border-radius: 50px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  overflow: auto;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.projects-grid-layout .tab-btn {
  padding: 16px 24px;
  border-radius: 40px;
  background: #FFFFFF;
  color: #121212;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  transition: all 0.3s linear;
  cursor: pointer;
}
.projects-grid-layout .tab-btn.active, .projects-grid-layout .tab-btn:hover {
  background: #056A29;
  color: #ffffff;
}
.projects-grid-layout .tabs-content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
  width: 100%;
}
.projects-grid-layout .img-wrap {
  width: 100%;
  max-width: calc(58.5% - 15px);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
  /* 2nd & 3rd items → small */
}
@media (max-width: 767px) {
  .projects-grid-layout .img-wrap {
    max-width: 100%;
    min-height: 250px;
  }
}
.projects-grid-layout .img-wrap.is-small {
  max-width: calc(41.5% - 15px);
}
@media (max-width: 767px) {
  .projects-grid-layout .img-wrap.is-small {
    max-width: 100%;
  }
}
.projects-grid-layout .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.45;
  border-radius: 12px;
}
.projects-grid-layout .img-wrap:hover .text:before {
  transform: translateY(0);
}
.projects-grid-layout .img-wrap a {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.projects-grid-layout .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  padding: 76px 32px 32px;
  display: flex;
  flex-flow: column;
  gap: 4px;
  z-index: 0;
  overflow: hidden;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 1199px) {
  .projects-grid-layout .text {
    padding: 60px 20px 20px;
  }
}
@media (max-width: 991px) {
  .projects-grid-layout .text {
    padding: 50px 20px 20px;
  }
}
.projects-grid-layout .text:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: -1;
  transition: all 0.3s linear;
}
.projects-grid-layout .text:before {
  background: linear-gradient(0deg, rgb(11, 128, 53) 0%, rgba(11, 128, 53, 0) 100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: -1;
  transition: all 0.3s linear;
  transform: translateY(100%);
}
.projects-grid-layout .text h4 {
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .projects-grid-layout .text h4 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .projects-grid-layout .text h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .projects-grid-layout .text h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .projects-grid-layout .text h4 {
    font-size: 20px;
  }
}
.projects-grid-layout .text p {
  font-weight: 500;
  color: #ffffff;
}

.project-detail-section .inner-html {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .project-detail-section .inner-html {
    gap: 20px;
  }
}
.project-detail-section .left-part {
  width: 100%;
  max-width: calc(61% - 20px);
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 1199px) {
  .project-detail-section .left-part {
    max-width: calc(61% - 10px);
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .project-detail-section .left-part {
    max-width: 100%;
  }
}
.project-detail-section .left-part .desc {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .project-detail-section .left-part .desc {
    gap: 10px;
  }
}
.project-detail-section .left-part .desc h4 {
  color: #121212;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .project-detail-section .left-part .desc h4 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .project-detail-section .left-part .desc h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .project-detail-section .left-part .desc h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .project-detail-section .left-part .desc h4 {
    font-size: 20px;
  }
}
.project-detail-section .left-part .desc p {
  color: #777777;
}
.project-detail-section .right-part {
  width: 100%;
  max-width: calc(39% - 20px);
}
@media (max-width: 1199px) {
  .project-detail-section .right-part {
    max-width: calc(39% - 10px);
  }
}
@media (max-width: 1024px) {
  .project-detail-section .right-part {
    max-width: 100%;
  }
}
.project-detail-section .right-part .img-wrap {
  line-height: 0;
  border-radius: 8px;
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .project-detail-section .right-part .img-wrap {
    max-height: 500px;
  }
}
.project-detail-section .right-part .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  position: absolute;
  inset: 0;
}
@media (max-width: 1024px) {
  .project-detail-section .right-part .img-wrap img {
    position: static;
  }
}
.project-detail-section .img-grid {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px;
  width: 100%;
}
@media (max-width: 1199px) {
  .project-detail-section .img-grid {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.project-detail-section .img-grid .img-wrap {
  width: 100%;
  max-width: calc(58% - 15px);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  line-height: 0;
}
.project-detail-section .img-grid .img-wrap.small {
  max-width: calc(42% - 15px);
}
@media (max-width: 1199px) {
  .project-detail-section .img-grid .img-wrap {
    max-width: calc(58% - 10px);
  }
}
@media (max-width: 767px) {
  .project-detail-section .img-grid .img-wrap {
    max-width: 100%;
  }
}
.project-detail-section .img-grid .img-wrap:nth-child(2n+2), .project-detail-section .img-grid .img-wrap:nth-child(4n+3) {
  max-width: calc(42% - 15px);
}
@media (max-width: 1199px) {
  .project-detail-section .img-grid .img-wrap:nth-child(2n+2), .project-detail-section .img-grid .img-wrap:nth-child(4n+3) {
    max-width: calc(42% - 10px);
  }
}
@media (max-width: 767px) {
  .project-detail-section .img-grid .img-wrap:nth-child(2n+2), .project-detail-section .img-grid .img-wrap:nth-child(4n+3) {
    max-width: 100%;
  }
}
.project-detail-section .img-grid .img-wrap:nth-child(4n+4) {
  max-width: calc(58% - 15px);
}
@media (max-width: 1199px) {
  .project-detail-section .img-grid .img-wrap:nth-child(4n+4) {
    max-width: calc(58% - 10px);
  }
}
@media (max-width: 767px) {
  .project-detail-section .img-grid .img-wrap:nth-child(4n+4) {
    max-width: 100%;
  }
}
.project-detail-section .img-grid .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/0.57;
  border-radius: 8px;
}/*# sourceMappingURL=styles.css.map */