/*
Theme Name: Budget Windows & Doors
Theme URI: https://www.budgetwindowsanddoors.ca/
Author: the TechWyse team
Author URI: https://www.techwyse.com/
Description: We are a Toronto-based psychology practice located in Midtown,
Toronto. Our team offers therapy and assessment services in-person and online.
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: budgetwindowsanddoors
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

Budget Windows & Doors WordPress Theme, (C) 2020 WordPress.org
Budget Windows & Doors is distributed under the terms of the GNU GPL.
*/
/* Add your custom styles here */
:root {
  --font-montserrat: "Montserrat", sans-serif;
  --font-outfit: "Outfit", sans-serif;
  --global--font-primary: var(--font-montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
  --global--font-secondary: var(--font-outfit, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-primary: #50A0D1;
  --global--color-primary-alt: #000;
  --global--color-secondary: #131313;
  --global--color-secondary-alt: #252525;
  --global--color-text: #131313;
  --global--color-text-alt: #252525;
  --global--color-border: #D9D9D9;
  --global--color-from: #000000;
  --global--body-bg: #ffffff;
  --global--custom-bg: #FFF7F6;
  --global--color-button: #50A0D1;
  --global--color-button-alt: #000;
  --global--color-button-text: #fff;
  --global--color-button-text-alt: #fff;
  --global--color-icon: #50A0D1;
  --transform-title: uppercase;
  --tw-wrap-xs: 540px;
  --tw-wrap-sm: 720px;
  --tw-wrap-md: 960px;
  --tw-wrap-lg: 1140px;
  --tw-wrap-xl: 1420px;
  --tw-wrap-xxl: 1700px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
  --font-weight-100: 100;
  --font-weight-200: 200;
  --font-weight-300: 300;
  --font-weight-400: 400;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --font-weight-800: 800;
  --font-weight-900: 900;
}

.text-white {
  --global--color-text: #ffffff;
  color: #fff !important;
}
.text-white .tick-icon svg {
  --global--color-icon: #fff;
}

.icon-white {
  --global--color-icon: #fff;
}

.tick-icon svg {
  --global--color-icon: #000;
  fill: none;
}
.tick-icon svg .ic-circle {
  stroke: var(--global--color-icon);
}
.tick-icon svg .ic-tick {
  stroke: var(--global--color-primary);
}

@media (min-width: 575px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1420px;
  }
}
@media (min-width: 1850px) {
  :root {
    --container-width: 1700px;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--container-gap) * 0.5) !important;
  padding-right: calc(var(--container-gap) * 0.5) !important;
}
@media (min-width: 575px) {
  .container {
    max-width: calc(var(--container-width) + var(--container-gap));
  }
}

/*
Usage:
@include font-clamp((base: 15px, sm: 20px, lg: 25px));
@include font-clamp((xs: 10px, md: 18px, xl: 30px));
@include font-clamp((base: 14px, xs: 12px, sm: 16px, md: 20px, lg: 24px, xl: 28px, xxl: 32px));

Available breakpoint keys: base, xs, sm, md, lg, xl, xxl
- 'base' or 'xs' sets the base font-size (no media query)
- Other keys generate media queries for their respective breakpoints
*/
.ff-fraunces {
  font-family: var(--font-eugene) !important;
}
.ff-fraunces p,
.ff-fraunces li,
.ff-fraunces a {
  font-family: inherit !important;
}

.ff-fraunces {
  font-family: var(--font-eugene) !important;
}
.ff-fraunces p,
.ff-fraunces li,
.ff-fraunces a {
  font-family: inherit !important;
}

@media (min-width: 575px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1420px;
  }
}
@media (min-width: 1850px) {
  :root {
    --container-width: 1700px;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--container-gap) * 0.5) !important;
  padding-right: calc(var(--container-gap) * 0.5) !important;
}
@media (min-width: 575px) {
  .container {
    max-width: calc(var(--container-width) + var(--container-gap));
  }
}

/*
Usage:
@include font-clamp((base: 15px, sm: 20px, lg: 25px));
@include font-clamp((xs: 10px, md: 18px, xl: 30px));
@include font-clamp((base: 14px, xs: 12px, sm: 16px, md: 20px, lg: 24px, xl: 28px, xxl: 32px));

Available breakpoint keys: base, xs, sm, md, lg, xl, xxl
- 'base' or 'xs' sets the base font-size (no media query)
- Other keys generate media queries for their respective breakpoints
*/
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]) {
  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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
    -webkit-box-shadow: none !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: var(--global--font-primary);
  font-size: 16px !important;
  font-weight: var(--font-weight-400);
  font-optical-sizing: auto;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background-color: var(--global--body-bg) !important;
  color: var(--global--color-text) !important;
  font-family: var(--global--font-primary);
  font-optical-sizing: auto;
  font-weight: var(--font-weight-400);
  line-height: 1.6;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
body p,
body li {
  color: inherit !important;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
body p a,
body li a {
  color: var(--global--color-link) !important;
  display: inline;
  text-decoration: none;
}
body p a:hover,
body li a:hover {
  color: var(--global--color-secondary) !important;
  color: var(--global--color-link-alt) !important;
  text-decoration: none;
}
body p,
body li,
body .form-elements,
body select,
body textarea,
body label {
  font-family: inherit;
  font-optical-sizing: auto;
  font-size: inherit;
  font-weight: inherit;
}
body ::-webkit-input-placeholder {
  font-size: inherit;
}
body :-moz-placeholder {
  font-size: inherit;
}
body ::-moz-placeholder {
  font-size: inherit;
}
body :-ms-input-placeholder {
  font-size: inherit;
}

p:not(:last-child),
blockquote:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 15px;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 1600px) {
  p:not(:last-child),
  blockquote:not(:last-child),
  ul:not(:last-child),
  ol:not(:last-child) {
    margin-bottom: 15px;
  }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
  blockquote + h1,
  blockquote + h2,
  blockquote + h3,
  blockquote + h4,
  blockquote + h5,
  blockquote + h6,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6 {
    margin-top: 30px;
  }
}

address {
  font-style: normal;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

svg {
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
svg :focus {
  appearance: none;
  -moz-appearance: none;
  outline: none;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  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 {
  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;
}

b,
strong {
  font-weight: var(--font-weight-700);
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}

.elementor-widget-text-editor {
  color: var(--global--color-text) !important;
}
@media (max-width: 1199px) {
  .elementor-widget-text-editor img.visible-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-text-editor img.hide-xl {
    display: none !important;
  }
}
.elementor-widget-text-editor img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
.elementor-widget-text-editor img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
.elementor-widget-text-editor img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
.elementor-widget-text-editor img.alignnone {
  display: inline;
  margin: 10px;
}
@media (min-width: 1200px) {
  .elementor-widget-text-editor img.alignright {
    margin-left: 35px;
  }
  .elementor-widget-text-editor img.alignleft {
    margin-right: 35px;
  }
}
@media (min-width: 1600px) {
  .elementor-widget-text-editor img.alignright {
    margin-left: 45px;
  }
  .elementor-widget-text-editor img.alignleft {
    margin-right: 45px;
  }
}
@media (min-width: 1850px) {
  .elementor-widget-text-editor img.alignright {
    margin-left: 65px;
  }
  .elementor-widget-text-editor img.alignleft {
    margin-right: 65px;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  .elementor-widget-text-editor img {
    max-width: 500px !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .elementor-widget-text-editor img {
    max-width: 350px !important;
  }
}
@media (max-width: 767px) {
  .elementor-widget-text-editor img.alignleft, .elementor-widget-text-editor img.alignright, .elementor-widget-text-editor img.aligncenter, .elementor-widget-text-editor img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
    padding: 0 !important;
  }
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--tw-gutter-sm));
  margin-right: calc(-0.5 * var(--tw-gutter-sm));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--tw-gutter-sm) * 0.5);
  margin-top: calc(var(--tw-gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--tw-gutter-sm) * 0.5);
  padding-right: calc(var(--tw-gutter-sm) * 0.5);
  position: relative;
  width: 100%;
}
.tw-row .auto-width {
  flex: 0 0 auto;
  width: auto;
}
.tw-row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.tw-row.no-gap > * {
  padding-left: 0;
  padding-right: 0;
}
.tw-row.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}
.tw-row.xs_row {
  margin-left: -6px;
  margin-right: -6px;
}
.tw-row.xs_row > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

.owl-theme .owl-dots,
.container,
.custom_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%;
}

.owl-theme .owl-dots,
.container,
.custom_container,
.e-con > .e-con-inner {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 576px) {
  .owl-theme .owl-dots,
  .container,
  .custom_container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xs) !important;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-dots,
  .container,
  .custom_container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-dots,
  .container,
  .custom_container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 1200px) {
  .owl-theme .owl-dots,
  .container,
  .custom_container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1600px) {
  .owl-theme .owl-dots,
  .container,
  .custom_container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1850px) {
  .owl-theme .owl-dots,
  .container,
  .custom_container,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xxl) !important;
  }
}

