:root {
  --global-font-family: "Poppins", sans-serif;
  --global-font-size: 18px;
  --global-font-weight: 400;
  --global-font-color: #000;
  --global-background-color: #FFF;
  --list--font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #042618;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}
body ::-moz-selection {
  background-color: #77DD77;
  color: #fff;
}
body ::selection {
  background-color: #77DD77;
  color: #fff;
}
body .head-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1rem;
  color: var(--global-font-color);
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #000;
  transition: 0.4s;
}
body h1.vc_custom_heading {
  font-size: 3.666rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: normal;
}
body h1.vc_custom_heading b {
  color: #77DD77;
  font-weight: 600;
}
body h2.vc_custom_heading {
  font-size: 2.766rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: normal;
}
body h2.vc_custom_heading b {
  color: #077C07;
  font-weight: 600;
}
body h6.vc_custom_heading {
  font-size: 0.89rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  border-radius: 2px;
  background: #042618;
  padding: 0.5rem 0.77rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
body h4.vc_custom_heading.vc_do_custom_heading {
  font-size: 1.33rem;
  font-weight: 500;
  line-height: normal;
  font-family: var(--global-font-family);
  margin-bottom: 1rem;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-bottom {
  margin-bottom: 3rem !important;
}
body .mg-top {
  margin-top: 5rem !important;
}
body .mg-none {
  margin: 0 !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .cursor-example {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #77DC77;
  z-index: 9999;
  pointer-events: none;
}
body .cursor-example.light-cursor {
  background-color: #fff;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body .page-header {
  background: transparent !important;
  padding-left: 0 !important;
}
body main#main h1.search-title {
  margin: 1rem 0;
}
body main#main .products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main#main .products-grid .product-item {
  flex: 0 0 32%;
  text-align: center;
}
body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: #042618;
}
body header#masthead.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  transition: 0.2s ease-in-out;
  background: transparent;
  filter: none;
}
body header#masthead.sticky .header-main .head-container {
  transition: 0.2s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background: rgba(4, 38, 24, 0.54);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid transparent;
  transition: 1s;
  border-radius: 40px;
  padding: 1rem 2rem;
}
body header#masthead.sticky .header-main .head-container .logo img {
  transition: 0.2s ease-in-out;
  padding: 10px;
  height: auto;
  width: 80%;
}
body header#masthead .header-main .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body header#masthead .header-main .logo img {
  height: auto;
  transition: 0.6s;
  width: 100%;
  padding: 1.1rem 0;
  max-width: 8.05rem;
  filter: brightness(0) invert(1);
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.3rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 25%;
  right: -2%;
  font-size: 0.8rem;
  transition: all 0.3s;
  color: #042618;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family-2);
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  width: 100%;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #000;
  display: block;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.555rem 1.27rem;
  color: #000;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 0.89rem;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #042618;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body.home header#masthead {
  position: absolute;
  background: transparent;
}
body.home header#masthead .sticky {
  background: transparent;
}
body.home .sec-two-home .row-one .col-right .vc_row.vc_inner {
  position: relative;
}
body .mm-listitem {
  border-color: #077C07;
}
body nav#mm-menu .mm-navbar {
  justify-content: space-between;
  background: #042618;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #042618;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn {
  background-color: #042618;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  font-size: 2.5rem;
  color: #fff;
  border-color: #fff;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #000;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
  color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family-2);
  font-weight: 400;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 5rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .mg-bottom {
  margin-bottom: 4rem;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .desk-hidden {
  display: none;
}
body #content .wht-head {
  color: #fff !important;
}
body #content .wht-txt p {
  color: #fff !important;
}
body #content .inside-header {
  padding-bottom: 5rem;
}
body #content .inside-header.vc_section[data-vc-full-width] {
  overflow: visible;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .header-txt p {
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
body #content .main-head {
  font-size: 2.778rem;
  font-family: var(--global-font-family-2);
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}
body #content .sub-head {
  font-size: 1.667rem;
  font-family: var(--global-font-family);
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
body #content .txt ul {
  padding-left: 1.5rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
}
body #content .txt p strong {
  color: #000;
  font-weight: 600;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a {
  background: #000;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #000;
  border-radius: 15px;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn a:hover {
  background: transparent;
  color: #000;
}
body #content .btn-2 {
  margin-bottom: 0;
}
body #content .btn-2 a {
  background: #fff;
  color: #000;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border-radius: 15px;
  font-weight: 500;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn-2 a:hover {
  color: #fff;
  background: #000;
}
body #content .page-header {
  background: #000;
  padding: 0.8rem;
  margin-bottom: 2rem;
}
body #content .page-header .page-header-container h1.page-title {
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #fff;
  margin: 0;
}
body #content .sec-main h1 {
  margin-bottom: 0;
}
body #content .sec-main .txt {
  width: 44rem;
  margin: 0 auto;
}
body #content .sec-main .txt p {
  color: #fff;
  font-family: var(--global-font-family);
  font-size: 1.22rem;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
