html body {
  font-family: "Ubuntu", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  margin-bottom: 16px;
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (max-width: 1560px) {
  html body h1,
  html body .lvl-1 {
    font-size: 40px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 34px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1366px) {
  html body h1,
  html body .lvl-1 {
    font-size: 38px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 32px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  html body h1,
  html body .lvl-1 {
    font-size: 38px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 30px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 30px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body h1,
  html body .lvl-1 {
    font-size: 32px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 26px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 579px) {
  html body h1,
  html body .lvl-1 {
    font-size: 30px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 24px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 24px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 20px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: #242424;
}
a :focus,
a :hover {
  outline: none;
  text-decoration: none;
}
a.text-link:hover {
  color: inherit;
}
a:hover {
  color: inherit;
}
ul li,
ol li {
  margin-bottom: 10px;
}
.a-style a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.a-style a:hover {
  text-decoration: none;
}
.a-style-blue a {
  color: #315e28;
  text-decoration: underline;
}
.a-style-blue a:hover {
  text-decoration: none;
}
p:last-child {
  margin: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
ol {
  list-style: auto;
  margin: 16px 0 16px 20px;
}
html body .wpb_button {
  margin-bottom: 0;
}
html body .wpb_content_element {
  margin-bottom: 0;
}
html body .vc_btn3-container {
  margin-bottom: 0;
}
html body ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
html body .vc_column-inner {
  padding-top: 0 !important;
}
html body .vc_row-has-fill > .vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
html body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
.height-100 > .vc_column-inner {
  height: 100%;
}
.height-100 > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  height: 100%;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure {
  height: 100%;
  display: block;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper {
  height: 100%;
  display: block;
}
.height-100 > .vc_column-inner > .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.img-full.wpb_single_image .vc_figure {
  display: block;
}
.img-full.wpb_single_image .vc_figure .vc_single_image-wrapper {
  display: block;
}
.img-full.wpb_single_image .vc_figure .vc_single_image-wrapper img {
  width: 100%;
}
picture {
  display: block;
}
picture.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social {
  display: flex;
  list-style: none;
  align-items: center;
  column-gap: 24px;
  margin: 0;
}
.social li {
  margin: 0;
}
.social li a i {
  font-size: 24px;
  color: #000;
}
.social li::before {
  content: none !important;
}
.desktop-hide {
  display: none;
}
.dec-hide {
  display: none;
}
@media screen and (max-width: 991px) {
  .desktop-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-200 {
  padding-top: 200px;
}
.pt-250 {
  padding-top: 250px;
}
.pt-300 {
  padding-top: 300px;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-200 {
  padding-bottom: 200px;
}
.pb-250 {
  padding-bottom: 250px;
}
.pb-300 {
  padding-bottom: 300px;
}
.pl-5,
.pl-col-5 > .vc_column-inner > .wpb_wrapper {
  padding-left: 5px !important;
}
.pl-10,
.pl-col-10 > .vc_column-inner > .wpb_wrapper {
  padding-left: 10px;
}
.pl-15,
.pl-col-15 > .vc_column-inner > .wpb_wrapper {
  padding-left: 15px;
}
.pl-20,
.pl-col-20 > .vc_column-inner > .wpb_wrapper {
  padding-left: 20px;
}
.pl-30,
.pl-col-30 > .vc_column-inner > .wpb_wrapper {
  padding-left: 30px;
}
.pl-40,
.pl-col-40 > .vc_column-inner > .wpb_wrapper {
  padding-left: 40px;
}
.pl-50,
.pl-col-50 > .vc_column-inner > .wpb_wrapper {
  padding-left: 50px;
}
.pl-60,
.pl-col-60 > .vc_column-inner > .wpb_wrapper {
  padding-left: 60px;
}
.pl-70,
.pl-col-70 > .vc_column-inner > .wpb_wrapper {
  padding-left: 70px;
}
.pr-5,
.pr-col-5 > .vc_column-inner > .wpb_wrapper {
  padding-right: 5px !important;
}
.pr-10,
.pr-col-10 > .vc_column-inner > .wpb_wrapper {
  padding-right: 10px;
}
.pr-15,
.pr-col-15 > .vc_column-inner > .wpb_wrapper {
  padding-right: 15px;
}
.pr-20,
.pr-col-20 > .vc_column-inner > .wpb_wrapper {
  padding-right: 20px;
}
.pr-30,
.pr-col-30 > .vc_column-inner > .wpb_wrapper {
  padding-right: 30px;
}
.pr-40,
.pr-col-40 > .vc_column-inner > .wpb_wrapper {
  padding-right: 40px;
}
.pr-50,
.pr-col-50 > .vc_column-inner > .wpb_wrapper {
  padding-right: 50px;
}
.pr-60,
.pr-col-60 > .vc_column-inner > .wpb_wrapper {
  padding-right: 60px;
}
.p-70 {
  padding: 70px !important;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1560px) {
  .pt-60 {
    padding-top: 50px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pt-120 {
    padding-top: 90px;
  }
  .pt-150 {
    padding-top: 100px;
  }
  .pt-170 {
    padding-top: 100px;
  }
  .pt-200 {
    padding-top: 130px;
  }
  .pt-250 {
    padding-top: 200px;
  }
  .pt-300 {
    padding-top: 230px;
  }
  .pb-60 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-120 {
    padding-bottom: 90px;
  }
  .pb-150 {
    padding-bottom: 100px;
  }
  .pb-170 {
    padding-bottom: 100px;
  }
  .pb-200 {
    padding-bottom: 130px;
  }
  .pb-250 {
    padding-bottom: 200px;
  }
  .pb-300 {
    padding-bottom: 230px;
  }
  .mb-100 {
    margin-bottom: 700px;
  }
}
@media screen and (max-width: 1199px) {
  .pt-80 {
    padding-top: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-150 {
    padding-top: 70px;
  }
  .pt-170 {
    padding-top: 70px;
  }
  .pt-200 {
    padding-top: 100px;
  }
  .pt-250 {
    padding-top: 150px;
  }
  .pt-300 {
    padding-top: 200px;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pb-150 {
    padding-bottom: 70px;
  }
  .pb-170 {
    padding-bottom: 70px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .pb-250 {
    padding-bottom: 150px;
  }
  .pb-300 {
    padding-bottom: 200px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .pl-5,
  .pl-col-5 > .vc_column-inner > .wpb_wrapper,
  .pl-10,
  .pl-col-10 > .vc_column-inner > .wpb_wrapper,
  .pl-15,
  .pl-col-15 > .vc_column-inner > .wpb_wrapper,
  .pl-20,
  .pl-col-20 > .vc_column-inner > .wpb_wrapper,
  .pl-30,
  .pl-col-30 > .vc_column-inner > .wpb_wrapper,
  .pl-40,
  .pl-col-40 > .vc_column-inner > .wpb_wrapper,
  .pl-50,
  .pl-col-50 > .vc_column-inner > .wpb_wrapper,
  .pl-60,
  .pl-col-60 > .vc_column-inner > .wpb_wrapper {
    padding-left: 0 !important;
  }
  .pr-5,
  .pr-col-5 > .vc_column-inner > .wpb_wrapper,
  .pr-10,
  .pr-col-10 > .vc_column-inner > .wpb_wrapper,
  .pr-15,
  .pr-col-15 > .vc_column-inner > .wpb_wrapper,
  .pr-20,
  .pr-col-20 > .vc_column-inner > .wpb_wrapper,
  .pr-30,
  .pr-col-30 > .vc_column-inner > .wpb_wrapper,
  .pr-40,
  .pr-col-40 > .vc_column-inner > .wpb_wrapper,
  .pr-50,
  .pr-col-50 > .vc_column-inner > .wpb_wrapper,
  .pr-60,
  .pr-col-60 > .vc_column-inner > .wpb_wrapper {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .pt-60,
  .pt-70,
  .pt-80,
  .pt-100,
  .pt-120,
  .pt-150,
  .pt-170 {
    padding-top: 50px;
  }
  .pt-200 {
    padding-top: 80px;
  }
  .pt-250 {
    padding-top: 100px;
  }
  .pt-300 {
    padding-top: 120px;
  }
  .pb-60,
  .pb-70,
  .pb-80,
  .pb-100,
  .pb-120,
  .pb-150,
  .pb-170 {
    padding-bottom: 50px;
  }
  .pb-200 {
    padding-bottom: 80px;
  }
  .pb-250 {
    padding-bottom: 100px;
  }
  .pb-300 {
    padding-bottom: 120px;
  }
  .two-pt-0 {
    padding-top: 0;
  }
}
.container.w-con-1550,
.w-con-1550 {
  max-width: 1550px;
  left: 0 !important;
}
.container.w-con-1510,
.w-con-1510 {
  max-width: 1510px;
  left: 0 !important;
}
.w-con-1200 {
  max-width: 1200px;
  left: 0 !important;
}
@media screen and (min-width: 1530px) {
  .w-con-1500 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (min-width: 1230px) {
  .w-con-1200 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.w-420 > .vc_column-inner > .wpb_wrapper {
  max-width: 420px;
}
.w-540 .vc_column-inner .wpb_wrapper {
  max-width: 540px;
}
.w-530 .vc_column-inner .wpb_wrapper {
  max-width: 530px;
}
.mx-auto-inner .vc_column-inner > .wpb_wrapper {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto-inner > .vc_column-inner > .wpb_wrapper {
  margin-left: auto;
}
.mr-auto-inner > .vc_column-inner > .wpb_wrapper {
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .ipad-col-100 > .wpb_column {
    width: 100%;
  }
  .ipad-col-100 > .wpb_column + .wpb_column {
    margin-top: 35px;
  }
  .ipad-col-50 > .wpb_column {
    width: 50%;
    margin-bottom: 35px;
  }
  .vc_column-inner > .wpb_wrapper {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .ipad-col-50 > .wpb_column:last-child {
    margin-bottom: 0;
  }
  .mobile-col-50 {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-col-50 > .wpb_column {
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 35px;
  }
}
.br-32 {
  border-radius: 32px;
}
.br-32 img {
  border-radius: 32px !important;
  -moz-border-radius: 32px !important;
}
.c-wt,
.c-wt p,
.c-wt a,
.c-wt h1,
.c-wt h2,
.c-wt h3,
.c-wt h4,
.c-wt h5,
.c-wt h6 {
  color: #fff;
}
.c-sb,
.c-sb p,
.c-sb a,
.c-sb h1,
.c-sb h2,
.c-sb h3,
.c-sb h4,
.c-sb h5,
.c-sb h6 {
  color: #000;
}
.c-primary,
.c-primary p,
.c-primary a,
.c-primary h1,
.c-primary h2,
.c-primary h3,
.c-primary h4,
.c-primary h5,
.c-primary h6 {
  color: #315e28;
}
.c-secondary,
.c-secondary p,
.c-secondary a,
.c-secondary h1,
.c-secondary h2,
.c-secondary h3,
.c-secondary h4,
.c-secondary h5,
.c-secondary h6 {
  color: #9BC55A;
}
.bg_primary {
  background-color: #315e28;
}
.bg_secondary {
  background-color: #9BC55A;
}
.bg_blk {
  background-color: #000;
}
.bg_light {
  background: #F1F1F1;
}
.bg-shape {
  position: relative;
  z-index: 1;
}
.bg-shape:after {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  background-image: url(../img/shape-icon.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  z-index: 0;
}
.tt-up {
  text-transform: uppercase;
}
a.theme-btn,
p.theme-btn {
  background: linear-gradient(to right,#9BC55A,#3C692E);
  color: #fff;
  padding: 16px 35px 16px 35px;
  position: relative;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.4s;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  font-weight: 500;
  border: 2px solid #9BC55A !important;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  a.theme-btn,
  p.theme-btn {
    font-size: 16px;
    padding: 15px 20px 15px 20px;
  }
  a.theme-btn::after,
  p.theme-btn::after {
    right: 20px;
  }
}
a.theme-btn span,
p.theme-btn span {
  position: relative;
}
a.theme-btn::before,
p.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/btn-bg.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
}
a.theme-btn:hover,
p.theme-btn:hover {
  background: #fff !important;
  color: #315e28 !important;
  border: 2px solid #315e28 !important;
}
a.theme-btn:hover::before,
p.theme-btn:hover::before {
  mix-blend-mode: luminosity;
}
a.white,
p.white {
  background: #fff !important;
  color: #315e28 !important;
  border: 2px solid #315e28 !important;
}
a.white::before,
p.white::before {
  mix-blend-mode: luminosity;
}
a.white:hover,
p.white:hover {
  background: #315e28 !important;
  color: #fff !important;
}
a.dark,
p.dark {
  background-color: #9BC55A !important;
}
.theme-btn .vc_btn3 {
  background: linear-gradient(to right,#9BC55A,#3C692E) !important;
  color: #fff !important;
  padding: 16px 35px 16px 35px !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  transition: 0.4s !important;
  display: inline-block !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 2px solid #9BC55A !important;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .theme-btn .vc_btn3 {
    font-size: 16px !important;
    padding: 15px 20px 15px 20px !important;
  }
}
.theme-btn .vc_btn3 span {
  position: relative;
}
.theme-btn .vc_btn3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/btn-bg.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
}
.theme-btn .vc_btn3:hover {
  background: #fff !important;
  color: #315e28 !important;
  border: 2px solid #315e28 !important;
}
.theme-btn .vc_btn3:hover::before {
  mix-blend-mode: luminosity;
}
.theme-btn.white .vc_btn3 {
  background: #fff !important;
  color: #315e28 !important;
  border: 2px solid #315e28 !important;
}
.theme-btn.white .vc_btn3::before {
  mix-blend-mode: luminosity;
}
.theme-btn.white .vc_btn3:hover {
  background: #315e28 !important;
  color: #fff !important;
}
.theme-btn.dark .vc_btn3 {
  background-color: #9BC55A !important;
}
.btn-close:focus {
  box-shadow: none;
}
.link-btn .vc_btn3 {
  display: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px !important;
  font-weight: 700;
  text-decoration: underline !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 0 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}
.request-form .gform_wrapper {
  margin: 30px 0;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
  margin-top: 20px;
}
.gform_wrapper.gravity-theme input[type="color"],
.gform_wrapper.gravity-theme input[type="date"],
.gform_wrapper.gravity-theme input[type="datetime-local"],
.gform_wrapper.gravity-theme input[type="datetime"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="month"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme input[type="search"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  background-color: #fff;
  color: #000;
  margin: 0;
  font-weight: 500;
  line-height: normal !important;
  border: none !important;
  border-radius: 10px !important;
  outline: none !important;
  font-size: 18px !important;
  padding: 15px !important;
}
@media screen and (max-width: 1560px) {
  .gform_wrapper.gravity-theme input[type="color"],
  .gform_wrapper.gravity-theme input[type="date"],
  .gform_wrapper.gravity-theme input[type="datetime-local"],
  .gform_wrapper.gravity-theme input[type="datetime"],
  .gform_wrapper.gravity-theme input[type="email"],
  .gform_wrapper.gravity-theme input[type="month"],
  .gform_wrapper.gravity-theme input[type="number"],
  .gform_wrapper.gravity-theme input[type="password"],
  .gform_wrapper.gravity-theme input[type="search"],
  .gform_wrapper.gravity-theme input[type="tel"],
  .gform_wrapper.gravity-theme input[type="text"],
  .gform_wrapper.gravity-theme input[type="time"],
  .gform_wrapper.gravity-theme input[type="url"],
  .gform_wrapper.gravity-theme input[type="week"],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    font-size: 16px !important;
  }
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .ginput_container_select:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
  position: absolute;
  right: 20px;
  bottom: 40%;
  color: #000;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 10px !important;
}
.gform_wrapper.gravity-theme .ginput_container_select select option {
  color: #000;
}
.gform_wrapper.gravity-theme textarea {
  resize: none;
  height: 124px !important;
  margin-bottom: 0 !important;
  border-radius: 10px !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: linear-gradient(to right,#9BC55A,#3C692E) !important;
  color: #fff !important;
  padding: 16px 35px 16px 35px !important;
  position: relative !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  transition: 0.4s !important;
  display: inline-block !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: none;
  border: 1px solid #9BC55A !important;
}
@media screen and (max-width: 1199px) {
  .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    font-size: 16px !important;
    padding: 15px 20px 15px 20px !important;
  }
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit] span {
  position: relative;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit]::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/btn-bg.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background: linear-gradient(to right,#3C692E,#3C692E) !important;
}
.gform_wrapper.gravity-theme .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.gform_wrapper.gravity-theme .gform_validation_errors,
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.gform_wrapper .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gform_wrapper .gfield_radio label {
  white-space: nowrap;
  max-width: 100% !important;
}
.ginput_container_radio input,
.ginput_container_checkbox input,
.form-group input {
  display: none !important;
}
.ginput_container_radio li,
.ginput_container_checkbox li,
.form-group li {
  max-width: 100% !important;
}
.ginput_container_radio input:checked + label::after,
.ginput_container_checkbox input:checked + label::after,
.form-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 7px;
  height: 11px;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ginput_container_radio label,
.ginput_container_checkbox label,
.form-group label {
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  font-weight: 500;
}
.ginput_container_radio label::before,
.ginput_container_checkbox label::before,
.form-group label::before {
  content: "";
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #315e28;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px !important;
}
.gform_wrapper.gravity-theme .ginput_complex span {
  padding-right: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  outline: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
  font-size: 18px !important;
  text-align: center;
  color: red !important;
  border: 1px solid red !important;
  outline: none;
  padding: 5px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 span {
  position: static !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: red !important;
  margin-top: 0 !important;
  text-align: left;
}
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + .gform-field-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #315e28 !important;
}
[type="radio"]:checked + .gform-field-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #315e28;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
  margin-right: 5px;
}
[type="radio"]:checked + .gform-field-label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #315e28;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
.slick-disabled {
  opacity: 0.4;
}
.btn-wrap span {
  cursor: pointer;
}
.paginations {
  display: flex;
  justify-content: end;
  gap: 30px;
  padding-top: 20px;
}
.paginations .swiper-button-prev,
.paginations .swiper-button-next {
  position: static;
  width: 73px;
  height: 73px;
  display: block;
  margin: 0;
  background: url(../img/slider-arrow-btn.png);
  background-repeat: no-repeat;
  background-position: left;
}
.paginations .swiper-button-prev.swiper-button-disabled,
.paginations .swiper-button-next.swiper-button-disabled {
  background-image: url(../img/slide-arrow.png);
  opacity: 1;
}
.paginations .swiper-button-prev::after,
.paginations .swiper-button-next::after {
  font-size: 0;
}
.paginations .swiper-button-prev {
  transform: rotate(180deg);
}
.hour-list {
  display: flex;
  margin-bottom: 10px;
  text-align: left;
}
.hour-list label {
  max-width: 200px;
  font-weight: 700;
  flex: 0 0 200px;
}
.modal-dialog {
  margin: 0 auto;
}
.modal-body .hour-list {
  display: flex;
}
.modal-body .hour-list label {
  max-width: 170px;
  font-weight: 600;
  flex: 0 0 170px;
}
.wpb_text_column ul,
.custom-ul ul {
  margin-bottom: 10px;
  list-style: none;
}
.wpb_text_column ul li,
.custom-ul ul li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 0;
  text-align: left;
}
.wpb_text_column ul li::before,
.custom-ul ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  top: 6px;
  height: 16px;
  left: 0;
  border-radius: 50%;
  border: 3px solid #315e28;
}
.wpb_text_column ul li.menu-item-has-children > a,
.custom-ul ul li.menu-item-has-children > a {
  display: inline-block;
}
.wpb_text_column ul li a:hover,
.custom-ul ul li a:hover {
  color: #315e28;
}
.wpb_text_column ul li + li,
.custom-ul ul li + li {
  margin-top: 0px;
}
.logo_shape {
  position: relative;
}
.logo_shape::before {
  display: block !important;
  position: absolute;
  z-index: -1;
  background-image: url(../img/shape-icon.svg);
  background-repeat: no-repeat;
  background-position: top 20% center;
  transform: rotateY(180deg);
  max-width: 100%;
  height: 100%;
  background-size: 30%;
  width: 100%;
  opacity: .5;
}
.modal.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal .modal-title p {
  color: #fff;
}
.modal .modal-dialog {
  max-width: 750px;
  width: 100%;
}
.modal .modal-content {
  border-radius: 0;
  border: 0;
}
.modal .modal-header {
  background: #315e28;
  justify-content: center;
  padding: 15px 40px;
  border-radius: 0;
  text-align: center;
  color: #fff;
}
.modal .modal-header h5,
.modal .modal-header h4 {
  color: #fff;
  margin-bottom: 0;
}
.modal .modal-header button.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: brightness(0) invert(1);
}
.modal .modal-body {
  text-align: center;
}
.modal .modal-body .hour-list {
  text-align: left;
  max-width: 380px;
  margin: 0 auto;
}
.wpb_text_column p a {
  color: #315e28;
}
.wpb_text_column p a:hover {
  text-decoration: underline;
}
.wpb_text_column li a {
  color: #315e28;
}
.wpb_text_column li a:hover {
  text-decoration: underline;
}
.vc_tta-container {
  margin-bottom: 0 !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel:last-child {
  padding-bottom: 0 !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: #315e28;
  border: 0;
  border-radius: 0;
  padding: 15px 20px;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.3;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  color: #fff;
  padding: 0 30px 0 0;
  position: relative;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
  position: absolute;
  right: 0;
  top: 2px;
  left: inherit;
  transform: none;
  width: 18px;
  height: 18px;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon::before,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-width: 1px;
  border-color: #fff;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 20px 20px 0 20px;
  background-color: transparent;
  border: 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p,
.vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body li {
  font-size: 17px;
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.effect-jazz img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.effect-jazz:hover img {
  -webkit-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0,-100%,0);
    opacity: 0;
    transform: translate3d(0,-100%,0);
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes plus-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.mobile-menu-toggle .hamburger {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.mobile-menu-toggle .hamburger:hover .hamburger__line.middle {
  width: 100%;
}
.mobile-menu-toggle .hamburger:hover .hamburger__line.bottom {
  width: 100%;
}
.mobile-menu-toggle .hamburger__line {
  background-color: #72AB40;
  height: 3px;
  border-radius: 30px;
  width: 100%;
  display: block;
}
.mobile-menu-toggle .hamburger__line.middle {
  margin: 7px 0 7px auto;
  width: 75%;
  transition: 0.3s all;
}
.mobile-menu-toggle .hamburger__line.bottom {
  margin-left: auto;
  width: 45%;
  transition: 0.6s all;
}
.mobile-menu__bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: none;
  z-index: 99;
}
.mobile-menu.is-open {
  transform: translate3d(0,0,0);
}
.mobile-menu.is-open .mobile-menu__bg {
  display: block;
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 320px;
  height: 100vh;
  transform: translate3d(100%,0,0);
  transition: all 0.5s ease;
  z-index: 99;
}
.mobile-menu__top {
  background: #fff;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header-logo {
  width: 80%;
}
.mobile-header-logo img {
  max-height: 60px;
}
.menu-close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.menu-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #315e28;
  transform: rotate(45deg);
}
.menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #315e28;
  transform: rotate(-45deg);
}
.mobile-menu__panel {
  padding: 0 0 50px;
  position: relative;
  width: 320px;
  height: 100vh;
  overflow: auto;
  margin-left: auto;
  background-color: #315e28;
}
.mobile-menu__panel .theme-btn {
  display: block;
  text-align: center;
  margin: 20px 15px 0 15px;
}
.mobile-menu__panel .theme-btn:hover {
  background: linear-gradient(to right,#9BC55A,#3C692E) !important;
}
.mobile-menu__nav {
  padding: 0;
}
.mobile-menu__nav ul {
  padding: 0;
}
.mobile-menu__nav li {
  list-style: none;
  position: relative;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
.mobile-menu__nav li .arrow.is-open:after {
  transform: rotate(0deg);
}
.mobile-menu__nav li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li a:hover {
  color: #fff;
  background-color: #9BC55A;
}
.mobile-menu__nav .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.mobile-menu__nav .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -10px;
}
.mobile-menu__nav .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -10px;
  transform: rotate(90deg);
}
.mobile-menu__nav > li {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.mobile-menu__nav > li:first-child {
  border-top: 1px solid rgba(255,255,255,0.5);
}
.mobile-menu__nav li.menu-item-has-children a {
  padding-right: 45px;
}
.mobile-menu__nav .dropdown-menu {
  padding: 0 0 0 10px;
  position: static;
  background: transparent;
  border: none;
}
.mobile-menu__nav .sub-menu li a {
  color: #fff;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li.current-menu-ancestor > a {
  color: #fff;
  background-color: #9BC55A;
}
.mobile-menu__nav li.current-menu-item > a {
  color: #fff;
  background-color: #9BC55A;
}
.header-main {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 98;
  background: #fff;
  padding: 10px 30px;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 10px;
  border-image-source: linear-gradient(to left,#315e28,#9BC55A);
}
.header-main .header_menu {
  max-width: 1920px;
  margin: auto;
}
.header-main .header_menu .main-menu-content {
  align-items: center;
  justify-content: space-between;
}
.header-main .header_menu .header-logo {
  max-width: 415px;
}
.header-main .header_menu .header-logo a {
  display: inline-block;
}
.header-main .header_menu .header-main-menu {
  padding-left: 20px;
  padding-top: 20px;
}
.header-main .header_menu .header-main-menu .header-nav {
  margin-top: 0;
  padding-right: 20px;
  column-gap: 30px;
}
.header-main .header_menu .header-main-menu .header-nav li {
  padding: 15px 0;
  margin: 0;
}
.header-main .header_menu .header-main-menu .header-nav li > a {
  font-size: 20px;
  font-weight: 500 !important;
  color: #000;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.header-main .header_menu .header-main-menu .header-nav li > a.dropdown-toggle {
  padding-right: 20px;
}
.header-main .header_menu .header-main-menu .header-nav li > a::after {
  width: 10px;
  height: 10px;
  border-top: 0 !important;
  border-right: 2px solid #315e28 !important;
  border-bottom: 2px solid #315e28 !important;
  border-left: 0 !important;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: 2px;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu {
  top: 100%;
  padding: 0;
  background: #315e28;
  width: 280px;
  border: none;
  border-radius: 0;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu::before,
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu::after {
  border-bottom-color: #315e28 !important;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li {
  margin-bottom: 0;
  padding: 0;
  position: relative;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li a {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  display: block;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li a:hover {
  background: rgba(255,255,255,0.2);
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li.menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 0 !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-left: 0 !important;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.header-main .header_menu .header-main-menu .header-nav li .dropdown-menu li:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  top: 0;
}
.header-main .header_menu .header-main-menu .header-nav li:last-child > .dropdown-menu {
  right: 0;
}
.header-main .header_menu .header-main-menu .header-nav li:last-child > .dropdown-menu::after {
  right: 20px;
  left: inherit;
}
.header-main .header_menu .header-main-menu .header-nav li:last-child > .dropdown-menu::before {
  display: none;
}
.header-main .header_menu .header-main-menu .header-nav > li.current_page_item > a::before {
  width: 100%;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor > a::before {
  width: 100%;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a {
  background: rgba(255,255,255,0.2);
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-ancestor > a::before {
  width: 100%;
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a {
  background: rgba(255,255,255,0.2);
}
.header-main .header_menu .header-main-menu .header-nav > li.current-menu-ancestor .current-menu-item > a::before {
  width: 100%;
}
.header-main .header_menu .header-main-menu .header-nav > li a {
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
}
.header-main .header_menu .header-main-menu .header-nav > li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: linear-gradient(to left,#315e28,#9BC55A);
  border-radius: 26px;
  bottom: 0;
  right: 0;
  transition: 0.4s;
}
.header-main .header_menu .header-main-menu .header-nav > li a:hover::before {
  width: 100%;
  left: 0;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id {
  background: #9BC55A !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id:hover,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id:hover {
  background: rgba(255,255,255,0.2) !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id:hover::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id:hover::before {
  width: 100% !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id::before {
  width: 0 !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight {
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight:focus,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight:focus {
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.mPS2id-highlight::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.mPS2id-highlight::before {
  width: 100% !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first {
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first:focus,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first:focus {
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .header-nav .current-menu-parent a.__mPS2id.mPS2id-highlight-first::before,
.header-main .header_menu .header-main-menu .header-nav .current-menu-item a.__mPS2id.mPS2id-highlight-first::before {
  width: 100% !important;
}
.header-main .header_menu .contact-info-block {
  gap: 24px;
}
.header-main .header_menu .contact-info-block .contact-info {
  gap: 24px;
  padding-left: 50px;
}
.header-main .header_menu .contact-info-block a {
  display: flex;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  align-items: center;
  justify-content: center;
  color: #000;
}
.header-main .header_menu .contact-info-block a i {
  font-size: 24px;
  background: linear-gradient(to top,#9BC55A,#315e28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-main .header_menu .contact-info-block a:nth-child(2) {
  text-transform: lowercase !important;
}
.header-main .header_menu .contact-info-block a:hover i {
  background: linear-gradient(to top,#315e28,#315e28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-main .header_menu .contact-info-block .theme-btn {
  width: auto;
  height: auto;
  border: none;
  color: #000;
  border: 1px solid #315e28;
  background: transparent !important;
  margin-left: 50px;
}
.header-main .header_menu .contact-info-block .theme-btn::before {
  display: none !important;
}
.header-main .header_menu .contact-info-block .theme-btn i {
  padding-right: 7px;
}
.header-main .header_menu .contact-info-block .social {
  margin: 0;
}
.header-main.sticky {
  position: fixed;
  animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
}
.header-main.sticky::before {
  opacity: 1;
  height: 100%;
}
.header-main.sticky .contact-info-block {
  display: none !important;
}
.header-main.sticky .header_menu .header-logo {
  max-width: 210px;
}
.header-main.sticky .header_menu .header-main-menu .header-nav > li {
  padding: 10px 0;
}
body {
  overflow-x: hidden;
}
p:empty,
p:blank {
  display: none;
}
.main_inner_container,
.main_home_inner_container,
.team_main_section {
  overflow: hidden;
}
.homepage-slider {
  margin-top: 150px;
}
.homepage-slider.ls-direction-fix {
  overflow: hidden;
}
.container {
  max-width: 1326px;
  padding-right: 15px;
  padding-left: 15px;
}
.container .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container .row>* {
  padding-right: 15px;
  padding-left: 15px;
}
.banner_inner {
  margin-top: 150px;
  background-size: cover !important;
  position: relative;
  text-transform: capitalize;
}
.banner_inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner_inner .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  position: relative;
  text-align: center;
}
.banner_inner .container * {
  color: #fff;
}
.banner_inner .container h1 {
  padding-top: 70px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.ls-slide-backgrounds:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 31;
}
.theme-btn.ls-button-layer {
  background: linear-gradient(to right,#9BC55A,#3C692E) !important;
  color: #fff;
  padding: 16px 35px 16px 35px;
  position: relative;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.4s;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .theme-btn.ls-button-layer {
    font-size: 16px;
    padding: 15px 20px 15px 20px;
  }
  .theme-btn.ls-button-layer::after {
    right: 20px;
  }
}
.theme-btn.ls-button-layer ~ a {
  position: relative;
}
.theme-btn.ls-button-layer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(../img/btn-bg.svg) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
}
div.ls-wrapper:has(.theme-btn):hover .theme-btn.ls-button-layer {
  background: linear-gradient(to right,#000000,#3C692E) !important;
}
.two-column {
  position: relative;
}
.two-column::before {
  content: "";
  display: block !important;
  position: absolute;
  background-image: url(../img/shape-right.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 520px;
  max-height: 400px;
  top: 200px;
  mix-blend-mode: luminosity;
  margin-left: auto;
  right: -260px;
}
.two-column::after {
  content: "";
  display: block !important;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 400px;
  bottom: 200px;
  mix-blend-mode: luminosity;
  margin-left: auto;
  background-image: url(../img/shape-left.svg);
  left: -200px;
  max-width: 394px;
}
.two-column >.vc_row {
  padding: 50px 0;
}
.two-column >.vc_row:first-child {
  padding-top: 100px;
}
.two-column >.vc_row:nth-last-child(2) {
  padding-bottom: 100px;
}
.two-column >.vc_row:nth-child(4n+1) {
  flex-direction: row-reverse;
}
.two-column >.vc_row:nth-child(4n+1) .wpb_column:first-child .vc_column-inner {
  margin-left: -100px;
  margin-right: 0;
}
.two-column >.vc_row >.wpb_column .theme-btn {
  padding-top: 40px;
}
.two-column >.vc_row >.wpb_column .wpb_single_image * {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.two-column >.vc_row >.wpb_column:first-child .vc_column-inner {
  background: #fff;
  padding: 80px 60px !important;
  margin-right: -105px;
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.161);
  border-radius: 20px;
}
.two-column >.vc_row >.wpb_column:first-child .wpb_single_image {
  display: none;
}
.doctor-section .wpb_single_image {
  padding-right: 100px;
}
.doctor-section .theme-btn {
  display: block !important;
}
.choose_slider {
  display: flex;
  flex-wrap: wrap;
}
.choose_slider .why-choose-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  transition: 0.3s all ease-in-out 0s;
  background: #fff;
  cursor: pointer;
}
.choose_slider .why-choose-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/why-hover-icon.svg);
  background-position: right -20px top -40px;
  background-repeat: no-repeat;
  transition: 0.3s all ease-in-out 0s;
  opacity: 0;
}
.choose_slider .why-choose-wrapper h4 {
  color: #000;
  letter-spacing: -0.78px;
  font-weight: 500;
  font-size: 22px;
}
.choose_slider .why-choose-wrapper .why-choose-image-wrapper {
  width: 100px;
  height: 67px;
  background: transparent url('../img/why-icon-bg.svg') 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: center;
  margin-bottom: 10px;
}
.choose_slider .why-choose-wrapper:hover {
  background-image: linear-gradient(180deg,#9BC55A,#3C692E);
}
.choose_slider .why-choose-wrapper:hover::before {
  opacity: 1;
}
.choose_slider .why-choose-wrapper:hover .why-choose-image-wrapper {
  filter: brightness(0) invert(1);
  background-image: none;
}
.choose_slider .why-choose-wrapper:hover h4 {
  color: #fff;
}
.welcome-section .vc_column-inner {
  margin-left: auto;
  padding: 40px !important;
  max-width: 660px;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.16);
  border-radius: 20px;
}
.page-template-template-inner-page .welcome-section {
  background: linear-gradient(to right,#9BC55A,#315e28);
  position: relative;
}
.page-template-template-inner-page .welcome-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/cta-2.png);
  background-position: bottom left;
  background-size: contain;
  display: block !important;
  max-width: 700px;
  opacity: 0.5;
  background-repeat: no-repeat;
}
.service-welcome {
  margin-bottom: -200px;
  overflow: hidden;
}
.service-welcome.vc_section {
  padding-top: 0 !important;
}
.service-section {
  display: grid;
  gap: 30px;
  position: relative;
}
.service-section.vc_section {
  padding-top: 0 !important;
}
.service-section::before {
  content: "";
  display: block !important;
  position: absolute;
  background-image: url(../img/shape-right.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 520px;
  max-height: 400px;
  top: 200px;
  mix-blend-mode: luminosity;
  margin-left: auto;
  right: -260px;
  z-index: -1;
}
.service-section::after {
  content: "";
  display: block !important;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 400px;
  bottom: 200px;
  mix-blend-mode: luminosity;
  margin-left: auto;
  background-image: url(../img/shape-left.svg);
  left: -200px;
  max-width: 394px;
  z-index: -1;
}
.service-section .service-section-row .vc_column-inner .wpb_wrapper {
  row-gap: 30px;
  display: grid;
}
.service-section .service-section-row .vc_column-inner .wpb_wrapper > .vc_row > .wpb_column {
  height: 100%;
}
.service-section .service-section-row .vc_column-inner .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner {
  height: 100%;
}
.service-section .service-section-row .vc_column-inner .wpb_wrapper > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.service-section .wpbakery-service-element {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}
.service-section .wpbakery-service-element h4 {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  padding: 0 10px;
}
.service-section .wpbakery-service-element .service-img {
  height: 100%;
}
.service-section .wpbakery-service-element .service-img .theme-btn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  max-width: max-content;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  max-width: 245px;
  margin: auto;
  text-align: center;
}
.service-section .wpbakery-service-element .service-img img {
  width: 100%;
  object-fit: cover;
}
.service-section .wpbakery-service-element:hover h4 {
  bottom: 42%;
  transform: translate(-50%,-50%);
}
.service-section .wpbakery-service-element:hover .theme-btn {
  visibility: visible;
  bottom: 24px;
  opacity: 1;
}
.service-section .wpbakery-service-element:hover:before {
  height: 100%;
}
.service-section .wpbakery-service-element:before {
  content: "";
  background: transparent linear-gradient(180deg,#00000000 0%,#000000D1 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.cta-block {
  background-image: linear-gradient(90deg,#9BC55A,#3C692E);
}
.cta-block .vc_column-inner {
  max-width: 80%;
  margin: auto;
}
.cta-block .vc_column-inner .wpb_wrapper .wpb_text_column {
  padding: 10px 0 30px;
}
.cta-block .vc_column-inner .wpb_wrapper .wpb_text_column a {
  color: #fff;
  text-decoration: underline;
}
.cta-block .vc_column-inner .wpb_wrapper .wpb_text_column a:hover {
  text-decoration: none;
}
.cta-block .theme-btn+.theme-btn {
  padding-left: 30px;
}
.cta-block::after,
.cta-block::before {
  content: "";
  position: absolute;
  width: 33%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/cta-2.png);
  background-position: bottom left;
  background-size: contain;
  display: block !important;
  max-width: 548px;
  opacity: 0.4;
  background-repeat: no-repeat;
}
.cta-block::after {
  background: url(../img/cta-1.png) no-repeat;
  left: auto;
  right: 0;
  mix-blend-mode: luminosity;
  max-width: 594px;
  opacity: 1;
  background-position: bottom -30px right;
}
.team_section_content {
  padding: 100px 0;
  position: relative;
}
.team_section_content::before {
  content: "";
  display: block !important;
  position: absolute;
  background-image: url(../img/shape-right.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 520px;
  max-height: 400px;
  bottom: 0;
  mix-blend-mode: luminosity;
  margin-left: auto;
  right: -260px;
}
.team_section_content .row {
  row-gap: 30px;
}
.team_section_content .therapist-card__therapist-avatar {
  margin: 0 auto 12px;
  max-width: 412px;
  height: 412px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.team_section_content .therapist-card__therapist-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team_section_content .therapist-card__therapist-avatar .theme-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.team_section_content .therapist-card__detail {
  padding: 0 10px;
  text-align: center;
}
.team_section_content .therapist-card__detail .person_description p {
  font-size: 18px;
  margin-bottom: 5px;
}
.team_section_content .therapist-card__detail .person_description p:last-child {
  margin-bottom: 0;
}
.dental-team-wrapper {
  position: relative;
}
.dental-team-wrapper .team_section_content {
  padding-bottom: 0;
  padding-top: 0;
}
.dental-team-wrapper .team_section_content .therapist-card__therapist-avatar {
  height: 100%;
}
.aestheticians-team-wrapper {
  background-color: rgba(153,195,89,0.14);
  background-size: cover;
}
.aestheticians-team-wrapper.no-bg {
  background-color: transparent;
}
.aestheticians-team-wrapper .team_section_content::before {
  background-image: url(../img/shape-bottom.svg);
  max-width: 460px;
  max-height: 391px;
  right: 0;
}
.nurses-team-wrapper .team_section_content::before {
  background-image: url(../img/shape-left.svg);
  left: -200px;
  right: auto;
  max-width: 394px;
}
.administration-team-wrapper .team_section_content::before {
  display: none !important;
}
.administration-team-wrapper .team_section_content h2,
.administration-team-wrapper .team_section_content h3 {
  margin-bottom: 0;
}
.team_details_section::before {
  content: "";
  display: block !important;
  position: absolute;
  background-image: url(../img/shape-right.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 560px;
  max-height: 560px;
  bottom: 30%;
  mix-blend-mode: luminosity;
  background-position: right -260px bottom 0;
  margin-left: auto;
  right: 0;
}
.team_details_section .vc_single_image-wrapper {
  max-width: 600px !important;
  margin-bottom: 30px;
  display: block !important;
  overflow: hidden;
}
.team_details_section .vc_single_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.contact-us-form .gform_footer {
  justify-content: center;
  max-width: max-content;
  margin: 0 auto !important;
}
.gform_footer {
  position: relative;
}
.menu-shape {
  position: relative;
  overflow: hidden;
}
.menu-shape::before {
  content: "";
  position: absolute;
  width: 500px;
  display: block !important;
  height: 500px;
  background: url(../img/footer-bg.svg) no-repeat;
  background-size: contain;
  background-position: bottom left;
  top: 50%;
  left: 60%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0.1;
}
.ginput_container.ginput_container_textarea {
  line-height: 1 !important;
}
.vc_custom_heading.pb-30 {
  margin-bottom: 0;
}
.footer {
  padding-top: 70px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 262px;
  background: url(../img/footer-bg.svg) no-repeat;
  background-size: contain;
  background-position: bottom left;
  bottom: 0;
  left: -90px;
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.1;
}
.footer a:hover {
  color: #9BC55A;
}
.footer .menu a {
  text-transform: capitalize;
}
.footer .footer_main {
  padding-bottom: 50px;
}
.footer .footer-main-logo {
  max-width: 280px;
  padding-bottom: 50px;
}
.footer .footer-main-logo .footer-logo {
  display: inline-block;
}
.footer .disclaimer {
  padding: 30px 0;
  font-size: 10pt;
  border-top: 1px solid #CFCFCF;
}
.footer .disclaimer h4 {
  color: #000;
}
.footer .disclaimer a {
  color: #315e28;
  text-decoration: underline;
}
.footer .disclaimer a:hover {
  text-decoration: none;
}
.footer .nav h4 {
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
.footer .nav h4::before {
  position: absolute;
  content: "";
  height: 1px;
  background: #fff;
  opacity: 0.3;
  bottom: 0;
  left: 0;
  right: -30px;
}
.footer .nav .services-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  margin: 0;
}
.footer .nav .services-wrapper ul li {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 10px;
}
.footer .nav .contact-us-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.footer .nav .contact-us-wrapper .follw-us {
  gap: 30px;
  margin-top: auto;
}
.footer .social li a:hover {
  text-decoration: none;
}
.footer .social li a:hover i {
  color: #9BC55A;
}
.footer .footer_copyright {
  background: linear-gradient(to left,#315e28,#9BC55A);
  padding: 16px 0;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.footer .footer_copyright a:hover {
  color: #000;
}
.footer .footer_copyright * {
  color: #fff;
}
.footer .footer_copyright .footer_links {
  display: flex;
  column-gap: 25px;
  align-items: center;
}
.footer .footer_copyright .footer_maker i {
  animation: 1s plus-heart infinite;
  padding: 0 1px;
  color: #9BC55A;
}
.footer-location {
  overflow: visible !important;
}
.footer-location iframe {
  vertical-align: top;
}
.footer-location .contact-us-block {
  position: absolute;
  padding: 70px 0 0 200px;
  top: 80px;
  right: 0;
  width: 40%;
  height: 100%;
  background: url(../img/leaf-bg.svg) no-repeat;
  background-size: cover;
  z-index: 5;
}
.footer-location .contact-us-block i {
  background: linear-gradient(to top,#9BC55A,#315e28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-location .contact-us-block .social li {
  padding-left: 0;
}
.footer-location .contact-us-block .address,
.footer-location .contact-us-block .phone_number,
.footer-location .contact-us-block .email_adress {
  display: flex;
  margin-bottom: 25px;
  align-items: baseline;
}
.footer-location .contact-us-block .address a:hover,
.footer-location .contact-us-block .phone_number a:hover,
.footer-location .contact-us-block .email_adress a:hover {
  color: #315e28;
  text-decoration: underline;
}
.new-patient-cta {
  background: linear-gradient(to right,#9BC55A,#315e28);
  margin-bottom: 105px;
  overflow: visible !important;
}
.new-patient-cta .wpb_single_image {
  margin-bottom: -55px;
  margin-top: -55px;
  padding-left: 60px;
}
.new-patient-cta .wpb_column:nth-child(2) .vc_column-inner {
  max-width: 530px;
  margin-right: auto;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  color: #fff;
}
.new-patient-cta .wpb_column:nth-child(2) .vc_column-inner .theme-btn {
  padding-top: 30px;
}
.contact-home {
  background: #F1F1F1;
  padding: 100px 0 130px;
}
.contact-home::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 500px;
  background: url(../img/footer-bg.svg) no-repeat;
  background-size: contain;
  background-position: bottom right;
  bottom: -100px;
  right: -170px;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0.1;
}
.contact-home .contact-block {
  padding-right: 100px;
  border-right: 1px solid #CFCFCF;
}
.contact-home .contact-block .gform_footer {
  display: inline-block !important;
}
.contact-home .review-block {
  padding-left: 100px;
}
.contact-home .review-block .vc_custom_heading.review-number {
  font-size: 105px;
  margin-bottom: 0;
  line-height: 1;
  padding-left: 10px;
}
