:root {
  --global-font-family: "Work Sans", sans-serif;
  --global-font-size: 20px;
  --global-font-weight: 400;
  --global-font-color: #1A1A18;
  --global-background-color: #FFF;
  --list--font-family: "Work Sans", sans-serif;
}

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

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

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

::-webkit-scrollbar-thumb:hover {
  background: #1A1A18;
}

* {
  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: #D6B36A;
  color: #fff;
}
body ::selection {
  background-color: #D6B36A;
  color: #fff;
}
body .head-container {
  max-width: 85.56rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.838rem;
}
body .container {
  max-width: 85.56rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.838rem;
}
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: #D6B36A;
  transition: 0.4s;
}
body h1.vc_custom_heading {
  font-size: 3.89rem;
  font-family: var(--global-font-family);
  line-height: normal;
  font-weight: 700;
}
body h2.vc_custom_heading {
  color: #1A1A18;
  font-family: var(--global-font-family);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
body h2.vc_custom_heading strong {
  color: #00953F;
  font-weight: 600;
}
body h3.vc_custom_heading, body h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  font-family: var(--global-font-family);
}
body h4.vc_custom_heading.vc_do_custom_heading {
  font-size: 1.389rem;
  font-weight: 400;
  line-height: normal;
  font-family: var(--global-font-family);
  color: #1A1A18;
  margin-bottom: 1.61rem;
}
body h5.vc_custom_heading {
  font-size: 1.22rem;
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-weight: 700;
}
body h6.vc_custom_heading {
  font-size: 0.89rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  border-radius: 2px;
  background: #D6B36A;
  padding: 0.5rem 0.77rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
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 .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;
  padding-left: 0;
}
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 .topbar {
  background: #D6B36A;
  padding: 0.6rem 0;
}
body .topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .topbar .container .topbar-numbers {
  color: #1A1A18;
}
body .topbar .container .topbar-numbers a {
  color: #1A1A18;
  font-size: 0.85rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body .topbar .container .topbar-numbers a:hover {
  color: #1A1A18;
}
body .topbar .container .social-icons {
  display: flex;
  gap: 0.6rem;
}
body .topbar .container .social-icons li {
  list-style: none;
}
body .topbar .container .social-icons li a {
  color: #1A1A18;
  font-size: 0.85rem;
}
body .topbar .container .social-icons li a:hover {
  color: #1A1A18;
}
body header#masthead {
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: #FFF;
  box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.25);
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
  transition: 0.2s ease-in-out;
}
body header#masthead.sticky .header-main .container {
  transition: 0.2s ease-in-out;
}
body header#masthead.sticky .header-main .container .logo img {
  transition: 0.2s ease-in-out;
  padding: 10px;
  height: auto;
}
body header#masthead .header-main .request-sample-btn {
  border-radius: 6px;
  border: 2px solid #00953F;
  color: #00953F;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  padding: 0.9rem 1.25rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body header#masthead .header-main .request-sample-btn:hover {
  background: #00953F;
  color: #fff;
}
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%;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.5rem;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item.last-menu > a {
  color: #fff;
  padding: 0.55rem 1.27rem;
  border: 1px solid #D6B36A;
  border-radius: 2px;
  background: #D6B36A;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item.last-menu > a:before {
  display: none;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item.last-menu > a:hover {
  background: transparent;
  color: #fff;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item.menu-item-has-children > a {
  padding-right: 1.5rem;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: all 0.3s;
  color: #1A1A18;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item.menu-item-has-children:hover > a::after {
  rotate: 180deg;
  transform: translateY(25%);
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item.current-menu-item > a:before {
  left: 0;
  right: 0;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item > a {
  font-family: var(--global-font-family);
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #00953F;
  height: 2px;
  transition: all 0.4s;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item > a:hover {
  color: #00953F;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item > a:hover:before {
  left: 0;
  width: 100%;
  z-index: 1;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #D6B36A;
  z-index: 100;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.75rem 1.27rem;
  color: #1A1A18;
  letter-spacing: 0;
  transition: 0.4s;
  display: block;
  position: relative;
  font-size: 0.89rem;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #D6B36A;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item.menu-item-has-children > a {
  padding-right: 2rem;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item.menu-item-has-children > a::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #1A1A18;
  transition: all 0.3s;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item.menu-item-has-children > a:hover::after {
  color: #fff;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item.menu-item-has-children > ul.sub-menu {
  left: 100%;
  top: 0;
  transform: translateX(10px);
  z-index: 101;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu li.menu-item.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  transform: none;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  transform: translateX(10px);
  z-index: 101;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main .primary-menu-container > ul.menu-wrapper > li.menu-item:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  transform: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
body .mm-listitem {
  border-color: #D6B36A;
}
body nav#mm-menu .mm-navbar {
  justify-content: space-between;
  background: #D6B36A;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #D6B36A;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn {
  background-color: #D6B36A;
}
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: #D6B36A;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  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);
  font-weight: 400;
}
body .woocommerce .products ul::after, body .woocommerce .products ul::before, body .woocommerce ul.products::after, body .woocommerce ul.products::before {
  display: none;
}
body #content strong, body #content b {
  color: #00953F !important;
}
body #content .vc_column-inner:after, body #content .vc_column-inner:before {
  content: none;
}
body #content .img-grid {
  padding: 0 0 1rem 0;
}
body #content .img-grid .wpb_image_grid ul.wpb_image_grid_ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  height: 100% !important;
}
body #content .img-grid .wpb_image_grid ul.wpb_image_grid_ul li {
  flex: 0 0 23%;
  position: relative !important;
  top: initial !important;
  left: initial !important;
}
body #content .img-grid .wpb_image_grid ul.wpb_image_grid_ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 1rem;
}
body #content .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  background: #00953F;
  border-radius: 1rem 0 1rem 0;
  color: #FFF;
  transition: 0.5s;
  font-family: var(--global-font-family);
  padding: 1rem 2rem;
}
body #content .vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background: #D6B36A;
  color: #fff;
}
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 4.44rem 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-2 {
  margin-bottom: 2rem;
}
body #content .mg-bottom-4 {
  margin-bottom: 4rem;
}
body #content .img > .vc_figure {
  display: block !important;
}
body #content .img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .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 .white-heading {
  color: #fff !important;
}
body #content .white-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);
  font-weight: 700;
  color: #1A1A18;
  margin-bottom: 1rem;
}
body #content .sub-head {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #1A1A18;
}
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: #1A1A18;
  font-weight: 700;
}
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: #fff;
  color: #00953F;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #00953F;
  border-radius: 6px;
  font-weight: 400;
  padding: 0.7rem 0.5rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  line-height: normal;
}
body #content .btn a:hover {
  background: #00953F;
  color: #fff;
}
body #content .btn.transparent a {
  background: transparent;
  color: #ffF;
  border: 1px solid #fff;
  padding: 0.7rem 2rem;
}
body #content .btn.transparent a:hover {
  background: #FFF;
  color: #000;
}
body #content .home.sec-two .row.one {
  margin-bottom: 2rem;
}
body #content .home.sec-two .row.two .slick-track {
  display: flex;
  gap: 3rem;
  padding-bottom: 1rem;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner {
  padding: 0;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper {
  border-top: 5px solid #D6B36A;
  background: #FFF;
  padding: 1rem;
  transition: all 0.4s;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .number {
  text-align: right;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .number p {
  color: #D1D1D1;
  font-family: var(--global-font-family);
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2rem;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .img.logo img {
  height: 2.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper h3 {
  margin-bottom: 0.5rem;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper h3 a {
  display: block;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .btn {
  margin-top: 2rem;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper .txt {
  min-height: 4rem;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover {
  border-top: 5px solid #E63D0D;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
}
body #content .home.sec-two .row.two .slick-track .row-inner > .wpb_column > .vc_column-inner > .wpb_wrapper:hover h3 {
  color: #E63D0D !important;
}
body #content .home.sec-three {
  padding: 5rem 0;
  position: relative;
}
body #content .home.sec-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(290deg, rgba(26, 26, 24, 0) 0%, rgba(26, 26, 24, 0.9) 57%);
}
body #content .home.sec-three .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .head {
  width: 75%;
  margin-bottom: 1rem;
}
body #content .home.sec-three .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .txt {
  text-align: justify;
  margin-bottom: 2rem;
}
body #content .home.sec-three .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  color: #fff;
}
body #content .home.sec-three .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .txt ul {
  margin-bottom: 1rem;
}
body #content .home.sec-three .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .txt ul li {
  color: #fff;
}
body #content .home.sec-four .row.one img {
  width: 50%;
}
body #content .home.sec-five .row.one {
  margin-bottom: 2rem;
}
body #content .home.sec-five .row.two .btn.view-all a {
  padding: 0.7rem 2rem;
}
body #content .home.sec-six {
  padding: 4.5rem 0;
}
body #content .home.sec-six::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #1A1A18;
}
body #content .home.sec-six .row.one .txt p {
  color: #fff;
  margin-bottom: 2rem;
}
body #content .home.sec-six .row.one .btn-row {
  text-align: center;
}
body #content .home.sec-six .row.one .btn-row .wpb_wrapper {
  gap: 1rem;
  display: flex;
  justify-content: center;
}
body #content .home.sec-six .row.one .btn-row .wpb_wrapper .btn.white a {
  border-color: #fff;
  color: #1A1A18;
}
body #content .home.sec-six .row.one .btn-row .wpb_wrapper .btn.white a:hover {
  background: transparent;
  color: #fff;
}
body #content .home.sec-seven {
  margin-bottom: 6.5rem;
}
body #content .home.sec-seven .row.one {
  margin-bottom: 2rem;
}
body #content .home.sec-seven .row.one h2 {
  margin-bottom: 0;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-track {
  display: flex;
  gap: 3rem;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-track .testimonial-item {
  background: #EEE;
  padding: 2rem 1rem;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-track .testimonial-item .star-content-row .testimonial-stars {
  color: #DA9706;
  margin-bottom: 2rem;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-track .testimonial-item .star-content-row .testimonial-content {
  color: #262626;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-track .testimonial-item .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-track .testimonial-item .testimonial-author .testimonial-author-image .testimonial-initials {
  background: #E63D0D;
  color: #fff;
  font-size: 1.3rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  line-height: normal;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-track .testimonial-item:nth-child(even) .testimonial-author .testimonial-author-image .testimonial-initials {
  background: #00953F;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-dots {
  position: relative;
  bottom: -2.5rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
  list-style: none;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-dots li {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #262626;
  transition: 0.4s;
  cursor: pointer;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-dots li button {
  font-size: 0;
  visibility: hidden;
}
body #content .home.sec-seven .row.two .testimonials .testimonials-wrapper .slick-dots li.slick-active {
  background: #262626;
}
body #content .home.sec-eight .row.one {
  margin-bottom: 2rem;
}
body #content .home.sec-eight .row.one h2 {
  margin-bottom: 0;
}
body #content .home.sec-eight .row.two .vc_gitem-row-position-middle {
  padding: 0.5rem;
}
body #content .home.sec-eight .row.two .vc_gitem-row-position-middle .vc_col-sm-12 {
  background: #FFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 1rem 0rem 1rem;
  min-height: 12rem;
}
body #content .home.sec-eight .row.two .post.img {
  margin: 0;
}
body #content .home.sec-eight .row.two .post.img img {
  height: 12.5rem;
  padding: 0 0.5rem;
}
body #content .home.sec-eight .row.two .post.date {
  display: flex;
  justify-content: right;
  margin-top: -6rem;
}
body #content .home.sec-eight .row.two .post.date div {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  background: #00953F;
  color: #fff;
  padding: 0.7rem 1rem;
}
body #content .home.sec-eight .row.two .post.date div .grid-date-day {
  font-size: 2.5rem;
  font-weight: 700;
}
body #content .home.sec-eight .row.two .post.date div .grid-date-month {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
body #content .home.sec-eight .row.two .post.title a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1A1A18;
}
body #content .home.sec-eight .row.two .post.title a:hover {
  color: #00953F;
}
body #content .home.sec-nine {
  padding: 4rem 0;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq .vc_toggle_title {
  padding: 2rem;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq .vc_toggle_title h3 {
  margin: 0;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq .vc_toggle_title .vc_toggle_icon {
  left: 95%;
  margin: 0;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq .vc_toggle_title .vc_toggle_icon::before {
  width: 0.2rem !important;
  height: 1.1rem !important;
  background: #1A1A18;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq .vc_toggle_title .vc_toggle_icon::after {
  width: 1.1rem !important;
  height: 0.2rem !important;
  background: #1A1A18;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq .vc_toggle_content {
  margin-top: 0;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq.vc_toggle_active .vc_toggle_title h3 {
  color: #00953F !important;
}
body #content .home.sec-nine .row.one > .wpb_column > .vc_column-inner > .wpb_wrapper .faq.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  width: 1.1rem !important;
  height: 0.2rem !important;
  background: #00953F;
}
body #content .home.sec-nine .row.one > .wpb_column.col-faqs {
  padding-left: 3rem;
}
body #content .woo-wrap .page-title {
  color: #00953F !important;
  font-weight: 500;
  font-size: 2rem;
  font-family: var(--global-font-family);
  margin-bottom: 2rem;
}
body #content .woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body #content .woocommerce ul.products li {
  border-radius: 10px;
  border: 1px solid #1A1A18;
  padding: 0.5rem;
  flex: 0 0 23%;
  margin: 0;
  display: flex;
  align-items: end;
}
body #content .woocommerce ul.products li .custom-product-image {
  border-radius: 10px;
  background: #F2F2F2;
  padding: 0.75rem 2.5rem;
  margin-bottom: 1rem;
}
body #content .woocommerce ul.products li .custom-product-image img {
  height: 11rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body #content .woocommerce ul.products li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1A1A18;
  padding: 0;
  margin-bottom: 0.5rem;
  transition: 0.4s;
}
body #content .woocommerce ul.products li h3:hover {
  color: #D6B36A;
  transition: 0.4s;
}
body #content .woocommerce ul.products li .custom-product-category {
  margin-bottom: 1rem;
}
body #content .woocommerce ul.products li .btn a {
  width: 100%;
}
body #content .woocommerce ul.products li .green-btn a {
  width: 100%;
  background: #00953F;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1rem;
  font-family: var(--global-font-family);
  border: 1px solid #00953F;
  border-radius: 6px;
  font-weight: 400;
  padding: 0.7rem 0.5rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
  line-height: normal;
}
body #content .woocommerce ul.products li .green-btn a:hover {
  background: #fff;
  color: #00953F;
}
body #content .woocommerce ul.products li .flex-row {
  gap: 0.6rem;
}
body #content .woocommerce .woocommerce-tabs .tabs li {
  border: none;
}
body #content .woocommerce .woocommerce-tabs .tabs li a {
  background: #00953F;
  border-radius: 1rem 0 1rem 0;
  color: #FFF;
  transition: 0.5s;
  font-family: var(--global-font-family);
  padding: 1rem 2rem;
}
body #content .woocommerce .woocommerce-tabs .tabs li.active a {
  background: #D6B36A;
  color: #fff;
}
body #content .woocommerce .woocommerce-Tabs-panel h2 {
  color: #00953F;
  font-size: 2.5rem;
  font-family: var(--global-font-family);
  font-weight: 600;
}
body #content .woocommerce .woocommerce-Tabs-panel strong, body #content .woocommerce .woocommerce-Tabs-panel b {
  color: #00953F !important;
  font-weight: 500;
}
body #content .woocommerce .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
body #content .woocommerce .woocommerce-Tabs-panel li {
  margin-bottom: 0;
}
body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-rating, body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-comment {
  margin: 1rem 0;
}
body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-rating label, body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-comment label {
  margin: 1rem 0;
  color: #00953F;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 600;
}
body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-rating label .required, body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-comment label .required {
  color: red;
}
body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-rating textarea, body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .comment-form-comment textarea {
  resize: none;
}
body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .form-submit .submit {
  background-color: #D6B36A !important;
  color: #fff !important;
  font-size: 1.1em !important;
  font-family: var(--global-font-family) !important;
  border-radius: 24px !important;
  font-weight: 400 !important;
  padding: 0.7em 1.8em !important;
  text-align: center !important;
  transition: all 0.4s !important;
  overflow: hidden !important;
  border: none !important;
  cursor: pointer !important;
}
body #content .woocommerce .woocommerce-Tabs-panel .comment-respond .form-submit .submit:hover {
  background: #00953F !important;
  text-decoration: none !important;
  color: #fff !important;
}
body #content .woocommerce .entry-title {
  font-size: 2rem;
  font-weight: 600;
  color: #00953F;
}
body #content .woocommerce .related h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #00953F;
  margin-bottom: 1rem;
}
body #content .sport-fitness-row {
  margin-bottom: 2rem;
}
body #content .sport-fitness-row.video-grid {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
body #content .sport-fitness-row.video-grid .sub-video {
  flex: 0 0 30%;
  margin: 1em 0;
}
body #content .sport-fitness-row .main-head {
  color: #00953F !important;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