body #content .sec-main .row-btns {
  margin-bottom: 2rem;
}
body #content .sec-main .row-btns .wpb_column .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
}
body #content .sec-main .row-btns .wpb_column .vc_column-inner > .wpb_wrapper .btn a {
  padding: 0.9rem 2.9rem;
  color: #000;
  font-size: 1rem;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
  line-height: 1;
  font-family: var(--global-font-family);
  font-weight: 500;
  transition: all 0.4s;
  margin-top: 0.75rem;
}
body #content .sec-main .row-btns .wpb_column .vc_column-inner > .wpb_wrapper .btn a:hover {
  background: transparent;
  color: #fff;
}
body #content .sec-main .row-img-prototype .slick-list.draggable {
  padding: 0 !important;
  width: 60rem;
  margin: auto;
  padding-bottom: 2rem !important;
}
body #content .sec-main .row-img-prototype .img-prototype {
  display: block;
  width: 100%;
  margin: 0 1rem;
}
body #content .sec-main .row-img-prototype .img-prototype * {
  display: block;
  width: 100%;
}
body #content .sec-main .row-img-prototype .img-prototype.slick-center {
  transform: translateY(28px);
}
body #content .sec-main.sec-one-home {
  position: relative;
}
body #content .sec-main.sec-one-home h1 {
  width: 62rem;
  margin: auto;
}
body #content .sec-main.sec-one-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: #042618;
  z-index: -1;
}
body #content .sec-main.sec-one-home .row-one {
  position: relative;
}
body #content .sec-main.sec-one-home .row-one::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 86%;
  width: 100%;
  height: 100%;
  background: url(https://fitnfi.com/wp-content/uploads/2025/12/right-semi-circle.png);
  z-index: -1;
  background-repeat: no-repeat;
}
body #content .sec-main.sec-one-home .row-one::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://fitnfi.com/wp-content/uploads/2025/12/semi-circle.png);
  z-index: -1;
  background-repeat: no-repeat;
}
body #content .sec-two-home .row-one .col-left .vc_column-inner {
  position: relative;
}
body #content .sec-two-home .row-one .col-left .vc_column-inner .wpb_wrapper {
  position: sticky;
  top: 7rem;
}
body #content .sec-two-home .row-one .col-left .txt p {
  width: 33rem;
  color: #252525;
  font-size: 1.1rem;
  line-height: normal;
  margin-bottom: 1rem;
}
body #content .sec-two-home .row-one .col-left .btn-start-your-fitness a {
  border-radius: 15px;
  background: #77DD77;
  border: 2px solid #77DD77;
  color: #042618;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
}
body #content .sec-two-home .row-one .col-left .btn-start-your-fitness a:hover {
  background: transparent;
}
body #content .sec-two-home .row-one .col-right {
  padding-left: 3rem;
}
body #content .sec-two-home .row-one .col-right .vc_row.vc_inner { /*border-left: 2px dotted #000;*/
  position: relative;
  padding-left: 1rem;
  padding-bottom: 3.875rem;
}
body #content .sec-two-home .row-one .col-right .vc_row.vc_inner .left-dotted-line {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
body #content .sec-two-home .row-one .col-right .vc_row.vc_inner .left-dotted-line span {
  display: block;
  width: 2px;
  height: 6px; /* dot height */
  margin-bottom: 4px; /* spacing between dots */
  background-color: #000;
  opacity: 0; /* start hidden */
}
body #content .sec-two-home .row-one .col-right .vc_row.vc_inner::before {
  content: "";
  position: absolute;
  left: -2.2%;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #77DD77;
  border-radius: 50%;
  background: #77dd77;
  top: 0;
  z-index: 999;
}
body #content .sec-three-home {
  padding-top: 3.35rem;
}
body #content .sec-three-home .row-one {
  margin-bottom: 4.28rem;
}
body #content .sec-three-home .row-one h2 {
  width: 43.66rem;
  margin: 0 auto;
}
body #content .sec-three-home .row-one h2 b {
  color: #77DD77;
}
body #content .sec-three-home .row-two .row-inner-slider {
  display: flex;
  align-items: center;
}
body #content .sec-three-home .row-two .row-inner-slider h4 {
  font-size: 1.67rem;
  color: #fff;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 600;
}
body #content .sec-three-home .row-two .row-inner-slider .txt {
  margin-bottom: 1.55rem;
}
body #content .sec-three-home .row-two .row-inner-slider .txt p {
  color: #FFF;
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 400;
}
body #content .sec-three-home .row-two .row-inner-slider .btn-demo a {
  background: #77DD77;
  padding: 0.94rem 2.88rem;
  color: #042618;
  text-align: center;
  font-family: var(--global-font-family);
  line-height: normal;
  border-radius: 15px;
  font-size: 1rem;
  border: 1px solid #77DD77;
  font-weight: 500;
}
body #content .sec-three-home .row-two .row-inner-slider .btn-demo a:hover {
  background: transparent;
  color: #fff;
  cursor: pointer;
}
body #content .sec-three-home .row-two .row-inner-slider .img-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #042618 0.16%, rgba(4, 38, 24, 0.6) 11.07%, rgba(4, 38, 24, 0) 27.18%);
  z-index: 1;
}
body #content .sec-three-home .row-two .slick-slider button.slick-prev.slick-arrow {
  display: none !important;
}
body #content .sec-three-home .row-two .slick-slider button.slick-next.pull-right.slick-arrow {
  bottom: 5%;
  position: absolute;
  right: 0;
  background: #77DD77;
  border-radius: 50%;
  border: 1px solid #77DD77;
}
body #content .sec-three-home .row-two .slick-slider button.slick-next.pull-right.slick-arrow svg {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
}
body #content .sec-three-home .row-two .slick-slider button.slick-next.pull-right.slick-arrow:hover {
  background: transparent;
}
body #content .sec-three-home .row-two .slick-slider button.slick-next.pull-right.slick-arrow:hover svg {
  fill: #fff;
  color: #fff;
  cursor: pointer;
}
body #content .sec-three-home .row-two .slick-slider ul.slick-dots li {
  display: none;
}
body #content .sec-three-home .row-two .slick-slider ul.slick-dots li.slick-active {
  display: block;
  list-style: none;
  position: absolute;
  top: 5%;
  left: 43%;
}
body #content .sec-three-home .row-two .slick-slider ul.slick-dots li.slick-active .slick-number {
  color: rgba(255, 255, 255, 0.46);
  font-size: 2.22rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  border: 0;
}
body #content .sec-three-home .row-two .progress-line {
  flex: 1;
  height: 4px;
  background: #77DD77;
  border-radius: 2px;
  overflow: hidden;
  width: 57%;
  position: absolute;
  top: 0;
  right: 0;
}
body #content .sec-three-home .row-two .progress-line .progress-fill {
  height: 100%;
  width: 0%;
  background: #077C07;
  transition: width 0.3s ease;
}
body #content .sec-four-home .row-one h2 {
  width: 40.55rem;
  margin: auto;
}
body #content .sec-four-home .row-two {
  margin-top: 1.2rem;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner {
  padding: 0.5rem;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 15px;
  background: #DBF9D8;
  padding: 2.055rem 0.8rem;
  border: 1px solid #DBF9D8;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  font-size: 1.56rem;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 600;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper ul {
  padding: 0;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper ul li {
  list-style: none;
  font-size: 1.11rem;
  font-family: var(--global-font-family);
  color: #252525;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0.72rem;
  padding-left: 1.5rem;
  position: relative;
  display: flex;
  align-items: baseline;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper ul li::before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #fff;
  display: inline-block;
  font-size: 0.5rem;
  background: #077C07;
  border-radius: 18.713px;
  padding: 0.3rem;
  position: absolute;
  left: 0;
  top: 15%;
  transition: all 0.3s ease-in-out;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-get-demo {
  margin-bottom: 0;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-get-demo a {
  border-radius: 15px;
  background: #042618;
  color: #DBF9D8;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: normal;
  padding: 0.9rem;
  width: 100%;
  margin-top: 2rem;
  border: 1px solid #042618;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-get-demo a:hover {
  background: rgba(119, 221, 119, 0.5490196078);
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  background: transparent;
  border: 1px solid #042618;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper:hover li::before {
  background: #000;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper:hover a {
  background: #77DD77;
  color: #000;
}
body #content .sec-four-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row .vc_column-inner {
  padding: 0;
}
body #content .sec-five-home {
  margin: 0;
}
body #content .sec-five-home .row-one h2 {
  margin-bottom: 1.67rem;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper {
  position: relative;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper button.slick-arrow {
  background: #77DD77;
  color: #042618;
  position: absolute;
  right: 0;
  top: -30%;
  border-radius: 50%;
  font-size: 1.7rem;
  cursor: pointer;
  border: 2px solid #77DD77;
  padding: 0.5rem;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper button.slick-arrow.slick-prev {
  right: 5%;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper button.slick-arrow:hover {
  background: transparent;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .slick-list.draggable {
  overflow: visible;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial {
  border-radius: 10px;
  border: 2px solid #042618;
  background: #FFF;
  padding: 2.44rem 2rem;
  margin: 0 0.3rem;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .quote-icon {
  margin-bottom: 0.6rem;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .quote-icon img {
  width: 2.44rem;
  height: auto;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-description {
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  line-height: normal;
  color: #000;
  font-weight: 400;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-stars {
  color: #077C07;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  margin-right: 0.2rem;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-row .testimonial-img {
  width: 2.05rem;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-row .testimonial-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-row .testimonial-text {
  display: flex;
  flex-direction: row;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-row .testimonial-text h4, body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper .single-testimonial .testimonial-row .testimonial-text p {
  font-size: 1.2rem;
  color: #000;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 600;
}
body #content .sec-five-home .row-two .wpb_column .vc_column-inner .wpb_wrapper .testimonials-wrapper::before {
  content: "";
  position: absolute;
  top: -3%;
  right: 100%;
  width: 100%;
  height: 105%;
  background: #fff;
  z-index: 1;
}
body #content .sec-six-home {
  position: relative;
  padding-top: 2.22rem;
  margin-top: 1rem;
}
body #content .sec-six-home::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: 85%;
  background: #042618;
  z-index: -1;
}
body #content .sec-six-home .row-one .img-prototype {
  animation: floatUpDown 3s ease-in-out infinite;
}
body #content .sec-six-home .row-one .wpb_column .vc_column-inner {
  padding: 0;
}
body #content .sec-six-home .row-one .txt p {
  color: #fff;
  font-size: 1.22rem;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 300;
  margin-bottom: 1.77rem;
}
body #content .sec-six-home .row-one .btn-get-started a {
  background: #fff;
  border-radius: 15px;
  border: 2px solid #fff;
  color: #042618;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: normal;
  padding: 0.7rem 3.69rem;
  margin-bottom: 1rem;
}
body #content .sec-six-home .row-one .btn-get-started a:hover {
  background: transparent;
  color: #fff;
  cursor: pointer;
}
body #content .sec-seven-home .row-two {
  margin-top: 1.2rem;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner {
  padding: 0.5rem;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-radius: 15px;
  background: #DBF9D8;
  padding: 1.555rem 0.8rem;
  border: 1px solid #DBF9D8;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper h4 {
  font-size: 1.67rem;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper h1 {
  margin-bottom: 0;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper ul {
  padding: 0;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper ul li {
  list-style: none;
  font-size: 1.11rem;
  font-family: var(--global-font-family);
  color: #252525;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0.72rem;
  padding-left: 1.5rem;
  position: relative;
  display: flex;
  align-items: baseline;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper ul li::before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #fff;
  display: inline-block;
  font-size: 0.5rem;
  background: #077C07;
  border-radius: 18.713px;
  padding: 0.3rem;
  position: absolute;
  left: 0;
  top: 15%;
  transition: all 0.3s ease-in-out;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-get-demo {
  margin-bottom: 0;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-get-demo a {
  border-radius: 15px;
  background: #042618;
  color: #DBF9D8;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: normal;
  padding: 0.9rem;
  width: 100%;
  margin-top: 2rem;
  border: 1px solid #042618;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .btn-get-demo a:hover {
  background: rgba(119, 221, 119, 0.5490196078);
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  background: transparent;
  border: 1px solid #042618;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper:hover li::before {
  background: #000;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper:hover a {
  background: #77DD77;
  color: #000;
}
body #content .sec-seven-home .row-two > .wpb_column > .vc_column-inner > .wpb_wrapper .inner-row .vc_column-inner {
  padding: 0;
}
body #content .sec-seven-home .choose-the-plan-row {
  background: #042618;
  padding: 2rem 4rem;
  text-align: center;
  border-radius: 2rem;
  position: relative;
}
body #content .sec-seven-home .choose-the-plan-row .txt p {
  color: #fff;
  font-size: 1.22rem;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 300;
  margin-bottom: 1.77rem;
}
body #content .sec-seven-home .choose-the-plan-row .column {
  width: 350px;
  margin: 1rem auto 0;
}
body #content .sec-seven-home .choose-the-plan-row .column .form-group input.wpcf7-email {
  padding: 0.7rem;
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #042618;
}
body #content .sec-seven-home .choose-the-plan-row .column .form-group input.wpcf7-submit {
  background: #fff;
  border-radius: 15px;
  border: 2px solid #fff;
  color: #042618;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: normal;
  padding: 0.7rem 3.69rem;
  margin: 0;
  width: 100%;
}
body #content .sec-seven-home .choose-the-plan-row .column .form-group input.wpcf7-submit:hover {
  background: transparent;
  color: #fff;
  cursor: pointer;
}
body #content .sec-eight-home .row-two .vc_tta-container {
  width: 62.9rem;
  margin: auto;
}
body #content .sec-eight-home .row-two .vc_tta-container .acc-faq .acc-sec {
  border-bottom: 1px solid #042618;
}
body #content .sec-eight-home .row-two .vc_tta-container .acc-faq .acc-sec .vc_tta-panel-heading {
  background: #fff !important;
  border: 0;
}
body #content .sec-eight-home .row-two .vc_tta-container .acc-faq .acc-sec .vc_tta-panel-heading a {
  padding: 0;
  margin: 1.77rem 0 1.11rem 0;
}
body #content .sec-eight-home .row-two .vc_tta-container .acc-faq .acc-sec .vc_tta-panel-heading a .vc_tta-title-text {
  color: #252525;
  font-family: var(--global-font-family);
  font-size: 1.39rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body #content .sec-eight-home .row-two .vc_tta-container .acc-faq .acc-sec .vc_tta-panel-body p {
  color: #252525;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body #content .contact-us-sec {
  margin: 5rem 0;
}
body #content .contact-us-sec .contact-us-row {
  position: relative;
}
body #content .contact-us-sec .contact-us-row:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.7;
  width: 400px;
  height: 400px;
  transform: rotate(38deg);
  clip-path: circle(50% at 50% 50%);
  background: radial-gradient(at center, #042618, #77DD77);
  top: -48px;
  left: -140px;
  opacity: 0.8;
  visibility: visible;
  display: block;
  overflow: hidden;
}
body #content .contact-us-sec .contact-us-row:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 600px;
  top: -51px;
  transform: rotate(45deg);
  clip-path: circle(50% at 50% 50%);
  background: radial-gradient(at center, #042618, #77DD77);
  bottom: -250px;
  right: -200px;
  opacity: 0.7;
  visibility: visible;
  display: block;
  overflow: hidden;
}
body #content .contact-us-sec .contact-us-row .txt-col {
  padding: 4rem;
  background-color: #fff;
  border-radius: 1rem;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt h4 {
  font-size: 1.12rem;
  margin-bottom: 1rem;
  color: #042618;
  font-weight: 600;
}
body #content .contact-us-sec .contact-us-row .txt-col .txt h4 strong {
  color: #077C07;
  font-weight: 600;
}
body #content .contact-us-sec .contact-us-row .form-col {
  background: rgba(255, 255, 255, 0.15);
  padding: 40px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