.container-fluid {
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media (min-width: 576px) {
  .container-fluid {
    max-width: var(--tw-wrap-xs) !important;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1950px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !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: 100% !important;
}
@media (min-width: 575px) and (max-width: 766px) {
  [class*=custom_container-] {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  [class*=custom_container-] {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 992px) and (max-width: 1198px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    max-width: var(--tw-wrap-md) !important;
  }
}

.owl-theme .owl-dots,
.container,
.custom_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%;
}

@media (max-width: 991px) {
  .container_max_lg {
    padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
    padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
    margin: auto !important;
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 576px) and (max-width: 766px) {
  .container_max_lg {
    max-width: var(--tw-wrap-xs) !important;
  }
}

@media (max-width: 991px) {
  .custom_container-left-lg {
    margin: auto !important;
  }
}
@media (min-width: 992px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-lg)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (max-width: 991px) {
  .custom_container-right-lg {
    margin: auto !important;
  }
}
@media (min-width: 992px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--tw-wrap-lg)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--tw-wrap-lg)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {
  .custom_container-right-xl {
    margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 1200px) {
  .custom_container-right-xl {
    margin-right: calc((100vw - var(--tw-wrap-lg)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-right-xl {
    margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-right-xl {
    margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

/* Ensure main scrollbar is visible */
html {
  scrollbar-width: auto;
  /* Firefox */
  scrollbar-color: auto;
}

/* Restore default scrollbar styles for Webkit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 12px;
  /* Adjust as needed */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(33, 35, 49, 0.95);
  border-radius: 0px;
  cursor: grab;
  transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #212331;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  cursor: pointer;
}

.curP {
  cursor: pointer;
}

.dFlex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.vhCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.vCenter.time {
  align-items: flex-start !important;
}

.hCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.vBottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vCenHRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vhEnd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vBtmHcntr {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-center {
  -ms-flex-pack: center;
  justify-content: center;
}

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

.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

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

#content_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

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

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

.title {
  font-family: var(--font-titles);
}

.number {
  font-family: var(--font-numbers);
}

.btn {
  font-family: var(--font-buttons);
}

.cnt {
  font-family: var(--font-content);
}

.font-fraunces {
  font-family: var(--font-fraunces) !important;
}

.font-outfit {
  font-family: var(--font-outfit) !important;
}

body .fs-94 {
  font-size: 43px !important;
  font-size: 2.6875rem !important;
}
@media (min-width: 768px) {
  body .fs-94 {
    font-size: 57px !important;
    font-size: 3.5625rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-94 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-94 {
    font-size: 85px !important;
    font-size: 5.3125rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-94 {
    font-size: 94px !important;
    font-size: 5.875rem !important;
  }
}
body .fs-86 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media (min-width: 768px) {
  body .fs-86 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-86 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-86 {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-86 {
    font-size: 86px !important;
    font-size: 5.375rem !important;
  }
}
body .fs-85 {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
}
@media (min-width: 768px) {
  body .fs-85 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-85 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-85 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-85 {
    font-size: 85px !important;
    font-size: 5.3125rem !important;
  }
}
body .fs-85-thank {
  font-size: 45px !important;
  font-size: 2.8125rem !important;
}
@media (min-width: 768px) {
  body .fs-85-thank {
    font-size: 56px !important;
    font-size: 3.5rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-85-thank {
    font-size: 68px !important;
    font-size: 4.25rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-85-thank {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-85-thank {
    font-size: 85px !important;
    font-size: 5.3125rem !important;
  }
}
body .fs-78 {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}
@media (min-width: 768px) {
  body .fs-78 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-78 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-78 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-78 {
    font-size: 78px !important;
    font-size: 4.875rem !important;
  }
}
body .fs-75 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media (min-width: 768px) {
  body .fs-75 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-75 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-75 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-75 {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
body .fs-70 {
  font-size: 33px !important;
  font-size: 2.0625rem !important;
}
@media (min-width: 768px) {
  body .fs-70 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-70 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-70 {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-70 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
body .fs-68 {
  font-size: 32px !important;
  font-size: 2rem !important;
}
@media (min-width: 768px) {
  body .fs-68 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-68 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-68 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-68 {
    font-size: 68px !important;
    font-size: 4.25rem !important;
  }
}
body .fs-65 {
  font-size: 31px !important;
  font-size: 1.9375rem !important;
}
@media (min-width: 768px) {
  body .fs-65 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-65 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-65 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
body .fs-63 {
  font-size: 31px !important;
  font-size: 1.9375rem !important;
}
@media (min-width: 768px) {
  body .fs-63 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-63 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-63 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-63 {
    font-size: 63px !important;
    font-size: 3.9375rem !important;
  }
}
body .fs-60 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media (min-width: 768px) {
  body .fs-60 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-60 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
body .fs-52 {
  font-size: 32px !important;
  font-size: 2rem !important;
}
@media (min-width: 768px) {
  body .fs-52 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-52 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-52 {
    font-size: 49px !important;
    font-size: 3.0625rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-52 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}
body .fs-50 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media (min-width: 768px) {
  body .fs-50 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-50 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-50 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-50 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
body .fs-46 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media (min-width: 768px) {
  body .fs-46 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-46 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-46 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-46 {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}
body .fs-45 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  body .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-45 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-45 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
body .fs-42 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  body .fs-42 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-42 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-42 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
body .fs-40 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  body .fs-40 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-40 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-40 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
body .fs-38 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  body .fs-38 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-38 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-38 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-38 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
body .fs-36 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  body .fs-36 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-36 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-36 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
body .fs-35 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  body .fs-35 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-35 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-35 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-35 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
body .fs-34 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  body .fs-34 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-34 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-34 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-34 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
body .fs-33 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  body .fs-33 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-33 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-33 {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-33 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
body .fs-32 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  body .fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-32 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-32 {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
body .fs-30 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  body .fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-30 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-30 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
body .fs-28 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  body .fs-28 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-28 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-28 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-28 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
body .fs-27 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  body .fs-27 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-27 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
body .fs-26 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  body .fs-26 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-26 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-26 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-26 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
body .fs-25 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  body .fs-25 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-25 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-25 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
body .fs-24 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  body .fs-24 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-24 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-24 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
body .fs-23 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  body .fs-23 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-23 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-23 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-23 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
body .fs-22 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  body .fs-22 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-22 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-22 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
body .fs-21 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  body .fs-21 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  body .fs-21 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-21 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-21 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
body .fs-20 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  body .fs-20 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-20 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-20 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
body .fs-19 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  body .fs-19 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-19 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-19 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
body .fs-18 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  body .fs-18 {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-18 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
body .fs-17 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media (min-width: 1200px) {
  body .fs-17 {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-17 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-17 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
body .fs-16 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media (min-width: 1200px) {
  body .fs-16 {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 1600px) {
  body .fs-16 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1850px) {
  body .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.fw-800 {
  font-weight: var(--font-weight-800) !important;
}
.fw-800 p,
.fw-800 li,
.fw-800 h1,
.fw-800 h2,
.fw-800 h3,
.fw-800 h4,
.fw-800 h5,
.fw-800 h6 {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: var(--font-weight-700) !important;
}
.fw-700 p,
.fw-700 li,
.fw-700 h1,
.fw-700 h2,
.fw-700 h3,
.fw-700 h4,
.fw-700 h5,
.fw-700 h6 {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: var(--font-weight-600) !important;
}
.fw-600 p,
.fw-600 li,
.fw-600 h1,
.fw-600 h2,
.fw-600 h3,
.fw-600 h4,
.fw-600 h5,
.fw-600 h6 {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: var(--font-weight-500) !important;
}
.fw-500 p,
.fw-500 li,
.fw-500 h1,
.fw-500 h2,
.fw-500 h3,
.fw-500 h4,
.fw-500 h5,
.fw-500 h6 {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: normal;
  font-weight: var(--font-weight-400) !important;
}
.fw-400 p,
.fw-400 li,
.fw-400 h1,
.fw-400 h2,
.fw-400 h3,
.fw-400 h4,
.fw-400 h5,
.fw-400 h6 {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: var(--font-weight-300) !important;
}
.fw-300 p,
.fw-300 li,
.fw-300 h1,
.fw-300 h2,
.fw-300 h3,
.fw-300 h4,
.fw-300 h5,
.fw-300 h6 {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: var(--font-weight-200) !important;
}
.fw-200 p,
.fw-200 li,
.fw-200 h1,
.fw-200 h2,
.fw-200 h3,
.fw-200 h4,
.fw-200 h5,
.fw-200 h6 {
  font-weight: inherit !important;
}

.fw-100 {
  font-weight: var(--font-weight-100) !important;
}
.fw-100 p,
.fw-100 li,
.fw-100 h1,
.fw-100 h2,
.fw-100 h3,
.fw-100 h4,
.fw-100 h5,
.fw-100 h6 {
  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;
}

.lh-70 {
  line-height: 70% !important;
}
.lh-70 * {
  line-height: 70% !important;
}

.lh-100 {
  line-height: 100% !important;
}
.lh-100 * {
  line-height: 100% !important;
}

.lh-110 {
  line-height: 110% !important;
}
.lh-110 * {
  line-height: 110% !important;
}

.lh-115 {
  line-height: 115% !important;
}
.lh-115 * {
  line-height: 115% !important;
}

.lh-120 {
  line-height: 120% !important;
}
.lh-120 * {
  line-height: 120% !important;
}

.lh-150 {
  line-height: 150% !important;
}
.lh-150 * {
  line-height: 150% !important;
}

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

:root {
  --cmn-space-padding: 30px;
  --cmn-space-padding-60: 20px;
  --cmn-space-padding-30: 15px;
}
@media (min-width: 768px) {
  :root {
    --cmn-space-padding: 40px;
    --cmn-space-padding-60: 30px;
    --cmn-space-padding-30: 20px;
  }
}
@media (min-width: 1200px) {
  :root {
    --cmn-space-padding: 55px;
    --cmn-space-padding-60: 50px;
  }
}
@media (min-width: 1600px) {
  :root {
    --cmn-space-padding: 75px;
    --cmn-space-padding-60: 60px;
    --cmn-space-padding-30: 30px;
  }
}
@media (min-width: 1850px) {
  :root {
    --cmn-space-padding: 100px;
  }
}

.cmn-space {
  padding-bottom: var(--cmn-space-padding) !important;
  padding-top: var(--cmn-space-padding) !important;
}

.bottom-space {
  padding-bottom: var(--cmn-space-padding) !important;
}

.top-space {
  padding-top: var(--cmn-space-padding) !important;
}

.cmn-space-60 {
  padding-bottom: var(--cmn-space-padding-60) !important;
  padding-top: var(--cmn-space-padding-60) !important;
}

.bottom-space-60 {
  padding-bottom: var(--cmn-space-padding-60) !important;
}

.top-space-60 {
  padding-top: var(--cmn-space-padding-60) !important;
}

.cmn-space-30 {
  padding-bottom: var(--cmn-space-padding-30) !important;
  padding-top: var(--cmn-space-padding-30) !important;
}

.bottom-space-30 {
  padding-bottom: var(--cmn-space-padding-30) !important;
}

.top-space-30 {
  padding-top: var(--cmn-space-padding-30) !important;
}

.clear {
  display: block;
}

.inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .tab-block {
    display: block !important;
  }
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

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

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

.m-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 (min-width: 768px) {
  .p-b-20 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1600px) {
  .p-b-20 {
    padding-bottom: 20px !important;
  }
}

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

.p-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-l-30 {
  padding-left: 30px !important;
}

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

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

.anime-pulse {
  animation: anime-pulse 2s infinite;
}

.anime-pulse-wave {
  animation: anime-pulse-wave 2s infinite;
}

.anime-pulse-wave-alternate {
  animation: pulse 2s infinite;
}

.anime-slide-in {
  animation: anime-pulse 2s infinite;
}

.anime-slide-in-cls {
  transform: translateX(-100%);
  opacity: 0;
}

.anime-shiver {
  animation: anime-shiver 1s infinite;
}

@keyframes anime-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes anime-pulse-wave {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes anime-pulse-wave-alternate {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes anime-slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anime-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime-fade-in-half {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes anime-shiver {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(8deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes anime-shiver-interval {
  30% {
    transform: rotate(0deg);
  }
  32% {
    transform: rotate(8deg);
  }
  35% {
    transform: rotate(0deg);
  }
  37% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(0deg);
  }
  42% {
    transform: rotate(5deg);
  }
  45% {
    transform: rotate(0deg);
  }
  47% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
}
@keyframes anime-pulse-before {
  0% {
    width: 100%;
    height: 100%;
    filter: blur(0px);
    opacity: 20%;
  }
  100% {
    width: 300%;
    height: 300%;
    filter: blur(3px);
    opacity: 10%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 150% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes moveDashes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 15px;
  }
}
@keyframes moveDashesVert {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 15px 0px;
  }
}
.anime-bounce {
  animation: anime-bounce 2s ease infinite;
}

@keyframes anime-bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
.anime-flip {
  animation: anime-flip 2s ease infinite;
}

@keyframes anime-flip {
  80% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.anime-shiver-interval-icon svg {
  animation: anime-shiver-interval 2s ease infinite;
}

.anime-bounce-icon svg {
  animation: anime-bounce 2s ease infinite;
}

.anime-flip-icon svg {
  animation: anime-flip 3s ease infinite;
}

.modal-form {
  visibility: hidden;
  opacity: 0;
  scale: 0;
  transition: 0.3s;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-form .modal-content {
  position: relative;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  margin: auto;
  max-width: 700px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: auto;
  max-height: 100dvh;
}
.modal-form .close-btn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  line-height: 1;
}
.modal-form .title {
  font-size: 50px !important;
  font-size: 3.125rem !important;
  font-size: 30px  !important;
}
@media (min-width: 1200px) {
  .modal-form .title {
    font-size: 40px  !important;
  }
}
@media (min-width: 1850px) {
  .modal-form .title {
    font-size: 50px  !important;
  }
}
.modal-form .form_outer_wrapper {
  padding: 30px 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-form .form_outer_wrapper {
    padding: 40px 20px;
  }
}
.modal-form .form-group {
  padding-bottom: 25px;
}
.modal-form.block {
  visibility: visible;
  opacity: 1;
  scale: 1;
}

#modalReview .review_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#modalReview .review_item .title {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  #modalReview .review_item .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  #modalReview .review_item .title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  #modalReview .review_item .title {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1850px) {
  #modalReview .review_item .title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  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.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;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  z-index: 1;
  display: flex;
}
.slick-arrow.slick-disabled {
  opacity: 50%;
  cursor: default;
}
.slick-arrow.slick-disabled:hover:before {
  width: 0px;
  height: 0px;
}

.slick_next {
  right: 10px;
}
@media (max-width: 991px) {
  .slick_next {
    right: -3px;
  }
}
@media (max-width: 574px) {
  .slick_next {
    right: 5px;
  }
}

.slick_prev {
  left: -30px;
}
@media (max-width: 991px) {
  .slick_prev {
    left: -15px;
  }
}
@media (max-width: 574px) {
  .slick_prev {
    left: -5px;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-slide > div {
  height: 100% !important;
}

.slick_nav:before {
  content: "" !important;
  border: 1px solid var(--global--color-icon);
  border-width: 3px 3px 0px 0px;
  width: 15px;
  height: 15px;
  rotate: 45deg;
  position: absolute;
  left: 15px;
  top: 18px;
  transition: 0.35s ease all;
}
@media (max-width: 991px) {
  .slick_nav:before {
    border-width: 2px 2px 0px 0px;
    width: 10px;
    height: 10px;
    left: 8px;
    top: 11px;
  }
}

.slick_nav:hover:before {
  border-color: var(--global--color-white);
}

.slick_nav:after {
  content: "" !important;
  display: inline-flex;
  min-width: 50px;
  width: 50px;
  height: 50px;
  background-color: var(--global--color-white);
  border-radius: 50%;
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.368627451);
  transition: 0.35s ease all;
}
@media (max-width: 991px) {
  .slick_nav:after {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}

.slick_nav:hover:after {
  background-color: var(--global--color-primary);
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.5215686275);
}

.slick_nav.slick_prev:before {
  rotate: 225deg;
  left: 20px;
  top: 17px;
}
@media (max-width: 991px) {
  .slick_nav.slick_prev:before {
    left: 12px;
    top: 11px;
  }
}

.slick_nav > svg {
  display: none !important;
}

.slick-dots {
  display: flex;
  gap: 5px;
}
.slick-dots button {
  font-size: 0px;
  padding: 0;
  width: 10px;
  height: 10px;
  background-color: var(--global--color-border);
  border-radius: 50%;
}
.slick-dots .slick-active button {
  background-color: var(--global--color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--page-color-title) !important;
  display: block;
  font-family: var(--font-titles);
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-transform: var(--transform-title);
  font-weight: var(--font-weight-medium);
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit !important;
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
h2 + p,
h2 + ul,
h2 + ol,
h2 + blockquote,
h3 + p,
h3 + ul,
h3 + ol,
h3 + blockquote,
h4 + p,
h4 + ul,
h4 + ol,
h4 + blockquote,
h5 + p,
h5 + ul,
h5 + ol,
h5 + blockquote,
h6 + p,
h6 + ul,
h6 + ol,
h6 + blockquote {
  margin-bottom: 0;
  margin-top: 10px;
}
h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media (min-width: 1600px) {
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + blockquote,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + blockquote,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + blockquote,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + blockquote,
  h6 + p,
  h6 + ul,
  h6 + ol,
  h6 + blockquote {
    margin-bottom: 0;
    margin-top: 20px;
  }
  h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6,
  h2 + h2,
  h2 + h3,
  h2 + h4,
  h2 + h5,
  h2 + h6,
  h3 + h2,
  h3 + h3,
  h3 + h4,
  h3 + h5,
  h3 + h6,
  h4 + h2,
  h4 + h3,
  h4 + h4,
  h4 + h5,
  h4 + h6,
  h5 + h2,
  h5 + h3,
  h5 + h4,
  h5 + h5,
  h5 + h6,
  h6 + h2,
  h6 + h3,
  h6 + h4,
  h6 + h5,
  h6 + h6 {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

h1,
.h1 {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  font-weight: var(--font-weight-regular);
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}
@media (min-width: 1850px) {
  h1,
  .h1 {
    font-size: 85px !important;
    font-size: 5.3125rem !important;
  }
}

h2,
.h2 {
  font-size: 31px !important;
  font-size: 1.9375rem !important;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  h2,
  .h2 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

h3,
.h3 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
  font-weight: var(--font-weight-semibold);
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1850px) {
  h3,
  .h3 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}

h4,
.h4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  h4,
  .h4 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

h5,
.h5 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  h5,
  .h5 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

h6,
.h6 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  h6,
  .h6 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

body:not(.home) h1,
body:not(.home) .h1 {
  font-size: 31px !important;
  font-size: 1.9375rem !important;
  font-weight: var(--font-weight-regular);
}
@media (min-width: 768px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  body:not(.home) h1,
  body:not(.home) .h1 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
body:not(.home) h2,
body:not(.home) .h2 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1200px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  body:not(.home) h2,
  body:not(.home) .h2 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.elementor-widget-heading {
  background-color: transparent;
  font-family: var(--global--font-primary);
  color: var(--global--color-text) !important;
  display: block;
  line-height: 1;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: var(--transform-title);
}
.elementor-widget-heading.m-0 {
  margin-bottom: 0px !important;
}
.elementor-widget-heading .elementor-heading-title {
  font-family: inherit !important;
  -ms-flex-line-pack: center;
  align-content: center;
  color: inherit !important;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  position: relative;
  text-transform: inherit;
  vertical-align: middle;
}
.elementor-widget-heading[class*=fs-] h1,
.elementor-widget-heading[class*=fs-] h2,
.elementor-widget-heading[class*=fs-] h3,
.elementor-widget-heading[class*=fs-] h4,
.elementor-widget-heading[class*=fs-] h5,
.elementor-widget-heading[class*=fs-] h6 {
  font-size: inherit !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;
}

*[class*=fs-] h1,
*[class*=fs-] h2,
*[class*=fs-] h3,
*[class*=fs-] h4,
*[class*=fs-] h5,
*[class*=fs-] h6 {
  font-size: inherit !important;
}

.main-site-title .elementor-heading-title {
  font-weight: 400 !important;
  font-size: 20px  !important;
  line-height: 100%;
}
@media (min-width: 768px) {
  .main-site-title .elementor-heading-title {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .main-site-title .elementor-heading-title {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  .main-site-title .elementor-heading-title {
    font-size: 31px  !important;
  }
}
.main-site-title .elementor-heading-title span {
  display: block;
  font-weight: 700 !important;
  font-size: 30px  !important;
  line-height: 100%;
}
@media (min-width: 768px) {
  .main-site-title .elementor-heading-title span {
    font-size: 35px  !important;
  }
}
@media (min-width: 1600px) {
  .main-site-title .elementor-heading-title span {
    font-size: 50px  !important;
  }
}
@media (min-width: 1850px) {
  .main-site-title .elementor-heading-title span {
    font-size: 60px  !important;
  }
}

.border-title {
  padding-left: 20px;
  border-left: 3px solid var(--global--color-primary);
}
@media (min-width: 768px) {
  .border-title {
    border-left: 4px solid var(--global--color-primary);
  }
}
@media (min-width: 1200px) {
  .border-title {
    border-left: 6px solid var(--global--color-primary);
  }
}

body .main-color-title h1,
body .main-color-title h2,
body .main-color-title h3,
body .main-color-title h4,
body .main-color-title h5,
body .main-color-title h6 {
  font-size: inherit !important;
}

body {
  counter-reset: heading-counter;
}

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

ol {
  padding-left: 15px;
}
ol li::marker {
  font-weight: var(--font-weight-500);
}

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

[class*=rg_list-] ol {
  padding-left: 18px;
}
[class*=rg_list-] ol ::marker {
  content: counter(list-item) ". ";
}
[class*=rg_list-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
[class*=rg_list-] li a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
[class*=rg_list-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  [class*=rg_list-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=rg_list-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media (min-width: 1600px) {
  [class*=rg_list-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=rg_list-] ul {
  display: block;
  list-style-type: none;
}
[class*=rg_list-] ul::marker {
  display: none !important;
}
[class*=rg_list-] ul li {
  padding-left: 23px;
  position: relative;
}
[class*=rg_list-] ul li:before {
  background-color: var(--global--color-primary);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 6px;
}
@media (min-width: 1600px) {
  [class*=rg_list-] ul li {
    padding-left: 30px;
  }
  [class*=rg_list-] ul li:before {
    height: 8px;
    top: 10px;
    width: 8px;
  }
}
[class*=rg_list-] ul::marker {
  display: none !important;
}
[class*=rg_list-] ul li::marker {
  display: none !important;
}

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

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

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

.content_list {
  --st-list-spacing: 8px;
}
@media (min-width: 768px) {
  .content_list {
    --st-list-spacing: 9px;
  }
}
@media (min-width: 1200px) {
  .content_list {
    --st-list-spacing: 10px;
  }
}
@media (min-width: 1600px) {
  .content_list {
    --st-list-spacing: 14px;
  }
}
@media (min-width: 1850px) {
  .content_list {
    --st-list-spacing: 15px;
  }
}
.content_list ul {
  list-style: none;
}
.content_list ul li {
  padding-left: calc(var(--st-list-spacing) * 2);
  padding-bottom: calc(var(--st-list-spacing) * 0.75);
  position: relative;
}
.content_list ul li .title {
  font-display: swap;
  font-style: normal;
  font-family: var(--font-fraunces);
  font-weight: 300;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  line-height: 1.2;
  color: var(--global--color-secondary);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .content_list ul li .title {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  .content_list ul li .title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .content_list ul li .title {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1850px) {
  .content_list ul li .title {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
.content_list ul li:before {
  content: "";
  position: absolute;
  top: var(--st-list-spacing);
  left: 0px;
  width: var(--st-list-spacing);
  height: var(--st-list-spacing);
  background-color: transparent;
  border: calc(var(--st-list-spacing) / 4) solid var(--global--color-heading);
  border-radius: 50%;
}

.cnt-list-style ul {
  margin: 15px 0px;
}
.cnt-list-style ul li {
  position: relative;
  width: fit-content;
  cursor: default;
  padding-left: 20px;
  line-height: 160%;
  padding-bottom: 5px;
}
.cnt-list-style ul li:before {
  content: "" !important;
  position: absolute;
  left: 0px;
  transform: translateY(-50%);
  top: var(--list-style-top);
  width: 8px;
  height: 8px;
  background-color: var(--global--color-list);
  border: solid;
  border-color: transparent;
  border-width: 4px 0px 4px 8px;
  transition: 0.3s ease all;
}
.cnt-list-style ul li:hover:before {
  background-color: transparent;
  border-color: transparent transparent transparent var(--global--color-list);
}

.site-map-nav a {
  padding: 4px 0px 10px !important;
}
.site-map-nav a:hover {
  color: var(--global--color-primary) !important;
}
.site-map-nav ul.sub-menu {
  display: block;
  margin: 0;
  position: unset !important;
  font-size: inherit;
}
.site-map-nav ul.sub-menu a {
  padding: 0px !important;
  font-family: inherit !important;
  width: max-content;
  font-weight: 600 !important;
}
.site-map-nav ul.sub-menu a:hover {
  background-color: transparent;
  padding: 0;
  color: var(--global--color-primary) !important;
}

.star-list-style, .site-map-nav {
  --list-style-top: 13px;
}
.star-list-style ul li, .site-map-nav ul li {
  position: relative;
  width: fit-content;
  cursor: default;
  padding-left: 20px;
  line-height: 160%;
  padding-bottom: 5px;
}
.star-list-style ul li:before, .site-map-nav ul li:before {
  content: "";
  left: 0;
  top: var(--list-style-top);
  position: absolute;
  background: var(--global--color-primary);
  margin-top: -3px;
  width: 5px;
  height: 7px;
  transform: rotate(-45deg) skewX(22.5deg) skewY(22.5deg);
  transition: 0.3s ease all;
}
.star-list-style ul li:after, .site-map-nav ul li:after {
  content: "";
  left: 0;
  top: var(--list-style-top);
  position: absolute;
  background: var(--global--color-primary);
  margin-top: -3px;
  width: 5px;
  height: 7px;
  transform: rotate(45deg) skewX(22.5deg) skewY(22.5deg);
  transition: 0.3s ease all;
}
.star-list-style ul li:hover:before, .star-list-style ul li:hover:after, .site-map-nav ul li:hover:before, .site-map-nav ul li:hover:after {
  transform: scale(25%);
}

.site-list-style {
  --list-style-top: 13px;
}
.site-list-style ul li {
  position: relative;
  width: fit-content;
  cursor: default;
  padding-left: 20px;
  line-height: 160%;
  padding-bottom: 5px;
}
.site-list-style ul li:before {
  content: "";
  left: 0;
  top: var(--list-style-top);
  position: absolute;
  background: var(--global--color-primary);
  width: 8px;
  height: 5px;
  transition: 0.3s ease all;
}
.site-list-style ul li:after {
  content: "";
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  position: absolute;
  background: var(--global--color-transparent);
  border: solid;
  border-width: 0px 4px 4px 4px;
  border-color: var(--global--color-transparent) var(--global--color-transparent) var(--global--color-primary) var(--global--color-transparent);
  transition: 0.3s ease all;
}
.site-list-style ul li:hover:after {
  top: 7px;
}

.tick-list-custom {
  --list-text-size: 20px;
  --list-icon-size: 15px;
  --list-border-size: 2px;
}
@media (min-width: 768px) {
  .tick-list-custom {
    --list-text-size: 20px;
    --list-icon-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tick-list-custom {
    --list-text-size: 18px;
    --list-icon-size: 15px;
  }
}
@media (min-width: 1600px) {
  .tick-list-custom {
    --list-text-size: 22px;
    --list-icon-size: 17px;
  }
}
@media (min-width: 1850px) {
  .tick-list-custom {
    --list-text-size: 25px;
    --list-icon-size: 20px;
  }
}
.tick-list-custom li {
  position: relative;
  font-size: var(--list-text-size);
  line-height: 120%;
  padding-left: calc(var(--list-icon-size) * 1.5);
  padding-bottom: calc(var(--list-text-size) * 0.75);
}
.tick-list-custom li:before {
  content: "";
  position: absolute;
  top: calc(var(--list-text-size) * 1.2 - var(--list-text-size));
  left: 0;
  width: var(--list-icon-size);
  height: var(--list-icon-size);
  background-color: var(--global--color-primary);
  border: var(--list-border-size) solid var(--global--color-white);
  border-radius: 50%;
}
.tick-list-custom li:after {
  content: "";
  position: absolute;
  top: calc(var(--list-text-size) * 1.2 - var(--list-text-size));
  left: calc(var(--list-icon-size) * 0.25);
  width: calc(var(--list-icon-size) * 0.9);
  height: calc(var(--list-icon-size) * 0.4);
  border: var(--list-border-size) solid var(--global--color-white);
  border-color: var(--global--color-transparent) var(--global--color-transparent) var(--global--color-white) var(--global--color-white);
  rotate: -45deg;
  border-radius: var(--list-border-size);
}

.tick-list-inner,
.post_content {
  --list-text-size: 16px;
  --list-icon-size: 14px;
  --list-border-size: 2px;
}
@media (min-width: 768px) {
  .tick-list-inner,
  .post_content {
    --list-text-size: 17px;
    --list-icon-size: 15px;
  }
}
@media (min-width: 1200px) {
  .tick-list-inner,
  .post_content {
    --list-text-size: 18px;
    --list-icon-size: 16px;
  }
}
@media (min-width: 1600px) {
  .tick-list-inner,
  .post_content {
    --list-text-size: 20px;
    --list-icon-size: 17px;
  }
}
.tick-list-inner ul li:not(.elementor-price-list-item, .elementor-icon-list-item), .tick-list-inner ol:not(.wp-paginate) li:not(.elementor-price-list-item, .elementor-icon-list-item),
.post_content ul li:not(.elementor-price-list-item, .elementor-icon-list-item),
.post_content ol:not(.wp-paginate) li:not(.elementor-price-list-item, .elementor-icon-list-item) {
  position: relative;
  font-size: var(--list-text-size);
  line-height: 120%;
  padding-left: calc(var(--list-icon-size) * 1.5);
  padding-bottom: calc(var(--list-text-size));
}
.tick-list-inner ul li:not(.elementor-price-list-item, .elementor-icon-list-item):before, .tick-list-inner ol:not(.wp-paginate) li:not(.elementor-price-list-item, .elementor-icon-list-item):before,
.post_content ul li:not(.elementor-price-list-item, .elementor-icon-list-item):before,
.post_content ol:not(.wp-paginate) li:not(.elementor-price-list-item, .elementor-icon-list-item):before {
  content: "";
  position: absolute;
  top: calc(var(--list-text-size) * 1.2 - var(--list-text-size));
  left: 0;
  width: var(--list-icon-size);
  height: var(--list-icon-size);
  background-color: var(--global--color-primary);
  border: var(--list-border-size) solid var(--global--color-white);
  border-radius: 50%;
}
.tick-list-inner ul li:not(.elementor-price-list-item, .elementor-icon-list-item):after, .tick-list-inner ol:not(.wp-paginate) li:not(.elementor-price-list-item, .elementor-icon-list-item):after,
.post_content ul li:not(.elementor-price-list-item, .elementor-icon-list-item):after,
.post_content ol:not(.wp-paginate) li:not(.elementor-price-list-item, .elementor-icon-list-item):after {
  content: "";
  position: absolute;
  top: calc(var(--list-text-size) * 1.2 - var(--list-text-size));
  left: calc(var(--list-icon-size) * 0.25);
  width: calc(var(--list-icon-size) * 0.9);
  height: calc(var(--list-icon-size) * 0.4);
  border: var(--list-border-size) solid var(--global--color-white);
  border-color: var(--global--color-transparent) var(--global--color-transparent) var(--global--color-white) var(--global--color-white);
  rotate: -45deg;
  border-radius: var(--list-border-size);
}

.project_pagination {
  text-align: right;
  padding-top: 30px;
}
.project_pagination .wp-paginate {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.project_pagination .wp-paginate li > * {
  background-color: var(--global--color-secondary);
  border: none;
  color: var(--global--color-white) !important;
  font-weight: 500;
  margin-right: 0px;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: 0.3s ease all;
}
.project_pagination .wp-paginate li > *.prev, .project_pagination .wp-paginate li > *.next {
  width: auto;
  padding: 0px 12px;
}
.project_pagination .wp-paginate li > *.current {
  background-color: var(--global--color-primary);
  border: none;
  margin: 0;
  padding: 0;
}
.project_pagination .wp-paginate li > *:hover {
  background-color: var(--global--color-primary);
}

.tick-list ul li {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.tick-list ul li .tick-icon {
  min-width: 15px;
  display: flex;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table thead tr th {
  color: inherit;
  font-weight: var(--font-weight-500);
  text-transform: uppercase;
}
table thead tr th a {
  color: inherit !important;
  text-decoration: underline !important;
}
table thead tr th a:hover {
  text-decoration: none !important;
}
table td,
table th {
  height: auto !important;
  padding: 12px 15px;
}
table td.none,
table th.none {
  height: 10px !important;
  padding: 0 10px;
}
table td a,
table th a {
  color: var(--global--color-primary) !important;
  display: inline;
}
table td a:hover,
table th a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: underline !important;
}
table th {
  font-weight: var(--font-weight-500);
}

.table-mat_info table {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .table-mat_info table {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  .table-mat_info table {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .table-mat_info table {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  .table-mat_info table {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
.table-mat_info table td, .table-mat_info table th {
  font-size: inherit !important;
  line-height: 1.2;
  padding: 8px 10px;
}
@media (min-width: 1600px) {
  .table-mat_info table td, .table-mat_info table th {
    padding: 12px 15px;
  }
}
.table-mat_info table th {
  padding-left: 0;
  text-align: left;
}
.table-mat_info table td {
  padding-right: 0;
  text-align: right;
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  padding-top: 30px;
}
.table-responsive table td,
.table-responsive table th {
  border: 1px solid var(--global--color-border);
}
.table-responsive table th {
  padding-left: 15px;
}

.table-responsive > .table-bordered {
  border: 0;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  padding: 8px 10px;
}
.ui-datepicker-calendar thead tr {
  background-color: var(--global--opacity-primary-07);
}
.ui-datepicker-calendar thead tr th {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.ui-datepicker-calendar tbody tr {
  background: var(--global--color-white) !important;
}

a {
  color: inherit !important;
}

.elementor-widget-button {
  position: relative;
  z-index: 0;
}

.elementor-button,
.btn,
input[type=submit]:not(.adminbar-button) {
  --btn-size-height: 45px;
  --btn-padding-vertical: 10px;
  --btn-padding-horizontal: 25px;
  --btn-width-border: 1px;
  --btn-color-border: linear-gradient(180deg, #6CBAEA 0%, #D7F0FF 100%);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: inline-flex !important;
  background-color: var(--global--color-button) !important;
  color: var(--global--color-button-text) !important;
  font-size: 18px  !important;
  font-weight: var(--font-weight-500) !important;
  font-family: var(--global--font-primary) !important;
  line-height: 1;
  outline: none;
  border: none;
  box-shadow: none;
  text-decoration: none !important;
  width: fit-content;
  cursor: pointer;
  position: relative;
  text-transform: none;
  transition: 0.7s all ease;
  min-height: var(--btn-size-height);
  padding: var(--btn-padding-vertical) var(--btn-padding-horizontal) !important;
  border-radius: calc(var(--btn-size-height) * 0.5) !important;
  border-top-right-radius: 0px !important;
}
@media (min-width: 1600px) {
  .elementor-button,
  .btn,
  input[type=submit]:not(.adminbar-button) {
    --btn-size-height: 50px;
    --btn-padding-vertical: 15px;
    --btn-padding-horizontal: 30px;
  }
}
@media (min-width: 1850px) {
  .elementor-button,
  .btn,
  input[type=submit]:not(.adminbar-button) {
    --btn-size-height: 72px;
    --btn-padding-horizontal: 50px;
  }
}
@media (min-width: 1600px) {
  .elementor-button,
  .btn,
  input[type=submit]:not(.adminbar-button) {
    font-size: 21px  !important;
  }
}
@media (min-width: 1850px) {
  .elementor-button,
  .btn,
  input[type=submit]:not(.adminbar-button) {
    font-size: 24px  !important;
  }
}
.elementor-button:before,
.btn:before,
input[type=submit]:not(.adminbar-button):before {
  content: "" !important;
  position: absolute;
  top: calc(-1 * var(--btn-width-border));
  left: calc(-1 * var(--btn-width-border));
  width: calc(100% + 2 * var(--btn-width-border));
  height: calc(100% + 2 * var(--btn-width-border));
  background-color: var(--global--color-primary);
  background-image: var(--btn-color-border);
  z-index: -1;
  transition: 0.3s all ease;
  border-radius: calc(var(--btn-size-height) * 0.5);
  border-top-right-radius: 0px;
}
.elementor-button:active, .elementor-button:focus, .elementor-button:hover, .elementor-button:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
input[type=submit]:not(.adminbar-button):active,
input[type=submit]:not(.adminbar-button):focus,
input[type=submit]:not(.adminbar-button):hover,
input[type=submit]:not(.adminbar-button):visited {
  box-shadow: none;
  outline: none;
}
.elementor-button:hover,
.btn:hover,
input[type=submit]:not(.adminbar-button):hover {
  background-color: var(--global--color-button-alt) !important;
  color: var(--global--color-button-text-alt) !important;
}

.btn-black .elementor-button, .btn-black.btn,
.btn-black input[type=submit] {
  --global--color-button: #000;
  --global--color-button-alt: #fff;
  --global--color-button-text: #fff;
  --global--color-button-text-alt: #000;
}

.btn-white .elementor-button, .btn-white.btn,
.btn-white input[type=submit] {
  --global--color-button: #fff;
  --global--color-button-alt: #000;
  --global--color-button-text: #000;
  --global--color-button-text-alt: #fff;
}

.btn-wired .elementor-button, .btn-wired.btn,
.btn-wired input[type=submit] {
  --global--color-button: #fff;
  --global--color-button-alt: var(--global--color-primary);
  --global--color-button-text: #000;
  --global--color-button-text-alt: #fff;
  --btn-color-border: none;
}

.btn-x-small .elementor-button, .btn-x-small.btn,
.btn-x-small input[type=submit] {
  --btn-size-height: 35px;
  --btn-padding-vertical: 5px;
  --btn-padding-horizontal: 20px;
  font-size: 14px  !important;
  font-weight: var(--font-weight-400) !important;
}
@media (min-width: 1200px) {
  .btn-x-small .elementor-button, .btn-x-small.btn,
  .btn-x-small input[type=submit] {
    font-size: 15px  !important;
  }
}
@media (min-width: 1600px) {
  .btn-x-small .elementor-button, .btn-x-small.btn,
  .btn-x-small input[type=submit] {
    font-size: 16px  !important;
  }
}

.btn-small .elementor-button, .btn-small.btn,
.btn-small input[type=submit] {
  --btn-size-height: 35px;
  --btn-padding-vertical: 5px;
  --btn-padding-horizontal: 20px;
  font-size: 14px  !important;
  font-weight: var(--font-weight-400) !important;
}
@media (min-width: 1200px) {
  .btn-small .elementor-button, .btn-small.btn,
  .btn-small input[type=submit] {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .btn-small .elementor-button, .btn-small.btn,
  .btn-small input[type=submit] {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .btn-small .elementor-button, .btn-small.btn,
  .btn-small input[type=submit] {
    --btn-size-height: 45px;
    --btn-padding-vertical: 7px;
    --btn-padding-horizontal: 25px;
  }
}
@media (min-width: 1600px) {
  .btn-small .elementor-button, .btn-small.btn,
  .btn-small input[type=submit] {
    --btn-size-height: 50px;
    --btn-padding-vertical: 10px;
    --btn-padding-horizontal: 30px;
  }
}
@media (min-width: 1850px) {
  .btn-small .elementor-button, .btn-small.btn,
  .btn-small input[type=submit] {
    --btn-size-height: 55px;
  }
}

.btn-large .elementor-button, .btn-large.btn,
.btn-large input[type=submit] {
  --btn-size-height: 45px;
  --btn-padding-vertical: 10px;
  --btn-padding-horizontal: 30px;
  font-size: 18px  !important;
  font-weight: var(--font-weight-400) !important;
}
@media (min-width: 768px) {
  .btn-large .elementor-button, .btn-large.btn,
  .btn-large input[type=submit] {
    font-size: 19px  !important;
  }
}
@media (min-width: 1200px) {
  .btn-large .elementor-button, .btn-large.btn,
  .btn-large input[type=submit] {
    font-size: 23px  !important;
  }
}
@media (min-width: 1600px) {
  .btn-large .elementor-button, .btn-large.btn,
  .btn-large input[type=submit] {
    font-size: 27px  !important;
  }
}
@media (min-width: 1850px) {
  .btn-large .elementor-button, .btn-large.btn,
  .btn-large input[type=submit] {
    font-size: 31px  !important;
  }
}
@media (min-width: 1200px) {
  .btn-large .elementor-button, .btn-large.btn,
  .btn-large input[type=submit] {
    --btn-size-height: 60px;
    --btn-padding-vertical: 10px;
    --btn-padding-horizontal: 30px;
  }
}
@media (min-width: 1600px) {
  .btn-large .elementor-button, .btn-large.btn,
  .btn-large input[type=submit] {
    --btn-size-height: 75px;
    --btn-padding-vertical: 15px;
    --btn-padding-horizontal: 40px;
  }
}
@media (min-width: 1850px) {
  .btn-large .elementor-button, .btn-large.btn,
  .btn-large input[type=submit] {
    --btn-size-height: 96px;
    --btn-padding-vertical: 15px;
    --btn-padding-horizontal: 60px;
  }
}

.btn-arrow .elementor-button, .btn-arrow.btn,
.btn-arrow input[type=submit] {
  --global--color-button: transparent;
  --global--color-button-alt: transparent;
  --btn-size-height: auto;
  --btn-padding-vertical: 0px;
  --btn-padding-horizontal: 0px;
  --global--color-button-text-alt: var(--global--color-primary);
  font-size: 18px  !important;
}
@media (min-width: 768px) {
  .btn-arrow .elementor-button, .btn-arrow.btn,
  .btn-arrow input[type=submit] {
    font-size: 20px  !important;
  }
}
@media (min-width: 1600px) {
  .btn-arrow .elementor-button, .btn-arrow.btn,
  .btn-arrow input[type=submit] {
    font-size: 25px  !important;
  }
}
@media (min-width: 1850px) {
  .btn-arrow .elementor-button, .btn-arrow.btn,
  .btn-arrow input[type=submit] {
    font-size: 30px  !important;
  }
}
.btn-arrow .elementor-button:before, .btn-arrow.btn:before,
.btn-arrow input[type=submit]:before {
  content: none !important;
}
.btn-arrow .elementor-button:after, .btn-arrow.btn:after,
.btn-arrow input[type=submit]:after {
  content: "" !important;
  border: 1px solid var(--global--color-icon);
  border-width: 3px 3px 0px 0px;
  width: 15px;
  height: 15px;
  rotate: 45deg;
  position: absolute;
  right: -25px;
}

.btn-review.btn, .btn-review .elementor-button {
  background-color: #4285F4 !important;
  border-radius: 5px !important;
  text-transform: capitalize !important;
  font-weight: 300 !important;
  padding: 10px 60px 10px 20px !important;
  --btn-size-height: 55px;
}
.btn-review.btn:hover, .btn-review .elementor-button:hover {
  background-color: var(--global--color-secondary) !important;
}
.btn-review.btn:after, .btn-review .elementor-button:after {
  content: url(assets/images/google-icon.png) !important;
  border: none;
  background: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-45%);
  rotate: 0deg;
  width: auto;
  height: auto;
}
@media (max-width: 1199px) {
  .btn-review.btn:after, .btn-review .elementor-button:after {
    right: 12px;
    transform: translateY(-60%);
    scale: 0.8;
  }
}
@media (max-width: 1199px) {
  .btn-review.btn:after, .btn-review .elementor-button:after {
    right: 15px;
  }
}

#back-to-top {
  align-items: center;
  background-color: var(--global--color-primary);
  bottom: 0;
  color: var(--global--color-white);
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 42px;
  opacity: 0;
  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 var(--global--color-white);
  border-top: 1px solid var(--global--color-white);
  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: var(--global--color-secondary);
  text-decoration: none;
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white) !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: var(--font-weight-500);
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
input:focus {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}

form::after {
  content: "";
  display: table;
  clear: both;
}

.fs-form_elements {
  color: var(--global--color-base-text) !important;
}

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

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

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

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

label {
  line-height: 1;
  color: var(--global--color-base-text) !important;
  font-weight: 400 !important;
}

.form-elements,
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #c7c6c4 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--global--color-base-text) !important;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 0 !important;
  text-transform: none;
  width: 100%;
}

.form-elements,
select {
  height: 46px;
}
@media (min-width: 768px) {
  .form-elements,
  select {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .form-elements,
  select {
    height: 38px;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  select {
    height: 54px;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  select {
    height: 58px;
  }
}

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

select {
  background-image: url(assets/images/dropdown-arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
select option {
  color: var(--global--color-base-text);
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media (min-width: 1600px) {
  select {
    background-size: 18px 9px;
  }
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}

.input-holder {
  position: relative;
  margin-bottom: 20px !important;
  width: 100%;
}
@media (max-width: 1600px) {
  .input-holder {
    margin-bottom: 15px !important;
  }
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--global--color-red) !important;
}
.input-holder.dFlex .error {
  left: 5px !important;
}
.input-holder .error {
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute !important;
  top: -20px;
  width: auto !important;
  z-index: 3;
}
@media (min-width: 1600px) {
  .input-holder .error {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.input-holder:not(:last-child) {
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 1600px) {
  .input-holder:not(:last-child) {
    margin-bottom: 15px;
  }
}

.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 30px;
}

/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--global--color-black);
  font-size: 16px !important;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .custom-radio input[type=radio] + label {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .custom-radio input[type=radio] + label {
    font-size: 17px !important;
  }
}
@media (min-width: 1850px) {
  .custom-radio input[type=radio] + label {
    font-size: 18px !important;
  }
}
.custom-radio input[type=radio] + label i {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #ED1C24;
  display: inline-block;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  height: 14px;
  width: 14px;
}
@media (min-width: 1600px) {
  .custom-radio input[type=radio] + label i {
    height: 16px;
    width: 16px;
  }
}
.custom-radio input[type=radio] + label i:before {
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.custom-radio input[type=radio]:checked + label {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: #ED1C24;
}
.custom-radio input[type=radio]:checked + label i:before {
  background-image: url("assets/images/radio-tk.png");
  background-repeat: no-repeat;
  width: 9px;
  height: 7px;
  background-size: 9px;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

.form_white ::-webkit-input-placeholder {
  color: var(--global--color-white) !important;
}
.form_white :-moz-placeholder {
  color: var(--global--color-white) !important;
}
.form_white ::-moz-placeholder {
  color: var(--global--color-white) !important;
}
.form_white :-ms-input-placeholder {
  color: var(--global--color-white) !important;
}
.form_white .form-elements,
.form_white textarea,
.form_white select {
  border-bottom-color: var(--global--color-white) !important;
  color: var(--global--color-white) !important;
}
.form_white select {
  background-image: url(assets/images/dropdown-arrow-white.png);
}

input[type=text],
input[type=email],
input[type=tel] {
  line-height: normal;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078);
  font-size: 17px  !important;
  position: relative;
  font-weight: 400 !important;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    height: 34px;
  }
}

textarea {
  line-height: normal;
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3490196078) !important;
  font-size: 17px  !important;
  position: relative;
  font-weight: 400 !important;
  padding-bottom: 10px !important;
}
@media (min-width: 1200px) {
  textarea {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  textarea {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  textarea {
    height: 68px;
  }
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  right: 0;
  background-color: #a90000;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 100%;
  border-radius: 5px;
  animation: anime-fade-in-half 2.5s infinite;
}

.wpcf7-checkbox span.wpcf7-list-item.first {
  margin: 0;
}

.fs-18 .wpcf7-list-item-label {
  font-size: 16px;
}

.form-group {
  padding-bottom: 20px;
}
@media (min-width: 1850px) {
  .form-group {
    padding-bottom: 30px;
  }
}

:root {
  --width-custom-gap: 10px;
}

@media (min-width: 768px) {
  *.width-50-sm {
    width: calc(50% - var(--width-custom-gap));
  }
}
*.width-100 {
  width: 100%;
}

.footer-form-wrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

input[type=checkbox] {
  display: none; /* hide native box */
}
input[type=checkbox] + span {
  position: relative;
  padding-left: 20px;
  display: flex;
  cursor: pointer;
  font-weight: 200;
  line-height: 150%;
}
input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  transition: all 0.2s ease;
}
input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  border-width: 0px 0px 1px 1px;
  width: 7px;
  height: 4px;
  rotate: 315deg;
  left: 5px;
  top: 10px;
  transform: translateY(-50%);
  font-size: 9px;
  color: #fff;
}

.custom-font-theme label {
  font-size: 17px  !important;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .custom-font-theme label {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .custom-font-theme label {
    font-size: 20px  !important;
  }
}
.custom-font-theme .wpcf7-list-item label {
  font-size: 16px  !important;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .custom-font-theme .wpcf7-list-item label {
    font-size: 17px  !important;
  }
}
@media (min-width: 1850px) {
  .custom-font-theme .wpcf7-list-item label {
    font-size: 18px  !important;
  }
}
.custom-font-theme .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 500;
}
.custom-font-theme .wpcf7-checkbox {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.custom-font-theme .wpcf7-list-item {
  margin: 0;
}

svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

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

.font-waterfall {
  font-family: var(--font-waterfall);
}

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

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

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

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

.bg-alternate {
  background-color: var(--global--custom-bg);
}

.text-primary {
  color: var(--global--color-primary) !important;
}
.text-primary * {
  color: inherit !important;
}

.text-light-blue {
  color: #66C3FD !important;
}
.text-light-blue * {
  color: inherit !important;
}

.text-secondary {
  color: var(--global--color-secondary) !important;
}
.text-secondary * {
  color: inherit !important;
}

.bg-primary-overlay {
  position: relative !important;
}
.bg-primary-overlay:before {
  content: "" !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  background-color: #0c0147;
  opacity: 90% !important;
  filter: contrast(0.9);
}

.bg-primary-gradient-overlay {
  position: relative !important;
}
.bg-primary-gradient-overlay:before {
  content: "" !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  background-image: var(--global--color-primary-gradient);
  opacity: 80% !important;
}

.bg-primary-gradient-overlay.dark:before {
  background-image: linear-gradient(258.34deg, #08204a -4.39%, #091527 79.92%);
  opacity: 70% !important;
}

.img-blue {
  position: relative;
}
.img-blue:before {
  content: "";
  background-color: #172C64;
  opacity: 20%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.circle-80 {
  min-width: 80px;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.circle-50 {
  min-width: 50px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .circle-50 {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}

.white-border {
  border: 1px solid var(--global--color-border);
}

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

.height-100 {
  height: 100%;
}

.icon-width-35 svg {
  width: 35px;
}

.icon-width-32 svg {
  width: 35px;
}

.icon-width-25 svg {
  width: 25px;
}

.icon-width-24 svg {
  width: 24px;
}

.icon-width-22 svg {
  width: 22px;
}
@media (max-width: 1599px) {
  .icon-width-22 svg {
    width: 17px;
  }
}

.icon-width-21 svg {
  width: 21px;
}
@media (max-width: 1599px) {
  .icon-width-21 svg {
    width: 16px;
  }
}

.icon-width-20 svg {
  width: 20px;
}
@media (max-width: 1599px) {
  .icon-width-20 svg {
    width: 16px;
  }
}

.icon-width-16 svg {
  width: 16px;
}

.psuedo-none:before {
  content: none;
}
.psuedo-none:after {
  content: none;
}

.psuedo-none-all *:before {
  content: none;
}
.psuedo-none-all *:after {
  content: none;
}

@media (max-width: 768px) {
  .mobile-none {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .i-pad-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .desktop-none {
    display: none !important;
  }
}

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

.display-none, .popformname {
  display: none !important;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .column-count-2-tab {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .column-count-3-tab {
    column-count: 3;
  }
}
@media (min-width: 575px) {
  .column-count-3-tab-locations {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .column-count-3-tab-locations {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .column-count-3-tab-locations {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .column-count-3-tab-locations {
    column-count: 3;
  }
}

.width-lg-50 {
  width: 100%;
}
@media (min-width: 1200px) {
  .width-lg-50 {
    width: 50%;
  }
}

.width-md-50 {
  width: 100%;
}
@media (min-width: 768px) {
  .width-md-50 {
    width: 50%;
  }
}

.width-desktop-25 {
  width: 100%;
}
@media (min-width: 1200px) {
  .width-desktop-25 {
    width: 25%;
  }
}

.width-desktop-75 {
  width: 100%;
}
@media (min-width: 1200px) {
  .width-desktop-75 {
    width: 75%;
  }
}

.width-100 {
  width: 100%;
}

.height-100-all * {
  height: 100%;
}

@media (min-width: 768px) {
  .col-count-2-md {
    columns: 2;
  }
}

@media (min-width: 575px) {
  .col-count-2-sm {
    columns: 2;
  }
}

@media (min-width: 768px) {
  .col-count-3-md {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .col-count-3-md {
    columns: 3;
  }
}

.position-top-05 {
  top: 5px;
  position: relative;
}

.text-shadow-blue {
  text-shadow: 0 0 10px var(--global--color-primary);
}

.text-shadow-black {
  text-shadow: 0 0 10px var(--global--color-black);
}

@media (min-width: 1200px) {
  .break-desktop {
    display: block !important;
  }
}

.main-color-title {
  color: var(--page-color-icon) !important;
  margin: 0;
  position: relative;
  width: fit-content;
  padding-left: 10px;
  font-size: 19px !important;
  font-size: 1.1875rem !important;
  font-weight: var(--font-weight-light);
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .main-color-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .main-color-title {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  .main-color-title {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
  }
}
@media (min-width: 1850px) {
  .main-color-title {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
.main-color-title * {
  font-weight: inherit !important;
  color: inherit !important;
}
.main-color-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: var(--page-color-icon);
}

svg {
  --svg-white: var(--global--color-white);
  --svg-light: #FFECED;
  --svg-dark: var(--global--color-primary);
}
svg .stroke-dark {
  stroke: var(--svg-dark);
}
svg .fill-dark {
  fill: var(--svg-dark);
}
svg .stroke-light {
  stroke: var(--svg-light);
}
svg .fill-light {
  fill: var(--svg-light);
}
svg .fill-white {
  fill: var(--svg-white);
}
svg .stroke-white {
  stroke: var(--svg-white);
}
svg * {
  transition: 0.4s ease all;
}

.why_choose_us svg {
  fill: none;
}

.process-items svg {
  fill: none;
}

@keyframes svgColorChange {
  0% {
    --svg-white: var(--global--color-white);
    --svg-light: #FFECED;
  }
  100% {
    --svg-white: #FFECED;
    --svg-light: var(--global--color-white);
  }
}
.color-title .elementor-heading-title {
  text-align: center;
}
.color-title .elementor-heading-title span {
  color: #999999;
}

:root {
  --site-header-height: 115px;
  --site-header-slim-height: 80px;
  --site-header-logo-width: 90px;
  --header-menu-item-gap: 20px;
}

@media (min-width: 768px) {
  :root {
    --site-header-height: 130px;
    --site-header-slim-height: 90px;
    --site-header-logo-width: 100px;
  }
}
@media (min-width: 1200px) {
  :root {
    --site-header-height: 150px;
    --site-header-slim-height: 130px;
    --site-header-logo-width: 120px;
    --header-menu-item-gap: 30px;
  }
}
@media (min-width: 1600px) {
  :root {
    --site-header-height: 180px;
    --site-header-logo-width: 150px;
    --header-menu-item-gap: 50px;
  }
}
@media (min-width: 1850px) {
  :root {
    --site-header-height: 220px;
    --site-header-slim-height: 140px;
    --site-header-logo-width: 190px;
    --header-menu-item-gap: 80px;
  }
}
:target {
  scroll-margin-top: var(--site-header-slim-height);
}

body {
  padding-top: var(--site-header-height);
}

.project_header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s ease all;
  height: var(--site-header-height);
  background-color: var(--global--color-white);
  padding: 15px 0px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3294117647);
}
.project_header * {
  transition: 0.3s ease all;
}
.project_header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .project_header .container {
    align-items: center;
  }
}
.project_header .logo_wrap {
  max-width: var(--site-header-logo-width);
  display: flex;
}
.project_header .content_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .project_header .content_wrap {
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .project_header .content_wrap {
    align-items: end;
  }
}
.project_header .content_wrap svg {
  animation: anime-shiver-interval 1.5s infinite;
}
@media (max-width: 767px) {
  .project_header .content_wrap .text_wrap {
    display: none;
  }
  .project_header .content_wrap .header_menu {
    height: -webkit-fill-available;
    overflow: auto;
    scrollbar-width: none;
  }
}
.project_header .contact_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 40px;
}
@media (max-width: 767px) {
  .project_header .contact_wrap {
    gap: 25px;
  }
}
.project_header .header_menu ul {
  display: flex;
  gap: var(--header-menu-item-gap);
}
.project_header .header_menu ul li {
  position: relative;
}
.project_header .header_menu ul li a:not(.btn) {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 20px  !important;
}
@media (min-width: 1600px) {
  .project_header .header_menu ul li a:not(.btn) {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .project_header .header_menu ul li a:not(.btn) {
    font-size: 28px  !important;
  }
}
@media (min-width: 1200px) {
  .project_header .header_menu ul li a:not(.btn) {
    position: relative;
  }
  .project_header .header_menu ul li a:not(.btn):hover {
    color: var(--global--color-primary) !important;
  }
}
.project_header .header_menu ul li.current-menu-parent > a, .project_header .header_menu ul li.current-menu-item > a {
  font-weight: var(--font-weight-700);
}
.project_header .header_menu ul li.current-menu-parent > a:before, .project_header .header_menu ul li.current-menu-item > a:before {
  width: 100%;
}
.project_header .header_menu ul li.current-menu-parent > a:after, .project_header .header_menu ul li.current-menu-item > a:after {
  opacity: 1;
}
.project_header .header_menu ul li.menu-item-has-children {
  padding-right: 20px;
}
.project_header .header_menu ul li.menu-item-has-children .menu-icon {
  position: absolute;
  right: 0px;
  top: calc(50% - 4px);
  width: 10px;
  height: 10px;
}
@media (min-width: 1200px) {
  .project_header .header_menu ul li.menu-item-has-children .menu-icon {
    right: 5px;
  }
}
@media (min-width: 1600px) {
  .project_header .header_menu ul li.menu-item-has-children .menu-icon {
    right: 0px;
  }
}
.project_header .header_menu ul li.menu-item-has-children .menu-icon:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--global--color-white) var(--global--color-white) transparent transparent;
  rotate: 45deg;
}
@media (min-width: 1200px) {
  .project_header .header_menu ul li.menu-item-has-children .menu-icon:after {
    border-color: transparent var(--global--color-black) var(--global--color-black) transparent;
    margin-top: -2px;
  }
}
.project_header .header_menu ul li.menu-item-has-children > a:hover:before {
  width: 0%;
}
.project_header .header_menu ul li.menu-item-has-children > a:hover:after {
  opacity: 0;
}
@media (min-width: 1200px) {
  .project_header .header_menu ul li ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    background-color: var(--global--color-primary);
    border-radius: 20px;
    border-top-left-radius: 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 100%;
    gap: 0px;
    height: auto !important;
    width: max-content;
    min-width: 280px;
    max-width: 400px;
    transition: 0.3s ease all;
  }
  .project_header .header_menu ul li ul.sub-menu li {
    background-color: var(--global--color-primary);
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  }
  .project_header .header_menu ul li ul.sub-menu li a {
    color: var(--global--color-white) !important;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .project_header .header_menu ul li ul.sub-menu li a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .project_header .header_menu ul li ul.sub-menu li:hover {
    background-color: var(--global--color-black);
  }
  .project_header .header_menu ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .project_header .header_menu {
    display: block !important;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100dvh;
    overflow-y: auto;
    z-index: 4;
    width: 100%;
    background-color: var(--global--color-primary);
    max-width: 300px;
  }
  .project_header .header_menu ul {
    transition: 0.3s ease all;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .project_header .header_menu ul li {
    background-color: var(--global--color-primary);
  }
  .project_header .header_menu ul li .sub-menu {
    height: 0;
    opacity: 0;
  }
  .project_header .header_menu ul li .sub-menu li a {
    backdrop-filter: brightness(0.8);
  }
  .project_header .header_menu ul li.opened-child .sub-menu, .project_header .header_menu ul li.opened .sub-menu {
    height: 100%;
    opacity: 1;
  }
  .project_header .header_menu ul li.menu-item-has-children {
    padding-right: 0px;
  }
  .project_header .header_menu ul li.menu-item-has-children a {
    padding-right: 35px;
  }
  .project_header .header_menu ul li.menu-item-has-children .menu-icon {
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .project_header .header_menu ul li.menu-item-has-children .menu-icon:after {
    rotate: 135deg;
  }
  .project_header .header_menu ul li.current-menu-parent i, .project_header .header_menu ul li.current-page-ancestor i, .project_header .header_menu ul li.current-menu-item i {
    --global--color-white: var(--global--color-primary);
  }
  .project_header .header_menu ul li.current-menu-parent > a, .project_header .header_menu ul li.current-page-ancestor > a, .project_header .header_menu ul li.current-menu-item > a {
    font-weight: var(--font-weight-500);
    background-color: var(--global--color-white);
    color: var(--global--color-primary) !important;
    border-top: 1px solid rgba(83, 178, 236, 0.231372549);
  }
  .project_header .header_menu ul li:last-child {
    border: none;
  }
  .project_header .header_menu ul li a {
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--global--color-white) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.project_header .header_menu.mob-open {
  right: 0;
}
.project_header .header_menu.mob-open ul {
  right: 0;
}
.project_header .mob-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px 10px;
  background-color: #fff;
}
.project_header .mob-menu span {
  width: 30px;
  height: 5px;
  background-color: #000;
}
.project_header #mobMenuTriggerOverlay.mob-open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4705882353);
}
.project_header.slim {
  padding: 10px 0px !important;
  height: var(--site-header-slim-height);
  --header-menu-item-gap: 30px;
  --site-header-logo-width: 60px;
}
@media (min-width: 768px) {
  .project_header.slim {
    --site-header-logo-width: 70px;
  }
}
@media (min-width: 1200px) {
  .project_header.slim {
    --site-header-logo-width: 120px;
    --header-menu-item-gap: 50px;
  }
}
.project_header.slim .header_menu ul li a:not(.btn) {
  font-size: 18px  !important;
}
@media (min-width: 1600px) {
  .project_header.slim .header_menu ul li a:not(.btn) {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .project_header.slim .header_menu ul li a:not(.btn) {
    font-size: 23px  !important;
  }
}

.mega_menu_wrap > .sub-menu > li a figure {
  display: none;
}
.mega_menu_wrap > .sub-menu > li a p span {
  display: none;
}

.project_header .mega_menu_wrap .image-fold {
  display: flex;
  width: 100%;
  min-height: 200px;
  position: relative;
}
.project_header .mega_menu_wrap .image-fold figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.project_header .mega_menu_wrap .image-fold figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, black, transparent);
  z-index: 0;
}
.project_header .mega_menu_wrap .image-fold .section-content {
  margin-top: auto;
  color: #fff;
  z-index: 1;
  position: relative;
  padding: 30px;
}
.project_header .mega_menu_wrap .image-fold .section-content .title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 120%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .project_header .mega_menu_wrap .image-fold .section-content .title {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .project_header .mega_menu_wrap .image-fold .section-content .title {
    font-size: 21px;
  }
}
.project_header .mega_menu_wrap .image-fold .section-content .title span {
  font-weight: 400;
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  .project_header .mega_menu_wrap {
    --global--color-white: #000;
  }
  .project_header .mega_menu_wrap > .sub-menu {
    width: 950px !important;
    max-width: 950px !important;
    margin: 0 !important;
    padding: 40px !important;
    background-color: #fff !important;
    left: -280px !important;
    box-shadow: 0px 4px 56.7px 0px rgba(0, 0, 0, 0.3019607843);
    border-radius: 30px !important;
    overflow: visible !important;
    margin-top: 10px !important;
  }
  .project_header .mega_menu_wrap > .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    position: absolute;
    left: 320px;
    top: -15px;
    z-index: 9;
  }
  .project_header .mega_menu_wrap > .sub-menu > li {
    width: 55%;
    background-color: transparent !important;
    border-bottom: none !important;
    padding: 5px !important;
  }
  .project_header .mega_menu_wrap > .sub-menu > li.current-menu-parent a, .project_header .mega_menu_wrap > .sub-menu > li.current-page-ancestor a, .project_header .mega_menu_wrap > .sub-menu > li.current-menu-item a {
    background-color: rgba(80, 159, 208, 0.2509803922);
  }
  .project_header .mega_menu_wrap > .sub-menu > li.current-menu-parent a p span, .project_header .mega_menu_wrap > .sub-menu > li.current-page-ancestor a p span, .project_header .mega_menu_wrap > .sub-menu > li.current-menu-item a p span {
    font-weight: 400;
  }
  .project_header .mega_menu_wrap > .sub-menu > li a {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s ease all;
  }
  .project_header .mega_menu_wrap > .sub-menu > li a:hover {
    background-color: rgba(80, 159, 208, 0.2509803922);
  }
  .project_header .mega_menu_wrap > .sub-menu > li a figure {
    min-width: 100px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .project_header .mega_menu_wrap > .sub-menu > li a p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
  }
  .project_header .mega_menu_wrap > .sub-menu > li a p span {
    text-transform: none;
    display: block;
    font-weight: 400;
    font-size: 16px;
  }
  .project_header .mega_menu_wrap > .sub-menu .image-fold {
    position: absolute;
    right: 40px;
    top: 40px;
    height: calc(100% - 80px);
    width: calc(45% - 40px);
    display: flex;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 1199px) {
  .project_header .mega_menu_wrap > .sub-menu > li a figure {
    display: none;
  }
  .project_header .mega_menu_wrap > .sub-menu > li a p span {
    display: none;
  }
}

.project_banner {
  position: relative;
}
.project_banner .banner_image {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .project_banner .banner_image {
    background-position: center;
  }
}
.project_banner .banner_image:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, black, transparent);
  opacity: 70%;
}
@media (max-width: 1199px) {
  .project_banner .banner_image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 65%;
  }
}
.project_banner .top_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .project_banner .top_title {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .project_banner .top_title {
    font-size: 28px;
  }
}
@media (min-width: 1850px) {
  .project_banner .top_title {
    font-size: 35px;
  }
}
.project_banner .main_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 110%;
}
@media (min-width: 768px) {
  .project_banner .main_title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .project_banner .main_title {
    font-size: 55px;
  }
}
@media (min-width: 1600px) {
  .project_banner .main_title {
    font-size: 65px;
  }
}
@media (min-width: 1850px) {
  .project_banner .main_title {
    font-size: 80px;
  }
}
.project_banner .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}
@media (min-width: 768px) {
  .project_banner .description {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .project_banner .description {
    font-size: 23px;
  }
}
@media (min-width: 1850px) {
  .project_banner .description {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .project_banner .btn_wrap {
    padding-top: 30px;
  }
}
.project_banner .banner_slide {
  display: flex !important;
  align-items: center;
  position: relative;
  min-height: 350px;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .project_banner .banner_slide {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_slide {
    min-height: 460px;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_slide {
    min-height: 570px;
  }
}
@media (min-width: 1850px) {
  .project_banner .banner_slide {
    min-height: 680px;
  }
}
.project_banner .container {
  position: relative;
  z-index: 2;
}
.project_banner .banner_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1200px) {
  .project_banner .banner_content_wrap {
    width: 50%;
  }
}
.project_banner .slick-dots {
  display: flex !important;
  gap: 10px;
  position: absolute;
  right: 100px;
  bottom: 100px;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .project_banner .slick-dots {
    display: none !important;
  }
}
.project_banner .slick-dots button {
  width: 30px;
  height: 4px;
  background-color: var(--global--color-border);
  border-radius: 4px;
  transition: 0.4s ease-out;
}
.project_banner .slick-dots .slick-active button {
  width: 90px;
  background-color: var(--global--color-border);
}
.project_banner .elementor-button-wrapper {
  margin-top: 10px;
}

.inner_banner .banner_slide {
  --banner-padding: 30px;
  min-height: 350px;
}
@media (max-width: 767px) {
  .inner_banner .banner_slide .banner_image {
    background-position: center right;
  }
}
@media (max-width: 1199px) {
  .inner_banner .banner_slide .banner_image:before {
    opacity: 75%;
  }
}
@media (min-width: 768px) {
  .inner_banner .banner_slide {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .inner_banner .banner_slide {
    min-height: 400px;
    --banner-padding: 50px;
  }
}
@media (min-width: 1200px) {
  .inner_banner .banner_slide {
    min-height: 420px;
  }
}
@media (min-width: 1600px) {
  .inner_banner .banner_slide {
    min-height: 460px;
  }
}
@media (min-width: 1200px) {
  .inner_banner .banner_content_wrap {
    width: 60%;
  }
}

@keyframes custom-anime-bounce {
  0% {
    top: -40px;
  }
  50% {
    top: -50px;
  }
  100% {
    top: -40px;
  }
}
.image-postion-sec {
  --image-adjustment: 120px;
}
@media (min-width: 768px) {
  .image-postion-sec {
    --image-adjustment: 80px;
    padding-left: calc(var(--image-adjustment) * 1.5) !important;
  }
}
@media (min-width: 992px) {
  .image-postion-sec {
    --image-adjustment: 120px;
    height: var(--image-adjustment) !important;
  }
}
@media (min-width: 1850px) {
  .image-postion-sec {
    --image-adjustment: 150px;
  }
}
.image-postion-sec .image-position-item {
  position: relative !important;
  width: var(--image-adjustment);
}
@media (min-width: 768px) {
  .image-postion-sec .image-position-item {
    position: absolute !important;
    height: var(--image-adjustment) !important;
  }
}

.counter-sec-wrap {
  max-width: 600px;
}
.counter-sec-wrap .elementor-counter-number-wrapper {
  font-size: 42px !important;
  font-weight: 700 !important;
}
.counter-sec-wrap .elementor-counter-title {
  font-weight: 400 !important;
  display: block !important;
  line-height: 100% !important;
  text-align: center !important;
  margin-top: 15px !important;
}
.counter-sec-wrap .elementor-counter-title span {
  display: block;
}

.step-image-box {
  display: block !important;
}
@media (min-width: 768px) {
  .step-image-box {
    columns: 2 auto;
    gap: 30px !important;
  }
}
.step-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .step-image-box .elementor-image-box-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 300px;
    margin: 40px auto;
  }
}
.step-image-box .elementor-widget-image-box {
  break-inside: avoid;
  width: 100%;
}
.step-image-box .elementor-image-box-img {
  width: 50% !important;
}
.step-image-box .elementor-image-box-img img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .step-image-box .elementor-image-box-img {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.step-image-box .elementor-image-box-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .step-image-box .elementor-image-box-content {
    width: 50% !important;
  }
}
.step-image-box .elementor-image-box-title {
  font-weight: 700 !important;
  font-size: 17px  !important;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--global--color-text) !important;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  text-align: left;
  gap: 15px;
}
@media (min-width: 768px) {
  .step-image-box .elementor-image-box-title {
    font-size: 18px  !important;
  }
}
@media (min-width: 1200px) {
  .step-image-box .elementor-image-box-title {
    font-size: 16px  !important;
  }
}
@media (min-width: 1600px) {
  .step-image-box .elementor-image-box-title {
    font-size: 19px  !important;
  }
}
@media (min-width: 1850px) {
  .step-image-box .elementor-image-box-title {
    font-size: 22px  !important;
  }
}
@media (max-width: 767px) {
  .step-image-box .elementor-image-box-title {
    align-items: center;
    text-align: center;
  }
}
.step-image-box .elementor-image-box-title b {
  font-size: 27px;
  font-size: 43.05px;
  color: var(--global--color-primary);
  opacity: 20%;
}
@media (min-width: 768px) {
  .step-image-box .elementor-image-box-title b {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .step-image-box .elementor-image-box-title b {
    font-size: 35px;
  }
}
@media (min-width: 1850px) {
  .step-image-box .elementor-image-box-title b {
    font-size: 43px;
  }
}
.step-image-box .elementor-image-box-description {
  line-height: 135%;
  text-align: left;
}
@media (max-width: 767px) {
  .step-image-box .elementor-image-box-description {
    text-align: center;
  }
}

.pricing_section .slick-track {
  padding: 40px 0px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pricing_section .slick-track {
    gap: 0px;
    padding: 10px 0px;
  }
}
@media (min-width: 1600px) and (max-width: 1849px) {
  .pricing_section .slick-track {
    gap: 30px;
  }
}
.pricing_section .slick-track .slick-slide {
  padding: 15px;
}
.pricing_section .pricing_card {
  --pricing-width-border: 1px;
  --pricing-radius-border: 30px;
  --pricing-color-border: linear-gradient(16.68deg, #000000 -0.11%, #989898 98.92%);
  background-image: radial-gradient(86.16% 86.16% at 50% 11.46%, rgba(217, 217, 217, 0.21) 0%, rgba(171, 171, 171, 0.21) 44.91%, rgba(115, 115, 115, 0.21) 100%);
  border-radius: var(--pricing-radius-border);
  display: flex !important;
  margin: auto;
  flex-direction: column;
  max-width: 450px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.pricing_section .pricing_card:before {
  content: "" !important;
  position: absolute;
  top: calc(-1 * var(--pricing-width-border));
  left: calc(-1 * var(--pricing-width-border));
  width: calc(100% + 2 * var(--pricing-width-border));
  height: calc(100% + 2 * var(--pricing-width-border));
  background-image: var(--pricing-color-border);
  z-index: -1;
  transition: 0.3s all ease;
  border-radius: var(--pricing-radius-border);
}
.pricing_section .pricing_card:after {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--global--color-secondary);
  z-index: -1;
  transition: 0.3s all ease;
  border-radius: var(--pricing-radius-border);
}
.pricing_section .pricing_card.pricing_card-featured, .pricing_section .pricing_card:hover {
  background-image: radial-gradient(86.16% 86.16% at 50% 11.46%, rgba(80, 160, 209, 0.41) 0%, rgba(80, 160, 209, 0.205) 64.06%, rgba(80, 160, 209, 0.2173) 100%);
  --pricing-color-border: linear-gradient(16.68deg, rgba(80, 160, 209, 0.3) -0.11%, #50A0D1 98.92%);
}
@media (min-width: 768px) {
  .pricing_section .pricing_card.pricing_card-featured .pricing_body, .pricing_section .pricing_card:hover .pricing_body {
    box-shadow: 0px 4px 51.3px 0px rgba(80, 160, 209, 0.3803921569);
  }
}
@media (max-width: 991px) {
  .pricing_section .pricing_card.pricing_card-featured, .pricing_section .pricing_card:hover {
    transform: none;
  }
}
.pricing_section .pricing_header {
  background: rgba(80, 160, 209, 0.6901960784);
  padding: 40px 60px;
  text-align: left;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  border-radius: var(--pricing-radius-border) var(--pricing-radius-border) 0px 0px;
}
@media (max-width: 1599px) {
  .pricing_section .pricing_header {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .pricing_section .pricing_header {
    padding: 30px;
  }
}
.pricing_section .pricing_header .pricing_title {
  font-weight: 500;
  font-size: 18px  !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .pricing_section .pricing_header .pricing_title {
    font-size: 20px  !important;
  }
}
@media (min-width: 1850px) {
  .pricing_section .pricing_header .pricing_title {
    font-size: 22px  !important;
  }
}
.pricing_section .pricing_header .pricing_price {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .pricing_section .pricing_header .pricing_price {
    font-size: 35px;
  }
}
@media (min-width: 1850px) {
  .pricing_section .pricing_header .pricing_price {
    font-size: 50px;
  }
}
.pricing_section .pricing_header .pricing_price span {
  font-weight: 500;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .pricing_section .pricing_header .pricing_price span {
    font-size: 22px;
  }
}
@media (min-width: 1850px) {
  .pricing_section .pricing_header .pricing_price span {
    font-size: 25px;
  }
}
.pricing_section .pricing_body {
  padding: 40px 60px;
  font-weight: 500;
  font-size: 16px  !important;
  border-radius: 0px 0px var(--pricing-radius-border) var(--pricing-radius-border);
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .pricing_section .pricing_body {
    font-size: 18px  !important;
  }
}
@media (min-width: 1850px) {
  .pricing_section .pricing_body {
    font-size: 21px  !important;
  }
}
@media (max-width: 1599px) {
  .pricing_section .pricing_body {
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .pricing_section .pricing_body {
    padding: 30px;
  }
}
.pricing_section .pricing_body .pricing_includes {
  font-size: inherit;
  font-weight: inherit;
  padding-bottom: 10px;
}
.pricing_section .pricing_body .pricing_features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.pricing_section .pricing_body .pricing_features .pricing_feature-item {
  margin-bottom: 12px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 1600px) {
  .pricing_section .pricing_body .pricing_features .pricing_feature-item {
    font-size: 17px;
  }
}
@media (min-width: 1850px) {
  .pricing_section .pricing_body .pricing_features .pricing_feature-item {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .before_after_section .slick_next {
    right: -50px;
  }
  .before_after_section .slick_prev {
    left: -90px;
  }
}
.before_after_section .before_after_container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1600px) {
  .before_after_section .before_after_container {
    max-width: 800px;
  }
}
@media (min-width: 1850px) {
  .before_after_section .before_after_container {
    max-width: 1000px;
  }
}
.before_after_section .before_after_slider {
  position: relative;
  width: 100%;
}
.before_after_section .before_after_slider .before_after_slide {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  display: flex !important;
}
.before_after_section .before_after_slider .before_after_slide:before {
  content: "Before";
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: absolute;
  left: 25%;
  top: 10%;
  transform: translateX(-50%);
  z-index: 3;
  text-shadow: 0px 0px 9px #000;
}
@media (min-width: 992px) {
  .before_after_section .before_after_slider .before_after_slide:before {
    font-size: 25px;
  }
}
@media (min-width: 1850px) {
  .before_after_section .before_after_slider .before_after_slide:before {
    font-size: 30px;
  }
}
.before_after_section .before_after_slider .before_after_slide:after {
  content: "After";
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 25%;
  top: 10%;
  transform: translateX(50%);
  z-index: 3;
  text-shadow: 0px 0px 9px #000;
}
@media (min-width: 992px) {
  .before_after_section .before_after_slider .before_after_slide:after {
    font-size: 25px;
  }
}
@media (min-width: 1850px) {
  .before_after_section .before_after_slider .before_after_slide:after {
    font-size: 30px;
  }
}
.before_after_section .before_after_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.before_after_section .before_after_slider {
  animation: slideInUp 0.8s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .before_after_section .before_after_container {
    padding: 0 15px;
  }
}

.testimonials_section {
  --border-radius-value: 25px;
}
.testimonials_section .testimonials_slider {
  position: relative;
}
.testimonials_section .testimonials_slider .slick-slide {
  outline: none;
}
.testimonials_section .testimonial_content {
  text-align: left;
  position: relative;
}
.testimonials_section .testimonial_bubble {
  background: rgba(80, 160, 209, 0.1607843137);
  border-radius: var(--border-radius-value);
  padding: 40px 40px 100px;
  height: 100%;
}
@media (min-width: 1600px) {
  .testimonials_section .testimonial_bubble {
    padding: 40px 60px 100px;
  }
}
@media (max-width: 767px) {
  .testimonials_section .testimonial_bubble {
    padding: 30px 40px 100px;
  }
}
.testimonials_section .testimonial_author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: var(--global--color-white);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-right-radius: var(--border-radius-value);
  padding: 10px 40px 10px 0px;
}
.testimonials_section .testimonial_author:after {
  content: "";
  position: absolute;
  right: calc(-1 * var(--border-radius-value));
  bottom: 0;
  width: var(--border-radius-value);
  height: var(--border-radius-value);
  background: radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0) 70%, #fff 70%);
}
.testimonials_section .testimonial_author:before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--border-radius-value));
  left: 0;
  width: var(--border-radius-value);
  height: var(--border-radius-value);
  background: radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0) 70%, #fff 70%);
}
@media (max-width: 767px) {
  .testimonials_section .testimonial_author {
    flex-direction: row;
    gap: 15px;
  }
}
.testimonials_section .testimonial_avatar {
  width: 60px;
  height: 60px;
  background: #50A0D1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.testimonials_section .testimonial_avatar .testimonial_initial {
  font-size: 24px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials_section .testimonial_details {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .testimonials_section .testimonial_details {
    text-align: center;
    flex-direction: column;
    gap: 0px;
  }
}
.testimonials_section .testimonial_name {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .testimonials_section .testimonial_name {
    font-size: 18px;
  }
}
.testimonials_section .testimonial_rating {
  display: flex;
  gap: 2px;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonials_section .testimonial_rating {
    justify-content: center;
  }
}
.testimonials_section .testimonial_rating .testimonial_star {
  width: 15px;
}
.testimonials_section .slick-dots {
  bottom: 30px;
  right: 60px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .testimonials_section .slick-dots {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .testimonials_section .slick-dots {
    position: absolute;
  }
}
.testimonials_section .slick-dots li button {
  width: 20px;
  border-radius: 5px;
  height: 5px;
  background-color: var(--global--color-secondary);
}
.testimonials_section .slick-dots li.slick-active button {
  width: 50px;
  background-color: var(--global--color-primary);
}
.testimonials_section .testimonial_slide {
  animation: fadeInUp 0.8s ease-out;
  display: flex !important;
  height: 100%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .google_review_section {
    overflow: hidden;
  }
}
.google_review_section .google_review_header {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .google_review_section .google_review_header {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .google_review_section .google_review_header {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
.google_review_section .google_review_slide {
  height: 100%;
}
.google_review_section .google_review_slider {
  position: relative;
}
@media (min-width: 1200px) {
  .google_review_section .google_review_slider .slick-list {
    margin-right: -25px;
  }
}
.google_review_section .google_review_slider .slick-slide {
  outline: none;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .google_review_section .google_review_slider .slick-slide {
    padding: 0 10px;
  }
}
.google_review_section .google_review_card {
  border-radius: 15px;
  padding: 40px 30px 50px;
  border: 1px solid #C4C4C4;
  transition: all 0.3s ease;
  height: 100%;
}
.google_review_section .google_review_author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.google_review_section .google_review_avatar {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #dedede;
}
.google_review_section .google_review_author-info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.google_review_section .google_review_name {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 0px 10px;
}
.google_review_section .google_review_text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1200px) {
  .google_review_section .slick_next {
    right: 90px;
  }
  .google_review_section .slick_prev {
    right: 150px;
    left: unset;
  }
  .google_review_section .slick-arrow {
    top: -80px;
  }
}
@media (min-width: 1600px) {
  .google_review_section .slick_next {
    right: 120px;
  }
  .google_review_section .slick_prev {
    right: 200px;
    left: unset;
  }
}
.google_review_section .google_review_card {
  animation: slideInUp 0.6s ease-out;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .google_review_section .google_review_header {
    margin-bottom: 30px;
  }
  .google_review_section .google_review_card {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .google_review_section .google_rating_summary {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .google_review_section .google_review_author {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .google_review_section .google_review_author-info {
    text-align: center;
  }
  .google_review_section .google_review_rating {
    justify-content: center;
  }
}

.blog_list_wrap {
  display: flex;
}
@media (max-width: 991px) {
  .blog_list_wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.blog_list_wrap .blog_items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.blog_list_wrap .blog_items .blog_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog_list_wrap .blog_items .blog_item .blog_image {
  display: block;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: baseline;
}
@media (min-width: 992px) {
  .blog_list_wrap .blog_items .blog_item .blog_image {
    max-height: 140px;
  }
}
@media (min-width: 1200px) {
  .blog_list_wrap .blog_items .blog_item .blog_image {
    max-height: 180px;
  }
}
@media (min-width: 1600px) {
  .blog_list_wrap .blog_items .blog_item .blog_image {
    max-height: 220px;
  }
}
.blog_list_wrap .blog_items .blog_item .blog_image img {
  min-width: 100%;
  max-height: unset;
}
.blog_list_wrap .blog_items .blog_item .blog_cnt {
  display: flex;
  gap: 20px;
}
.blog_list_wrap .blog_cnt .date_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  background-color: var(--global--color-primary);
  color: var(--global--color-white) !important;
}
.blog_list_wrap .blog_cnt .details {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 10px;
}
.blog_list_wrap .info_wrap {
  display: flex;
}
.blog_list_wrap .info_wrap .info_item {
  display: flex;
  gap: 15px;
  align-items: center;
  border-right: 2px solid #E8CDBF;
  padding-left: 15px;
  padding-right: 15px;
}
.blog_list_wrap .info_wrap .info_item:first-child {
  padding-left: 0px;
}
.blog_list_wrap .info_wrap .info_item:last-child {
  border-right: none;
  padding-right: 0px;
}
.blog_list_wrap .date {
  width: fit-content;
  line-height: 1;
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .blog_list_wrap .date {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_list_wrap .date {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_list_wrap .date {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_list_wrap .date {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
.blog_list_wrap .month {
  width: max-content;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
.blog_list_wrap .title {
  line-height: 110%;
  font-weight: var(--font-weight-400);
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .blog_list_wrap .title {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_list_wrap .title {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_list_wrap .title {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_list_wrap .title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
.blog_list_wrap .icon {
  display: flex;
  width: 18px;
  max-width: 18px;
}
.blog_list_wrap .icon-title {
  color: #6E6E6E;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .blog_list_wrap .icon-title {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_list_wrap .icon-title {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_list_wrap .icon-title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.blog_list_wrap .thumb-small .info_wrap {
  flex-direction: column;
}
.blog_list_wrap .thumb-small .info_wrap .info_item {
  border: none;
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .blog_wrapper .blog_content {
    display: flex;
  }
  .blog_wrapper .blog_sidebar {
    padding-top: 0px;
    padding-left: 50px;
  }
}
.blog_wrapper .side_widget {
  background-color: var(--global--custom-bg);
  padding: 30px;
}
.blog_wrapper .blog_sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .blog_wrapper .blog_sidebar {
    padding-top: 30px;
  }
}
.blog_wrapper .blog_list_wrap {
  flex-direction: column;
}
@media (max-width: 991px) {
  .blog_wrapper .blog_list_wrap .icon-title {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .blog_wrapper .blog_list_wrap .icon {
    width: 14px;
    max-width: 14px;
  }
  .blog_wrapper .blog_list_wrap .info_wrap {
    gap: 5px;
    flex-wrap: wrap;
  }
  .blog_wrapper .blog_list_wrap .info_wrap .info_item {
    display: flex;
    gap: 5px;
  }
}
@media (min-width: 992px) {
  .blog_wrapper .blog_list_wrap .thumb-large {
    padding-right: 0px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .blog_wrapper .blog_list_wrap .blog_items {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .blog_wrapper .blog_list_wrap .blog_items .blog_item {
    max-width: calc(50% - 10px);
  }
}
.blog_wrapper .blog_list_wrap .blog_items .blog_item {
  gap: 20px;
  flex-direction: column;
  background-color: var(--global--custom-bg);
}
.blog_wrapper .blog_list_wrap .blog_items .blog_item .details {
  padding: 0px 20px;
  gap: 15px;
}
.blog_wrapper .blog_list_wrap .blog_items .blog_item .details.last {
  margin-top: auto;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .blog_wrapper .blog_list_wrap .blog_items .blog_item .blog_image {
    max-height: 300px;
  }
}
@media (min-width: 1200px) {
  .blog_wrapper .blog_list_wrap .blog_items .blog_item .blog_image {
    max-height: 280px;
  }
}
@media (min-width: 1600px) {
  .blog_wrapper .blog_list_wrap .blog_items .blog_item .blog_image {
    max-height: 320px;
  }
}
.blog_wrapper.blog_post_wrap .blog_list_wrap {
  margin: 20px 0px;
}
.blog_wrapper.blog_post_wrap .blog_image {
  display: flex;
  justify-content: center;
  background-color: var(--global--custom-bg);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog_wrapper.blog_post_wrap .blog_image {
    height: 400px;
  }
}
.blog_wrapper.blog_post_wrap .post_content h2 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 768px) {
  .blog_wrapper.blog_post_wrap .post_content h2 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_wrapper.blog_post_wrap .post_content h2 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_wrapper.blog_post_wrap .post_content h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_wrapper.blog_post_wrap .post_content h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

.ico_txt_wrap {
  font-size: 18px;
  line-height: 100%;
  font-weight: var(--font-weight-400);
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) {
  .ico_txt_wrap {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap {
    gap: 20px;
  }
}
.ico_txt_wrap .icon_wrap {
  display: flex;
  align-items: baseline;
}
.ico_txt_wrap .icon_wrap svg {
  --ico-size-icon: 32px;
  min-width: var(--ico-size-icon);
  width: var(--ico-size-icon);
  fill: var(--global--color-icon);
}
@media (min-width: 768px) {
  .ico_txt_wrap .icon_wrap svg {
    --ico-size-icon: 37px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap .icon_wrap svg {
    --ico-size-icon: 42px;
  }
}
.ico_txt_wrap #callArrow {
  padding-top: 12%;
}
.ico_txt_wrap .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ico_txt_wrap .txt_large {
  font-size: 25px;
  font-weight: var(--font-weight-700);
}
@media (min-width: 768px) {
  .ico_txt_wrap .txt_large {
    font-size: 27px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap .txt_large {
    font-size: 30px;
  }
}
.ico_txt_wrap .txt_large span {
  display: block;
}
.ico_txt_wrap .txt_alt {
  font-size: 20px;
  font-weight: var(--font-weight-700);
  text-transform: uppercase;
  line-height: 150%;
}
@media (min-width: 768px) {
  .ico_txt_wrap .txt_alt {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap .txt_alt {
    font-size: 27px;
  }
}
.ico_txt_wrap .txt_alt span {
  display: block;
}
.ico_txt_wrap.ico-small {
  font-size: 14px;
}
.ico_txt_wrap.ico-small .icon_wrap svg {
  --ico-size-icon: 30px;
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-small .icon_wrap {
    --ico-size-icon: 32px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-small .icon_wrap {
    --ico-size-icon: 36px;
  }
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-small {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-small {
    font-size: 16px;
  }
}
.ico_txt_wrap.ico-small .txt_large {
  font-size: 20px;
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-small .txt_large {
    font-size: 23px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-small .txt_large {
    font-size: 26px;
  }
}
.ico_txt_wrap.ico-small #callArrow {
  padding-top: 12%;
}
.ico_txt_wrap.ico-large {
  font-weight: var(--font-weight-500);
  font-size: 16px;
}
.ico_txt_wrap.ico-large .icon_wrap {
  width: 48px;
}
.ico_txt_wrap.ico-large .icon_wrap svg {
  --ico-size-icon: 30px;
}
.ico_txt_wrap.ico-large .icon_wrap svg#locationCircle, .ico_txt_wrap.ico-large .icon_wrap svg#timeClock {
  --ico-size-icon: 26px;
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-large .icon_wrap svg {
    --ico-size-icon: 35px;
  }
  .ico_txt_wrap.ico-large .icon_wrap svg#locationCircle {
    --ico-size-icon: 28px;
  }
  .ico_txt_wrap.ico-large .icon_wrap svg#timeClock {
    --ico-size-icon: 30px;
  }
}
@media (min-width: 1200px) {
  .ico_txt_wrap.ico-large .icon_wrap svg {
    --ico-size-icon: 40px;
  }
  .ico_txt_wrap.ico-large .icon_wrap svg#locationCircle {
    --ico-size-icon: 33px;
  }
  .ico_txt_wrap.ico-large .icon_wrap svg#timeClock {
    --ico-size-icon: 36px;
  }
}
@media (min-width: 1850px) {
  .ico_txt_wrap.ico-large .icon_wrap svg {
    --ico-size-icon: 48px;
  }
  .ico_txt_wrap.ico-large .icon_wrap svg#locationCircle {
    --ico-size-icon: 40px;
  }
  .ico_txt_wrap.ico-large .icon_wrap svg#timeClock {
    --ico-size-icon: 44px;
  }
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-large {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-large {
    font-size: 21px;
  }
}
.ico_txt_wrap.ico-large .txt_large {
  font-size: 24px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-large .txt_large {
    font-size: 27px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-large .txt_large {
    font-size: 30px;
  }
}
@media (min-width: 1850px) {
  .ico_txt_wrap.ico-large .txt_large {
    font-size: 34px;
  }
}
.ico_txt_wrap.ico-footer {
  font-weight: var(--font-weight-400);
  font-size: 15px;
}
.ico_txt_wrap.ico-footer .icon_wrap svg {
  --ico-size-icon: 30px;
}
.ico_txt_wrap.ico-footer .icon_wrap svg#locationCircle, .ico_txt_wrap.ico-footer .icon_wrap svg#timeClock {
  --ico-size-icon: 26px;
}
@media (min-width: 1850px) {
  .ico_txt_wrap.ico-footer .icon_wrap svg {
    --ico-size-icon: 35px;
  }
  .ico_txt_wrap.ico-footer .icon_wrap svg#locationCircle {
    --ico-size-icon: 30px;
  }
  .ico_txt_wrap.ico-footer .icon_wrap svg#timeClock {
    --ico-size-icon: 32px;
  }
}
@media (min-width: 1200px) {
  .ico_txt_wrap.ico-footer {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-footer {
    font-size: 20px;
  }
}
@media (min-width: 1850px) {
  .ico_txt_wrap.ico-footer {
    font-size: 22px;
  }
}
.ico_txt_wrap.ico-footer .txt_large {
  font-size: 18px;
  font-weight: var(--font-weight-600);
  line-height: 120%;
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-footer .txt_large {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .ico_txt_wrap.ico-footer .txt_large {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-footer .txt_large {
    font-size: 23px;
  }
}
@media (min-width: 1850px) {
  .ico_txt_wrap.ico-footer .txt_large {
    font-size: 26px;
  }
}
.ico_txt_wrap.ico-footer .txt_alt {
  width: max-content;
  font-size: 16px;
  font-weight: var(--font-weight-600);
  line-height: 160%;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .ico_txt_wrap.ico-footer .txt_alt {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .ico_txt_wrap.ico-footer .txt_alt {
    font-size: 18px;
  }
}
@media (min-width: 1850px) {
  .ico_txt_wrap.ico-footer .txt_alt {
    font-size: 20px;
  }
}

.contact_wrap.extra-space {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0px;
}
@media (min-width: 1200px) {
  .contact_wrap.extra-space {
    gap: 50px;
  }
}
@media (min-width: 1850px) {
  .contact_wrap.extra-space {
    gap: 60px;
  }
}

.project_breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.project_breadcrumb ul li {
  color: var(--global--color-black);
  position: relative;
  padding-right: 25px;
  font-weight: 400;
}
.project_breadcrumb ul li.active {
  font-weight: 700;
}
.project_breadcrumb ul li a:hover {
  color: var(--global--color-primary) !important;
}
.project_breadcrumb ul li:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 7px;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border: 1px solid;
  border-color: var(--global--color-black) var(--global--color-black) transparent transparent;
  rotate: 45deg;
}
@media (min-width: 1600px) {
  .project_breadcrumb ul li:after {
    top: 12px;
  }
}
.project_breadcrumb ul li:last-child:after {
  content: none;
}

.icon-list-boxes {
  gap: 30px !important;
}
.icon-list-boxes .elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 20px  !important;
  line-height: 100%;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .icon-list-boxes .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 22px  !important;
  }
}
@media (min-width: 1200px) {
  .icon-list-boxes .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 19px  !important;
  }
}
@media (min-width: 1600px) {
  .icon-list-boxes .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 24px  !important;
  }
}
@media (min-width: 1850px) {
  .icon-list-boxes .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 26px  !important;
  }
}
@media (min-width: 1600px) {
  .icon-list-boxes .elementor-widget-icon-box .elementor-icon-box-title {
    padding-bottom: 15px;
  }
}

.service_areas_listing {
  overflow: hidden;
}
.service_areas_listing ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-bottom: -4px;
  justify-content: center;
}
.service_areas_listing ul li {
  list-style: none;
  height: auto;
  position: relative;
  transition: 0.3s ease all;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
}
@media (min-width: 992px) {
  .service_areas_listing ul li {
    font-size: 13px;
  }
}
@media (min-width: 1600px) {
  .service_areas_listing ul li {
    font-size: 15px;
  }
}
@media (min-width: 1850px) {
  .service_areas_listing ul li {
    font-size: 18px;
  }
}
.service_areas_listing ul li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background-image: radial-gradient(var(--global--color-secondary), transparent);
  opacity: 20%;
}
.service_areas_listing ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-image: radial-gradient(var(--global--color-secondary), transparent);
  opacity: 20%;
}
.service_areas_listing ul li:last-child:before {
  content: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .service_areas_listing ul li {
    width: 50%;
  }
  .service_areas_listing ul li:nth-child(2n):before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1198px) {
  .service_areas_listing ul li {
    width: 25%;
  }
  .service_areas_listing ul li:nth-child(4n):before {
    content: none;
  }
}
@media (min-width: 1200px) {
  .service_areas_listing ul li {
    width: 20%;
  }
  .service_areas_listing ul li:nth-child(5n):before {
    content: none;
  }
}
.service_areas_listing ul li a {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease all;
}

.site-main p a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.site-main p a[href^="tel:"]:hover, .site-main p a[href^="tel:"]:focus {
  color: inherit;
  text-decoration: none;
}
.site-main p a:not([href^="tel:"]) {
  color: var(--global--color-primary) !important;
  text-decoration: none;
  transition: color 0.3s;
}
.site-main p a:not([href^="tel:"]):hover, .site-main p a:not([href^="tel:"]):focus {
  text-decoration: underline;
}
.site-main .text-white p a:not([href^="tel:"]) {
  color: #fff;
}
.site-main .text-white p a:not([href^="tel:"]):hover, .site-main .text-white p a:not([href^="tel:"]):focus {
  color: #fff;
  text-decoration: underline;
}

.fill-trans svg {
  fill: transparent !important;
}

.leaf-sec-wrap {
  position: relative !important;
  overflow: hidden !important;
}
.leaf-sec-wrap .leaf {
  position: absolute;
  z-index: 1;
}
.leaf-sec-wrap .leaf.leaf-left {
  top: 0;
  left: 0;
  max-width: 80px !important;
}
@media (min-width: 768px) {
  .leaf-sec-wrap .leaf.leaf-left {
    max-width: 120px !important;
  }
}
@media (min-width: 1200px) {
  .leaf-sec-wrap .leaf.leaf-left {
    max-width: 180px !important;
  }
}
.leaf-sec-wrap .leaf.leaf-right {
  right: 0;
  bottom: 0;
  max-width: 80px !important;
}
@media (min-width: 768px) {
  .leaf-sec-wrap .leaf.leaf-right {
    max-width: 100px !important;
  }
}
@media (min-width: 1200px) {
  .leaf-sec-wrap .leaf.leaf-right {
    top: 20%;
    bottom: unset;
    max-width: 180px !important;
  }
}

@media (min-width: 1200px) {
  .bubble-title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    --bubble-size: 15px;
    --bubble-color: #fff;
    --bubble-line-width: 50px;
    --bubble-line-height: 2px;
    --bubble-line-position: -10px;
  }
  .bubble-title .left-bubble {
    position: absolute;
    width: var(--bubble-line-width);
    display: block;
    height: var(--bubble-line-height);
    background-color: var(--bubble-color);
    left: var(--bubble-line-position);
    top: 50%;
    transform: translate(-100%, -50%);
  }
  .bubble-title .left-bubble::before {
    content: "";
    width: var(--bubble-size);
    height: var(--bubble-size);
    background-color: var(--bubble-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(-0.5 * var(--bubble-size));
    transform: translate(-100%, 0);
  }
  .bubble-title .right-bubble {
    position: absolute;
    width: var(--bubble-line-width);
    display: block;
    height: var(--bubble-line-height);
    background-color: var(--bubble-color);
    right: var(--bubble-line-position);
    top: 50%;
    transform: translate(100%, -50%);
  }
  .bubble-title .right-bubble::before {
    content: "";
    width: var(--bubble-size);
    height: var(--bubble-size);
    background-color: var(--bubble-color);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: calc(-0.5 * var(--bubble-size));
    transform: translate(100%, 0);
  }
}
.project_footer {
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .project_footer .footer_wrap .logo_wrap {
    max-width: 120px;
  }
}
.project_footer .footer_wrap .container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .container {
    gap: 50px;
  }
}
@media (min-width: 1850px) {
  .project_footer .footer_wrap .container {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .project_footer .footer_wrap .container {
    flex-wrap: wrap;
  }
}
.project_footer .footer_wrap .content_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-grow: 1;
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .content_wrap {
    gap: 60px;
  }
}
.project_footer .footer_wrap .details_wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .project_footer .footer_wrap .details_wrap .menu_wrap {
    width: calc(50% - 15px);
  }
  .project_footer .footer_wrap .details_wrap .contact_wrap {
    width: calc(50% - 15px);
  }
  .project_footer .footer_wrap .details_wrap .social_wrap {
    max-width: calc(50% - 15px);
  }
  .project_footer .footer_wrap .details_wrap .time_wrap {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .project_footer .footer_wrap .details_wrap .menu_wrap {
    max-width: 20%;
  }
  .project_footer .footer_wrap .details_wrap .contact_wrap {
    max-width: 30%;
  }
  .project_footer .footer_wrap .details_wrap .social_wrap {
    max-width: 20%;
  }
  .project_footer .footer_wrap .details_wrap .time_wrap {
    max-width: 30%;
  }
}
@media (max-width: 1199px) {
  .project_footer .footer_wrap .details_wrap {
    flex-wrap: wrap;
  }
}
.project_footer .footer_wrap .footer-main-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  text-transform: uppercase;
  font-weight: var(--font-weight-500);
  font-size: 14px;
}
@media (min-width: 992px) {
  .project_footer .footer_wrap .footer-main-menu {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .footer-main-menu {
    font-size: 20px;
  }
}
@media (min-width: 1850px) {
  .project_footer .footer_wrap .footer-main-menu {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .project_footer .footer_wrap .footer-main-menu {
    justify-content: flex-start;
    gap: 10px 30px;
  }
}
@media (min-width: 1200px) {
  .project_footer .footer_wrap .footer-main-menu {
    gap: 20px;
  }
}
.project_footer .footer_wrap .footer-main-menu a:hover {
  color: var(--global--color-primary) !important;
}
.project_footer .footer_wrap .footer-main-menu li.current-menu-parent > a, .project_footer .footer_wrap .footer-main-menu li.current-page-ancestor > a, .project_footer .footer_wrap .footer-main-menu li.current-menu-item > a {
  font-weight: var(--font-weight-700);
}
.project_footer .footer_wrap .footer-sub-menu {
  text-transform: uppercase;
  font-weight: var(--font-weight-500);
  font-size: 15px;
}
@media (min-width: 992px) {
  .project_footer .footer_wrap .footer-sub-menu {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .footer-sub-menu {
    font-size: 20px;
  }
}
@media (min-width: 1850px) {
  .project_footer .footer_wrap .footer-sub-menu {
    font-size: 23px;
  }
}
.project_footer .footer_wrap .footer-sub-menu .sub-menu {
  padding-top: 10px;
}
.project_footer .footer_wrap .footer-sub-menu .sub-menu li {
  font-size: 13px;
  font-weight: var(--font-weight-400);
  padding-top: 10px;
}
@media (min-width: 768px) {
  .project_footer .footer_wrap .footer-sub-menu .sub-menu li {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .footer-sub-menu .sub-menu li {
    font-size: 17px;
  }
}
@media (min-width: 1850px) {
  .project_footer .footer_wrap .footer-sub-menu .sub-menu li {
    font-size: 19px;
  }
}
.project_footer .footer_wrap .footer-sub-menu a:hover {
  color: var(--global--color-primary) !important;
}
.project_footer .footer_wrap .footer-sub-menu li.current-menu-parent > a, .project_footer .footer_wrap .footer-sub-menu li.current-page-ancestor > a, .project_footer .footer_wrap .footer-sub-menu li.current-menu-item > a {
  font-weight: var(--font-weight-700);
}
.project_footer .footer_wrap .contact_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project_footer .footer_wrap .social_wrap {
  border: 1px solid rgba(217, 217, 217, 0.2392156863);
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  height: fit-content;
  max-width: 120px !important;
}
@media (min-width: 1200px) {
  .project_footer .footer_wrap .social_wrap {
    padding: 15px 30px;
  }
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .social_wrap {
    padding: 20px 50px;
  }
}
@media (min-width: 1850px) {
  .project_footer .footer_wrap .social_wrap {
    padding: 30px 60px;
  }
}
.project_footer .footer_wrap .social_wrap:hover {
  background-color: #000000;
}
.project_footer .footer_wrap .social_wrap .icon_wrap {
  width: 30px !important;
  height: 30px;
  fill: #0866FF;
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .social_wrap .icon_wrap {
    width: 48px;
  }
}
.project_footer .footer_wrap .social_wrap .txt {
  opacity: 25%;
  font-size: 15px !important;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  width: max-content;
}
@media (min-width: 992px) {
  .project_footer .footer_wrap .social_wrap .txt {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .project_footer .footer_wrap .social_wrap .txt {
    font-size: 18px;
  }
}
@media (min-width: 1850px) {
  .project_footer .footer_wrap .social_wrap .txt {
    font-size: 23px;
  }
}
.project_footer .credit_wrap {
  background-color: rgba(217, 217, 217, 0.1254901961);
  text-align: center;
}
.project_footer .credit_wrap a {
  font-size: 85%;
  opacity: 75%;
}
.project_footer .credit_wrap a:hover {
  opacity: 100%;
  color: var(--global--color-primary);
}

@media (min-width: 768px) {
  .ipad-clear {
    display: block;
  }
  .tw-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ipad-lg-clear {
    display: block;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1198px) {
  .p-b-0-iPadOnly {
    padding-bottom: 0 !important;
  }
  .p-t-0-iPadOnly {
    padding-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .tw-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-col-xl-35 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    width: 35%;
  }
  .tw-col-xl-45 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
  }
  .tw-col-xl-55 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    width: 55%;
  }
  .tw-col-xl-65 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 65%;
  }
  .desktop-clear {
    display: block;
  }
}
@media (max-width: 1599px) {
  .circle-80 {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
  .icon-width-35 svg {
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .contact_footer_wrapper {
    max-width: 700px;
    margin: auto;
  }
  .contact-banner-details {
    padding: 20px 30px;
    gap: 20px;
  }
  .circle-80 {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .icon-width-35 svg {
    height: 25px;
  }
  .circle-60 {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .icon-width-25 svg {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .p-b-0-mobOnly {
    padding-bottom: 0 !important;
  }
  .p-t-0-mobOnly {
    padding-top: 0 !important;
  }
  .xs-m-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-p-b-0 {
    padding-bottom: 0 !important;
  }
  .contact-banner-details {
    padding: 10px 30px 30px;
    gap: 20px;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.step_form_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.step_form_wrapper *,
.step_form_wrapper *::before,
.step_form_wrapper *::after {
  box-sizing: border-box;
}
.step_form_wrapper .form_left_wrapper {
  width: 100%;
  flex: 0 0 100%;
  align-items: center;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  display: flex;
}
@media (min-width: 992px) {
  .step_form_wrapper .form_left_wrapper {
    width: 60%;
    flex: 0 0 60%;
  }
}
.step_form_wrapper .form_left_wrapper .text_holder {
  padding: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .step_form_wrapper .form_left_wrapper .text_holder {
    padding: 20px 230px 20px 80px;
  }
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_left_wrapper .text_holder {
    padding: 20px 300px 20px 80px;
  }
}
.step_form_wrapper .form_left_wrapper .text_holder .form-sml-hd {
  padding-bottom: 10px;
  text-transform: capitalize;
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_left_wrapper .text_holder .form-sml-hd {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .step_form_wrapper #step1 .tw-form-setps .tw-inner-buttons label {
    max-width: 50%;
    min-width: 120px;
  }
}
.step_form_wrapper .tw-form-setps .tw-inner-buttons {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .step_form_wrapper .tw-form-setps .tw-inner-buttons {
    padding-top: 15px;
  }
}
@media (min-width: 1600px) {
  .step_form_wrapper .tw-form-setps .tw-inner-buttons {
    padding-top: 20px;
  }
}
.step_form_wrapper .tw-form-setps .tw-inner-buttons label {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .step_form_wrapper .tw-form-setps .tw-inner-buttons label {
    padding-right: 10px;
    min-width: 50%;
  }
}
.step_form_wrapper .tw-form-setps .custom-radio.initial-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.step_form_wrapper .tw-form-setps .custom-radio.initial-buttons label {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 575px) {
  .step_form_wrapper .tw-form-setps .custom-radio.initial-buttons label {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .step_form_wrapper .tw-form-setps .custom-radio.initial-buttons label {
    height: 120px;
  }
}
@media (min-width: 1600px) {
  .step_form_wrapper .tw-form-setps .custom-radio.initial-buttons label {
    height: 148px;
    margin-right: 15px;
  }
}
.step_form_wrapper .tw-form-setps .custom-radio.initial-buttons label .lbl-title {
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.step_form_wrapper .tw-form-setps .custom-radio.initial-buttons label:last-child {
  margin-right: 0;
}
.step_form_wrapper .tw-form-setps .custom-radio.initial-buttons label i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  opacity: 0;
}
.step_form_wrapper .tw-form-setps .custom-radio input[type=radio]:checked + label i {
  opacity: 1;
}
.step_form_wrapper .form_right_wrapper {
  width: 100%;
  flex: 0 0 100%;
  padding: 20px 10px;
  background: #fff;
  color: #000;
  box-shadow: 0px 4px 126px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .step_form_wrapper .form_right_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 10px;
    width: 50%;
    flex: 0 0 50%;
    margin-left: -10%;
    min-height: 625px;
  }
}
@media (min-width: 1200px) {
  .step_form_wrapper .form_right_wrapper {
    padding: 30px 20px;
    min-height: 650px;
  }
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper {
    padding: 40px 30px;
    min-height: 882px;
  }
}
.step_form_wrapper .form_right_wrapper .form-outer {
  display: none;
}
.step_form_wrapper .form_right_wrapper .stp-idnty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.step_form_wrapper .form_right_wrapper .stp-idnty:before {
  content: "" !important;
  position: absolute;
  top: calc(50% - 1.5px);
  left: -10px;
  transform: translateX(-100%);
  width: 50px;
  height: 3px;
  background-color: var(--global--color-transparent);
  background-image: var(--global--color-primary-gradient);
  transition: 0.3s ease all;
}
.step_form_wrapper .form_right_wrapper .stp-idnty:after {
  content: "" !important;
  position: absolute;
  top: calc(50% - 3.5px);
  left: -10px;
  width: 7px;
  height: 7px;
  background-color: var(--global--color-primary);
  border-radius: 50%;
}
.step_form_wrapper .form_right_wrapper .stp-idnty .stp-styl {
  background: #ED1C24;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  font-size: 12px;
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper .stp-idnty .stp-styl {
    width: 26px;
    height: 26px;
    margin-left: 8px;
    font-size: 17px;
    padding-bottom: 2px;
  }
}
.step_form_wrapper .form_right_wrapper .step-include {
  padding: 15px 5px 10px 15px;
}
@media (min-width: 1200px) {
  .step_form_wrapper .form_right_wrapper .step-include {
    padding: 30px 10px 20px 30px;
  }
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper .step-include {
    padding: 60px 20px 30px 50px;
  }
}
.step_form_wrapper .form_right_wrapper .tw-form-setps {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper .tw-form-setps {
    padding-top: 40px;
  }
}
.step_form_wrapper .form_right_wrapper .tw-form-setps .step-inner-numbers {
  width: 5%;
  flex: 0 0 5%;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.step_form_wrapper .form_right_wrapper .tw-form-setps .step-inner-numbers::before {
  position: absolute;
  content: "";
  background: rgba(237, 28, 36, 0.2);
  width: 10px;
  height: 10px;
  top: -1px;
  left: -3px;
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper .tw-form-setps .step-inner-numbers::before {
    width: 16px;
    height: 17px;
    top: -5px;
    left: -5px;
  }
}
.step_form_wrapper .form_right_wrapper .tw-form-setps .step-details {
  width: 95%;
  flex: 0 0 95%;
  margin-bottom: 0 !important;
  line-height: 1;
}
.step_form_wrapper .form_right_wrapper .tw-form-setps .step-details .radio-heading {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper .tw-form-setps .step-details .radio-heading {
    font-family: 20px;
  }
}
@media (min-width: 1850px) {
  .step_form_wrapper .form_right_wrapper .tw-form-setps .step-details .radio-heading {
    font-family: 25px;
  }
}
.step_form_wrapper .form_right_wrapper .tw-form-setps .step-common-form {
  width: 100%;
}
.step_form_wrapper .form_right_wrapper .button-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}
.step_form_wrapper .form_right_wrapper .button-wrapper button {
  display: flex;
  font-weight: 300;
  -ms-flex-align: center;
  align-items: center;
  color: var(--global--color-white);
  padding-left: 25px;
  padding-right: 25px;
  background: #ED1C24;
  margin-left: 11px;
  border: 1px solid #ED1C24;
  text-transform: uppercase;
  height: 30px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 12px !important;
}
@media (min-width: 1200px) {
  .step_form_wrapper .form_right_wrapper .button-wrapper button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px !important;
  }
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper .button-wrapper button {
    height: 46px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px !important;
  }
}
.step_form_wrapper .form_right_wrapper .button-wrapper button svg {
  fill: none;
  stroke: var(--global--color-white);
  width: 9px;
  height: 10px;
  margin-left: 5px;
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .step_form_wrapper .form_right_wrapper .button-wrapper button svg {
    margin-left: 8px;
  }
}
.step_form_wrapper .form_right_wrapper .button-wrapper button:hover {
  background: var(--global--color-black);
}
.step_form_wrapper .form_right_wrapper .button-wrapper button.first-btn {
  background: transparent;
  color: var(--global--color-black);
}
.step_form_wrapper .form_right_wrapper .button-wrapper button.first-btn svg {
  stroke: var(--global--color-black);
  margin-left: 0;
  margin-left: 0px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .step_form_wrapper .form_right_wrapper .button-wrapper button.first-btn svg {
    margin-right: 8px;
  }
}
.step_form_wrapper .form_right_wrapper .button-wrapper button.first-btn:hover {
  background: #ED1C24;
  color: var(--global--color-white);
}
.step_form_wrapper .form_right_wrapper .button-wrapper button.first-btn:hover svg {
  stroke: var(--global--color-white);
}
.step_form_wrapper .form_right_wrapper .form_bottom_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-left: 15px;
  margin-top: 30px;
  padding-top: 10px;
}
@media (min-width: 1600px) {
  .step_form_wrapper .form_right_wrapper .form_bottom_wrapper {
    margin-top: 60px;
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .step_form_wrapper .form_right_wrapper .form_bottom_wrapper p {
    font-size: 16px !important;
  }
}
.step_form_wrapper .final-setps-wrap {
  padding-bottom: 0 !important;
}
@media (min-width: 1600px) {
  .step_form_wrapper .final-setps-wrap {
    padding: 40px 20px 30px 0px;
  }
}
.step_form_wrapper .final-setps-wrap .tw-form-setps {
  padding-top: 0 !important;
}
.step_form_wrapper .final-setps-wrap .tw-form-setps .stp-form-hd {
  font-weight: 500;
}
.step_form_wrapper .final-setps-wrap .tw-form-setps .stp-small-hd {
  font-weight: 400;
  padding-bottom: 20px;
  display: block;
}
.step_form_wrapper .final-setps-wrap .tw-form-setps .form-elements, .step_form_wrapper .final-setps-wrap .tw-form-setps ::placeholder, .step_form_wrapper .final-setps-wrap .tw-form-setps .textarea {
  font-weight: 200;
  color: #231F20 !important;
}

.titleSize-20 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 768px) {
  .titleSize-20 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-20 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-20 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-20 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

.t .titleSize-25 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  .t .titleSize-25 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .t .titleSize-25 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .t .titleSize-25 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  .t .titleSize-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.titleSize-33 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  .titleSize-33 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-33 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-33 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-33 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}

.titleSize-48 {
  color: #fff;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .titleSize-48 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-48 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-48 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-48 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}

.titleSize-40 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  .titleSize-40 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-40 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-40 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}/*# sourceMappingURL=style.css.map */