body #content .sport-fitness-row .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 1rem;
}
body #content .contact-us-sec {
  padding: 2rem 0;
  border-bottom: 1px solid #dce0e5;
  border-top: 1px solid #dce0e5;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner {
  height: 100%;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner > .wpb_wrapper {
  position: relative;
  height: 100%;
  padding: 1rem;
  border: 1px solid #dce0e5;
  border-radius: 1rem;
  background: #fff;
  transition: 0.3s all ease-in;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner > .wpb_wrapper:hover {
  transform: translateY(-20px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt {
  padding: 2rem 0 0 0;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt h2 {
  color: #00953F;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  text-align: center;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt p a {
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 500;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt p a:hover {
  color: #00953F;
}
body #content .contact-us-sec .contact-us-row .vc_column-inner .txt svg {
  color: #00953F;
  font-size: 1rem;
}
body #content .contact-us-form .main-head {
  color: #00953F !important;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1rem;
}
body #content .contact-us-form .main-head b {
  color: #D6B36A !important;
}
body #content .blogs-sec {
  margin-top: 1em;
}
body #content .blogs-sec .blogs-row .blogs-grid .vc_gitem-row-position-middle {
  padding: 0.5rem;
}
body #content .blogs-sec .blogs-row .blogs-grid .vc_gitem-row-position-middle .vc_col-sm-12 {
  background: #FFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  padding: 4rem 1rem 0rem 1rem;
  min-height: 12rem;
}
body #content .blogs-sec .blogs-row .blogs-grid > .vc_grid > .vc_pageable-slide-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
body #content .blogs-sec .blogs-row .blogs-grid > .vc_grid > .vc_pageable-slide-wrapper .vc_grid-item {
  flex: 0 0 32%;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.img {
  margin: 0;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.img img {
  height: 12.5rem;
  padding: 0 0.5rem;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.date {
  display: flex;
  justify-content: right;
  margin-top: -6rem;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.date div {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  background: #00953F;
  color: #fff;
  padding: 0.7rem 1rem;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.date div .grid-date-day {
  font-size: 2.5rem;
  font-weight: 700;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.date div .grid-date-month {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.title a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1A1A18;
}
body #content .blogs-sec .blogs-row .blogs-grid .post.title a:hover {
  color: #00953F;
}
body #content .overview-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  background: #FFF;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem;
  min-height: 100%;
  margin-bottom: 1rem;
}
body #content .overview-row > .wpb_column > .vc_column-inner > .wpb_wrapper .main-head {
  color: #00953F !important;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
}
body #content .overview-row > .wpb_column > .vc_column-inner > .wpb_wrapper .img {
  margin-bottom: 1rem;
}
body #content .overview-row > .wpb_column > .vc_column-inner > .wpb_wrapper .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 1rem;
}
body #content .overview-row > .wpb_column > .vc_column-inner > .wpb_wrapper .txt p {
  line-height: 1.6;
  margin-top: 1rem;
}
body #content .overview-row-1 {
  margin-bottom: 2rem;
}
body #content .overview-row-1 .main-head {
  color: #00953F !important;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