body #content .contact-us-sec .contact-us-row .form-col .form-group .wpcf7-text {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  width: 100%;
}
body #content .contact-us-sec .contact-us-row .form-col .form-group .wpcf7-textarea {
  width: 100%;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  resize: none;
  height: 140px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  margin-top: 1rem;
  font-family: var(--global-font-family);
}
body #content .contact-us-sec .contact-us-row .form-col .form-group select {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #333;
  width: 100%;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p {
  text-align: end;
  margin: 0;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p .wpcf7-submit {
  background-color: #77DD77;
  border: 2px solid #77DD77;
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 1rem;
  color: #042618;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
  margin: 2rem 0 0 0;
  font-weight: 500;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p .wpcf7-submit:hover {
  background-color: transparent;
}
body #content .contact-us-sec .contact-us-row .form-col .submit-btn p .wpcf7-spinner {
  top: 12px;
}
body #content .module-row.sticky-sec {
  display: flex;
  position: relative;
  height: 90vh;
  overflow: hidden;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-left: 0 !important;
}
body #content .module-row.sticky-sec .inner-row {
  position: absolute;
  height: 100%;
  top: 180px;
  left: 50%;
  transform: translate(-50%, 15%);
  display: flex;
  justify-content: space-between;
  opacity: 1;
  width: 100%;
  padding: 0rem 1rem;
}
body #content .module-row.sticky-sec .inner-row h2.vc_custom_heading {
  font-size: 2.766rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: normal;
}
body #content .module-row.sticky-sec .inner-row h2.vc_custom_heading b {
  color: #077C07;
  font-weight: 600;
}
body #content .module-row.sticky-sec .inner-row p, body #content .module-row.sticky-sec .inner-row li, body #content .module-row.sticky-sec .inner-row h3 {
  color: #000;
}
body #content .modules-section .btn-light-green {
  margin-bottom: 0;
}
body #content .modules-section .btn-light-green a {
  border-radius: 15px;
  background: #77DD77;
  border: 2px solid #77DD77;
  color: #042618;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  margin: 2rem 0 0 0;
}
body #content .modules-section .btn-light-green a:hover {
  background: transparent;
}
body #content .modules-section .btn-dark-green {
  margin-bottom: 0;
}
body #content .modules-section .btn-dark-green a {
  border-radius: 15px;
  background: #042618;
  color: #DBF9D8;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: normal;
  padding: 0.9rem;
  width: 100%;
  margin: 2rem 0 0 0;
  border: 1px solid #042618;
}
body #content .modules-section .btn-dark-green a:hover {
  background: rgba(119, 221, 119, 0.5490196078);
  background: transparent;
  color: #042618;
}
body #content .modules-section .btn-white {
  margin-bottom: 0;
}
body #content .modules-section .btn-white a {
  background: #fff;
  border-radius: 15px;
  border: 2px solid #fff;
  color: #042618;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: normal;
  padding: 0.7rem 3.69rem;
  margin: 2rem 0 0 0;
}
body #content .modules-section .btn-white a:hover {
  background: transparent;
  color: #fff;
  cursor: pointer;
}
body #content .modules-section .green-box {
  border-radius: 15px;
  background: #DBF9D8;
  padding: 2.055rem 0.8rem;
  border: 1px solid #DBF9D8;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
