@charset "UTF-8";
:root {
  --font-outfit: "Inter", sans-serif;
  --font-heading: "Outfit", sans-serif;
  /* Font Family */
  --global--font-primary: var(--font-outfit,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --global--font-secondary: var(--font-heading,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --global--color-primary: #006B37;
  --global--color-secondary: #000;
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-border: #bfbfbf;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-secondary);
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-icon: #696969;
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1380px;
  --tw-wrap-xxxl: 1500px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding: 0 !important;
}

/*  ===============
  1. Reset
===============  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-ms-expand {
  display: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-family: "Outfit", sans-serif;
  font-size: 16px !important;
  font-weight: 300;
  font-optical-sizing: auto;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.elementor-widget-text-editor p {
  color: #121212;
}

body {
  background-color: var(--global--color-white) !important;
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Outfit", sans-serif;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
}
@media (min-width: 1200px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
body p,
body li {
  color: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-weight: 400 !important;
  font-family: "Outfit", sans-serif !important;
}
body p a,
body li a {
  color: var(--global--color-primary);
  display: inline;
}
body p a:hover,
body li a:hover {
  color: var(--global--color-secondary);
  text-decoration: none !important;
}
body p,
body li,
body .form-elements,
body select,
body textarea,
body label {
  font-family: inherit;
  font-optical-sizing: auto;
  font-size: inherit;
  font-weight: inherit;
}
body ::-webkit-input-placeholder {
  font-size: inherit;
}
body :-moz-placeholder {
  font-size: inherit;
}
body ::-moz-placeholder {
  font-size: inherit;
}
body :-ms-input-placeholder {
  font-size: inherit;
}

p:not(:last-child),
blockquote:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 15px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 1600px) {
  p:not(:last-child),
  blockquote:not(:last-child),
  ul:not(:last-child),
  ol:not(:last-child) {
    margin-bottom: 15px;
  }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
  blockquote + h1,
  blockquote + h2,
  blockquote + h3,
  blockquote + h4,
  blockquote + h5,
  blockquote + h6,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6 {
    margin-top: 30px;
  }
}

address {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

svg {
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
svg :focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  outline: none;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
a:focus, a:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

button {
  border: 0;
}

a {
  border: none;
  color: inherit;
  display: inline-block;
}

a[href^=tel] {
  color: inherit;
  cursor: default;
  text-decoration: none !important;
}
a[href^=tel]:hover, a[href^=tel]:active, a[href^=tel]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none !important;
  color: inherit !important;
}

b,
strong {
  font-weight: 700;
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}
img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  display: inline;
  margin: 10px;
}
@media (max-width: 1199px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
    padding: 10px;
  }
}

article,
aside,
div,
main,
nav,
section,
figure,
summary,
picture {
  *zoom: 1;
}
article:after, article:before,
aside:after,
aside:before,
div:after,
div:before,
main:after,
main:before,
nav:after,
nav:before,
section:after,
section:before,
figure:after,
figure:before,
summary:after,
summary:before,
picture:after,
picture:before {
  content: "";
  display: block;
}
article:after,
aside:after,
div:after,
main:after,
nav:after,
section:after,
figure:after,
summary:after,
picture:after {
  clear: both;
}

.tw-logo {
  display: inline-block;
  margin-top: 10px;
}
.tw-logo svg {
  fill: #c3c9cf;
  height: 34px;
  width: 34px;
}
.tw-logo:hover svg {
  fill: var(--global--color-primary);
}

.tw-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--tw-gutter-sm));
  margin-right: calc(-0.5 * var(--tw-gutter-sm));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--tw-gutter-sm) * 0.5);
  margin-top: calc(var(--tw-gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--tw-gutter-sm) * 0.5);
  padding-right: calc(var(--tw-gutter-sm) * 0.5);
  position: relative;
  width: 100%;
}
.tw-row .auto-width {
  flex: 0 0 auto;
  width: auto;
}
.tw-row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.tw-row.no-gap > * {
  padding-left: 0;
  padding-right: 0;
}
.tw-row.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}
.tw-row.xs_row {
  margin-left: -6px;
  margin-right: -6px;
}
.tw-row.xs_row > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .tw-row.xl_row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tw-row.xl_row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .tw-row.xl_row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .tw-row.xl_row > * {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.owl-theme .owl-dots,
.container,
.e-con > .e-con-inner,
.container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 576px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1850px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.owl-theme .owl-dots,
.container,
.e-con > .e-con-inner, .elementor-section.elementor-section-boxed > .elementor-container {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 576px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1850px) {
  .owl-theme .owl-dots,
  .container,
  .e-con > .e-con-inner, .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.container-fluid {
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 576px) {
  .container-fluid {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1780px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    width: 96%;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

[class*=custom_container-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  position: relative;
  width: auto !important;
}
@media (min-width: 575px) and (max-width: 767px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-left {
    margin-left: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left {
    margin-left: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-right {
    margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-right {
    margin-right: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-right {
    margin-right: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-right {
    margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 1200px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

[class*=cust_col-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .cust_col-38 {
    width: 38%;
  }
}

@media (min-width: 1200px) {
  .cust_col-62 {
    width: 62%;
  }
}

@media (min-width: 1200px) {
  .xl_pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .xl_pad {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.e-parent.spacing-911 .e-child {
  padding-left: initial !important;
  padding-right: initial !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .e-con-inner .half-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.fs-16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.fs-16 p,
.fs-16 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.fs-14 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.fs-14 p,
.fs-14 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

.fs-20 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-20 p, .fs-20 .elementor-heading-title,
.fs-20 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-20 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-20 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-20 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

.fs-22 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-22 p,
.fs-22 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.fs-24 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
.fs-24 p,
.fs-24 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-24 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.fs-25 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-25 p,
.fs-25 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-25 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-25 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.fs-27 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-27 p,
.fs-27 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-27 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.fs-30 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-30 p,
.fs-30 li {
  font-size: inherit !important;
}
@media (min-width: 320px) {
  .fs-30 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-30 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-32 p,
.fs-32 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-32 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.fs-35 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-35 h1, .fs-35 h2, .fs-35 h3,
.fs-35 p,
.fs-35 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-35 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-35 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-35 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}

.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
.fs-36 p,
.fs-36 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-36 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

.fs-40 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-40 h1, .fs-40 h2, .fs-40 h3,
.fs-40 p,
.fs-40 li {
  font-size: inherit !important;
}
@media (min-width: 320px) {
  .fs-40 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-40 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.fs-42 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-42 h1, .fs-42 h2, .fs-42 h3,
.fs-42 p,
.fs-42 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-42 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-42 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}

.fs-45 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-45 h1, .fs-45 h2, .fs-45 h3,
.fs-45 p,
.fs-45 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-45 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-45 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}

.fs-50 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-50 h1, .fs-50 h2, .fs-50 h3,
.fs-50 p,
.fs-50 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-50 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-50 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.fs-55.elementor-widget-heading {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-55.elementor-widget-heading h1, .fs-55.elementor-widget-heading h2, .fs-55.elementor-widget-heading h3, .fs-55.elementor-widget-heading .elementor-heading-title,
.fs-55.elementor-widget-heading p,
.fs-55.elementor-widget-heading li {
  font-size: inherit !important;
}
@media (min-width: 320px) {
  .fs-55.elementor-widget-heading {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .fs-55.elementor-widget-heading {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-55.elementor-widget-heading {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-55.elementor-widget-heading {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-55.elementor-widget-heading {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

.fs-57 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-57 p,
.fs-57 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-57 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-57 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-57 {
    font-size: 57px !important;
    font-size: 3.5625rem !important;
  }
}

.fs-59 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-59 p,
.fs-59 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-59 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-59 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-59 {
    font-size: 59px !important;
    font-size: 3.6875rem !important;
  }
}

.fs-60 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-60 p,
.fs-60 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-60 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-60 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.fs-65 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-65 p,
.fs-65 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-65 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-65 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-65 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

.fs-67 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
.fs-67 p,
.fs-67 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-67 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-67 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-67 {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}

.fs-140 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 60px;
}
.fs-140 p,
.fs-140 li {
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .fs-140 {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .fs-140 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .fs-140 {
    font-size: 100px !important;
    font-size: 6.25rem !important;
  }
}
@media (min-width: 1680px) {
  .fs-140 {
    font-size: 140px !important;
    font-size: 8.75rem !important;
  }
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-100 h1, .fw-100 h2, .fw-100 h3, .fw-100 h4,
.fw-100 p,
.fw-100 li {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 h1, .fw-200 h2, .fw-200 h3, .fw-200 h4,
.fw-200 p,
.fw-200 li {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 h1, .fw-300 h2, .fw-300 h3, .fw-300 h4,
.fw-300 p,
.fw-300 li {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 h1, .fw-400 h2, .fw-400 h3, .fw-400 h4,
.fw-400 p,
.fw-400 li {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 h1, .fw-500 h2, .fw-500 h3, .fw-500 h4,
.fw-500 p,
.fw-500 li {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 h1, .fw-600 h2, .fw-600 h3, .fw-600 h4,
.fw-600 p,
.fw-600 li {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 h1, .fw-700 h2, .fw-700 h3, .fw-700 h4,
.fw-700 p,
.fw-700 li {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 h1, .fw-800 h2, .fw-800 h3, .fw-800 h4,
.fw-800 p,
.fw-800 li {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 h1, .fw-900 h2, .fw-900 h3, .fw-900 h4,
.fw-900 p,
.fw-900 li {
  font-weight: inherit !important;
}

.lh-1_1 {
  line-height: 1.1 !important;
}
.lh-1_1 p,
.lh-1_1 li {
  line-height: inherit;
}

.tt-up {
  text-transform: uppercase;
}

.tt-cap {
  text-transform: capitalize;
}

.tt-none {
  text-transform: none !important;
}

.fs-94 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 60px;
}
.fs-94 p,
.fs-94 li {
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .fs-94 {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .fs-94 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .fs-94 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .fs-94 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}
@media (min-width: 1680px) {
  .fs-94 {
    font-size: 94px !important;
    font-size: 5.875rem !important;
  }
}

body {
  counter-reset: heading-counter;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol li::marker {
  font-weight: 400;
}

.titled_ol {
  counter-increment: heading-counter;
}
.titled_ol:before {
  color: var(--global--color-primary);
  content: counter(heading-counter) ". ";
}

[class*=azA_list_styles-] ol {
  padding-left: 18px;
}
[class*=azA_list_styles-] ol ::marker {
  content: counter(list-item) ". ";
}
[class*=azA_list_styles-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
[class*=azA_list_styles-] li a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
[class*=azA_list_styles-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  [class*=azA_list_styles-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=azA_list_styles-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media (min-width: 1600px) {
  [class*=azA_list_styles-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=azA_list_styles-] ul {
  display: block;
}
[class*=azA_list_styles-] ul li {
  padding-left: 23px;
  position: relative;
}
[class*=azA_list_styles-] ul li i {
  flex: 0 0 30px;
  left: 0;
  line-height: 0;
  margin-top: 7px;
  position: absolute;
  width: 30px;
}
[class*=azA_list_styles-] ul li i svg {
  fill: var(--global--color-primary);
  height: 14px !important;
  width: 14px !important;
}

@media (min-width: 992px) {
  ul.cntList-2-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}

@media (min-width: 992px) {
  ul.cntList-3-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media (min-width: 1200px) {
  ul.cntList-3-cols {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
}

@media (min-width: 992px) {
  ul.cntList-4-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media (min-width: 1200px) {
  ul.cntList-4-cols {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
}

.list_styles-ticked li {
  padding-left: 35px;
}
.list_styles-ticked li i {
  flex: 0 0 35px;
  width: 35px;
}
.list_styles-ticked li i svg {
  fill: var(--global--color-primary);
  height: 13.5px !important;
  width: 17.5px !important;
}

.text-black ul li i svg {
  fill: var(--global--color-black);
}

.text-white ul li i svg {
  fill: var(--global--color-white);
}

table {
  border-collapse: collapse !important;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table thead tr {
  border-bottom: solid 1px #D9DDDF !important;
  color: var(--global--color-white);
}
table thead tr th {
  color: inherit;
  font-weight: 600;
  height: 46px;
  text-transform: uppercase;
}
table thead tr th a {
  color: inherit !important;
  text-decoration: underline !important;
}
table thead tr th a:hover {
  text-decoration: none !important;
}
table td,
table th {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  height: auto !important;
  padding: 12px 15px;
}
table td.none,
table th.none {
  height: 10px !important;
  padding: 0 10px;
}
table td a,
table th a {
  color: var(--global--color-primary) !important;
  display: inline;
}
table td a:hover,
table th a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  table td,
  table th {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 992px) {
  table td,
  table th {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  table td,
  table th {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  table td,
  table th {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  table td,
  table th {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
table th {
  color: var(--global--color-primary);
  font-weight: 600;
  height: 34px;
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  padding-top: 30px;
}
.table-responsive table td,
.table-responsive table th {
  border: 1px solid var(--global--color-border);
}
.table-responsive table th {
  padding-left: 15px;
}

.table-responsive > .table-bordered {
  border: 0;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  padding: 8px 10px;
}
.ui-datepicker-calendar thead tr {
  background-color: rgb(0, 71.3, 36.6495327103);
}
.ui-datepicker-calendar thead tr th {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.ui-datepicker-calendar tbody tr {
  background: var(--global--color-white) !important;
}

.ui-datepicker {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
  background-color: rgb(0, 81.5, 41.8925233645);
  color: var(--global--color-white);
  height: 42px;
  align-items: center;
  display: flex !important;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-prev {
  order: 1;
  margin-right: auto;
  padding-left: 15px;
}
.ui-datepicker .ui-datepicker-prev:hover {
  opacity: 0.7;
}
.ui-datepicker .ui-datepicker-title {
  order: 2;
}
.ui-datepicker .ui-datepicker-next {
  order: 3;
  margin-left: auto;
  padding-right: 15px;
}
.ui-datepicker .ui-datepicker-next:hover {
  opacity: 0.7;
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
input:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

form {
  *zoom: 1;
}
form:after, form:before {
  content: "";
  display: block;
}
form:after {
  clear: both;
}

.fs-form_elements {
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .fs-form_elements {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-form_elements {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-form_elements {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  ::-webkit-input-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  ::-webkit-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  :-moz-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  :-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  ::-moz-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  ::-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  :-ms-input-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  :-ms-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-ms-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

label {
  line-height: 1;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  label {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  label {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  label {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.form-elements,
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--global--color-box-bg);
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #006B37 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 15px 0 !important;
  text-transform: none;
  width: 100%;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  .form-elements,
  textarea,
  select {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  textarea,
  select {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  textarea,
  select {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.form-elements,
select {
  height: 46px;
}
@media (min-width: 768px) {
  .form-elements,
  select {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-elements,
  select {
    height: 38px;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  select {
    height: 54px;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  select {
    height: 58px;
  }
}

textarea {
  height: 100px;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  resize: none;
}
@media (min-width: 768px) {
  textarea {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  textarea {
    height: 90px;
  }
}
@media (min-width: 1600px) {
  textarea {
    height: 115px;
  }
}
@media (min-width: 1850px) {
  textarea {
    height: 130px;
  }
}

select {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
select option {
  color: var(--global--color-secondary);
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media (min-width: 1600px) {
  select {
    background-size: 18px 9px;
  }
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}

.input-holder {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1680px) {
  .input-holder {
    margin-bottom: 10px;
  }
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--global--color-red);
}
.input-holder .error {
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: -20px;
}
@media (min-width: 1600px) {
  .input-holder .error {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 30px;
}

/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--global--color-black);
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--global--color-secondary);
  display: inline-block;
  height: 16px;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.custom-radio input[type=radio] + label i:before {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.custom-radio input[type=radio]:checked + label {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--global--color-primary);
  height: 62%;
  width: 62%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

.form_white ::-webkit-input-placeholder {
  color: var(--global--color-white);
}
.form_white :-moz-placeholder {
  color: var(--global--color-white);
}
.form_white ::-moz-placeholder {
  color: var(--global--color-white);
}
.form_white :-ms-input-placeholder {
  color: var(--global--color-white);
}
.form_white .form-elements,
.form_white textarea,
.form_white select {
  border-bottom-color: var(--global--color-white);
  color: var(--global--color-white);
}
.form_white select {
  background-image: url(assets/images/dropdown-arrow-white.png);
}

.popUp_form .form-elements,
.popUp_form textarea {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: #000;
  border: 0 !important;
  border-top-right-radius: 6px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  color: #fff;
  opacity: 0.8;
}
.tw-modal-wrapper .tw-modal-header {
  color: #000;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  width: 800px !important;
}
@media (max-width: 1023px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 800px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 320px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 20px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-close-button:hover {
    background-color: #000 !important;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

.elementor-11226 .elementor-element.elementor-element-50b8822 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-location-popup {
  /* Style the filename display */
}
.elementor-location-popup .elementor-field-type-upload {
  background: #ffffff;
  border: 1px dashed #c8d0c8;
  padding: 20px;
  margin: 0 10px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  transition: border-color 0.3s ease;
  text-align: center;
}
.elementor-location-popup .elementor-field-type-upload:hover {
  border-color: #66bb6a;
}
.elementor-location-popup .elementor-field-type-upload label {
  font-weight: 600 !important;
  color: #1b5e20 !important;
  font-family: "Outfit", sans-serif !important;
  cursor: pointer;
  font-size: 15px !important;
  text-align: center;
  width: 100%;
  position: relative;
}
.elementor-location-popup .elementor-upload-field {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  border: none !important;
  border: none !important;
  padding: 0;
  display: block;
}
.elementor-location-popup input.elementor-upload-field {
  visibility: visible;
  position: absolute;
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.elementor-location-popup .uploaded-file-name {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #2e7d32;
  font-family: sans-serif;
  text-align: center;
}
.elementor-location-popup .elementor-heading-title {
  flex-flow: column wrap;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  text-transform: uppercase;
  color: #006B37;
  font-weight: 600;
}
@media (max-width: 767px) {
  .elementor-location-popup .elementor-heading-title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.elementor-location-popup input {
  border-bottom: solid 2px #006B37 !important;
  padding: 20px 0 5px !important;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-bottom: 0px !important;
  border-radius: 0;
  color: #000 !important;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .elementor-location-popup input {
    padding: 20px 0 5px !important;
  }
}
.elementor-location-popup input ::-webkit-input-placeholder {
  color: #000 !important;
}
.elementor-location-popup input :-moz-placeholder {
  color: #000 !important;
}
.elementor-location-popup input ::-moz-placeholder {
  color: #000 !important;
}
.elementor-location-popup input :-ms-input-placeholder {
  color: #000 !important;
}
.elementor-location-popup textarea {
  border-bottom: solid 2px #006B37 !important;
  padding: 15px 0 15px 0 !important;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  height: 90px;
  border-radius: 0;
  color: #000 !important;
}
.elementor-location-popup textarea ::-webkit-input-placeholder {
  color: #000 !important;
}
.elementor-location-popup textarea :-moz-placeholder {
  color: #000 !important;
}
.elementor-location-popup textarea ::-moz-placeholder {
  color: #000 !important;
}
.elementor-location-popup textarea :-ms-input-placeholder {
  color: #000 !important;
}
.elementor-location-popup .e-form__buttons {
  width: 150px !important;
  margin: 0 auto !important;
  justify-content: center !important;
}
.elementor-location-popup .e-form__buttons .elementor-button:hover {
  background: #000 !important;
  color: #fff !important;
}
.elementor-location-popup input[type=button],
.elementor-location-popup input[type=submit] {
  width: 200px;
  background: #006B37 !important;
  padding: 0 !important;
  height: 50px;
  color: #fff !important;
  border: none !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (max-width: 1680px) {
  .elementor-location-popup input[type=button],
  .elementor-location-popup input[type=submit] {
    height: 50px;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1470px) {
  .elementor-location-popup input[type=button],
  .elementor-location-popup input[type=submit] {
    height: 40px;
    width: 135px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.elementor-location-popup input[type=button]:hover,
.elementor-location-popup input[type=submit]:hover {
  background: #000 !important;
  color: #fff !important;
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  text-transform: uppercase;
  color: #006B37;
  font-weight: 600;
}
.tw-modal-wrapper.showed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tw-modal-wrapper .input-holder input {
  border-bottom: solid 2px #006B37 !important;
  padding: 20px 0 5px !important;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-bottom: 0px !important;
  border-radius: 0;
  color: #000 !important;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .tw-modal-wrapper .input-holder input {
    padding: 20px 0 5px !important;
  }
}
.tw-modal-wrapper .input-holder input ::-webkit-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder input :-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder input ::-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder input :-ms-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea {
  border-bottom: solid 2px #006B37 !important;
  padding: 45px 0 15px 0 !important;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  height: 90px;
  border-radius: 0;
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea ::-webkit-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea :-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea ::-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea :-ms-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder.select {
  position: relative;
}
.tw-modal-wrapper .input-holder.select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25px;
  border-left: solid 1px #585858;
  border-top: solid 1px #585858;
  transform: rotate(225deg);
  width: 8px;
  height: 8px;
}
.tw-modal-wrapper .input-holder.select select {
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #006B37 !important;
  border-radius: 0 !important;
  padding: 20px 0 5px !important;
  height: auto !important;
}
.tw-modal-wrapper .input-holder.select select option {
  color: #000 !important;
  opacity: 1 !important;
}
.tw-modal-wrapper .input-holder.submit-wrap {
  text-align: right;
}
.tw-modal-wrapper .input-holder.submit-wrap input[type=button],
.tw-modal-wrapper .input-holder.submit-wrap input[type=submit] {
  width: 200px;
  background: #006B37 !important;
  padding: 0 !important;
  height: 50px;
  color: #fff !important;
  border: none !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (max-width: 1680px) {
  .tw-modal-wrapper .input-holder.submit-wrap input[type=button],
  .tw-modal-wrapper .input-holder.submit-wrap input[type=submit] {
    height: 50px;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1470px) {
  .tw-modal-wrapper .input-holder.submit-wrap input[type=button],
  .tw-modal-wrapper .input-holder.submit-wrap input[type=submit] {
    height: 40px;
    width: 135px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.tw-modal-wrapper .input-holder.submit-wrap input[type=button]:hover,
.tw-modal-wrapper .input-holder.submit-wrap input[type=submit]:hover {
  background: #000 !important;
  color: #fff !important;
}

.modal-dialog {
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
  }
}

.tw-modal-container {
  width: 700px !important;
}
@media (max-width: 767px) {
  .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-container form {
  margin: 20px 0 20px;
}
.tw-modal-container form .input-holder {
  margin-bottom: 10px;
}
.tw-modal-container .submit-wrap {
  text-align: right;
  width: 100%;
}
.tw-modal-container .submit-wrap .btn {
  margin-top: 15px !important;
}
@media (min-width: 320px) {
  .tw-modal-container .submit-wrap .btn {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-container .submit-wrap .btn {
    height: 50px !important;
  }
}
.tw-modal-container .submit-wrap button[type=submit] {
  height: 50px !important;
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .tw-modal-container .submit-wrap button[type=submit] {
    height: 45px;
  }
}
.tw-modal-container .submit-wrap button[type=submit]:hover {
  background: #000;
}
.tw-modal-container .half-width {
  width: 48%;
}
@media (max-width: 767px) {
  .tw-modal-container .half-width {
    width: 100%;
  }
}
.tw-modal-container .full-width {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tw-modal-container .full-width {
    flex-wrap: wrap;
  }
}
.tw-modal-container .full-width:after, .tw-modal-container .full-width:before {
  display: none;
}

body.page-id-81 .tw-modal-container .footer-form {
  padding: 0px !important;
}

.tw-modal-container .popup-file-upload-wrapper {
  border-bottom: solid 2px #006B37 !important;
}
.tw-modal-container .popup-file-upload-wrapper .popup-file-upload-label:before {
  background: #fff !important;
}
.tw-modal-container .popup-file-upload-wrapper .file-text {
  color: #000 !important;
}
@media (max-width: 767px) {
  .tw-modal-container .footer-form form {
    padding: 0 !important;
  }
}
.tw-modal-container .footer-form form ::-moz-placeholder {
  color: #000 !important;
}
.tw-modal-container .footer-form form ::placeholder {
  color: #000 !important;
}
.tw-modal-container .footer-form form .select {
  color: #000 !important;
}
.tw-modal-container .footer-form form .select select {
  color: #000 !important;
}

.elementor-accordion .elementor-tab-content {
  will-change: max-height;
}

.elementor-accordion .elementor-tab-content {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.clinic .slick-dots {
  bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 22%;
  right: 7%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 30px;
  width: 2px;
  border-radius: 10px;
  margin: 0 0 10px 0;
  padding: 0px;
  cursor: pointer;
  background: #B8BFC0;
}
.slick-dots li button {
  display: none !important;
  background: transparent;
  display: inline-block;
  height: 30px;
  width: 3px;
  padding: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #006B37;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  display: none !important;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #009ED8;
  width: 4px;
  height: 50px;
  margin-left: -2px;
}
.slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 22px;
  height: 22px;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 50%;
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px !important;
  width: 50px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 40%;
  background: transparent !important;
  border-radius: 5px !important;
  padding: 0;
  z-index: 9;
  outline: none;
  font-size: 0 !important;
  border: none !important;
}
@media (max-width: 1600px) {
  .slick-prev,
  .slick-next {
    width: 35px !important;
    height: 45px !important;
  }
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent !important;
}
@media (max-width: 1366px) {
  .slick-prev,
  .slick-next {
    top: 42%;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 16%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  color: #006B37;
}

.slick-prev {
  left: 45%;
  z-index: 9;
}
@media (max-width: 1599px) {
  .slick-prev {
    left: -15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  left: 41%;
  top: 30%;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
@media (max-width: 1600px) {
  .slick-prev:before {
    width: 15px;
    height: 15px;
    left: 20%;
    top: 32%;
  }
}
.slick-prev:hover:before {
  border-right: solid 2px #006B37 !important;
  border-top: solid 2px #006B37 !important;
}

.slick-next {
  right: 0px;
  z-index: 9;
}
@media (max-width: 1599px) {
  .slick-next {
    right: -15px;
  }
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 20%;
  top: 30%;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
@media (max-width: 1600px) {
  .slick-next:before {
    width: 15px;
    height: 15px;
    left: 20%;
    top: 32%;
  }
}
.slick-next:hover:before {
  border-right: solid 2px #006B37 !important;
  border-top: solid 2px #006B37 !important;
}

#horizontalTab {
  position: relative;
  z-index: 2;
}

.resp-tabs-list {
  margin: 0 auto 70px !important;
  padding: 0 10px 15px;
  width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  position: relative;
}
@media (max-width: 1470px) {
  .resp-tabs-list {
    width: 645px;
  }
}
@media (max-width: 1199px) {
  .resp-tabs-list {
    background: transparent !important;
    margin: 0 auto 40px !important;
  }
}
.resp-tabs-list:before {
  content: "";
  position: absolute;
  left: -49px;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(assets/images/vec3.png) no-repeat;
}
@media (max-width: 1470px) {
  .resp-tabs-list:before {
    left: -47px;
  }
}
@media (max-width: 1199px) {
  .resp-tabs-list:before {
    display: none;
  }
}
.resp-tabs-list:after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  background: url(assets/images/vec3.png) no-repeat;
  transform: rotate(270deg);
}
@media (max-width: 1470px) {
  .resp-tabs-list:after {
    right: -47px;
  }
}
@media (max-width: 1199px) {
  .resp-tabs-list:after {
    display: none;
  }
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0 10px 0 !important;
  letter-spacing: 2px;
  padding: 25px 30px 25px;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: "Inter", sans-serif !important;
  position: relative;
  background: #fff !important;
  color: #006B37 !important;
  border-radius: 40px;
}
@media (max-width: 1470px) {
  .resp-tabs-list li {
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 20px 30px 20px;
  }
}
.resp-tabs-list li.resp-tab-active {
  position: relative;
  background: #006B37 !important;
  color: #fff !important;
}
@media (max-width: 1199px) {
  .resp-tabs-list li.resp-tab-active {
    background: #000 !important;
  }
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
  position: relative;
}
.resp-tabs-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 199px;
  height: 119px;
  background: url(assets/images/lf.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .resp-tabs-container:before {
    display: none;
  }
}
.resp-tabs-container:after {
  position: absolute;
  right: 100px;
  top: -75px;
  width: 106px;
  height: 106px;
  background: url(assets/images/lff.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .resp-tabs-container:after {
    display: none;
  }
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: calc(40% - 50px);
  display: flex;
  flex-direction: column;
  background: #006B37;
  margin: 0 50px 0 0 !important;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .resp-vtabs ul.resp-tabs-list {
    padding: 20px !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 !important;
  }
}
@media (max-width: 1023px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resp-vtabs ul.resp-tabs-list {
    margin-bottom: 15px !important;
  }
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
  width: 100%;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tabs-list li {
    width: 19%;
    margin: 3px !important;
    background-color: #fff;
    border-radius: 0 !important;
    min-height: 90px;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .resp-vtabs .resp-tabs-list li {
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .resp-tabs-list li {
    display: none;
  }
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 60%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tabs-container {
    width: 100%;
    margin-bottom: 30px;
  }
}

.resp-vtabs .resp-tab-content {
  border: solid 1px #dbdbdb;
  border-radius: 0 15px 15px 0;
}
@media (max-width: 1199px) {
  .resp-vtabs .resp-tab-content {
    border-radius: 0 !important;
    padding: 15px;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .resp-tab-content {
    margin: 20px 0;
  }
}
@media (min-width: 1850px) and (max-width: 1920px) {
  .resp-vtabs .resp-tab-content figure {
    overflow: hidden;
  }
  .resp-vtabs .resp-tab-content figure img {
    max-width: none !important;
  }
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .resp-vtabs li.resp-tab-active {
    border-radius: 0 !important;
    border: solid 2px #000;
  }
}

.resp-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 10px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 20%;
  width: 30px;
}
.resp-arrow:before {
  border-right: 1px solid var(--global--color-black);
  border-top: 1px solid var(--global--color-black);
  content: "";
  height: 10px;
  width: 10px;
}

h2.resp-tab-active span.resp-arrow {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 30%;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 15px;
    border: solid 1px #006B37;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    background-color: #fff;
    color: #fff;
    border-radius: 18px;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  h2.resp-accordion figure {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  h2.resp-tab-active {
    background-color: #fff;
    border: solid 1px #000;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: both;
    margin: 50px 0 0;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
  margin: 0 !important;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: 100%;
  padding: 0;
  position: static;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--global--color-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  border-radius: 0;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--global--color-secondary);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
    border-radius: 0;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
}

.wd-50 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .wd-50 {
    flex-wrap: wrap;
  }
}
.wd-50:after, .wd-50:before {
  display: none;
}
.wd-50 .input-holder {
  width: 47%;
}
@media (max-width: 767px) {
  .wd-50 .input-holder {
    width: 100%;
  }
}
.wd-50 .input-holder input {
  width: 100%;
}

@media screen and (min-resolution: 120dpi) {
  /* Styles for displays with a resolution of 120dpi or higher,
     which often corresponds to 125% scaling or higher on standard displays. */
  body {
    font-size: 0.9em; /* Example: slightly reduce font size */
  }
  .container {
    padding: 10px; /* Example: adjust padding */
  }
  #menu-1-8a07f41 li a {
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 5px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (max-width: 1600px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 360px !important;
  }
}
.btnsNew,
.btn {
  background: #006B37;
  color: #fff !important;
  border-radius: 30px;
  font-weight: 400;
  font-family: "Outfit", sans-serif !important;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
}
@media (min-width: 320px) {
  .btnsNew,
  .btn {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew,
  .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew,
  .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 55px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .btnsNew,
  .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.btnsNew:active, .btnsNew:focus, .btnsNew:hover, .btnsNew:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew i,
.btn i {
  display: none !important;
}
.btnsNew .ico, .btnsNew .elementor-button-icon,
.btn .ico,
.btn .elementor-button-icon {
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.btnsNew .ico svg, .btnsNew .elementor-button-icon svg,
.btn .ico svg,
.btn .elementor-button-icon svg {
  transition: all ease 0.3s;
  width: 35px;
  height: 35px;
}
@media (max-width: 1680px) {
  .btnsNew .ico svg, .btnsNew .elementor-button-icon svg,
  .btn .ico svg,
  .btn .elementor-button-icon svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew .ico.sm svg, .btnsNew .elementor-button-icon.sm svg,
.btn .ico.sm svg,
.btn .elementor-button-icon.sm svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1680px) {
  .btnsNew .ico.sm svg, .btnsNew .elementor-button-icon.sm svg,
  .btn .ico.sm svg,
  .btn .elementor-button-icon.sm svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew:hover,
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btnsNew.white,
.btn.white {
  background: #fff;
  color: #000 !important;
}
.btnsNew.white:hover,
.btn.white:hover {
  background: #000 !important;
  color: #fff !important;
}
.btnsNew.border,
.btn.border {
  background: transparent !important;
  border: solid 1px #006B37 !important;
  color: #006B37 !important;
}
.btnsNew.border:hover,
.btn.border:hover {
  background: #000 !important;
  color: #fff !important;
}
@media (min-width: 320px) {
  .btnsNew.btn-sm,
  .btn.btn-sm {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 35px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 115px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew.btn-sm,
  .btn.btn-sm {
    font-size: 12px !important;
    height: 35px !important;
    width: 115px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew.btn-sm,
  .btn.btn-sm {
    font-size: 14px !important;
    height: 45px !important;
    width: 130px !important;
  }
}

.elementor-grid:before {
  display: none;
}

.bann-con .e-con-inner {
  max-width: 1620px !important;
}
.bann-con .e-con-inner::before, .bann-con .e-con-inner::after {
  display: none !important;
}
@media (max-width: 1920px) {
  .bann-con .e-con-inner {
    max-width: 1620px !important;
  }
}
@media (max-width: 1680px) {
  .bann-con .e-con-inner {
    max-width: 1580px !important;
  }
}
@media (max-width: 1600px) {
  .bann-con .e-con-inner {
    max-width: 1520px !important;
  }
}
@media (max-width: 1470px) {
  .bann-con .e-con-inner {
    max-width: 1300px !important;
  }
}
@media (max-width: 1366px) {
  .bann-con .e-con-inner {
    max-width: 1260px !important;
  }
}
@media (max-width: 1280px) {
  .bann-con .e-con-inner {
    max-width: 1320px !important;
  }
}
@media (max-width: 1199px) {
  .bann-con .e-con-inner {
    max-width: 1240px !important;
  }
}
@media (max-width: 1024px) {
  .bann-con .e-con-inner {
    max-width: 980px !important;
  }
}
@media (max-width: 991px) {
  .bann-con .e-con-inner {
    max-width: 100% !important;
  }
}
.bann-con .e-con-inner .home-banner-wrap {
  padding-left: 8px;
}
.bann-con .e-con-inner .home-banner-wrap .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1920px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1500px !important;
  }
}
@media (max-width: 1680px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1450px !important;
  }
}
@media (max-width: 1600px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1380px !important;
  }
}
@media (max-width: 1470px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1150px !important;
  }
}
@media (max-width: 1366px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1142px !important;
  }
}
@media (max-width: 1280px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (max-width: 1199px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1120px !important;
  }
}
@media (max-width: 1024px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 895px !important;
  }
}
@media (max-width: 1023px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 882px !important;
  }
}
@media (max-width: 991px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 100% !important;
  }
}
.bann-con .e-con-inner .home-banner-wrap .three-li-container ul li .elementor-icon-list-text {
  font-family: "Outfit", sans-serif !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .bann-con .e-con-inner .home-banner-wrap .three-li-container ul li .elementor-icon-list-text {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .bann-con .e-con-inner .home-banner-wrap .three-li-container ul li .elementor-icon-list-text {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1200px) {
  .hm-mini-box .txt_blk {
    padding-left: 0 !important;
  }
  .hm-mini-box .img_bx {
    padding-right: 0 !important;
  }
  .hm-mini-box .img_bx .elementor-widget-container img {
    width: 100% !important;
  }
}
.banner-head {
  color: #000000;
  font-family: "Inter", sans-serif !important;
  line-height: 0.8;
}

.banner-sub-head {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
  color: #000000;
  line-height: 1.1;
  font-family: "Inter", sans-serif !important;
}
@media (min-width: 1200px) {
  .banner-sub-head {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1700px) {
  .banner-sub-head {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

.banner-inner-div .elementor-button-text, .banner-inner-div .elementor-icon-list-text {
  font-family: "Inter", sans-serif !important;
}

.banner-sub-head span {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  letter-spacing: 11px;
}
@media (min-width: 1200px) {
  .banner-sub-head span {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1700px) {
  .banner-sub-head span {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

.banner-inner-div {
  padding-left: 70px !important;
  padding-right: 90px !important;
  padding-top: 95px !important;
  padding-bottom: 64px !important;
}
@media (max-width: 1680px) {
  .banner-inner-div {
    padding-left: 60px !important;
    padding-right: 70px !important;
    padding-top: 85px !important;
    padding-bottom: 58px !important;
  }
}
@media (max-width: 1600px) {
  .banner-inner-div {
    padding-left: 55px !important;
    padding-right: 60px !important;
    padding-top: 80px !important;
    padding-bottom: 55px !important;
  }
}
@media (max-width: 1440px) {
  .banner-inner-div {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 75px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1366px) {
  .banner-inner-div {
    padding-left: 45px !important;
    padding-right: 40px !important;
    padding-top: 70px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .banner-inner-div {
    padding-left: 40px !important;
    padding-right: 60px !important;
    padding-top: 65px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .banner-inner-div {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .banner-inner-div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}

.banner-content {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Inter", sans-serif !important;
  margin-top: -5px;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .banner-content {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .banner-content {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.banner-inner-div .elementor-icon-list-items i::before, .who-we-serve-sec .elementor-icon-list-items i::before {
  color: #006b37;
}

.banner-inner-div .elementor-widget-button svg, .btn-head-wrap .elementor-widget-button svg {
  width: 25px !important;
  height: 25px !important;
}

.btn-head-wrap .elementor-widget-button span.btn-span {
  font-size: 12px;
}

.banner-inner-div .elementor-button-content-wrapper span.elementor-button-text.vamtam-btn-text-abs {
  display: none !important;
}

.banner-inner-div span.elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.banner-inner-div a.elementor-button:hover {
  background-color: black;
}

.banner-inner-div .btn-banner a.elementor-button {
  min-height: 56px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .banner-inner-div .btn-banner a.elementor-button {
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .banner-inner-div .btn-banner a.elementor-button {
    padding: 8px 15px !important;
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-inner-div .btn-banner a.elementor-button span.elementor-button-text {
    font-size: 13px !important;
  }
}

.arrow svg path:first-of-type, .container-1160px .icon-one svg path:nth-last-of-type(2), .container-1160px .icon-one svg g g g g path,
.container-1160px .icon-two svg path:first-of-type, .container-1160px .icon-two svg g:last-of-type path,
.container-1160px .icon-three .elementor-widget-icon svg path:nth-last-of-type(3),
.container-1160px .icon-three .elementor-motion-effects-element svg g g g g path,
.container-1160px .icon-three .elementor-widget-icon svg path:first-of-type {
  fill: #006B37 !important;
}

.p-color-00000099 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.common-ul ul li.p-color-00000099 {
  color: rgba(0, 0, 0, 0.6) !important;
  padding-top: 0;
  padding-bottom: 0;
}
.common-ul ul li.p-color-00000099::before {
  background-color: #006B37 !important;
  top: 10px;
  width: 8px;
  height: 8px;
}
@media (max-width: 1470px) {
  .common-ul ul li.p-color-00000099::before {
    top: 8px;
  }
}
@media (max-width: 1199px) {
  .common-ul ul li.p-color-00000099::before {
    top: 7px;
  }
}
@media (max-width: 1023px) {
  .common-ul ul li.p-color-00000099::before {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .common-ul ul li.p-color-00000099::before {
    top: 5px;
  }
}

.container-1160px .e-con-inner {
  max-width: 1160px !important;
}
@media screen and (max-width: 1024px) {
  .container-1160px .e-con-inner {
    max-width: 905px !important;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  .container-1160px .e-con-inner {
    max-width: 685px !important;
    text-align: center !important;
  }
}

.three-li-container {
  justify-content: space-between !important;
}

@media screen and (max-width: 991px) {
  .banner-inner-div {
    width: 100% !important;
  }
  .banner-leaves img {
    display: none !important;
  }
  .review-container .elementor-element-80109eb img {
    max-width: 46px !important;
  }
  .home-banner-wrap .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-sub-head span {
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .banner-sub-head span {
    letter-spacing: 5px;
  }
}
.review-container .elementor-heading-title, .testi-wrap .elementor-element-989db41 .elementor-element-3a527b5 .elementor-heading-title {
  font-family: "Outfit", sans-serif !important;
}

@media (min-width: 991px) {
  .review-container {
    bottom: -1px !important;
  }
  .review-container .elementor-element-80109eb img {
    max-width: 50px !important;
  }
}
.review-container {
  right: -46px !important;
}
@media (max-width: 1680px) {
  .review-container {
    right: -52px !important;
  }
}
@media (max-width: 1600px) {
  .review-container {
    right: -56px !important;
  }
}
@media (max-width: 1440px) {
  .review-container {
    right: -61px !important;
  }
}
@media (max-width: 1366px) {
  .review-container {
    right: -45px !important;
  }
}
@media (max-width: 1280px) {
  .review-container {
    right: -28px !important;
  }
}
@media (max-width: 1152px) {
  .review-container {
    right: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .review-container {
    right: -29px !important;
  }
}

.banner-wrapper {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.who-we-serve-sec .elementor-widget-container {
  margin-bottom: 5px !important;
}

.who-we-serve-sec .elementor-widget-container h2 {
  line-height: 1.1;
}

.who-we-serve-sec p {
  line-height: 1.3;
}

@media (max-width: 767px) {
  .who-we-sets-accor .elementor-widget-text-editor p {
    font-size: 15px !important;
  }
}
.who-we-sets-accor .e-n-accordion-item-title-text h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .who-we-sets-accor .e-n-accordion-item-title-text h3 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .who-we-sets-accor .e-n-accordion-item-title-text h3 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .who-we-sets-accor .e-n-accordion-item-title-text h3 {
    font-size: 17px !important;
  }
}

.who-we-serve-sec .e-n-accordion-item-title {
  padding: 15px 0px 15px 0px !important;
  border-radius: 0px !important;
}
.who-we-serve-sec .e-n-accordion-item-title::before, .who-we-serve-sec .e-n-accordion-item-title::after {
  display: none;
}
.who-we-serve-sec .e-n-accordion-item-title-icon {
  background-color: #006B37 !important;
}
.who-we-serve-sec .e-n-accordion-item-title-icon .e-opened i {
  color: #fff !important;
}
.who-we-serve-sec .e-n-accordion-item-title-icon .e-closed i {
  color: #fff !important;
}

.who-we-sets-accor .e-n-accordion-item-title h3 {
  z-index: 3 !important;
  position: relative;
}
.who-we-sets-accor .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  z-index: 3;
}
.who-we-sets-accor details.e-n-accordion-item div.e-child {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.who-we-sets-accor .e-n-accordion details {
  border-bottom: 1px solid #dfdfdf;
}
.who-we-sets-accor .e-n-accordion details:last-of-type {
  border-bottom: none;
}

.sitemap {
  display: block;
}
.sitemap .sub-arrow {
  display: none !important;
}

#menu-1-478bc51 {
  display: inline-block !important;
  width: auto !important;
}
#menu-1-478bc51 li {
  display: block !important;
  position: relative;
  background: transparent !important;
  border-inline-start: none !important;
}
#menu-1-478bc51 li:hover, #menu-1-478bc51 li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li:before {
  display: none !important;
}
#menu-1-478bc51 li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 10px;
  height: 10px;
  background-color: #006B37;
  border-radius: 50%;
  border: none !important;
}
@media (max-width: 1199px) {
  #menu-1-478bc51 li:after {
    top: 18px;
  }
}
#menu-1-478bc51 li a {
  display: block !important;
  border-inline-start: none !important;
  color: #000 !important;
  background: transparent !important;
}
#menu-1-478bc51 li a:hover, #menu-1-478bc51 li a:focus {
  color: #006b37 !important;
  border: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li a:hover:after, #menu-1-478bc51 li a:hover:before, #menu-1-478bc51 li a:focus:after, #menu-1-478bc51 li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-478bc51 li a {
    font-size: 16px;
  }
}
#menu-1-478bc51 li a .sub-arrow {
  display: none !important;
}
#menu-1-478bc51 li a:after {
  display: none;
}
#menu-1-478bc51 li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
#menu-1-478bc51 li ul.sub-menu li {
  border-inline-start: none !important;
}
#menu-1-478bc51 li ul.sub-menu li:after {
  border: none !important;
}
#menu-1-478bc51 li ul.sub-menu li:before {
  display: none !important;
}
#menu-1-478bc51 li ul.sub-menu li:hover, #menu-1-478bc51 li ul.sub-menu li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li ul.sub-menu li a {
  background: transparent !important;
  font-size: 16px !important;
  border-inline-start: none !important;
}
#menu-1-478bc51 li ul.sub-menu li a:hover, #menu-1-478bc51 li ul.sub-menu li a:focus {
  background: transparent !important;
  color: #006b37 !important;
  border: none !important;
  border-inline-start: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li ul.sub-menu li a:hover:after, #menu-1-478bc51 li ul.sub-menu li a:hover:before, #menu-1-478bc51 li ul.sub-menu li a:focus:after, #menu-1-478bc51 li ul.sub-menu li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-478bc51 li ul li {
    font-size: 15px !important;
  }
}

.post-9415 li.menu-item-7749 a {
  padding-bottom: 0px !important;
}

#menu-1-05f58e7 {
  display: inline-block !important;
  width: auto !important;
}
#menu-1-05f58e7 li {
  display: block !important;
  position: relative;
  background: transparent !important;
  border-inline-start: none !important;
}
#menu-1-05f58e7 li:hover, #menu-1-05f58e7 li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li:before {
  display: none !important;
}
#menu-1-05f58e7 li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #006B37;
  border-radius: 50%;
  border: none !important;
}
@media (max-width: 1199px) {
  #menu-1-05f58e7 li:after {
    top: 6px;
  }
}
#menu-1-05f58e7 li a {
  padding-top: 0px !important;
  display: block !important;
  border-inline-start: none !important;
  color: #000 !important;
  background: transparent !important;
}
#menu-1-05f58e7 li a:hover, #menu-1-05f58e7 li a:focus {
  color: #006b37 !important;
  border: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li a:hover:after, #menu-1-05f58e7 li a:hover:before, #menu-1-05f58e7 li a:focus:after, #menu-1-05f58e7 li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-05f58e7 li a {
    font-size: 16px;
  }
}
#menu-1-05f58e7 li a .sub-arrow {
  display: none !important;
}
#menu-1-05f58e7 li a:after {
  display: none;
}
#menu-1-05f58e7 li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
#menu-1-05f58e7 li ul.sub-menu li {
  border-inline-start: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li:after {
  border: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li:before {
  display: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li:hover, #menu-1-05f58e7 li ul.sub-menu li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li ul.sub-menu li a {
  padding-top: 0px !important;
  background: transparent !important;
  font-size: 16px !important;
  border-inline-start: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li a:hover, #menu-1-05f58e7 li ul.sub-menu li a:focus {
  background: transparent !important;
  color: #006b37 !important;
  border: none !important;
  border-inline-start: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li ul.sub-menu li a:hover:after, #menu-1-05f58e7 li ul.sub-menu li a:hover:before, #menu-1-05f58e7 li ul.sub-menu li a:focus:after, #menu-1-05f58e7 li ul.sub-menu li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-05f58e7 li ul li {
    font-size: 15px !important;
  }
}

.header-wrap .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header-wrap .e-con-inner::before, .header-wrap .e-con-inner::after {
  display: none;
}
.header-wrap .e-con-inner .elementor-widget-image {
  text-align: left;
}
.header-wrap .e-con-inner .elementor-widget-image a img {
  height: 70px !important;
  width: 70px !important;
}

.btn-head-wrap {
  width: 552px !important;
}
.btn-head-wrap .elementor-element-ee1ad30 {
  width: 262px !important;
}

@media screen and (max-width: 1600px) and (min-width: 992px) {
  .banner-inner-div .elementor-button {
    padding: 12px 12px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
  .banner-inner-div .elementor-button .elementor-button-text {
    font-size: 12px !important;
  }
}
.who-we-are-con {
  margin-top: -140px !important;
}
@media screen and (max-width: 1024px) {
  .who-we-are-con {
    margin-top: 0px !important;
  }
}

@media (max-width: 1200px) {
  .who-we-serve-sec .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 12px !important;
  }
}

.who-we-h6 h6 {
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}

.testi-wrap .elementor-element-2284658 {
  row-gap: 0 !important;
}
.testi-wrap .elementor-swiper-button:hover i {
  color: #006B37 !important;
}
.testi-wrap .test-cus .elementor-heading-title {
  font-family: "Outfit", sans-serif !important;
}

.faq-wrap-con .faq-wrap-div-1 .elementor-element-8ef75ba {
  row-gap: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.faq-wrap-con .elementor-button-link .vamtam-theme-phone:before {
  color: #fff;
}
.faq-wrap-con .elementor-button-link .vamtam-btn-text-abs {
  color: #000000 !important;
}
.faq-wrap-con .elementor-element-31058db {
  background: linear-gradient(145deg, rgb(211, 254, 218) 0%, rgb(232, 245, 211) 99%);
}
.faq-wrap-con .faq-gap {
  row-gap: 10px;
}
@media (max-width: 1600px) {
  .faq-wrap-con .faq-gap {
    row-gap: 16px !important;
  }
}
@media (max-width: 1440px) {
  .faq-wrap-con .faq-gap {
    row-gap: 32px !important;
  }
}
@media (max-width: 1366px) {
  .faq-wrap-con .faq-gap {
    row-gap: 27px !important;
  }
}
@media (max-width: 1300px) {
  .faq-wrap-con .faq-gap {
    row-gap: 26px !important;
  }
}
@media (max-width: 1280px) {
  .faq-wrap-con .faq-gap {
    row-gap: 35px !important;
  }
}
@media (max-width: 1152px) {
  .faq-wrap-con .faq-gap {
    row-gap: 85px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .faq-wrap-con .faq-gap {
    row-gap: 10px !important;
  }
}
@media (max-width: 991px) {
  .faq-wrap-con .faq-gap {
    row-gap: 20px !important;
  }
}

.faq-wrap-con .faq-wrap-div-1 .elementor-widget-image img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .faq-wrap-con details.e-n-accordion-item P {
    font-size: 15px !important;
  }
}

.faq-wrap-div-2 .e-n-accordion-item-title::before, .faq-wrap-div-2 .e-n-accordion-item-title::after {
  display: none;
}

.faq-wrap-div-2 .e-n-accordion-item-title-text {
  font-family: "Inter", sans-serif !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq-wrap-div-2 .e-n-accordion-item-title-text {
    font-size: 18px !important;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .faq-wrap-div-2 summary.e-n-accordion-item-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-wrap-con .e-con-inner {
    flex-direction: column !important;
  }
  .faq-wrap-div-1,
  .faq-wrap-div-2 {
    width: 100% !important;
  }
}
.faq-wrap-con .e-con-inner::after, .faq-wrap-con .e-con-inner::before,
.elementor-element-cb50b3c .e-con-inner::before, .elementor-element-cb50b3c .e-con-inner::after {
  display: none;
}

@media (min-width: 992px) {
  .faq-wrap-con .faq-wrap-div-2 {
    padding-top: 0 !important;
  }
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item {
  width: 460px !important;
  margin-right: 40px !important;
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
  height: 225px !important;
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 32px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image .elementor-widget-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1680px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 415px !important;
    margin-right: 30px !important;
  }
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
    height: 200px !important;
  }
}
@media (max-width: 1600px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 405px !important;
  }
}
@media (max-width: 1470px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 330px !important;
  }
}
@media (max-width: 1199px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 280px !important;
  }
}
@media (max-width: 1200px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    margin-right: 25px !important;
  }
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
    height: 180px !important;
  }
}
@media (max-width: 992px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
    height: auto !important;
  }
}
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item .elementor-post-info__terms-list a {
  font-family: "Inter", sans-serif !important;
  color: #006B37 !important;
  font-weight: 300;
}
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 1200px) {
  .blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1700px) {
  .blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a:hover {
  color: #006B37;
}

.book-now-form .vamtam-btn-text-wrap .elementor-button-text {
  color: #fff;
  font-family: "Inter", sans-serif !important;
}

span.elementor-button-text {
  font-family: "Inter", sans-serif !important;
}

.blog-wrapp-div .elementor-element-3f74ba9 {
  padding-top: 12px;
}
.blog-wrapp-div .elementor-widget-button a.elementor-button-link {
  border-color: #006B37 !important;
}

.testi-quotes .elementor-heading-title {
  font-family: "Outfit", sans-serif !important;
}
.testi-quotes .elementor-heading-title::before, .testi-quotes .elementor-heading-title::after {
  font-family: "Outfit", sans-serif !important;
}

.mb-header-wrap .elementor-element-c52777e .elementor-menu-toggle.elementor-active i::before, .mb-header-wrap .elementor-element-c52777e .elementor-menu-toggle.elementor-active i::after {
  color: #fff !important;
}

.error404, .page-id-9681, .page-id-9415, .page-id-140 {
  background-color: #f4f6f0 !important;
}

.book-now-form .e-form__indicators__indicator--state-active .e-form__indicators__indicator--shape-circle {
  background-color: #006B37 !important;
}
.book-now-form .e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-circle {
  background-color: #006B37 !important;
  border-color: #006B37 !important;
}
.book-now-form .e-form__buttons__wrapper .elementor-button-text {
  font-family: "Outfit", sans-serif !important;
}
.book-now-form .e-form__buttons__wrapper.e-form__buttons__wrapper__button-previous .elementor-button-text {
  color: #006B37 !important;
}

#back-to-top {
  cursor: pointer;
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20px;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  font-weight: 200 !important;
  z-index: 99;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: none !important;
}
@media (max-width: 1600px) {
  #back-to-top {
    width: 30px;
    height: 30px;
  }
}
#back-to-top svg {
  fill: var(--global--color-white);
  height: 12px;
}
#back-to-top:focus {
  outline: none !important;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  display: flex !important;
}
@media (max-width: 1199px) {
  #back-to-top.visible {
    display: none !important;
  }
}
#back-to-top:hover {
  background-color: var(--global--color-secondary);
  text-decoration: none;
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  font-weight: 300;
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

