* {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style: decimal;
}
.da-mercury-detoxification-wrapper ul,
.da-amalgam-removal-info ul {
  padding-left: 15px;
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus,
:hover,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.trans {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
textarea {
  resize: none;
}
input,
textarea {
  border-radius: 0;
}
a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.uppercase {
  text-transform: uppercase;
}
.div {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.padding {
  padding: 0;
}
.effect-jazz {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.effect-jazz img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0 0 0px 0;
}
.effect-jazz:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}
.header-main.sticky .hamburger__line {
  background-color: #5B5E28 !important;
}
.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: #fff !important;
  height: 2px;
  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 {
  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: #5B5E28;
  transform: rotate(45deg);
}
.menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #5B5E28;
  transform: rotate(-45deg);
}
.mobile-menu__panel {
  padding: 0 0 50px;
  position: relative;
  width: 320px;
  height: 100vh;
  overflow: auto;
  margin-left: auto;
  background-color: #fff;
}
.mobile-menu__nav {
  padding: 0;
}
.mobile-menu__nav ul {
  padding: 0;
}
.mobile-menu__nav li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  color: #000;
}
.mobile-menu__nav li .arrow.is-open:after {
  transform: rotate(0deg);
}
.mobile-menu__nav li .current-menu-parent a.__mPS2id,
.mobile-menu__nav li .current-menu-item a.__mPS2id {
  background: #fff !important;
  color: #000 !important;
}
.mobile-menu__nav li .current-menu-parent a.mPS2id-highlight,
.mobile-menu__nav li .current-menu-item a.mPS2id-highlight {
  background: #5B5E28 !important;
  color: #fff !important;
}
.mobile-menu__nav li .current-menu-parent a.__mPS2id.mPS2id-highlight-last,
.mobile-menu__nav li .current-menu-item a.__mPS2id.mPS2id-highlight-last {
  background: #5B5E28 !important;
  color: #fff !important;
}
.mobile-menu__nav li .current-menu-parent a.__mPS2id.mPS2id-highlight-last:focus,
.mobile-menu__nav li .current-menu-item a.__mPS2id.mPS2id-highlight-last:focus {
  background: #5B5E28 !important;
  color: #fff !important;
}
.mobile-menu__nav li a {
  color: #000;
  padding: 10px 15px;
  font-weight: 600;
  display: block;
}
.mobile-menu__nav li a:hover {
  color: #fff;
  background-color: #83864D;
}
.mobile-menu__nav li a:hover + .arrow::before,
.mobile-menu__nav li a:hover + .arrow::after {
  background: #fff;
}
.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: #5B5E28;
  margin: -1px 0 0 -10px;
}
.mobile-menu__nav .arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #5B5E28;
  margin: -1px 0 0 -10px;
  transform: rotate(90deg);
}
.mobile-menu__nav >li {
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
.mobile-menu__nav >li:first-child {
  border-top: 1px solid rgba(0,0,0,0.5);
}
.mobile-menu__nav li.menu-item-has-children a {
  padding-right: 45px;
}
.mobile-menu__nav .dropdown-menu {
  position: static;
  background: transparent;
  border: none;
}
.mobile-menu__nav .dropdown-menu > li > a {
  padding-left: 25px;
}
.mobile-menu__nav .sub-menu li a {
  color: #000;
  padding: 10px 15px;
  display: block;
}
.mobile-menu__nav li.current-menu-ancestor >a {
  color: #fff;
  background-color: #83864D;
}
.mobile-menu__nav li.current-menu-ancestor >.arrow::before,
.mobile-menu__nav li.current-menu-ancestor >.arrow::after {
  background: #fff;
}
.mobile-menu__nav li.current-menu-item >a {
  color: #fff;
  background-color: #83864D;
}
.mobile-menu__nav li.current-menu-item >.arrow::before,
.mobile-menu__nav li.current-menu-item >.arrow::after {
  background: #fff;
}
body {
  width: 100% !important;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
  font-family: Ubuntu;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
.wrapper {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto !important;
  overflow: hidden !important;
}
.page-list {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  height: auto;
}
.page-list li {
  width: 100%;
  float: left;
}
.page-list .children {
  margin: 0 0 0 0;
  width: 100%;
  float: left;
  padding: 5px 0 0;
}
.page-list a:hover {
  color: #83864D !important;
}
html body {
  font-family: Ubuntu;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.5;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: Ubuntu;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
html body .lvl-2 {
  line-height: 1.25;
  font-size: 48px;
}
html body h2,
html body h3 {
  text-transform: uppercase;
}
.lvl-size {
  font-size: 28px;
}
p:last-child {
  margin: 0;
}
@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: 30px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 28px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  html body h1,
  html body .lvl-1 {
    font-size: 36px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 28px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 26px;
  }
  html body h4,
  html body .lvl-4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 579px) {
  html body h1,
  html body .lvl-1 {
    font-size: 32px;
  }
  html body h2,
  html body .lvl-2 {
    font-size: 24px;
  }
  html body h3,
  html body .lvl-3 {
    font-size: 22px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  color: inherit;
}
a :focus,
a :hover {
  outline: none;
  text-decoration: none;
}
a.text-link:hover {
  color: inherit;
}
a:hover {
  color: inherit;
}
li {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
li strong {
  font-weight: 600;
}
li:last-child {
  margin-bottom: 0;
}
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: #5B5E28;
  text-decoration: underline;
}
.a-style-blue a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: auto !important;
}
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: 30px;
}
.social li {
  margin: 0;
}
.social li a {
  transition: all 0.4s ease-in-out 0s !important;
}
.social li a i {
  font-size: 24px;
  color: inherit;
  transition: all 0.4s ease-in-out 0s !important;
}
.social li a:hover i {
  color: #dedede;
}
.social li::before {
  content: none !important;
}
.header_menu .social a:hover i {
  color: #83864D;
}
.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;
}
.mt-120 {
  margin-top: 120px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-200 {
  margin-bottom: 200px;
}
.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;
  }
}
@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;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .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;
}
iframe {
  display: block;
}
.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: #5B5E28;
}
.bg_primary {
  background-color: #5B5E28;
}
.bg_secondary {
  background-color: #83864D;
}
.bg_gray {
  background-color: #F9F9F9;
}
.bg_darkgray {
  background-color: #e3e3e3;
}
.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 {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #83864D;
  color: #fff;
  border-radius: 48px;
  padding: 15px 50px 15px 22px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  border: none !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
a.theme-btn::after,
a.theme-btn::before,
p.theme-btn::after,
p.theme-btn::before {
  content: "";
  background: url(../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.4s;
  height: 16px;
  max-width: 17px;
  width: 100%;
  min-width: 16px;
  left: -22px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
a.theme-btn::after,
p.theme-btn::after {
  left: auto;
  right: 22px;
}
a.theme-btn:hover,
p.theme-btn:hover {
  padding: 15px 22px 15px 50px;
  background: #5B5E28;
}
a.theme-btn:hover::before,
p.theme-btn:hover::before {
  left: 22px;
}
a.theme-btn:hover::after,
p.theme-btn:hover::after {
  opacity: 0.1;
  right: -22px;
}
a.theme-btn.white,
p.theme-btn.white {
  background-color: #fff !important;
  color: #5B5E28 !important;
  border: none !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
a.theme-btn.white::before,
a.theme-btn.white::after,
p.theme-btn.white::before,
p.theme-btn.white::after {
  background: #fff url(../img/btn-arrow-color.svg);
}
.theme-btn .vc_btn3 {
  display: inline-flex !important;
  align-items: center;
  position: relative;
  background: #83864D !important;
  color: #fff !important;
  border-radius: 48px !important;
  padding: 15px 50px 15px 22px !important;
  overflow: hidden;
  font-size: 18px !important;
  font-weight: 600;
  border: none !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.theme-btn .vc_btn3::after,
.theme-btn .vc_btn3::before {
  content: "";
  background: url(../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.4s;
  height: 16px;
  max-width: 17px;
  width: 100%;
  min-width: 16px;
  left: -22px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.theme-btn .vc_btn3::after {
  left: auto;
  right: 22px;
}
.theme-btn .vc_btn3:hover {
  padding: 15px 22px 15px 50px !important;
  background: #5B5E28 !important;
}
.theme-btn .vc_btn3:hover::before {
  left: 22px;
}
.theme-btn .vc_btn3:hover::after {
  opacity: 0.1;
  right: -22px;
}
.theme-btn.white .vc_btn3 {
  background-color: #fff !important;
  color: #5B5E28 !important;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
.theme-btn.white .vc_btn3::before,
.theme-btn.white .vc_btn3::after {
  background: #fff url(../img/btn-arrow-color.svg);
}
body .gform_wrapper .gform_footer {
  display: flex !important;
  align-items: center;
  position: relative;
  background: #83864D;
  border-radius: 48px;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s !important;
  max-width: max-content !important;
}
body .gform_wrapper .gform_footer input {
  padding: 15px 50px 15px 22px !important;
}
body .gform_wrapper .gform_footer::after,
body .gform_wrapper .gform_footer::before {
  content: "";
  background: url(../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.4s;
  height: 16px;
  max-width: 17px;
  width: 100%;
  min-width: 16px;
  left: -22px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s !important;
  transition: all 0.4s ease-in-out 0s !important;
}
body .gform_wrapper .gform_footer::after {
  left: auto;
  right: 22px;
}
body .gform_wrapper .gform_footer:hover {
  background: #5B5E28;
}
body .gform_wrapper .gform_footer:hover input {
  padding: 15px 22px 15px 50px !important;
}
body .gform_wrapper .gform_footer:hover::before {
  left: 22px;
}
body .gform_wrapper .gform_footer:hover::after {
  opacity: 0.1;
  right: -22px;
}
.btn-close:focus {
  box-shadow: none;
}
.theme-btn + .theme-btn {
  margin-left: 30px;
}
.link-btn .vc_btn3 {
  display: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  font-family: Ubuntu;
  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: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: none !important;
  border-bottom: 1px solid rgba(0,0,0,0.3) !important;
}
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error label {
  color: #535353 !important;
}
.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 {
  color: #000;
  font-size: 18px !important;
  font-weight: 500;
  border-radius: 0px !important;
  padding: 0 0 20px 0 !important;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  outline: none !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%;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.gform_wrapper.gravity-theme textarea {
  resize: none;
  height: 80px !important;
  margin-bottom: 0 !important;
}
.gform_wrapper.gravity-theme input[type="submit"] {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  background: transparent;
  border: none;
  margin: 0 !important;
  transition: all 0.4s ease-in-out 0s;
}
.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 .gform_footer {
  align-items: center;
  margin: 14px 0 0 0 !important;
  padding: 0 !important;
}
.gform_wrapper .ginput_container_radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gform_wrapper .ginput_container_radio .gfield_radio label {
  white-space: nowrap;
}
.form-group input {
  display: none !important;
}
.form-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 12px;
  border: solid #5B5E28;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-group label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  margin-right: 5px;
}
.form-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #093179;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 40px !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;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  color: red !important;
  margin-top: 0 !important;
}
[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: #000 !important;
}
[type="radio"]:checked + .gform-field-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #5B5E28;
  border-radius: 100%;
  background: transparent;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
  cursor: pointer;
}
.gfield-choice-input {
  height: 20px;
  width: 20px;
}
[type="radio"]:checked + .gform-field-label:after {
  content: "";
  width: 11px;
  height: 11px;
  background: #5B5E28;
  position: absolute;
  top: 5px;
  left: 5px;
  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-prev,
.slick-next {
  opacity: 0;
}
.slick-disabled {
  opacity: 0.4;
}
.btn-wrap span {
  cursor: pointer;
}
.hour-list {
  display: flex;
  max-width: 350px;
  margin-bottom: 10px;
  text-align: left;
}
.hour-list label {
  max-width: 161px;
  flex: 161px;
}
.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: #83864D;
  justify-content: center;
  padding: 15px 40px;
  border-radius: 0;
  text-align: center;
}
.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 {
  margin: auto;
  margin-bottom: 10px;
}
.wpb_text_column ul,
.custom-ul ul {
  margin-bottom: 20px;
  list-style: none;
}
.wpb_text_column ul li,
.custom-ul ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-weight: 400;
  text-align: left;
}
.wpb_text_column ul li .sub-menu,
.custom-ul ul li .sub-menu {
  margin-bottom: 0;
  padding-top: 10px;
}
.wpb_text_column ul li.menu-item-has-children a,
.custom-ul ul li.menu-item-has-children a {
  margin-bottom: 10px;
}
.wpb_text_column ul li::before,
.custom-ul ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #5B5E28;
  border-right: 2px solid #5B5E28;
  left: 0;
  top: 6px;
  transform: rotate(45deg);
}
.wpb_text_column ol,
.custom-ul ol {
  list-style: decimal;
  padding-left: 19px;
  margin-bottom: 20px;
}
.wpb_text_column ol li,
.custom-ul ol li {
  font-weight: 400;
}
.wpb_text_column a {
  color: #5B5E28;
}
.wpb_text_column a:hover {
  color: #83864D;
}
.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: #5B5E28;
  border: 0;
  border-radius: 0;
}
.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;
  font-size: 19px !important;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 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 > a {
  color: #fff;
  position: relative;
  padding: 15px 30px 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 > a .vc_tta-controls-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  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);
  }
}
.logo_shape::before {
  content: "";
  position: absolute;
  background: url(../img/logo_shape.svg) no-repeat;
  background-size: contain;
  max-width: 650px;
  height: 560px;
  top: 50%;
  left: 60%;
  transform: translate(-50%,-50%);
  width: 100%;
}
@keyframes plus-heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.mobile-menu-toggle {
  display: none;
}
.header-main {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  background: transparent;
  color: #fff;
}
.header-main .header_menu {
  padding: 20px 70px 0 220px;
}
.header-main .header_menu .header-logo {
  width: 252px;
  height: 252px;
  background: #fff;
  border: 12px solid #f2f2f2;
  filter: drop-shadow(0px 0px 40px rgba(0,0,0,0.16));
  border-radius: 50%;
  padding: 75px 45px 54px 58px;
  top: -60px;
  left: -36px;
  position: absolute;
}
.header-main .header_menu .header-logo a {
  display: inline-block;
  height: 100%;
}
.header-main .header_menu .header-main-menu .header-nav {
  gap: 30px;
}
.header-main .header_menu .header-main-menu .header-nav > li {
  padding: 23px 0;
  margin: 0;
}
.header-main .header_menu .header-main-menu .header-nav > li > a {
  font-size: 18px;
  font-weight: 500 !important;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu {
  top: 100%;
  padding: 0;
  background: #5B5E28;
  width: 280px;
  border: none;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu::after {
  border-bottom-color: #5B5E28 !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;
  color: #fff;
}
.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 .dropdown-menu {
  border: 0;
  border-radius: 0;
  background: #5B5E28;
  padding: 0;
  margin: 0;
  right: 100%;
  left: inherit;
  top: 0;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li .dropdown-menu li a {
  padding: 8px 10px;
  display: block;
  font-size: 16px;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  display: block;
}
.header-main .header_menu .header-main-menu .header-nav > li > .dropdown-menu li .dropdown-menu > li.menu-item-has-children > a::after {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "\f0da";
}
.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 {
  color: inherit;
  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: #83864D;
  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 .current-menu-parent a.__mPS2id,
.header-main .header_menu .header-main-menu .current-menu-item a.__mPS2id {
  background: #5B5E28 !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .current-menu-parent a.mPS2id-clicked,
.header-main .header_menu .header-main-menu .current-menu-item a.mPS2id-clicked {
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.header-main .header_menu .header-main-menu .current-menu-parent a.__mPS2id.mPS2id-highlight-first,
.header-main .header_menu .header-main-menu .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 .current-menu-parent a.__mPS2id.mPS2id-highlight-first:focus,
.header-main .header_menu .header-main-menu .current-menu-item a.__mPS2id.mPS2id-highlight-first:focus {
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.header-main .header_menu .contact-info-block .contact-info {
  gap: 30px;
}
.header-main .header_menu .contact-info-block .contact-info .btn {
  background: #dedede;
  border-radius: 22px;
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 8px 30px;
  box-shadow: none;
  font-size: 18px;
  font-weight: 500;
}
.header-main .header_menu .contact-info-block .contact-info .btn:hover {
  background-color: #83864D;
  color: #fff;
}
.header-main .header_menu .contact-info-block.mobile {
  display: none !important;
}
.header-main.sticky {
  background: #fff;
  color: #000;
  position: fixed;
  padding: 0;
  animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
  box-shadow: 0 0 14px rgba(0,0,0,0.5);
}
.header-main.sticky .header_menu {
  max-width: 100%;
  border-radius: 0;
  padding: 10px 40px;
}
.header-main.sticky .header_menu .header-logo {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  padding: 0;
  left: 0;
  top: 0;
  height: 70px;
}
.header-main.sticky .header_menu .header-logo a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.header-main.sticky .header_menu .header-logo img.logo {
  height: 100%;
}
.header-main.sticky .header_menu .contact-info-block {
  display: none !important;
}
.header-main.sticky .header_menu .header-main-menu .header-nav > li {
  padding: 20px 0;
}
.header-main.sticky .header_menu .header-main-menu .header-nav > li a {
  color: #000;
}
.banner_inner {
  position: relative;
  background-size: cover !important;
}
.banner_inner h1 {
  margin-bottom: 0;
}
.banner_inner .inner_header_text {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 150px 0 190px;
  margin-bottom: -100px;
}
.banner_inner .inner_header_text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}
.banner_inner .inner_header_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 236px;
  bottom: 0;
  left: 0;
  background: url(../img/hero-shape.svg) no-repeat;
  margin-bottom: -1px;
  background-size: 100% 100%;
}
.container {
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.homepage-slider {
  overflow: hidden;
}
.homepage-slider .home-banner {
  position: relative;
}
.homepage-slider .home-banner .hero-img {
  position: relative;
  height: 922px;
}
.homepage-slider .home-banner .hero-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.homepage-slider .home-banner .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-slider .home-banner .hero-info {
  animation: fadeIn 2s ease-in-out;
}
.homepage-slider .home-banner .hero-info .container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  padding: 100px 15px;
}
.homepage-slider .home-banner .hero-info .container .hero-info-content {
  text-align: center;
}
.homepage-slider .home-banner .hero-info .container .hero-info-content h1 {
  color: #fff;
}
.ls-background-videos {
  background: black;
  z-index: 44;
  opacity: 0.3;
}
.vc_section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0;
}
.desk-hide {
  display: none;
}
.welcome-section >.vc_row {
  padding-bottom: 70px;
}
.welcome-section >.vc_row:last-child {
  padding-bottom: 0;
}
.welcome-section >.vc_row:nth-child(even) {
  flex-direction: row-reverse;
}
.welcome-section >.vc_row >.wpb_column .theme-btn {
  padding-top: 40px;
}
.welcome-section >.vc_row >.wpb_column .wpb_single_image * {
  display: block;
  width: 100%;
}
.welcome-section >.vc_row >.wpb_column:first-child .wpb_single_image {
  display: none;
}
.welcome-section >.vc_row {
  padding-bottom: 70px;
}
.welcome-section >.vc_row:last-child {
  padding-bottom: 0;
}
.welcome-section >.vc_row:nth-child(even) {
  flex-direction: row-reverse;
}
.welcome-section >.vc_row >.wpb_column .theme-btn {
  padding-top: 40px;
}
.welcome-section >.vc_row >.wpb_column .wpb_single_image * {
  display: block;
  width: 100%;
}
.welcome-section >.vc_row >.wpb_column:first-child .wpb_single_image {
  display: none;
}
.two-column >.vc_row {
  padding-bottom: 70px;
}
.two-column >.vc_row:last-child {
  padding-bottom: 0;
}
.two-column >.vc_row:nth-child(4n+1) {
  flex-direction: row-reverse;
}
.two-column >.vc_row:nth-child(4n+1) >.wpb_column:first-child::before {
  position: absolute;
  content: "";
  background: url(../img/two-col-shape.svg) no-repeat;
  width: 335px;
  height: 315px;
  background-size: contain;
  right: 0;
  bottom: 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%;
}
.two-column >.vc_row >.wpb_column:first-child .vc_column-inner {
  max-width: 525px;
  margin: auto;
}
.two-column >.vc_row >.wpb_column:first-child .wpb_single_image {
  display: none;
}
.ls-wrapper .theme-btn.ls-button-layer {
  display: flex;
  align-items: center;
  position: relative;
  background: #83864D !important;
  color: #fff;
  border-radius: 48px;
  padding: 15px 50px 15px 22px !important;
  overflow: hidden !important;
  font-size: 18px !important;
  font-weight: 600;
  border: none;
  transition: all 0.4s ease-in-out 0s !important;
}
.ls-wrapper .theme-btn.ls-button-layer::after,
.ls-wrapper .theme-btn.ls-button-layer::before {
  content: "";
  background: url(../img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: 0.4s;
  height: 16px;
  max-width: 17px;
  width: 100%;
  min-width: 16px;
  left: -22px;
  position: absolute;
  transition: all 0.4s ease-in-out 0s !important;
}
.ls-wrapper .theme-btn.ls-button-layer::after {
  left: auto;
  right: 22px;
}
.ls-wrapper .theme-btn.ls-button-layer:hover {
  padding: 15px 22px 15px 50px !important;
  background: #5B5E28 !important;
}
.ls-wrapper .theme-btn.ls-button-layer:hover::before {
  left: 22px;
}
.ls-wrapper .theme-btn.ls-button-layer:hover::after {
  opacity: 0.1;
  right: -22px;
}
.ls-wrapper:has(.theme-btn.ls-button-layer):hover .theme-btn.ls-button-layer.ls-layer {
  color: #fff !important;
  background: #5B5E28 !important;
}
.hero-text {
  padding-top: 130px;
  padding-bottom: 270px;
  margin: -220px 0 -120px;
  position: relative;
  z-index: 51;
  background: url(../img/about-new-bg.svg) no-repeat;
  background-size: 100% 100%;
}
.hero-text h3 {
  max-width: max-content;
}
.hero-text .logo {
  width: 200px;
  height: 200px;
  background: #5B5E28;
  border: 12px solid #83864D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  position: absolute;
  top: -70px;
  right: 0;
}
.hero-text .logo img {
  filter: brightness(0) invert(1);
}
.hero-text .theme-btn {
  margin-top: -15px;
  max-width: max-content;
  margin-left: auto;
}
.home-services h3 {
  max-width: 450px;
}
.service-block {
  max-width: 354px;
}
.service-block .service-img {
  padding-bottom: 20px;
}
.service-block .service-img >.vc_column-inner >.wpb_wrapper {
  border: 3px solid #E5E8D9;
  border-radius: 50%;
  padding-left: 0;
  padding-right: 0;
  aspect-ratio: 1;
}
.service-block .service-img .wpb_single_image {
  position: relative;
  overflow: hidden;
  border: 11px solid #fff;
  border-radius: 50%;
  display: block;
}
.service-block .service-img .wpb_single_image::before {
  content: "";
  position: absolute;
  background: #83864D;
  opacity: 0;
  height: 100%;
  width: 100%;
  inset: 0;
}
.service-block .service-img .wpb_single_image * {
  display: block;
  width: 100%;
  height: 100%;
}
.service-block .service-img .wpb_single_image img {
  object-fit: cover;
}
.service-block .service-img .theme-btn {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  padding: 0 10px;
  opacity: 0;
  transition: 0.4s;
  display: block;
  width: calc(100% - 60px);
  text-align: center;
}
.service-block .service-img >.vc_column-inner >.wpb_wrapper:hover .wpb_single_image::before {
  opacity: 0.8;
}
.service-block .service-img >.vc_column-inner >.wpb_wrapper:hover .theme-btn {
  top: 50%;
  opacity: 1;
}
.section-serivce {
  position: relative;
}
.section-serivce::before {
  position: absolute;
  content: "";
  background: url(../img/bg-1.svg) no-repeat;
  width: 370px;
  height: 310px;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-why_choose {
  padding: 130px;
  padding-bottom: 180px;
}
.section-why_choose::after,
.section-why_choose:before {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  background: url(../img/why-1.svg) no-repeat;
  background-size: 100% 100%;
}
.section-why_choose::after {
  background: url(../img/why-2.svg) no-repeat;
  bottom: 0;
  top: auto;
  background-size: 100% 100%;
}
.section-why_choose .why-choose-inner-wrapper {
  max-width: 170px;
  margin-top: 30px;
}
.section-why_choose .why-choose-inner-wrapper .why-choose-image-wrapper {
  padding: 15px;
  max-width: max-content;
}
.section-why_choose .why-choose-inner-wrapper h6 {
  padding: 0 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.section-why_choose .why-choose-inner-wrapper h6 a {
  color: #fff;
}
.section-why_choose .slick-arrow {
  position: absolute;
  top: inherit;
  bottom: -60px;
  right: 0;
  background: url(../img/slick-arrow.svg) no-repeat !important;
  background-size: cover !important;
  width: 35px;
  height: 28px;
  opacity: 1;
  z-index: 55;
}
.section-why_choose .slick-arrow::before {
  display: none;
}
.section-why_choose .slick-arrow.slick-prev {
  left: inherit;
  right: 50px;
  transform: rotateY(180deg) translateY(-50%);
}
.team-home::before {
  position: absolute;
  content: "";
  background: url(../img/bg-1.svg) no-repeat;
  width: 370px;
  height: 310px;
  background-size: contain;
  left: 0;
  bottom: 0;
  display: block !important;
}
.team-home .doctor {
  margin-top: -100px;
}
.team-home .doctor .vc_column-inner {
  position: relative;
  max-width: 412px;
  margin: auto;
}
.team-home .doctor .vc_column-inner:before {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/doctor-shape.svg) no-repeat;
  z-index: 11;
  background-size: contain;
  left: 3px;
  bottom: 0;
  background-position: top 368px center;
}
.team-home .doctor .vc_column-inner .wpb_text_column {
  bottom: 85px;
  text-align: center;
  position: relative;
  max-width: 312px;
  margin: auto;
  margin-bottom: 20px;
}
.team-home .doctor .vc_column-inner .wpb_text_column h4 {
  margin-bottom: 0;
}
.team-home .doctor .vc_column-inner .vc_btn3-center {
  z-index: 11;
  position: relative;
}
.team-home .doctor .vc_column-inner .vc_single_image-wrapper {
  position: relative;
  border-radius: 40px;
  max-width: 306px;
  height: 465px;
  overflow: hidden;
}
.team-home .doctor .vc_column-inner .vc_single_image-wrapper:before {
  content: "";
  background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 127px;
}
.team-home .doctor .vc_column-inner .vc_single_image-wrapper img {
  object-fit: cover;
  height: 100%;
}
.team-detail {
  padding-top: 150px;
}
.team-detail::before {
  position: absolute;
  content: "";
  background: url(../img/bg-1.svg) no-repeat;
  width: 370px;
  height: 310px;
  background-size: contain;
  left: 0;
  bottom: 20%;
}
.team-detail > .wpb_column:nth-child(1) {
  padding-right: 100px;
}
.team-detail > .wpb_column:nth-child(1) .wpb_single_image * {
  display: block;
  width: 100%;
}
.page-template-template-team-page .team_main_section .aestheticians-team-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  background: url(../img/team-shape.svg) no-repeat;
  background-size: cover;
}
.team_main_section {
  padding-top: 130px;
}
.team_main_section > div {
  padding-bottom: 90px;
}
.team_main_section .dental-team-wrapper {
  position: relative;
}
.team_main_section .dental-team-wrapper::before {
  position: absolute;
  content: "";
  background: url(../img/two-col-shape.svg) no-repeat;
  width: 335px;
  height: 315px;
  background-size: contain;
  right: 0;
  bottom: -50px;
}
.team_boxs .therapist-card__therapist-avatar {
  overflow: hidden;
  border-radius: 50px;
  position: relative;
  margin: 0 auto 30px auto;
  max-width: 416px;
}
.team_boxs .therapist-card__therapist-avatar::before {
  content: "";
  background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 127px;
  z-index: 3;
}
.team_boxs .therapist-card__therapist-avatar.popup {
  border-radius: 20px;
}
.team_boxs .therapist-card__therapist-avatar .team-info {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 4;
}
.team_boxs .therapist-card__therapist-avatar .team-info * {
  color: #fff;
}
.site-map {
  overflow: hidden;
}
.request-appointment-form .gform_wrapper .gform_footer {
  margin: 20px auto 0 auto !important;
}
.contact .footer_review {
  padding-bottom: 100px;
}
.bottom-cta {
  background-color: #83864D;
  padding: 50px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 50px;
}
.bottom-cta a {
  color: #fff;
  text-decoration: underline;
}
.bottom-cta a:hover {
  text-decoration: none;
  color: #fff;
}
.hero-info-content.show {
  animation: fadeinup 1s;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0,100%,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.footer {
  background: #5B5E28;
  padding: 35px 0;
  position: relative;
}
.footer .footer-main-logo {
  width: 208px;
  height: 208px;
  background: #fff;
  border: 12px solid #e6e6e6;
  filter: drop-shadow(0px 0px 40px rgba(0,0,0,0.16));
  border-radius: 50%;
  position: absolute;
  top: -280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.footer::after,
.footer::before {
  position: absolute;
  content: "";
  background: url(../img/ft-l.svg) no-repeat;
  max-width: 327px;
  height: 373px;
  background-size: cover;
  left: 0;
  top: 100px;
  width: 100%;
}
.footer::after {
  background: url(../img/ft-r.svg) no-repeat;
  left: auto;
  right: 0;
  max-width: 308px;
}
.footer .footer_disclaimer {
  margin: 50px 0 35px;
  position: relative;
  background: rgba(255,255,255,0.1);
  padding: 30px 0;
  font-size: 10pt;
}
.footer .footer_copyright .footer_links a {
  margin: 0 12px;
}
.footer .footer_copyright .footer_maker i {
  animation: 1s plus-heart infinite;
  color: #fff;
}
.footer .contact-us-wrapper .email_address,
.footer .contact-us-wrapper .address,
.footer .contact-us-wrapper .social,
.footer .contact-us-wrapper .phone_number {
  text-align: left;
  max-width: 350px;
  word-break: break-word;
  letter-spacing: -0.04em;
}
.footer .row.nav .col-auto {
  padding: 0;
}
.footer .row.nav .widget_nav_menu {
  background: rgba(255,255,255,0.2);
  padding: 15px 0;
  position: relative;
  margin-left: -30px;
  z-index: 1;
  padding-left: 30px;
}
.footer .row.nav .widget_nav_menu::before {
  position: absolute;
  content: "";
  background: rgba(255,255,255,0.2);
  width: 50vw;
  height: 100%;
  top: 0;
  right: -50vw;
}
.footer .row.nav .widget_nav_menu ul.menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer .row.nav .widget_nav_menu ul.menu li {
  padding: 0;
  margin: 0 24px;
}
.footer .row.nav .widget_nav_menu ul.menu li a {
  font-size: 20px;
}
.footer .row.services {
  position: relative;
  z-index: 2;
}
.footer .row.services h5 {
  margin: 45px 0 25px;
}
.footer .row.services .contact-us-wrapper .social strong {
  font-weight: 500 !important;
}
.footer a:hover {
  text-decoration: underline;
}
.footer_location_wrapper {
  background: #5B5E28;
  margin-bottom: -1px;
}
.footer_location_wrapper .footer-location {
  mask-image: url('../img/map-shape.svg');
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.footer_location_wrapper .footer-location iframe {
  height: 832px;
}
.footer-cta {
  mask-image: url('../img/cta-shape.svg');
  mask-repeat: no-repeat;
  margin-bottom: -231px;
  position: relative;
  z-index: 2;
  mask-size: 100% 100%;
}
.footer-cta h4 {
  letter-spacing: normal;
}
.footer-cta .vc_row {
  padding: 100px 0 231px;
  min-height: 780px;
}
.footer-cta .vc_row::before {
  background: #83864D;
  opacity: 0.8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
}
.inner-page-cta a {
  color: #5B5E28;
}
.inner-page-cta a:hover {
  color: #83864D;
}
.inner-page-cta .vc_single_image-wrapper:before {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/doctor-shape.svg) no-repeat;
  z-index: 11;
  left: 3px;
  top: 20%;
  background-position: top 100% center;
  background-size: 67%;
}
.contact-form {
  padding-left: calc((100% - 1336px) / 2) !important;
}
.contact-form .vc_column-inner {
  max-width: 856px;
  padding-left: 15px !important;
}
.logo-contact {
  width: 208px;
  height: 208px;
  background: #fff;
  border: 12px solid #e6e6e6;
  filter: drop-shadow(0px 0px 40px rgba(0,0,0,0.16));
  border-radius: 50%;
  position: absolute;
  bottom: -260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 10;
  left: 66%;
}
.review-row {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  padding: 80px 20px 80px 60px;
  margin: 0 !important;
}
.review-row:before {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #83864D;
  border-radius: 20px;
  opacity: 0.8;
}
.review-row h4.vc_custom_heading {
  font-size: 150px;
  line-height: 1;
  font-family: sans-serif;
}