body #content .modules-section .green-box:hover {
  background: #ffffff;
  border: 1px solid #042618;
}
body #content .modules-section .flex {
  display: flex;
  gap: 1rem;
}
body #content .modules-section .flex-gap-1 {
  margin-top: 1rem;
}
body #content .modules-section .list-arrow ul li {
  list-style: none;
  font-size: 1.11rem;
  color: #252525;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0.72rem;
  padding-left: 1.5rem;
  position: relative;
  display: flex;
  align-items: baseline;
}
body #content .modules-section .list-arrow ul li::before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #fff;
  display: inline-block;
  font-size: 0.5rem;
  background: #077C07;
  border-radius: 18.713px;
  padding: 0.3rem;
  position: absolute;
  left: 0;
  top: 15%;
  transition: all 0.3s ease-in-out;
}
body #content .modules-section .relative > div > .wpb_wrapper {
  position: relative;
}
body #content .modules-section1 {
  overflow-x: hidden;
  margin: 0;
}
body #content .modules-section1 .left-side {
  width: 40%;
  margin: 5rem 0;
}
body #content .modules-section1 .left-side .wpb_wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 35rem;
}
body #content .modules-section1 .right-side {
  margin: 5rem 0 0;
}
body #content .modules-section1 .right-side .img1 {
  position: absolute;
  top: 0;
  left: 8rem;
  width: 47.5rem;
  height: 35rem;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 2rem;
  box-shadow: 0px 0px 80px rgba(33, 33, 33, 0.16);
}
body #content .modules-section1 .right-side .img1 div {
  width: 100%;
  height: 100%;
}
body #content .modules-section1 .right-side .img1 figure {
  width: 100%;
  height: 100%;
}
body #content .modules-section1 .right-side .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
body #content .modules-section1 .right-side .img2 {
  position: absolute;
  top: 5rem;
  left: 3rem;
  width: 15rem;
  aspect-ratio: 600/1300;
  z-index: 7;
  overflow: hidden;
  border-radius: 3.333rem;
  box-shadow: 0px 0px 80px rgba(33, 33, 33, 0.16);
}
body #content .modules-section1 .right-side .img2 div {
  width: 100%;
  height: 100%;
}
body #content .modules-section1 .right-side .img2 figure {
  width: 100%;
  height: 100%;
}
body #content .modules-section1 .right-side .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .modules-section1 .wpb_raw_code.wpb_raw_html {
  position: absolute;
  top: -1.5rem;
  left: 2rem;
}
body #content .modules-section3 {
  overflow-x: hidden;
  overflow-y: clip;
  margin: 0;
}
body #content .modules-section3 .row1 {
  margin-bottom: -12px;
}
body #content .modules-section3 .row2 {
  background: #042618;
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img1 {
  position: absolute;
  top: 0;
  right: 6.5rem;
  width: 57.143rem;
  height: 34.286rem;
  z-index: 5;
  overflow: hidden;
  border-top-right-radius: 2rem;
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img1 div {
  width: 100%;
  height: 100%;
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img1 figure {
  width: 100%;
  height: 100%;
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img2 {
  position: absolute;
  top: 7rem;
  right: 1.5rem;
  width: 13.714rem;
  aspect-ratio: 600/1300;
  z-index: 7;
  overflow: hidden;
  border-radius: 3.333rem;
  box-shadow: 0px 0px 80px rgba(33, 33, 33, 0.16);
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img2 div {
  width: 100%;
  height: 100%;
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img2 figure {
  width: 100%;
  height: 100%;
}
body #content .modules-section3 .row2 .left-side .wpb_wrapper .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .modules-section3 .row2 .right-side {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}
body #content .modules-section3 .row2 .right-side > div > .wpb_wrapper {
  background: #DBF9D8;
  border-radius: 2rem;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
body #content .modules-section3 .row2 .right-side > div > .wpb_wrapper:hover {
  background: #ffffff;
}
body #content .modules-section3 .row2 .right-side > div > .wpb_wrapper:hover ul li::before {
  background: #000000;
}
body #content .modules-section3 .row3 {
  margin-top: -1px;
}
body #content .modules-section4 {
  overflow-x: hidden;
  overflow-y: clip;
  margin: 5rem 0;
}
body #content .modules-section4 .left-side > div > .wpb_wrapper {
  background: #ffffff;
  border-radius: 2rem;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
body #content .modules-section4 .left-side > div > .wpb_wrapper:hover {
  background: #DBF9D8;
}
body #content .modules-section4 .left-side > div > .wpb_wrapper:hover ul li::before {
  background: #000000;
}
body #content .modules-section4 .right-side .wpb_raw_code.wpb_raw_html {
  position: absolute;
  top: 4.5rem;
  left: -1rem;
}
body #content .modules-section4 .right-side .images {
  padding-top: 6rem;
}
body #content .modules-section4 .right-side .images > div:nth-of-type(1) {
  padding-top: 2rem;
}
body #content .modules-section4 .right-side .images > div:nth-of-type(2) {
  padding-top: 4rem;
}
body #content .modules-section4 .right-side .images .img {
  box-shadow: 0px 0px 80px rgba(33, 33, 33, 0.16);
  border-radius: 3.333rem;
  overflow: hidden;
}
body #content .modules-section4 .right-side .images .img div {
  width: 100%;
  height: 100%;
}
body #content .modules-section4 .right-side .images .img figure {
  width: 100%;
  height: 100%;
}
body #content .modules-section4 .right-side .images .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .modules-section4 .right-side .images .vc_column-inner {
  padding: 0;
}
body #content .modules-section5 .row2 {
  grid-template-columns: 1fr 1fr 1fr;
}
body #content .txt-col .txt ul {
  padding: 0;
}
body #content .txt-col .txt ul li {
  list-style: none;
  font-size: 1.11rem;
  font-family: var(--global-font-family);
  color: #252525;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0.72rem;
  padding-left: 1.5rem;
  position: relative;
  display: flex;
  align-items: baseline;
}
body #content .txt-col .txt ul li::before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #fff;
  display: inline-block;
  font-size: 0.5rem;
  background: #077C07;
  border-radius: 18.713px;
  padding: 0.3rem;
  position: absolute;
  left: 0;
  top: 15%;
  transition: all 0.3s ease-in-out;
}
body #content .sec-name {
  margin-bottom: 3rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