.page-id-27 .elementor-widget-theme-post-title .elementor-heading-title a:hover {
  color: #006B37 !important;
}
.page-id-27 .elementor-icon-list-items span a {
  color: #006B37 !important;
}
.page-id-27 article.post-27 .elementor-location-single .elementor-element-505758b {
  gap: 0 !important;
}
.page-id-27 article.post-27 .elementor-element-ef0547a .e-con-inner {
  gap: 0 !important;
}
.page-id-27 article.post-27 .elementor-element-cf2b2b6 .e-con-inner {
  padding-top: 5vh !important;
  padding-bottom: 5vh !important;
}
.page-id-27 article.post-27 .elementor-element-cf2b2b6 .elementor-widget-container {
  font-family: "Inter", sans-serif !important;
}
.page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
  height: 260px !important;
}
@media (max-width: 1680px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 230px !important;
  }
}
@media (max-width: 1440px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 190px !important;
  }
}
@media (max-width: 1199px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 160px !important;
  }
}
@media (max-width: 1023px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 125px !important;
  }
}
@media (max-width: 767px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: auto !important;
  }
}

.blog-title-wrap .elementor-widget-theme-post-title h4 a:focus {
  color: #006B37 !important;
}
.blog-title-wrap .elementor-button-link span {
  font-family: "Inter", sans-serif !important;
}
.blog-title-wrap .elementor-button-link span i {
  color: #006B37 !important;
}
@media (max-width: 768px) {
  .blog-title-wrap .elementor-element-7c8c925 {
    padding-left: 3vh !important;
  }
}

