@charset "UTF-8";
/*
Theme Name: basicbins
Theme URI: https://www.basicbins.ca/
Author: the TechWyse team
Author URI: https://www.techwyse.com/
Description: basicbins offers start-up consultation, clinic management, billing, buying/selling, & physician recruitment services to boost your medical business.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basicbins
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

basicbins WordPress Theme, (C) 2020 WordPress.org
basicbins is distributed under the terms of the GNU GPL.
*/
:root {
  --font-outfit: "Playfair Display", 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);
  --tw--global--color-white: #fff;
  --tw--global--color-black: #000;
  --tw--global--color-primary:#B79A57;
  --tw--global--color-secondary: #0D214E;
  --global--color-primary: #B79A57;
  --global--color-secondary: #0D214E;
  --global--color-black: #000;
  --global--color-white: #fff;
  --tw--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;
  --e-global-color-text:#000 !important;
  --tw--global--color-red:#ff0100;
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1380px;
  --tw-wrap-xxxl: 1660px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-100 p,
.fw-100 li {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 p,
.fw-200 li {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 p,
.fw-300 li {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 p,
.fw-400 li {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 p,
.fw-500 li {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 p,
.fw-600 li {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 p,
.fw-700 li {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 p,
.fw-800 li {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 p,
.fw-900 li {
  font-weight: inherit !important;
}

.tt-up {
  text-transform: uppercase !important;
}
.tt-up > * {
  text-transform: inherit;
}

.tt-cap {
  text-transform: capitalize !important;
}
.tt-cap > * {
  text-transform: inherit;
}

.tt-none {
  text-transform: none !important;
}
.tt-none > * {
  text-transform: inherit;
}

.line_height-1 {
  line-height: 1 !important;
}
.line_height-1 p {
  line-height: inherit !important;
}

.line_height-1_1 {
  line-height: 1.1 !important;
}
.line_height-1_1 p {
  line-height: inherit !important;
}

.line_height-1_2 {
  line-height: 1.2 !important;
}
.line_height-1_2 p {
  line-height: inherit !important;
}

.line_height-1_3 {
  line-height: 1.3 !important;
}
.line_height-1_3 p {
  line-height: inherit !important;
}

.line_height-1_4 {
  line-height: 1.4 !important;
}
.line_height-1_4 p {
  line-height: inherit !important;
}

.line_height-1_5 {
  line-height: 1.5 !important;
}
.line_height-1_5 p {
  line-height: inherit !important;
}

.line_height-1_6 {
  line-height: 1.6 !important;
}
.line_height-1_6 p {
  line-height: inherit !important;
}

.fs-19 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media screen and (min-width: 768px) {
  .fs-19 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-19 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-19 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-19 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}

.fs-20 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .fs-20 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-20 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-20 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-20 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

.fs-22 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-22 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.fs-24 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-24 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-24 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.fs-26 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .fs-26 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-26 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-26 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-26 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

.fs-28 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-28 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-28 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

.fs-30 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-30 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.fs-32 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-32 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.fs-40 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .fs-40 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-40 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-40 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.fs-45 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 1024px) {
  .fs-45 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-45 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-45 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

.fs-50 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  .fs-50 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-50 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-50 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-50 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.fs-60 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .fs-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-60 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.fs-100 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 768px) {
  .fs-100 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-100 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-100 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-100 {
    font-size: 100px !important;
    font-size: 6.25rem !important;
  }
}

.fs-100-thankyou {
  font-size: 55px !important;
  font-size: 3.4375rem !important;
}
@media screen and (min-width: 768px) {
  .fs-100-thankyou {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-100-thankyou {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-100-thankyou {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-100-thankyou {
    font-size: 125px !important;
    font-size: 7.8125rem !important;
  }
}

.fs-70 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 768px) {
  .fs-70 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-70 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-70 {
    font-size: 70px !important;
    font-size: 4.375rem !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;
}

.lh {
  line-height: 1 !important;
}

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: 400;
  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;
}
.elementor-widget-text-editor p a {
  color: var(--global--color-primary);
  display: inline;
  font-weight: 400 !important;
}
.elementor-widget-text-editor p a:hover {
  color: var(--global--color-secondary);
  text-decoration: none !important;
}
.elementor-widget-text-editor p strong a {
  font-weight: 700 !important;
}

body {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black);
  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 screen and (min-width: 1200px) {
  body {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1850px) {
  body {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
body p,
body li {
  color: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-weight: 300 !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 screen and (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 {
  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: block;
  margin: 10px;
}
@media screen and (max-width: 1199px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }
}

article,
aside,
div,
main,
nav,
section,
figure,
summary,
picture {
  *zoom: 1;
}
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-flow: row 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 screen and (min-width: 1200px) {
  .tw-row.xl_row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tw-row.xl_row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (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 screen and (min-width: 576px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media screen and (min-width: 1600px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (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 screen and (min-width: 576px) {
  .container-fluid {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .container-fluid {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    max-width: 1780px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    width: 96%;
  }
}
@media screen and (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 screen and (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 screen and (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 screen and (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 screen and (min-width: 1200px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1300px) {
  .custom_container-left {
    margin-left: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left {
    margin-left: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1850px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 1200px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1300px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1850px) {
  .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 1200px) {
  .custom_container-right {
    margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1300px) {
  .custom_container-right {
    margin-right: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right {
    margin-right: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1850px) {
  .custom_container-right {
    margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 1200px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1300px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right-padding {
    padding-right: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (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 screen and (min-width: 1200px) {
  .cust_col-38 {
    width: 38%;
  }
}

@media screen and (min-width: 1200px) {
  .cust_col-62 {
    width: 62%;
  }
}

@media screen and (min-width: 1200px) {
  .xl_pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (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 screen and (min-width: 768px) and (max-width: 1199px) {
  .e-con-inner .half-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.text-white {
  color: var(--tw--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 p,
.text-white li {
  font-weight: 200;
}
.text-white a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white a:hover {
  color: var(--tw--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-white a[href^=tel]:hover {
  color: var(--tw--global--color-white) !important;
}

.text-gray {
  color: #8E8E8E !important;
}
.text-gray p,
.text-gray li,
.text-gray a,
.text-gray h1,
.text-gray h2,
.text-gray h3,
.text-gray h4,
.text-gray h5,
.text-gray h6,
.text-gray blockquote {
  color: inherit !important;
}
.text-gray a {
  color: inherit !important;
}
.text-gray a:hover {
  color: var(--tw--global--color-primary) !important;
  text-decoration: none !important;
}
.text-gray a[href^=tel]:hover {
  color: var(--tw--global--color-black) !important;
}

.text-black {
  color: var(--tw--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(--tw--global--color-primary) !important;
  text-decoration: none !important;
}
.text-black a[href^=tel]:hover {
  color: var(--tw--global--color-black) !important;
}

.text-primary, .primary-color {
  color: var(--tw--global--color-primary) !important;
}
.text-primary a:hover, .primary-color a:hover {
  color: var(--tw--global--color-secondary) !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, .primary-color p,
.primary-color li,
.primary-color a,
.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color blockquote {
  color: inherit !important;
}
.text-primary a, .primary-color a {
  color: inherit !important;
}
.text-primary a:hover, .primary-color a:hover {
  color: var(--tw--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-primary a[href^=tel]:hover, .primary-color a[href^=tel]:hover {
  color: var(--tw--global--color-primary) !important;
}

.text-secondary, .secondary-color {
  color: var(--tw--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, .secondary-color p,
.secondary-color li,
.secondary-color a,
.secondary-color h1,
.secondary-color h2,
.secondary-color h3,
.secondary-color h4,
.secondary-color h5,
.secondary-color h6,
.secondary-color blockquote {
  color: inherit !important;
}
.text-secondary a, .secondary-color a {
  color: inherit !important;
}
.text-secondary a:hover, .secondary-color a:hover {
  color: var(--tw--global--color-primary) !important;
  text-decoration: none !important;
}
.text-secondary a[href^=tel]:hover, .secondary-color a[href^=tel]:hover {
  color: var(--tw--global--color-secondary) !important;
}

.text-base {
  color: var(--tw--global--color-base-text) !important;
}
.text-base p,
.text-base li,
.text-base a,
.text-base h1,
.text-base h2,
.text-base h3,
.text-base h4,
.text-base h5,
.text-base h6,
.text-base blockquote {
  color: inherit !important;
}
.text-base a {
  color: inherit !important;
}
.text-base a:hover {
  color: var(--tw--global--color-primary) !important;
  text-decoration: none !important;
}
.text-base a[href^=tel]:hover {
  color: var(--tw--global--color-secondary) !important;
}

.bg-primary {
  background-color: var(--tw--global--color-primary);
}

.bg-primary-alt {
  background-color: var(--tw--global--primary-alt);
}

.bg-secondary {
  background-color: var(--tw--global--color-secondary);
}

h1 {
  color: var(--tw--global--color-heading);
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  h1 {
    margin-bottom: 15px;
  }
}
h1 strong {
  font-weight: inherit !important;
}
h1 + h2 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h2 {
    margin-top: 15px;
  }
}
h1 + h3 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h3 {
    margin-top: 15px;
  }
}
h1 + h4 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h4 {
    margin-top: 15px;
  }
}
h1 + h5 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h5 {
    margin-top: 15px;
  }
}
h1 + h6 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h6 {
    margin-top: 15px;
  }
}
h1.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h1.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h2 {
  color: var(--tw--global--color-heading);
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  h2 {
    margin-bottom: 15px;
  }
}
h2 strong {
  font-weight: inherit !important;
}
h2 + h2 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h2 {
    margin-top: 15px;
  }
}
h2 + h3 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h3 {
    margin-top: 15px;
  }
}
h2 + h4 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h4 {
    margin-top: 15px;
  }
}
h2 + h5 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h5 {
    margin-top: 15px;
  }
}
h2 + h6 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h2 + h6 {
    margin-top: 15px;
  }
}
h2.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h2.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h3 {
  color: var(--tw--global--color-heading);
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  h3 {
    margin-bottom: 15px;
  }
}
h3 strong {
  font-weight: inherit !important;
}
h3 + h2 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h2 {
    margin-top: 15px;
  }
}
h3 + h3 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h3 {
    margin-top: 15px;
  }
}
h3 + h4 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h4 {
    margin-top: 15px;
  }
}
h3 + h5 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h5 {
    margin-top: 15px;
  }
}
h3 + h6 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h3 + h6 {
    margin-top: 15px;
  }
}
h3.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h3.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h4 {
  color: var(--tw--global--color-heading);
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  h4 {
    margin-bottom: 15px;
  }
}
h4 strong {
  font-weight: inherit !important;
}
h4 + h2 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h2 {
    margin-top: 15px;
  }
}
h4 + h3 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h3 {
    margin-top: 15px;
  }
}
h4 + h4 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h4 {
    margin-top: 15px;
  }
}
h4 + h5 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h5 {
    margin-top: 15px;
  }
}
h4 + h6 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h4 + h6 {
    margin-top: 15px;
  }
}
h4.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h4.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h5 {
  color: var(--tw--global--color-heading);
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  h5 {
    margin-bottom: 15px;
  }
}
h5 strong {
  font-weight: inherit !important;
}
h5 + h2 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h2 {
    margin-top: 15px;
  }
}
h5 + h3 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h3 {
    margin-top: 15px;
  }
}
h5 + h4 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h4 {
    margin-top: 15px;
  }
}
h5 + h5 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h5 {
    margin-top: 15px;
  }
}
h5 + h6 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h5 + h6 {
    margin-top: 15px;
  }
}
h5.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h5.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h6 {
  color: var(--tw--global--color-heading);
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 1600px) {
  h6 {
    margin-bottom: 15px;
  }
}
h6 strong {
  font-weight: inherit !important;
}
h6 + h2 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h2 {
    margin-top: 15px;
  }
}
h6 + h3 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h3 {
    margin-top: 15px;
  }
}
h6 + h4 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h4 {
    margin-top: 15px;
  }
}
h6 + h5 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h5 {
    margin-top: 15px;
  }
}
h6 + h6 {
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h6 + h6 {
    margin-top: 15px;
  }
}
h6.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h6.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

h1,
.h1 {
  font-family: "Playfair Display", serif !important;
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h1,
  .h1 {
    font-size: 72px !important;
    font-size: 4.5rem !important;
  }
}
h1,
.h1 {
  font-family: "Playfair Display", serif !important;
  text-transform: capitalize !important;
}

h2,
.h2 {
  font-family: "Playfair Display", serif !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h2,
  .h2 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
h2,
.h2 {
  font-family: "Playfair Display", serif !important;
  text-transform: capitalize !important;
}

h3,
.h3 {
  font-family: "Playfair Display", serif !important;
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h3,
  .h3 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
h3,
.h3 {
  font-family: "Playfair Display", serif !important;
}

h4,
.h4 {
  font-family: "Playfair Display", serif !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h4,
  .h4 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
h4,
.h4 {
  font-family: "Playfair Display", serif !important;
}

h5,
.h5 {
  font-family: "Playfair Display", serif !important;
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h5,
  .h5 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
h5,
.h5 {
  font-family: "Playfair Display", serif !important;
}

h6,
.h6 {
  font-family: "Playfair Display", serif !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h6,
  .h6 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
h6,
.h6 {
  font-family: "Playfair Display", serif !important;
}

.elementor-widget-heading {
  background-color: transparent;
  color: var(--tw--global--color-heading) !important;
  display: block;
  font-family: "Playfair Display", serif !important;
  font-weight: 500 !important;
  line-height: 1.2;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: none;
  font-family: "Playfair Display", serif !important;
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading {
    font-size: 72px !important;
    font-size: 4.5rem !important;
  }
}
.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  position: relative;
  text-transform: inherit;
  vertical-align: middle;
  font-family: "Playfair Display", serif !important;
}
.elementor-widget-heading.line_height-1_1 .elementor-heading-title {
  line-height: 1.1 !important;
}
.elementor-widget-heading.btm_line_L .elementor-heading-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background: #4268D2;
  margin-bottom: 16px;
  margin-top: 16px;
}
.elementor-widget-heading.main-tle .elementor-heading-title, .elementor-widget-heading.main-tle h1, .elementor-widget-heading.main-tle h2 {
  font-size: 128px !important;
  color: #efefef !important;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1680px) {
  .elementor-widget-heading.main-tle .elementor-heading-title, .elementor-widget-heading.main-tle h1, .elementor-widget-heading.main-tle h2 {
    font-size: 90px !important;
  }
}
@media screen and (max-width: 1599px) {
  .elementor-widget-heading.main-tle .elementor-heading-title, .elementor-widget-heading.main-tle h1, .elementor-widget-heading.main-tle h2 {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1199px) {
  .elementor-widget-heading.main-tle .elementor-heading-title, .elementor-widget-heading.main-tle h1, .elementor-widget-heading.main-tle h2 {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1023px) {
  .elementor-widget-heading.main-tle .elementor-heading-title, .elementor-widget-heading.main-tle h1, .elementor-widget-heading.main-tle h2 {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading.main-tle .elementor-heading-title, .elementor-widget-heading.main-tle h1, .elementor-widget-heading.main-tle h2 {
    font-size: 50px !important;
  }
}
.elementor-widget-heading.h2, .elementor-widget-heading .h2 {
  font-family: "Playfair Display", serif !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-resolution: 120dpi) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
.elementor-widget-heading.fs-82 {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-82 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-82 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-82 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-82 {
    font-size: 82px !important;
    font-size: 5.125rem !important;
  }
}
.elementor-widget-heading.fs-75 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-75 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-75 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-75 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-75 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-75 {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
.elementor-widget-heading.fs-72 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-72 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-72 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-72 {
    font-size: 72px !important;
    font-size: 4.5rem !important;
  }
}
.elementor-widget-heading.fs-67 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-67 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-67 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-67 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-67 {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}
.elementor-widget-heading.fs-65 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-65 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-65 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-65 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
.elementor-widget-heading.fs-63 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-63 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-63 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-63 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-63 {
    font-size: 63px !important;
    font-size: 3.9375rem !important;
  }
}
.elementor-widget-heading.fs-60 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-60 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
.elementor-widget-heading.fs-59 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-59 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-59 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-59 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-59 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-59 {
    font-size: 59px !important;
    font-size: 3.6875rem !important;
  }
}
.elementor-widget-heading.fs-55 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-55 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-55 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-55 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
.elementor-widget-heading.fs-52 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-52 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-52 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-52 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-52 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}
.elementor-widget-heading.fs-60 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-60 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
.elementor-widget-heading.fs-48 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-48 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-48 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-48 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-48 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
.elementor-widget-heading.fs-90 {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-90 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-90 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-90 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-90 {
    font-size: 90px !important;
    font-size: 5.625rem !important;
  }
}
.elementor-widget-heading.fs-45 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-45 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-45 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-45 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
.elementor-widget-heading.fs-44 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-44 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-44 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-44 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-44 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
.elementor-widget-heading.fs-43 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-43 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-43 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-43 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-43 {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}
.elementor-widget-heading.fs-42 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-42 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-42 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-42 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
.elementor-widget-heading.fs-40 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-40 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-40 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-40 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
.elementor-widget-heading.fs-34 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-34 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-34 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-34 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-34 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
.elementor-widget-heading.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-36 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-36 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-36 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
.elementor-widget-heading.fs-30 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-30 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.elementor-widget-heading.fs-32 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-32 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
.elementor-widget-heading.fs-29 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-29 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-29 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-29 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-29 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
.elementor-widget-heading.fs-28 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-28 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-28 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
.elementor-widget-heading.fs-27 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-27 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-27 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
.elementor-widget-heading.fs-26 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-26 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-26 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-26 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-26 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
.elementor-widget-heading.fs-24 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-24 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-24 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
.elementor-widget-heading.fs-23 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-23 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-23 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-23 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-23 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
.elementor-widget-heading.h3, .elementor-widget-heading .h3 {
  font-family: "Playfair Display", serif !important;
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
.elementor-widget-heading.center {
  text-align: center;
}
.elementor-widget-heading.no-transform {
  text-transform: none;
}
.elementor-widget-heading.m-b-0 .elementor-heading-title {
  margin-bottom: 0 !important;
}
.elementor-widget-heading.primary-color {
  color: var(--tw--global--color-primary) !important;
}
.elementor-widget-heading.text-primary {
  color: var(--tw--global--color-primary) !important;
}
.elementor-widget-heading.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}
.elementor-widget-heading.text-tri {
  color: #F5F5F5 !important;
}
.elementor-widget-heading.text-black {
  color: var(--tw--global--color-black) !important;
}
.elementor-widget-heading.text-gray {
  color: var(--tw--global--color-black) !important;
}
.elementor-widget-heading.text-white {
  color: var(--tw--global--color-white) !important;
  font-weight: 600;
}
.elementor-widget-heading.tt-none {
  text-transform: none !important;
}
.elementor-widget-heading.lh-1 {
  line-height: 1;
}
.elementor-widget-heading .text-tri {
  color: #F5F5F5 !important;
}
.elementor-widget-heading .text-tri h1, .elementor-widget-heading .text-tri h2, .elementor-widget-heading .text-tri h3, .elementor-widget-heading .text-tri h4, .elementor-widget-heading .text-tri h5, .elementor-widget-heading .text-tri h6, .elementor-widget-heading .text-tri p, .elementor-widget-heading .text-tri li {
  color: #F5F5F5 !important;
}
.elementor-widget-heading.fw-100 {
  font-weight: 100 !important;
}
.elementor-widget-heading.fw-100 h1, .elementor-widget-heading.fw-100 h2, .elementor-widget-heading.fw-100 h3, .elementor-widget-heading.fw-100 h4,
.elementor-widget-heading.fw-100 p,
.elementor-widget-heading.fw-100 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-200 {
  font-weight: 200 !important;
}
.elementor-widget-heading.fw-200 h1, .elementor-widget-heading.fw-200 h2, .elementor-widget-heading.fw-200 h3, .elementor-widget-heading.fw-200 h4,
.elementor-widget-heading.fw-200 p,
.elementor-widget-heading.fw-200 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-300 {
  font-weight: 300 !important;
}
.elementor-widget-heading.fw-300 h1, .elementor-widget-heading.fw-300 h2, .elementor-widget-heading.fw-300 h3, .elementor-widget-heading.fw-300 h4,
.elementor-widget-heading.fw-300 p,
.elementor-widget-heading.fw-300 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-400 {
  font-weight: 400 !important;
}
.elementor-widget-heading.fw-400 h1, .elementor-widget-heading.fw-400 h2, .elementor-widget-heading.fw-400 h3, .elementor-widget-heading.fw-400 h4,
.elementor-widget-heading.fw-400 p,
.elementor-widget-heading.fw-400 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-500 {
  font-weight: 500 !important;
}
.elementor-widget-heading.fw-500 h1, .elementor-widget-heading.fw-500 h2, .elementor-widget-heading.fw-500 h3, .elementor-widget-heading.fw-500 h4,
.elementor-widget-heading.fw-500 p,
.elementor-widget-heading.fw-500 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-600 {
  font-weight: 600 !important;
}
.elementor-widget-heading.fw-600 h1, .elementor-widget-heading.fw-600 h2, .elementor-widget-heading.fw-600 h3, .elementor-widget-heading.fw-600 h4,
.elementor-widget-heading.fw-600 p,
.elementor-widget-heading.fw-600 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-700 {
  font-weight: 700 !important;
}
.elementor-widget-heading.fw-700 h1, .elementor-widget-heading.fw-700 h2, .elementor-widget-heading.fw-700 h3, .elementor-widget-heading.fw-700 h4,
.elementor-widget-heading.fw-700 p,
.elementor-widget-heading.fw-700 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-800 {
  font-weight: 800 !important;
}
.elementor-widget-heading.fw-800 h1, .elementor-widget-heading.fw-800 h2, .elementor-widget-heading.fw-800 h3, .elementor-widget-heading.fw-800 h4,
.elementor-widget-heading.fw-800 p,
.elementor-widget-heading.fw-800 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-900 {
  font-weight: 900 !important;
}
.elementor-widget-heading.fw-900 h1, .elementor-widget-heading.fw-900 h2, .elementor-widget-heading.fw-900 h3, .elementor-widget-heading.fw-900 h4,
.elementor-widget-heading.fw-900 p,
.elementor-widget-heading.fw-900 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.lh-1 {
  line-height: 1 !important;
}
.elementor-widget-heading.lh-1 h1, .elementor-widget-heading.lh-1 h2, .elementor-widget-heading.lh-1 h3, .elementor-widget-heading.lh-1 h4, .elementor-widget-heading.lh-1 h5, .elementor-widget-heading.lh-1 h6, .elementor-widget-heading.lh-1 p, .elementor-widget-heading.lh-1 li {
  line-height: 1 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}
.lh-13 h1, .lh-13 h2, .lh-13 h3, .lh-13 h4, .lh-13 h5, .lh-13 h6, .lh-13 p, .lh-13 li {
  line-height: 1.3 !important;
}

.lh-1 {
  line-height: 1 !important;
}
.lh-1 h1, .lh-1 h2, .lh-1 h3, .lh-1 h4, .lh-1 h5, .lh-1 h6, .lh-1 p, .lh-1 li {
  line-height: 1 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}
.lh-13 h1, .lh-13 h2, .lh-13 h3, .lh-13 h4, .lh-13 h5, .lh-13 h6, .lh-13 p, .lh-13 li {
  line-height: 1.3 !important;
}

body {
  counter-reset: heading-counter;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol li::marker {
  font-weight: 500;
}

.titled_ol {
  counter-increment: heading-counter;
}
.titled_ol:before {
  color: var(--tw--global--color-primary);
  content: counter(heading-counter) ". ";
}

[class*=es_list-] ol {
  padding-left: 18px;
}
[class*=es_list-] ol ::marker {
  content: counter(list-item) ". ";
}
[class*=es_list-] li {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  [class*=es_list-] li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  [class*=es_list-] li {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  [class*=es_list-] li {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  [class*=es_list-] li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
[class*=es_list-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
[class*=es_list-] li a:hover {
  color: var(--tw--global--color-primary) !important;
  text-decoration: none !important;
}
[class*=es_list-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  [class*=es_list-] li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1850px) {
  [class*=es_list-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=es_list-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media screen and (min-width: 1600px) {
  [class*=es_list-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=es_list-] ul {
  display: block;
  list-style-type: none;
}
[class*=es_list-] ul::marker {
  display: none !important;
}
[class*=es_list-] ul li {
  padding-left: 23px;
  position: relative;
}
[class*=es_list-] ul li:before {
  background-color: transparent;
  border: 2px solid var(--tw--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 10px;
}
@media screen and (min-width: 1600px) {
  [class*=es_list-] ul li {
    padding-left: 26px;
  }
  [class*=es_list-] ul li:before {
    border-width: 3px;
    height: 14px;
    top: 8px;
    width: 14px;
  }
}
[class*=es_list-] ul::marker {
  display: none !important;
}
[class*=es_list-] ul li::marker {
  display: none !important;
}

@media screen and (min-width: 992px) {
  ul.cntList-2-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}

@media screen and (min-width: 992px) {
  ul.cntList-3-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media screen and (min-width: 1200px) {
  ul.cntList-3-cols {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
}

@media screen and (min-width: 768px) {
  ul.cntList-4-cols {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media screen and (min-width: 992px) {
  ul.cntList-4-cols {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
}
@media screen and (min-width: 1200px) {
  ul.cntList-4-cols {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
}

ol {
  margin-left: 20px;
}
ol li {
  padding-left: 15px;
}
ol li a {
  color: var(--global--color-primary);
  display: inline;
  font-weight: 400 !important;
}
ol li a:hover {
  color: var(--global--color-secondary);
  text-decoration: none !important;
}

.btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn {
  align-items: center;
  background-color: #B79A57 !important;
  border: 0 !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  flex-flow: row wrap;
  font-size: clamp(0.75rem, 0.6574074074rem + 0.4938271605vw, 1.25rem);
  font-weight: 400;
  min-height: 40px;
  justify-content: center;
  line-height: 1;
  outline: none;
  overflow: hidden !important;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif !important;
}
.btnsNew span, .elementor-widget-button .elementor-button span, .elementor-widget-button a span, .btn span {
  position: relative;
  z-index: 2;
}
.btnsNew:after, .elementor-widget-button .elementor-button:after, .elementor-widget-button a:after, .btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all ease 0.3s;
  background: #0D214E;
}
.btnsNew .icon, .elementor-widget-button .elementor-button .icon, .elementor-widget-button a .icon, .btn .icon {
  transition: all ease 0.3s;
  margin-left: 5px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_65)'%3E%3Cpath d='M28.7566 10.411C28.7625 10.3529 28.7625 10.3529 28.7363 10.3209C28.7422 10.2628 28.7161 10.2308 28.7481 10.2046C28.7278 10.1145 28.7017 10.0825 28.6494 10.0185C28.5972 9.95451 28.5449 9.89051 28.4868 9.88464C28.4607 9.85264 28.4025 9.84677 28.3444 9.8409C28.3183 9.8089 28.2863 9.83502 28.2602 9.80302L11.4032 8.1001C11.2288 8.08248 11.1067 8.12887 11.0107 8.20725C10.9147 8.28563 10.8128 8.42214 10.8272 8.5704C10.8095 8.74478 10.8559 8.86691 10.9343 8.96291C11.0127 9.05891 11.1492 9.16078 11.2975 9.1464L26.8378 10.8044L8.30986 25.9323C8.08586 26.1152 8.05063 26.464 8.23353 26.688C8.41642 26.912 8.76518 26.9472 8.98918 26.7643L27.5171 11.6364L25.9754 27.1885C25.946 27.4791 26.1812 27.7671 26.4718 27.7965C26.7624 27.8258 27.0504 27.5907 27.0798 27.3L28.7566 10.411Z' fill='white'/%3E%3Cpath d='M28.8095 9.88812C28.8618 9.95212 28.914 10.0161 28.9284 10.1644L28.9748 10.2865L28.9428 10.3126C28.9689 10.3446 28.963 10.4028 28.9572 10.4609L27.2804 27.3499C27.2393 27.7568 26.8553 28.0703 26.4484 28.0292C26.0415 27.9881 25.7279 27.6041 25.7691 27.1972L27.2579 12.1683L9.14601 26.9566C8.82601 27.2179 8.36099 27.1709 8.09971 26.8509C7.83844 26.5309 7.88541 26.0659 8.20541 25.8046L26.3493 10.9902L11.3322 9.38502C10.9775 9.40792 10.6059 9.01805 10.679 8.58503C10.6646 8.43677 10.7723 8.24213 10.9643 8.08537C11.1243 7.95473 11.3046 7.91422 11.511 7.90571L28.368 9.60863L28.3941 9.64063C28.3941 9.64063 28.3941 9.64063 28.4202 9.67263C28.4784 9.6785 28.5365 9.68438 28.5887 9.74837C28.6789 9.72812 28.7572 9.82412 28.8095 9.88812ZM28.5418 10.2134C28.5156 10.1814 28.4895 10.1494 28.4372 10.0854L28.3791 10.0795L28.353 10.0475C28.353 10.0475 28.353 10.0475 28.2949 10.0417L28.2367 10.0358L28.2106 10.0038C28.2106 10.0038 28.2106 10.0038 28.1845 9.97178L11.3856 8.27473C11.2694 8.26298 11.1792 8.28324 11.1472 8.30936C11.0832 8.36162 11.0454 8.44588 11.0395 8.504C11.0219 8.67839 11.0741 8.74239 11.1002 8.77439C11.1525 8.83839 11.2368 8.87626 11.2949 8.88213L11.353 8.888L27.3525 10.6511L8.44056 26.0926C8.31256 26.1971 8.28907 26.4296 8.39359 26.5576C8.4981 26.6856 8.73061 26.7091 8.85861 26.6046L27.7705 11.1631L26.2079 27.2122C26.1903 27.3866 26.3471 27.5786 26.5215 27.5962C26.6959 27.6138 26.8879 27.457 26.9055 27.2827L28.5823 10.3937L28.5561 10.3617L28.5359 10.2715C28.5359 10.2715 28.5098 10.2395 28.5418 10.2134Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_65'%3E%3Crect width='25.5306' height='26.7699' fill='white' transform='translate(16.1469 36.7068) rotate(-129.231)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .btnsNew .icon, .elementor-widget-button .elementor-button .icon, .elementor-widget-button a .icon, .btn .icon {
    width: 15px;
    height: 15px;
  }
}
.btnsNew.btn-transparent, .elementor-widget-button .btn-transparent.elementor-button, .elementor-widget-button a.btn-transparent, .btn.btn-transparent {
  background-color: transparent !important;
  color: var(--tw--global--color-black) !important;
  padding: 2px !important;
  min-height: 0;
}
.btnsNew.btn-transparent:hover, .elementor-widget-button .btn-transparent.elementor-button:hover, .elementor-widget-button a.btn-transparent:hover, .btn.btn-transparent:hover {
  color: var(--tw--global--color-primary) !important;
  background-color: transparent !important;
}
.btnsNew.btn-transparent:hover:after, .elementor-widget-button .btn-transparent.elementor-button:hover:after, .elementor-widget-button a.btn-transparent:hover:after, .btn.btn-transparent:hover:after {
  display: none !important;
}
.btnsNew.btn-transparent .icon, .elementor-widget-button .btn-transparent.elementor-button .icon, .elementor-widget-button a.btn-transparent .icon, .btn.btn-transparent .icon {
  transition: all ease 0.3s;
  margin-left: 5px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_65)'%3E%3Cpath d='M28.7566 10.411C28.7625 10.3529 28.7625 10.3529 28.7363 10.3209C28.7422 10.2628 28.7161 10.2308 28.7481 10.2046C28.7278 10.1145 28.7017 10.0825 28.6494 10.0185C28.5972 9.95451 28.5449 9.89051 28.4868 9.88464C28.4607 9.85264 28.4025 9.84677 28.3444 9.8409C28.3183 9.8089 28.2863 9.83502 28.2602 9.80302L11.4032 8.1001C11.2288 8.08248 11.1067 8.12887 11.0107 8.20725C10.9147 8.28563 10.8128 8.42214 10.8272 8.5704C10.8095 8.74478 10.8559 8.86691 10.9343 8.96291C11.0127 9.05891 11.1492 9.16078 11.2975 9.1464L26.8378 10.8044L8.30986 25.9323C8.08586 26.1152 8.05063 26.464 8.23353 26.688C8.41642 26.912 8.76518 26.9472 8.98918 26.7643L27.5171 11.6364L25.9754 27.1885C25.946 27.4791 26.1812 27.7671 26.4718 27.7965C26.7624 27.8258 27.0504 27.5907 27.0798 27.3L28.7566 10.411Z' fill='white'/%3E%3Cpath d='M28.8095 9.88812C28.8618 9.95212 28.914 10.0161 28.9284 10.1644L28.9748 10.2865L28.9428 10.3126C28.9689 10.3446 28.963 10.4028 28.9572 10.4609L27.2804 27.3499C27.2393 27.7568 26.8553 28.0703 26.4484 28.0292C26.0415 27.9881 25.7279 27.6041 25.7691 27.1972L27.2579 12.1683L9.14601 26.9566C8.82601 27.2179 8.36099 27.1709 8.09971 26.8509C7.83844 26.5309 7.88541 26.0659 8.20541 25.8046L26.3493 10.9902L11.3322 9.38502C10.9775 9.40792 10.6059 9.01805 10.679 8.58503C10.6646 8.43677 10.7723 8.24213 10.9643 8.08537C11.1243 7.95473 11.3046 7.91422 11.511 7.90571L28.368 9.60863L28.3941 9.64063C28.3941 9.64063 28.3941 9.64063 28.4202 9.67263C28.4784 9.6785 28.5365 9.68438 28.5887 9.74837C28.6789 9.72812 28.7572 9.82412 28.8095 9.88812ZM28.5418 10.2134C28.5156 10.1814 28.4895 10.1494 28.4372 10.0854L28.3791 10.0795L28.353 10.0475C28.353 10.0475 28.353 10.0475 28.2949 10.0417L28.2367 10.0358L28.2106 10.0038C28.2106 10.0038 28.2106 10.0038 28.1845 9.97178L11.3856 8.27473C11.2694 8.26298 11.1792 8.28324 11.1472 8.30936C11.0832 8.36162 11.0454 8.44588 11.0395 8.504C11.0219 8.67839 11.0741 8.74239 11.1002 8.77439C11.1525 8.83839 11.2368 8.87626 11.2949 8.88213L11.353 8.888L27.3525 10.6511L8.44056 26.0926C8.31256 26.1971 8.28907 26.4296 8.39359 26.5576C8.4981 26.6856 8.73061 26.7091 8.85861 26.6046L27.7705 11.1631L26.2079 27.2122C26.1903 27.3866 26.3471 27.5786 26.5215 27.5962C26.6959 27.6138 26.8879 27.457 26.9055 27.2827L28.5823 10.3937L28.5561 10.3617L28.5359 10.2715C28.5359 10.2715 28.5098 10.2395 28.5418 10.2134Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_65'%3E%3Crect width='25.5306' height='26.7699' fill='white' transform='translate(16.1469 36.7068) rotate(-129.231)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .btnsNew.btn-transparent .icon, .elementor-widget-button .btn-transparent.elementor-button .icon, .elementor-widget-button a.btn-transparent .icon, .btn.btn-transparent .icon {
    width: 15px;
    height: 15px;
  }
}
.btnsNew:hover, .elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover, .btn:hover {
  background-color: #0D214E !important;
  color: var(--global--color-white) !important;
}
.btnsNew:hover .icon, .elementor-widget-button .elementor-button:hover .icon, .elementor-widget-button a:hover .icon, .btn:hover .icon {
  transform: rotate(40deg);
  transition: all ease 0.3s;
  margin-top: 5px;
}
.btnsNew:hover:after, .elementor-widget-button .elementor-button:hover:after, .elementor-widget-button a:hover:after, .btn:hover:after {
  height: 100%;
  transition: all ease 0.3s;
}
.btnsNew:active, .elementor-widget-button .elementor-button:active, .elementor-widget-button a:active, .btnsNew:focus, .elementor-widget-button .elementor-button:focus, .elementor-widget-button a:focus, .btnsNew:hover, .elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover, .btnsNew:visited, .elementor-widget-button .elementor-button:visited, .elementor-widget-button a:visited, .btn:active, .btn:focus, .btn:hover, .btn:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew.border, .elementor-widget-button .border.elementor-button, .elementor-widget-button a.border, .btn.border {
  background: transparent !important;
  border: solid 1px #000 !important;
  color: #000 !important;
}
.btnsNew.border:hover, .elementor-widget-button .border.elementor-button:hover, .elementor-widget-button a.border:hover, .btn.border:hover {
  background: #000 !important;
  color: #fff !important;
}
@media screen and (min-width: 1600px) {
  .btnsNew.btn-lg, .elementor-widget-button .btn-lg.elementor-button, .elementor-widget-button a.btn-lg, .btn.btn-lg {
    min-height: 75px;
    font-size: 24px !important;
  }
}
.btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm {
  font-size: clamp(0.875rem, 0.8634259259rem + 0.0617283951vw, 0.9375rem);
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm {
    min-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm {
    min-height: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm {
    min-height: 45px;
  }
}
@media screen and (min-width: 320px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn {
    min-height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem);
  }
}
@media screen and (min-width: 1200px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn {
    min-height: 40px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn {
    min-height: 50px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn {
    padding-left: 40px !important;
    padding-right: 30px !important;
    font-size: 19px;
    min-height: 60px;
  }
}

.elementor-widget-button.after {
  position: relative;
}
.elementor-widget-button.after:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #B7C6CC;
  right: 45px;
  top: 0;
}
@media screen and (max-width: 1600px) {
  .elementor-widget-button.after:after {
    right: 50px;
  }
}
@media screen and (max-width: 1599px) {
  .elementor-widget-button.after:after {
    right: 35px;
  }
}
.elementor-widget-button .elementor-button, .elementor-widget-button a {
  background-color: #B79A57 !important;
  color: var(--global--color-white) !important;
  font-size: 14px;
  font-weight: 400 !important;
  min-height: 40px;
  overflow: hidden;
  padding: 0 15px !important;
  position: relative;
  font-family: "Outfit", sans-serif !important;
}
.elementor-widget-button .elementor-button span, .elementor-widget-button a span {
  position: relative;
  z-index: 3;
}
.elementor-widget-button .elementor-button:after, .elementor-widget-button a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all ease 0.3s;
  background: #0D214E;
}
.elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover {
  background-color: #0D214E !important;
  color: var(--global--color-white) !important;
}
.elementor-widget-button .elementor-button:focus, .elementor-widget-button .elementor-button:visited, .elementor-widget-button a:focus, .elementor-widget-button a:visited {
  color: var(--tw--global--color-base-text);
}
.elementor-widget-button .elementor-button:not(:last-child), .elementor-widget-button a:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 320px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 40px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 50px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-button .elementor-button,
  .elementor-widget-button a {
    margin-top: 5px;
    padding-bottom: 10px !important;
    padding-top: 12px !important;
  }
  .elementor-widget-button .elementor-button:not(:last-child),
  .elementor-widget-button a:not(:last-child) {
    margin-right: 7px;
  }
}
.elementor-widget-button.btn-white .elementor-button, .elementor-widget-button.btn-white a {
  background: #fff !important;
  font-family: "Outfit", sans-serif !important;
  color: #000 !important;
}
.elementor-widget-button.btn-white .elementor-button:hover, .elementor-widget-button.btn-white a:hover {
  color: #fff !important;
}
.elementor-widget-button.border .elementor-button, .elementor-widget-button.border a {
  background: transparent !important;
  border: solid 1px #000 !important;
  color: #000 !important;
}
.elementor-widget-button.border .elementor-button:hover, .elementor-widget-button.border a:hover {
  background: #000 !important;
  color: #fff !important;
}

.elementor-widget-button.icon .elementor-button {
  padding-right: 50px !important;
}
@media screen and (max-width: 1199px) {
  .elementor-widget-button.icon .elementor-button {
    padding-right: 40px !important;
  }
}
.elementor-widget-button.icon .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button.icon .elementor-button-content-wrapper .elementor-button-text {
  order: 1;
  position: relative;
}
.elementor-widget-button.icon .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  right: -25px !important;
  transition: all ease 0.3s;
  margin-left: 5px;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_65)'%3E%3Cpath d='M28.7566 10.411C28.7625 10.3529 28.7625 10.3529 28.7363 10.3209C28.7422 10.2628 28.7161 10.2308 28.7481 10.2046C28.7278 10.1145 28.7017 10.0825 28.6494 10.0185C28.5972 9.95451 28.5449 9.89051 28.4868 9.88464C28.4607 9.85264 28.4025 9.84677 28.3444 9.8409C28.3183 9.8089 28.2863 9.83502 28.2602 9.80302L11.4032 8.1001C11.2288 8.08248 11.1067 8.12887 11.0107 8.20725C10.9147 8.28563 10.8128 8.42214 10.8272 8.5704C10.8095 8.74478 10.8559 8.86691 10.9343 8.96291C11.0127 9.05891 11.1492 9.16078 11.2975 9.1464L26.8378 10.8044L8.30986 25.9323C8.08586 26.1152 8.05063 26.464 8.23353 26.688C8.41642 26.912 8.76518 26.9472 8.98918 26.7643L27.5171 11.6364L25.9754 27.1885C25.946 27.4791 26.1812 27.7671 26.4718 27.7965C26.7624 27.8258 27.0504 27.5907 27.0798 27.3L28.7566 10.411Z' fill='white'/%3E%3Cpath d='M28.8095 9.88812C28.8618 9.95212 28.914 10.0161 28.9284 10.1644L28.9748 10.2865L28.9428 10.3126C28.9689 10.3446 28.963 10.4028 28.9572 10.4609L27.2804 27.3499C27.2393 27.7568 26.8553 28.0703 26.4484 28.0292C26.0415 27.9881 25.7279 27.6041 25.7691 27.1972L27.2579 12.1683L9.14601 26.9566C8.82601 27.2179 8.36099 27.1709 8.09971 26.8509C7.83844 26.5309 7.88541 26.0659 8.20541 25.8046L26.3493 10.9902L11.3322 9.38502C10.9775 9.40792 10.6059 9.01805 10.679 8.58503C10.6646 8.43677 10.7723 8.24213 10.9643 8.08537C11.1243 7.95473 11.3046 7.91422 11.511 7.90571L28.368 9.60863L28.3941 9.64063C28.3941 9.64063 28.3941 9.64063 28.4202 9.67263C28.4784 9.6785 28.5365 9.68438 28.5887 9.74837C28.6789 9.72812 28.7572 9.82412 28.8095 9.88812ZM28.5418 10.2134C28.5156 10.1814 28.4895 10.1494 28.4372 10.0854L28.3791 10.0795L28.353 10.0475C28.353 10.0475 28.353 10.0475 28.2949 10.0417L28.2367 10.0358L28.2106 10.0038C28.2106 10.0038 28.2106 10.0038 28.1845 9.97178L11.3856 8.27473C11.2694 8.26298 11.1792 8.28324 11.1472 8.30936C11.0832 8.36162 11.0454 8.44588 11.0395 8.504C11.0219 8.67839 11.0741 8.74239 11.1002 8.77439C11.1525 8.83839 11.2368 8.87626 11.2949 8.88213L11.353 8.888L27.3525 10.6511L8.44056 26.0926C8.31256 26.1971 8.28907 26.4296 8.39359 26.5576C8.4981 26.6856 8.73061 26.7091 8.85861 26.6046L27.7705 11.1631L26.2079 27.2122C26.1903 27.3866 26.3471 27.5786 26.5215 27.5962C26.6959 27.6138 26.8879 27.457 26.9055 27.2827L28.5823 10.3937L28.5561 10.3617L28.5359 10.2715C28.5359 10.2715 28.5098 10.2395 28.5418 10.2134Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_65'%3E%3Crect width='25.5306' height='26.7699' fill='white' transform='translate(16.1469 36.7068) rotate(-129.231)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 3;
}
@media screen and (max-width: 1599px) {
  .elementor-widget-button.icon .elementor-button-content-wrapper .elementor-button-text:before {
    width: 15px;
    height: 15px;
  }
}
.elementor-widget-button.icon .elementor-button-content-wrapper .elementor-button-icon {
  order: 2;
  margin-left: 5px;
  position: relative;
}
.elementor-widget-button.icon .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 10px;
}
.elementor-widget-button.icon:hover .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-widget-button.icon:hover .elementor-button-content-wrapper .elementor-button-text:before {
  transform: rotate(40deg);
  transition: all ease 0.3s;
}

.elementor-widget-button.btn-sm .elementor-button, .elementor-widget-button.btn-sm a {
  font-size: clamp(0.875rem, 0.8055555556rem + 0.3703703704vw, 1.25rem);
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-button.btn-sm .elementor-button, .elementor-widget-button.btn-sm a {
    min-height: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-button.btn-sm .elementor-button, .elementor-widget-button.btn-sm a {
    min-height: 36px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-button.btn-sm .elementor-button, .elementor-widget-button.btn-sm a {
    font-size: clamp(0.6875rem, 0.6412037037rem + 0.2469135802vw, 0.9375rem);
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-button.btn-sm .elementor-button, .elementor-widget-button.btn-sm a {
    min-height: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-button.btn-sm .elementor-button, .elementor-widget-button.btn-sm a {
    min-height: 60px;
  }
}

.elementor-widget-button .btn-xl .elementor-button, .elementor-widget-button .btn-xl a {
  font-size: clamp(0.9375rem, 0.8217592593rem + 0.6172839506vw, 1.5625rem);
  min-height: 43px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-button .btn-xl .elementor-button, .elementor-widget-button .btn-xl a {
    min-height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-button .btn-xl .elementor-button, .elementor-widget-button .btn-xl a {
    min-height: 46px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-button .btn-xl .elementor-button, .elementor-widget-button .btn-xl a {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem);
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-button .btn-xl .elementor-button, .elementor-widget-button .btn-xl a {
    min-height: 70px;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-button .btn-xl .elementor-button, .elementor-widget-button .btn-xl a {
    min-height: 80px;
  }
}

.elementor-widget-button.btn-primary .elementor-button:before, .elementor-widget-button.btn-primary a:before {
  background-color: var(--tw--global--color-primary);
}
.elementor-widget-button.btn-primary .elementor-button:after, .elementor-widget-button.btn-primary a:after {
  border-bottom: 1px solid var(--tw--global--color-primary);
  border-top: 1px solid var(--tw--global--color-primary);
}
.elementor-widget-button.btn-primary .elementor-button:hover, .elementor-widget-button.btn-primary a:hover {
  color: var(--tw--global--color-primary) !important;
}
.elementor-widget-button.btn-primary .elementor-button:hover:after, .elementor-widget-button.btn-primary a:hover:after {
  border-color: var(--tw--global--color-primary);
}

.elementor-widget-button.btn-transparent .elementor-button, .elementor-widget-button.btn-transparent a {
  background-color: transparent;
  color: var(--tw--global--color-black) !important;
}
.elementor-widget-button.btn-transparent .elementor-button:hover, .elementor-widget-button.btn-transparent a:hover {
  color: var(--tw--global--color-primary) !important;
}

.elementor-widget-button.btn-secondary .elementor-button:before, .elementor-widget-button.btn-secondary a:before {
  background-color: var(--tw--global--color-secondary);
}
.elementor-widget-button.btn-secondary .elementor-button:after, .elementor-widget-button.btn-secondary a:after {
  border-bottom: 1px solid var(--tw--global--color-secondary);
  border-top: 1px solid var(--tw--global--color-secondary);
}
.elementor-widget-button.btn-secondary .elementor-button:hover, .elementor-widget-button.btn-secondary a:hover {
  color: var(--tw--global--color-secondary) !important;
}
.elementor-widget-button.btn-secondary .elementor-button:hover:after, .elementor-widget-button.btn-secondary a:hover:after {
  border-color: var(--tw--global--color-secondary);
}

.elementor-widget-button.btn-black .elementor-button, .elementor-widget-button.btn-black a {
  background-color: var(--global--color-black) !important;
  color: var(--tw--global--color-black) !important;
}
.elementor-widget-button.btn-black .elementor-button .elementor-button-text, .elementor-widget-button.btn-black a .elementor-button-text {
  color: var(--global--color-white) !important;
}
.elementor-widget-button.btn-black .elementor-button:before, .elementor-widget-button.btn-black a:before {
  background-color: var(--global--color-white);
}
.elementor-widget-button.btn-black .elementor-button:after, .elementor-widget-button.btn-black a:after {
  border-bottom: 1px solid var(--global--color-white);
  border-top: 1px solid var(--global--color-white);
}
.elementor-widget-button.btn-black .elementor-button:hover .elementor-button-text, .elementor-widget-button.btn-black a:hover .elementor-button-text {
  color: var(--global--color-white) !important;
}
.elementor-widget-button.btn-black .elementor-button:hover, .elementor-widget-button.btn-black a:hover {
  background-color: var(--tw--global--color-primary) !important;
}
.elementor-widget-button.btn-black .elementor-button:hover:after, .elementor-widget-button.btn-black a:hover:after {
  border-color: var(--global--color-white) !important;
}

.elementor-widget-button.btn-white .elementor-button, .elementor-widget-button.btn-white a {
  background-color: var(--global--color-white) !important;
  color: var(--tw--global--color-black) !important;
}
.elementor-widget-button.btn-white .elementor-button .elementor-button-text, .elementor-widget-button.btn-white a .elementor-button-text {
  color: var(--global--color-black) !important;
}
.elementor-widget-button.btn-white .elementor-button:hover .elementor-button-text, .elementor-widget-button.btn-white a:hover .elementor-button-text {
  color: var(--global--color-white) !important;
}
.elementor-widget-button.btn-white.icon .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  content: "";
  margin-left: 5px;
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_78_9)'%3E%3Cpath d='M18.39 6.79479C18.3964 6.7581 18.3964 6.7581 18.3812 6.73658C18.3875 6.69989 18.3724 6.67838 18.3939 6.6632C18.3851 6.605 18.3699 6.58349 18.3395 6.54046C18.3092 6.49743 18.2788 6.4544 18.2421 6.44806C18.227 6.42654 18.1903 6.4202 18.1536 6.41386C18.1384 6.39234 18.1169 6.40752 18.1017 6.386L7.46184 4.54723C7.35178 4.52821 7.27206 4.55221 7.20751 4.59774C7.14297 4.64326 7.07208 4.72547 7.07457 4.82037C7.05555 4.93043 7.07956 5.01015 7.12508 5.0747C7.17061 5.13924 7.25282 5.21013 7.34771 5.20764L17.1526 6.95878L4.69543 15.7447C4.54483 15.8509 4.50678 16.0711 4.613 16.2217C4.71922 16.3723 4.93936 16.4103 5.08996 16.3041L17.5471 7.51817L15.8693 17.3357C15.8376 17.5192 15.9742 17.7128 16.1577 17.7445C16.3411 17.7762 16.5347 17.6396 16.5664 17.4562L18.39 6.79479Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_78_9'%3E%3Crect width='16.0073' height='16.7971' fill='white' transform='translate(9.22599 22.7627) rotate(-125.195)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .elementor-widget-button.btn-white.icon .elementor-button-content-wrapper .elementor-button-text:before {
    width: 15px;
    height: 15px;
  }
}
.elementor-widget-button.btn-white.icon:hover .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_65)'%3E%3Cpath d='M28.7566 10.411C28.7625 10.3529 28.7625 10.3529 28.7363 10.3209C28.7422 10.2628 28.7161 10.2308 28.7481 10.2046C28.7278 10.1145 28.7017 10.0825 28.6494 10.0185C28.5972 9.95451 28.5449 9.89051 28.4868 9.88464C28.4607 9.85264 28.4025 9.84677 28.3444 9.8409C28.3183 9.8089 28.2863 9.83502 28.2602 9.80302L11.4032 8.1001C11.2288 8.08248 11.1067 8.12887 11.0107 8.20725C10.9147 8.28563 10.8128 8.42214 10.8272 8.5704C10.8095 8.74478 10.8559 8.86691 10.9343 8.96291C11.0127 9.05891 11.1492 9.16078 11.2975 9.1464L26.8378 10.8044L8.30986 25.9323C8.08586 26.1152 8.05063 26.464 8.23353 26.688C8.41642 26.912 8.76518 26.9472 8.98918 26.7643L27.5171 11.6364L25.9754 27.1885C25.946 27.4791 26.1812 27.7671 26.4718 27.7965C26.7624 27.8258 27.0504 27.5907 27.0798 27.3L28.7566 10.411Z' fill='white'/%3E%3Cpath d='M28.8095 9.88812C28.8618 9.95212 28.914 10.0161 28.9284 10.1644L28.9748 10.2865L28.9428 10.3126C28.9689 10.3446 28.963 10.4028 28.9572 10.4609L27.2804 27.3499C27.2393 27.7568 26.8553 28.0703 26.4484 28.0292C26.0415 27.9881 25.7279 27.6041 25.7691 27.1972L27.2579 12.1683L9.14601 26.9566C8.82601 27.2179 8.36099 27.1709 8.09971 26.8509C7.83844 26.5309 7.88541 26.0659 8.20541 25.8046L26.3493 10.9902L11.3322 9.38502C10.9775 9.40792 10.6059 9.01805 10.679 8.58503C10.6646 8.43677 10.7723 8.24213 10.9643 8.08537C11.1243 7.95473 11.3046 7.91422 11.511 7.90571L28.368 9.60863L28.3941 9.64063C28.3941 9.64063 28.3941 9.64063 28.4202 9.67263C28.4784 9.6785 28.5365 9.68438 28.5887 9.74837C28.6789 9.72812 28.7572 9.82412 28.8095 9.88812ZM28.5418 10.2134C28.5156 10.1814 28.4895 10.1494 28.4372 10.0854L28.3791 10.0795L28.353 10.0475C28.353 10.0475 28.353 10.0475 28.2949 10.0417L28.2367 10.0358L28.2106 10.0038C28.2106 10.0038 28.2106 10.0038 28.1845 9.97178L11.3856 8.27473C11.2694 8.26298 11.1792 8.28324 11.1472 8.30936C11.0832 8.36162 11.0454 8.44588 11.0395 8.504C11.0219 8.67839 11.0741 8.74239 11.1002 8.77439C11.1525 8.83839 11.2368 8.87626 11.2949 8.88213L11.353 8.888L27.3525 10.6511L8.44056 26.0926C8.31256 26.1971 8.28907 26.4296 8.39359 26.5576C8.4981 26.6856 8.73061 26.7091 8.85861 26.6046L27.7705 11.1631L26.2079 27.2122C26.1903 27.3866 26.3471 27.5786 26.5215 27.5962C26.6959 27.6138 26.8879 27.457 26.9055 27.2827L28.5823 10.3937L28.5561 10.3617L28.5359 10.2715C28.5359 10.2715 28.5098 10.2395 28.5418 10.2134Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_65'%3E%3Crect width='25.5306' height='26.7699' fill='white' transform='translate(16.1469 36.7068) rotate(-129.231)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1599px) {
  .elementor-widget-button.btn-white.icon:hover .elementor-button-content-wrapper .elementor-button-text:before {
    width: 15px;
    height: 15px;
  }
}

.full-widthBtn .elementor-widget-button,
.full-widthBtn .elementor-button {
  width: 100%;
}

#back-to-top {
  align-items: center;
  background-color: var(--tw--global--color-primary);
  bottom: 0;
  color: #000;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  opacity: 0;
  line-height: 1;
  overflow: hidden;
  position: fixed;
  right: 15px;
  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);
  width: 38px;
  z-index: 99;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#back-to-top:before {
  content: "";
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 15px;
  left: 30%;
  position: absolute;
  top: 70%;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  width: 15px;
}
#back-to-top:hover {
  background-color: #0D214E;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--tw--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white);
  display: inline-flex;
  flex-flow: row wrap;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  height: 32px;
  margin: -42px 0 0;
  padding-top: 2px;
  opacity: 1;
  line-height: 1;
  padding: 0 10px;
  position: fixed;
  right: 0px;
  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(--tw--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media screen and (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

.icon_btn {
  align-items: center;
  background-color: transparent !important;
  border: 0 !important;
  color: var(--tw--global--color-base-text);
  display: inline-flex;
  display: -webkit-inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.icon_btn svg {
  fill: var(--tw--global--color-base-text);
  height: 10px !important;
  margin-left: 6px;
  width: auto !important;
}
.icon_btn:hover {
  color: var(--tw--global--color-primary);
}
.icon_btn:hover svg {
  fill: var(--tw--global--color-primary);
  margin-left: 10px;
}
.icon_btn.primary {
  color: var(--tw--global--color-primary);
}
.icon_btn.primary svg {
  fill: var(--tw--global--color-primary);
}
.icon_btn.hover_white:hover {
  color: var(--global--color-white);
}
.icon_btn.hover_white:hover svg {
  fill: var(--global--color-white);
}
@media screen and (min-width: 768px) {
  .icon_btn {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .icon_btn svg {
    height: 11px !important;
    margin-left: 6px;
  }
  .icon_btn:hover svg {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .icon_btn {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .icon_btn svg {
    height: 11px !important;
    margin-left: 6px;
  }
  .icon_btn:hover svg {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .icon_btn {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .icon_btn svg {
    height: 13px !important;
    margin-left: 8px;
  }
  .icon_btn:hover svg {
    margin-left: 14px;
  }
}
@media screen and (min-width: 1800px) {
  .icon_btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .icon_btn svg {
    height: 15px !important;
    margin-left: 10px;
  }
  .icon_btn:hover svg {
    margin-left: 16px;
  }
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}

form {
  *zoom: 1;
}
form:after {
  clear: both;
}

.fs-form_elements {
  color: var(--tw--global--color-formText) !important;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--tw--global--color-formText) !important;
}

:-moz-placeholder {
  opacity: 1 !important;
  color: var(--tw--global--color-formText) !important;
}

::-moz-placeholder {
  opacity: 1 !important;
  color: var(--tw--global--color-formText) !important;
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--tw--global--color-formText) !important;
}

label {
  line-height: 1;
  color: var(--tw--global--color-formText) !important;
}

input[type=text],
input[type=email],
input[type=tel],
.form-elements,
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--tw--global--black-opacity-05) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--tw--global--color-formText) !important;
  display: block;
  outline: none !important;
  outline-offset: 0;
  text-transform: none;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
.form-elements,
select {
  height: 40px;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  select {
    height: 45px;
  }
}
@media screen and (min-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  select {
    height: 40px;
  }
}
@media screen and (min-width: 1600px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  select {
    height: 45px;
  }
}
@media screen and (min-width: 1850px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  select {
    height: 50px;
  }
}

textarea {
  height: 100px;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  resize: none;
}
@media screen and (min-width: 768px) {
  textarea {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  textarea {
    height: 90px;
  }
}
@media screen and (min-width: 1600px) {
  textarea {
    height: 100px;
  }
}
@media screen and (min-width: 1850px) {
  textarea {
    height: 100px;
  }
}

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(--tw--global--color-formText);
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media screen and (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;
  width: 100%;
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--tw--global--color-red) !important;
}
.input-holder.dFlex .error {
  left: 5px !important;
}
.input-holder:not(:last-child) {
  text-align: right;
}
/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--tw--global--color-black);
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--tw--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--tw--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(--tw--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(--tw--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--tw--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--tw--global--color-primary);
  height: 62%;
  width: 62%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--tw--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 screen and (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

.tw-modal-wrapper {
  background-color: var(--tw--global--black-opacity-08);
  height: 100vh;
  position: fixed;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  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(--tw--global--color-white);
  box-shadow: 0 2px 20px var(--tw--global--black-opacity-02);
  -webkit-box-shadow: 0 2px 20px var(--tw--global--black-opacity-02);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .heading_wrapper {
  margin: 0 0 20px;
}
.tw-modal-wrapper .heading_wrapper .tw-modal-close-button {
  background-color: var(--tw--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--tw--global--color-white);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .heading_wrapper .tw-modal-close-button:hover {
  background-color: var(--tw--global--color-primary) !important;
}
.tw-modal-wrapper .heading_wrapper .tw-modal-header {
  font-size: 30px;
  text-transform: uppercase !important;
}
@media screen and (max-width: 1599px) {
  .tw-modal-wrapper .heading_wrapper .tw-modal-header {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper .heading_wrapper .tw-modal-header {
    font-size: 20px;
  }
}
.tw-modal-wrapper .tw-modal-body {
  width: 100%;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  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(--tw--global--color-primary);
  padding: 10px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--tw--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--tw--global--color-black);
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--tw--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-flow: row 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(--tw--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(--tw--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 750px;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  width: 750px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper.modal-lg .tw-modal-container {
    width: 100%;
  }
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.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 screen and (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 30px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
}
.tw-modal-body form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  .tw-modal-body form {
    gap: 10px;
  }
}
.tw-modal-body form:after, .tw-modal-body form:before {
  display: none !important;
}
.tw-modal-body form ::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body form :-moz-placeholder {
  color: #000;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body form ::-moz-placeholder {
  color: #000;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body form :-ms-input-placeholder {
  color: #000;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body .form-group {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.tw-modal-body .form-group.width-50-sm {
  width: 47% !important;
}
@media screen and (max-width: 767px) {
  .tw-modal-body .form-group.width-50-sm {
    width: 100% !important;
  }
}
.tw-modal-body .form-group.width-30-sm {
  width: 30% !important;
}
@media screen and (max-width: 767px) {
  .tw-modal-body .form-group.width-30-sm {
    width: 100% !important;
  }
}
.tw-modal-body .form-group.submit {
  margin-left: auto;
  text-transform: uppercase;
}
.tw-modal-body .form-group.submit p {
  text-align: right !important;
}
.tw-modal-body input,
.tw-modal-body select,
.tw-modal-body textarea {
  border: none;
  border-bottom: 1.5px solid #0D214E !important;
  background: transparent;
  font-size: 1.05rem;
  padding: 10px 0 8px 0;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  font-family: inherit;
}
@media screen and (max-width: 1199px) {
  .tw-modal-body input,
  .tw-modal-body select,
  .tw-modal-body textarea {
    font-size: 15px;
  }
}
.tw-modal-body input:focus,
.tw-modal-body select:focus,
.tw-modal-body textarea:focus {
  border-bottom: 1.5px solid #2d3954;
}
.tw-modal-body .custom-select {
  position: relative;
}
.tw-modal-body .custom-select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 22px;
  width: 10px;
  height: 10px;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  transform: rotate(225deg);
}
@media screen and (max-width: 1470px) {
  .tw-modal-body .custom-select:after {
    top: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .tw-modal-body .custom-select:after {
    top: 15px;
  }
}
.tw-modal-body select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-weight: 400;
  opacity: 1;
}
.tw-modal-body textarea {
  min-height: 60px;
  max-height: 180px;
  font-weight: 400;
}
.tw-modal-body p {
  text-align: left;
}
.tw-modal-body .select p {
  z-index: 2;
}
.tw-modal-body .select {
  position: relative;
}
.tw-modal-body .select::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top: 20px;
  right: 5px;
  transform: rotate(225deg);
  z-index: 1;
}
.tw-modal-body .submit-btn,
.tw-modal-body input[type=submit] {
  background: #b79a57 !important;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 18px 40px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s;
  border: none !important;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .tw-modal-body .submit-btn,
  .tw-modal-body input[type=submit] {
    padding: 13px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-body .submit-btn,
  .tw-modal-body input[type=submit] {
    padding: 10px 20px !important;
  }
}
.tw-modal-body .submit-btn:hover,
.tw-modal-body input[type=submit]:hover {
  background: #000 !important;
}
.tw-modal-body .wpcf7-spinner {
  display: none !important;
}

.error,
.wpcf7-not-valid-tip {
  background-color: var(--tw--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--tw--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  padding: 2px 3px;
  position: relative !important;
  z-index: 3;
}
.error:after,
.wpcf7-not-valid-tip:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tw--global--color-red);
  top: -5px;
  content: "";
  left: 10px;
  position: absolute;
  transform: rotate(175deg);
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.form-group.width-50-sm {
  width: 47% !important;
}
@media screen and (max-width: 767px) {
  .form-group.width-50-sm {
    width: 100% !important;
  }
}
.form-group.width-30-sm {
  width: 30% !important;
}
@media screen and (max-width: 767px) {
  .form-group.width-30-sm {
    width: 100% !important;
  }
}
.form-group.submit {
  margin-left: auto;
  text-transform: uppercase;
}
.form-group.submit p {
  text-align: right !important;
}

.form-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-row:after, .form-row:before {
  display: none;
}
.form-row .form-group {
  width: 48%;
}
@media screen and (max-width: 1023px) {
  .form-row .form-group {
    width: 100%;
  }
}

.form-group,
.wpcf7-form-control-wrap {
  position: relative;
}
.form-group .wpcf7-not-valid-tip,
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background-color: var(--tw--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--tw--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  padding: 2px 3px;
  position: relative !important;
  z-index: 3;
}
.form-group .wpcf7-not-valid-tip:after,
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tw--global--color-red);
  top: -5px;
  content: "";
  left: 10px;
  position: absolute;
  transform: rotate(175deg);
}

.wpcf7-response-output {
  margin: 15px 0 !important;
  border: 2px solid #000 !important;
  width: 100% !important;
  text-align: center !important;
}

.popup-v2 .form_col {
  display: flex;
  align-items: stretch !important;
  max-width: 1000px;
}
@media screen and (max-width: 1199px) {
  .popup-v2 .form_col {
    max-width: 950px;
  }
}
@media screen and (max-width: 991px) {
  .popup-v2 .form_col {
    max-width: 500px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 992px) {
  .popup-v2 .tw-image-container {
    width: 50%;
  }
}
.popup-v2 .tw-image-container {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.popup-v2 .tw-image-container .contact_wrap {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.popup-v2 .tw-image-container .headwrap {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  line-height: 120%;
}
.popup-v2 .tw-image-container .callwrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
}
.popup-v2 .tw-image-container .callwrap .call_bx {
  padding: 0;
  margin: 0;
}
.popup-v2 .tw-image-container .callwrap .txt {
  padding-left: 5px;
}
.popup-v2 .tw-image-container .cnt-separator {
  min-height: 100%;
  background-color: #fff;
  width: 1px;
  opacity: 30%;
}
.popup-v2 .tw-image-container .wts {
  position: unset;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  align-self: center;
}
.popup-v2 .tw-image-container .wts figure {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 992px) {
  .popup-v2 .tw-modal-container {
    width: 50% !important;
  }
}
.popup-v2 .tw-modal-container .tw-modal-close-button {
  border-radius: 0%;
  -webkit-border-radius: 0%;
}
.popup-v2 .tw-modal-container .tw-modal-header {
  font-size: 25px;
  text-transform: capitalize !important;
  font-family: "Playfair Display";
  font-weight: 600;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .popup-v2 .tw-modal-container .tw-modal-header {
    font-size: 20px;
  }
}
.popup-v2 .tw-modal-container .tw-modal-header span {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .popup-v2 .tw-modal-container .tw-modal-header span {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .popup-v2 .tw-modal-container .tw-modal-header span {
    font-size: 30px;
  }
}

.resp-tabs-list {
  display: flex;
  justify-content: start;
  align-items: start;
  border-bottom: solid 2px #D9D9D9;
  width: 62%;
  margin-left: auto;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1199px) {
  .resp-tabs-list {
    width: 100%;
  }
}

.resp-tabs-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 50px 0 0 !important;
  padding: 0 15px;
  font-size: 30px !important;
  font-size: 1.875rem !important;
  list-style: none;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 400 !important;
  position: relative;
  color: #000;
  border-radius: 5px;
  height: 90px;
}
@media screen and (max-width: 1680px) {
  .resp-tabs-list li {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
    height: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .resp-tabs-list li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 75px;
    margin: 0 !important;
  }
}
.resp-tabs-list li:hover {
  color: #B79A57 !important;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
  margin-top: 0px;
}
@media screen and (max-width: 1199px) {
  .resp-tabs-container {
    margin-top: 25px;
  }
}

.resp-accordion {
  cursor: pointer;
  display: none !important;
}

.resp-tab-content {
  display: none;
}

.resp-tab-item.resp-tab-active {
  font-weight: 600 !important;
}

.resp-tab-active {
  position: relative;
  display: none;
  color: #0D214E !important;
  font-weight: 700 !important;
}
.resp-tab-active:after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #B79A57;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .resp-tab-active:after {
    display: none;
  }
}
.resp-tab-active:before {
  display: none;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0D214E;
}
@media screen and (max-width: 767px) {
  .resp-tab-active:before {
    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: #B79A57;
  margin: 0 50px 0 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1199px) {
  .resp-vtabs ul.resp-tabs-list {
    padding: 0 20px 20px !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 100%;
  }
}
@media screen and (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 screen and (max-width: 1199px) {
  .resp-vtabs .resp-tabs-list li {
    width: 19%;
    margin: 3px !important;
    background-color: #fff;
    border-radius: 0 !important;
    height: 90px;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .resp-vtabs .resp-tabs-list li {
    height: 80px;
  }
}
@media screen and (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 screen and (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 screen and (max-width: 1199px) {
  .resp-vtabs .resp-tab-content {
    border-radius: 0 !important;
    padding: 15px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .resp-vtabs .resp-tab-content {
    margin: 20px 0;
  }
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .resp-vtabs li.resp-tab-active {
    border-radius: 0 !important;
    border: solid 2px #000;
  }
}

.resp-arrow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 25px;
  line-height: 1;
  position: absolute;
  right: 5px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 17%;
  width: 25px;
  z-index: 4;
}
.resp-arrow:before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  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 screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block !important;
    margin-top: 10px;
    position: relative;
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 15px 0;
    border: solid 3px #B79A57;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    text-align: center;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .resp-accordion figure {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  h2.resp-tab-active {
    background-color: #fff;
    border: solid 3px #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;
  }
}
.bottom-tab {
  padding-left: 50px !important;
}
@media screen and (max-width: 1199px) {
  .bottom-tab {
    padding-left: 0 !important;
  }
}
.bottom-tab .resp-tabs-list {
  justify-content: start;
  width: 100%;
  border-bottom: none;
}
.bottom-tab .resp-tabs-list li {
  background: transparent;
  padding: 0 15px !important;
  margin: 0 !important;
  color: #fff;
  font-size: 22px !important;
  border-bottom: solid 2px #D9D9D9;
  border-radius: 0 !important;
}
@media screen and (max-width: 1470px) {
  .bottom-tab .resp-tabs-list li {
    font-size: 17px !important;
  }
}
.bottom-tab .resp-tabs-list li:hover {
  font-weight: 600 !important;
  color: #fff !important;
}
.bottom-tab .resp-tabs-list li.resp-tab-active {
  position: relative;
  color: #fff !important;
  font-weight: 700 !important;
}
.bottom-tab .resp-tabs-list li.resp-tab-active:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active:after {
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active:after {
    display: none;
  }
}
.bottom-tab .resp-tabs-list li.resp-tab-active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
@media screen and (max-width: 1199px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active:before {
    bottom: -15px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active {
    display: none;
  }
}

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: 0px;
  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: 1;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 0.8;
}

.fancybox-slide--html .fancybox-close-small {
  color: #B79A57;
  padding: 10px;
  right: 0;
  top: 0;
  background: #fff;
}

.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);
  }
}
/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

.slick-dots {
  position: absolute;
  right: 4%;
  top: 45%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 15px 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.slick-dots li {
  position: relative;
  border-radius: 50% !important;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 0%;
  margin: 0 0 10px 0;
  padding: 0px;
  cursor: pointer;
  background: #fff;
}
.slick-dots li button {
  display: none !important;
  background: transparent;
  display: inline-block;
  height: 10px;
  width: 10px;
  padding: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px;
  cursor: pointer;
  border-radius: 50% !important;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #B79A57;
}
.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: #C0A88E;
  height: 10px;
  width: 10px;
}
.slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 22px;
  height: 22px;
  background: transparent;
  border: solid 1px #9095C5;
  border-radius: 50%;
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px !important;
  width: 50px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 45%;
  background: #fff !important;
  border-radius: 50% !important;
  padding: 0;
  z-index: 9;
  outline: none;
  font-size: 0 !important;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
@media screen and (max-width: 1599px) {
  .slick-prev,
  .slick-next {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 1366px) {
  .slick-prev,
  .slick-next {
    top: 42%;
  }
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}
@media screen and (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: "Playfair Display", 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: #B79A57;
}

.slick-prev {
  left: 0px;
  z-index: 9;
}
@media screen and (max-width: 1599px) {
  .slick-prev {
    left: -15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
  width: 23px;
  height: 19px;
  position: absolute;
  transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 23 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.50825 9.46937C0.510516 9.23864 0.65169 8.96312 0.791488 8.82604L8.2519 1.05371C8.57855 0.687713 9.1789 0.647458 9.54444 1.02025C9.91044 1.3469 9.90408 1.99294 9.57789 2.3128L3.60911 8.57681L21.7907 8.75536C22.2983 8.76034 22.7095 9.17974 22.7045 9.68734C22.6996 10.1949 22.2802 10.6062 21.7726 10.6012L3.59098 10.4227L9.43604 16.7565C9.75544 17.1289 9.74956 17.7288 9.37722 18.0482C9.00443 18.4137 8.40499 18.3617 8.08559 17.9893L0.779253 10.072C0.550335 9.88513 0.505984 9.7001 0.50825 9.46937Z' fill='black'/%3E%3C/svg%3E%0A");
  left: 30%;
  top: 30%;
}
@media screen and (max-width: 1599px) {
  .slick-prev:before {
    width: 18px;
    height: 14px;
    top: 31%;
  }
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-prev:hover:before {
  opacity: 0.5;
}

.slick-next {
  right: 0px;
  z-index: 9;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 23px;
  height: 19px;
  position: absolute;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 23 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.50825 9.46937C0.510516 9.23864 0.65169 8.96312 0.791488 8.82604L8.2519 1.05371C8.57855 0.687713 9.1789 0.647458 9.54444 1.02025C9.91044 1.3469 9.90408 1.99294 9.57789 2.3128L3.60911 8.57681L21.7907 8.75536C22.2983 8.76034 22.7095 9.17974 22.7045 9.68734C22.6996 10.1949 22.2802 10.6062 21.7726 10.6012L3.59098 10.4227L9.43604 16.7565C9.75544 17.1289 9.74956 17.7288 9.37722 18.0482C9.00443 18.4137 8.40499 18.3617 8.08559 17.9893L0.779253 10.072C0.550335 9.88513 0.505984 9.7001 0.50825 9.46937Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  left: 30%;
  top: 30%;
}
@media screen and (max-width: 1599px) {
  .slick-next:before {
    width: 18px;
    height: 14px;
    top: 31%;
  }
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-next:hover:before {
  opacity: 0.5;
}

.site-map-wrap {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .site-map-wrap {
    margin: 20px 0;
  }
}
.site-map-wrap ul {
  display: inline-block !important;
  width: auto !important;
}
.site-map-wrap ul li.mega_banner {
  display: none !important;
}
.site-map-wrap ul li {
  display: block !important;
  position: relative;
  background: transparent !important;
  border-inline-start: none !important;
  width: -moz-fit-content;
  width: fit-content;
}
.site-map-wrap ul li img,
.site-map-wrap ul li .head_wrap {
  display: none;
}
.site-map-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 10px;
  height: 10px;
  background-color: #B79A57;
  border-radius: 50%;
  border: none !important;
}
.site-map-wrap ul li:hover, .site-map-wrap ul li:focus {
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li a {
  font-weight: 400 !important;
  border-inline-start: none !important;
  color: #000 !important;
  background: transparent !important;
  text-decoration: none !important;
  font-family: var(--font-heading) !important;
}
@media screen and (max-width: 1599px) {
  .site-map-wrap ul li a {
    font-size: 16px !important;
  }
}
@media screen and (min-width: 1600px) {
  .site-map-wrap ul li a {
    font-size: 18px !important;
  }
}
.site-map-wrap ul li a:after, .site-map-wrap ul li a:before {
  display: none !important;
}
.site-map-wrap ul li a:hover, .site-map-wrap ul li a:focus {
  color: #B79A57 !important;
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li a:hover:after, .site-map-wrap ul li a:hover:before, .site-map-wrap ul li a:focus:after, .site-map-wrap ul li a:focus:before {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .site-map-wrap ul li a {
    font-size: 16px;
  }
}
.site-map-wrap ul li a .sub-arrow {
  display: none !important;
}
.site-map-wrap ul li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
.site-map-wrap ul li ul.sub-menu li {
  border-inline-start: none !important;
  position: relative;
}
.site-map-wrap ul li ul.sub-menu li:hover, .site-map-wrap ul li ul.sub-menu li:focus {
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li ul.sub-menu li a {
  background: transparent !important;
  font-family: var(--font-heading) !important;
  border-inline-start: none !important;
}
.site-map-wrap ul li ul.sub-menu li a:hover, .site-map-wrap ul li ul.sub-menu li a:focus {
  background: transparent !important;
  color: #B79A57 !important;
  border: none !important;
  border-inline-start: none !important;
  background: transparent !important;
}
.site-map-wrap ul li ul.sub-menu li a:hover:after, .site-map-wrap ul li ul.sub-menu li a:hover:before, .site-map-wrap ul li ul.sub-menu li a:focus:after, .site-map-wrap ul li ul.sub-menu li a:focus:before {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .site-map-wrap ul li ul li {
    font-size: 15px !important;
  }
}
.site-map-wrap ul li.desknone {
  display: none !important;
}

.curP {
  cursor: pointer;
}

.dFlex {
  display: flex;
  flex-flow: row wrap;
}

.m-l-auto {
  margin-left: auto !important;
}

.m-t-auto {
  margin-top: auto !important;
}

.vhCenter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.vCenter {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.hCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.vBottom {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.hRight {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.vCenHRight {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.vhEnd {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.vBtmHcntr {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.jc-center {
  justify-content: center;
}

.no-wrap {
  flex-wrap: nowrap;
}

.align-center {
  justify-content: center;
}

.grecaptcha-badge {
  display: none !important;
}

.center {
  justify-content: center;
  text-align: center;
}
.center .btn {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.center-not-mb {
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center-not-mb {
    text-align: left;
  }
}

.m-0-auto {
  margin: 0 auto !important;
}

.cmn-space {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1850px) {
  .cmn-space {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

.bottom-space {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
  .bottom-space {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-space {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .bottom-space {
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 1850px) {
  .bottom-space {
    padding-bottom: 100px !important;
  }
}

.bottom-space-sm {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .bottom-space-sm {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .bottom-space-sm {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .bottom-space-sm {
    padding-bottom: 50px !important;
  }
}
@media screen and (min-width: 1850px) {
  .bottom-space-sm {
    padding-bottom: 60px !important;
  }
}

.top-space {
  padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .top-space {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .top-space {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .top-space {
    padding-top: 70px !important;
  }
}
@media screen and (min-width: 1600px) {
  .top-space {
    padding-top: 100px !important;
  }
}

.top-space-sm {
  padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .top-space-sm {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .top-space-sm {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .top-space-sm {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .top-space-sm {
    padding-top: 60px !important;
  }
}

.cmn-space_sm,
.cmn-space-sm {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_sm,
  .cmn-space-sm {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space_sm,
  .cmn-space-sm {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1850px) {
  .cmn-space_sm,
  .cmn-space-sm {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

.cmn-space_smTop,
.cmn-space-sm-top {
  padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_smTop,
  .cmn-space-sm-top {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space_smTop,
  .cmn-space-sm-top {
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_smTop,
  .cmn-space-sm-top {
    padding-top: 50px !important;
  }
}

.cmn-space_smBottom,
.cmn-space-sm-bottom {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_smBottom,
  .cmn-space-sm-bottom {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space_smBottom,
  .cmn-space-sm-bottom {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_smBottom,
  .cmn-space-sm-bottom {
    padding-bottom: 50px !important;
  }
}

.cmn-space_md {
  padding-bottom: 22px !important;
  padding-top: 22px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_md {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_md {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}

.cmn-space_mdTop {
  padding-top: 22px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_mdTop {
    padding-top: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_mdTop {
    padding-top: 45px !important;
  }
}

.cmn-space_mdBottom {
  padding-bottom: 22px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_mdBottom {
    padding-bottom: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_mdBottom {
    padding-bottom: 45px !important;
  }
}

@media screen and (max-width: 767px) {
  .xs-pb-0 {
    padding-bottom: 0 !important;
  }
}
.clear {
  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-15 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-b-15 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-b-15 {
    margin-bottom: 15px !important;
  }
}

.m-b-20 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-b-20 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-b-20 {
    margin-bottom: 20px !important;
  }
}

.m-b-30 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-b-30 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-b-30 {
    margin-bottom: 30px !important;
  }
}

.m-b-40 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .m-b-40 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-b-40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-b-40 {
    margin-bottom: 40px !important;
  }
}

.m-b-50 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .m-b-50 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-b-50 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-b-50 {
    margin-bottom: 50px !important;
  }
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-20 {
  margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .m-t-20 {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .m-t-20 {
    margin-top: 20px !important;
  }
}

.m-t-0 {
  margin-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .p-b-20 {
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}

.p-t-40 {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-t-40 {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-t-40 {
    padding-top: 40px !important;
  }
}

.p-t-30 {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-t-30 {
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-t-30 {
    padding-top: 30px !important;
  }
}

.p-t-20 {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-t-20 {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-t-20 {
    padding-top: 20px !important;
  }
}

.p-b-20 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}

.p-b-30 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-b-30 {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-b-30 {
    padding-bottom: 30px !important;
  }
}

.p-b-40 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-b-40 {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-b-40 {
    padding-bottom: 40px !important;
  }
}

.p-b-50 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-b-50 {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-b-50 {
    padding-bottom: 50px !important;
  }
}

.p-b-60 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .p-b-60 {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-b-60 {
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .p-b-60 {
    padding-bottom: 60px !important;
  }
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.no-border {
  border: 0 !important;
}

.e-child.padding-60 {
  padding: 30px !important;
}
.e-child.padding-80 {
  padding: 30px !important;
}
.e-child.default_col {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media screen and (min-width: 768px) {
  .e-child.padding-60 {
    padding: 40px !important;
  }
  .e-child.padding-80 {
    padding: 50px !important;
  }
}
@media screen and (min-width: 992px) {
  .e-child.lg-pl-30 {
    padding-left: 30px !important;
  }
  .e-child.lg-pr-30 {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .e-child.xl-pl-60 {
    padding-left: 35px !important;
  }
  .e-child.xl-pr-60 {
    padding-right: 35px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 40px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 40px !important;
  }
  .e-child.xl-pl-100 {
    padding-left: 50px !important;
  }
  .e-child.xl-pr-100 {
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .e-child.padding-60 {
    padding: 45px !important;
  }
  .e-child.padding-80 {
    padding: 60px !important;
  }
  .e-child.xl-pl-60 {
    padding-left: 45px !important;
  }
  .e-child.xl-pr-60 {
    padding-right: 45px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 60px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 60px !important;
  }
  .e-child.xl-pl-100 {
    padding-left: 75px !important;
  }
  .e-child.xl-pr-100 {
    padding-right: 75px !important;
  }
}
@media screen and (min-width: 1800px) {
  .e-child.padding-60 {
    padding: 60px !important;
  }
  .e-child.padding-80 {
    padding: 80px !important;
  }
  .e-child.xl-pl-60 {
    padding-left: 60px !important;
  }
  .e-child.xl-pr-60 {
    padding-right: 60px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 80px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 80px !important;
  }
  .e-child.xl-pl-100 {
    padding-left: 100px !important;
  }
  .e-child.xl-pr-100 {
    padding-right: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .e-child.xs-pad-h10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media screen and (min-width: 992px) {
  .lg-pr-30 {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .xl-pr-60 {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .xl-pr-60 {
    padding-right: 45px !important;
  }
}
@media screen and (min-width: 1800px) {
  .xl-pr-60 {
    padding-right: 60px !important;
  }
}
#content_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.fit-height {
  height: 100% !important;
}

.elementor-widget-image img {
  height: auto !important;
  max-width: 100% !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

address {
  font-style: normal !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 screen and (max-width: 1023px) {
  .ipad-wdh-100 .elementor-container,
  .ipad-wdh-100 .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1023px) {
  .ipad-wdh-100 .elementor-container .elementor-column,
  .ipad-wdh-100 .e-con-inner .elementor-column {
    width: 100% !important;
  }
}

.wd-70 {
  width: 70% !important;
}
@media screen and (max-width: 1199px) {
  .wd-70 {
    width: 100% !important;
  }
}

.wd-80 {
  width: 80% !important;
}
@media screen and (max-width: 1199px) {
  .wd-80 {
    width: 100% !important;
  }
}

.wd-85 {
  width: 85% !important;
}
@media screen and (max-width: 1199px) {
  .wd-85 {
    width: 100% !important;
  }
}

.wd-90 {
  width: 90% !important;
}
@media screen and (max-width: 1199px) {
  .wd-90 {
    width: 100% !important;
  }
}

.wd-30 {
  width: 30% !important;
}
@media screen and (max-width: 1199px) {
  .wd-30 {
    width: 100% !important;
  }
}

.wd-65 {
  width: 65% !important;
}
@media screen and (max-width: 1199px) {
  .wd-65 {
    width: 100% !important;
  }
}

.wd-35 {
  width: 35% !important;
}
@media screen and (max-width: 1199px) {
  .wd-35 {
    width: 100% !important;
  }
}

.wd-73 {
  width: 73% !important;
}
@media screen and (max-width: 1199px) {
  .wd-73 {
    width: 100% !important;
  }
}

.wd-27 {
  width: 27% !important;
}
@media screen and (max-width: 1199px) {
  .wd-27 {
    width: 100% !important;
  }
}

.wd-60 {
  width: 60% !important;
}
@media screen and (max-width: 1199px) {
  .wd-60 {
    width: 100% !important;
  }
}

.wd-40 {
  width: 40% !important;
}
@media screen and (max-width: 1199px) {
  .wd-40 {
    width: 100% !important;
  }
}

.wd-50 {
  width: 50% !important;
}
@media screen and (max-width: 1199px) {
  .wd-50 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media screen and (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-45 {
  width: 45% !important;
}
@media screen and (max-width: 1199px) {
  .wd-45 {
    width: 100% !important;
  }
}

.wd-48 {
  width: 48% !important;
}
@media screen and (max-width: 1199px) {
  .wd-48 {
    width: 100% !important;
  }
}

.wd-55 {
  width: 55% !important;
}
@media screen and (max-width: 1199px) {
  .wd-55 {
    width: 100% !important;
  }
}

.wd-57 {
  width: 57% !important;
}
@media screen and (max-width: 1199px) {
  .wd-57 {
    width: 100% !important;
  }
}

.wd-43 {
  width: 43% !important;
}
@media screen and (max-width: 1199px) {
  .wd-43 {
    width: 100% !important;
  }
}

@media screen and (max-width: 1023px) {
  .ipadro-wd-100 {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1023px) {
  .ipadro-wd-100 .elementor-container,
  .ipadro-wd-100 .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1023px) {
  .ipadro-wd-100 .elementor-container .elementor-column,
  .ipadro-wd-100 .e-con-inner .elementor-column {
    width: 100% !important;
  }
}
@media screen and (max-width: 1023px) {
  .ipadro-wd-100 .img_bx {
    order: 2;
    margin: 20px 0 auto 0;
    width: 100% !important;
  }
}
.ipadro-wd-100 .img_bx.right .elementor-widget-image {
  text-align: right;
}
.ipadro-wd-100 .img_bx.left .elementor-widget-image {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .ipadro-wd-100 .txt_blk {
    width: 100% !important;
  }
}
.ipadro-wd-100 .txt_blk.left {
  padding-right: 20px;
}
@media screen and (max-width: 1680px) {
  .ipadro-wd-100 .txt_blk.left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .ipadro-wd-100 .txt_blk.left {
    padding-right: 0px;
  }
}
.ipadro-wd-100 .txt_blk.right {
  padding-left: 20px;
}
@media screen and (max-width: 1680px) {
  .ipadro-wd-100 .txt_blk.right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .ipadro-wd-100 .txt_blk.right {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .ipadro-wd-100 .txt_blk {
    order: 1;
  }
}

@media screen and (max-width: 1199px) {
  .ipad-wd-100 {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1199px) {
  .ipad-wd-100 .elementor-container,
  .ipad-wd-100 .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1199px) {
  .ipad-wd-100 .elementor-container .elementor-column,
  .ipad-wd-100 .e-con-inner .elementor-column {
    width: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .ipad-wd-100 .img_bx {
    order: 2;
    margin: 20px 0 auto 0;
    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 screen and (max-width: 1199px) {
  .ipad-wd-100 .txt_blk {
    width: 100% !important;
  }
}
.ipad-wd-100 .txt_blk.left {
  padding-right: 20px;
}
@media screen and (max-width: 1680px) {
  .ipad-wd-100 .txt_blk.left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .ipad-wd-100 .txt_blk.left {
    padding-right: 0px;
  }
}
.ipad-wd-100 .txt_blk.right {
  padding-left: 20px;
}
@media screen and (max-width: 1680px) {
  .ipad-wd-100 .txt_blk.right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .ipad-wd-100 .txt_blk.right {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .ipad-wd-100 .txt_blk {
    order: 1;
  }
}

.common-ul ul {
  margin: 0 0 20px;
  padding: 0;
}
.common-ul ul li {
  padding: 5px 0 5px 30px;
  position: relative;
  display: block;
  font-weight: 400 !important;
}
.common-ul ul li a {
  color: var(--global--color-primary);
  display: inline;
  font-weight: 400 !important;
}
.common-ul ul li a:hover {
  color: var(--global--color-secondary);
  text-decoration: none !important;
}
.common-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4026_890)'%3E%3Cpath d='M12.9995 6.91162C12.9995 3.32177 10.0894 0.411621 6.49951 0.411621C2.90966 0.411621 -0.000488281 3.32177 -0.000488281 6.91162C-0.000488281 10.5015 2.90966 13.4116 6.49951 13.4116C10.0894 13.4116 12.9995 10.5015 12.9995 6.91162Z' fill='%23FFE1D5'/%3E%3Cpath d='M11.9157 6.41363V6.91196C11.915 8.08001 11.5368 9.21659 10.8374 10.1521C10.1381 11.0877 9.15499 11.7721 8.03487 12.1032C6.91471 12.4344 5.71757 12.3947 4.62187 11.9899C3.52619 11.5851 2.59072 10.8369 1.95497 9.85706C1.31922 8.87713 1.01725 7.71802 1.09411 6.55246C1.17096 5.38693 1.62252 4.27746 2.38143 3.38954C3.14035 2.50161 4.16596 1.88279 5.3053 1.62537C6.44465 1.36795 7.63669 1.48572 8.70362 1.96112' stroke='%234268D2' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9165 2.57812L6.49982 8.00021L4.87482 6.37521' stroke='%234268D2' stroke-width='1.08333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4026_890'%3E%3Crect width='13' height='13' fill='white' transform='translate(0 0.411621)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1470px) {
  .common-ul ul li:before {
    top: 10px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .common-ul ul li:before {
    top: 9px;
  }
}
.common-ul ul li a {
  color: #B79A57 !important;
}
.common-ul ul li a:hover {
  color: #0D214E !important;
}
.common-ul ul li strong:first-child {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .common-ul ul li strong:first-child {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .common-ul ul li strong:first-child {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .common-ul ul li strong:first-child {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .common-ul ul li strong:first-child {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.common-ul.strong ul li:before {
  top: 13px !important;
}
@media screen and (max-width: 1470px) {
  .common-ul.strong ul li:before {
    top: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  .common-ul.strong ul li:before {
    top: 10px !important;
  }
}
.common-ul.no-strong ul li:before {
  top: 11px !important;
}
@media screen and (max-width: 1600px) {
  .common-ul.no-strong ul li:before {
    top: 10px !important;
  }
}
.common-ul.orange ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.91061 7.60442L6.88761 7.62742L4.57562 5.32843C4.37962 5.13393 4.06312 5.13493 3.86862 5.33093C3.67362 5.52643 3.67462 5.84343 3.87062 6.03793L6.53611 8.68792C6.73161 8.88242 7.04761 8.88192 7.24261 8.68692L12.3891 3.54044C13.0211 4.54243 13.3871 5.72893 13.3871 7.00043C13.3871 10.5869 10.4751 13.4984 6.88861 13.4984C3.30262 13.4984 0.390625 10.5869 0.390625 7.00043C0.390625 3.41394 3.30262 0.502441 6.88861 0.502441C8.48161 0.502441 9.9411 1.07644 11.0716 2.02894L12.2036 0.896941C12.3986 0.701442 12.7156 0.701442 12.9106 0.896941C13.1056 1.09194 13.1056 1.40894 12.9106 1.60394L11.7851 2.72994L6.91061 7.60442Z' fill='%23D9A917'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.common-ul.inline ul {
  display: inline;
}
@media screen and (max-width: 767px) {
  .common-ul.inline ul {
    display: block;
  }
}
.common-ul.inline ul li {
  display: inline;
  padding: 5px 0 5px 25px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .common-ul.inline ul li {
    margin-left: 0;
    margin-right: 15px;
    display: block;
  }
}
.common-ul.inline ul li:before {
  top: 10px;
}
@media screen and (max-width: 1600px) {
  .common-ul.inline ul li:before {
    width: 13px;
    height: 13px;
    top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .common-ul.inline ul li:before {
    top: 10px;
  }
}
.common-ul.blue-ul ul li:before {
  background: #0D214E !important;
  border-radius: 50%;
  color: #121212;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .common-ul.blue-ul ul li:before {
    top: 12px !important;
    width: 9px !important;
    height: 9px !important;
  }
}
@media screen and (min-width: 1600px) {
  .common-ul.blue-ul ul li:before {
    top: 16px !important;
    width: 10px !important;
    height: 10px !important;
  }
}
.common-ul.cream-ul ul li:before {
  background: #ffffff !important;
  border-radius: 50%;
  color: #121212;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .common-ul.cream-ul ul li:before {
    top: 12px !important;
    width: 9px !important;
    height: 9px !important;
  }
}
@media screen and (min-width: 1600px) {
  .common-ul.cream-ul ul li:before {
    top: 16px !important;
    width: 10px !important;
    height: 10px !important;
  }
}
.common-ul.strong-text ul li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .common-ul.strong-text ul li::before {
    top: 13px !important;
    width: 10px !important;
    height: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common-ul.strong-text ul li::before {
    width: 10px !important;
    height: 10px !important;
    top: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .common-ul.strong-text ul li::before {
    top: 14px !important;
  }
}
@media screen and (min-width: 1500px) {
  .common-ul.strong-text ul li::before {
    top: 17px !important;
  }
}
.common-ul.col-count-two ul li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .common-ul.col-count-two ul li::before {
    top: 13px !important;
    width: 10px !important;
    height: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common-ul.col-count-two ul li::before {
    width: 10px !important;
    height: 10px !important;
    top: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
  .common-ul.col-count-two ul li::before {
    top: 14px !important;
  }
}
@media screen and (min-width: 1500px) {
  .common-ul.col-count-two ul li::before {
    top: 17px !important;
  }
}

.half-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: 100%;
}
@media screen and (max-width: 1199px) {
  .half-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: calc(var(--tw-wrap-xl) * 50 / 100) !important;
  }
}
@media screen and (min-width: 1600px) {
  .half-container {
    max-width: calc(var(--tw-wrap-xxl) * 50 / 100) !important;
  }
}
@media screen and (min-width: 1850px) {
  .half-container {
    max-width: calc(var(--tw-wrap-half-col) * 50 / 100) !important;
  }
}

.elementor-element .transf_none {
  text-transform: none !important;
}
.elementor-element .transf_none h1,
.elementor-element .transf_none h2,
.elementor-element .transf_none h3 {
  text-transform: none !important;
}
.elementor-element .fw-700 {
  font-weight: 700 !important;
}
.elementor-element .fw-700 h1,
.elementor-element .fw-700 h2,
.elementor-element .fw-700 h3 {
  font-weight: 700 !important;
}

@media screen and (min-width: 1200px) {
  .block {
    display: block;
  }
}

ul.tick_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 -15px;
  padding: 0;
  flex-wrap: wrap;
}
ul.tick_ul li {
  position: relative;
  min-height: 13px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-weight: 400 !important;
  display: inline-flex;
  margin-right: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  ul.tick_ul li {
    padding-left: 30px;
  }
}
ul.tick_ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
}
@media screen and (max-width: 1680px) {
  ul.tick_ul li::before {
    top: 6px;
  }
}
@media screen and (max-width: 1470px) {
  ul.tick_ul li::before {
    top: 3px;
  }
}
@media screen and (max-width: 1199px) {
  ul.tick_ul li::before {
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  ul.tick_ul {
    justify-content: flex-start;
  }
  ul.tick_ul li {
    margin-right: 0;
  }
}

.sitemap-menu-wrapper ul {
  margin: 0;
  padding: 20px 0px 20px 40px;
  position: relative;
  display: inline-block !important;
}
.sitemap-menu-wrapper ul li {
  list-style: none;
  padding: 10px;
  position: relative;
}
.sitemap-menu-wrapper ul li .image-fold-wp {
  display: none !important;
}
.sitemap-menu-wrapper ul li.onlysitemap {
  display: block !important;
}
.sitemap-menu-wrapper ul li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--global--color-black) !important;
  position: relative;
  font-family: var(--font-out);
  padding: 5px 20px !important;
  width: -moz-max-content;
  width: max-content;
}
.sitemap-menu-wrapper ul li a:before {
  position: absolute;
  content: "";
  background-color: #660913 !important;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-position: center;
  background-size: contain;
  top: 9px;
  left: -8px;
  transition: 0.3s;
  border-radius: 3px;
  opacity: 1 !important;
}
.sitemap-menu-wrapper ul li a:hover {
  color: var(--global--color-primary) !important;
  padding-left: 5px;
  background-color: transparent !important;
}
.sitemap-menu-wrapper ul li a:hover:before {
  left: -25px;
  transition: 0.3s;
}
.sitemap-menu-wrapper ul li ul {
  margin: 0;
  padding: 10px 0px 0px 30px;
  position: static !important;
  display: block !important;
}
.sitemap-menu-wrapper ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--global--color-btn);
  top: 15px;
  left: -20px;
}
.sitemap-menu-wrapper ul li:last-child:before {
  height: 80%;
  background-color: var(--global--color-btn);
  top: 0px;
}

.sitemap-menu-wrapper #menu-main-menu-1 {
  padding-bottom: 0px !important;
}

.sitemap-menu-wrapper #menu-site-map {
  padding-top: 0px !important;
}

.brdr_right {
  position: relative;
}

.brdr_right::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 52%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #b3b3b3;
}

@media (max-width: 1199px) {
  .brdr_right::after {
    display: none !important;
  }
}
@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. */
}
@media screen and (min-resolution: 120dpi) and (min-width: 1200px) {
  body p,
  body li {
    font-size: 13px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1600px) {
  body p,
  body li {
    font-size: 15px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1200px) and (max-width: 1599px) {
  .common-ul.blue-ul ul li:before, .common-ul.cream-ul ul li:before {
    top: 11px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1600px) {
  .common-ul.blue-ul ul li:before, .common-ul.cream-ul ul li:before {
    top: 12px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (max-width: 767px) {
  .common-ul.blue-ul ul li:before, .common-ul.cream-ul ul li:before {
    top: 11px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (max-width: 767px) {
  .common-ul.terms-ul ul li::before {
    top: 11px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (max-width: 767px) {
  .common-ul.col-count-two.blue-ul ul li::before {
    top: 14px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1850px) {
  body p,
  body li {
    font-size: 17px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1200px) {
  .top_menu a,
  .main-menu a {
    font-size: 14px !important;
  }
}
@media screen and (min-resolution: 120dpi) {
  .footer_split .qci_wrap .qci_text .number {
    font-size: 22px;
  }
}
body.inner_pages {
  padding-top: 185px;
}
@media screen and (max-width: 1700px) {
  body.inner_pages {
    padding-top: 133px;
  }
}
@media screen and (max-width: 1599px) {
  body.inner_pages {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  body.inner_pages {
    padding-top: 63px;
  }
}
@media screen and (max-width: 1023px) {
  body.inner_pages {
    padding-top: 114px;
  }
}
@media screen and (max-width: 767px) {
  body.inner_pages {
    padding-top: 108px;
  }
}

.call_bx {
  transition: all ease 0.3s;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1599px) {
  .call_bx {
    padding: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .call_bx {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .call_bx {
    margin: 0px;
  }
}
.call_bx .ico {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #B79A57;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1600px) {
  .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .call_bx .ico {
    margin-right: 0;
    width: 35px;
    height: 35px;
  }
}
.call_bx .ico svg, .call_bx .ico img {
  width: 20px !important;
  height: 20px !important;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1470px) {
  .call_bx .ico svg, .call_bx .ico img {
    width: 16px !important;
    height: 16px !important;
  }
}
.call_bx .txt {
  color: #fff;
}
.call_bx .txt span {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-weight: 200;
  font-size: 16px;
  text-transform: none;
}
@media screen and (max-width: 1600px) {
  .call_bx .txt span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .call_bx .txt span {
    font-size: 14px;
  }
}
.call_bx .txt .num {
  color: #fff;
  transition: all ease 0.3s;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .call_bx .txt .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .call_bx .txt .num {
    font-size: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .call_bx .txt .num {
    font-size: 20px;
  }
}

.project_header {
  padding: 15px 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all ease 0.3s;
  top: 0;
  left: 0;
}
.project_header .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .project_header .container {
    flex-flow: row;
  }
}
@media screen and (max-width: 767px) {
  .project_header .container {
    justify-content: center;
    flex-flow: wrap;
  }
}
.project_header .container:after, .project_header .container:before {
  display: none;
}
.project_header .logo {
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 392px !important;
}
@media screen and (max-width: 1599px) {
  .project_header .logo {
    width: 300px !important;
  }
}
@media screen and (max-width: 1023px) {
  .project_header .logo {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .project_header .logo {
    width: 300px !important;
  }
}
.project_header .logo figure {
  transition: all ease 0.3s;
}
@media screen and (max-width: 1680px) {
  .project_header .logo figure {
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  .project_header .logo figure {
    text-align: center;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .project_header .logo figure {
    margin: 0 auto;
    width: 100%;
  }
}
.project_header .logo .figcap {
  text-transform: uppercase;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .project_header .logo .figcap {
    font-size: 10px !important;
    font-size: 0.625rem !important;
  }
}
.project_header .hd-right {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  min-height: 127px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .project_header .hd-right {
    min-height: 85px;
  }
}
@media screen and (max-width: 1599px) {
  .project_header .hd-right {
    min-height: 72px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right {
    justify-content: end;
    align-items: center;
    min-height: auto;
    width: 60%;
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .project_header .hd-right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .project_header .hd-right {
    width: 100%;
    justify-content: center;
    flex-direction: row;
  }
}
.project_header .hd-right .menuwrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.project_header .hd-right .hd-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .project_header .hd-right .hd-top {
    width: auto;
    justify-content: center;
    align-items: center;
  }
}
.project_header .hd-right .hd-top .social-wp {
  margin: 0;
  padding: 0 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  border-left: solid 1px #B5B5B5;
  border-top: 0;
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right .hd-top .social-wp {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .project_header .hd-right .hd-top .social-wp {
    padding: 0 10px;
  }
}
.project_header .hd-right .hd-top .social-wp .sc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .project_header .hd-right .hd-top .social-wp .sc {
    gap: 10px;
  }
}
.project_header .hd-right .hd-top .social-wp a {
  margin: 0 !important;
  line-height: 1;
}
.project_header .hd-right .hd-top .social-wp a svg,
.project_header .hd-right .hd-top .social-wp a img {
  height: 23px !important;
  width: 23px !important;
  fill: #D9D9D9;
}
@media screen and (max-width: 1680px) {
  .project_header .hd-right .hd-top .social-wp a svg,
  .project_header .hd-right .hd-top .social-wp a img {
    width: 20px !important;
    height: 20px !important;
  }
}
.project_header .hd-right .hd-top .social-wp a svg path,
.project_header .hd-right .hd-top .social-wp a img path {
  fill: #D9D9D9 !important;
}
.project_header .hd-right .hd-top .social-wp a svg:hover,
.project_header .hd-right .hd-top .social-wp a img:hover {
  opacity: 1 !important;
}
.project_header .hd-right .hd-top .social-wp a.fb {
  margin-top: 5px !important;
}
.project_header .hd-right .hd-top .social-wp a:hover svg,
.project_header .hd-right .hd-top .social-wp a:hover img {
  opacity: 0.7 !important;
}
.project_header .hd-right .hd-top .social-wp a.y-tube svg {
  height: 30px !important;
  width: 30px !important;
}
@media screen and (max-width: 1680px) {
  .project_header .hd-right .hd-top .social-wp a.y-tube svg {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right .hd-top .social-wp a.y-tube svg {
    width: 15px !important;
    height: 15px !important;
  }
}
.project_header .hd-right .bottm-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right .bottm-section {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .project_header .hd-right .bottm-section {
    width: auto;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 0px;
    gap: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right .call_bx .txt {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right .call_bx .txt .num {
    display: none;
  }
}
.project_header .btn {
  margin-left: 20px;
  min-height: 50px;
  font-size: 16px !important;
  min-width: 255px;
  padding-left: 25px !important;
  padding-right: 20px !important;
}
@media screen and (max-width: 1680px) {
  .project_header .btn {
    min-height: 45px;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1600px) {
  .project_header .btn {
    min-height: 40px;
    font-size: 12px !important;
    padding: 0 25px !important;
    min-width: 210px;
  }
}
@media screen and (max-width: 1470px) {
  .project_header .btn {
    min-height: 35px;
    font-size: 11px !important;
    padding: 0 20px 0 25px !important;
    min-width: 190px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .btn {
    min-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .project_header .btn {
    min-height: 30px;
    font-size: 10px !important;
    padding: 0 10px 0 10px !important;
    margin: 0 auto !important;
    min-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .project_header .btn .icon {
    display: none;
  }
}
.project_header.slim {
  background: #0D214E;
  transition: all ease 0.3s;
  padding: 5px 0;
}
.project_header.slim .logo {
  transition: all ease 0.3s;
  width: 350px !important;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .logo {
    width: 280px !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header.slim .logo {
    width: 300px !important;
  }
}
@media screen and (max-width: 767px) {
  .project_header.slim .logo {
    text-align: center;
    margin: 0 auto;
  }
}
.project_header.slim .logo img {
  transition: all ease 0.3s;
}
.project_header.slim .btn {
  font-size: 13px !important;
  min-height: 40px;
}
@media screen and (max-width: 1600px) {
  .project_header.slim .btn {
    font-size: 12px !important;
    min-height: 40px;
  }
}
@media screen and (max-width: 1470px) {
  .project_header.slim .btn {
    font-size: 11px !important;
    min-height: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header.slim .btn {
    font-size: 11px !important;
    padding: 0 20px 0 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .project_header.slim .btn {
    font-size: 10px !important;
    padding: 5px 10px !important;
    min-height: 30px;
  }
}
.project_header.slim .btn:hover:after {
  background: #000;
}
.project_header.slim .call_bx {
  transition: all ease 0.3s;
  padding: 5px;
}
.project_header.slim .call_bx .ico {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .call_bx .ico {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .project_header.slim .call_bx .ico {
    margin-right: 0px;
  }
}
.project_header.slim .call_bx .ico svg {
  width: 17px;
  height: 17px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .call_bx .ico svg {
    width: 15px;
    height: 15px;
  }
}
.project_header.slim .call_bx .num {
  font-size: 24px;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .call_bx .num {
    font-size: 22px;
  }
}
.project_header.slim .call_bx span {
  font-size: 12px;
}

.main-menu.top-menu {
  padding-right: 30px;
}
@media screen and (min-width: 1850px) {
  .main-menu.top-menu ul li a {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 1600px) {
  .main-menu.top-menu l li a {
    font-size: 16px !important;
    font-size: 1.0625rem !important;
    height: 32px;
  }
}

@media screen and (min-width: 1850px) {
  .main-menu.top-menu > ul > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu.top-menu > ul > * {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@keyframes zumpBottom {
  0% {
    transform: translateZ(0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.project_banner {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .project_banner {
    overflow: hidden;
  }
}
.project_banner .banner-sld {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media screen and (min-width: 320px) {
  .project_banner .banner-sld {
    height: auto;
    background-position: 44% !important;
  }
}
@media screen and (min-width: 768px) {
  .project_banner .banner-sld {
    height: 500px;
    background-position: 45% !important;
  }
}
@media screen and (min-width: 1024px) {
  .project_banner .banner-sld {
    height: 590px;
    background-position: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .project_banner .banner-sld {
    height: 600px;
    background-position: top center !important;
  }
}
@media screen and (min-width: 1400px) {
  .project_banner .banner-sld {
    height: 685px;
    background-position: top center !important;
  }
}
@media screen and (min-width: 1600px) {
  .project_banner .banner-sld {
    height: 750px;
    background-position: top center !important;
  }
}
@media screen and (min-width: 1680px) {
  .project_banner .banner-sld {
    height: 900px;
    background-position: top center !important;
  }
}
@media screen and (min-width: 1850px) {
  .project_banner .banner-sld {
    height: 940px;
  }
}
.project_banner .man-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .project_banner .man-wrap {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .man-wrap {
    background: rgba(183, 154, 87, 0.5);
  }
}
.project_banner .man-wrap .man {
  position: absolute;
  right: 200px;
  top: 15%;
  width: 651px;
  height: 740px;
  z-index: 3;
}
@media screen and (min-width: 2000px) and (max-width: 3000px) {
  .project_banner .man-wrap .man {
    right: 35%;
  }
}
@media screen and (max-width: 1920px) {
  .project_banner .man-wrap .man {
    right: 180px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .man-wrap .man {
    width: 550px;
    height: 625px;
  }
}
@media screen and (max-width: 1599px) {
  .project_banner .man-wrap .man {
    width: 440px;
    height: 480px;
    top: 24%;
  }
}
@media screen and (max-width: 1366px) {
  .project_banner .man-wrap .man {
    top: 18%;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .man-wrap .man {
    right: 0;
    width: 300px;
    height: 400px;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .man-wrap .man {
    width: 230px;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .man-wrap .man {
    position: static;
    width: 100%;
    height: 100%;
    padding: 0 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .man-wrap .man figure {
    margin-bottom: -20px;
  }
}
.project_banner .man-wrap .man:after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 10%;
  width: 622px;
  height: 178px;
  background: url(assets/images/after.png) no-repeat;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .project_banner .man-wrap .man:after {
    bottom: 9%;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .man-wrap .man:after {
    width: 560px;
    height: 115px;
    bottom: 6%;
  }
}
@media screen and (max-width: 1599px) {
  .project_banner .man-wrap .man:after {
    width: 505px;
    height: 140px;
    bottom: 10px;
    right: -56px;
  }
}
@media screen and (max-width: 1366px) {
  .project_banner .man-wrap .man:after {
    width: 370px;
    height: 100px;
    bottom: 10%;
    right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .man-wrap .man:after {
    display: none;
  }
}
.project_banner .man-wrap .man .name {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  font-family: "Playfair Display", serif;
  position: absolute;
  text-align: center;
  bottom: 17%;
  z-index: 3;
  color: #fff;
  right: 173px;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .project_banner .man-wrap .man .name {
    bottom: 17%;
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .man-wrap .man .name {
    bottom: 9%;
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1599px) {
  .project_banner .man-wrap .man .name {
    bottom: 45px;
    right: 105px;
  }
}
@media screen and (max-width: 1366px) {
  .project_banner .man-wrap .man .name {
    bottom: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .man-wrap .man .name {
    background: #C0A057;
    padding: 5px;
    border-radius: 30px 0 30px 0;
    bottom: 0;
    width: 100%;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .man-wrap .man .name {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .man-wrap .man .name {
    position: relative;
  }
}
.project_banner .man-wrap .man .name span {
  display: block;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}
.project_banner .man-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(assets/images/before.png) no-repeat;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
@media screen and (min-width: 2250px) and (max-width: 3000px) {
  .project_banner .man-wrap:before {
    top: -187px;
    width: 1230px;
    height: 831px;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2249px) {
  .project_banner .man-wrap:before {
    top: -139px;
    width: 1240px;
    height: 782px;
  }
}
@media screen and (max-width: 1920px) {
  .project_banner .man-wrap:before {
    width: 860px;
    height: 806px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .man-wrap:before {
    width: 800px;
    height: 695px;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .man-wrap:before {
    width: 650px;
    height: 635px;
  }
}
@media screen and (max-width: 1366px) {
  .project_banner .man-wrap:before {
    width: 600px;
    height: 540px;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .man-wrap:before {
    display: none;
  }
}
.project_banner figure.banner-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .project_banner figure.banner-img {
    position: inherit;
    height: 300px;
  }
}
.project_banner .container {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .project_banner .container {
    background: #0D214E;
  }
}
.project_banner .wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  padding-top: 5%;
}
@media screen and (max-width: 1199px) {
  .project_banner .wrap {
    align-items: start;
    padding: 10px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .wrap {
    padding: 10px 0;
    background: transparent;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
.project_banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap {
    padding-top: 15%;
    justify-content: center;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap {
    padding-top: 0;
    justify-content: center;
    align-items: center;
  }
}
.project_banner .banner-wrap .maintxt {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 3000px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (max-width: 1920px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    line-height: 1.3;
    color: #fff;
    text-align: center;
  }
}
.project_banner .banner-wrap p {
  font-family: "Outfit", sans-serif !important;
  text-align: left;
  font-weight: 400 !important;
  color: #fff;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  line-height: 1.3;
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap p {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap p {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    max-width: 61%;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap p {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap p {
    color: #fff;
    text-align: center;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.project_banner .banner-wrap .sub-txt {
  color: #000;
  font-size: 42px !important;
  font-size: 2.625rem !important;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  font-family: "Inter", sans-serif !important;
  margin: 20px 0 10px;
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .sub-txt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap .sub-txt {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap .sub-txt {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .banner-wrap .sub-txt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .sub-txt {
    color: #fff;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.project_banner .banner-wrap .btn-wrap .banner-btn + .banner-btn {
  background-color: #0D214E !important;
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .btn-wrap .banner-btn + .banner-btn {
    margin: 15px 0 0 !important;
  }
}
.project_banner .banner-wrap .btn-wrap .banner-btn + .banner-btn:hover {
  background-color: #B79A57 !important;
  color: #fff !important;
}
.project_banner .banner-wrap .banner-btn {
  height: 80px;
  font-size: 25px !important;
  padding-left: 50px !important;
  padding-right: 40px !important;
  border-radius: 40px;
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .banner-btn {
    font-size: 18px !important;
    height: 70px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .banner-wrap .banner-btn {
    height: 60px;
    font-size: 16px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1599px) {
  .project_banner .banner-wrap .banner-btn {
    height: 55px;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .banner-wrap .banner-btn {
    height: 50px;
    font-size: 16px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .banner-btn {
    height: 40px;
    font-size: 13px !important;
  }
}
.project_banner .banner-wrap .banner-btn span {
  font-weight: 600;
}
.project_banner .banner-wrap .banner-btn .icon {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 1600px) {
  .project_banner .banner-wrap .banner-btn .icon {
    width: 25px;
    height: 25px;
  }
}

.inner-banner {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  position: relative;
  min-height: 640px;
  display: flex;
  position: relative;
}
.inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1680px) {
  .inner-banner {
    min-height: 600px;
  }
}
@media screen and (max-width: 1600px) {
  .inner-banner {
    min-height: 500px;
  }
}
@media screen and (max-width: 1366px) {
  .inner-banner {
    min-height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner {
    min-height: 375px;
  }
}
@media screen and (max-width: 1023px) {
  .inner-banner {
    background-position: 25% !important;
  }
}
@media screen and (max-width: 1023px) {
  .inner-banner.roll-banner {
    background-position: 25% !important;
  }
}
@media screen and (max-width: 1023px) {
  .inner-banner.front-banner {
    background-position: 25% !important;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner.cnt-banner {
    background-position: 45% !important;
  }
}
.inner-banner .wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1680px) {
  .inner-banner .wrap {
    padding-top: 10%;
  }
}
.inner-banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 5%;
  z-index: 2;
  text-align: center;
}
.inner-banner .banner-wrap .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap {
    justify-content: center;
  }
}
.inner-banner .banner-wrap .btn-wrap .banner-btn + .banner-btn {
  background-color: #0D214E !important;
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .btn-wrap .banner-btn + .banner-btn {
    margin: 5px 0 0 !important;
  }
}
.inner-banner .banner-wrap .btn-wrap .banner-btn + .banner-btn:hover {
  background-color: #B79A57 !important;
  color: #fff !important;
}
.inner-banner .banner-wrap .banner-btn {
  height: 75px;
  font-size: 21px !important;
  padding-left: 55px !important;
  padding-right: 50px !important;
  border-radius: 35px;
}
@media screen and (max-width: 1680px) {
  .inner-banner .banner-wrap .banner-btn {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1600px) {
  .inner-banner .banner-wrap .banner-btn {
    height: 45px;
    font-size: 14px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner .banner-wrap .banner-btn {
    height: 40px;
    font-size: 13px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .banner-btn {
    height: 40px;
    font-size: 12px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
.inner-banner .banner-wrap .banner-btn span {
  font-weight: 600;
}
.inner-banner .banner-wrap .banner-btn .icon {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 1600px) {
  .inner-banner .banner-wrap .banner-btn .icon {
    width: 25px;
    height: 25px;
  }
}
.inner-banner .banner-wrap .maintxt {
  color: #fff;
  font-size: 52px !important;
  font-size: 3.25rem !important;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1680px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 1600px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 17px !important;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.inner-banner .banner-wrap .sub-txt {
  color: #fff;
  font-size: 40px !important;
  font-size: 2.5rem !important;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  font-family: "Inter", sans-serif;
  margin: 10px 0 20px;
}
@media screen and (max-width: 1680px) {
  .inner-banner .banner-wrap .sub-txt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (max-width: 1600px) {
  .inner-banner .banner-wrap .sub-txt {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .inner-banner .banner-wrap .sub-txt {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner .banner-wrap .sub-txt {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .inner-banner .banner-wrap .sub-txt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .sub-txt {
    color: #fff;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

@media screen and (min-width: 320px) {
  body.no-banner .inner-banner {
    min-height: 200px !important;
    height: 200px !important;
  }
}
@media screen and (min-width: 1200px) {
  body.no-banner .inner-banner {
    min-height: 150px !important;
    height: 150px !important;
  }
}
@media screen and (min-width: 1600px) {
  body.no-banner .inner-banner {
    min-height: 170px !important;
    height: 170px !important;
  }
}
@media screen and (min-width: 1850px) {
  body.no-banner .inner-banner {
    min-height: 200px !important;
    height: 200px !important;
  }
}
@media screen and (min-width: 320px) {
  body.no-banner .inner-banner.blog-banner {
    min-height: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 1200px) {
  body.no-banner .inner-banner.blog-banner {
    min-height: 200px;
    height: 200px;
  }
}
body.no-banner .inner-banner.blog-banner .container {
  height: 100%;
}
body.no-banner .inner-banner.blog-banner .container .banner-wrap {
  justify-content: flex-end;
}
body.no-banner .inner-banner.blog-banner .container .wrap {
  padding: 0 0 35px;
}

@media screen and (max-width: 1199px) {
  .inner-banner {
    background-position: 100% !important;
    min-height: 400px;
  }
  .inner-banner .container {
    position: static;
  }
  .inner-banner .container .wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    text-align: center;
  }
  .inner-banner .container .wrap .subtxt {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .inner-banner {
    background-position: 30% !important;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner {
    min-height: 375px;
    background-position: 15% !important;
    width: auto;
  }
  .inner-banner .banner-wrap .wrap {
    padding: 10px;
  }
  .inner-banner .banner-wrap .maintxt {
    margin-bottom: 10px;
  }
  .inner-banner .banner-wrap .btn {
    height: 31px !important;
    line-height: 1;
    padding-top: 0px;
    min-height: 32px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.inner-banner.only-badge {
  min-height: auto !important;
  height: 100px !important;
}
@media screen and (max-width: 1199px) {
  .inner-banner.only-badge {
    height: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .inner-banner.serv-banner {
    background-position: 15% !important;
  }
}

.form-wrap {
  border-radius: 60px 0 60px 0 !important;
  overflow: hidden !important;
  padding: 50px !important;
  position: relative;
  z-index: 4 !important;
  margin-top: -120px !important;
}
@media screen and (max-width: 1680px) {
  .form-wrap {
    margin-top: -80px !important;
  }
}
@media screen and (max-width: 1600px) {
  .form-wrap {
    margin-top: -65px !important;
  }
}
@media screen and (max-width: 1470px) {
  .form-wrap {
    padding: 30px !important;
    margin-top: -45px !important;
  }
}
@media screen and (max-width: 1366px) {
  .form-wrap {
    margin-top: -80px !important;
  }
}
@media screen and (max-width: 1199px) {
  .form-wrap {
    margin-top: 0px !important;
  }
}
.form-wrap .elementor-heading-title {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .form-wrap .elementor-heading-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .form-wrap .elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .form-wrap .elementor-heading-title {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .form-wrap .elementor-heading-title {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
.form-wrap .fm-bx {
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .form-wrap .fm-bx {
    padding-left: 0;
  }
}
.form-wrap .fm-bx .form-group {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.form-wrap .fm-bx .form-group.width-50-sm {
  width: 48% !important;
}
@media screen and (max-width: 767px) {
  .form-wrap .fm-bx .form-group.width-50-sm {
    width: 100% !important;
  }
}
.form-wrap .fm-bx .form-group.width-30-sm {
  width: 30% !important;
}
@media screen and (max-width: 767px) {
  .form-wrap .fm-bx .form-group.width-30-sm {
    width: 100% !important;
  }
}
.form-wrap .fm-bx .form-group.width-70-sm {
  width: 68% !important;
}
@media screen and (max-width: 1599px) {
  .form-wrap .fm-bx .form-group.width-70-sm {
    width: 66% !important;
  }
}
@media screen and (max-width: 767px) {
  .form-wrap .fm-bx .form-group.width-70-sm {
    width: 100% !important;
  }
}
.form-wrap .fm-bx .form-group.submit {
  margin-left: auto;
  text-transform: uppercase;
  justify-content: end;
}
.form-wrap .fm-bx .form-group.submit p {
  text-align: right !important;
}
.form-wrap .fm-bx form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  gap: 15px;
  margin: 0 0;
}
.form-wrap .fm-bx form ::-webkit-input-placeholder {
  color: #fff !important;
}
.form-wrap .fm-bx form :-moz-placeholder {
  color: #fff !important;
}
.form-wrap .fm-bx form ::-moz-placeholder {
  color: #fff !important;
}
.form-wrap .fm-bx form :-ms-input-placeholder {
  color: #fff !important;
}
.form-wrap .fm-bx input,
.form-wrap .fm-bx select,
.form-wrap .fm-bx textarea {
  border-bottom: solid 1px #fff !important;
  background: transparent;
  font-size: 17px;
  padding: 10px 0;
  border-radius: 0px;
  color: #fff !important;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  font-family: inherit;
  font-weight: 300 !important;
}
@media screen and (max-width: 1599px) {
  .form-wrap .fm-bx input,
  .form-wrap .fm-bx select,
  .form-wrap .fm-bx textarea {
    font-size: 15px;
  }
}
.form-wrap .fm-bx textarea {
  min-height: 60px;
  max-height: 180px;
  font-size: 17px;
  color: #fff !important;
}
@media screen and (max-width: 1599px) {
  .form-wrap .fm-bx textarea {
    font-size: 15px;
  }
}
.form-wrap .fm-bx p {
  text-align: left;
}
.form-wrap .fm-bx .submit {
  position: relative;
}
.form-wrap .fm-bx .submit:before {
  display: none !important;
  position: absolute;
  bottom: 17px;
  right: 32%;
  content: "";
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_78_9)'%3E%3Cpath d='M18.39 6.79479C18.3964 6.7581 18.3964 6.7581 18.3812 6.73658C18.3875 6.69989 18.3724 6.67838 18.3939 6.6632C18.3851 6.605 18.3699 6.58349 18.3395 6.54046C18.3092 6.49743 18.2788 6.4544 18.2421 6.44806C18.227 6.42654 18.1903 6.4202 18.1536 6.41386C18.1384 6.39234 18.1169 6.40752 18.1017 6.386L7.46184 4.54723C7.35178 4.52821 7.27206 4.55221 7.20751 4.59774C7.14297 4.64326 7.07208 4.72547 7.07457 4.82037C7.05555 4.93043 7.07956 5.01015 7.12508 5.0747C7.17061 5.13924 7.25282 5.21013 7.34771 5.20764L17.1526 6.95878L4.69543 15.7447C4.54483 15.8509 4.50678 16.0711 4.613 16.2217C4.71922 16.3723 4.93936 16.4103 5.08996 16.3041L17.5471 7.51817L15.8693 17.3357C15.8376 17.5192 15.9742 17.7128 16.1577 17.7445C16.3411 17.7762 16.5347 17.6396 16.5664 17.4562L18.39 6.79479Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_78_9'%3E%3Crect width='16.0073' height='16.7971' fill='white' transform='translate(9.22599 22.7627) rotate(-125.195)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .form-wrap .fm-bx .submit:before {
    right: 30%;
  }
}
@media screen and (max-width: 1599px) {
  .form-wrap .fm-bx .submit:before {
    right: 27%;
  }
}
@media screen and (max-width: 1199px) {
  .form-wrap .fm-bx .submit:before {
    top: 70%;
  }
}
@media screen and (max-width: 1023px) {
  .form-wrap .fm-bx .submit:before {
    right: 24%;
  }
}
@media screen and (max-width: 767px) {
  .form-wrap .fm-bx .submit:before {
    right: 30%;
    top: 33%;
  }
}
.form-wrap .fm-bx .submit:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_65)'%3E%3Cpath d='M28.7566 10.411C28.7625 10.3529 28.7625 10.3529 28.7363 10.3209C28.7422 10.2628 28.7161 10.2308 28.7481 10.2046C28.7278 10.1145 28.7017 10.0825 28.6494 10.0185C28.5972 9.95451 28.5449 9.89051 28.4868 9.88464C28.4607 9.85264 28.4025 9.84677 28.3444 9.8409C28.3183 9.8089 28.2863 9.83502 28.2602 9.80302L11.4032 8.1001C11.2288 8.08248 11.1067 8.12887 11.0107 8.20725C10.9147 8.28563 10.8128 8.42214 10.8272 8.5704C10.8095 8.74478 10.8559 8.86691 10.9343 8.96291C11.0127 9.05891 11.1492 9.16078 11.2975 9.1464L26.8378 10.8044L8.30986 25.9323C8.08586 26.1152 8.05063 26.464 8.23353 26.688C8.41642 26.912 8.76518 26.9472 8.98918 26.7643L27.5171 11.6364L25.9754 27.1885C25.946 27.4791 26.1812 27.7671 26.4718 27.7965C26.7624 27.8258 27.0504 27.5907 27.0798 27.3L28.7566 10.411Z' fill='white'/%3E%3Cpath d='M28.8095 9.88812C28.8618 9.95212 28.914 10.0161 28.9284 10.1644L28.9748 10.2865L28.9428 10.3126C28.9689 10.3446 28.963 10.4028 28.9572 10.4609L27.2804 27.3499C27.2393 27.7568 26.8553 28.0703 26.4484 28.0292C26.0415 27.9881 25.7279 27.6041 25.7691 27.1972L27.2579 12.1683L9.14601 26.9566C8.82601 27.2179 8.36099 27.1709 8.09971 26.8509C7.83844 26.5309 7.88541 26.0659 8.20541 25.8046L26.3493 10.9902L11.3322 9.38502C10.9775 9.40792 10.6059 9.01805 10.679 8.58503C10.6646 8.43677 10.7723 8.24213 10.9643 8.08537C11.1243 7.95473 11.3046 7.91422 11.511 7.90571L28.368 9.60863L28.3941 9.64063C28.3941 9.64063 28.3941 9.64063 28.4202 9.67263C28.4784 9.6785 28.5365 9.68438 28.5887 9.74837C28.6789 9.72812 28.7572 9.82412 28.8095 9.88812ZM28.5418 10.2134C28.5156 10.1814 28.4895 10.1494 28.4372 10.0854L28.3791 10.0795L28.353 10.0475C28.353 10.0475 28.353 10.0475 28.2949 10.0417L28.2367 10.0358L28.2106 10.0038C28.2106 10.0038 28.2106 10.0038 28.1845 9.97178L11.3856 8.27473C11.2694 8.26298 11.1792 8.28324 11.1472 8.30936C11.0832 8.36162 11.0454 8.44588 11.0395 8.504C11.0219 8.67839 11.0741 8.74239 11.1002 8.77439C11.1525 8.83839 11.2368 8.87626 11.2949 8.88213L11.353 8.888L27.3525 10.6511L8.44056 26.0926C8.31256 26.1971 8.28907 26.4296 8.39359 26.5576C8.4981 26.6856 8.73061 26.7091 8.85861 26.6046L27.7705 11.1631L26.2079 27.2122C26.1903 27.3866 26.3471 27.5786 26.5215 27.5962C26.6959 27.6138 26.8879 27.457 26.9055 27.2827L28.5823 10.3937L28.5561 10.3617L28.5359 10.2715C28.5359 10.2715 28.5098 10.2395 28.5418 10.2134Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_65'%3E%3Crect width='25.5306' height='26.7699' fill='white' transform='translate(16.1469 36.7068) rotate(-129.231)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  transform: rotate(40deg);
  transition: all ease 0.3s;
}
.form-wrap .fm-bx .submit-btn,
.form-wrap .fm-bx input[type=submit] {
  width: 100%;
  background: #fff !important;
  color: #000 !important;
  border: none;
  border-radius: 40px;
  padding: 18px 60px;
  font-size: 18px;
  font-weight: 400 !important;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s;
  border: none !important;
  margin: 0 auto;
  text-transform: capitalize;
}
@media screen and (max-width: 1599px) {
  .form-wrap .fm-bx .submit-btn,
  .form-wrap .fm-bx input[type=submit] {
    padding: 13px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .form-wrap .fm-bx .submit-btn,
  .form-wrap .fm-bx input[type=submit] {
    padding: 10px 20px !important;
  }
}
.form-wrap .fm-bx .submit-btn:hover,
.form-wrap .fm-bx input[type=submit]:hover {
  background: #0D214E !important;
  color: #fff !important;
}
.form-wrap .fm-bx .wpcf7-spinner {
  display: none !important;
}

.formouter {
  padding-top: 40px;
}
@media screen and (max-width: 1599px) {
  .formouter {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .formouter {
    padding-top: 40px;
  }
}

.hm-about-wrap h1.elementor-heading-title {
  font-size: 90px !important;
}
@media screen and (max-width: 1680px) {
  .hm-about-wrap h1.elementor-heading-title {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1599px) {
  .hm-about-wrap h1.elementor-heading-title {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 1199px) {
  .hm-about-wrap h1.elementor-heading-title {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .hm-about-wrap h1.elementor-heading-title {
    font-size: 35px !important;
  }
}
.hm-about-wrap h1.elementor-heading-title span {
  font-size: 35px !important;
  display: block;
}
@media screen and (max-width: 1680px) {
  .hm-about-wrap h1.elementor-heading-title span {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 1599px) {
  .hm-about-wrap h1.elementor-heading-title span {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 1199px) {
  .hm-about-wrap h1.elementor-heading-title span {
    font-size: 23px !important;
  }
}
.hm-about-wrap .counter-wrap {
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .hm-about-wrap .counter-wrap {
    padding-right: 0;
  }
}
.hm-about-wrap .counter-wrap .last .elementor-counter {
  border-bottom: none !important;
}
@media screen and (max-width: 1199px) {
  .hm-about-wrap .counter-wrap .last .elementor-counter {
    border-bottom: solid 1px #D9D9D9 !important;
  }
}
.hm-about-wrap .counter-wrap .elementor-counter {
  font-family: "Playfair Display", serif;
  border-bottom: solid 1px #D9D9D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .hm-about-wrap .counter-wrap .elementor-counter {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-number-suffix {
  font-weight: 400 !important;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 1680px) {
  .hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-number-suffix {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-number-suffix {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-number-suffix {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-number {
  font-family: "Playfair Display", serif;
  font-size: 94px !important;
  font-size: 5.875rem !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 1680px) {
  .hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-number {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media screen and (max-width: 1599px) {
  .hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-number {
    font-size: 50px !important;
  }
}
.hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-title {
  font-size: 26px !important;
  font-size: 1.625rem !important;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 1680px) {
  .hm-about-wrap .counter-wrap .elementor-counter .elementor-counter-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.hm-about-wrap .abt-slider .swiper-slide-next .swiper-slide-inner {
  position: relative;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.hm-about-wrap .txt_blk p {
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .hm-about-wrap .txt_blk p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1680px) {
  .hm-about-wrap .txt_blk p {
    font-size: 19px;
  }
}

.practice-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px 0;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .practice-area {
    margin: 30px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .practice-area {
    flex-wrap: wrap;
    margin: 15px 0;
  }
}
.practice-area .pra-bx {
  width: 33.33333%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border: solid 1px #EAEAEA;
}
@media screen and (max-width: 1023px) {
  .practice-area .pra-bx {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .practice-area .pra-bx {
    width: 100%;
  }
}
.practice-area .pra-bx:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1199px) {
  .practice-area .pra-bx:after {
    background: rgba(13, 33, 78, 0.5);
    transition: all ease 0.3s;
  }
}
.practice-area .pra-bx .icons {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
}
.practice-area .pra-bx .icons svg {
  width: 100px;
  height: 100px;
}
.practice-area .pra-bx .icons svg .path2 {
  stroke-width: 0 !important;
}
@media screen and (max-width: 1199px) {
  .practice-area .pra-bx .icons svg .squre {
    fill: #fff !important;
    fill-opacity: 0.3 !important;
  }
}
@media screen and (max-width: 1199px) {
  .practice-area .pra-bx .icons svg .path1 {
    fill: #B79A57 !important;
    stroke: #000 !important;
  }
}
@media screen and (max-width: 1199px) {
  .practice-area .pra-bx .icons svg .path2 {
    fill: #fff !important;
    stroke: #000 !important;
    stroke-width: 0 !important;
  }
}
.practice-area .pra-bx .btn {
  color: #B79A57 !important;
}
@media screen and (max-width: 1199px) {
  .practice-area .pra-bx .btn {
    color: #fff !important;
  }
}
.practice-area .pra-bx .btn .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35_246)'%3E%3Cpath d='M15.7092 5.80423C15.7146 5.77289 15.7146 5.77289 15.7017 5.75451C15.7071 5.72317 15.6941 5.70479 15.7125 5.69182C15.705 5.6421 15.692 5.62373 15.6661 5.58697C15.6402 5.55021 15.6142 5.51345 15.5829 5.50804C15.5699 5.48966 15.5386 5.48424 15.5072 5.47883C15.4943 5.46045 15.4759 5.47341 15.4629 5.45503L6.37406 3.8843C6.28004 3.86805 6.21194 3.88856 6.1568 3.92744C6.10167 3.96633 6.04111 4.03656 6.04324 4.11762C6.02699 4.21164 6.0475 4.27974 6.08639 4.33488C6.12528 4.39001 6.1955 4.45057 6.27656 4.44844L14.6522 5.94431L4.01091 13.4495C3.88226 13.5402 3.84976 13.7283 3.9405 13.8569C4.03124 13.9856 4.21928 14.0181 4.34793 13.9273L14.9892 6.42216L13.556 14.8086C13.5289 14.9653 13.6456 15.1307 13.8023 15.1578C13.959 15.1849 14.1244 15.0682 14.1515 14.9115L15.7092 5.80423Z' fill='%23B79A57'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_246'%3E%3Crect width='13.6739' height='14.3486' fill='white' transform='translate(7.8811 19.4443) rotate(-125.195)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.practice-area .pra-bx .tle {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
  position: relative;
  font-family: "Playfair Display", serif;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .practice-area .pra-bx .tle {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1599px) {
  .practice-area .pra-bx .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .practice-area .pra-bx .tle {
    color: #fff;
  }
}
.practice-area .pra-bx .tle.h3-tle {
  margin-bottom: 0;
  font-weight: 400 !important;
}
@media screen and (min-width: 768px) {
  .practice-area .pra-bx .tle.h3-tle {
    line-height: 1.35 !important;
  }
}
.practice-area .pra-bx:hover:after {
  background: rgba(13, 33, 78, 0.8);
  transition: all ease 0.3s;
}
@media screen and (max-width: 1199px) {
  .practice-area .pra-bx:hover:after {
    background: rgba(13, 33, 78, 0.5);
    transition: all ease 0.3s;
  }
}
.practice-area .pra-bx:hover .tle {
  color: #fff;
}
.practice-area .pra-bx:hover .btn {
  color: #fff !important;
  background: transparent !important;
}
.practice-area .pra-bx:hover .btn:hover {
  background: transparent !important;
}
.practice-area .pra-bx:hover .icons svg .squre {
  fill: #fff !important;
  fill-opacity: 0.3 !important;
}
.practice-area .pra-bx:hover .icons svg .path1 {
  fill: #B79A57 !important;
  stroke: #000 !important;
}
.practice-area .pra-bx:hover .icons svg .path2 {
  fill: #fff !important;
  stroke: #000 !important;
  stroke-width: 0 !important;
}

.location-wrap .txt_blk h2 span {
  font-size: 82px !important;
  font-size: 5.125rem !important;
}
@media screen and (max-width: 1680px) {
  .location-wrap .txt_blk h2 span {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
@media screen and (max-width: 1599px) {
  .location-wrap .txt_blk h2 span {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 1199px) {
  .location-wrap .txt_blk h2 span {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .location-wrap .txt_blk h2 span {
    font-size: 30px !important;
  }
}

.loc-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.loc-wrap:after, .loc-wrap:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .loc-wrap {
    flex-wrap: wrap;
  }
}
.loc-wrap .locations {
  padding: 0 50px;
  min-width: 400px;
}
@media screen and (max-width: 1680px) {
  .loc-wrap .locations {
    min-width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .loc-wrap .locations {
    padding: 10px 0 30px;
    min-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .loc-wrap .locations ul {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media screen and (max-width: 767px) {
  .loc-wrap .locations ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.loc-wrap .locations ul li {
  font-size: 32px !important;
  font-size: 2rem !important;
  border-bottom: solid 1px #57576E;
  color: #fff;
  font-family: "Playfair Display", serif !important;
  padding: 10px 0;
}
@media screen and (max-width: 1680px) {
  .loc-wrap .locations ul li {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media screen and (max-width: 1599px) {
  .loc-wrap .locations ul li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .loc-wrap .locations ul li {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.loc-wrap .locations ul li:last-child {
  border-bottom: none;
}
.loc-wrap .locations ul li a {
  color: #fff;
}
.loc-wrap .locations ul li a:hover {
  color: #B79A57;
}
.loc-wrap .locations ul li span {
  color: #57576E;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  .loc-wrap .locations ul li span {
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .loc-wrap .gta-wrap {
    width: 100%;
  }
}
.loc-wrap .gta-wrap .tle {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
  text-align: center;
  color: #B79A57;
  font-family: "Playfair Display", serif;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 100px;
}
@media screen and (max-width: 1680px) {
  .loc-wrap .gta-wrap .tle {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (max-width: 1599px) {
  .loc-wrap .gta-wrap .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    gap: 50px;
  }
}
.loc-wrap .gta-wrap .tle:before {
  border-top: 2px solid #665745;
  border-left: 2px solid #665745;
  content: "";
  display: block;
  flex-grow: 1;
  width: 70px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .loc-wrap .gta-wrap .tle:before {
    display: none;
  }
}
.loc-wrap .gta-wrap .tle:after {
  content: "";
  display: block;
  flex-grow: 1;
  width: 70px;
  border-top: 2px solid #665745;
  border-right: 2px solid #665745;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .loc-wrap .gta-wrap .tle:after {
    display: none;
  }
}
.loc-wrap .gta-wrap ul {
  -moz-column-count: 4;
       column-count: 4;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .loc-wrap .gta-wrap ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.loc-wrap .gta-wrap ul li {
  position: relative;
  color: #B9B9C2;
  padding: 10px 0 10px 15px;
}
.loc-wrap .gta-wrap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 6px;
  height: 6px;
  background: #B79A57;
  border-radius: 50%;
}
@media screen and (max-width: 1599px) {
  .loc-wrap .gta-wrap ul li:before {
    top: 19px;
  }
}

@media screen and (max-width: 1199px) {
  .why-choose .img_bx {
    width: 50% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .why-choose .img_bx {
    width: 100% !important;
    margin: 0 auto;
  }
}

.why-box .wybx {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px !important;
}
.why-box .wybx:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  background: #B79A57;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 1680px) {
  .why-box .wybx:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .why-box .wybx:before {
    left: 0;
  }
}

.hm-faq-wrap {
  position: relative;
  padding: 80px 0 0 !important;
}
@media screen and (max-width: 1199px) {
  .hm-faq-wrap {
    padding: 30px 0 !important;
  }
}
.hm-faq-wrap:before {
  position: absolute !important;
  content: "" !important;
  left: 0 !important;
  top: 9% !important;
  width: 777px !important;
  height: 756px !important;
  background-size: cover !important;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .hm-faq-wrap:before {
    width: 695px !important;
    height: 663px !important;
  }
}
@media screen and (max-width: 1600px) {
  .hm-faq-wrap:before {
    width: 650px !important;
    height: 642px !important;
  }
}
@media screen and (max-width: 1199px) {
  .hm-faq-wrap:before {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .hm-faq-wrap .e-con-inner {
    flex-wrap: wrap !important;
  }
}
.hm-faq-wrap .faqbox {
  background: #fff;
  padding: 60px 60px 60px 150px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1199px) {
  .hm-faq-wrap .faqbox {
    width: 100% !important;
    padding: 30px;
    border-radius: 0;
  }
}

.hm-testimonials-wrap {
  background: #F8F5EE !important;
}
.hm-testimonials-wrap .slick-track {
  display: flex;
  position: relative;
  padding: 20px 0 !important;
}
@media screen and (max-width: 1199px) {
  .hm-testimonials-wrap .slick-track {
    padding: 0 0 30px !important;
  }
}
.hm-testimonials-wrap .testimonials-wp {
  padding: 0 0 50px 0;
}
@media screen and (max-width: 1199px) {
  .hm-testimonials-wrap .testimonials-wp {
    padding: 0 0 15px 0;
  }
}

body:not(.home) .hm-testimonials-wrap {
  background: #F8F5EE !important;
}

.cta-wrap {
  background-position: 100% !important;
}
.cta-wrap .elementor-heading-title span {
  font-size: 65px !important;
  display: block;
}
@media screen and (max-width: 1680px) {
  .cta-wrap .elementor-heading-title span {
    font-size: 55px !important;
  }
}
@media screen and (max-width: 1599px) {
  .cta-wrap .elementor-heading-title span {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 1199px) {
  .cta-wrap .elementor-heading-title span {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap .elementor-heading-title span {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 1199px) {
  .cta-wrap p {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap .txt_blk {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
  }
}

.form-wrap-bottom h2 span {
  font-size: 65px !important;
  font-weight: 600 !important;
  display: block;
}
@media screen and (max-width: 1680px) {
  .form-wrap-bottom h2 span {
    font-size: 55px !important;
  }
}
@media screen and (max-width: 1599px) {
  .form-wrap-bottom h2 span {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 1199px) {
  .form-wrap-bottom h2 span {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .form-wrap-bottom h2 span {
    font-size: 30px !important;
  }
}
.form-wrap-bottom .fm-bx {
  padding-left: 50px;
}
@media screen and (max-width: 1199px) {
  .form-wrap-bottom .fm-bx {
    padding-left: 0;
  }
}
.form-wrap-bottom .fm-bx .form-group {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.form-wrap-bottom .fm-bx .form-group.width-50-sm {
  width: 48% !important;
}
@media screen and (max-width: 767px) {
  .form-wrap-bottom .fm-bx .form-group.width-50-sm {
    width: 100% !important;
  }
}
.form-wrap-bottom .fm-bx .form-group.width-30-sm {
  width: 30% !important;
}
@media screen and (max-width: 767px) {
  .form-wrap-bottom .fm-bx .form-group.width-30-sm {
    width: 100% !important;
  }
}
.form-wrap-bottom .fm-bx .form-group.width-70-sm {
  width: 70% !important;
}
@media screen and (max-width: 767px) {
  .form-wrap-bottom .fm-bx .form-group.width-70-sm {
    width: 100% !important;
  }
}
.form-wrap-bottom .fm-bx .form-group.submit {
  margin-left: auto;
  text-transform: uppercase;
}
.form-wrap-bottom .fm-bx .form-group.submit p {
  text-align: right !important;
}
.form-wrap-bottom .fm-bx form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  gap: 15px;
  margin: 20px 0 0;
}
.form-wrap-bottom .fm-bx form ::-webkit-input-placeholder {
  color: #000 !important;
}
.form-wrap-bottom .fm-bx form :-moz-placeholder {
  color: #000 !important;
}
.form-wrap-bottom .fm-bx form ::-moz-placeholder {
  color: #000 !important;
}
.form-wrap-bottom .fm-bx form :-ms-input-placeholder {
  color: #000 !important;
}
.form-wrap-bottom .fm-bx input,
.form-wrap-bottom .fm-bx select,
.form-wrap-bottom .fm-bx textarea {
  border-bottom: solid 1px #ACACAC !important;
  background: transparent;
  font-size: 18px;
  padding: 10px 0px;
  color: #000 !important;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  font-family: inherit;
  font-weight: 300 !important;
}
@media screen and (max-width: 1599px) {
  .form-wrap-bottom .fm-bx input,
  .form-wrap-bottom .fm-bx select,
  .form-wrap-bottom .fm-bx textarea {
    font-size: 16px;
  }
}
.form-wrap-bottom .fm-bx textarea {
  min-height: 60px;
  max-height: 180px;
  font-size: 18px;
  color: #000 !important;
}
@media screen and (max-width: 1599px) {
  .form-wrap-bottom .fm-bx textarea {
    font-size: 16px;
  }
}
.form-wrap-bottom .fm-bx p {
  text-align: left;
}
.form-wrap-bottom .fm-bx .submit {
  position: relative;
  margin-top: 30px;
}
.form-wrap-bottom .fm-bx .submit:before {
  position: absolute;
  top: 32%;
  right: 42%;
  content: "";
  margin-left: 5px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4_65)'%3E%3Cpath d='M28.7566 10.411C28.7625 10.3529 28.7625 10.3529 28.7363 10.3209C28.7422 10.2628 28.7161 10.2308 28.7481 10.2046C28.7278 10.1145 28.7017 10.0825 28.6494 10.0185C28.5972 9.95451 28.5449 9.89051 28.4868 9.88464C28.4607 9.85264 28.4025 9.84677 28.3444 9.8409C28.3183 9.8089 28.2863 9.83502 28.2602 9.80302L11.4032 8.1001C11.2288 8.08248 11.1067 8.12887 11.0107 8.20725C10.9147 8.28563 10.8128 8.42214 10.8272 8.5704C10.8095 8.74478 10.8559 8.86691 10.9343 8.96291C11.0127 9.05891 11.1492 9.16078 11.2975 9.1464L26.8378 10.8044L8.30986 25.9323C8.08586 26.1152 8.05063 26.464 8.23353 26.688C8.41642 26.912 8.76518 26.9472 8.98918 26.7643L27.5171 11.6364L25.9754 27.1885C25.946 27.4791 26.1812 27.7671 26.4718 27.7965C26.7624 27.8258 27.0504 27.5907 27.0798 27.3L28.7566 10.411Z' fill='white'/%3E%3Cpath d='M28.8095 9.88812C28.8618 9.95212 28.914 10.0161 28.9284 10.1644L28.9748 10.2865L28.9428 10.3126C28.9689 10.3446 28.963 10.4028 28.9572 10.4609L27.2804 27.3499C27.2393 27.7568 26.8553 28.0703 26.4484 28.0292C26.0415 27.9881 25.7279 27.6041 25.7691 27.1972L27.2579 12.1683L9.14601 26.9566C8.82601 27.2179 8.36099 27.1709 8.09971 26.8509C7.83844 26.5309 7.88541 26.0659 8.20541 25.8046L26.3493 10.9902L11.3322 9.38502C10.9775 9.40792 10.6059 9.01805 10.679 8.58503C10.6646 8.43677 10.7723 8.24213 10.9643 8.08537C11.1243 7.95473 11.3046 7.91422 11.511 7.90571L28.368 9.60863L28.3941 9.64063C28.3941 9.64063 28.3941 9.64063 28.4202 9.67263C28.4784 9.6785 28.5365 9.68438 28.5887 9.74837C28.6789 9.72812 28.7572 9.82412 28.8095 9.88812ZM28.5418 10.2134C28.5156 10.1814 28.4895 10.1494 28.4372 10.0854L28.3791 10.0795L28.353 10.0475C28.353 10.0475 28.353 10.0475 28.2949 10.0417L28.2367 10.0358L28.2106 10.0038C28.2106 10.0038 28.2106 10.0038 28.1845 9.97178L11.3856 8.27473C11.2694 8.26298 11.1792 8.28324 11.1472 8.30936C11.0832 8.36162 11.0454 8.44588 11.0395 8.504C11.0219 8.67839 11.0741 8.74239 11.1002 8.77439C11.1525 8.83839 11.2368 8.87626 11.2949 8.88213L11.353 8.888L27.3525 10.6511L8.44056 26.0926C8.31256 26.1971 8.28907 26.4296 8.39359 26.5576C8.4981 26.6856 8.73061 26.7091 8.85861 26.6046L27.7705 11.1631L26.2079 27.2122C26.1903 27.3866 26.3471 27.5786 26.5215 27.5962C26.6959 27.6138 26.8879 27.457 26.9055 27.2827L28.5823 10.3937L28.5561 10.3617L28.5359 10.2715C28.5359 10.2715 28.5098 10.2395 28.5418 10.2134Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4_65'%3E%3Crect width='25.5306' height='26.7699' fill='white' transform='translate(16.1469 36.7068) rotate(-129.231)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .form-wrap-bottom .fm-bx .submit:before {
    right: 40%;
  }
}
@media screen and (max-width: 1599px) {
  .form-wrap-bottom .fm-bx .submit:before {
    right: 38%;
  }
}
@media screen and (max-width: 1199px) {
  .form-wrap-bottom .fm-bx .submit:before {
    right: 43%;
    top: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .form-wrap-bottom .fm-bx .submit:before {
    right: 41%;
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  .form-wrap-bottom .fm-bx .submit:before {
    right: 32%;
    top: 25%;
  }
}
.form-wrap-bottom .fm-bx .submit:hover:before {
  transform: rotate(40deg);
  transition: all ease 0.3s;
}
.form-wrap-bottom .fm-bx .submit-btn,
.form-wrap-bottom .fm-bx input[type=submit] {
  width: 100%;
  background: #B79A57 !important;
  color: #fff !important;
  border: none;
  border-radius: 40px;
  padding: 22px 60px;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s;
  border: none !important;
  margin: 0 auto;
  text-transform: capitalize;
}
@media screen and (max-width: 1600px) {
  .form-wrap-bottom .fm-bx .submit-btn,
  .form-wrap-bottom .fm-bx input[type=submit] {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .form-wrap-bottom .fm-bx .submit-btn,
  .form-wrap-bottom .fm-bx input[type=submit] {
    padding: 10px 20px !important;
  }
}
.form-wrap-bottom .fm-bx .submit-btn:hover,
.form-wrap-bottom .fm-bx input[type=submit]:hover {
  background: #0D214E !important;
}
.form-wrap-bottom .fm-bx .wpcf7-spinner {
  display: none !important;
}

.thank-you-wrap .elementor-widget-heading .elementor-heading-title {
  font-size: 55px !important;
  font-size: 3.4375rem !important;
}
@media screen and (min-width: 768px) {
  .thank-you-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .thank-you-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .thank-you-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .thank-you-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 125px !important;
    font-size: 7.8125rem !important;
  }
}
.thank-you-wrap .elementor-widget-heading .elementor-heading-title span.cream-clr {
  color: var(--tw--global--color-primary) !important;
}
.thank-you-wrap p {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .thank-you-wrap p {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .thank-you-wrap p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .thank-you-wrap p {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .thank-you-wrap p {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.error-page-wrap .elementor-widget-heading .elementor-heading-title {
  text-transform: capitalize !important;
}
.error-page-wrap p {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .error-page-wrap p {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .error-page-wrap p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .error-page-wrap p {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .error-page-wrap p {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.error-page-wrap p {
  line-height: 1.3;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1800px) {
  .block-display {
    display: block;
  }
}

.three-col-wrap .mem-col-wrap {
  /*.mem-col-wrap{
    @include max(768){
      flex-direction: column !important;
    }
    .mem-col{

          position: relative;

          @include min(769){
            padding-left: 20px;
            padding-right: 20px;
          }
          @include min(1200){
            padding-left: 40px;
            padding-right: 40px;
          }
            &::after{
            @include min(769) {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 100%;
                background: linear-gradient( to bottom, rgba(183, 154, 87, 0) 0%, #B79A57 50%, rgba(183, 154, 87, 0) 100%);
                max-height: 400px;
            }

            }
            &:last-child::after {
              @include min(769) {
                display: none;
              }
            }

          @include max(768){
            padding-bottom: 40px;
            border-bottom: 1px solid #B79A57;
            padding-top: 40px;
          } 
          @include max(767){
            padding-bottom: 30px !important;
            padding-top: 30px !important;
          } 

          &:first-child {
            @include max(768){
              padding-top: 0px !important;
            }
          }
          &:last-child {
            @include max(768){
              padding-bottom: 0 !important;
              border-bottom: 0;
            }
          }

      // image wrap
      .elementor-widget-image{
          @include min(769){
            min-height: 107px;
          }
          @include max(768){
            margin-bottom: 15px !important;
          }
      }

      .elementor-widget-heading{
        @include max(768){
          margin-bottom: 0px !important;
        }
      }

    }
  }*/
}
@media screen and (max-width: 767px) {
  .three-col-wrap .mem-col-wrap .mem-col {
    padding: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .three-col-wrap .mem-col-wrap .mem-col {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .three-col-wrap .mem-col-wrap .mem-col {
    margin: 20px;
  }
}
.three-col-wrap .mem-col-wrap .mem-col {
  background-color: #F8F5EF !important;
  padding: 30px;
  border: 1px solid #b79a57;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
}
.three-col-wrap .mem-col-wrap .mem-col::before {
  content: "";
  top: 0;
  bottom: 30px;
  right: 0px;
  background: url(assets/images/aeh-logo-icon.png) no-repeat 100% 100% !important;
  background-size: 50px !important;
  z-index: 1;
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .three-col-wrap .mem-col-wrap .mem-col {
    background-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .three-col-wrap .mem-col-wrap .mem-col {
    background-size: 60px;
  }
}
.three-col-wrap .mem-col-wrap .mem-col:first-child {
  margin-left: 0 !important;
}
.three-col-wrap .mem-col-wrap .mem-col:last-child {
  margin-right: 0 !important;
}
.three-col-wrap .mem-col-wrap .mem-col .elementor-widget-heading h2.elementor-heading-title {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .three-col-wrap .mem-col-wrap .mem-col .elementor-widget-heading h2.elementor-heading-title {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .three-col-wrap .mem-col-wrap .mem-col .elementor-widget-heading h2.elementor-heading-title {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .three-col-wrap .mem-col-wrap .mem-col .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .three-col-wrap .mem-col-wrap .mem-col .elementor-widget-heading h2.elementor-heading-title {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
.three-col-wrap.bg-white .mem-col-wrap .mem-col {
  background-color: #ffffff !important;
}

.about-sec .img_bx .image-text-wrap {
  position: relative;
}
.about-sec .img_bx .image-text-wrap::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 50px;
  width: 200px;
  height: 76.5%;
  border: 1px solid #9D9D9D;
  border-left: 0;
  border-radius: 25px;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 55px !important;
  border-top-right-radius: 55px !important;
  z-index: 3;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-sec .img_bx .image-text-wrap::after {
    height: 77.7%;
    width: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .about-sec .img_bx .image-text-wrap::after {
    height: 79.8%;
    width: 132px;
  }
}
@media screen and (min-width: 1800px) {
  .about-sec .img_bx .image-text-wrap::after {
    width: 167px;
    height: 76.25%;
  }
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx .image-text-wrap::after {
    display: none;
  }
}
.about-sec .img_bx .image-text-wrap .elementor-widget-image img {
  width: 100% !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-sec .img_bx .image-text-wrap .author-name {
    margin-top: -148px;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .about-sec .img_bx .image-text-wrap .author-name {
    margin-top: -220px;
  }
}
.about-sec .img_bx .image-text-wrap .author-name::before {
  content: "";
  position: absolute;
  top: 77px;
  left: -120px;
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23B79A57'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx .image-text-wrap .author-name::before {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-sec .img_bx .image-text-wrap .author-name::before {
    top: 56px;
    left: -80px;
  }
}
@media screen and (min-width: 1600px) {
  .about-sec .img_bx .image-text-wrap .author-name::before {
    top: 81px;
    left: -110px;
  }
}
@media screen and (min-width: 1800px) {
  .about-sec .img_bx .image-text-wrap .author-name::before {
    left: -120px;
    top: 68px;
  }
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx .image-text-wrap .author-name::before {
    display: none;
  }
}
.about-sec .img_bx .image-text-wrap .author-name::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #9D9D9D;
  bottom: -20px;
  right: 155px;
  width: 230px;
  height: 1px;
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx .image-text-wrap .author-name::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-sec .img_bx .image-text-wrap .author-name::after {
    bottom: -23px;
    width: 200px;
    right: 55px;
  }
}
@media screen and (min-width: 1600px) {
  .about-sec .img_bx .image-text-wrap .author-name::after {
    bottom: -42px;
    width: 210px;
    right: 90px;
  }
}
@media screen and (min-width: 1800px) {
  .about-sec .img_bx .image-text-wrap .author-name::after {
    bottom: -20px;
    width: 240px;
    right: 126px;
  }
}
.about-sec .img_bx .image-text-wrap .author-name p {
  color: #2A2A2A;
  line-height: 1.4 !important;
}
.about-sec .img_bx .image-text-wrap .author-name p span {
  font-family: var(--font-outfit);
  display: block !important;
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx .image-text-wrap .author-name p {
    text-align: right;
  }
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx .image-text-wrap .author-name {
    margin-top: -100px;
    margin-left: 240px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-sec .img_bx .image-text-wrap .author-name {
    margin-top: -65px;
    margin-left: 125px;
  }
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx .image-text-wrap .bottom-space {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .about-sec .img_bx {
    order: 1 !important;
  }
}
@media screen and (max-width: 1199px) {
  .about-sec .txt_blk {
    order: 2 !important;
  }
}

.memb-sec-wrap .elementor-widget-heading h2.elementor-heading-title {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .memb-sec-wrap .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .memb-sec-wrap .elementor-widget-heading h2.elementor-heading-title {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .memb-sec-wrap .elementor-widget-heading h2.elementor-heading-title {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .memb-sec-wrap .elementor-widget-heading h2.elementor-heading-title {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
.memb-sec-wrap .elementor-widget-heading h3.elementor-heading-title {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .memb-sec-wrap .elementor-widget-heading h3.elementor-heading-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .memb-sec-wrap .elementor-widget-heading h3.elementor-heading-title {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .memb-sec-wrap .elementor-widget-heading h3.elementor-heading-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .memb-sec-wrap .elementor-widget-heading h3.elementor-heading-title {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media screen and (min-width: 767px) {
  .memb-sec-wrap .elementor-widget-heading h3.elementor-heading-title {
    min-height: 50px;
  }
}
.approch-sec .elementor-widget-heading h2.elementor-heading-title {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .approch-sec .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .approch-sec .elementor-widget-heading h2.elementor-heading-title {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .approch-sec .elementor-widget-heading h2.elementor-heading-title {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .approch-sec .elementor-widget-heading h2.elementor-heading-title {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
.approch-sec .fst-para {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .approch-sec .fst-para {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .approch-sec .fst-para {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .approch-sec .fst-para {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .approch-sec .fst-para {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
.approch-sec .approch-img {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .approch-sec .approch-img {
    align-items: center;
  }
}
.approch-sec .approch-img::after {
  content: "";
  position: absolute;
  background: url(assets/images/approch-circle-logo.png) no-repeat center;
  background-size: contain;
  z-index: 2;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .approch-sec .approch-img::after {
    bottom: -12px;
  }
}
@media screen and (min-width: 768px) {
  .approch-sec .approch-img::after {
    width: 120px;
    height: 120px;
    left: -55px;
  }
}
@media screen and (min-width: 1600px) {
  .approch-sec .approch-img::after {
    left: -90px;
    width: 190px;
    height: 190px;
  }
}
@media screen and (min-width: 1800px) {
  .approch-sec .approch-img::after {
    width: 190px;
    height: 190px;
    left: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .approch-sec.cream-sec .e-con-inner {
    flex-direction: column !important;
  }
}
.approch-sec.cream-sec .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  .approch-sec.cream-sec .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .approch-sec.cream-sec .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .approch-sec.cream-sec .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .approch-sec.cream-sec .e-con-inner .elementor-widget-heading h2.elementor-heading-title {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.inner-pg-loc-sec.location-wrap .elementor-widget-heading .elementor-heading-title {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  .inner-pg-loc-sec.location-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .inner-pg-loc-sec.location-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .inner-pg-loc-sec.location-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .inner-pg-loc-sec.location-wrap .elementor-widget-heading .elementor-heading-title {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

@media screen and (max-width: 768px) {
  .listing-ylw-bg {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 768px) {
  .listing-ylw-bg .list-ylw-frst {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .listing-ylw-bg .list-ylw-frst .common-ul ul {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .listing-ylw-bg .list-ylw-sec {
    margin-left: 0 !important;
  }
}

.onlysitemap {
  display: none !important;
}

.error-page-wrap .elementor-heading-title {
  text-transform: inherit !important;
  font-size: 34px !important;
  font-size: 2.125rem !important;
}
@media screen and (min-width: 768px) {
  .error-page-wrap .elementor-heading-title {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .error-page-wrap .elementor-heading-title {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .error-page-wrap .elementor-heading-title {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .error-page-wrap .elementor-heading-title {
    font-size: 90px !important;
    font-size: 5.625rem !important;
  }
}
@media screen and (max-width: 1399px) {
  .error-page-wrap img {
    height: 170px !important;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .error-page-wrap img {
    height: auto !important;
    width: auto;
  }
}

.thankyou-wrap .elementor-heading-title {
  font-size: 55px !important;
  font-size: 3.4375rem !important;
}
@media screen and (min-width: 768px) {
  .thankyou-wrap .elementor-heading-title {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .thankyou-wrap .elementor-heading-title {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .thankyou-wrap .elementor-heading-title {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .thankyou-wrap .elementor-heading-title {
    font-size: 125px !important;
    font-size: 7.8125rem !important;
  }
}
.thankyou-wrap .elementor-heading-title span {
  color: #B79A57;
}
.thankyou-wrap .elementor-widget-image img {
  width: auto;
}
@media screen and (max-width: 1680px) {
  .thankyou-wrap .elementor-widget-image img {
    height: 300px !important;
  }
}
@media screen and (max-width: 1399px) {
  .thankyou-wrap .elementor-widget-image img {
    height: 225px !important;
  }
}
@media screen and (max-width: 1200px) {
  .thankyou-wrap .elementor-widget-image img {
    height: 260px !important;
  }
}
@media screen and (max-width: 1680px) {
  .thankyou-wrap .elementor-widget-button {
    padding-top: 8px !important;
  }
}

.practice-areas-wrap .practice-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px 0;
  border-radius: 13px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1023px) {
  .practice-areas-wrap .practice-area {
    flex-wrap: wrap;
    margin: 15px 0;
  }
}
.practice-areas-wrap .practice-area .pra-bx {
  min-height: 475px;
  width: calc(33.33333% - 20px);
  margin: 0 10px 15px;
  border-radius: 15px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area .pra-bx {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .practice-areas-wrap .practice-area .pra-bx {
    width: 100%;
  }
}
.practice-areas-wrap .practice-area .pra-bx:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all ease 0.3s;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 49%);
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area .pra-bx:after {
    background: rgba(0, 0, 0, 0.5);
    transition: all ease 0.3s;
  }
}
.practice-areas-wrap .practice-area .pra-bx p {
  color: #fff;
  display: none;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 20px 0 !important;
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area .pra-bx p {
    display: block;
    text-align: center;
  }
}
.practice-areas-wrap .practice-area .pra-bx .icons {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
}
.practice-areas-wrap .practice-area .pra-bx .icons svg {
  width: 100px;
  height: 100px;
}
.practice-areas-wrap .practice-area .pra-bx .icons svg .squre {
  fill-opacity: 0.5 !important;
}
.practice-areas-wrap .practice-area .pra-bx .icons svg .path2 {
  fill: #fff !important;
}
.practice-areas-wrap .practice-area .pra-bx .icons svg .path1 {
  fill: #B79A57 !important;
  stroke: #fff !important;
}
.practice-areas-wrap .practice-area .pra-bx .btn {
  color: #B79A57 !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area .pra-bx .btn {
    color: #000 !important;
    background: #fff !important;
  }
}
.practice-areas-wrap .practice-area .pra-bx .btn:hover {
  color: #fff !important;
}
@media screen and (min-width: 320px) {
  .practice-areas-wrap .practice-area .pra-bx .btn {
    min-height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .practice-areas-wrap .practice-area .pra-bx .btn {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem);
  }
}
@media screen and (min-width: 1200px) {
  .practice-areas-wrap .practice-area .pra-bx .btn {
    min-height: 40px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .practice-areas-wrap .practice-area .pra-bx .btn {
    min-height: 50px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .practice-areas-wrap .practice-area .pra-bx .btn {
    padding-left: 40px !important;
    padding-right: 30px !important;
    font-size: 19px;
    min-height: 50px;
  }
}
.practice-areas-wrap .practice-area .pra-bx .btn .icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_35_246)'%3E%3Cpath d='M15.7092 5.80423C15.7146 5.77289 15.7146 5.77289 15.7017 5.75451C15.7071 5.72317 15.6941 5.70479 15.7125 5.69182C15.705 5.6421 15.692 5.62373 15.6661 5.58697C15.6402 5.55021 15.6142 5.51345 15.5829 5.50804C15.5699 5.48966 15.5386 5.48424 15.5072 5.47883C15.4943 5.46045 15.4759 5.47341 15.4629 5.45503L6.37406 3.8843C6.28004 3.86805 6.21194 3.88856 6.1568 3.92744C6.10167 3.96633 6.04111 4.03656 6.04324 4.11762C6.02699 4.21164 6.0475 4.27974 6.08639 4.33488C6.12528 4.39001 6.1955 4.45057 6.27656 4.44844L14.6522 5.94431L4.01091 13.4495C3.88226 13.5402 3.84976 13.7283 3.9405 13.8569C4.03124 13.9856 4.21928 14.0181 4.34793 13.9273L14.9892 6.42216L13.556 14.8086C13.5289 14.9653 13.6456 15.1307 13.8023 15.1578C13.959 15.1849 14.1244 15.0682 14.1515 14.9115L15.7092 5.80423Z' fill='%23B79A57'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_35_246'%3E%3Crect width='13.6739' height='14.3486' fill='white' transform='translate(7.8811 19.4443) rotate(-125.195)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 5px;
}
.practice-areas-wrap .practice-area .pra-bx .tle {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
  position: relative;
  font-family: "Playfair Display", serif;
  text-align: center;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .practice-areas-wrap .practice-area .pra-bx .tle {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area .pra-bx .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.practice-areas-wrap .practice-area .pra-bx:hover {
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area .pra-bx:hover {
    justify-content: end;
  }
}
.practice-areas-wrap .practice-area .pra-bx:hover:after {
  background: rgba(183, 154, 87, 0.9);
  transition: all ease 0.3s;
}
@media screen and (max-width: 1199px) {
  .practice-areas-wrap .practice-area .pra-bx:hover:after {
    background: rgba(0, 0, 0, 0.5);
    transition: all ease 0.3s;
  }
}
.practice-areas-wrap .practice-area .pra-bx:hover .tle {
  color: #fff;
}
.practice-areas-wrap .practice-area .pra-bx:hover p {
  display: block;
  color: #fff;
}
.practice-areas-wrap .practice-area .pra-bx:hover .btn {
  color: #000 !important;
  background: #fff !important;
}
.practice-areas-wrap .practice-area .pra-bx:hover .btn:hover {
  color: #000 !important;
}
.practice-areas-wrap .practice-area .pra-bx:hover .icons svg .squre {
  fill: #fff !important;
  fill-opacity: 0.3 !important;
}

.img_bx.br-raduis img {
  border-radius: 10px;
  overflow: hidden !important;
}

.drug-possession .drug_imgae_wraper .elementor-heading-title {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .drug-possession .drug_imgae_wraper .elementor-heading-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .drug-possession .drug_imgae_wraper .elementor-heading-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .drug-possession .drug_imgae_wraper .elementor-heading-title {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .drug-possession .drug_imgae_wraper .elementor-heading-title {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .drug-possession .drug_imgae_wraper .elementor-heading-title {
    font-size: 18px !important;
  }
}
.drug-possession .elementor-widget-image {
  overflow: hidden;
}
.drug-possession .elementor-widget-image img {
  transition: transform 0.4s ease;
}
.drug-possession .elementor-widget-image:hover img {
  transform: scale(1.08);
}

.subpage-wrap {
  margin: 15px 0 0;
}
.subpage-wrap .sub-page {
  margin: 0 15px;
}
.subpage-wrap .sub-page figure {
  height: 338px;
  overflow: hidden;
  background: #F8F5EF;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .subpage-wrap .sub-page figure {
    height: 275px;
  }
}
@media screen and (max-width: 1599px) {
  .subpage-wrap .sub-page figure {
    height: 225px;
  }
}
@media screen and (max-width: 767px) {
  .subpage-wrap .sub-page figure {
    height: 210px;
  }
}
.subpage-wrap .sub-page figure img {
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage-wrap .sub-page .tle {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .subpage-wrap .sub-page .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .subpage-wrap .sub-page .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .subpage-wrap .sub-page .tle {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .subpage-wrap .sub-page .tle {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
.subpage-wrap .sub-page .tle {
  font-family: "Playfair Display", serif;
  text-align: center;
  margin: 15px 0;
  font-weight: 500;
}
.subpage-wrap .sub-page .tle a {
  color: #000;
}
.subpage-wrap .sub-page .tle a:hover {
  color: #B79A57;
}

.project_footer {
  padding: 100px 0 0;
  width: 100%;
  clear: both;
  position: relative;
  background: url(assets/images/footer.jpg) no-repeat;
  background-size: cover !important;
}
@media screen and (max-width: 1680px) {
  .project_footer {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer {
    padding: 30px 0 0;
  }
}
.project_footer .bounce {
  animation: bounce 1s ease infinite;
}
@keyframes softBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.project_footer .tle {
  text-transform: uppercase;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .project_footer .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .project_footer .tle {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.project_footer .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.project_footer .container:after, .project_footer .container:before {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .project_footer .container {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.project_footer p {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1680px) {
  .project_footer p {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .project_footer p {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .project_footer p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.project_footer .ftr-clm1 {
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 24%;
    max-width: 24%;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm1 {
    padding-right: 0px;
    flex-direction: column;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm1 {
    flex-flow: wrap;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1:after, .project_footer .ftr-clm1:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 0;
    flex-flow: wrap;
    flex-direction: row;
  }
}
.project_footer .ftr-clm1 .footer_logo {
  text-align: left;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  margin: 0 auto 30px !important;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 .footer_logo {
    margin: 0 !important;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm1 .footer_logo {
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    margin: 0 0 20px !important;
  }
}
.project_footer .ftr-clm1 .footer_logo .subtle {
  margin: 20px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 19px !important;
  font-size: 1.1875rem !important;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-clm1 .footer_logo .subtle {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 .footer_logo .subtle {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.project_footer .ftr-clm1 .footer_logo figure {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 .footer_logo figure {
    margin: 15px 0 !important;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm1 .footer_logo figure {
    width: 200px;
  }
}
.project_footer .ftr-clm1 .footer_logo p {
  color: #fff;
  font-weight: 400 !important;
}
.project_footer .ftr-clm2 {
  flex: 0 0 17%;
  max-width: 17%;
  padding-left: 70px;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 18%;
    max-width: 18%;
    padding-left: 0;
    order: 3;
  }
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.project_footer .ftr-clm3 {
  flex: 0 0 15%;
  max-width: 15%;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 16%;
    max-width: 16%;
    order: 3;
  }
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 0;
    margin: 20px 0 30px;
    border-top: solid 1px #676F86;
    border-bottom: solid 1px #676F86;
  }
}
.project_footer .ftr-clm3 .ftr-menu ul {
  -moz-column-count: 1;
       column-count: 1;
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm3 .ftr-menu ul li ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project_footer .ftr-clm4 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 45%;
    max-width: 45%;
    order: 4;
  }
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
  }
}
.project_footer .ftr-clm4 .tle {
  border-bottom: solid 1px #A5A5A5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-transform: capitalize !important;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm4 #menu-footer-3 {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm4 #menu-footer-3 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.project_footer .ftr-clm4 .ftr-menu ul {
  -moz-column-count: 1;
       column-count: 1;
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm4 .ftr-menu ul li ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project_footer .ftr-clm5 {
  flex: 0 0 22%;
  max-width: 22%;
  padding-left: 30px;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 24%;
    max-width: 24%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 20%;
    max-width: 20%;
    order: 5;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    margin-top: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.project_footer .ftr-clm5 figure {
  border-radius: 5px !important;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm5 .ftr-menu {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 .ftr-menu {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 .ftr-menu ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 .ftr-menu ul li ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.project_footer .ftr-clm5 .callwrap {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm5 .callwrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 .callwrap {
    width: 100%;
    order: 2;
  }
}
.project_footer .ftr-clm5 .call_bx {
  justify-content: start;
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-bottom: solid 1px #56617E;
  border-radius: 0 !important;
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
}
.project_footer .ftr-clm5 .call_bx + .call_bx {
  border-bottom: none;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 .call_bx {
    padding-left: 0 !important;
  }
}
.project_footer .ftr-clm5 .call_bx .txt span {
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm5 .call_bx .txt span {
    font-size: 12px;
  }
}
.project_footer .ftr-clm5 .call_bx .txt .num {
  font-size: 30px;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-clm5 .call_bx .txt .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-clm5 .call_bx .txt .num {
    font-size: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm5 .call_bx .txt .num {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 .call_bx .ico {
    margin-right: 10px;
  }
}
.project_footer .ftr-clm5 .call_bx .ico svg path {
  fill: #121232 !important;
}

.ftr-menu {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ftr-menu {
    margin: 0;
    width: 100%;
    padding-bottom: 0px;
  }
}
.ftr-menu ul {
  margin: -15px 0 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .ftr-menu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.ftr-menu ul li {
  padding: 7px 0;
  position: relative;
}
.ftr-menu ul li a {
  color: #CACACA;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 1680px) {
  .ftr-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1599px) {
  .ftr-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .ftr-menu ul li a {
    font-size: 14px;
  }
}
.ftr-menu ul li a:hover {
  color: #B79A57 !important;
}
.ftr-menu ul li:first-child ul.sub-menu {
  margin-top: 0;
  padding-top: 0;
}
.ftr-menu ul li ul {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .ftr-menu ul li ul {
    margin: 12px 0 0;
  }
}
.ftr-menu ul li ul li a {
  color: #CACACA;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 1680px) {
  .ftr-menu ul li ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1599px) {
  .ftr-menu ul li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .ftr-menu ul li ul li a {
    font-size: 14px;
  }
}
.ftr-menu ul li ul li a:hover {
  color: #0D214E;
}
.ftr-menu ul li.current-menu-item a, .ftr-menu ul li.current-menu-ancestor a, .ftr-menu ul li.current-page-ancestor a, .ftr-menu ul li.current-product-ancestor a {
  color: #B79A57;
  font-weight: 600;
}
.ftr-menu ul li.current-menu-item ul li a, .ftr-menu ul li.current-menu-ancestor ul li a, .ftr-menu ul li.current-page-ancestor ul li a, .ftr-menu ul li.current-product-ancestor ul li a {
  color: #CACACA;
  font-weight: 300;
}
.ftr-menu ul li.current-menu-item ul li.current-menu-item a, .ftr-menu ul li.current-menu-ancestor ul li.current-menu-item a, .ftr-menu ul li.current-page-ancestor ul li.current-menu-item a, .ftr-menu ul li.current-product-ancestor ul li.current-menu-item a {
  color: #B79A57;
  font-weight: 600;
}
.ftr-menu ul li.current-menu-item ul li.current-menu-item ul li a, .ftr-menu ul li.current-menu-ancestor ul li.current-menu-item ul li a, .ftr-menu ul li.current-page-ancestor ul li.current-menu-item ul li a, .ftr-menu ul li.current-product-ancestor ul li.current-menu-item ul li a {
  color: #CACACA;
  font-weight: 300;
}

.project_footer .ftr-menu ul li.white a {
  color: #fff !important;
}
.project_footer .ftr-menu ul li.white a:hover {
  color: #0D214E !important;
}
.project_footer .ftr-menu ul li.white ul li a {
  color: #fff !important;
}
.project_footer .ftr-menu ul li.white ul li.current-menu-item a {
  color: #B79A57 !important;
}
.project_footer .ftr-menu ul li.white ul li.current-menu-item ul li a {
  color: #fff !important;
}
.project_footer .ftr-menu ul li.white.current-menu-item a {
  color: #B79A57 !important;
}
.project_footer .ftr-menu ul li.white.current-menu-item ul li a {
  color: #fff !important;
}

.addres {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .addres {
    width: 70%;
    padding-bottom: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
  }
}
@media screen and (max-width: 1023px) {
  .addres {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .addres {
    padding-bottom: 0px;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.addres .call_bx {
  justify-content: start;
  align-items: start;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: solid 1px #868EA2;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  .addres .call_bx {
    border-bottom: none;
    margin: 0;
    padding: 0;
    width: 50%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .addres .call_bx {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: solid 1px #868EA2;
  }
}
.addres .call_bx:last-child {
  border-bottom: none !important;
  margin-bottom: 0;
}
.addres .call_bx .ico {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addres .call_bx .ico svg {
  width: 12px;
  height: 18px;
}
.addres .call_bx .ico svg path {
  fill: #000 !important;
}
.addres .call_bx .txt {
  color: #fff;
  width: 80%;
}
.addres .call_bx .txt span {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .addres .call_bx .txt span {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .addres .call_bx .txt span {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}

.hours {
  width: 100%;
}
.hours p {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
  margin-bottom: 12px !important;
  display: flex;
  justify-content: start;
  font-weight: 400 !important;
}
@media screen and (max-width: 1680px) {
  .hours p {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .hours p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.hours p span {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 600;
  min-width: 130px;
  display: inline-block;
}
@media screen and (max-width: 1680px) {
  .hours p span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .hours p span {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .hours p span {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}

.g-map {
  width: 100%;
}
.g-map iframe {
  width: 100% !important;
  border-radius: 0px !important;
  max-height: 450px !important;
  height: 450px !important;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .g-map iframe {
    max-height: 250px !important;
    height: 250px !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .g-map iframe {
    margin-bottom: 10px;
  }
}

.social-wp {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .social-wp {
    margin: 0;
    width: auto;
    border: none;
    padding: 0;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 1023px) {
  .social-wp {
    flex-flow: nowrap;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .social-wp {
    margin: 0px;
    order: 3;
  }
}
.social-wp p {
  font-weight: 400 !important;
  color: #fff;
  margin-right: 0px;
  margin-bottom: 0px !important;
  text-transform: capitalize;
  font-family: "Playfair Display", serif !important;
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media screen and (max-width: 1680px) {
  .social-wp p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .social-wp p {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .social-wp p {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .social-wp p {
    width: 100%;
    margin-bottom: 0px !important;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .social-wp p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    margin-bottom: 10px !important;
  }
}
.social-wp a {
  margin-left: 20px;
  line-height: 1;
}
@media screen and (max-width: 1470px) {
  .social-wp a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .social-wp a {
    margin-left: 0;
  }
}
.social-wp a.fb {
  margin-top: 5px;
}
.social-wp a svg,
.social-wp a img {
  height: 25px !important;
  width: 25px !important;
  fill: #D9D9D9;
}
@media screen and (max-width: 1680px) {
  .social-wp a svg,
  .social-wp a img {
    width: 20px !important;
    height: 20px !important;
  }
}
.social-wp a svg path,
.social-wp a img path {
  fill: #D9D9D9 !important;
}
.social-wp a svg:hover,
.social-wp a img:hover {
  opacity: 1 !important;
}
.social-wp a:hover svg,
.social-wp a:hover img {
  opacity: 0.7 !important;
}
.social-wp a.y-tube svg {
  height: 30px !important;
  width: 30px !important;
}
@media screen and (max-width: 1680px) {
  .social-wp a.y-tube svg {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 1199px) {
  .social-wp a.y-tube svg {
    width: 15px !important;
    height: 15px !important;
  }
}

.icon_bx {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 1199px) {
  .icon_bx {
    justify-content: start;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .icon_bx {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .icon_bx {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .icon_bx {
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  .icon_bx {
    margin-right: 0px;
  }
}
.icon_bx .ic {
  margin-right: 15px;
  margin-top: 3px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .icon_bx .ic {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1470px) {
  .icon_bx .ic {
    width: 35px;
    height: 35px;
  }
}
.icon_bx .ic svg {
  height: 22px;
  width: 22px;
  fill: #fff;
}
@media screen and (max-width: 1600px) {
  .icon_bx .ic svg {
    width: 15px;
    height: 15px;
  }
}
.icon_bx .ic svg:hover {
  opacity: 1;
}
.icon_bx .txt {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 200 !important;
  color: #000;
}
@media screen and (max-width: 1680px) {
  .icon_bx .txt {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .icon_bx .txt {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.icon_bx .txt .tle {
  font-weight: 600;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1680px) {
  .icon_bx .txt .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .icon_bx .txt .tle {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.icon_bx .txt p {
  color: #000;
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 1.2;
}
@media screen and (max-width: 1680px) {
  .icon_bx .txt p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .icon_bx .txt p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.icon_bx .txt span,
.icon_bx .txt a {
  color: #000;
  font-weight: 600 !important;
  font-size: 17px;
}
@media screen and (max-width: 1680px) {
  .icon_bx .txt span,
  .icon_bx .txt a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .icon_bx .txt span,
  .icon_bx .txt a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .icon_bx .txt span,
  .icon_bx .txt a {
    display: block;
  }
}
.icon_bx.hours .ic svg {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1470px) {
  .icon_bx.hours .ic svg {
    width: 21px;
    height: 22px;
  }
}

.phone-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
}
.phone-wrap .icon_bx {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.phone-wrap .icon_bx .ic svg {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1600px) {
  .phone-wrap .icon_bx .ic svg {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1470px) {
  .phone-wrap .icon_bx .ic svg {
    width: 12px;
    height: 11px;
  }
}

.copy {
  border-top: solid 1px #676F86;
  width: 100%;
  padding: 30px 5px 30px;
  margin-top: 50px;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    margin-top: 20px;
  }
}
.copy:after, .copy:before {
  display: none;
}
.copy .copy-cnt {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .copy .copy-cnt {
    flex-direction: column;
  }
}
.copy .copy-cnt:after, .copy .copy-cnt::before {
  display: none;
}
.copy .copy-cnt ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  flex-flow: wrap;
}
.copy .copy-cnt ul li {
  color: #B79A57;
  position: relative;
  padding: 0 15px;
}
.copy .copy-cnt ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 70%;
}
.copy .copy-cnt ul li:last-child:after {
  display: none;
}
.copy .copy-cnt ul li a {
  color: #B79A57;
  font-weight: 300 !important;
}
.copy .copy-cnt ul li a:hover {
  color: #000;
}
@media screen and (max-width: 1680px) {
  .copy {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .copy {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
  }
}
.copy p {
  width: 100%;
  color: #a5a5a5;
  font-weight: 300 !important;
  font-size: 17px !important;
  font-family: "Playfair Display", serif;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}
@media screen and (max-width: 1599px) {
  .copy p {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .copy p {
    font-size: 12px !important;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .copy p {
    text-align: center;
    width: 100%;
  }
}
.copy p a {
  color: #a5a5a5;
}
.copy p a:hover {
  color: #B79A57;
}
.copy p + p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .copy p + p {
    text-align: center;
  }
}

.wts {
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 10%;
  width: 91px;
  height: 92px;
}
@media screen and (max-width: 1199px) {
  .wts {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .wts {
    width: 50px;
    height: 50px;
    bottom: 2%;
  }
}
.wts figure {
  width: 91px;
  height: 92px;
}
@media screen and (max-width: 1199px) {
  .wts figure {
    width: 65px;
    height: 65px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .wts figure {
    width: 50px;
    height: 50px;
  }
}
.wts:hover img {
  opacity: 0.8;
}

.parent-menu-highlight > li > a {
  font-weight: 500 !important;
  font-size: 115% !important;
}

@keyframes pulse {
  0% {
    transform: scale(0.99);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.99);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.rating-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  width: 350px;
}
@media screen and (max-width: 1680px) {
  .rating-card {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .rating-card {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1470px) {
  .rating-card {
    min-width: 235px;
  }
}
@media screen and (max-width: 1199px) {
  .rating-card {
    min-width: auto;
    margin: 10px 0px;
  }
}
.rating-card:hover {
  opacity: 0.8;
}
.rating-card figure {
  width: 58px;
  margin-right: 15px;
}
@media screen and (max-width: 1680px) {
  .rating-card figure {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1680px) and (max-width: 767px) {
  .rating-card figure {
    width: 45px;
  }
}
.rating-card .google-logo {
  width: 60px;
}

.rating-card .tle {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
  .rating-card .tle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .rating-card .tle {
    font-size: 16px;
  }
}

.stars {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  color: #fbbc04;
  line-height: 1;
  margin-left: 15px;
}
@media screen and (max-width: 1680px) {
  .stars {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .stars {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (max-width: 767px) {
  .stars {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

.rating-value {
  font-size: 18px;
  font-weight: 500;
  margin-left: 0px;
  color: #fff;
  display: flex;
  flex-direction: row;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .rating-value {
    font-size: 16px;
  }
}
.rating-value .rate {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (max-width: 1680px) {
  .rating-value .rate {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .rating-value .rate {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}

.reviews {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .reviews {
    font-size: 14px;
  }
}

.testimonials-rvw .review-box {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 6px;
  max-width: 750px;
  gap: 25px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .testimonials-rvw .review-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.testimonials-rvw .left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonials-rvw .g-logo {
  width: 35px;
  height: auto;
}
.testimonials-rvw .text .label {
  display: block;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  color: #333;
  line-height: 1;
}
.testimonials-rvw .stars {
  font-size: 25px !important;
}
.testimonials-rvw .rating {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}
.testimonials-rvw .stars {
  font-size: 24px;
  color: #D8A100; /* Google star color */
  margin-top: 2px;
  display: inline;
}
.testimonials-rvw .divider {
  width: 1px;
  height: 55px;
  background: #c3c3c3;
}
@media screen and (max-width: 767px) {
  .testimonials-rvw .divider {
    display: none;
  }
}
.testimonials-rvw .review-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #B79A57;
  min-width: 295px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s ease;
}
@media screen and (max-width: 1680px) {
  .testimonials-rvw .review-btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1599px) {
  .testimonials-rvw .review-btn {
    min-width: 260px;
  }
}
.testimonials-rvw .review-btn img {
  background: #fff;
  padding: 2px;
  border-radius: 50%;
}
.testimonials-rvw .review-btn:hover {
  background: #000;
}
.testimonials-rvw .btn-logo {
  width: 22px;
}

.testimonials-wp .slick-slide {
  height: auto !important;
}
.testimonials-wp .slick-prev {
  left: -15px;
}
@media screen and (max-width: 1366px) {
  .testimonials-wp .slick-prev {
    left: -25px;
  }
}
.testimonials-wp .slick-next {
  right: -15px;
}
@media screen and (max-width: 1366px) {
  .testimonials-wp .slick-next {
    right: -25px;
  }
}

.review-card {
  margin: 0px 10px;
  padding: 40px;
  background: #fff;
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  font-family: "Inter", Arial, sans-serif;
  color: #333;
  height: 100% !important;
}
@media screen and (max-width: 1680px) {
  .review-card {
    margin: 0px 10px;
    padding: 30px;
  }
}
@media screen and (max-width: 1599px) {
  .review-card {
    margin: 0px 5px;
    padding: 20px;
  }
}
@media screen and (max-width: 1470px) {
  .review-card {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1199px) {
  .review-card {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .review-card {
    max-width: 100%;
  }
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1680px) {
  .avatar {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1599px) {
  .avatar {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1470px) {
  .avatar {
    width: 45px;
    height: 45px;
    font-size: 16px;
    margin-right: 15px;
  }
}

.review-info {
  flex: 1;
  min-width: 200px;
}
.review-info .stars {
  color: #fbbc04;
  font-size: 25px !important;
  margin-left: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1470px) {
  .review-info .stars {
    font-size: 18px;
  }
}

.review-info .tle {
  font-size: 22px !important;
  color: #000;
  margin: 0;
  font-weight: 600 !important;
  font-family: "Outfit", sans-serif !important;
}
@media screen and (max-width: 1470px) {
  .review-info .tle {
    font-size: 18px !important;
  }
}

.meta {
  color: #777;
  font-size: 17px;
  margin: 4px 0 0 !important;
}
@media screen and (max-width: 1680px) {
  .meta {
    font-size: 16px;
  }
}
@media screen and (max-width: 1470px) {
  .meta {
    font-size: 14px;
  }
}

.time {
  color: #777;
  font-size: 17px;
  margin-left: 4px;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 1680px) {
  .time {
    font-size: 16px;
  }
}
@media screen and (max-width: 1470px) {
  .time {
    font-size: 14px;
  }
}

.google-logo {
  width: 40px !important;
  height: 28px;
}

.review-body {
  margin-top: 12px;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 1680px) {
  .review-body {
    font-size: 17px;
  }
}
@media screen and (max-width: 1470px) {
  .review-body {
    font-size: 16px;
  }
}
.review-body a {
  color: #000;
  font-weight: 400;
}
.review-body a:hover {
  color: #B79A57;
}

/* Responsive */
@media (max-width: 480px) {
  .review-card {
    padding: 14px;
  }
  .avatar {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .review-info h3 {
    font-size: 15px;
  }
  .review-body {
    font-size: 14px;
  }
}
.gallery-container {
  margin: 0 auto;
  padding: 20px 0;
}

.gallery-header {
  text-align: center;
  margin-bottom: 3rem;
}

.gallery-header h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.2;
}

.gallery-header p {
  font-size: 1.125rem;
  color: #cbd5e1;
  max-width: 600px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
  aspect-ratio: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.gallery-item img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
  z-index: 2;
}

.gallery-overlay h3 {
  font-size: 20px !important;
  font-weight: 600;
  color: #ffffff;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay h3 {
  transform: translateY(0);
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: fadeIn 0.3s ease-out;
  z-index: 9999;
}

.modal-overlay.active {
  display: flex;
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  width: 100%;
}

.modal-image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-image {
  max-width: 100%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.modal-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.modal-caption .modalTitle {
  font-size: 25px !important;
  font-weight: 600;
  color: #ffffff;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1001;
}

.modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
}

.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1001;
}

.modal-nav:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
}

.modal-prev {
  left: 1rem;
}

.modal-next {
  right: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .gallery-header h1 {
    font-size: 2rem;
  }
  .gallery-header p {
    font-size: 1rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
  }
  .modal-image {
    max-height: 70vh;
  }
  .modal-caption h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .gallery-container {
    padding: 2rem 1rem;
  }
  .gallery-header h1 {
    font-size: 1.875rem;
  }
  .gallery-header p {
    font-size: 0.95rem;
  }
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
  }
  .modal-close {
    top: 0.5rem;
    right: 0.5rem;
  }
  .modal-image {
    max-height: 60vh;
  }
  .modal-caption {
    padding: 1.5rem 1rem 1rem;
  }
  .modal-caption h2 {
    font-size: 1.125rem;
  }
}
.sub-menu-toggle {
  display: none !important;
}

@keyframes slide-up {
  0% {
    margin-bottom: -5px;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes slide_Top {
  0% {
    margin-top: -10px;
    transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  100% {
    margin-top: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes slide_Left {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
@keyframes zoom_left {
  0% {
    margin-left: -10px;
    transform: scale(0.2, 0.2);
    -ms-transform: scale(0.2, 0.2);
    -o-transform: scale(0.2, 0.2);
    -webkit-transform: scale(0.2, 0.2);
    opacity: 0;
  }
  100% {
    margin-left: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
.mob_trigger {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-color: #B79A57 !important;
  cursor: pointer;
  flex-flow: column;
  flex: 0 0 50px;
  height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  width: 50px !important;
  border-radius: 3px !important;
  display: flex !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .mob_trigger {
    height: 35px;
    flex: 0 0 45px;
    width: 35px !important;
    margin-left: 0px;
  }
}
.mob_trigger span {
  background-color: var(--global--color-white);
  height: 3px !important;
  width: 24px !important;
}
.mob_trigger span:not(:last-child) {
  margin-bottom: 3px;
}
@media screen and (min-width: 1200px) {
  .mob_trigger {
    display: none !important;
  }
}

.main-menu {
  margin-bottom: 15px;
}
.main-menu .hidden-subchilds ul,
.main-menu .hidden-subchilds i {
  display: none !important;
}
.main-menu {
  color: var(--global--color-white);
}
.main-menu ul li a {
  color: var(--global--color-white);
  font-weight: 300;
  line-height: 1;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
  font-weight: 500;
  color: var(--global--color-black);
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .main-menu .remove-hover a::before, .main-menu .remove-hover a::after {
    content: none !important;
  }
  .main-menu ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .main-menu ul li {
    position: relative;
    padding-top: 7px;
  }
  .main-menu ul li a {
    align-items: center;
    color: var(--global--color-white);
    font-size: 12px;
    display: inline-flex;
    height: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "Outfit", sans-serif;
    position: relative;
  }
  .main-menu ul li a:hover {
    color: #B79A57;
  }
  .main-menu ul li a:before, .main-menu ul li a:after {
    display: none !important;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
  }
  .main-menu ul li a:before {
    background-color: #0A426D;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 2px;
    left: 0;
    bottom: -3px;
    z-index: 2;
    transform-origin: left;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    width: 100%;
  }
  .main-menu ul li a:after {
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    bottom: -24px;
    display: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #B79A57;
    background: transparent !important;
  }
  .main-menu ul li ul li a {
    color: var(--global--color-black);
  }
  .main-menu ul li ul li a:before, .main-menu ul li ul li a:after {
    display: none !important;
  }
  .main-menu ul li:hover a {
    color: var(--global--color-primary);
  }
  .main-menu ul li:hover a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li:hover a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu ul li:hover li a {
    color: var(--global--color-black);
  }
  .main-menu ul li:hover li a:before {
    opacity: 0;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
  }
  .main-menu ul li:hover li a:after {
    background-color: var(--global--color-secondary);
    opacity: 0;
    right: 100%;
  }
  .main-menu ul li:hover li:hover a {
    color: var(--global--color-primary);
  }
  .main-menu ul li:hover li:hover ul li a {
    color: var(--global--color-secondary);
  }
  .main-menu ul li:hover li:hover ul li:hover a {
    color: var(--global--color-primary);
  }
  .main-menu ul li ul {
    background-color: var(--global--color-white);
    display: none;
    left: -50px;
    position: absolute;
    top: 35px;
    width: 230px;
    z-index: 9;
    *zoom: 1;
  }
  .main-menu ul li ul:after {
    clear: both;
  }
  .main-menu ul li ul {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .main-menu ul li ul a {
    color: var(--global--color-white);
    font-size: 11px !important;
    font-size: 0.6875rem !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    width: 100%;
  }
  .main-menu ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: solid 1px #ffeddd;
  }
  .main-menu ul li ul li ul {
    top: 0 !important;
  }
  .main-menu ul li:hover ul {
    display: flex;
    flex-direction: column;
  }
  .main-menu ul li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu ul li:hover li:hover ul {
    display: block;
    transform-origin: top left;
  }
  .main-menu ul li:hover li:hover ul li ul {
    display: none;
  }
  .main-menu ul li:hover li:hover ul li:hover ul {
    display: block;
  }
  .main-menu ul li.submenu i {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    position: static;
    right: 0;
    top: 10px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu ul li.submenu i:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
    width: 6px;
  }
  .main-menu ul li.submenu li {
    padding-right: 0;
  }
  .main-menu ul li.submenu li a {
    padding-right: 20px;
  }
  .main-menu ul li.submenu li.submenu i {
    background-color: transparent !important;
    height: 31px;
    padding-right: 15px;
    top: 0 !important;
    position: absolute;
  }
  .main-menu ul li.submenu li.submenu i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    border-right: 1px solid rgba(0, 0, 0, 0.8);
  }
  .main-menu ul li:first-child {
    padding-left: 0;
  }
  .main-menu ul li:last-child ul, .main-menu ul li:nth-last-child(2) ul {
    right: 0;
    transform: none !important;
  }
  .main-menu ul li:last-child ul ul, .main-menu ul li:nth-last-child(2) ul ul {
    border-left-width: 3px;
    border-right-width: 1px;
    right: -360px;
    width: 360px;
    top: -1px;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
    font-weight: 600;
    color: #B79A57;
  }
  .main-menu ul li.current-menu-item a:before, .main-menu ul li.current-menu-ancestor a:before, .main-menu ul li.current-page-ancestor a:before, .main-menu ul li.current-product-ancestor a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current-menu-item a:after, .main-menu ul li.current-menu-ancestor a:after, .main-menu ul li.current-page-ancestor a:after, .main-menu ul li.current-product-ancestor a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu ul li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent a {
    font-weight: 600;
  }
  .main-menu ul li.current_page_parent li.current_page_item a:before, .main-menu ul li.current_page_parent li.current_page_parent a:before, .main-menu ul li.current_page_ancestor li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_parent a:before {
    opacity: 0;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item a:after, .main-menu ul li.current_page_parent li.current_page_parent a:after, .main-menu ul li.current_page_ancestor li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_parent a:after {
    opacity: 0;
    right: 0;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a, .main-menu ul li.current_page_parent li.current_page_parent li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_parent li a {
    font-weight: 400;
    color: #000;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:before, .main-menu ul li.current_page_parent li.current_page_parent li a:before, .main-menu ul li.current_page_ancestor li.current_page_item li a:before, .main-menu ul li.current_page_ancestor li.current_page_parent li a:before {
    opacity: 0;
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:after, .main-menu ul li.current_page_parent li.current_page_parent li a:after, .main-menu ul li.current_page_ancestor li.current_page_item li a:after, .main-menu ul li.current_page_ancestor li.current_page_parent li a:after {
    opacity: 0;
    right: 100%;
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:before, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:before, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:before {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:after, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:after, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:after {
    opacity: 1;
    right: 0;
  }
  .main-menu > ul {
    align-items: center;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    flex-flow: row wrap;
    height: 28px;
    margin-left: 15px;
    margin-right: 15px;
    width: -moz-max-content;
    width: max-content;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu .slice_child > ul {
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.1882352941);
    background-color: var(--global--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    left: -50%;
    transform: translateX(-50%) !important;
    overflow: hidden;
    padding: 20px 30px 30px;
    width: auto;
  }
  .main-menu .slice_child > ul .strip_menu_item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 84px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .main-menu .slice_child > ul .strip_menu_item:before {
    background-color: #2863b5;
    background-image: var(--menuBg);
    background-repeat: no-repeat;
    background-position: bottom right;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm {
    background-color: transparent !important;
    border: 1px solid var(--global--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: var(--global--color-white);
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 300;
    height: 34px;
    min-width: 114px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm:hover {
    background-color: var(--global--color-secondary) !important;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps {
    justify-content: space-between;
    line-height: 1;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item strong {
    clear: both;
    display: block;
    font-weight: 600;
  }
  .main-menu .slice_child > ul .strip_menu_item small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 300;
  }
  .main-menu .slice_child li {
    white-space: nowrap !important;
  }
  .main-menu .slice_child li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
  }
  .main-menu .slice_child .wrap_li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
  }
  .main-menu .slice_child .wrap_li:not(:last-child):before {
    background: rgb(209, 234, 246);
    background: linear-gradient(0deg, rgba(209, 234, 246, 0) 0%, rgb(209, 234, 246) 20%, rgb(209, 234, 246) 80%, rgba(209, 234, 246, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1eaf6", endColorstr="#d1eaf6", GradientType=1);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .main-menu .slice_child.styled_menu-item > ul {
    padding-bottom: 100px;
  }
  .main-menu .slice_child.columns_three > ul {
    left: -250%;
  }
  .main-menu .slice_child.columns_two .wrap_li:nth-last-child(2) {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .main-menu .slice_child.columns_two .wrap_li:nth-last-child(2):before {
    display: none;
  }
  .main-menu .slice_child.columns_three .wrap_li:nth-last-child(1), .main-menu .slice_child.columns_four .wrap_li:nth-last-child(1) {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .main-menu .slice_child.columns_three .wrap_li:nth-last-child(1):before, .main-menu .slice_child.columns_four .wrap_li:nth-last-child(1):before {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu ul li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .main-menu ul li ul {
    left: 0;
  }
  .main-menu ul li ul li a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu ul li a:before {
    bottom: -3px;
  }
  .main-menu ul li a:after {
    bottom: -10px;
  }
}
@media screen and (min-width: 1600px) {
  .main-menu ul li a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
  .main-menu ul li a:before {
    bottom: -3px;
  }
  .main-menu ul li a:after {
    bottom: -7px;
  }
  .main-menu ul li.submenu i {
    height: 24px;
    top: 10px;
    margin-top: 0px;
  }
  .main-menu ul li.submenu i:before {
    height: 7px;
    width: 7px;
  }
  .main-menu ul li.submenu li.submenu i {
    height: 44px;
  }
  .main-menu ul li a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 32px;
  }
  .main-menu ul li ul {
    top: 40px;
    width: 260px;
  }
  .main-menu ul li ul a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    padding: 10px 15px;
  }
  .main-menu > ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-menu > ul > * {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .main-menu ul li a:before {
    bottom: -3px;
  }
  .main-menu ul li a:after {
    bottom: -3px;
  }
}
@media screen and (min-width: 1850px) {
  .main-menu ul li a:before {
    bottom: -3px;
  }
  .main-menu ul li a:after {
    bottom: -24px;
  }
  .main-menu ul li.submenu i {
    top: 10px;
  }
  .main-menu ul li a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .main-menu ul li ul {
    top: 40px;
    width: 320px;
  }
  .main-menu ul li ul li a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .main-menu > ul {
    margin-left: -20px;
    margin-right: -20px;
  }
  .main-menu > ul > * {
    margin-left: 30px;
    margin-right: 30px;
  }
  .main-menu .slice_child > ul {
    left: -150%;
    padding: 20px 30px 30px;
  }
  .main-menu .slice_child > ul .strip_menu_item {
    height: 84px;
  }
  .main-menu .slice_child > ul .strip_menu_item .btn_menu-sm {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 34px;
    min-width: 173px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item .menu_wraps > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-menu .slice_child > ul .strip_menu_item small {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .main-menu .slice_child .wrap_li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
  .main-menu .slice_child.styled_menu-item > ul {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .project_header .top_menu {
    display: none !important;
  }
  .main-menu {
    background-color: var(--global--color-white);
    display: flex;
    flex-flow: row wrap;
    flex-flow: column;
    height: 100%;
    position: fixed;
    left: -280px;
    text-align: left;
    top: 0;
    overflow-y: auto;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu .sm_logo {
    background-color: var(--global--color-secondary);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 150px;
    line-height: 1;
    padding: 20px 10px;
    position: relative;
  }
  .main-menu .sm_logo .project_logo svg {
    height: 80px;
    width: auto;
  }
  .main-menu .sm_logo .close_menu {
    background-color: var(--global--color-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 32px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 32px;
    z-index: 3;
  }
  .main-menu .sm_logo .close_menu svg {
    fill: var(--global--color-white);
    height: 12px;
  }
  .main-menu #menu-primary-menu {
    height: calc(100% - 122px);
    overflow-y: auto;
    position: relative;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 0 !important;
  }
  .main-menu ul li {
    border-bottom: 1px solid rgba(183, 154, 87, 0.2);
    line-height: 0;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    color: #000;
    display: inline-block;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: 400;
    padding: 15px 50px 15px 15px;
    width: 100%;
    text-transform: uppercase;
  }
  .main-menu ul li i {
    background-color: rgba(13, 33, 78, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 11px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 24px;
  }
  .main-menu ul li i:before, .main-menu ul li i:after {
    background-color: var(--global--color-secondary);
    content: "";
    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%);
  }
  .main-menu ul li i:before {
    height: 10px;
    width: 1px;
  }
  .main-menu ul li i:after {
    height: 1px;
    width: 10px;
  }
  .main-menu ul li li a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    opacity: 0.8;
  }
  .main-menu ul li.opened i:before {
    display: none;
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    font-weight: 400;
    color: #B79A57;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    color: #000;
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    font-weight: 400;
    color: #B79A57;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    color: var(--global--color-secondary);
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    color: var(--global--color-primary);
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul .strip_menu_item {
    background-color: var(--global--color-primary);
  }
  .main-menu ul .strip_menu_item .menu_wraps {
    justify-content: flex-start;
    width: 100%;
  }
  .main-menu ul .strip_menu_item .btn-wrap {
    width: 100%;
  }
  .main-menu ul .strip_menu_item .text-wrap {
    display: flex;
    flex-flow: row wrap;
    flex-flow: column;
  }
  .main-menu ul .strip_menu_item .btn_menu-sm {
    background-color: transparent !important;
    border: 1px solid var(--global--color-white);
    color: var(--global--color-white);
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 36px;
    margin-top: 10px;
    width: 100%;
  }
  .open .main-menu {
    left: 0px;
  }
  .open .main-menu .sm_logo .close_menu {
    opacity: 1;
    right: -16px;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu ul > li.mega_menu {
    position: static !important;
  }
  .main-menu ul > li.mega_menu ul li.current-menu-item > a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu ul li ul.sub-menu li a {
    color: #000 !important;
  }
  .main-menu ul > li.mega_menu ul li ul.sub-menu li.current-menu-parent a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu ul li ul.sub-menu li.current-menu-item a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu > a {
    position: relative;
    color: #000 !important;
  }
  .main-menu ul > li.mega_menu > a:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 16px;
    bottom: -15px;
    left: 45%;
    z-index: 99;
    display: block !important;
    background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 31 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 0L0 15.5H31L15.5 0Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 30px 0px;
    background: #fff;
    padding: 10px !important;
    width: 95%;
    display: none;
    justify-content: space-between;
    left: 10%;
    right: 0;
    gap: 0px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu::after {
    display: none;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    top: -10px;
    height: 20px;
    left: 0;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li {
    width: calc(24% - 10px);
    background: #f8f9fb;
    border-radius: 4px;
    padding: 10px;
    width: 100% !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li i {
    display: none;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    font-weight: 500;
    background: #B79A57;
    border-radius: 5px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a:hover {
    color: #0D214E;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a img {
    margin-bottom: 15px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub {
    padding: 15px 35px !important;
    background: #d6e9f1 !important;
    margin-top: 30px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub a {
    color: #000 !important;
    background: #d6e9f1 !important;
    padding: 15px 35px !important;
    text-align: center;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub a:hover {
    color: #B79A57 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.current-page-ancestor > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-menu-ancestor > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-menu-parent > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-page-parent > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current_page_parent > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current_page_ancestor > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-menu-item > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current_page_item > a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu {
    position: static;
    display: block !important;
    background: none;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-shadow: none !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li {
    border-bottom: 0 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li a {
    padding: 7px 20px 7px 0;
    font-weight: 400;
    color: #000;
    border-bottom: 0 !important;
    position: relative;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li a:hover {
    color: #B79A57 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 6px;
    right: 5px;
    top: 24px;
    background-size: 9px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li:last-child a {
    border-bottom: 0;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li.current-menu-item > a, .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li.current_page_item > a {
    color: #0D214E;
  }
  .main-menu ul > li.mega_menu:hover > ul.sub-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    width: 80%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .main-menu ul > li.mega_menu:hover > ul.sub-menu {
    width: 95%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .main-menu ul > li.mega_menu:hover > ul.sub-menu {
    width: 100%;
  }
}
.image-fold {
  margin-top: 0px !important;
  padding: 0 !important;
  border: none !important;
  width: 49% !important;
  background: none !important;
}
@media screen and (max-width: 1200px) {
  .image-fold {
    width: 100% !important;
  }
}
.image-fold a {
  display: none !important;
}
.image-fold .image-fold-wp {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1680px) {
  .image-fold .image-fold-wp {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .image-fold .image-fold-wp {
    padding: 10px;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-top: 0 !important;
  }
}
.image-fold .image-fold-wp:after, .image-fold .image-fold-wp:before {
  display: none;
}
.image-fold .image-fold-wp .wrap {
  width: 53%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .image-fold .image-fold-wp .wrap {
    width: 100%;
    flex-direction: column;
  }
}
.image-fold .image-fold-wp .wrap:after, .image-fold .image-fold-wp .wrap:before {
  display: none;
}
.image-fold .image-fold-wp .wrap + .wrap {
  width: 47%;
}
@media screen and (max-width: 1199px) {
  .image-fold .image-fold-wp .wrap + .wrap {
    width: 100%;
  }
}
.image-fold .image-fold-wp .wrap .img {
  width: 34%;
}
@media screen and (max-width: 1199px) {
  .image-fold .image-fold-wp .wrap .img {
    width: 100%;
  }
}
.image-fold .image-fold-wp .wrap .txt {
  padding: 0 5px;
}
@media screen and (max-width: 1199px) {
  .image-fold .image-fold-wp .wrap .txt {
    padding: 10px 0;
  }
}
.image-fold .image-fold-wp .wrap .txt .tle {
  text-transform: capitalize !important;
}
.image-fold .image-fold-wp .wrap .txt .tle a {
  color: #000;
  display: block !important;
  padding: 0 !important;
  font-size: 20px !important;
}
@media screen and (max-width: 1599px) {
  .image-fold .image-fold-wp .wrap .txt .tle a {
    font-size: 18px !important;
  }
}
.image-fold .image-fold-wp .wrap .txt .tle a:hover {
  color: #B79A57;
}
.image-fold .image-fold-wp .wrap .txt p {
  color: #000;
  font-size: 15px;
}
.image-fold .image-fold-wp .wrap1 {
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 140px;
  padding: 15px 20px;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: start;
}
@media screen and (max-width: 1199px) {
  .image-fold .image-fold-wp .wrap1 {
    flex-direction: column;
    padding: 10px;
    align-items: start;
  }
}
.image-fold .image-fold-wp .wrap1:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.56) 50%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
.image-fold .image-fold-wp .wrap1 .txt {
  padding: 0;
  position: relative;
  z-index: 2;
  width: 72%;
}
@media screen and (max-width: 1199px) {
  .image-fold .image-fold-wp .wrap1 .txt {
    width: 100%;
  }
}
.image-fold .image-fold-wp .wrap1 .txt .tle {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}
@media screen and (max-width: 1599px) {
  .image-fold .image-fold-wp .wrap1 .txt .tle {
    font-size: 16px !important;
  }
}
.image-fold .image-fold-wp .wrap1 .txt p {
  color: #fff;
}
.image-fold .image-fold-wp a.btn {
  display: inline-flex !important;
  width: 150px !important;
  position: relative;
  padding: 0 !important;
  text-transform: uppercase;
  margin-left: 10px !important;
}
@media screen and (max-width: 1199px) {
  .image-fold .image-fold-wp a.btn {
    margin: 10px 0 0 !important;
  }
}
.image-fold .image-fold-wp a.btn {
  z-index: 2;
  min-height: 40px;
}
@media screen and (max-width: 1599px) {
  .image-fold .image-fold-wp a.btn {
    width: 140px !important;
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .image-fold .image-fold-wp a.btn {
    margin-left: 0;
    min-height: 35px;
  }
}
.image-fold .image-fold-wp .tle {
  font-size: 30px;
  color: #000 !important;
  font-weight: 400 !important;
  width: 60% !important;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .image-fold .image-fold-wp .tle {
    width: 100% !important;
    font-size: 16px;
  }
}
.image-fold .image-fold-wp .tle span {
  display: block;
}

@media screen and (min-width: 1200px) {
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub {
    padding: 15px 25px !important;
  }
  .project_header.slim .main-menu ul > li.mega_menu > ul.sub-menu {
    top: 95px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu {
    top: 105px !important;
  }
  .main-menu ul > li.mega_menu .image-fold .image-fold-wp .tle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .main-menu ul > li.mega_menu .image-fold .image-fold-wp a.btn {
    min-height: 40px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub {
    padding: 15px 35px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu {
    top: 122px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a {
    font-size: 13px !important;
  }
  .main-menu ul > li.mega_menu .image-fold .image-fold-wp a.btn {
    font-size: 13px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu {
    width: 100%;
    padding: 15px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li {
    padding: 10px;
  }
  .main-menu ul > li.mega_menu .image-fold .image-fold-wp .tle {
    font-size: 25px;
  }
}
@media screen and (min-width: 1850px) {
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a {
    font-size: 20px !important;
  }
  .main-menu ul > li.mega_menu .image-fold .image-fold-wp a.btn {
    font-size: 13px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu {
    top: 135px !important;
  }
  .project_header.slim .main-menu ul > li.mega_menu > ul.sub-menu {
    top: 128px !important;
  }
}
/*end megamenu*/
[class*=footer_menu-] li {
  padding-bottom: 6px;
  padding-top: 6px;
}
[class*=footer_menu-] a {
  color: var(--global--color-white);
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 200;
  padding-bottom: 7px;
  position: relative;
}
[class*=footer_menu-] a:before, [class*=footer_menu-] a:after {
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
[class*=footer_menu-] a:before {
  background-color: var(--global--color-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 3px;
  left: 0;
  transform-origin: left;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  width: calc(100% - 8px);
}
[class*=footer_menu-] a:after {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 3px;
  right: 100%;
  width: 3px;
}
[class*=footer_menu-] a:hover {
  color: var(--global--color-primary);
}
[class*=footer_menu-] a:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] a:hover:after {
  opacity: 1;
  right: 0;
}
[class*=footer_menu-] li.current_page_item a {
  color: var(--global--color-primary);
}
[class*=footer_menu-] li.current_page_item a:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] li.current_page_item a:after {
  opacity: 1;
  right: 0;
}
[class*=footer_menu-] li.current_page_item li a {
  color: var(--global--color-white);
}
[class*=footer_menu-] li.current_page_item li a:before {
  opacity: 0;
  transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
[class*=footer_menu-] li.current_page_item li a:after {
  opacity: 0;
  right: 100%;
}
[class*=footer_menu-] li.current_page_item li a:hover {
  color: var(--global--color-primary);
}
[class*=footer_menu-] li.current_page_item li a:hover:before {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
[class*=footer_menu-] li.current_page_item li a:hover:after {
  opacity: 1;
  right: 0;
}

@media screen and (max-width: 1199px) {
  .main-menu ul li.opened ul.sub-menu li.submenu i:before {
    display: block;
  }
  .main-menu ul li.opened ul.sub-menu li.submenu.opened i:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu-secondary > ul {
    display: flex;
  }
  .footer_menu-secondary > ul > li > a {
    font-weight: 500;
  }
  .footer_menu-secondary > ul > li:first-child {
    flex: 0 0 34%;
    width: 34%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) {
    flex: 0 0 66%;
    width: 66%;
  }
  .footer_menu-secondary > ul > li:nth-child(2) ul {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
@media screen and (min-width: 768px) {
  [class*=footer_menu-] a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  [class*=footer_menu-] a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  [class*=footer_menu-] a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu-main ul {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  .footer_menu-secondary li ul {
    display: none;
  }
  .footer_menu-secondary li.submenu {
    position: relative;
  }
  .footer_menu-secondary li.submenu i {
    background-color: var(--global--color-primary);
    height: 20px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
  }
  .footer_menu-secondary li.submenu i:before, .footer_menu-secondary li.submenu i:after {
    background-color: var(--global--color-white);
    content: "";
    display: block;
    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%);
  }
  .footer_menu-secondary li.submenu i:before {
    height: 1px;
    width: 10px;
  }
  .footer_menu-secondary li.submenu i:after {
    height: 10px;
    width: 1px;
  }
  .footer_menu-secondary li.submenu.opened i:after {
    display: none;
  }
}
.breadcrumb {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.breadcrumb ul li {
  align-items: center;
  display: inline-flex;
  flex-flow: row wrap;
  margin: 3px !important;
  color: #B79A57;
  font-family: "Outfit", sans-serif;
  position: relative;
  padding: 0 30px 0 0;
  line-height: 1;
  text-transform: none;
  font-weight: 400 !important;
}
.breadcrumb ul li a {
  align-items: center;
  color: var(--global--color-black);
  display: inline-flex;
  flex-wrap: nowrap;
  font-weight: 400;
}
.breadcrumb ul li a:hover {
  color: var(--global--color-primary);
}
.breadcrumb ul li:after {
  content: "";
  height: 12px;
  width: 1px;
  position: absolute;
  right: 12px;
  top: 4px;
  background: #D9D9D9;
}
@media screen and (max-width: 1599px) {
  .breadcrumb ul li:after {
    top: 2px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb ul li:after {
    top: 3px;
  }
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li.active.breadcrumb-item {
  margin: 3px !important;
}

.site_pagination,
.navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
.site_pagination ol,
.site_pagination .wp-paginate,
.navigation ol,
.navigation .wp-paginate {
  align-items: center;
  display: inline-flex;
  flex-flow: row wrap;
  padding-left: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.site_pagination ol li,
.site_pagination .wp-paginate li,
.navigation ol li,
.navigation .wp-paginate li {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.site_pagination ol li .page,
.site_pagination ol li .next,
.site_pagination ol li .prev,
.site_pagination .wp-paginate li .page,
.site_pagination .wp-paginate li .next,
.site_pagination .wp-paginate li .prev,
.navigation ol li .page,
.navigation ol li .next,
.navigation ol li .prev,
.navigation .wp-paginate li .page,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  display: inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 300;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.site_pagination ol li .page,
.site_pagination .wp-paginate li .page,
.navigation ol li .page,
.navigation .wp-paginate li .page {
  color: var(--global--color-black);
}
.site_pagination ol li .page:hover,
.site_pagination .wp-paginate li .page:hover,
.navigation ol li .page:hover,
.navigation .wp-paginate li .page:hover {
  color: var(--global--color-primary);
}
.site_pagination ol li .next,
.site_pagination ol li .prev,
.site_pagination .wp-paginate li .next,
.site_pagination .wp-paginate li .prev,
.navigation ol li .next,
.navigation ol li .prev,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  border: 1px solid var(--global--color-primary);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-secondary);
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}
.site_pagination ol li .next:hover,
.site_pagination ol li .prev:hover,
.site_pagination .wp-paginate li .next:hover,
.site_pagination .wp-paginate li .prev:hover,
.navigation ol li .next:hover,
.navigation ol li .prev:hover,
.navigation .wp-paginate li .next:hover,
.navigation .wp-paginate li .prev:hover {
  border-color: var(--global--color-secondary);
  color: var(--global--color-secondary);
}
.site_pagination ol li .current,
.site_pagination .wp-paginate li .current,
.navigation ol li .current,
.navigation .wp-paginate li .current {
  position: relative;
  background-color: #B79A57 !important;
  padding: 5px 15px !important;
  color: #fff !important;
}
.site_pagination ol li .current:before,
.site_pagination .wp-paginate li .current:before,
.navigation ol li .current:before,
.navigation .wp-paginate li .current:before {
  background-color: var(--global--color-primary);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.site_pagination ol li .current:hover,
.site_pagination .wp-paginate li .current:hover,
.navigation ol li .current:hover,
.navigation .wp-paginate li .current:hover {
  color: var(--global--color-black);
}
@media screen and (min-width: 1600px) {
  .site_pagination,
  .navigation {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .site_pagination ol li .page,
  .site_pagination .wp-paginate li .page,
  .navigation ol li .page,
  .navigation .wp-paginate li .page {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
  .site_pagination ol li .next,
  .site_pagination ol li .prev,
  .site_pagination .wp-paginate li .next,
  .site_pagination .wp-paginate li .prev,
  .navigation ol li .next,
  .navigation ol li .prev,
  .navigation .wp-paginate li .next,
  .navigation .wp-paginate li .prev {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

.main-menu .sub-menu .current-menu-item a {
  color: #B79A57 !important;
}
.main-menu .sub-menu .current-menu-item ul li a {
  color: #000 !important;
}

.desknone {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .desknone {
    display: block !important;
  }
}

.project_header .mega-menu .sub-menu {
  width: -moz-fit-content;
  width: fit-content;
  left: 100%;
  transform: translateX(-46%);
  flex-wrap: wrap;
  width: 1060px;
  padding: 35px 40px !important;
  border-radius: 0 0 5px 5px;
  gap: 0 50px;
  top: 65px;
  padding-top: 35px !important;
  justify-content: space-between;
  transition: all 0.4s ease;
  flex-direction: row !important;
  padding-top: 20px !important;
}
@media screen and (max-width: 1856px) {
  .project_header .mega-menu .sub-menu {
    top: 55px;
    transform: translateX(-55%);
  }
}
@media screen and (max-width: 1599px) {
  .project_header .mega-menu .sub-menu {
    gap: 0 30px;
    padding: 30px 35px !important;
    transform: translateX(-60%);
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu {
    position: relative;
    transform: none;
    left: 0;
    top: 0 !important;
    padding: 15px !important;
    width: 100%;
    padding-top: 0 !important;
  }
}
.project_header .mega-menu .sub-menu::after {
  display: none;
}
.project_header .mega-menu .sub-menu::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  top: -25px;
  height: 60px;
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu::before {
    display: none;
  }
}
.project_header .mega-menu .sub-menu li {
  width: calc(31% - 50px);
  border-color: #DBD9D9;
}
@media screen and (max-width: 1599px) {
  .project_header .mega-menu .sub-menu li {
    width: calc(35% - 50px);
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu li {
    width: 100%;
  }
}
.project_header .mega-menu .sub-menu li.menu-item-has-children i {
  display: none !important;
}
.project_header .mega-menu .sub-menu li .sub-menu {
  display: none !important;
}
.project_header .mega-menu .sub-menu li a {
  height: 100% !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-weight: 300;
}
.project_header .mega-menu .sub-menu li a img {
  height: 28px;
  margin-right: 15px;
  min-width: 45px;
}
@media screen and (max-width: 1599px) {
  .project_header .mega-menu .sub-menu li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu li a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    display: flex;
    align-items: center;
  }
}
.project_header .mega-menu .sub-menu li:hover {
  border-color: solid 1px #ffeddd !important;
}
.project_header .mega-menu .sub-menu li.btm_n_brdr {
  border-bottom: none !important;
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu li.btm_n_brdr {
    border-bottom: solid 1px #DBD9D9 !important;
  }
}
.project_header .mega-menu .sub-menu li:nth-last-child(2) {
  border-bottom: none !important;
}
.project_header .mega-menu .sub-menu li.left_sd {
  min-width: 340px !important;
}
@media screen and (max-width: 1599px) {
  .project_header .mega-menu .sub-menu li.left_sd {
    min-width: 210px !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu li.left_sd {
    width: 100%;
    min-width: auto !important;
  }
}
.project_header .mega-menu .sub-menu .mega_banner {
  margin-top: 30px;
  width: 100%;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #121231;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
@media screen and (max-width: 1856px) {
  .project_header .mega-menu .sub-menu .mega_banner {
    padding: 40px;
  }
}
@media screen and (max-width: 1599px) {
  .project_header .mega-menu .sub-menu .mega_banner {
    padding: 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu .mega_banner {
    flex-direction: column;
    padding: 20px;
  }
}
.project_header .mega-menu .sub-menu .mega_banner .head_wrap .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1856px) {
  .project_header .mega-menu .sub-menu .mega_banner .head_wrap .title {
    font-size: 27px;
  }
}
@media screen and (max-width: 1599px) {
  .project_header .mega-menu .sub-menu .mega_banner .head_wrap .title {
    font-size: 25px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu .mega_banner .head_wrap .title {
    line-height: 1.3;
    font-size: 19px;
  }
}
.project_header .mega-menu .sub-menu .mega_banner .head_wrap p {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 1.4;
  font-weight: 300 !important;
}
@media screen and (max-width: 1599px) {
  .project_header .mega-menu .sub-menu .mega_banner .head_wrap p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu .mega_banner .head_wrap p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.project_header .mega-menu .sub-menu .mega_banner .btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 51px !important;
  max-width: 210px;
  min-width: 210px;
  font-size: 14px !important;
  color: var(--global--color-black) !important;
  background-color: var(--global--color-white) !important;
  padding: 5px 10px !important;
  font-weight: 500;
  text-transform: none;
}
.project_header .mega-menu .sub-menu .mega_banner .btn:hover {
  height: 51px !important;
  background-color: #b79a57 !important;
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu .mega_banner .btn:hover {
    height: 45px !important;
  }
}
.project_header .mega-menu .sub-menu .mega_banner .btn:after {
  display: none !important;
}
.project_header .mega-menu .sub-menu .mega_banner .btn .icon {
  width: 12px !important;
  height: 17px !important;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_7_1170)%22%3E%3Cpath%20d%3D%22M14.6306%205.40564C14.6356%205.37645%2014.6356%205.37645%2014.6236%205.35933C14.6286%205.33014%2014.6165%205.31303%2014.6336%205.30095C14.6266%205.25465%2014.6145%205.23753%2014.5904%205.2033C14.5663%205.16907%2014.5421%205.13483%2014.5129%205.12979C14.5008%205.11267%2014.4717%205.10763%2014.4425%205.10258C14.4304%205.08547%2014.4133%205.09754%2014.4012%205.08042L5.93642%203.61754C5.84885%203.60241%205.78543%203.62151%205.73408%203.65773C5.68273%203.69394%205.62634%203.75935%205.62832%203.83484C5.61319%203.92241%205.63229%203.98583%205.6685%204.03718C5.70472%204.08853%205.77013%204.14493%205.84562%204.14295L13.6461%205.53611L3.73554%2012.5259C3.61573%2012.6104%203.58546%2012.7856%203.66997%2012.9054C3.75447%2013.0252%203.92961%2013.0555%204.04942%2012.971L13.96%205.98114L12.6252%2013.7917C12.6%2013.9376%2012.7086%2014.0917%2012.8546%2014.1169C13.0005%2014.1421%2013.1546%2014.0335%2013.1798%2013.8875L14.6306%205.40564Z%22%20fill%3D%22black%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_7_1170%22%3E%3Crect%20width%3D%2212.7349%22%20height%3D%2213.3633%22%20fill%3D%22white%22%20transform%3D%22translate(7.33997%2018.109)%20rotate(-125.195)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu .mega_banner .btn .icon {
    width: 7px !important;
    height: 12px !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .mega-menu .sub-menu .mega_banner .btn {
    margin-top: 17px !important;
    margin-left: 0 !important;
    font-size: 12px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }
}
.project_header.slim .mega-menu .sub-menu {
  top: 55px;
}
@media screen and (max-width: 1856px) {
  .project_header.slim .mega-menu .sub-menu {
    top: 45px;
  }
}

.contact-text-wrap p {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .contact-text-wrap p {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact-text-wrap p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-text-wrap p {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .contact-text-wrap p {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .contact-wrap.form-wrap-bottom .fm-bx {
    padding-left: 0px !important;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-wrap.form-wrap-bottom .fm-bx {
    padding-right: 100px;
  }
}

@media screen and (min-width: 1850px) {
  .wrap-cont .spc-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-cont .spc-wrap {
    width: 100%;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-cont .e-con-inner {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-cont .e-con-inner .img-logo-wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1680px) {
  .wrap-cont .e-con-inner .img-logo-wrap img {
    max-width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .wrap-cont .e-con-inner .img-logo-wrap img {
    max-width: 80% !important;
    height: auto !important;
  }
}

.contact-shortcode-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .contact-shortcode-wrap {
    padding: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .contact-shortcode-wrap {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .contact-shortcode-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.contact-shortcode-wrap .contact-address {
  position: relative;
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact-shortcode-wrap .contact-address {
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-shortcode-wrap .contact-address {
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-shortcode-wrap .contact-address {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-shortcode-wrap .contact-address {
    padding: 40px;
    padding-top: 0px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1850px) {
  .contact-shortcode-wrap .contact-address {
    padding-top: 0px;
    padding-right: 90px;
    padding-left: 0;
  }
}
.contact-shortcode-wrap .contact-address::after {
  display: none;
  content: "";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-address::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .contact-shortcode-wrap .contact-address::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
    max-height: 400px;
  }
}
.contact-shortcode-wrap .contact-address .addres {
  flex-direction: column;
  width: 100%;
}
.contact-shortcode-wrap .contact-address .addres .txt {
  width: 100%;
}
.contact-shortcode-wrap .contact-address .addres .txt span {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .contact-shortcode-wrap .contact-address .addres .txt span {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact-shortcode-wrap .contact-address .addres .txt span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-shortcode-wrap .contact-address .addres .txt span {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .contact-shortcode-wrap .contact-address .addres .txt span {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact-shortcode-wrap .contact-address .addres .txt span {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .contact-shortcode-wrap .contact-address .addres .txt span br {
    display: none;
  }
}
.contact-shortcode-wrap .contact-address .addres .ico {
  width: 38px;
  background-color: #ffffff;
}
.contact-shortcode-wrap .contact-address .addres .ico svg path {
  fill: #B79A57 !important;
}
.contact-shortcode-wrap .contact-address .addres .call_bx {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .contact-shortcode-wrap .contact-address .addres .call_bx {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-address {
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
  }
}
.contact-shortcode-wrap .contact-callwrap {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .contact-shortcode-wrap .contact-callwrap {
    padding-left: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .contact-shortcode-wrap .contact-callwrap {
    padding: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1850px) {
  .contact-shortcode-wrap .contact-callwrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap {
    padding-top: 20px;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 768px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    max-height: 400px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width: 1200px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap {
    padding-left: 130px;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx {
  justify-content: start !important;
}
@media screen and (min-width: 1600px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx .txt .num {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media screen and (min-width: 1200px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx .txt .num {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx .txt .num {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx .txt .num {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx .ico {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx .ico {
    margin-right: 15px !important;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx .ico svg {
  fill: #B79A57 !important;
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx {
  align-items: center;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx {
    padding-bottom: 0;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx a:hover {
  color: #0D214E;
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx a svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #fff;
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx a svg path {
  fill: #fff;
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx a svg:hover path {
  fill: #D9D9D9;
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt {
  font-weight: 300;
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt span {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt span {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt span {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt span {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
.contact-shortcode-wrap .contact-callwrap .callwrap .call_bx.mail-bx .txt span {
  color: #fff;
  width: 80%;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-callwrap {
    width: 100%;
    padding: 30px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-shortcode-wrap .contact-callwrap .flw-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  padding: 10px;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact-shortcode-wrap .contact-callwrap .flw-wrap {
    padding-top: 0;
  }
}
.contact-shortcode-wrap .contact-callwrap .flw-wrap span {
  font-family: var(--font-outfit) !important;
}
.contact-shortcode-wrap .contact-callwrap .flw-wrap a {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .contact-shortcode-wrap .contact-callwrap .flw-wrap a svg {
    width: 18px;
    height: 18px;
  }
}
.contact-shortcode-wrap .contact-callwrap .flw-wrap a svg:hover path {
  fill: #D9D9D9 !important;
}
.contact-shortcode-wrap .contact-callwrap .flw-wrap .ico {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .contact-shortcode-wrap .contact-callwrap .flw-wrap .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-shortcode-wrap .contact-callwrap .flw-wrap .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-callwrap .flw-wrap .ico {
    margin-right: 0;
    width: 35px;
    height: 35px;
  }
}
.contact-shortcode-wrap .contact-callwrap .flw-wrap .ico {
  /*svg, img {
    width: 20px !important;
    height: 20px !important;

    @include max(1470) {
      width: 16px !important;
      height: 16px !important;
    }
  }*/
}
@media screen and (max-width: 1199px) {
  .contact-shortcode-wrap .contact-callwrap .flw-wrap .ico {
    display: none;
  }
}
.contact-shortcode-wrap .contact-callwrap .flw-wrap .ico svg {
  width: 0px;
  height: 0px;
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap .contact-callwrap .flw-wrap {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .contact-shortcode-wrap {
    flex-direction: column;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.video-gallery-wrap .video-con-wrap {
  flex-wrap: wrap;
}
.video-gallery-wrap .video-con-wrap .video-con {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  background: rgb(243, 243, 243);
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .video-gallery-wrap .video-con-wrap .video-con {
    flex-basis: 48.9%;
  }
}
@media screen and (min-width: 1200px) {
  .video-gallery-wrap .video-con-wrap .video-con {
    flex-basis: 32.333%;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1680px) {
  .video-gallery-wrap .video-con-wrap .video-con {
    flex-basis: 32.5%;
  }
}
@media screen and (min-width: 1200px) {
  .video-gallery-wrap .video-con-wrap .video-con:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .video-gallery-wrap .video-con-wrap .video-con:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .video-gallery-wrap .video-con-wrap .video-con {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .video-gallery-wrap .video-con-wrap .video-con {
    margin-right: 0px !important;
  }
}
.video-gallery-wrap .video-con-wrap .video-con .elementor-widget-video {
  border-radius: 5px;
}
.video-gallery-wrap .video-con-wrap .video-con .elementor-widget-heading .elementor-heading-title {
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .video-gallery-wrap .video-con-wrap .video-con .elementor-widget-heading .elementor-heading-title {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .video-gallery-wrap .video-con-wrap .video-con .elementor-widget-heading .elementor-heading-title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .video-gallery-wrap .video-con-wrap .video-con .elementor-widget-heading .elementor-heading-title {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .video-gallery-wrap .video-con-wrap .video-con .elementor-widget-heading .elementor-heading-title {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.video-gallery-wrap .video-con-wrap .video-con .elementor-widget-heading .elementor-heading-title {
  font-family: var(--font-outfit) !important;
}

.blog-wraper .blog_left.single h2,
.blog-wraper .blog_left.single h3,
.blog-wraper .blog_left.single h4,
.blog-wraper .blog_left.single h5,
.blog-wraper .blog_left.single h6 {
  padding-top: 12px !important;
}
@media (min-width: 1199px) {
  .blog-wraper .blog_left.single h2,
  .blog-wraper .blog_left.single h3,
  .blog-wraper .blog_left.single h4,
  .blog-wraper .blog_left.single h5,
  .blog-wraper .blog_left.single h6 {
    padding-top: 15px !important;
  }
}
.blog-wraper .blg-social {
  border-bottom: solid 2px #B79A57;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.blog-wraper .blg-social p {
  margin-bottom: 0 !important;
}
.blog-wraper .blg-social a {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: #B79A57;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .blog-wraper .blg-social a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .blog-wraper .blg-social a {
    margin-left: 15px;
  }
}
.blog-wraper .blg-social a:hover {
  background: #0D214E;
}
.blog-wraper .blg-social a + a svg {
  position: relative;
  left: -2px;
}

.blog-wraper {
  margin: 10px 0 70px;
}
@media screen and (max-width: 1199px) {
  .blog-wraper {
    margin: 5px 0 40px;
  }
}
.blog-wraper .container.dFlex {
  align-items: start;
  justify-content: space-between;
}
.blog-wraper .container.dFlex .title-con.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog_left {
  width: 66%;
  margin-right: 50px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog_left:after, .blog_left:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .blog_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.blog_left .blg-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: start;
  align-items: start;
  flex-direction: row;
  width: 100% !important;
}
@media screen and (max-width: 1199px) {
  .blog_left .blg-wrapper {
    justify-content: center;
  }
}
.blog_left .blg-wrapper .blg-bx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  align-items: center;
  border-bottom: solid 2px #B79A57;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog_left .blg-wrapper .blg-bx {
    flex-direction: column;
  }
}
.blog_left .blg-wrapper .blg-bx:after, .blog_left .blg-wrapper .blg-bx:before {
  display: none;
}
.blog_left .blg-wrapper .blg-bx .img {
  width: 40%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .blog_left .blg-wrapper .blg-bx .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog_left .blg-wrapper .blg-bx .img figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog_left .blg-wrapper .blg-bx .img figure img {
    width: 100% !important;
  }
}
.blog_left .blg-wrapper .blg-bx .txt {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .blog_left .blg-wrapper .blg-bx .txt {
    width: 100%;
  }
}
.blog_left .blg-wrapper .blg-bx .txt .btn {
  text-transform: capitalize;
  font-size: 18px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .txt .btn {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1599px) {
  .blog_left .blg-wrapper .blg-bx .txt .btn {
    font-size: 15px !important;
  }
}
.blog_left .blg-wrapper .blg-bx .txt .btn .icon {
  margin-left: 10px;
  width: 12px;
  margin-top: 2px;
  height: 10px;
}
@media screen and (max-width: 1599px) {
  .blog_left .blg-wrapper .blg-bx .txt .btn .icon {
    width: 12px;
    height: 10px;
    margin-top: 1px;
  }
}
.blog_left .blg-wrapper .blg-bx .txt .top {
  display: flex;
  flex-direction: row;
  color: #B79A57;
}
@media screen and (max-width: 767px) {
  .blog_left .blg-wrapper .blg-bx .txt .top {
    flex-direction: column;
  }
}
.blog_left .blg-wrapper .blg-bx .txt .top {
  margin: 0 0 10px;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (max-width: 1599px) {
  .blog_left .blg-wrapper .blg-bx .txt .top {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .txt .top .cat {
  position: relative;
  margin-right: 30px;
}
.blog_left .blg-wrapper .blg-bx .txt .top .cat a:hover {
  color: #0D214E;
}
.blog_left .blg-wrapper .blg-bx .txt .top .cat:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B79A57;
}
@media screen and (max-width: 767px) {
  .blog_left .blg-wrapper .blg-bx .txt .top .cat:after {
    display: none;
  }
}
.blog_left .blg-wrapper .blg-bx .txt h2, .blog_left .blg-wrapper .blg-bx .txt .post-title {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
  font-family: var(--font-outfit);
}
@media screen and (max-width: 1599px) {
  .blog_left .blg-wrapper .blg-bx .txt h2, .blog_left .blg-wrapper .blg-bx .txt .post-title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .txt h2 a:hover, .blog_left .blg-wrapper .blg-bx .txt .post-title a:hover {
  color: #B79A57;
}
.blog_left .blg-wrapper .blg-bx .txt .des {
  margin-bottom: 15px;
}
.blog_left .blg-wrapper .blg-bx .des ol {
  margin-left: 20px;
}
.blog_left .blg-wrapper .blg-bx .des ol li {
  padding: 7px 0 7px 10px;
  position: relative;
  font-weight: 300 !important;
}
@media screen and (min-width: 1200px) {
  .blog_left .blg-wrapper .blg-bx .des ol li {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .des ol li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog_left .blg-wrapper .blg-bx .des ol li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .des ol li a {
  font-weight: 400 !important;
}
.blog_left .blg-wrapper .blg-bx .des ol li a:hover {
  color: #0D214E;
}
.blog_left .blg-wrapper .blg-bx .des ul {
  margin: 0 0 20px;
  padding: 0;
}
.blog_left .blg-wrapper .blg-bx .des ul li {
  padding: 5px 0 5px 30px;
  position: relative;
  display: block;
}
.blog_left .blg-wrapper .blg-bx .des ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.25778 7.60442L7.23478 7.62742L4.92278 5.32843C4.72679 5.13393 4.41028 5.13493 4.21579 5.33093C4.02079 5.52643 4.02178 5.84343 4.21778 6.03793L6.88328 8.68792C7.07878 8.88242 7.39478 8.88192 7.58978 8.68692L12.7363 3.54044C13.3683 4.54243 13.7343 5.72893 13.7343 7.00043C13.7343 10.5869 10.8223 13.4984 7.23578 13.4984C3.64979 13.4984 0.737793 10.5869 0.737793 7.00043C0.737793 3.41394 3.64979 0.502441 7.23578 0.502441C8.82878 0.502441 10.2883 1.07644 11.4188 2.02894L12.5508 0.896941C12.7458 0.701442 13.0628 0.701442 13.2578 0.896941C13.4528 1.09194 13.4528 1.40894 13.2578 1.60394L12.1323 2.72994L7.25778 7.60442Z' fill='%23B79A57'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .des ul li:before {
    top: 11px;
  }
}
@media screen and (max-width: 1470px) {
  .blog_left .blg-wrapper .blg-bx .des ul li:before {
    top: 10px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 1921px) {
  .blog_left .blg-wrapper .blg-bx .des ul li:before {
    top: 11px;
  }
}
.blog_left .blg-wrapper .blg-bx .des ul li a {
  font-weight: 400;
}
.blog_left .blg-wrapper .blg-bx .des ul li a:hover {
  color: #0D214E !important;
}
.blog_left .blg-wrapper .blg-bx .des ul li ul {
  margin-bottom: 0 !important;
  margin-top: 7px !important;
}
.blog_left .blg-wrapper .blg-bx .des h2,
.blog_left .blg-wrapper .blg-bx .des .h2 {
  font-family: "Playfair Display", serif !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (min-width: 768px) {
  .blog_left .blg-wrapper .blg-bx .des h2,
  .blog_left .blg-wrapper .blg-bx .des .h2 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_left .blg-wrapper .blg-bx .des h2,
  .blog_left .blg-wrapper .blg-bx .des .h2 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .des h2,
  .blog_left .blg-wrapper .blg-bx .des .h2 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .blog_left .blg-wrapper .blg-bx .des h2,
  .blog_left .blg-wrapper .blg-bx .des .h2 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .des h2,
.blog_left .blg-wrapper .blg-bx .des .h2 {
  margin-top: 0 !important;
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
}
.blog_left .blg-wrapper .blg-bx .des h3 {
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog_left .blg-wrapper .blg-bx .des h3 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_left .blg-wrapper .blg-bx .des h3 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .des h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog_left .blg-wrapper .blg-bx .des h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .des h4 {
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog_left .blg-wrapper .blg-bx .des h4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_left .blg-wrapper .blg-bx .des h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .des h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog_left .blg-wrapper .blg-bx .des h4 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .des h5 {
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog_left .blg-wrapper .blg-bx .des h5 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_left .blg-wrapper .blg-bx .des h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .des h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog_left .blg-wrapper .blg-bx .des h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .des h6 {
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog_left .blg-wrapper .blg-bx .des h6 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_left .blg-wrapper .blg-bx .des h6 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_left .blg-wrapper .blg-bx .des h6 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog_left .blg-wrapper .blg-bx .des h6 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.blog_left .blg-wrapper .blg-bx .des p a {
  font-weight: 400;
}
.blog_left .blg-wrapper .blg-bx .des p a:hover {
  text-decoration: none !important;
}
.blog_left .blg-wrapper .pagination {
  width: 100%;
}
.blog_left .blg-form {
  width: 100%;
  margin-top: 40px;
}
.blog_left .blg-form ::-webkit-input-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-form ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog_left .blg-form :-moz-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-form :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog_left .blg-form ::-moz-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-form ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog_left .blg-form :-ms-input-placeholder {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #000 !important;
  opacity: 1;
  font-weight: 300 !important;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-form :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog_left .blg-form .input-holder {
  margin-bottom: 15px !important;
}
.blog_left .blg-form #comments {
  max-width: 100% !important;
  margin: 0 !important;
}
.blog_left .blg-form form {
  margin: 25px 0;
}
.blog_left .blg-form form .cmnt-sub {
  width: 100%;
  text-align: right;
}
.blog_left .blg-form form ::-webkit-input-placeholder {
  color: #666666;
  font-size: 16px !important;
}
.blog_left .blg-form form :-moz-placeholder {
  color: #666666;
  font-size: 16px !important;
}
.blog_left .blg-form form ::-moz-placeholder {
  color: #666666;
  font-size: 16px !important;
}
.blog_left .blg-form form :-ms-input-placeholder {
  color: #666666;
  font-size: 16px !important;
}
.blog_left .blg-form form .w-50 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .blog_left .blg-form form .w-50 {
    flex-flow: wrap;
  }
}
.blog_left .blg-form form .w-50:after, .blog_left .blg-form form .w-50:before {
  display: none;
}
.blog_left .blg-form form .w-50 .input-holder {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .blog_left .blg-form form .w-50 .input-holder {
    width: 100%;
  }
}
.blog_left .blg-form form .w-50 .input-holder:last-child {
  margin-bottom: 15px !important;
}
.blog_left .blg-form form input,
.blog_left .blg-form form textarea {
  border-top: none;
  border: solid 1px #c7c2bf !important;
  border-bottom: solid 1px #c7c2bf !important;
  padding: 15px 20px !important;
  background: #fff;
  width: 100%;
  font-weight: 300 !important;
  font-size: 16px !important;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-form form input,
  .blog_left .blg-form form textarea {
    padding: 10px !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog_left .blg-form form textarea {
  height: 100px;
  border: solid 1px #c7c2bf !important;
  padding: 15px 0;
  overflow: auto;
  border-radius: 0 !important;
  font-size: 16px !important;
}
.blog_left .blg-form form input[type=submit] {
  background: #2d3954;
  border: none;
  height: 70px;
  width: 150px;
  color: #fff;
  border-radius: 5px;
  padding: 0 !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media screen and (max-width: 1600px) {
  .blog_left .blg-form form input[type=submit] {
    height: 50px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .blog_left .blg-form form input[type=submit] {
    height: 40px;
    width: 120px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.blog_left .blg-form form input[type=submit]:hover {
  background: #0D214E;
}
.blog_left .cmnts-wrap .avatar-post-wrp li {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog_left .cmnts-wrap .avatar-post-wrp li .avtr-wrp {
  margin-bottom: 10px;
}
.blog_left .blog-pagination {
  width: 100%;
}
.blog_left.single .blg-bx {
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.blog_left.single .blg-bx .img {
  width: 100%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.blog_left.single .blg-bx .img figure {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .blog_left.single .blg-bx .img figure {
    height: 250px;
  }
}
.blog_left.single .blg-bx .txt {
  width: 100%;
}
@media screen and (min-width: 1800px) {
  .blog_left.single .blg-bx h1 {
    font-size: 50px !important;
  }
}

.blog_right {
  width: 28%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .blog_right {
    width: 100%;
  }
}
.blog_right .blog-sdbar {
  width: 100%;
}
.blog_right .blog-sdbar .blg-box {
  margin: 0 0 20px;
  padding: 35px;
  background: #B79A57;
  position: relative;
  border-radius: 5px;
}
.blog_right .blog-sdbar .blg-box .h3 {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  font-weight: 600 !important;
  color: #fff !important;
}
@media screen and (max-width: 1680px) {
  .blog_right .blog-sdbar .blg-box .h3 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .blog_right .blog-sdbar .blg-box .h3 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .blog_right .blog-sdbar .blg-box .h3 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.blog_right .blog-sdbar .blg-box .h3.subc {
  background: #c8b9b2;
  color: #fff !important;
  text-transform: capitalize !important;
  border-radius: 7px;
  padding: 20px;
  font-weight: 400 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.blog_right .blog-sdbar .blg-box .h3.subc a:hover {
  color: #019ed8 !important;
}
.blog_right .blog-sdbar .blg-box .h3.search {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  text-transform: capitalize !important;
  color: #939393 !important;
  font-weight: 300 !important;
  border: solid 1px #d4d4d4;
}
.blog_right .blog-sdbar .blg-box .h3.search .sh {
  color: #939393 !important;
  width: 100%;
  padding: 10px 0 0 20px;
}
.blog_right .blog-sdbar .blg-box .h3.search button {
  background-color: #B79A57;
  width: 50px;
  height: 50px;
}
.blog_right .blog-sdbar .blg-box .h3.search button svg {
  height: 25px;
  fill: #fff;
}
.blog_right .blog-sdbar .blg-box ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.blog_right .blog-sdbar .blg-box ul li {
  padding: 10px 0 15px;
  border-bottom: solid 1px #d4d4d4;
  text-transform: capitalize;
  font-weight: 400 !important;
  color: #fff;
}
.blog_right .blog-sdbar .blg-box ul li span {
  display: block;
  color: #fff;
  margin: 15px 0 0;
  font-weight: 400;
}
.blog_right .blog-sdbar .blg-box ul li:last-child {
  border-bottom: 0;
}
.blog_right .blog-sdbar .blg-box ul li a {
  color: #fff;
  text-decoration: none !important;
}
.blog_right .blog-sdbar .blg-box ul li a:hover {
  color: #0D214E !important;
}
.blog_right .blog-sdbar .blg-box .ic {
  margin: 0 10px 0 0;
}
.blog_right .blog-sdbar .blg-box .ic svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.blog_right .blog-sdbar .blg-box.rss {
  padding: 15px 30px !important;
  width: 100%;
  -webkit-border-radius: 40px;
}
.blog_right .blog-sdbar .blg-box.rss .h3 {
  display: flex;
  align-items: center;
  font-family: var(--font-heading) !important;
  text-transform: capitalize;
  font-weight: 400 !important;
  justify-content: center;
  text-transform: uppercase;
}
.blog_right .blog-sdbar .blg-box.rss:hover {
  background: #0D214E;
}

.faq-wrap {
  margin: 25px auto 40px;
}
@media screen and (min-width: 1200px) {
  .faq-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .faq-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .faq-wrap {
    margin: 20px auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrap {
    margin: 0 auto;
  }
}

.faq_accordion {
  margin: 20px 0 0;
}

.faq_accordion ul {
  padding-left: 0 !important;
}

.faq_accordion li {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  margin: 0 !important;
  border-bottom: solid 1px #9D9D9D;
}
.faq_accordion li:last-child {
  border-bottom: none !important;
}

.faq_accordion li.faq-last {
  border-bottom: none !important;
}

.faq_accordion li.faq-last .title {
  border-bottom: none !important;
}

.faq_accordion .expand {
  cursor: pointer;
  height: 25px;
  width: 25px;
  line-height: 1;
  margin: 2px 0 0 auto !important;
  padding: 0 !important;
  position: relative;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .faq_accordion .expand {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .faq_accordion .expand {
    margin-top: 5px !important;
  }
}
.faq_accordion .expand:before {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7px;
  top: 0;
  content: "";
  border-top: solid 2px #B79A57;
  border-right: solid 2px #B79A57;
  transform: rotate(135deg);
  transition: all ease 0.3s;
}
@media screen and (max-width: 1680px) {
  .faq_accordion .expand:before {
    width: 15px;
    height: 15px;
  }
}

.faq_accordion .title {
  color: #000;
  font-family: "Playfair Display", serif;
  cursor: pointer;
  display: flex;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  font-weight: 300 !important;
  line-height: 1.3;
  position: relative;
  text-transform: none !important;
  padding: 20px 0;
  border-radius: 5px;
  align-items: start;
}
@media screen and (max-width: 1680px) {
  .faq_accordion .title {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1599px) {
  .faq_accordion .title {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .faq_accordion .title {
    align-items: start;
  }
}

.faq_accordion .title > * {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 10px;
  padding-left: 10px !important;
  padding-right: 30px !important;
  text-transform: inherit !important;
}
@media screen and (max-width: 1199px) {
  .faq_accordion .title > * {
    padding-right: 30px !important;
  }
}

.faq_accordion .faq_content {
  color: var(--global-color-black);
  font-weight: 300;
  padding: 25px;
  border-radius: 0 0 5px 5px;
}

.faq_accordion .faq_content p,
.faq_accordion .faq_content li {
  color: inherit;
  font-family: inherit;
  font-weight: 300;
}

.faq_accordion .faq_content p a,
.faq_accordion .faq_content li a {
  color: var(--global-color-primary);
  text-decoration: underline;
}

.faq_accordion .faq_content p a:hover,
.faq_accordion .faq_content li a:hover {
  color: var(--global-color-secondary);
  text-decoration: none;
}

.faq_accordion li {
  position: relative;
}

.faq_accordion li .faq_content {
  display: none;
}

.faq_accordion li.opened .title {
  color: #000;
}

.faq_accordion li.opened .expand:after {
  display: none !important;
}

.faq_accordion li.opened .expand:before {
  top: 10px;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}

.faq_accordion li:not(:last-child) {
  margin-bottom: 7px;
}

@media (min-width: 320px) {
  .faq_accordion .title {
    font-size: 18px !important;
    font-weight: 400 !important;
  }
  .faq_accordion .title span {
    color: #DEDEDE !important;
    font-weight: 600 !important;
    width: 40px;
  }
  .faq_accordion .title:hover {
    color: #B79A57 !important;
  }
  .faq_accordion .faq_content {
    padding: 15px;
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  .faq_accordion .title {
    font-size: 18px !important;
  }
  .faq_accordion .title span {
    margin-right: 15px;
    width: 45px;
  }
  .faq_accordion .faq_content {
    padding: 5px 0 20px;
  }
}
@media (min-width: 1680px) {
  .faq_accordion .title {
    font-size: 22px !important;
  }
  .faq_accordion .title span {
    margin-right: 20px;
  }
}
@media (min-width: 1850px) {
  .faq_accordion .title {
    font-size: 29px !important;
  }
  .faq_accordion .title span {
    font-size: 40px !important;
    font-weight: 600;
    width: 55px;
  }
  .faq_accordion .faq_content p {
    padding: 5px 0 20px;
  }
}