body #content .sec-name::before, body #content .sec-name::after {
  content: "";
  flex: 1;
  border-bottom: 3px dotted #042618;
}
body #content .solutions-hero-sec h2.vc_custom_heading {
  margin: auto;
}
body #content .solutions-hero-sec .solution-hero-row .img-col .wpb_single_image > .wpb_wrapper {
  display: block;
}
body #content .solutions-hero-sec .solution-hero-row .img-col .wpb_single_image > .wpb_wrapper > .vc_single_image-wrapper {
  width: 100%;
  display: block;
}
body #content .solutions-hero-sec .solution-hero-row .txt-col .txt ul {
  padding: 0;
}
body #content .solutions-hero-sec .solution-hero-row .txt-col .txt ul li {
  list-style: none;
  font-size: 1.11rem;
  font-family: var(--global-font-family);
  color: #252525;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0.72rem;
  padding-left: 1.5rem;
  position: relative;
  display: flex;
  align-items: baseline;
}
body #content .solutions-hero-sec .solution-hero-row .txt-col .txt ul li::before {
  content: "\f061";
  font-family: "FontAwesome";
  color: #fff;
  display: inline-block;
  font-size: 0.5rem;
  background: #077C07;
  border-radius: 18.713px;
  padding: 0.3rem;
  position: absolute;
  left: 0;
  top: 15%;
  transition: all 0.3s ease-in-out;
}
body #content .solutions-hero-sec .solution-hero-row .vc_btn3-container a {
  border-radius: 15px;
  background: #77DD77;
  border: 2px solid #77DD77;
  color: #042618;
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  margin: 1rem 0 0 0;
}
body #content .solutions-hero-sec .solution-hero-row .vc_btn3-container a:hover {
  background: transparent;
}
body #content .body-sec .body-row .box-col > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}
body #content .body-sec .body-row .box-col > .vc_column-inner > .wpb_wrapper h4 {
  color: #fff !important;
  background: #03A14A;
  padding: 2rem 1rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