body #content .overview-row-1 .img {
  margin-bottom: 1rem;
}
body #content .overview-row-1 .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  border-radius: 1rem;
}
body #content .overview-row-1 .txt p {
  line-height: 1.6;
}
body #content .overview-row-1 .txt p strong {
  color: #00953F;
}
body #content .blogtxt {
  margin: 1rem 0;
}
body #content .blogtxt h1, body #content .blogtxt h2, body #content .blogtxt h3, body #content .blogtxt h4, body #content .blogtxt h5, body #content .blogtxt h6 {
  font-size: 2em;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #00953F;
  margin-bottom: 0.5em;
}
body #content .blogtxt h1 strong, body #content .blogtxt h2 strong, body #content .blogtxt h3 strong, body #content .blogtxt h4 strong, body #content .blogtxt h5 strong, body #content .blogtxt h6 strong {
  font-weight: 600 !important;
  color: #00953F;
}
body #content .blogtxt h1 b, body #content .blogtxt h2 b, body #content .blogtxt h3 b, body #content .blogtxt h4 b, body #content .blogtxt h5 b, body #content .blogtxt h6 b {
  font-weight: 600 !important;
  color: #00953F;
}
body #content .blogtxt p {
  font-size: 1rem;
  font-family: var(--global-font-family);
  color: #000;
}
body #content .blogtxt p a {
  color: #00953F;
}
body #content .blogtxt p strong {
  color: #00953F;
}
body #content .blogtxt p b {
  font-weight: 600 !important;
  color: #00953F;
}
body #content .blogtxt ul {
  margin: 0.5em 0 0 0;
}
body #content .blogtxt ul li {
  font-size: 1rem;
  font-family: var(--global-font-family);
  line-height: 1.5;
}
body #content .blogtxt ul strong {
  color: #00953F;
}
body #content .blogtxt ul b {
  font-weight: 600 !important;
  color: #00953F;
}
body #content .blogtxt ol {
  margin: 0.5em 0 0 0;
}
body #content .blogtxt ol li {
  font-size: 1rem;
  font-family: var(--global-font-family);
  line-height: 1.5;
}
body #content .blogtxt ol strong {
  color: #00953F;
}
body #content .blogtxt ol b {
  font-weight: 600 !important;
  color: #00953F;
}
body #content .blogtxt .img-grid {
  margin: 1rem 0 0 0;
}
body #content .blogtxt .img-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
body #content .blogtxt .img-grid ul li {
  flex: 0 0 30%;
}
body #content .blogtxt .img-grid ul li img {
  border-radius: 10px;
}
body #content .blog-page {
  margin-top: 3rem;
}
body #content .blog-page .vc_column-inner {
  padding: 0 !important;
}
body #content .blog-page .vc_row.wpb_row.vc_row-fluid {
  margin: 0;
}
body #content .blog-page .flex-row {
  gap: 30px;
  flex-wrap: nowrap;
}
body #content .blog-page h3 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--global-font-family-2);
  color: #00953F;
  margin: 0 0 1rem;
}
body #content .blog-page p {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--global-font-color);
  margin: 0 0 1rem;
}
body #content .blog-page p a {
  color: #D6B36A;
  transition: all 0.4s;
}
body #content .blog-page p a:hover {
  opacity: 0.8;
}
body #content .blog-page .blog {
  width: 75%;
}
body #content .blog-page .blog .blog-title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: var(--global-font-family-2);
  color: #00953F;
  margin-bottom: 1rem;
}
body #content .blog-page .blog .blog-date {
  margin-bottom: 2rem;
}
body #content .blog-page .blog .blog-date p {
  font-size: 1rem;
  font-weight: 300;
  color: #00953F;
  margin: 0;
}
body #content .blog-page .blog-sidebar {
  width: 25%;
}
body #content .blog-page .blog-sidebar .recent-blogs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog {
  margin-bottom: 15px;
  width: 100%;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  background: #F2F2F2;
  border-radius: 0.5rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-img {
  width: 30%;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem 0 0 0.5rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-title {
  width: 70%;
  padding: 10px 0;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .recent-blog-title h2 {
  font-size: 0.8rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-right: 1rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content {
  width: 75%;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-title {
  width: 70%;
  padding: 10px 0;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-title h2 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-right: 1rem;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-excerpt p:nth-child(1) {
  margin-bottom: 0;
}
body #content .blog-page .blog-sidebar .recent-blogs .recent-blog a .blog-content .recent-blog-excerpt p {
  color: #000;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
}
body #content .events-row {
  margin-bottom: 1rem;
}
body #content .events-row .txt h2 {
  color: #00953F;
  font-family: var(--global-font-family);
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
body #content .timeline-row .time-line span.txt {
  font-family: var(--global-font-family);
  font-weight: 600;
}
body #content .gallery-sec h2.vc_custom_heading {
  font-family: var(--global-font-family);
  font-weight: 500;
  font-size: 1.5em;
  color: #00953F;
  margin: 1rem 0;
}
body #content .page-header {
  position: relative;
  margin-bottom: 4.5rem;
}
body #content .page-header .page-header-container .flex-row {
  position: absolute;
  bottom: 0;
  z-index: 99;
}
body #content .page-header .page-header-container .flex-row h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: var(--global-font-family);
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
body #content .page-header .page-header-container .flex-row h3 a {
  color: #fff;
}
body #content .page-header .page-header-image {
  position: relative;
}
body #content .page-header .page-header-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(183deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.73) 95.31%);
}
body #content .page-header .page-header-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 30rem;
  width: 100%;
}
body #content .page-header .full-width {
  background: #D6B36A;
  padding: 1rem;
}
body #content .page-header .full-width .flex-row {
  position: relative;
  bottom: 0;
  z-index: 0;
}
body #content .page-header .full-width .flex-row h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--global-font-family);
  margin-bottom: 0;
  text-transform: uppercase;
}
body #content .page-header .full-width .flex-row h3 a {
  color: #fff;
}
body form.wpcf7-form {
  margin: 1.5em 0 0 0;
}
body form.wpcf7-form p {
  margin: 0;
  font-size: 1em;
}
body form.wpcf7-form .flex-row > div {
  width: 100%;
  padding: 0 10px;
}
body form.wpcf7-form input.wpcf7-text, body form.wpcf7-form input.wpcf7-number, body form.wpcf7-form .wpcf7-select {
  font-family: var(--global-font-family);
  font-size: 1em;
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em 0.8em;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  margin-bottom: 0.5em;
  border-radius: 0;
}
body form.wpcf7-form input.wpcf7-text:active, body form.wpcf7-form input.wpcf7-text:focus, body form.wpcf7-form input.wpcf7-number:active, body form.wpcf7-form input.wpcf7-number:focus, body form.wpcf7-form .wpcf7-select:active, body form.wpcf7-form .wpcf7-select:focus {
  outline: none;
  border-color: #D6B36A;
}
body form.wpcf7-form textarea.wpcf7-textarea {
  font-family: var(--global-font-family);
  font-size: 1em;
  font-weight: 400;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  resize: none;
  transition: all 0.4s;
  margin-bottom: 0.5em;
  border-radius: 0;
  height: 180px;
}
body form.wpcf7-form textarea.wpcf7-textarea:active, body form.wpcf7-form textarea.wpcf7-textarea:focus {
  outline: none;
  border-color: #D6B36A;
}
body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
}
body form.wpcf7-form .submit-btn p {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body form.wpcf7-form .submit-btn input.wpcf7-submit {
  background: #D6B36A;
  color: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.1em;
  font-family: var(--global-font-family);
  border-radius: 24px;
  font-weight: 400;
  padding: 0.7em 1.8em;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden !important;
  border: none;
  cursor: pointer;
}
body form.wpcf7-form .submit-btn input.wpcf7-submit:hover {
  background: #00953F;
  text-decoration: none;
  color: #fff;
}
body form.wpcf7-form .intl-tel-input {
  display: flex;
}
body form.wpcf7-form .intl-tel-input .flag-container {
  position: relative;
}
body footer#colophon .footer-widget {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #1A1A1A;
}
body footer#colophon .footer-widget .row-top .flex-row {
  flex-wrap: nowrap;
}
body footer#colophon .footer-widget .row-top h2 {
  color: #FFF;
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.9rem;
  position: relative;
  padding-bottom: 5px;
}
body footer#colophon .footer-widget .row-top h2:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #D6B36A;
  position: absolute;
  left: 0;
  bottom: 0;
}
body footer#colophon .footer-widget .row-top img {
  width: 6.33rem;
  height: 6.33rem;
  filter: brightness(0) invert(1);
  margin-bottom: 1rem;
}
body footer#colophon .footer-widget .row-top p {
  font-weight: 300;
  font-size: 0.9rem;
}
body footer#colophon .footer-widget .row-top .footer-address .widget_custom_html {
  margin-bottom: 2rem;
}
body footer#colophon .footer-widget a {
  color: #fff;
  font-weight: 300;
  font-size: 0.9rem;
}
body footer#colophon .footer-widget a:hover {
  color: #D6B36A;
}
body footer#colophon .footer-widget p {
  color: #fff;
  font-size: 1rem;
}
body footer#colophon .footer-widget ul {
  list-style: none;
}
body footer#colophon .footer-widget ul li {
  margin-bottom: 1.33rem;
}
body footer#colophon .footer-widget .row-mid {
  border-top: 1px solid #fff;
  padding: 1rem;
}
body footer#colophon .footer-widget .row-mid .social-icons-foot ul.social-icons {
  list-style: none;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}