.blg-rd-mre-btn .elementor-button-text {
  font-family: "Outfit", sans-serif !important;
}

.blog-wrapp-div .elementor-element-b9a1620 .e-con-inner {
  gap: 0;
}

.footer-form-wrap .elementor-element-0d5f458 p {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .footer-form-wrap .elementor-element-0d5f458 p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .footer-form-wrap .elementor-element-0d5f458 p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.footer-form-wrap .elementor-element-0d5f458 p:hover {
  color: #006B37 !important;
}

.btm-foot .elementor-element-d90f1e9::after, .btm-foot.elementor-element-af02143::after {
  display: none !important;
}

@media (max-width: 768px) {
  .blg-hd h2 {
    font-size: 25px !important;
  }
}

.e-n-accordion-item-title {
  margin-bottom: 0 !important;
}

.curP {
  cursor: pointer;
}

.dFlex {
  display: flex;
  flex-wrap: wrap;
}

.dFlex-column {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}

.d-ff-column {
  flex-flow: column;
}

.m-l-auto {
  margin-left: auto;
}

.m-t-auto {
  margin-top: auto;
}

.vhCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.vCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.vCenter.time {
  align-items: flex-start !important;
}

.hCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.vBottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.hRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.vCenHRight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.vhEnd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.vBtmHcntr {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.jc-center {
  justify-content: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-center {
  justify-content: center;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 1199px) {
  .center-ipad h1, .center-ipad h2, .center-ipad h3, .center-ipad h4, .center-ipad h5, .center-ipad h6, .center-ipad p, .center-ipad .elementor-widget-heading .elementor-heading-title {
    text-align: center !important;
  }
}

.center {
  justify-content: center;
  text-align: center;
}
.center .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cmn-space {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .cmn-space {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .cmn-space {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

.bottom-space {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .bottom-space {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-space {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-space {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1680px) {
  .bottom-space {
    padding-bottom: 100px !important;
  }
}

.top-space {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .top-space {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .top-space {
    padding-top: 45px !important;
  }
}
@media (min-width: 1600px) {
  .top-space {
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .top-space {
    padding-top: 100px !important;
  }
}

.top-space1 {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .top-space1 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .top-space1 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1600px) {
  .top-space1 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .top-space1 {
    padding-top: 100px !important;
  }
}

.cmn-space-sm {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
@media (min-width: 768px) {
  .cmn-space-sm {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-sm {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

.cmn-space_smTop {
  padding-top: 15px !important;
}
@media (min-width: 768px) {
  .cmn-space_smTop {
    padding-top: 20px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space_smTop {
    padding-top: 30px !important;
  }
}

.clear {
  clear: both;
  display: block;
}

.inline-block {
  display: inline-block !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .m-b-20 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .m-b-20 {
    margin-bottom: 20px !important;
  }
}

.m-b-30 {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .m-b-30 {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .m-b-30 {
    margin-bottom: 30px !important;
  }
}

.m-b-70 {
  margin-bottom: 20px !important;
}
@media (min-width: 768px) {
  .m-b-70 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .m-b-70 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 1600px) {
  .m-b-70 {
    margin-bottom: 70px !important;
  }
}

.m-t-70 {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .m-t-70 {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .m-t-70 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1600px) {
  .m-t-70 {
    margin-top: 70px !important;
  }
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-20 {
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .m-t-20 {
    margin-top: 15px !important;
  }
}
@media (min-width: 1200px) {
  .m-t-20 {
    margin-top: 20px !important;
  }
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .p-b-20 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}

.p-b-30 {
  padding-bottom: 10px !important;
}
@media (min-width: 768px) {
  .p-b-30 {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  .p-b-30 {
    padding-bottom: 30px !important;
  }
}

.p-b-70 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-70 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-70 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-70 {
    padding-bottom: 70px !important;
  }
}

.p-b-60 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-60 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-60 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-60 {
    padding-bottom: 60px !important;
  }
}

.p-t-60 {
  padding-top: 25px !important;
}
@media (min-width: 768px) {
  .p-t-60 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-t-60 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-t-60 {
    padding-top: 60px !important;
  }
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

@media (min-width: 1200px) {
  .p-l-50 {
    padding-left: 30px !important;
  }
  .p-r-50 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .p-l-50 {
    padding-left: 50px !important;
  }
  .p-r-50 {
    padding-right: 50px !important;
  }
}
.p-r-0 {
  padding-right: 0 !important;
}

.no-border {
  border: 0 !important;
}

@media (min-width: 1200px) {
  .e-child.xl-pl-50 {
    padding-left: 35px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 35px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 45px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1600px) {
  .e-child.xl-pl-50 {
    padding-left: 50px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 50px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 80px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 80px !important;
  }
}

#content_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.fit-height {
  height: 100% !important;
}

.elementor-widget-image img {
  max-width: 100% !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.block {
  display: block;
}
@media (max-width: 1199px) {
  .block {
    display: inline;
  }
}

.common-ul ul {
  margin: 0;
  padding: 0;
}
.common-ul ul li {
  padding: 5px 0 5px 30px;
  position: relative;
  display: block;
  color: #fff !important;
}
.common-ul ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.common-ul ul li a {
  color: #fff !important;
}
.common-ul ul li a:hover {
  color: #006B37 !important;
}
@media (max-width: 767px) {
  .common-ul.inline {
    text-align: left;
  }
}
.common-ul.inline ul {
  display: inline;
}
.common-ul.inline ul li {
  display: inline-block;
}

@media (max-width: 1199px) {
  .elementor-container {
    flex-flow: wrap !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .right {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .e-con-inner .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .e-con-inner .right {
    width: 100% !important;
  }
}

.tt h1, .tt .h1, .tt h2, .tt .h2, .tt h3, .tt .h3, .tt h4, .tt .h4, .tt .h5, .tt h5, .tt .h6, .tt h6, .tt p {
  text-transform: uppercase !important;
}

.left .elementor-widget-image {
  text-align: left;
}
@media (max-width: 1199px) {
  .left .elementor-widget-image {
    text-align: left;
  }
}
@media (max-width: 1600px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .left .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.right .elementor-widget-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .right .elementor-widget-image {
    text-align: center;
  }
}
@media (max-width: 1600px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .right .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.moretext {
  display: none;
}

.moreless-button {
  color: #000;
  font-family: "Outfit", sans-serif !important;
}

@media (max-width: 1199px) {
  .ipad-100 .elementor-container, .ipad-100 .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .ipad-100 .elementor-container .elementor-column, .ipad-100 .e-con-inner .elementor-column {
    width: 100% !important;
  }
}

.wd-60 {
  width: 60% !important;
}
@media (max-width: 1199px) {
  .wd-60 {
    width: 100% !important;
  }
}

.wd-40 {
  width: 40% !important;
}
@media (max-width: 1199px) {
  .wd-40 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-45 {
  width: 45% !important;
}
@media (max-width: 1199px) {
  .wd-45 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-57 {
  width: 57% !important;
}
@media (max-width: 1199px) {
  .wd-57 {
    width: 100% !important;
  }
}

.wd-43 {
  width: 43% !important;
}
@media (max-width: 1199px) {
  .wd-43 {
    width: 100% !important;
  }
}

.btn-wrap .btn + .btn, .btn-wrap .btn .elementor-widget-button, .btn-wrap .elementor-widget-button + .btn, .btn-wrap .elementor-widget-button .elementor-widget-button {
  margin-left: 15px !important;
}

@media (max-width: 1199px) {
  .half-container-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 320px) {
  .half-container-wrap .img_bx {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .img_bx {
    width: 50% !important;
  }
}
.half-container-wrap .img_bx .elementor-widget-image {
  width: 100% !important;
}
@media (min-width: 320px) {
  .half-container-wrap .half-right-blk {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .half-right-blk {
    width: 50% !important;
    padding-right: 8% !important;
  }
}
@media (min-width: 2000px) and (max-width: 2800px) {
  .half-container-wrap .half-right-blk {
    padding-right: 15% !important;
  }
}
@media (min-width: 320px) {
  .half-container-wrap .half-left-blk {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .half-left-blk {
    padding-left: 8% !important;
    width: 50% !important;
  }
}
@media (min-width: 2000px) and (max-width: 2800px) {
  .half-container-wrap .half-left-blk {
    padding-left: 15% !important;
  }
}

@media (max-width: 1199px) {
  .right_img {
    margin-bottom: 20px !important;
    order: 1;
  }
}
.right_img .elementor-widget-image {
  width: 100% !important;
  text-align: right !important;
}
@media (max-width: 1680px) {
  .right_img .elementor-widget-image {
    width: 90% !important;
  }
}
@media (max-width: 1199px) {
  .right_img .elementor-widget-image {
    text-align: center !important;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .ipad-wd-100 {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .elementor-container,
  .ipad-wd-100 .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .elementor-container .elementor-column,
  .ipad-wd-100 .e-con-inner .elementor-column {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .img_bx {
    order: 1;
    margin: 0 auto 20px;
    width: 100% !important;
  }
}
.ipad-wd-100 .img_bx.right .elementor-widget-image {
  text-align: right;
}
.ipad-wd-100 .img_bx.left .elementor-widget-image {
  text-align: left;
}
@media (max-width: 1199px) {
  .ipad-wd-100 .txt_blk {
    width: 100% !important;
  }
}
.ipad-wd-100 .txt_blk.left {
  padding-right: 20px;
}
@media (max-width: 1680px) {
  .ipad-wd-100 .txt_blk.left {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .txt_blk.left {
    padding-right: 0px;
  }
}
.ipad-wd-100 .txt_blk.right {
  padding-left: 20px;
}
@media (max-width: 1680px) {
  .ipad-wd-100 .txt_blk.right {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .txt_blk.right {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .ipad-wd-100 .txt_blk {
    order: 2;
  }
}

#sub-header, .elementor-element-ce49e7c, .elementor-element-bf6c96a {
  display: none !important;
}

.elementor-widget-theme-site-logo {
  width: 100px !important;
}
@media (max-width: 1199px) {
  .elementor-widget-theme-site-logo {
    width: 85px !important;
  }
}

.elementor-heading-title {
  font-family: "Inter", sans-serif !important;
}
.elementor-heading-title h1, .elementor-heading-title h2, .elementor-heading-title h3, .elementor-heading-title h4, .elementor-heading-title h5, .elementor-heading-title h6, .elementor-heading-title p, .elementor-heading-title li, .elementor-heading-title a {
  font-family: "Inter", sans-serif !important;
}

.clr {
  color: rgba(0, 0, 0, 0.6) !important;
}
.clr p {
  color: rgba(0, 0, 0, 0.6) !important;
}

.inter {
  font-family: "Inter", sans-serif !important;
}
.inter h1, .inter h2, .inter h3, .inter h4, .inter h5, .inter h6, .inter p, .inter li, .inter a {
  font-family: "Inter", sans-serif !important;
}

.outfit {
  font-family: "Outfit", sans-serif !important;
}
.outfit h1, .outfit h2, .outfit h3, .outfit h4, .outfit h5, .outfit h6, .outfit p, .outfit li, .outfit a {
  font-family: "Outfit", sans-serif !important;
}

.elementor-3145 .elementor-element.elementor-element-b6b8c0c {
  margin-bottom: 0 !important;
}

.footer-form-wrap .img_bx .fm-img {
  min-height: 580px !important;
}
@media (max-width: 1680px) {
  .footer-form-wrap .img_bx .fm-img {
    min-height: 580px !important;
  }
}
@media (max-width: 1600px) {
  .footer-form-wrap .img_bx .fm-img {
    min-height: 564px !important;
  }
}

@media (max-width: 1470px) {
  .back-pos-img {
    background-position: 100% !important;
  }
}
@media (max-width: 1199px) {
  .back-pos-img {
    background-image: none !important;
  }
}

@media (max-width: 1470px) {
  .footer-form-wrap .fomr-box h2 {
    font-size: 25px !important;
  }
}
.footer-form-wrap .fomr-box .para-text {
  padding-bottom: 10px !important;
}
.footer-form-wrap .fomr-box .elementor-form {
  /* Style the filename display */
}
.footer-form-wrap .fomr-box .elementor-form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  font-size: 15px !important;
}
.footer-form-wrap .fomr-box .elementor-form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  font-size: 15px !important;
}
.footer-form-wrap .fomr-box .elementor-form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  font-size: 15px !important;
}
.footer-form-wrap .fomr-box .elementor-form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  font-size: 15px !important;
}
.footer-form-wrap .fomr-box .elementor-form .elementor-field-group {
  margin-bottom: 10px !important;
}
.footer-form-wrap .fomr-box .elementor-form input {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  font-size: 15px !important;
  border: solid 1px #E5E5E5;
}
.footer-form-wrap .fomr-box .elementor-form input:focus, .footer-form-wrap .fomr-box .elementor-form input:hover {
  border-color: #E5E5E5 !important;
}
.footer-form-wrap .fomr-box .elementor-form textarea {
  background: #fff !important;
  border: solid 1px #E5E5E5 !important;
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  font-size: 15px !important;
  height: 80px !important;
  padding: 15px !important;
}
.footer-form-wrap .fomr-box .elementor-form .elementor-button {
  min-width: 150px !important;
}
.footer-form-wrap .fomr-box .elementor-form .elementor-field-type-upload {
  background: #ffffff;
  border: 1px dashed #c8d0c8;
  padding: 20px;
  margin: 0 10px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  transition: border-color 0.3s ease;
  text-align: center;
}
.footer-form-wrap .fomr-box .elementor-form .elementor-field-type-upload:hover {
  border-color: #66bb6a;
}
.footer-form-wrap .fomr-box .elementor-form .elementor-field-type-upload label {
  font-weight: 600 !important;
  color: #1b5e20 !important;
  font-family: "Outfit", sans-serif !important;
  cursor: pointer;
  font-size: 15px !important;
  text-align: center;
  width: 100%;
  position: relative;
}
.footer-form-wrap .fomr-box .elementor-form .elementor-upload-field {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  border: none !important;
  border: none !important;
  padding: 0;
  display: block;
}
.footer-form-wrap .fomr-box .elementor-form input.elementor-upload-field {
  visibility: visible;
  position: absolute;
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.footer-form-wrap .fomr-box .elementor-form .uploaded-file-name {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #2e7d32;
  font-family: sans-serif;
  text-align: center;
}
.btn-head-wrap.top {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 480px !important;
  gap: 0 !important;
}
@media (max-width: 1470px) {
  .btn-head-wrap.top {
    width: 420px !important;
  }
}
.btn-head-wrap.top .tle-num {
  width: 180px !important;
}
.btn-head-wrap.top .req-btn {
  width: 260px !important;
}
@media (max-width: 1470px) {
  .btn-head-wrap.top .req-btn {
    width: 230px !important;
  }
}
.btn-head-wrap.top .req-btn .elementor-button {
  border-radius: 35px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}
.btn-head-wrap.top .req-btn .elementor-button:hover {
  background: #000 !important;
  color: #fff !important;
}
.btn-head-wrap.top .req-btn .elementor-button .elementor-button-icon svg {
  width: 35px !important;
  height: 35px !important;
}
@media (max-width: 1470px) {
  .btn-head-wrap.top .req-btn .elementor-button .elementor-button-icon svg {
    width: 28px !important;
    height: 28px !important;
  }
}
.btn-head-wrap.top .req-btn .elementor-button-text {
  font-family: "Inter", sans-serif;
  text-align: left !important;
  font-weight: 400 !important;
}
@media (max-width: 1470px) {
  .btn-head-wrap.top .req-btn .elementor-button-text {
    font-size: 12px;
  }
}
.btn-head-wrap.top .req-btn .elementor-button-text .btn-span {
  text-align: left !important;
  font-weight: 300 !important;
  line-height: 1;
}

.mb-req .elementor-button {
  border-radius: 35px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}
@media (max-width: 767px) {
  .mb-req .elementor-button {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-left: 15px !important;
    padding: 9px !important;
  }
}
.mb-req .elementor-button:hover {
  background: #000 !important;
  color: #fff !important;
}
.mb-req .elementor-button .elementor-button-icon svg {
  width: 28px !important;
  height: 28px !important;
}
@media (max-width: 767px) {
  .mb-req .elementor-button .elementor-button-icon svg {
    width: 18px !important;
    height: 18px !important;
  }
}
.mb-req .elementor-button-text {
  font-family: "Inter", sans-serif;
  text-align: left !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .mb-req .elementor-button-text {
    font-size: 12px;
    display: none !important;
  }
}
.mb-req .block {
  display: block;
}
.mb-req .btn-span {
  text-align: left !important;
  font-weight: 300 !important;
  line-height: 1;
}

@media (max-width: 1470px) {
  #menu-1-8a07f41 li a {
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .mb-header-wrap {
    min-height: 100px !important;
  }
}
@media (max-width: 1199px) {
  .mb-header-wrap .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 50px !important;
  }
}
@media (max-width: 767px) {
  .mb-header-wrap .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 45px !important;
  }
}

.ft-req .elementor-button {
  border-radius: 35px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
}
.ft-req .elementor-button:hover, .ft-req .elementor-button:focus, .ft-req .elementor-button:active {
  background: #000 !important;
}
.ft-req .elementor-button:hover svg, .ft-req .elementor-button:focus svg, .ft-req .elementor-button:active svg {
  fill: none !important;
}
.ft-req .elementor-button-content-wrapper {
  align-items: center;
}
.ft-req .elementor-button-text {
  font-family: "Inter", sans-serif;
  text-align: left !important;
  font-weight: 400 !important;
}
.ft-req .elementor-button-icon svg {
  width: 35px !important;
  height: 35px !important;
}
@media (max-width: 1470px) {
  .ft-req .elementor-button-icon svg {
    width: 28px !important;
    height: 28px !important;
  }
}

#menu-1-e3b72b0 {
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 1199px) {
  #menu-1-e3b72b0 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 1023px) {
  #menu-1-e3b72b0 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (max-width: 767px) {
  #menu-1-e3b72b0 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#menu-1-e3b72b0 li a {
  font-weight: 600;
  color: #000000 !important;
}
#menu-1-e3b72b0 li a.elementor-item-active {
  color: #006B37 !important;
}
#menu-1-e3b72b0 li a:hover {
  color: #006B37 !important;
}

.elementor-field-group-email_newsletter input {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1;
  font-size: 14px !important;
  font-family: "Outfit", sans-serif;
}
.elementor-field-group-email_newsletter ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1;
  font-size: 14px !important;
  font-family: "Outfit", sans-serif;
}
.elementor-field-group-email_newsletter :-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1;
  font-size: 14px !important;
  font-family: "Outfit", sans-serif;
}
.elementor-field-group-email_newsletter ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1;
  font-size: 14px !important;
  font-family: "Outfit", sans-serif;
}
.elementor-field-group-email_newsletter :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  opacity: 1;
  font-size: 14px !important;
  font-family: "Outfit", sans-serif;
}

@media (max-width: 1280px) {
  .fcl1 {
    width: 48% !important;
    max-width: 48% !important;
  }
}
@media (max-width: 1199px) {
  .fcl1 {
    width: 40% !important;
    max-width: 40% !important;
  }
}
@media (max-width: 1023px) {
  .fcl1 {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 1280px) {
  .fcl1 h2.elementor-heading-title {
    font-size: 30px !important;
  }
}
@media (max-width: 1199px) {
  .fcl1 h2.elementor-heading-title {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 1199px) {
  .fcl2 {
    width: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 1023px) {
  .fcl2 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1600px) {
  .fcl3 {
    width: 45% !important;
    max-width: 45% !important;
  }
}
@media (max-width: 1280px) {
  .fcl3 {
    width: 40% !important;
    max-width: 40% !important;
  }
}
@media (max-width: 1199px) {
  .fcl3 {
    width: 35% !important;
    max-width: 35% !important;
  }
}
@media (max-width: 1023px) {
  .fcl3 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1600px) {
  .fcl4 {
    width: 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 1470px) {
  .fcl4 {
    width: 20% !important;
    max-width: 20% !important;
  }
}
@media (max-width: 1280px) {
  .fcl4 {
    width: 21% !important;
    max-width: 21% !important;
  }
}
@media (max-width: 1199px) {
  .fcl4 {
    width: 24% !important;
    max-width: 24% !important;
  }
}
@media (max-width: 1199px) {
  .fcl4 {
    width: 28% !important;
    max-width: 28% !important;
  }
}
@media (max-width: 767px) {
  .fcl4 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1600px) {
  .fcl5 {
    width: 25% !important;
    max-width: 25% !important;
  }
}
@media (max-width: 1470px) {
  .fcl5 {
    width: 26% !important;
    max-width: 26% !important;
  }
}
@media (max-width: 1366px) {
  .fcl5 {
    width: 29% !important;
    max-width: 29% !important;
  }
}
@media (max-width: 1280px) {
  .fcl5 {
    width: 31% !important;
    max-width: 31% !important;
  }
}
@media (max-width: 1199px) {
  .fcl5 {
    width: 31% !important;
    max-width: 31% !important;
  }
}
@media (max-width: 1023px) {
  .fcl5 {
    width: 42% !important;
    max-width: 42% !important;
  }
}
@media (max-width: 767px) {
  .fcl5 {
    width: 95% !important;
    max-width: 95% !important;
  }
}

.elementor-item-active {
  color: #006B37 !important;
}

@media (min-width: 1200px) {
  .hm-tab-section {
    margin: 0 -15px;
  }
}

.hm-tab-section .resp-tabs-container .sub {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  position: relative;
  width: 280px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .hm-tab-section .resp-tabs-container .sub {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .hm-tab-section .resp-tabs-container .sub {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .hm-tab-section .resp-tabs-container .sub {
    padding-top: 30px;
  }
}
.hm-tab-section .resp-tabs-container .sub:after {
  position: absolute;
  top: -10px;
  right: 20px;
  content: "";
  background: url(assets/images/line.png);
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 15px;
  height: 11px;
}
@media (max-width: 767px) {
  .hm-tab-section .resp-tabs-container .sub:after {
    display: none;
  }
}
.hm-tab-section .resp-tabs-container h2 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  font-family: "Inter", sans-serif !important;
}
@media (min-width: 1200px) {
  .hm-tab-section .resp-tabs-container h2 {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
  }
}
@media (min-width: 1700px) {
  .hm-tab-section .resp-tabs-container h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 767px) {
  .hm-tab-section .resp-tabs-container h2.resp-accordion {
    text-transform: uppercase;
    font-size: 16px !important;
  }
}

.tab-box-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 50px 0 0;
}
@media (max-width: 1199px) {
  .tab-box-wrap {
    flex-wrap: wrap;
  }
}
.tab-box-wrap .box {
  background-color: transparent;
  background-image: linear-gradient(180deg, #D0FEDA 0%, #E7F4D2 70%);
  padding: 15px;
  border-radius: 40px;
  width: calc(25% - 5px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199px) {
  .tab-box-wrap .box {
    width: calc(40% - 5px);
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .tab-box-wrap .box {
    width: calc(46% - 5px);
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .tab-box-wrap .box {
    width: calc(100% - 5px);
  }
}
.tab-box-wrap .box .tle h3 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
  text-align: left;
  font-weight: 400;
  color: #000000;
  min-height: 70px;
  margin-top: 20px;
  font-family: "Inter", sans-serif !important;
}
@media (min-width: 1200px) {
  .tab-box-wrap .box .tle h3 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1700px) {
  .tab-box-wrap .box .tle h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1199px) {
  .tab-box-wrap .box .tle h3 {
    min-height: 45px;
  }
}
@media (max-width: 1023px) {
  .tab-box-wrap .box .tle h3 {
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .tab-box-wrap .box .tle h3 {
    min-height: 0px;
  }
}
.tab-box-wrap .box p {
  text-align: left;
}
.tab-box-wrap .box .des {
  margin-bottom: 15px;
}
.tab-box-wrap .box .btn {
  font-family: "Inter", sans-serif !important;
  width: 100% !important;
  justify-content: start !important;
  align-items: center !important;
  text-align: center !important;
  position: relative;
  padding-left: 20px !important;
  margin-top: auto;
}
.tab-box-wrap .box .btn:after {
  position: absolute;
  content: "";
  right: 8px;
  top: 4.5px;
  width: 36px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.600586' y='0.627686' width='37.525' height='37.525' rx='18.7625' fill='%23D0FFDB'/%3E%3Cpath d='M16.8256 14.3881C16.6424 14.5713 16.5508 14.7927 16.5508 15.0523C16.5508 15.3119 16.6424 15.5333 16.8256 15.7165L19.913 18.8039L16.8256 21.8913C16.6546 22.0623 16.563 22.2654 16.5508 22.5005C16.5386 22.7356 16.6027 22.9448 16.7432 23.1281L16.8256 23.2197C17.0089 23.4029 17.2303 23.4945 17.4898 23.4945C17.7494 23.4945 17.9708 23.4029 18.154 23.2197L21.901 19.4635C22.0843 19.2803 22.1759 19.0604 22.1759 18.8039C22.1759 18.5474 22.0843 18.3275 21.901 18.1443L18.154 14.3881C17.9708 14.2049 17.7494 14.1133 17.4898 14.1133C17.2303 14.1133 17.0089 14.2049 16.8256 14.3881Z' fill='%23006B37'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1470px) {
  .tab-box-wrap .box .btn:after {
    right: 4px;
    top: 3.5px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1280px) {
  .tab-box-wrap .box .btn:after {
    top: 3px;
  }
}
.tab-box-wrap .box ul {
  text-align: left;
}

.tab-box-wrap .box img {
  border-radius: 25px;
}

.inner-common-banner .wrap {
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--e-global-color-vamtam_accent_4) 0%, var(--e-global-color-vamtam_accent_5) 310px);
  border-radius: 30px 30px 0 0;
}
.inner-common-banner .wrap-inner {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .inner-common-banner .wrap-inner {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .inner-common-banner .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .inner-common-banner .e-con-inner .text-wrap {
    width: 100%;
  }
}
@media (max-width: 1470px) {
  .inner-common-banner .e-con-inner .img-bx {
    padding-left: 20px !important;
  }
}
@media (max-width: 1199px) {
  .inner-common-banner .e-con-inner .img-bx {
    width: 100%;
    order: 1 !important;
    padding-left: 0 !important;
  }
}
.inner-common-banner .elementor-button:hover {
  background: #000 !important;
  color: #fff !important;
}

.box-wrap {
  margin: 30px 0 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .box-wrap {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
.box-wrap .elementor-bg-transform-zoom-in:hover .elementor-bg, .box-wrap .elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1) !important;
}
.box-wrap .elementor-cta__bg-overlay {
  display: none !important;
}
.box-wrap .bx {
  background: #F4F6F0;
  padding: 40px;
  border-radius: 40px;
  margin: 0 10px;
  width: calc(33.33333% - 20px);
}
@media (max-width: 1680px) {
  .box-wrap .bx {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .box-wrap .bx {
    width: calc(33.33333% - 20px);
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .box-wrap .bx {
    width: calc(45% - 20px);
    margin: 0 10px 30px !important;
  }
}
@media (max-width: 767px) {
  .box-wrap .bx {
    padding: 25px;
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}
.box-wrap .bx .elementor-cta {
  height: 100%;
}
@media (max-width: 119px) {
  .box-wrap .bx .elementor-cta {
    text-align: center !important;
  }
}
.box-wrap .bx .elementor-cta .elementor-cta__bg {
  border-radius: 40px;
}
.box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper {
  width: 100% !important;
  height: 224px !important;
  min-height: 224px !important;
}
@media (max-width: 1680px) {
  .box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper {
    height: 235px !important;
    min-height: 235px !important;
  }
}
@media (max-width: 1600px) {
  .box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper {
    height: 224px !important;
    min-height: 224px !important;
  }
}
@media (max-width: 1470px) {
  .box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper {
    height: 180px !important;
    min-height: 200px !important;
  }
}
@media (max-width: 1199px) {
  .box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper {
    width: 100% !important;
    margin: 0 auto;
    height: 130px !important;
    min-height: 130px !important;
  }
}
@media (max-width: 1023px) {
  .box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper {
    width: 100% !important;
    margin: 0 auto;
    height: 150px !important;
    min-height: 150px !important;
  }
}
@media (max-width: 767px) {
  .box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper {
    width: 100% !important;
    margin: 0 auto;
    height: auto !important;
  }
}
.box-wrap .bx .elementor-cta .elementor-cta__bg-wrapper img {
  width: 100% !important;
}
.box-wrap .bx .elementor-cta .elementor-cta__content {
  height: calc(100% - 223px) !important;
  text-align: left !important;
  background: transparent !important;
  padding: 0 !important;
  align-content: start;
  flex-direction: column;
}
@media (max-width: 1680px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content {
    height: calc(100% - 233px) !important;
  }
}
@media (max-width: 1600px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content {
    height: calc(100% - 223px) !important;
  }
}
@media (max-width: 1470px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content {
    height: calc(100% - 196px) !important;
  }
}
@media (max-width: 1199px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content {
    height: calc(100% - 130px) !important;
  }
}
@media (max-width: 1023px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content {
    height: calc(100% - 150px) !important;
  }
}
@media (max-width: 119px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content {
    text-align: center !important;
  }
}
.box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__title {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  font-family: "Inter", sans-serif;
  margin-top: 20px;
  color: #000 !important;
}
@media (max-width: 1470px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1199px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__title br {
    display: none;
  }
}
.box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__description {
  font-family: "Outfit", sans-serif;
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  margin-bottom: 15px !important;
}
@media (min-width: 1200px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__description {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__description {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper {
  margin-top: auto !important;
  margin-bottom: 15px !important;
}
.box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button {
  width: 100% !important;
  border: none !important;
  background: #006B37 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 300 !important;
  position: relative;
  text-align: left !important;
  font-family: "Inter", sans-serif;
}
@media (min-width: 1200px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:hover {
  background: #000 !important;
}
.box-wrap .bx .elementor-cta .elementor-cta__content .elementor-cta__button-wrapper .elementor-cta__button:after {
  position: absolute;
  content: "";
  right: 8px;
  top: 6px;
  width: 39px;
  height: 39px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.600586' y='0.627686' width='37.525' height='37.525' rx='18.7625' fill='%23D0FFDB'/%3E%3Cpath d='M16.8256 14.3881C16.6424 14.5713 16.5508 14.7927 16.5508 15.0523C16.5508 15.3119 16.6424 15.5333 16.8256 15.7165L19.913 18.8039L16.8256 21.8913C16.6546 22.0623 16.563 22.2654 16.5508 22.5005C16.5386 22.7356 16.6027 22.9448 16.7432 23.1281L16.8256 23.2197C17.0089 23.4029 17.2303 23.4945 17.4898 23.4945C17.7494 23.4945 17.9708 23.4029 18.154 23.2197L21.901 19.4635C22.0843 19.2803 22.1759 19.0604 22.1759 18.8039C22.1759 18.5474 22.0843 18.3275 21.901 18.1443L18.154 14.3881C17.9708 14.2049 17.7494 14.1133 17.4898 14.1133C17.2303 14.1133 17.0089 14.2049 16.8256 14.3881Z' fill='%23006B37'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

.green-box .gr-wrap .gr {
  background: #F4F6F0 !important;
}
.green-box .gr-wrap .gr .elementor-heading-title {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}
@media (min-width: 1200px) {
  .green-box .gr-wrap .gr .elementor-heading-title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1700px) {
  .green-box .gr-wrap .gr .elementor-heading-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.green-box .gr-wrap .gr p {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .green-box .gr-wrap .gr p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .green-box .gr-wrap .gr p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.h-af {
  position: relative;
  margin-bottom: 10px !important;
}
.h-af:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0.850098C13.6562 0.850098 15.2109 1.1626 16.6641 1.7876C18.1328 2.4126 19.4102 3.26807 20.4961 4.354C21.582 5.43994 22.4375 6.71729 23.0625 8.18604C23.6875 9.63916 24 11.1938 24 12.8501C24 14.5063 23.6875 16.061 23.0625 17.5142C22.4375 18.9829 21.582 20.2603 20.4961 21.3462C19.4102 22.4321 18.1328 23.2876 16.6641 23.9126C15.2109 24.5376 13.6562 24.8501 12 24.8501C10.3438 24.8501 8.78906 24.5376 7.33594 23.9126C5.86719 23.2876 4.58984 22.4321 3.50391 21.3462C2.41797 20.2603 1.5625 18.9829 0.9375 17.5142C0.3125 16.061 0 14.5063 0 12.8501C0 11.1938 0.3125 9.63916 0.9375 8.18604C1.5625 6.71729 2.41797 5.43994 3.50391 4.354C4.58984 3.26807 5.86719 2.4126 7.33594 1.7876C8.78906 1.1626 10.3438 0.850098 12 0.850098ZM17.5312 9.31104C17.3906 9.17041 17.2148 9.1001 17.0039 9.1001C16.793 9.1001 16.6172 9.17041 16.4766 9.31104L10.9922 14.7954L8.53125 12.311C8.39062 12.1704 8.21484 12.1001 8.00391 12.1001C7.79297 12.1001 7.61719 12.1704 7.47656 12.311C7.32031 12.4673 7.24219 12.647 7.24219 12.8501C7.24219 13.0532 7.32031 13.2329 7.47656 13.3892L10.4766 16.3892C10.6172 16.5298 10.793 16.6001 11.0039 16.6001C11.2148 16.6001 11.3906 16.5298 11.5312 16.3892L17.5312 10.3892C17.6719 10.2329 17.7422 10.0532 17.7422 9.8501C17.7422 9.64697 17.6719 9.46729 17.5312 9.31104Z' fill='%23006B37'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1600px) {
  .h-af:before {
    width: 20px;
    height: 20px;
  }
}

.box-wp .bx {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 55px;
}

.ls {
  letter-spacing: 1px !important;
}
.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
  letter-spacing: 1px !important;
}

@media (max-width: 1199px) {
  body, html {
    overflow-x: hidden !important;
  }
}

.wd-80 {
  margin: 0 auto !important;
}
@media (min-width: 1200px) {
  .wd-80 {
    width: 75% !important;
    margin: 0 auto !important;
  }
}

.bxa {
  color: #006B37 !important;
}
.bxa:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}

.back-pos-img::before {
  background-position: 80% 50% !important;
}
@media (max-width: 1680px) {
  .back-pos-img::before {
    background-position: bottom right !important;
    background-size: 160px auto !important;
  }
}
@media (max-width: 1200px) {
  .back-pos-img::before {
    background-image: none !important;
  }
}

@media (max-width: 1199px) {
  .faq-wrap-con.ipad-wd-100 .img_bx {
    width: 60% !important;
    max-width: 60% !important;
  }
}
@media (max-width: 1023px) {
  .faq-wrap-con.ipad-wd-100 .img_bx {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-n-accordion .e-n-accordion-item-title {
    align-items: start !important;
  }
}

@media (max-width: 767px) {
  .our-service-btn {
    width: 75% !important;
    max-width: 75% !important;
  }
}
@media (max-width: 767px) {
  .banner-inner-div .btn-banner a.elementor-button {
    width: 100%;
  }
}

.elementor-kit-8 .haq-tle-h4 h3.elementor-heading-title{
  font-size: 24px !important;
}
@media (max-width: 1680px) {
  .haq-tle-h4 .elementor-heading-title {
    font-size: 22px !important;
  }
  .elementor-kit-8 .haq-tle-h4 h3.elementor-heading-title {
    font-size: 22px !important;
  }
}
@media (max-width: 1470px) {
  .haq-tle-h4 .elementor-heading-title {
    font-size: 17px !important;
  }
  .elementor-kit-8 .haq-tle-h4 h3.elementor-heading-title {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  .elementor-17 .elementor-element.elementor-element-2806e1b {
    border-radius: 22px !important;
  }
}

@media (max-width: 767px) {
  .elementor-142 .elementor-element.elementor-element-c52777e.e-con {
    justify-content: end !important;
  }
}

.btn-wt-border .elementor-button {
  border: solid 1px rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 1199px) {
  footer.main-footer .fcl1.e-flex.e-con.e-child {
    flex-basis: 100% !important;
    min-width: 100% !important;
  }
}

.contact-pop-form .elementor-field-group {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.tw-modal-container .elementor-location-popup .e-con-inner {
  display: block !important;
}
.tw-modal-container .elementor-location-popup .e-con-inner .e-flex.e-con.e-child {
  display: block !important;
  padding: 0;
}
.tw-modal-container .elementor-widget-heading {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.tw-modal-container .elementor-field:focus {
  background-color: transparent !important;
}

/* @import "assets/scss/components/slick-slider"; */
.fs-16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.fs-16 p,
.fs-16 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.fs-14 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.fs-14 p,
.fs-14 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-14 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

.fs-20 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-20 p, .fs-20 .elementor-heading-title,
.fs-20 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-20 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-20 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-20 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

.fs-22 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-22 p,
.fs-22 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.fs-24 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
.fs-24 p,
.fs-24 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-24 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.fs-25 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-25 p,
.fs-25 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-25 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-25 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.fs-27 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-27 p,
.fs-27 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-27 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.fs-30 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-30 p,
.fs-30 li {
  font-size: inherit !important;
}
@media (min-width: 320px) {
  .fs-30 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-30 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-32 p,
.fs-32 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-32 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.fs-35 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-35 h1, .fs-35 h2, .fs-35 h3,
.fs-35 p,
.fs-35 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-35 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-35 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-35 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}

.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
.fs-36 p,
.fs-36 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-36 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

.fs-40 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-40 h1, .fs-40 h2, .fs-40 h3,
.fs-40 p,
.fs-40 li {
  font-size: inherit !important;
}
@media (min-width: 320px) {
  .fs-40 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-40 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.fs-42 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-42 h1, .fs-42 h2, .fs-42 h3,
.fs-42 p,
.fs-42 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-42 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-42 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}

.fs-45 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-45 h1, .fs-45 h2, .fs-45 h3,
.fs-45 p,
.fs-45 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-45 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-45 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}

.fs-50 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-50 h1, .fs-50 h2, .fs-50 h3,
.fs-50 p,
.fs-50 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-50 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-50 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.fs-55.elementor-widget-heading {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-55.elementor-widget-heading h1, .fs-55.elementor-widget-heading h2, .fs-55.elementor-widget-heading h3, .fs-55.elementor-widget-heading .elementor-heading-title,
.fs-55.elementor-widget-heading p,
.fs-55.elementor-widget-heading li {
  font-size: inherit !important;
}
@media (min-width: 320px) {
  .fs-55.elementor-widget-heading {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .fs-55.elementor-widget-heading {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-55.elementor-widget-heading {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-55.elementor-widget-heading {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-55.elementor-widget-heading {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

.fs-57 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-57 p,
.fs-57 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-57 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-57 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-57 {
    font-size: 57px !important;
    font-size: 3.5625rem !important;
  }
}

.fs-59 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-59 p,
.fs-59 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-59 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-59 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-59 {
    font-size: 59px !important;
    font-size: 3.6875rem !important;
  }
}

.fs-60 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-60 p,
.fs-60 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-60 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-60 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.fs-65 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-65 p,
.fs-65 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-65 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-65 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-65 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

.fs-67 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
.fs-67 p,
.fs-67 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-67 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-67 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-67 {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}

.fs-140 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 60px;
}
.fs-140 p,
.fs-140 li {
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .fs-140 {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .fs-140 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .fs-140 {
    font-size: 100px !important;
    font-size: 6.25rem !important;
  }
}
@media (min-width: 1680px) {
  .fs-140 {
    font-size: 140px !important;
    font-size: 8.75rem !important;
  }
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-100 h1, .fw-100 h2, .fw-100 h3, .fw-100 h4,
.fw-100 p,
.fw-100 li {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 h1, .fw-200 h2, .fw-200 h3, .fw-200 h4,
.fw-200 p,
.fw-200 li {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 h1, .fw-300 h2, .fw-300 h3, .fw-300 h4,
.fw-300 p,
.fw-300 li {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 h1, .fw-400 h2, .fw-400 h3, .fw-400 h4,
.fw-400 p,
.fw-400 li {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 h1, .fw-500 h2, .fw-500 h3, .fw-500 h4,
.fw-500 p,
.fw-500 li {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 h1, .fw-600 h2, .fw-600 h3, .fw-600 h4,
.fw-600 p,
.fw-600 li {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 h1, .fw-700 h2, .fw-700 h3, .fw-700 h4,
.fw-700 p,
.fw-700 li {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 h1, .fw-800 h2, .fw-800 h3, .fw-800 h4,
.fw-800 p,
.fw-800 li {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 h1, .fw-900 h2, .fw-900 h3, .fw-900 h4,
.fw-900 p,
.fw-900 li {
  font-weight: inherit !important;
}

.lh-1_1 {
  line-height: 1.1 !important;
}
.lh-1_1 p,
.lh-1_1 li {
  line-height: inherit;
}

.tt-up {
  text-transform: uppercase;
}

.tt-cap {
  text-transform: capitalize;
}

.tt-none {
  text-transform: none !important;
}

.fs-94 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 60px;
}
.fs-94 p,
.fs-94 li {
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .fs-94 {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .fs-94 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .fs-94 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .fs-94 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}
@media (min-width: 1680px) {
  .fs-94 {
    font-size: 94px !important;
    font-size: 5.875rem !important;
  }
}

.text-white {
  color: var(--global--color-white) !important;
}
.text-white p,
.text-white li,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white blockquote {
  color: inherit !important;
}
.text-white a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-white a[href^=tel]:hover {
  color: var(--global--color-white) !important;
}
.text-white .elementor-button-wrapper .elementor-button:hover,
.text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.text-white.primary-hover a:hover {
  color: var(--global--color-primary) !important;
}
.text-white.postTitle a {
  text-decoration: none !important;
}

.text-black {
  color: var(--global--color-black) !important;
}
.text-black p,
.text-black li,
.text-black a,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black blockquote {
  color: inherit !important;
}
.text-black a {
  color: inherit !important;
}
.text-black a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-black a[href^=tel]:hover {
  color: var(--global--color-white) !important;
}

.text-primary {
  color: var(--global--color-primary) !important;
}
.text-primary p,
.text-primary li,
.text-primary a,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary blockquote {
  color: inherit !important;
}
.text-primary a {
  color: inherit !important;
}
.text-primary a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-primary a[href^=tel]:hover {
  color: var(--global--color-primary) !important;
}

.text-secondary {
  color: var(--global--color-secondary) !important;
}
.text-secondary p,
.text-secondary li,
.text-secondary a,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary blockquote {
  color: inherit !important;
}
.text-secondary a {
  color: inherit !important;
}
.text-secondary a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
.text-secondary a[href^=tel]:hover {
  color: var(--global--color-secondary) !important;
}

.text-red {
  color: var(--global--color-red) !important;
}
.text-red p,
.text-red li,
.text-red a,
.text-red h1,
.text-red h2,
.text-red h3,
.text-red h4,
.text-red h5,
.text-red h6,
.text-red blockquote {
  color: inherit !important;
}
.text-red a {
  color: inherit !important;
}
.text-red a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
.text-red a[href^=tel]:hover {
  color: var(--global--color-secondary) !important;
}

.bg-primary {
  background-color: var(--global--color-primary);
}

.bg-secondary {
  background-color: var(--global--color-secondary);
}

@media screen and (min-resolution: 120dpi) {
  /* Styles for displays with a resolution of 120dpi or higher,
     which often corresponds to 125% scaling or higher on standard displays. */
  body {
    font-size: 0.9em; /* Example: slightly reduce font size */
  }
  .container {
    padding: 10px; /* Example: adjust padding */
  }
  #menu-1-8a07f41 li a {
    font-size: 13px !important;
    padding: 0 !important;
    margin: 0 5px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (max-width: 1600px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 360px !important;
  }
}
.btnsNew,
.btn {
  background: #006B37;
  color: #fff !important;
  border-radius: 30px;
  font-weight: 400;
  font-family: "Outfit", sans-serif !important;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
}
@media (min-width: 320px) {
  .btnsNew,
  .btn {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew,
  .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew,
  .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 55px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .btnsNew,
  .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.btnsNew:active, .btnsNew:focus, .btnsNew:hover, .btnsNew:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew i,
.btn i {
  display: none !important;
}
.btnsNew .ico, .btnsNew .elementor-button-icon,
.btn .ico,
.btn .elementor-button-icon {
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.btnsNew .ico svg, .btnsNew .elementor-button-icon svg,
.btn .ico svg,
.btn .elementor-button-icon svg {
  transition: all ease 0.3s;
  width: 35px;
  height: 35px;
}
@media (max-width: 1680px) {
  .btnsNew .ico svg, .btnsNew .elementor-button-icon svg,
  .btn .ico svg,
  .btn .elementor-button-icon svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew .ico.sm svg, .btnsNew .elementor-button-icon.sm svg,
.btn .ico.sm svg,
.btn .elementor-button-icon.sm svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1680px) {
  .btnsNew .ico.sm svg, .btnsNew .elementor-button-icon.sm svg,
  .btn .ico.sm svg,
  .btn .elementor-button-icon.sm svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew:hover,
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btnsNew.white,
.btn.white {
  background: #fff;
  color: #000 !important;
}
.btnsNew.white:hover,
.btn.white:hover {
  background: #000 !important;
  color: #fff !important;
}
.btnsNew.border,
.btn.border {
  background: transparent !important;
  border: solid 1px #006B37 !important;
  color: #006B37 !important;
}
.btnsNew.border:hover,
.btn.border:hover {
  background: #000 !important;
  color: #fff !important;
}
@media (min-width: 320px) {
  .btnsNew.btn-sm,
  .btn.btn-sm {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 35px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 115px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew.btn-sm,
  .btn.btn-sm {
    font-size: 12px !important;
    height: 35px !important;
    width: 115px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew.btn-sm,
  .btn.btn-sm {
    font-size: 14px !important;
    height: 45px !important;
    width: 130px !important;
  }
}

.elementor-grid:before {
  display: none;
}

.bann-con .e-con-inner {
  max-width: 1620px !important;
}
.bann-con .e-con-inner::before, .bann-con .e-con-inner::after {
  display: none !important;
}
@media (max-width: 1920px) {
  .bann-con .e-con-inner {
    max-width: 1620px !important;
  }
}
@media (max-width: 1680px) {
  .bann-con .e-con-inner {
    max-width: 1580px !important;
  }
}
@media (max-width: 1600px) {
  .bann-con .e-con-inner {
    max-width: 1520px !important;
  }
}
@media (max-width: 1470px) {
  .bann-con .e-con-inner {
    max-width: 1300px !important;
  }
}
@media (max-width: 1366px) {
  .bann-con .e-con-inner {
    max-width: 1260px !important;
  }
}
@media (max-width: 1280px) {
  .bann-con .e-con-inner {
    max-width: 1320px !important;
  }
}
@media (max-width: 1199px) {
  .bann-con .e-con-inner {
    max-width: 1240px !important;
  }
}
@media (max-width: 1024px) {
  .bann-con .e-con-inner {
    max-width: 980px !important;
  }
}
@media (max-width: 991px) {
  .bann-con .e-con-inner {
    max-width: 100% !important;
  }
}
.bann-con .e-con-inner .home-banner-wrap {
  padding-left: 8px;
}
.bann-con .e-con-inner .home-banner-wrap .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1920px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1500px !important;
  }
}
@media (max-width: 1680px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1450px !important;
  }
}
@media (max-width: 1600px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1380px !important;
  }
}
@media (max-width: 1470px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1150px !important;
  }
}
@media (max-width: 1366px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1142px !important;
  }
}
@media (max-width: 1280px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (max-width: 1199px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 1120px !important;
  }
}
@media (max-width: 1024px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 895px !important;
  }
}
@media (max-width: 1023px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 882px !important;
  }
}
@media (max-width: 991px) {
  .bann-con .e-con-inner .home-banner-wrap .e-con-inner {
    max-width: 100% !important;
  }
}
.bann-con .e-con-inner .home-banner-wrap .three-li-container ul li .elementor-icon-list-text {
  font-family: "Outfit", sans-serif !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .bann-con .e-con-inner .home-banner-wrap .three-li-container ul li .elementor-icon-list-text {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .bann-con .e-con-inner .home-banner-wrap .three-li-container ul li .elementor-icon-list-text {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

@media (min-width: 1200px) {
  .hm-mini-box .txt_blk {
    padding-left: 0 !important;
  }
  .hm-mini-box .img_bx {
    padding-right: 0 !important;
  }
  .hm-mini-box .img_bx .elementor-widget-container img {
    width: 100% !important;
  }
}
.banner-head {
  color: #000000;
  font-family: "Inter", sans-serif !important;
  line-height: 0.8;
}

.banner-sub-head {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
  color: #000000;
  line-height: 1.1;
  font-family: "Inter", sans-serif !important;
}
@media (min-width: 1200px) {
  .banner-sub-head {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1700px) {
  .banner-sub-head {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

.banner-inner-div .elementor-button-text, .banner-inner-div .elementor-icon-list-text {
  font-family: "Inter", sans-serif !important;
}

.banner-sub-head span {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  letter-spacing: 11px;
}
@media (min-width: 1200px) {
  .banner-sub-head span {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1700px) {
  .banner-sub-head span {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

.banner-inner-div {
  padding-left: 70px !important;
  padding-right: 90px !important;
  padding-top: 95px !important;
  padding-bottom: 64px !important;
}
@media (max-width: 1680px) {
  .banner-inner-div {
    padding-left: 60px !important;
    padding-right: 70px !important;
    padding-top: 85px !important;
    padding-bottom: 58px !important;
  }
}
@media (max-width: 1600px) {
  .banner-inner-div {
    padding-left: 55px !important;
    padding-right: 60px !important;
    padding-top: 80px !important;
    padding-bottom: 55px !important;
  }
}
@media (max-width: 1440px) {
  .banner-inner-div {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 75px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1366px) {
  .banner-inner-div {
    padding-left: 45px !important;
    padding-right: 40px !important;
    padding-top: 70px !important;
    padding-bottom: 45px !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .banner-inner-div {
    padding-left: 40px !important;
    padding-right: 60px !important;
    padding-top: 65px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 991px) {
  .banner-inner-div {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .banner-inner-div {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}

.banner-content {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Inter", sans-serif !important;
  margin-top: -5px;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .banner-content {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .banner-content {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.banner-inner-div .elementor-icon-list-items i::before, .who-we-serve-sec .elementor-icon-list-items i::before {
  color: #006b37;
}

.banner-inner-div .elementor-widget-button svg, .btn-head-wrap .elementor-widget-button svg {
  width: 25px !important;
  height: 25px !important;
}

.btn-head-wrap .elementor-widget-button span.btn-span {
  font-size: 12px;
}

.banner-inner-div .elementor-button-content-wrapper span.elementor-button-text.vamtam-btn-text-abs {
  display: none !important;
}

.banner-inner-div span.elementor-button-content-wrapper {
  display: flex;
  align-items: center;
}

.banner-inner-div a.elementor-button:hover {
  background-color: black;
}

.banner-inner-div .btn-banner a.elementor-button {
  min-height: 56px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .banner-inner-div .btn-banner a.elementor-button {
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .banner-inner-div .btn-banner a.elementor-button {
    padding: 8px 15px !important;
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-inner-div .btn-banner a.elementor-button span.elementor-button-text {
    font-size: 13px !important;
  }
}

.arrow svg path:first-of-type, .container-1160px .icon-one svg path:nth-last-of-type(2), .container-1160px .icon-one svg g g g g path,
.container-1160px .icon-two svg path:first-of-type, .container-1160px .icon-two svg g:last-of-type path,
.container-1160px .icon-three .elementor-widget-icon svg path:nth-last-of-type(3),
.container-1160px .icon-three .elementor-motion-effects-element svg g g g g path,
.container-1160px .icon-three .elementor-widget-icon svg path:first-of-type {
  fill: #006B37 !important;
}

.p-color-00000099 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.common-ul ul li.p-color-00000099 {
  color: rgba(0, 0, 0, 0.6) !important;
  padding-top: 0;
  padding-bottom: 0;
}
.common-ul ul li.p-color-00000099::before {
  background-color: #006B37 !important;
  top: 10px;
  width: 8px;
  height: 8px;
}
@media (max-width: 1470px) {
  .common-ul ul li.p-color-00000099::before {
    top: 8px;
  }
}
@media (max-width: 1199px) {
  .common-ul ul li.p-color-00000099::before {
    top: 7px;
  }
}
@media (max-width: 1023px) {
  .common-ul ul li.p-color-00000099::before {
    top: 6px;
  }
}
@media (max-width: 767px) {
  .common-ul ul li.p-color-00000099::before {
    top: 5px;
  }
}

.container-1160px .e-con-inner {
  max-width: 1160px !important;
}
@media screen and (max-width: 1024px) {
  .container-1160px .e-con-inner {
    max-width: 905px !important;
  }
}
@media (min-width: 768px) and (max-width: 810px) {
  .container-1160px .e-con-inner {
    max-width: 685px !important;
    text-align: center !important;
  }
}

.three-li-container {
  justify-content: space-between !important;
}

@media screen and (max-width: 991px) {
  .banner-inner-div {
    width: 100% !important;
  }
  .banner-leaves img {
    display: none !important;
  }
  .review-container .elementor-element-80109eb img {
    max-width: 46px !important;
  }
  .home-banner-wrap .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-sub-head span {
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .banner-sub-head span {
    letter-spacing: 5px;
  }
}
.review-container .elementor-heading-title, .testi-wrap .elementor-element-989db41 .elementor-element-3a527b5 .elementor-heading-title {
  font-family: "Outfit", sans-serif !important;
}

@media (min-width: 991px) {
  .review-container {
    bottom: -1px !important;
  }
  .review-container .elementor-element-80109eb img {
    max-width: 50px !important;
  }
}
.review-container {
  right: -46px !important;
}
@media (max-width: 1680px) {
  .review-container {
    right: -52px !important;
  }
}
@media (max-width: 1600px) {
  .review-container {
    right: -56px !important;
  }
}
@media (max-width: 1440px) {
  .review-container {
    right: -61px !important;
  }
}
@media (max-width: 1366px) {
  .review-container {
    right: -45px !important;
  }
}
@media (max-width: 1280px) {
  .review-container {
    right: -28px !important;
  }
}
@media (max-width: 1152px) {
  .review-container {
    right: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .review-container {
    right: -29px !important;
  }
}

.banner-wrapper {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
}

.who-we-serve-sec .elementor-widget-container {
  margin-bottom: 5px !important;
}

.who-we-serve-sec .elementor-widget-container h2 {
  line-height: 1.1;
}

.who-we-serve-sec p {
  line-height: 1.3;
}

@media (max-width: 767px) {
  .who-we-sets-accor .elementor-widget-text-editor p {
    font-size: 15px !important;
  }
}
.who-we-sets-accor .e-n-accordion-item-title-text h3 {
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .who-we-sets-accor .e-n-accordion-item-title-text h3 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .who-we-sets-accor .e-n-accordion-item-title-text h3 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .who-we-sets-accor .e-n-accordion-item-title-text h3 {
    font-size: 17px !important;
  }
}

.who-we-serve-sec .e-n-accordion-item-title {
  padding: 15px 0px 15px 0px !important;
  border-radius: 0px !important;
}
.who-we-serve-sec .e-n-accordion-item-title::before, .who-we-serve-sec .e-n-accordion-item-title::after {
  display: none;
}
.who-we-serve-sec .e-n-accordion-item-title-icon {
  background-color: #006B37 !important;
}
.who-we-serve-sec .e-n-accordion-item-title-icon .e-opened i {
  color: #fff !important;
}
.who-we-serve-sec .e-n-accordion-item-title-icon .e-closed i {
  color: #fff !important;
}

.who-we-sets-accor .e-n-accordion-item-title h3 {
  z-index: 3 !important;
  position: relative;
}
.who-we-sets-accor .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  z-index: 3;
}
.who-we-sets-accor details.e-n-accordion-item div.e-child {
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.who-we-sets-accor .e-n-accordion details {
  border-bottom: 1px solid #dfdfdf;
}
.who-we-sets-accor .e-n-accordion details:last-of-type {
  border-bottom: none;
}

.sitemap {
  display: block;
}
.sitemap .sub-arrow {
  display: none !important;
}

#menu-1-478bc51 {
  display: inline-block !important;
  width: auto !important;
}
#menu-1-478bc51 li {
  display: block !important;
  position: relative;
  background: transparent !important;
  border-inline-start: none !important;
}
#menu-1-478bc51 li:hover, #menu-1-478bc51 li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li:before {
  display: none !important;
}
#menu-1-478bc51 li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 10px;
  height: 10px;
  background-color: #006B37;
  border-radius: 50%;
  border: none !important;
}
@media (max-width: 1199px) {
  #menu-1-478bc51 li:after {
    top: 18px;
  }
}
#menu-1-478bc51 li a {
  display: block !important;
  border-inline-start: none !important;
  color: #000 !important;
  background: transparent !important;
}
#menu-1-478bc51 li a:hover, #menu-1-478bc51 li a:focus {
  color: #006b37 !important;
  border: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li a:hover:after, #menu-1-478bc51 li a:hover:before, #menu-1-478bc51 li a:focus:after, #menu-1-478bc51 li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-478bc51 li a {
    font-size: 16px;
  }
}
#menu-1-478bc51 li a .sub-arrow {
  display: none !important;
}
#menu-1-478bc51 li a:after {
  display: none;
}
#menu-1-478bc51 li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
#menu-1-478bc51 li ul.sub-menu li {
  border-inline-start: none !important;
}
#menu-1-478bc51 li ul.sub-menu li:after {
  border: none !important;
}
#menu-1-478bc51 li ul.sub-menu li:before {
  display: none !important;
}
#menu-1-478bc51 li ul.sub-menu li:hover, #menu-1-478bc51 li ul.sub-menu li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li ul.sub-menu li a {
  background: transparent !important;
  font-size: 16px !important;
  border-inline-start: none !important;
}
#menu-1-478bc51 li ul.sub-menu li a:hover, #menu-1-478bc51 li ul.sub-menu li a:focus {
  background: transparent !important;
  color: #006b37 !important;
  border: none !important;
  border-inline-start: none !important;
  background: transparent !important;
}
#menu-1-478bc51 li ul.sub-menu li a:hover:after, #menu-1-478bc51 li ul.sub-menu li a:hover:before, #menu-1-478bc51 li ul.sub-menu li a:focus:after, #menu-1-478bc51 li ul.sub-menu li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-478bc51 li ul li {
    font-size: 15px !important;
  }
}

.post-9415 li.menu-item-7749 a {
  padding-bottom: 0px !important;
}

#menu-1-05f58e7 {
  display: inline-block !important;
  width: auto !important;
}
#menu-1-05f58e7 li {
  display: block !important;
  position: relative;
  background: transparent !important;
  border-inline-start: none !important;
}
#menu-1-05f58e7 li:hover, #menu-1-05f58e7 li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li:before {
  display: none !important;
}
#menu-1-05f58e7 li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #006B37;
  border-radius: 50%;
  border: none !important;
}
@media (max-width: 1199px) {
  #menu-1-05f58e7 li:after {
    top: 6px;
  }
}
#menu-1-05f58e7 li a {
  padding-top: 0px !important;
  display: block !important;
  border-inline-start: none !important;
  color: #000 !important;
  background: transparent !important;
}
#menu-1-05f58e7 li a:hover, #menu-1-05f58e7 li a:focus {
  color: #006b37 !important;
  border: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li a:hover:after, #menu-1-05f58e7 li a:hover:before, #menu-1-05f58e7 li a:focus:after, #menu-1-05f58e7 li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-05f58e7 li a {
    font-size: 16px;
  }
}
#menu-1-05f58e7 li a .sub-arrow {
  display: none !important;
}
#menu-1-05f58e7 li a:after {
  display: none;
}
#menu-1-05f58e7 li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
#menu-1-05f58e7 li ul.sub-menu li {
  border-inline-start: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li:after {
  border: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li:before {
  display: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li:hover, #menu-1-05f58e7 li ul.sub-menu li:focus {
  border: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li ul.sub-menu li a {
  padding-top: 0px !important;
  background: transparent !important;
  font-size: 16px !important;
  border-inline-start: none !important;
}
#menu-1-05f58e7 li ul.sub-menu li a:hover, #menu-1-05f58e7 li ul.sub-menu li a:focus {
  background: transparent !important;
  color: #006b37 !important;
  border: none !important;
  border-inline-start: none !important;
  background: transparent !important;
}
#menu-1-05f58e7 li ul.sub-menu li a:hover:after, #menu-1-05f58e7 li ul.sub-menu li a:hover:before, #menu-1-05f58e7 li ul.sub-menu li a:focus:after, #menu-1-05f58e7 li ul.sub-menu li a:focus:before {
  display: none !important;
}
@media (max-width: 1024px) {
  #menu-1-05f58e7 li ul li {
    font-size: 15px !important;
  }
}

.header-wrap .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.header-wrap .e-con-inner::before, .header-wrap .e-con-inner::after {
  display: none;
}
.header-wrap .e-con-inner .elementor-widget-image {
  text-align: left;
}
.header-wrap .e-con-inner .elementor-widget-image a img {
  height: 70px !important;
  width: 70px !important;
}

.btn-head-wrap {
  width: 552px !important;
}
.btn-head-wrap .elementor-element-ee1ad30 {
  width: 262px !important;
}

@media screen and (max-width: 1600px) and (min-width: 992px) {
  .banner-inner-div .elementor-button {
    padding: 12px 12px !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
  .banner-inner-div .elementor-button .elementor-button-text {
    font-size: 12px !important;
  }
}
.who-we-are-con {
  margin-top: -140px !important;
}
@media screen and (max-width: 1024px) {
  .who-we-are-con {
    margin-top: 0px !important;
  }
}

@media (max-width: 1200px) {
  .who-we-serve-sec .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 12px !important;
  }
}

.who-we-h6 h6 {
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}

.testi-wrap .elementor-element-2284658 {
  row-gap: 0 !important;
}
.testi-wrap .elementor-swiper-button:hover i {
  color: #006B37 !important;
}
.testi-wrap .test-cus .elementor-heading-title {
  font-family: "Outfit", sans-serif !important;
}

.faq-wrap-con .faq-wrap-div-1 .elementor-element-8ef75ba {
  row-gap: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.faq-wrap-con .elementor-button-link .vamtam-theme-phone:before {
  color: #fff;
}
.faq-wrap-con .elementor-button-link .vamtam-btn-text-abs {
  color: #000000 !important;
}
.faq-wrap-con .elementor-element-31058db {
  background: linear-gradient(145deg, rgb(211, 254, 218) 0%, rgb(232, 245, 211) 99%);
}
.faq-wrap-con .faq-gap {
  row-gap: 10px;
}
@media (max-width: 1600px) {
  .faq-wrap-con .faq-gap {
    row-gap: 16px !important;
  }
}
@media (max-width: 1440px) {
  .faq-wrap-con .faq-gap {
    row-gap: 32px !important;
  }
}
@media (max-width: 1366px) {
  .faq-wrap-con .faq-gap {
    row-gap: 27px !important;
  }
}
@media (max-width: 1300px) {
  .faq-wrap-con .faq-gap {
    row-gap: 26px !important;
  }
}
@media (max-width: 1280px) {
  .faq-wrap-con .faq-gap {
    row-gap: 35px !important;
  }
}
@media (max-width: 1152px) {
  .faq-wrap-con .faq-gap {
    row-gap: 85px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .faq-wrap-con .faq-gap {
    row-gap: 10px !important;
  }
}
@media (max-width: 991px) {
  .faq-wrap-con .faq-gap {
    row-gap: 20px !important;
  }
}

.faq-wrap-con .faq-wrap-div-1 .elementor-widget-image img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .faq-wrap-con details.e-n-accordion-item P {
    font-size: 15px !important;
  }
}

.faq-wrap-div-2 .e-n-accordion-item-title::before, .faq-wrap-div-2 .e-n-accordion-item-title::after {
  display: none;
}

.faq-wrap-div-2 .e-n-accordion-item-title-text {
  font-family: "Inter", sans-serif !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .faq-wrap-div-2 .e-n-accordion-item-title-text {
    font-size: 18px !important;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .faq-wrap-div-2 summary.e-n-accordion-item-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    z-index: 999;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .faq-wrap-con .e-con-inner {
    flex-direction: column !important;
  }
  .faq-wrap-div-1,
  .faq-wrap-div-2 {
    width: 100% !important;
  }
}
.faq-wrap-con .e-con-inner::after, .faq-wrap-con .e-con-inner::before,
.elementor-element-cb50b3c .e-con-inner::before, .elementor-element-cb50b3c .e-con-inner::after {
  display: none;
}

@media (min-width: 992px) {
  .faq-wrap-con .faq-wrap-div-2 {
    padding-top: 0 !important;
  }
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item {
  width: 460px !important;
  margin-right: 40px !important;
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
  height: 225px !important;
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 32px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image .elementor-widget-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.blog-wrapp-div .elementor-grid .type-post.e-loop-item:last-child {
  margin-right: 0 !important;
}
@media (max-width: 1680px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 415px !important;
    margin-right: 30px !important;
  }
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
    height: 200px !important;
  }
}
@media (max-width: 1600px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 405px !important;
  }
}
@media (max-width: 1470px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 330px !important;
  }
}
@media (max-width: 1199px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 280px !important;
  }
}
@media (max-width: 1200px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    margin-right: 25px !important;
  }
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
    height: 180px !important;
  }
}
@media (max-width: 992px) {
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .blog-wrapp-div .elementor-grid .type-post.e-loop-item .elementor-widget-theme-post-featured-image {
    height: auto !important;
  }
}
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item .elementor-post-info__terms-list a {
  font-family: "Inter", sans-serif !important;
  color: #006B37 !important;
  font-weight: 300;
}
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a,
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h3 a {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 1200px) {
  .blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a,
  .blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h3 a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1700px) {
  .blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a,
  .blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h3 a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h4 a:hover,
.blog-wrapp-div .elementor-element-433f61c .type-post.e-loop-item h3 a:hover {
  color: #006B37;
}

.book-now-form .vamtam-btn-text-wrap .elementor-button-text {
  color: #fff;
  font-family: "Inter", sans-serif !important;
}

span.elementor-button-text {
  font-family: "Inter", sans-serif !important;
}

.blog-wrapp-div .elementor-element-3f74ba9 {
  padding-top: 12px;
}
.blog-wrapp-div .elementor-widget-button a.elementor-button-link {
  border-color: #006B37 !important;
}

.testi-quotes .elementor-heading-title {
  font-family: "Outfit", sans-serif !important;
}
.testi-quotes .elementor-heading-title::before, .testi-quotes .elementor-heading-title::after {
  font-family: "Outfit", sans-serif !important;
}

.mb-header-wrap .elementor-element-c52777e .elementor-menu-toggle.elementor-active i::before, .mb-header-wrap .elementor-element-c52777e .elementor-menu-toggle.elementor-active i::after {
  color: #fff !important;
}

.error404, .page-id-9681, .page-id-9415, .page-id-140 {
  background-color: #f4f6f0 !important;
}

.book-now-form .e-form__indicators__indicator--state-active .e-form__indicators__indicator--shape-circle {
  background-color: #006B37 !important;
}
.book-now-form .e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-circle {
  background-color: #006B37 !important;
  border-color: #006B37 !important;
}
.book-now-form .e-form__buttons__wrapper .elementor-button-text {
  font-family: "Outfit", sans-serif !important;
}
.book-now-form .e-form__buttons__wrapper.e-form__buttons__wrapper__button-previous .elementor-button-text {
  color: #006B37 !important;
}

#back-to-top {
  cursor: pointer;
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20px;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  font-weight: 200 !important;
  z-index: 99;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: none !important;
}
@media (max-width: 1600px) {
  #back-to-top {
    width: 30px;
    height: 30px;
  }
}
#back-to-top svg {
  fill: var(--global--color-white);
  height: 12px;
}
#back-to-top:focus {
  outline: none !important;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  display: flex !important;
}
@media (max-width: 1199px) {
  #back-to-top.visible {
    display: none !important;
  }
}
#back-to-top:hover {
  background-color: var(--global--color-secondary);
  text-decoration: none;
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  font-weight: 300;
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

.page-id-27 .elementor-widget-theme-post-title .elementor-heading-title a:hover {
  color: #006B37 !important;
}
.page-id-27 .elementor-icon-list-items span a {
  color: #006B37 !important;
}
.page-id-27 article.post-27 .elementor-location-single .elementor-element-505758b {
  gap: 0 !important;
}
.page-id-27 article.post-27 .elementor-element-ef0547a .e-con-inner {
  gap: 0 !important;
}
.page-id-27 article.post-27 .elementor-element-cf2b2b6 .e-con-inner {
  padding-top: 5vh !important;
  padding-bottom: 5vh !important;
}
.page-id-27 article.post-27 .elementor-element-cf2b2b6 .elementor-widget-container {
  font-family: "Inter", sans-serif !important;
}
.page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
  height: 260px !important;
}
@media (max-width: 1680px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 230px !important;
  }
}
@media (max-width: 1440px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 190px !important;
  }
}
@media (max-width: 1199px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 160px !important;
  }
}
@media (max-width: 1023px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: 125px !important;
  }
}
@media (max-width: 767px) {
  .page-id-27 .elementor-widget-loop-grid .has-post-thumbnail .elementor-widget-theme-post-featured-image img {
    height: auto !important;
  }
}

.blog-title-wrap .elementor-widget-theme-post-title h4 a:focus {
  color: #006B37 !important;
}
.blog-title-wrap .elementor-button-link span {
  font-family: "Inter", sans-serif !important;
}
.blog-title-wrap .elementor-button-link span i {
  color: #006B37 !important;
}
@media (max-width: 768px) {
  .blog-title-wrap .elementor-element-7c8c925 {
    padding-left: 3vh !important;
  }
}

.blg-rd-mre-btn .elementor-button-text {
  font-family: "Outfit", sans-serif !important;
}

.blog-wrapp-div .elementor-element-b9a1620 .e-con-inner {
  gap: 0;
}

.footer-form-wrap .elementor-element-0d5f458 p {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .footer-form-wrap .elementor-element-0d5f458 p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1700px) {
  .footer-form-wrap .elementor-element-0d5f458 p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.footer-form-wrap .elementor-element-0d5f458 p:hover {
  color: #006B37 !important;
}

.btm-foot .elementor-element-d90f1e9::after, .btm-foot.elementor-element-af02143::after {
  display: none !important;
}

@media (max-width: 768px) {
  .blg-hd h2 {
    font-size: 25px !important;
  }
}

.e-n-accordion-item-title {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=main.css.map */

.elementor-kit-8 .elementor-element-d4091cd .elementor-heading-title,
.elementor-kit-8 .elementor-element-8dc3ba2 .elementor-heading-title{
  color: var(--e-global-color-vamtam_accent_6);
    font-size: var(--e-global-typography-vamtam_h6-font-size);
    font-weight: var(--e-global-typography-vamtam_h6-font-weight);
    text-transform: var(--e-global-typography-vamtam_h6-text-transform);
    font-style: var(--e-global-typography-vamtam_h6-font-style);
    text-decoration: var(--e-global-typography-vamtam_h6-text-decoration);
    line-height: var(--e-global-typography-vamtam_h6-line-height);
    letter-spacing: var(--e-global-typography-vamtam_h6-letter-spacing);
    word-spacing: var(--e-global-typography-vamtam_h6-word-spacing);
}

.error404 .footer_map,
.page-id-9681 .footer_map{
  display: none !important;
}