body #content .body-sec .body-row .box-col > .vc_column-inner > .wpb_wrapper h4 b {
  color: #042618;
}
body #content .body-sec .body-row .box-col > .vc_column-inner > .wpb_wrapper ol {
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body #content .body-sec .body-row .box-col > .vc_column-inner > .wpb_wrapper ol li {
  line-height: 2.5;
  background: #F1F7F2;
  padding: 0.5rem 1.5rem;
  border-radius: 34px;
  list-style: none;
}
body #content .different-sec .different-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
}
body #content .different-sec .different-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt {
  border-radius: 10px;
  border: 2px solid #042618;
  background: #FFF;
  padding: 2.44rem 2rem;
  margin: 0 0.3rem;
  flex: 0 0 20%;
}
body #content .different-sec .different-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt img {
  margin-bottom: 1rem;
}
body footer#colophon {
  background: #042618;
  color: #fff;
  position: relative;
  z-index: 1;
}
body footer#colophon .footer-widget {
  padding-top: 3.8rem;
  padding-bottom: 4.44rem;
}
body footer#colophon .footer-widget .container > .flex-row {
  justify-content: space-between;
  flex-wrap: nowrap;
}
body footer#colophon .footer-widget .container > .flex-row .first-col img {
  width: 7.9rem;
  margin-bottom: 0.5rem;
  filter: brightness(0) invert(1);
}
body footer#colophon .footer-widget .container > .flex-row .first-col p {
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1.11rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.4rem;
}
body footer#colophon .footer-widget .container > .flex-row .first-col .foot-socials .flex-row {
  flex-direction: row;
}
body footer#colophon .footer-widget .container > .flex-row .first-col .foot-socials .flex-row a {
  line-height: 1;
}
body footer#colophon .footer-widget .container > .flex-row .first-col .foot-socials .flex-row a img {
  width: 1.125rem;
  height: auto;
  margin-right: 1rem;
  margin-bottom: 0;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot h2.widget-title {
  font-weight: 600;
  font-size: 1.11rem;
  line-height: normal;
  font-family: var(--global-font-family);
  margin-bottom: 0.33rem;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot li {
  list-style: none;
  margin-top: 0.66rem;
}
body footer#colophon .footer-widget .container > .flex-row .col-foot a {
  color: #FFF;
  line-height: normal;
  font-size: 1rem;
  font-weight: 400;
  font-family: var(--global-font-family);
}
body footer#colophon .footer-widget .container > .flex-row .col-foot a:hover {
  opacity: 0.8;
  padding-left: 0.2rem;
}
body footer#colophon .copyright-line {
  text-align: center;
  color: #FFF;
  font-size: 0.88rem;
  line-height: normal;
  font-weight: 400;
  padding-bottom: 1.1rem;
  margin-bottom: 0;
}
body footer#colophon .copyright-line a {
  color: #fff;
}/*# sourceMappingURL=template.css.map */