body footer#colophon .footer-widget .row-mid .social-icons-foot ul.social-icons li {
  margin: 0;
}
body footer#colophon .footer-widget .row-mid .social-icons-foot ul.social-icons li a {
  color: #fff;
  opacity: 0.5;
  font-size: 1.75rem;
}
body footer#colophon .footer-widget .row-mid .social-icons-foot ul.social-icons li a:hover {
  color: #D6B36A;
  opacity: 1;
}
body footer#colophon .copyright-div {
  background: #111111;
  padding: 0.833rem;
}
body footer#colophon .copyright-div .copyright {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 0;
}
body footer#colophon .copyright-div .copyright .copyright-line {
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 0;
}
body footer#colophon .copyright-div .copyright .copyright-line a {
  color: #fff;
}
body footer#colophon .copyright-div .copyright .copyright-line a:hover {
  color: rgba(255, 255, 255, 0.6039215686);
}
body footer#colophon .copyright-div .copyright .menu-privacy-policy-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
body footer#colophon .copyright-div .copyright .menu-privacy-policy-container ul.menu li {
  margin: 0;
  padding: 0;
}
body footer#colophon .copyright-div .copyright .menu-privacy-policy-container ul.menu li a {
  color: #fff;
}
body footer#colophon .copyright-div .copyright .menu-privacy-policy-container ul.menu li a:hover {
  color: rgba(255, 255, 255, 0.6039215686);
}/*# sourceMappingURL=template.css.map */