@charset "UTF-8";
/*
Theme Name: CredTex Global
Theme URI: 
Author: the TechWyse team
Author URI: https://www.techwyse.com/
Description: Finca Landscaping offers start-up consultation, clinic management, billing, buying/selling, & physician recruitment services to boost your medical business.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Finca Landscaping
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

Finca Landscaping WordPress Theme, (C) 2020 WordPress.org
Finca Landscaping is distributed under the terms of the GNU GPL.
*/
:root {
  --font-rubik: "Rubik", sans-serif;
  /* Font Family */
  --twgl--font-primary: var(
    --font-rubik,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  /* |=>  COLOR CODES  <=| */
  --twgl--body-bg: #ffffff;
  --twgl--color-black: #000;
  --twgl--color-white: #fff;
  --twgl--color-alert: #dc3545;
  --twgl--color-warning: #ffc107;
  --twgl--color-success: #28a745;
  --twgl--color-info: #17a2b8;
  --twgl--color-grey: #808080;
  --twgl--color-base-text: #040503;
  --twgl--color-primary: #FF9802;
  --twgl--color-secondary: #ff9804;
  --twgl--color-border: #7b7b7b;
  --twgl--border-form: var(--twgl--color-base-text);
  /* OTHER COLOR VARIABLES */
  --twgl-button-color: var(--twgl--color-base-text);
  --twgl--button-bg: var(--twgl--color-secondary);
  --twgl--button-hover: var(--twgl--color-primary);
  --twgl-heading-color: var(--twgl--color-base-text);
  --twgl--rgb-primary: rgba(39, 176, 93, 1);
  --twgl--rgb-primary-1: rgba(39, 176, 93, 0.1);
  --twgl--rgb-primary-2: rgba(39, 176, 93, 0.2);
  --twgl--rgb-primary-3: rgba(39, 176, 93, 0.3);
  --twgl--rgb-primary-4: rgba(39, 176, 93, 0.4);
  --twgl--rgb-primary-5: rgba(39, 176, 93, 0.5);
  --twgl--rgb-primary-6: rgba(39, 176, 93, 0.6);
  --twgl--rgb-primary-7: rgba(39, 176, 93, 0.7);
  --twgl--rgb-primary-8: rgba(39, 176, 93, 0.8);
  --twgl--rgb-primary-9: rgba(39, 176, 93, 0.9);
  --twgl--rgb-secondary: rgba(239, 206, 30, 1);
  --twgl--rgb-secondary-1: rgba(239, 206, 30, 0.1);
  --twgl--rgb-secondary-2: rgba(239, 206, 30, 0.2);
  --twgl--rgb-secondary-3: rgba(239, 206, 30, 0.3);
  --twgl--rgb-secondary-4: rgba(239, 206, 30, 0.4);
  --twgl--rgb-secondary-5: rgba(239, 206, 30, 0.5);
  --twgl--rgb-secondary-6: rgba(239, 206, 30, 0.6);
  --twgl--rgb-secondary-7: rgba(239, 206, 30, 0.7);
  --twgl--rgb-secondary-8: rgba(239, 206, 30, 0.8);
  --twgl--rgb-secondary-9: rgba(239, 206, 30, 0.9);
  --twgl--rgb-white: rgba(255, 255, 255, 1);
  --twgl--rgb-white-1: rgba(255, 255, 255, 0.1);
  --twgl--rgb-white-2: rgba(255, 255, 255, 0.2);
  --twgl--rgb-white-3: rgba(255, 255, 255, 0.3);
  --twgl--rgb-white-4: rgba(255, 255, 255, 0.4);
  --twgl--rgb-white-5: rgba(255, 255, 255, 0.5);
  --twgl--rgb-white-6: rgba(255, 255, 255, 0.6);
  --twgl--rgb-white-7: rgba(255, 255, 255, 0.7);
  --twgl--rgb-white-8: rgba(255, 255, 255, 0.8);
  --twgl--rgb-white-9: rgba(255, 255, 255, 0.9);
  --twgl--rgb-black: rgba(0, 0, 0, 1);
  --twgl--rgb-black-1: rgba(0, 0, 0, 0.1);
  --twgl--rgb-black-2: rgba(0, 0, 0, 0.2);
  --twgl--rgb-black-3: rgba(0, 0, 0, 0.3);
  --twgl--rgb-black-4: rgba(0, 0, 0, 0.4);
  --twgl--rgb-black-5: rgba(0, 0, 0, 0.5);
  --twgl--rgb-black-6: rgba(0, 0, 0, 0.6);
  --twgl--rgb-black-7: rgba(0, 0, 0, 0.7);
  --twgl--rgb-black-8: rgba(0, 0, 0, 0.8);
  --twgl--rgb-black-9: rgba(0, 0, 0, 0.9);
  /* |=>  CONTAINER WIDTH  <=| */
  --twgl--wrap-sm: 540px;
  --twgl--wrap-md: 720px;
  --twgl--wrap-lg: 960px;
  --twgl--wrap-xl: 1170px;
  --twgl--wrap-xxl: 1520px;
  --twgl--wrap-xxxl: 1620px;
  /* |=>  GUTTER SIZE  <=| */
  --twgl--gutter-x: 30px;
  --twgl--gutter-sm: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h1 {
  font-size: clamp(1.75rem, 1.3333333333rem + 2.2222222222vw, 4rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .h1 {
    font-size: clamp(1.75rem, 1.587962963rem + 0.8641975309vw, 2.625rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .h1 {
    font-size: clamp(1.6875rem, 1.6759259259rem + 0.0617283951vw, 1.75rem) !important;
  }
}

.h2 {
  font-size: clamp(1.875rem, 1.5277777778rem + 1.8518518519vw, 3.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .h2 {
    font-size: clamp(1.625rem, 1.4050925926rem + 1.1728395062vw, 2.8125rem) !important;
  }
}

.h3 {
  font-size: clamp(1.5625rem, 1.3310185185rem + 1.2345679012vw, 2.8125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .h3 {
    font-size: clamp(1.5625rem, 1.4236111111rem + 0.7407407407vw, 2.3125rem) !important;
  }
}

.h4 {
  font-size: clamp(1.5rem, 1.3032407407rem + 1.049382716vw, 2.5625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .h4 {
    font-size: clamp(1.5rem, 1.3611111111rem + 0.7407407407vw, 2.25rem) !important;
  }
}

.h5 {
  font-size: clamp(1.4375rem, 1.275462963rem + 0.8641975309vw, 2.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .h5 {
    font-size: clamp(1.375rem, 1.2361111111rem + 0.7407407407vw, 2.125rem) !important;
  }
}

.h6 {
  font-size: clamp(1.3125rem, 1.150462963rem + 0.8641975309vw, 2.1875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .h6 {
    font-size: clamp(1.3125rem, 1.2083333333rem + 0.5555555556vw, 1.875rem) !important;
  }
}

.fs-18 {
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-18 {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}

.fs-20 {
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-20 {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}

.fs-21 {
  font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-21 {
    font-size: clamp(1.0625rem, 1.0162037037rem + 0.2469135802vw, 1.3125rem) !important;
  }
}

.fs-22 {
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-22 {
    font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  }
}

.fs-23 {
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-23 {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}

.fs-26 {
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-26 {
    font-size: clamp(1.1875rem, 1.1412037037rem + 0.2469135802vw, 1.4375rem) !important;
  }
}

.fs-28 {
  font-size: clamp(1.25rem, 1.1574074074rem + 0.4938271605vw, 1.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-28 {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
}

.fs-29 {
  font-size: clamp(1.25rem, 1.1458333333rem + 0.5555555556vw, 1.8125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-29 {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
}

.fs-32 {
  font-size: clamp(1.1875rem, 1.037037037rem + 0.8024691358vw, 2rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-32 {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  }
}

.fs-34 {
  font-size: clamp(1.1875rem, 1.0138888889rem + 0.9259259259vw, 2.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-34 {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  }
}

.fs-39 {
  font-size: clamp(1.4375rem, 1.2523148148rem + 0.987654321vw, 2.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-39 {
    font-size: clamp(1.4375rem, 1.3680555556rem + 0.3703703704vw, 1.8125rem) !important;
  }
}

.fs-42 {
  font-size: clamp(1.375rem, 1.1435185185rem + 1.2345679012vw, 2.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-42 {
    font-size: clamp(1.375rem, 1.2361111111rem + 0.7407407407vw, 2.125rem) !important;
  }
}

.fs-49 {
  font-size: clamp(1.625rem, 1.3587962963rem + 1.4197530864vw, 3.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-49 {
    font-size: clamp(1.625rem, 1.4976851852rem + 0.6790123457vw, 2.3125rem) !important;
  }
}

.fs-55 {
  font-size: clamp(1.5625rem, 1.2152777778rem + 1.8518518519vw, 3.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-55 {
    font-size: clamp(1.5625rem, 1.3888888889rem + 0.9259259259vw, 2.5rem) !important;
  }
}

.fs-58 {
  font-size: clamp(1.625rem, 1.2546296296rem + 1.975308642vw, 3.625rem) !important;
}
@media screen and (max-width: 1599px) {
  .fs-58 {
    font-size: clamp(1.625rem, 1.462962963rem + 0.8641975309vw, 2.5rem) !important;
  }
}

.fs-62 {
  font-size: clamp(1.75rem, 1.3564814815rem + 2.0987654321vw, 3.875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-62 {
    font-size: clamp(1.75rem, 1.4953703704rem + 1.3580246914vw, 3.125rem) !important;
  }
}

.fs-64 {
  font-size: clamp(1.6875rem, 1.2592592593rem + 2.2839506173vw, 4rem) !important;
}
@media screen and (max-width: 1599px) {
  .fs-64 {
    font-size: clamp(1.6875rem, 1.4212962963rem + 1.4197530864vw, 3.125rem) !important;
  }
}

.fs-75 {
  font-size: clamp(1.875rem, 1.3541666667rem + 2.7777777778vw, 4.6875rem) !important;
}
@media screen and (max-width: 1599px) {
  .fs-75 {
    font-size: clamp(1.875rem, 1.5277777778rem + 1.8518518519vw, 3.75rem) !important;
  }
}

.fs-96 {
  font-size: clamp(1.6875rem, 0.8888888889rem + 4.2592592593vw, 6rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fs-96 {
    font-size: clamp(1.6875rem, 1.3055555556rem + 2.037037037vw, 3.75rem) !important;
  }
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding: 0 !important;
}

/*  ===============
  1. Reset
===============  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-ms-expand {
  display: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  background-color: var(--twgl--color-white);
  color: var(--twgl--color-black);
  forced-color-adjust: none !important;
  font-family: var(--twgl--font-primary);
  font-size: 16px !important;
  font-weight: 300;
  font-optical-sizing: auto;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  background-color: var(--twgl--body-bg) !important;
  color: var(--twgl--color-base-text) !important;
  forced-color-adjust: none !important;
  font-family: var(--twgl--font-primary);
  font-optical-sizing: auto;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  body {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
body {
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
}
body p,
body li {
  color: var(--twgl--color-base-text);
  font-size: inherit;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
body p a,
body li a {
  color: var(--twgl--color-primary);
  display: inline;
  text-decoration: underline !important;
}
body p a:hover,
body li a:hover {
  color: var(--twgl--color-secondary);
  text-decoration: none !important;
}
body p,
body li,
body .form-elements,
body select,
body textarea,
body label {
  font-family: inherit;
  font-optical-sizing: auto;
  font-size: inherit;
  font-weight: inherit;
}
body ::-webkit-input-placeholder {
  font-size: inherit;
}
body :-moz-placeholder {
  font-size: inherit;
}
body ::-moz-placeholder {
  font-size: inherit;
}
body :-ms-input-placeholder {
  font-size: inherit;
}

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

img, video, canvas {
  filter: none !important;
  forced-color-adjust: none !important;
}

address {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

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

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
a:focus, a:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

button {
  border: 0;
}

a {
  border: none;
  color: inherit;
  display: inline-block;
}

a[href^=tel] {
  color: inherit;
  cursor: default;
  text-decoration: none !important;
}
a[href^=tel]:hover, a[href^=tel]:active, a[href^=tel]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
  text-decoration: none !important;
}

b,
strong {
  font-weight: 500;
}

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

.tw-logo {
  display: inline-block;
  margin-top: 10px;
}
.tw-logo svg {
  fill: #c3c9cf;
  height: 34px;
  width: 34px;
}
.tw-logo:hover svg {
  fill: var(--twgl--color-primary);
}

.tw-row {
  display: flex;
  flex-flow: row wrap;
  margin-left: calc(-0.5 * var(--twgl--gutter-sm));
  margin-right: calc(-0.5 * var(--twgl--gutter-sm));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--twgl--gutter-sm) * 0.5);
  margin-top: calc(var(--twgl--gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--twgl--gutter-sm) * 0.5);
  padding-right: calc(var(--twgl--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,
.e-con > .e-con-inner,
.container-fluid,
.old_container > .elementor-container {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  width: 100%;
}

.custom_container- {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  position: relative;
  width: 100%;
}

.slick-dots,
.container,
.custom_container-,
.e-con > .e-con-inner,
.old_container > .elementor-container {
  padding-right: calc(var(--twgl--gutter-sm) * 0.5) !important;
  padding-left: calc(var(--twgl--gutter-sm) * 0.5) !important;
}
@media screen and (min-width: 576px) {
  .slick-dots,
  .container,
  .custom_container-,
  .e-con > .e-con-inner,
  .old_container > .elementor-container {
    max-width: var(--twgl--wrap-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .slick-dots,
  .container,
  .custom_container-,
  .e-con > .e-con-inner,
  .old_container > .elementor-container {
    max-width: var(--twgl--wrap-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .slick-dots,
  .container,
  .custom_container-,
  .e-con > .e-con-inner,
  .old_container > .elementor-container {
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .slick-dots,
  .container,
  .custom_container-,
  .e-con > .e-con-inner,
  .old_container > .elementor-container {
    max-width: var(--twgl--wrap-xl) !important;
  }
}
@media screen and (min-width: 1600px) {
  .slick-dots,
  .container,
  .custom_container-,
  .e-con > .e-con-inner,
  .old_container > .elementor-container {
    max-width: var(--twgl--wrap-xxl) !important;
  }
}
@media screen and (min-width: 1800px) {
  .slick-dots,
  .container,
  .custom_container-,
  .e-con > .e-con-inner,
  .old_container > .elementor-container {
    max-width: var(--twgl--wrap-xxxl) !important;
  }
}

.container-fluid {
  padding-left: calc(var(--twgl--gutter-sm) * 0.5) !important;
  padding-right: calc(var(--twgl--gutter-sm) * 0.5) !important;
}
@media screen and (min-width: 576px) {
  .container-fluid {
    max-width: var(--twgl--wrap-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  .container-fluid {
    max-width: var(--twgl--wrap-md) !important;
  }
}
@media screen and (min-width: 992px) {
  .container-fluid {
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .container-fluid {
    max-width: 1950px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

[class*=custom_container-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  padding-right: calc(var(--twgl--gutter-sm) * 0.5) !important;
  padding-left: calc(var(--twgl--gutter-sm) * 0.5) !important;
  position: relative;
  width: 100% !important;
}
@media screen and (min-width: 575px) and (max-width: 767px) {
  [class*=custom_container-] {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--twgl--wrap-md)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-md)) / 2) !important;
    max-width: var(--twgl--wrap-md) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  [class*=custom_container-] {
    margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    max-width: var(--twgl--wrap-lg) !important;
  }
}

@media screen and (min-width: 768px) {
  .custom_container-left-md, .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-md)) / 2) !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .custom_container-left-md, .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-left-md, .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-md, .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-left-md, .clwr_grid:nth-child(odd) .custom_container-alternate-md {
    margin-left: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 768px) {
  .custom_container-right-md, .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-left: 0 !important;
    margin-right: calc((100vw - var(--twgl--wrap-md)) / 2) !important;
    width: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .custom_container-right-md, .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-right-md, .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right-md, .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-right-md, .clwr_grid:nth-child(even) .custom_container-alternate-md {
    margin-right: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) {
  .custom_container-right-lg {
    margin-left: 0 !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-right-lg {
    margin-right: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_container-right-xl {
    margin-left: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--twgl--wrap-lg)) / 2) !important;
    max-width: var(--twgl--wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-right-xl {
    margin-left: 0 !important;
    margin-right: calc((100vw - var(--twgl--wrap-xl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-right-xl {
    margin-right: calc((100vw - var(--twgl--wrap-xxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1800px) {
  .custom_container-right-xl {
    margin-right: calc((100vw - var(--twgl--wrap-xxxl)) / 2 - var(--twgl--gutter-sm) * 0.5) !important;
  }
}

.e-parent .e-child.spacing-911 {
  padding-left: initial !important;
  padding-right: initial !important;
}
@media screen and (min-width: 1200px) {
  .e-parent .e-child.pd-right-60 {
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .e-parent .e-child.pd-right-60 {
    padding-right: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .e-parent .e-child.pd-left-60 {
    padding-left: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .e-parent .e-child.pd-left-60 {
    padding-left: 60px !important;
  }
}
.e-parent.spacing-911 .e-child {
  padding-left: initial !important;
  padding-right: initial !important;
}

@keyframes LeftRightLeft {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(95%);
  }
  65% {
    transform: translateX(-75%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flyOffLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes flyOffRight {
  0% {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
}
@keyframes bannerThumbZoom {
  0% {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1.1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
  100% {
    transform: translate3d(-40px, 20px, 50px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}
@keyframes zoomRotate {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform-style: preserve-3d;
  }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1.2) rotateX(-5deg) rotateY(-2deg) rotateZ(-8deg);
    transform-style: preserve-3d;
  }
}
@keyframes hidetoRight {
  0% {
    transform: rotate(45deg) translateY(-110px);
  }
  100% {
    transform: rotate(45deg) translateY(-180px);
  }
}
@keyframes hidetoLeft {
  0% {
    transform: rotate(45deg) translateY(180px);
  }
  100% {
    transform: rotate(45deg) translateY(80px);
  }
}
@media screen and (min-width: 1600px) {
  @keyframes hidetoLeft {
    0% {
      transform: rotate(45deg) translateY(180px);
    }
    100% {
      transform: rotate(45deg) translateY(110px);
    }
  }
}
@keyframes colorChange {
  from {
    color: var(--tw--global--color-white);
  }
  to {
    color: var(--tw--global--color-primary);
  }
}
@keyframes flyoutAnimOne {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  15% {
    transform: translate(-45%, -25%);
    -ms-transform: translate(-45%, -25%);
    -o-transform: translate(-45%, -25%);
    -webkit-transform: translate(-45%, -25%);
  }
  45% {
    transform: translate(25%, -45%);
    -ms-transform: translate(25%, -45%);
    -o-transform: translate(25%, -45%);
    -webkit-transform: translate(25%, -45%);
  }
  55% {
    transform: translate(15%, -65%);
    -ms-transform: translate(15%, -65%);
    -o-transform: translate(15%, -65%);
    -webkit-transform: translate(15%, -65%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimTwo {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-60%, 30%);
    -ms-transform: translate(-60%, 30%);
    -o-transform: translate(-60%, 30%);
    -webkit-transform: translate(-60%, 30%);
  }
  30% {
    transform: translate(-20%, 50%);
    -ms-transform: translate(-20%, 50%);
    -o-transform: translate(-20%, 50%);
    -webkit-transform: translate(-20%, 50%);
  }
  60% {
    transform: translate(-40%, 30%);
    -ms-transform: translate(-40%, 30%);
    -o-transform: translate(-40%, 30%);
    -webkit-transform: translate(-40%, 30%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimThree {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(-60%, 10%);
    -ms-transform: translate(-60%, 10%);
    -o-transform: translate(-60%, 10%);
    -webkit-transform: translate(-60%, 10%);
  }
  40% {
    transform: translate(-30%, 40%);
    -ms-transform: translate(-30%, 40%);
    -o-transform: translate(-30%, 40%);
    -webkit-transform: translate(-30%, 40%);
  }
  60% {
    transform: translate(-50%, 10%);
    -ms-transform: translate(-50%, 10%);
    -o-transform: translate(-50%, 10%);
    -webkit-transform: translate(-50%, 10%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimFour {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(20%, 30%);
    -ms-transform: translate(20%, 30%);
    -o-transform: translate(20%, 30%);
    -webkit-transform: translate(20%, 30%);
  }
  60% {
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimFive {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  20% {
    transform: translate(30%, -80%);
    -ms-transform: translate(30%, -80%);
    -o-transform: translate(30%, -80%);
    -webkit-transform: translate(30%, -80%);
  }
  60% {
    transform: translate(65%, -100%);
    -ms-transform: translate(65%, -100%);
    -o-transform: translate(65%, -100%);
    -webkit-transform: translate(65%, -100%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimTL {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  25% {
    transform: translate(19%, 30%);
    -ms-transform: translate(19%, 30%);
    -o-transform: translate(19%, 30%);
    -webkit-transform: translate(19%, 30%);
  }
  50% {
    transform: translate(-8%, 90%);
    -ms-transform: translate(-8%, 90%);
    -o-transform: translate(-8%, 90%);
    -webkit-transform: translate(-8%, 90%);
  }
  75% {
    transform: translate(-78%, 30%);
    -ms-transform: translate(-78%, 30%);
    -o-transform: translate(-78%, 30%);
    -webkit-transform: translate(-78%, 30%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBL3 {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  25% {
    transform: translate(1%, -60%);
    -ms-transform: translate(1%, -60%);
    -o-transform: translate(1%, -60%);
    -webkit-transform: translate(1%, -60%);
  }
  50% {
    transform: translate(-60%, -150%);
    -ms-transform: translate(-60%, -150%);
    -o-transform: translate(-60%, -150%);
    -webkit-transform: translate(-60%, -150%);
  }
  65% {
    transform: translate(-54%, -175%);
    -ms-transform: translate(-54%, -175%);
    -o-transform: translate(-54%, -175%);
    -webkit-transform: translate(-54%, -175%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBL2 {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  10% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  50% {
    transform: translate(1%, -40%);
    -ms-transform: translate(1%, -40%);
    -o-transform: translate(1%, -40%);
    -webkit-transform: translate(1%, -40%);
  }
  80% {
    transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    -o-transform: translate(-50%, -90%);
    -webkit-transform: translate(-50%, -90%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBL1 {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  10% {
    transform: translate(63%, 0);
    -ms-transform: translate(63%, 0);
    -o-transform: translate(63%, 0);
    -webkit-transform: translate(63%, 0);
  }
  70% {
    transform: translate(19%, -80%);
    -ms-transform: translate(19%, -80%);
    -o-transform: translate(19%, -80%);
    -webkit-transform: translate(19%, -80%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimTR {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  33% {
    transform: translate(23%, -58%);
    -ms-transform: translate(23%, -58%);
    -o-transform: translate(23%, -58%);
    -webkit-transform: translate(23%, -58%);
  }
  66% {
    transform: translate(-32%, -18%);
    -ms-transform: translate(-32%, -18%);
    -o-transform: translate(-32%, -18%);
    -webkit-transform: translate(-32%, -18%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimBR {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  10% {
    transform: translate(-30%, 18%);
    -ms-transform: translate(-30%, 18%);
    -o-transform: translate(-30%, 18%);
    -webkit-transform: translate(-30%, 18%);
  }
  60% {
    transform: translate(37%, -80%);
    -ms-transform: translate(37%, -80%);
    -o-transform: translate(37%, -80%);
    -webkit-transform: translate(37%, -80%);
  }
  80% {
    transform: translate(-5%, -22%);
    -ms-transform: translate(-5%, -22%);
    -o-transform: translate(-5%, -22%);
    -webkit-transform: translate(-5%, -22%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes flyoutAnimMR {
  0% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  33% {
    transform: translate(-10%, -120%);
    -ms-transform: translate(-10%, -120%);
    -o-transform: translate(-10%, -120%);
    -webkit-transform: translate(-10%, -120%);
  }
  60% {
    transform: translate(-22%, -70%);
    -ms-transform: translate(-22%, -70%);
    -o-transform: translate(-22%, -70%);
    -webkit-transform: translate(-22%, -70%);
  }
  85% {
    transform: translate(-5%, 70%);
    -ms-transform: translate(-5%, 70%);
    -o-transform: translate(-5%, 70%);
    -webkit-transform: translate(-5%, 70%);
  }
  100% {
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.text-white {
  color: var(--twgl--color-white) !important;
}
.text-white p,
.text-white li,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white blockquote {
  color: inherit !important;
}
.text-white p,
.text-white li {
  font-weight: 200;
}
.text-white a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button) {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button):hover {
  color: var(--twgl--color-secondary) !important;
  text-decoration: none !important;
}
.text-white .tw-elem-btn a {
  text-decoration: none !important;
}

@media screen and (min-width: 1200px) {
  .text-white-desktop {
    color: var(--twgl--color-white) !important;
  }
  .text-white-desktop p,
  .text-white-desktop li,
  .text-white-desktop a,
  .text-white-desktop h1,
  .text-white-desktop h2,
  .text-white-desktop h3,
  .text-white-desktop h4,
  .text-white-desktop h5,
  .text-white-desktop h6,
  .text-white-desktop blockquote {
    color: inherit !important;
  }
  .text-white-desktop p,
  .text-white-desktop li {
    font-weight: 200;
  }
  .text-white-desktop a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button) {
    color: inherit !important;
    text-decoration: underline !important;
  }
  .text-white-desktop a:not([href^=tel]):not(.tw-elem-btn):not(.elementor-button):hover {
    color: var(--twgl--color-secondary) !important;
    text-decoration: none !important;
  }
  .text-white-desktop .tw-elem-btn a {
    text-decoration: none !important;
  }
}
.text-black {
  color: var(--twgl--color-black) !important;
}
.text-black p,
.text-black li,
.text-black a,
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black blockquote {
  color: inherit !important;
}
.text-black a {
  color: inherit !important;
}
.text-black a:hover {
  color: var(--twgl--color-primary) !important;
  text-decoration: none !important;
}
.text-black a[href^=tel]:hover {
  color: var(--twgl--color-black) !important;
}

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

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

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

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

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

/* |=>  HEADING TAG STYLES  <=| */
h1 {
  color: var(--twgl--color-black);
  display: block;
  font-family: var(--twgl--font-secondary) !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  h1 {
    margin-bottom: 20px !important;
  }
}
h1 strong {
  font-weight: inherit !important;
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote {
  margin-top: 5px !important;
}
h1 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h2 {
    margin-top: 20px !important;
  }
}
h1 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h3 {
    margin-top: 20px !important;
  }
}
h1 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h4 {
    margin-top: 20px !important;
  }
}
h1 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h5 {
    margin-top: 20px !important;
  }
}
h1 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h1 + h6 {
    margin-top: 20px !important;
  }
}
h1.text-primary {
  color: var(--twgl--color-primary) !important;
}
h1.text-secondary {
  color: var(--twgl--color-secondary) !important;
}

h2 {
  color: var(--twgl--color-black);
  display: block;
  font-family: var(--twgl--font-secondary) !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  h2 {
    margin-bottom: 20px !important;
  }
}
h2 strong {
  font-weight: inherit !important;
}
h2 + p, h2 + ul, h2 + ol, h2 + blockquote {
  margin-top: 5px !important;
}
h2 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h2 {
    margin-top: 20px !important;
  }
}
h2 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h3 {
    margin-top: 20px !important;
  }
}
h2 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h4 {
    margin-top: 20px !important;
  }
}
h2 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h5 {
    margin-top: 20px !important;
  }
}
h2 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h2 + h6 {
    margin-top: 20px !important;
  }
}
h2.text-primary {
  color: var(--twgl--color-primary) !important;
}
h2.text-secondary {
  color: var(--twgl--color-secondary) !important;
}

h3 {
  color: var(--twgl--color-black);
  display: block;
  font-family: var(--twgl--font-secondary) !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  h3 {
    margin-bottom: 20px !important;
  }
}
h3 strong {
  font-weight: inherit !important;
}
h3 + p, h3 + ul, h3 + ol, h3 + blockquote {
  margin-top: 5px !important;
}
h3 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h2 {
    margin-top: 20px !important;
  }
}
h3 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h3 {
    margin-top: 20px !important;
  }
}
h3 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h4 {
    margin-top: 20px !important;
  }
}
h3 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h5 {
    margin-top: 20px !important;
  }
}
h3 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h3 + h6 {
    margin-top: 20px !important;
  }
}
h3.text-primary {
  color: var(--twgl--color-primary) !important;
}
h3.text-secondary {
  color: var(--twgl--color-secondary) !important;
}

h4 {
  color: var(--twgl--color-black);
  display: block;
  font-family: var(--twgl--font-secondary) !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  h4 {
    margin-bottom: 20px !important;
  }
}
h4 strong {
  font-weight: inherit !important;
}
h4 + p, h4 + ul, h4 + ol, h4 + blockquote {
  margin-top: 5px !important;
}
h4 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h2 {
    margin-top: 20px !important;
  }
}
h4 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h3 {
    margin-top: 20px !important;
  }
}
h4 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h4 {
    margin-top: 20px !important;
  }
}
h4 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h5 {
    margin-top: 20px !important;
  }
}
h4 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h4 + h6 {
    margin-top: 20px !important;
  }
}
h4.text-primary {
  color: var(--twgl--color-primary) !important;
}
h4.text-secondary {
  color: var(--twgl--color-secondary) !important;
}

h5 {
  color: var(--twgl--color-black);
  display: block;
  font-family: var(--twgl--font-secondary) !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  h5 {
    margin-bottom: 20px !important;
  }
}
h5 strong {
  font-weight: inherit !important;
}
h5 + p, h5 + ul, h5 + ol, h5 + blockquote {
  margin-top: 5px !important;
}
h5 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h2 {
    margin-top: 20px !important;
  }
}
h5 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h3 {
    margin-top: 20px !important;
  }
}
h5 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h4 {
    margin-top: 20px !important;
  }
}
h5 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h5 {
    margin-top: 20px !important;
  }
}
h5 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h5 + h6 {
    margin-top: 20px !important;
  }
}
h5.text-primary {
  color: var(--twgl--color-primary) !important;
}
h5.text-secondary {
  color: var(--twgl--color-secondary) !important;
}

h6 {
  color: var(--twgl--color-black);
  display: block;
  font-family: var(--twgl--font-secondary) !important;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 20px !important;
  padding: 0;
}
@media screen and (min-width: 1600px) {
  h6 {
    margin-bottom: 20px !important;
  }
}
h6 strong {
  font-weight: inherit !important;
}
h6 + p, h6 + ul, h6 + ol, h6 + blockquote {
  margin-top: 5px !important;
}
h6 + h2 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h2 {
    margin-top: 20px !important;
  }
}
h6 + h3 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h3 {
    margin-top: 20px !important;
  }
}
h6 + h4 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h4 {
    margin-top: 20px !important;
  }
}
h6 + h5 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h5 {
    margin-top: 20px !important;
  }
}
h6 + h6 {
  margin-top: 15px !important;
}
@media screen and (min-width: 1600px) {
  h6 + h6 {
    margin-top: 20px !important;
  }
}
h6.text-primary {
  color: var(--twgl--color-primary) !important;
}
h6.text-secondary {
  color: var(--twgl--color-secondary) !important;
}

h1 {
  font-size: clamp(1.75rem, 1.3333333333rem + 2.2222222222vw, 4rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h1 {
    font-size: clamp(1.75rem, 1.587962963rem + 0.8641975309vw, 2.625rem) !important;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: clamp(1.6875rem, 1.6759259259rem + 0.0617283951vw, 1.75rem) !important;
  }
}

h2 {
  font-size: clamp(1.875rem, 1.5277777778rem + 1.8518518519vw, 3.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h2 {
    font-size: clamp(1.625rem, 1.4050925926rem + 1.1728395062vw, 2.8125rem) !important;
  }
}

h3 {
  font-size: clamp(1.5625rem, 1.3310185185rem + 1.2345679012vw, 2.8125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h3 {
    font-size: clamp(1.5625rem, 1.4236111111rem + 0.7407407407vw, 2.3125rem) !important;
  }
}

h4 {
  font-size: clamp(1.5rem, 1.3032407407rem + 1.049382716vw, 2.5625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h4 {
    font-size: clamp(1.5rem, 1.3611111111rem + 0.7407407407vw, 2.25rem) !important;
  }
}

h5 {
  font-size: clamp(1.4375rem, 1.275462963rem + 0.8641975309vw, 2.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h5 {
    font-size: clamp(1.375rem, 1.2361111111rem + 0.7407407407vw, 2.125rem) !important;
  }
}

h6 {
  font-size: clamp(1.3125rem, 1.150462963rem + 0.8641975309vw, 2.1875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  h6 {
    font-size: clamp(1.3125rem, 1.2083333333rem + 0.5555555556vw, 1.875rem) !important;
  }
}

.elementor-widget-heading {
  font-size: clamp(1.875rem, 1.5277777778rem + 1.8518518519vw, 3.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading {
    font-size: clamp(1.625rem, 1.4050925926rem + 1.1728395062vw, 2.8125rem) !important;
  }
}
.elementor-widget-heading {
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  padding: 0;
  text-align: inherit !important;
  text-transform: inherit !important;
}
.elementor-widget-heading .elementor-heading-title .sub_t_md {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading .elementor-heading-title .sub_t_md {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading .elementor-heading-title .sub_t_md {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading .elementor-heading-title .sub_t_md {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading .elementor-heading-title .sub_t_md {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
.elementor-widget-heading .elementor-heading-title .sub_t_md {
  font-weight: 400;
  color: #FF9802;
  display: block;
}
.elementor-widget-heading .elementor-heading-title .sub_t_lg {
  font-size: clamp(1.625rem, 1.3587962963rem + 1.4197530864vw, 3.0625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading .elementor-heading-title .sub_t_lg {
    font-size: clamp(1.625rem, 1.4976851852rem + 0.6790123457vw, 2.3125rem) !important;
  }
}
.elementor-widget-heading .elementor-heading-title .sub_t_lg {
  font-weight: 400;
  color: #FF9802;
  display: block;
}
.elementor-widget-heading.m-b-0 .elementor-heading-title {
  margin-bottom: 5px !important;
}
.elementor-widget-heading.text-white {
  color: var(--twgl--color-white);
}
.elementor-widget-heading.text-white.styled_title .element:before {
  background-color: var(--twgl--color-primary);
}
.elementor-widget-heading.text-white.styled_title.no__circle .element:after {
  background-color: var(--twgl--color-primary);
}
.elementor-widget-heading.fs-64 {
  font-size: clamp(1.75rem, 1.3333333333rem + 2.2222222222vw, 4rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-64 {
    font-size: clamp(1.75rem, 1.587962963rem + 0.8641975309vw, 2.625rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading.fs-64 {
    font-size: clamp(1.6875rem, 1.6759259259rem + 0.0617283951vw, 1.75rem) !important;
  }
}
.elementor-widget-heading.fs-55 {
  font-size: clamp(1.5625rem, 1.2152777778rem + 1.8518518519vw, 3.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-55 {
    font-size: clamp(1.5625rem, 1.3888888889rem + 0.9259259259vw, 2.5rem) !important;
  }
}
.elementor-widget-heading.fs-45 {
  font-size: clamp(1.5625rem, 1.3310185185rem + 1.2345679012vw, 2.8125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-45 {
    font-size: clamp(1.5625rem, 1.4236111111rem + 0.7407407407vw, 2.3125rem) !important;
  }
}
.elementor-widget-heading.fs-41 {
  font-size: clamp(1.5rem, 1.3032407407rem + 1.049382716vw, 2.5625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-41 {
    font-size: clamp(1.5rem, 1.3611111111rem + 0.7407407407vw, 2.25rem) !important;
  }
}
.elementor-widget-heading.fs-42 {
  font-size: clamp(1.375rem, 1.1435185185rem + 1.2345679012vw, 2.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-42 {
    font-size: clamp(1.375rem, 1.2361111111rem + 0.7407407407vw, 2.125rem) !important;
  }
}
.elementor-widget-heading.fs-39 {
  font-size: clamp(1.4375rem, 1.2523148148rem + 0.987654321vw, 2.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-39 {
    font-size: clamp(1.4375rem, 1.3680555556rem + 0.3703703704vw, 1.8125rem) !important;
  }
}
.elementor-widget-heading.fs-37 {
  font-size: clamp(1.4375rem, 1.275462963rem + 0.8641975309vw, 2.3125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-37 {
    font-size: clamp(1.375rem, 1.2361111111rem + 0.7407407407vw, 2.125rem) !important;
  }
}
.elementor-widget-heading.fs-35 {
  font-size: clamp(1.3125rem, 1.150462963rem + 0.8641975309vw, 2.1875rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-35 {
    font-size: clamp(1.3125rem, 1.2083333333rem + 0.5555555556vw, 1.875rem) !important;
  }
}
.elementor-widget-heading.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-36 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-36 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-36 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
.elementor-widget-heading.fs-29 {
  font-size: clamp(1.25rem, 1.1458333333rem + 0.5555555556vw, 1.8125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-heading.fs-29 {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
}
.elementor-widget-heading.title_lg {
  font-size: clamp(3.125rem, 2.4305555556rem + 3.7037037037vw, 6.875rem) !important;
}
@media screen and (max-width: 1599px) {
  .elementor-widget-heading.title_lg {
    font-size: clamp(2.5rem, 1.9212962963rem + 3.0864197531vw, 5.625rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-heading.title_lg {
    font-size: clamp(1.6875rem, 1.6759259259rem + 0.0617283951vw, 1.75rem) !important;
  }
}
.elementor-widget-heading.title_lg .sub_t_md,
.elementor-widget-heading.title_lg .sub_t_lg {
  color: #979696 !important;
}

.art_text {
  display: flex !important;
  align-items: center;
  position: relative;
  gap: 10px;
}
.art_text::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #FF9802;
}
@media screen and (max-width: 1023px) {
  .art_text {
    gap: 5px;
  }
  .art_text::after {
    width: 50px;
  }
}

.entry-header .entry-title {
  font-size: clamp(1.875rem, 1.5277777778rem + 1.8518518519vw, 3.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .entry-header .entry-title {
    font-size: clamp(1.625rem, 1.4050925926rem + 1.1728395062vw, 2.8125rem) !important;
  }
}
.entry-header .entry-title {
  font-weight: 500;
  padding-top: 20px;
}

body {
  counter-reset: heading-counter;
}

/* |=>  LIST STYLES  <=| */
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

[class*=twgl_list-] ol {
  padding-left: 18px;
}
[class*=twgl_list-] ol ::marker {
  content: counter(list-item) ". ";
}
[class*=twgl_list-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
[class*=twgl_list-] li a:hover {
  color: var(--twgl--color-primary) !important;
  text-decoration: none !important;
}
[class*=twgl_list-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  [class*=twgl_list-] li:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1850px) {
  [class*=twgl_list-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=twgl_list-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media screen and (min-width: 1600px) {
  [class*=twgl_list-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=twgl_list-] ul {
  display: flex;
  gap: 10px;
}
[class*=twgl_list-] ul li {
  display: flex;
  gap: 10px;
}
[class*=twgl_list-] ul::marker {
  display: none !important;
}
[class*=twgl_list-] ul li::marker {
  display: none !important;
}

@media screen and (min-width: 768px) {
  ul.col-count-md-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  ul.col-count-md-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  ul.col-count-md-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
}
@media screen and (min-width: 992px) {
  ul.col-count-lg-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  ul.col-count-lg-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  ul.col-count-lg-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
}
@media screen and (min-width: 1200px) {
  ul.col-count-xl-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  ul.col-count-xl-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
  }
  ul.col-count-xl-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
  }
  ul.col-count-xl-5 {
    -moz-columns: 5 auto;
         columns: 5 auto;
  }
}

ol {
  margin-left: 20px;
}

.common-ul ul {
  margin: 0 0 20px;
  padding: 0;
}
.common-ul ul li {
  padding: 5px 0 5px 30px;
  position: relative;
  display: block;
  font-weight: 400 !important;
}
@media screen and (min-width: 1800px) {
  .common-ul ul li {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .common-ul ul li {
    padding-left: 17px;
  }
}
.common-ul ul li a {
  color: var(--global--color-primary);
  display: inline;
  font-weight: 400 !important;
}
.common-ul ul li a:hover {
  color: var(--global--color-secondary);
  text-decoration: none !important;
}
.common-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background: var(--twgl--color-primary);
}
@media screen and (min-width: 1800px) {
  .common-ul ul li:before {
    left: 2px;
    top: 15px;
  }
}
@media screen and (max-width: 1470px) {
  .common-ul ul li:before {
    top: 10px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .common-ul ul li:before {
    top: 12px;
    width: 8px;
    height: 8px;
  }
}
.common-ul ul li a {
  color: #FF9802 !important;
}
.common-ul ul li a:hover {
  color: #E68C09 !important;
}
.common-ul ul li strong:first-child {
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .common-ul ul li strong:first-child {
    font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  }
}

.btnsNew {
  align-items: center;
  background-color: transparent !important;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  color: var(--twgl--color-white) !important;
  display: inline-flex;
  flex-flow: row wrap;
  font-family: var(--font-avenirLTStd) !important;
  font-size: clamp(0.75rem, 0.6921296296rem + 0.3086419753vw, 1.0625rem) !important;
  font-optical-sizing: auto;
  font-weight: normal !important;
  justify-content: center;
  line-height: 1;
  min-height: 36px;
  outline: none;
  overflow: hidden !important;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.btnsNew:active, .btnsNew:focus, .btnsNew:hover, .btnsNew:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew:hover {
  background-color: var(--twgl--color-primary) !important;
  color: var(--twgl--color-white) !important;
}

.elementor-widget-button .elementor-button-content-wrapper {
  align-items: center !important;
  display: inline-flex !important;
  min-height: 64px !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 5px 40px !important;
  position: relative !important;
  text-transform: uppercase !important;
  font-size: 18px !important;
  background: #FF9802;
  border-radius: 8px;
  transition: all ease 0.2s;
  font-weight: 400;
}
@media screen and (max-width: 1599px) {
  .elementor-widget-button .elementor-button-content-wrapper {
    padding: 5px 25px !important;
    min-height: 50px !important;
    font-size: 16px !important;
  }
}
.elementor-widget-button .elementor-button {
  padding: 0 !important;
  background: none !important;
}
.elementor-widget-button .elementor-button:hover .elementor-button-content-wrapper {
  background: #E68C09 !important;
}
.elementor-widget-button.btn_sm .elementor-button-content-wrapper {
  min-height: 52px !important;
  font-size: 16px !important;
  border-radius: 8px;
  padding: 5px 30px !important;
}
@media screen and (max-width: 1599px) {
  .elementor-widget-button.btn_sm .elementor-button-content-wrapper {
    min-height: 42px !important;
    padding: 5px 20px !important;
    font-size: 15px !important;
  }
}
.elementor-widget-button.btn_lg .elementor-button-content-wrapper {
  min-height: 76px !important;
  font-size: 22px !important;
  border-radius: 8px;
  padding: 5px 50px !important;
}
@media screen and (max-width: 1599px) {
  .elementor-widget-button.btn_lg .elementor-button-content-wrapper {
    min-height: 56px !important;
    padding: 5px 30px !important;
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1199px) {
  .elementor-widget-button.btn_lg .elementor-button-content-wrapper {
    min-height: 42px !important;
    padding: 5px 20px !important;
    font-size: 16px !important;
  }
}
.elementor-widget-button.btn_black .elementor-button-content-wrapper {
  background: #000 !important;
}
.elementor-widget-button.btn_black .elementor-button-content-wrapper:hover {
  background: #E68C09 !important;
}

#back-to-top {
  align-items: center;
  background-color: var(--twgl--color-black);
  bottom: 0;
  color: #000;
  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 #fff;
  border-top: 1px solid #fff;
  height: 15px;
  left: 30%;
  position: absolute;
  top: 70%;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  width: 15px;
}
#back-to-top:hover {
  background-color: #FF9802;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

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

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

.top_nav > ul {
  display: flex;
}
.top_nav > ul > li {
  padding: 0 25px;
  position: relative;
  display: flex;
  font-family: var(--font-avenirPro);
}
.top_nav > ul > li:first-child {
  padding-left: 0;
}
.top_nav > ul > li:last-child {
  padding-right: 0;
}
.top_nav > ul > li i {
  margin-left: 8px;
}
.top_nav > ul > li i svg {
  width: 10px;
  height: 6px;
}
@media screen and (max-width: 1699px) {
  .top_nav > ul > li i {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .top_nav > ul > li i {
    position: relative;
    bottom: 2px;
  }
}
.top_nav > ul > li > a {
  color: #000;
  display: block;
  font-weight: 400;
  text-decoration: none !important;
}
.top_nav > ul > li > ul {
  display: none;
  position: absolute;
}
.top_nav > ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: none;
  z-index: 1;
  width: 290px;
  background: #F3F5F7;
  padding: 10px;
}
.top_nav > ul > li .sub-menu li {
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0;
  line-height: 1.3;
  position: relative;
  background: #fff;
}
.top_nav > ul > li .sub-menu li i {
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotate(-90deg);
}
.top_nav > ul > li .sub-menu li a {
  padding: 10px 15px;
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 17px;
  text-decoration: none !important;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .top_nav > ul > li .sub-menu li a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
.top_nav > ul > li .sub-menu li:last-child {
  border-bottom: 0;
}
.top_nav > ul > li .sub-menu li > ul {
  display: none;
}
.top_nav > ul > li .sub-menu li .sub-menu {
  left: 250px;
  top: 0;
}
.top_nav > ul > li .sub-menu li .sub-menu li ul {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top_nav > ul > li:hover .sub-menu {
    display: block;
  }
  .top_nav > ul > li:hover .sub-menu li .sub-menu {
    display: none;
  }
  .top_nav > ul > li:hover .sub-menu li:hover .sub-menu {
    display: block;
  }
  .top_nav > ul > li:hover .sub-menu li:hover .sub-menu li .sub-menu {
    display: none;
  }
  .top_nav > ul > li:hover .sub-menu li:hover .sub-menu li:hover .sub-menu {
    display: block;
  }
}
@media screen and (max-width: 1599px) {
  .top_nav > ul > li {
    padding: 0 11px;
  }
}

/*stage selection mainMenu*/
.top_nav > ul > li.current-menu-item > a,
.top_nav > ul > li.current-menu-ancestor > a,
.top_nav > ul > li.current-page-ancestor > a,
.top_nav > ul > li.current-product-ancestor > a {
  color: #E68C09;
  position: relative;
  font-weight: 600;
}
.top_nav > ul > li.current-menu-item > ul > li a,
.top_nav > ul > li.current-menu-ancestor > ul > li a,
.top_nav > ul > li.current-page-ancestor > ul > li a,
.top_nav > ul > li.current-product-ancestor > ul > li a {
  color: #000;
}
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor a {
  color: #E68C09;
}
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor a:hover {
  color: #E68C09;
}
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li a {
  color: #000;
}
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor a {
  color: #E68C09;
}
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-item a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-item a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-item a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor a:hover,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor a:hover {
  color: #E68C09;
}
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li a {
  color: #000;
}
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a {
  color: #E68C09;
}

/*end stage selection*/
/*hover effect*/
.top_nav > ul > li:hover > a {
  opacity: 0.7;
}
.top_nav > ul > li:hover > .sub-menu > li:hover > a {
  color: #E68C09;
}
.top_nav > ul > li:hover > .sub-menu > li:hover > .sub-menu > li:hover > a {
  color: #E68C09;
}
.top_nav > ul > li:hover > .sub-menu > li:hover > .sub-menu > li:hover > .sub-menu > li:hover > a {
  color: #E68C09;
}

/*end hover effect*/
/*mobile menu*/
.close_nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
}

.menu_trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu_trigger {
    margin-left: 0;
    margin-right: 0;
    width: 27px;
    height: 22px;
  }
  .menu_trigger span {
    height: 2px;
  }
}

@media screen and (max-width: 1199px) {
  .nav_expand {
    display: block;
    background: rgba(0, 0, 0, 0.7);
  }
  /*mobile menu*/
  .menu_trigger {
    display: block;
    position: relative;
    width: 32px;
    height: 28px;
    background: none;
    margin-right: 0;
  }
  .menu_trigger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    top: 13px;
    background: #000;
  }
  .menu_trigger span:before, .menu_trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    background: #000;
    height: 3px;
  }
  .menu_trigger span:after {
    top: auto;
    bottom: -9px;
  }
  .top_nav {
    z-index: 9;
    position: fixed;
    right: -100%;
    top: 0;
    width: 360px;
    transition: all ease 0.3s;
    text-align: left;
    background: #fff;
    padding: 0;
    height: 100vh;
    display: block;
    overflow: auto;
    padding: 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  .top_nav {
    top: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .top_nav.open_nav {
    right: 0;
  }
  .top_nav .mainMenu {
    display: block;
    text-align: left;
  }
  .top_nav .mainMenu li {
    display: block;
    padding: 0;
    position: relative;
    border-left: 0;
    border-bottom: 1px solid #565656;
  }
  .top_nav .mainMenu li a {
    color: #000;
    display: block;
    position: relative;
    padding: 10px 40px 10px 10px;
  }
  .top_nav .mainMenu li ul.sub-menu {
    position: static;
    padding-top: 0;
    width: 100%;
    margin-top: 0;
    padding: 5px;
  }
  .top_nav .mainMenu li ul.sub-menu li {
    width: 100%;
  }
  .top_nav .mainMenu li ul.sub-menu li a {
    padding: 10px 40px 10px 15px;
    /*&:before{
                  display: block;
                  content: '-';
                  position: absolute;
                  left: 15px;
                  top: 8px;
              }*/
  }
  .top_nav .mainMenu li ul.sub-menu ul {
    padding: 5px;
  }
  .top_nav .mainMenu li ul.sub-menu ul li a {
    background: #efefef;
  }
  .top_nav .mainMenu li ul.sub-menu ul li ul {
    padding: 5px;
  }
  .top_nav .mainMenu li ul.sub-menu ul li ul li a {
    background: #ccc;
  }
  .top_nav .mainMenu li.menu-item-has-children {
    display: block;
  }
  .top_nav .mainMenu li.menu-item-has-children i {
    position: absolute;
    width: 40px;
    height: 44px;
    right: 0;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: 9px;
  }
  .top_nav .mainMenu li.menu-item-has-children i svg {
    width: 10px;
    height: 15px;
    transition: all ease 0.2s;
    fill: #000 !important;
  }
  .top_nav .mainMenu li.menu-item-has-children i svg path {
    fill: #000 !important;
  }
  .top_nav .mainMenu li.menu-item-has-children .menu-item-has-children i svg {
    transform: rotate(90deg) !important;
  }
  .top_nav .mainMenu li.menu-item-has-children .menu-item-has-children i svg path {
    fill: #000 !important;
  }
  .top_nav .mainMenu li.menu-item-has-children .menu-item-has-children.opened3 i svg {
    transform: rotate(-180deg) !important;
  }
  .top_nav .mainMenu li li i {
    height: 35px;
  }
  .top_nav .mainMenu li.opened > i svg {
    transform: rotate(90deg);
  }
  .top_nav .mainMenu li.opened a {
    color: #E68C09;
  }
  .top_nav .mainMenu li.opened li a {
    color: #000;
  }
  .top_nav .mainMenu li.opened li.opened2 > i svg {
    transform: rotate(-180deg) !important;
  }
  .top_nav .mainMenu li.opened li.opened2 li a {
    color: #000;
  }
  .top_nav .mainMenu li.opened li.opened2.opened3 i svg {
    transform: rotate(-180deg) !important;
  }
  .top_nav .mainMenu li.opened li.opened2.opened3 li a {
    color: #000;
  }
  .top_nav .contact_cta {
    padding: 10px 0;
  }
  .top_nav .contact_cta a {
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  /*end mobile menu*/
}
@media screen and (max-width: 767px) {
  .top_nav {
    width: 340px;
  }
  .top_nav > ul > li.mobile__menu {
    display: block !important;
  }
  .menu_trigger {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-template-template-custom {
  /* =====     Forms     ===== */
}
.page-template-template-custom input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
.page-template-template-custom input:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
.page-template-template-custom form {
  *zoom: 1;
}
.page-template-template-custom form:after, .page-template-template-custom form:before {
  content: "";
  display: block;
}
.page-template-template-custom form:after {
  clear: both;
}
.page-template-template-custom .fs-form_elements {
  color: var(--twgl--color-formText) !important;
}
.page-template-template-custom ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
}
.page-template-template-custom :-moz-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
}
.page-template-template-custom ::-moz-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
}
.page-template-template-custom :-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--twgl--color-formText) !important;
}
.page-template-template-custom label {
  line-height: 1;
  color: var(--twgl--color-formText) !important;
}
.page-template-template-custom input[type=text],
.page-template-template-custom input[type=email],
.page-template-template-custom input[type=tel],
.page-template-template-custom .form-elements,
.page-template-template-custom textarea,
.page-template-template-custom select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--twgl--black-opacity-05) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--twgl--color-formText) !important;
  display: block;
  outline: none !important;
  outline-offset: 0;
  text-transform: none;
  width: 100%;
}
.page-template-template-custom input[type=text],
.page-template-template-custom input[type=email],
.page-template-template-custom input[type=tel],
.page-template-template-custom .form-elements,
.page-template-template-custom select {
  height: 46px;
}
@media screen and (min-width: 768px) {
  .page-template-template-custom input[type=text],
  .page-template-template-custom input[type=email],
  .page-template-template-custom input[type=tel],
  .page-template-template-custom .form-elements,
  .page-template-template-custom select {
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-custom input[type=text],
  .page-template-template-custom input[type=email],
  .page-template-template-custom input[type=tel],
  .page-template-template-custom .form-elements,
  .page-template-template-custom select {
    height: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-template-custom input[type=text],
  .page-template-template-custom input[type=email],
  .page-template-template-custom input[type=tel],
  .page-template-template-custom .form-elements,
  .page-template-template-custom select {
    height: 54px;
  }
}
@media screen and (min-width: 1850px) {
  .page-template-template-custom input[type=text],
  .page-template-template-custom input[type=email],
  .page-template-template-custom input[type=tel],
  .page-template-template-custom .form-elements,
  .page-template-template-custom select {
    height: 58px;
  }
}
.page-template-template-custom textarea {
  height: 100px;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  resize: none;
}
@media screen and (min-width: 768px) {
  .page-template-template-custom textarea {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-template-custom textarea {
    height: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-template-custom textarea {
    height: 100px;
  }
}
@media screen and (min-width: 1850px) {
  .page-template-template-custom textarea {
    height: 100px;
  }
}
.page-template-template-custom select {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
.page-template-template-custom select option {
  color: var(--twgl--color-formText);
  text-transform: none;
}
.page-template-template-custom select:focus, .page-template-template-custom select:active {
  outline: none;
}
@media screen and (min-width: 1600px) {
  .page-template-template-custom select {
    background-size: 18px 9px;
  }
}
.page-template-template-custom input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.page-template-template-custom input[type=date]::-webkit-calendar-picker-indicator {
  background-color: #3a6596;
  display: block;
  color: #fff;
}
.page-template-template-custom .input-holder {
  position: relative;
  width: 100%;
}
.page-template-template-custom .input-holder.error input,
.page-template-template-custom .input-holder.error textarea {
  border-color: var(--twgl--color-alert) !important;
}
.page-template-template-custom .input-holder.dFlex .error {
  left: 5px !important;
}
.page-template-template-custom .input-holder .error {
  background-color: var(--twgl--color-alert);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--twgl--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 screen and (min-width: 1600px) {
  .page-template-template-custom .input-holder .error {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.page-template-template-custom .input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--twgl--color-alert);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.page-template-template-custom .input-holder:not(:last-child) {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .page-template-template-custom .input-holder:not(:last-child) {
    margin-bottom: 15px;
  }
}
.page-template-template-custom .modal-dialog {
  max-width: 700px;
}
.page-template-template-custom .modal-body {
  padding: 30px;
}
.page-template-template-custom {
  /* == Radio buttons == */
}
.page-template-template-custom .custom-radio input[type=radio] {
  display: none;
}
.page-template-template-custom .custom-radio input[type=radio] + label {
  color: var(--twgl--color-black);
  cursor: pointer;
}
.page-template-template-custom .custom-radio input[type=radio] + label i {
  background-color: var(--twgl--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--twgl--color-secondary);
  display: inline-block;
  height: 16px;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.page-template-template-custom .custom-radio input[type=radio] + label i:before {
  background-color: var(--twgl--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.page-template-template-custom .custom-radio input[type=radio]:checked + label {
  color: var(--twgl--color-primary);
}
.page-template-template-custom .custom-radio input[type=radio]:checked + label i {
  border-color: var(--twgl--color-primary);
}
.page-template-template-custom .custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--twgl--color-primary);
  height: 62%;
  width: 62%;
}
.page-template-template-custom .custom-radio input[type=radio]:checked + label span {
  color: var(--twgl--color-primary);
}
.page-template-template-custom .custom-radio input[type=radio]:disabled, .page-template-template-custom .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media screen and (max-width: 1199px) {
  .page-template-template-custom .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}
.page-template-template-custom .form_white ::-webkit-input-placeholder {
  color: var(--twgl--color-white) !important;
}
.page-template-template-custom .form_white :-moz-placeholder {
  color: var(--twgl--color-white) !important;
}
.page-template-template-custom .form_white ::-moz-placeholder {
  color: var(--twgl--color-white) !important;
}
.page-template-template-custom .form_white :-ms-input-placeholder {
  color: var(--twgl--color-white) !important;
}
.page-template-template-custom .form_white .form-elements,
.page-template-template-custom .form_white textarea,
.page-template-template-custom .form_white select {
  border-bottom-color: var(--twgl--color-white) !important;
  color: var(--twgl--color-white) !important;
}
.page-template-template-custom .tw-modal-body ::-webkit-input-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.page-template-template-custom .tw-modal-body :-moz-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.page-template-template-custom .tw-modal-body ::-moz-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.page-template-template-custom .tw-modal-body :-ms-input-placeholder {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.page-template-template-custom .tw-modal-body .input-holder:last-child {
  text-align: right;
  width: 100%;
}
.page-template-template-custom .tw-modal-body input,
.page-template-template-custom .tw-modal-body textarea,
.page-template-template-custom .tw-modal-body select {
  color: var(--twgl--color-formText) !important;
  font-weight: 400 !important;
}
.page-template-template-custom .tw-modal-body input,
.page-template-template-custom .tw-modal-body textarea,
.page-template-template-custom .tw-modal-body select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 2px #c7c2bf !important;
  padding: 15px 0;
  background-color: transparent;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .page-template-template-custom .tw-modal-body input,
  .page-template-template-custom .tw-modal-body textarea,
  .page-template-template-custom .tw-modal-body select {
    padding: 10px 0;
  }
}
.page-template-template-custom .tw-modal-body textarea {
  height: 100px;
  border-bottom: solid 2px #c7c2bf !important;
  padding: 15px 0;
  overflow: auto;
}

.offset_form_container .gform-theme--foundation .gform_fields {
  row-gap: 15px !important;
}
.offset_form_container .gform_previous_button {
  color: var(--twgl--color-white) !important;
}
.offset_form_container .ginput_container input[type=text],
.offset_form_container .ginput_container input[type=email],
.offset_form_container .ginput_container input[type=tel],
.offset_form_container .ginput_container textarea,
.offset_form_container .ginput_container select {
  background-color: var(--twgl--white-opacity-05) !important;
  border: 1px solid var(--twgl--black-opacity-02) !important;
  box-shadow: none !important;
  height: 42px !important;
  padding: 0 15px !important;
}
.offset_form_container .ginput_container textarea {
  height: 80px;
  padding: 10px 15px !important;
}
/*pop form*/
.pop_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 99999;
  overflow: auto;
  transition: all ease 1s;
}
.pop_overlay .input-holder {
  margin-bottom: 15px;
}
.pop_overlay input[type=text],
.pop_overlay input[type=tel],
.pop_overlay input[type=email],
.pop_overlay textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 15px 0;
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  outline: none;
  font-size: 18px;
  font-weight: 400;
}
.pop_overlay input[type=text]::-moz-placeholder, .pop_overlay input[type=tel]::-moz-placeholder, .pop_overlay input[type=email]::-moz-placeholder, .pop_overlay textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.pop_overlay input[type=text]::placeholder,
.pop_overlay input[type=tel]::placeholder,
.pop_overlay input[type=email]::placeholder,
.pop_overlay textarea::placeholder {
  opacity: 1;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .pop_overlay input[type=text],
  .pop_overlay input[type=tel],
  .pop_overlay input[type=email],
  .pop_overlay textarea {
    padding: 10px 0;
    font-size: 15px;
  }
}
.pop_overlay textarea {
  height: 90px;
  resize: none;
}
.pop_overlay .close_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pop_overlay .form_wrap {
  position: relative;
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  top: -100%;
  border-radius: 5px;
  transition: all ease 1s;
}
@media screen and (max-width: 1000px) {
  .pop_overlay .form_wrap {
    max-width: 500px;
  }
}
@media screen and (max-width: 650px) {
  .pop_overlay .form_wrap {
    max-width: 400px;
  }
}
@media screen and (max-width: 430px) {
  .pop_overlay .form_wrap {
    margin: 0 15px;
  }
}
.pop_overlay .form_wrap .form_title {
  position: relative;
  color: #fff;
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pop_overlay .form_wrap .form_title {
    font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  }
}
.pop_overlay .form_wrap .form_title {
  text-transform: uppercase;
  text-align: left;
  background: #000;
  padding: 14px 20px 14px 30px;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .pop_overlay .form_wrap .form_title {
    padding-left: 20px;
    font-size: 16px !important;
  }
}
.pop_overlay .form_wrap .form_title .close_cta {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  color: #000;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.pop_overlay .form_wrap .form_title .close_cta svg {
  fill: #ccc;
  width: 15px;
  height: 15px;
  display: block;
}
.pop_overlay .form_wrap .form_title .close_cta:hover svg {
  fill: #fff;
}
.pop_overlay .form_wrap .form_wrap_in {
  padding: 30px 50px 50px;
  display: block;
  background: #fff;
}
@media screen and (max-width: 650px) {
  .pop_overlay .form_wrap .form_wrap_in {
    padding: 20px;
  }
}

.appear_form {
  display: block;
}
.appear_form .form_wrap {
  top: 15%;
  transition: all ease 0.2s;
}

/*end pop form*/
.popup-form-wrapp.estimate-form input {
  font-weight: 300 !important;
  color: #040503 !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid #040503 !important;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: block;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .popup-form-wrapp.estimate-form input {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.popup-form-wrapp.estimate-form input::-moz-placeholder {
  color: #040503 !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
.popup-form-wrapp.estimate-form input::placeholder {
  color: #040503 !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .popup-form-wrapp.estimate-form input::-moz-placeholder {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
  .popup-form-wrapp.estimate-form input::placeholder {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.popup-form-wrapp.estimate-form input:focus-visible {
  outline: none !important;
}
@media screen and (min-width: 1599px) and (max-width: 1600px) {
  .popup-form-wrapp.estimate-form input {
    margin-bottom: 20px !important;
  }
}
.popup-form-wrapp.estimate-form textarea {
  font-weight: 300 !important;
  resize: none;
  color: #040503 !important;
  background: transparent;
  border: none;
  border-bottom: 1px solid #040503 !important;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 90px;
  font-size: 18px;
}
.popup-form-wrapp.estimate-form textarea::-moz-placeholder {
  color: #040503 !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
.popup-form-wrapp.estimate-form textarea::placeholder {
  color: #040503 !important;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .popup-form-wrapp.estimate-form textarea::-moz-placeholder {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
  .popup-form-wrapp.estimate-form textarea::placeholder {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.popup-form-wrapp.estimate-form textarea:focus-visible {
  outline: none !important;
}
.popup-form-wrapp.estimate-form .elementor-button {
  padding-left: 0;
  padding-bottom: 0px !important;
}

.tw-modal-wrapper {
  background-color: var(--twgl--black-opacity-08);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--twgl--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px var(--twgl--black-opacity-02);
  -webkit-box-shadow: 0 2px 20px var(--twgl--black-opacity-02);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--twgl--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--twgl--color-white);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--twgl--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--twgl--color-base-text);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  width: 100%;
}
.tw-modal-wrapper .tw-modal-body .gform_wrapper {
  display: none;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--twgl--color-white);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--twgl--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--twgl--color-black);
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--twgl--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--twgl--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--twgl--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 750px;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  width: 750px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper.modal-lg .tw-modal-container {
    width: 100%;
  }
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 43%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
ul.slick-dots {
  position: absolute !important;
  bottom: 50px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 9;
  transform: translate(-50%, 0);
  left: 50%;
}
@media screen and (max-width: 1699px) {
  ul.slick-dots {
    bottom: 30px;
  }
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  width: 32px;
  height: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #000;
}
ul.slick-dots li button {
  border: 0;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
}
ul.slick-dots li button:hover, ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li button {
  display: none;
}
ul.slick-dots li.slick-active {
  background: #FF9802;
  width: 50px;
}

/*slick custom nave*/
.slick_prev,
.slick_next {
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease 0.2s;
  background: #000;
}
@media screen and (max-width: 1700px) {
  .slick_prev,
  .slick_next {
    width: 50px;
    height: 50px;
  }
}
.slick_prev svg,
.slick_next svg {
  width: 8px;
  height: 16px;
  transition: all ease 0.2s;
  fill: #fff;
}
.slick_prev:hover,
.slick_next:hover {
  background: #FF9802;
}
.slick_prev {
  left: auto;
  right: -50px;
}

@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .slick_next {
    left: -20px;
  }
  .slick_prev {
    right: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .slick_prev,
  .slick_next {
    display: none !important;
  }
}
/*end slick custom nav*/
/*pagination*/
.pagination {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pagination ol.wp-paginate {
  text-align: center;
  margin-right: 0;
  margin-left: auto;
}
.pagination ol.wp-paginate li {
  padding: 0;
  line-height: 1;
  border: 0;
  background: none;
  display: inline-block;
  margin-left: 3px;
}
.pagination ol.wp-paginate li a, .pagination ol.wp-paginate li span.current {
  display: block;
  line-height: 1;
  padding: 7px 10px;
  border: 0;
  height: auto;
  width: auto;
  font-weight: 400;
  font-size: 17px;
  border-radius: 2px;
  min-width: 30px;
  text-align: center;
  text-decoration: none !important;
}
.pagination ol.wp-paginate li a:hover {
  background: none;
  color: #FF9802;
}
.pagination ol.wp-paginate li span.current {
  color: #000;
  background: none;
}
.pagination ol.wp-paginate li a.next {
  margin-left: 5px;
}
.pagination ol.wp-paginate li a.prev {
  margin-right: 5px;
}
.pagination ol.wp-paginate li a.next, .pagination ol.wp-paginate li a.prev {
  background: #FF9802;
  color: #000;
  padding: 12px 28px;
}
.pagination ol.wp-paginate li a.next:hover, .pagination ol.wp-paginate li a.prev:hover {
  background: #E68C09;
  color: #fff;
}

/*pagination*/
.pagination {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pagination ol.wp-paginate {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
.pagination ol.wp-paginate li {
  padding: 0;
  line-height: 1;
  border: 0;
  background: none;
  display: inline-block;
  margin-left: 3px;
}
.pagination ol.wp-paginate li a, .pagination ol.wp-paginate li span.current {
  display: block;
  line-height: 1;
  padding: 7px 10px;
  border: 0;
  height: auto;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  border-radius: 2px;
  min-width: 30px;
  text-align: center;
}
.pagination ol.wp-paginate li a:hover {
  background: none;
  color: #FF9802;
}
.pagination ol.wp-paginate li span.current {
  color: #000;
  background: none;
}
.pagination ol.wp-paginate li a.next {
  margin-left: 5px;
}
.pagination ol.wp-paginate li a.prev {
  margin-right: 5px;
}
.pagination ol.wp-paginate li a.next, .pagination ol.wp-paginate li a.prev {
  background: #FF9802;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 28px;
  font-size: 14px;
}
.pagination ol.wp-paginate li a.next:hover, .pagination ol.wp-paginate li a.prev:hover {
  background: #E68C09;
  color: #fff;
}

.curP {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cmn-space {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

.cmn-space_lgBottom {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_lgBottom {
    padding-bottom: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space_lgBottom {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_lgBottom {
    padding-bottom: 120px !important;
  }
}

.cmn-space_lgTop {
  padding-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_lgTop {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cmn-space_lgTop {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_lgTop {
    padding-top: 120px !important;
  }
}

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

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

.cmn-space_sm {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_sm {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_sm {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}

.cmn-space_smTop {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_smTop {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_smTop {
    padding-top: 55px !important;
  }
}

.cmn-space_xsTop {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_xsTop {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_xsTop {
    padding-top: 40px !important;
  }
}

.cmn-space_smBottom {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_smBottom {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_smBottom {
    padding-bottom: 30px !important;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .xs-pb-0 {
    padding-bottom: 0 !important;
  }
}
.clear {
  display: block;
}

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

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

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

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

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

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

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

.p-b-30 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .p-b-30 {
    padding-bottom: 20px !important;
  }
}
@media screen and (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-r-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

address {
  font-style: normal !important;
}

.flex_bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_bx::before, .flex_bx::after {
  display: none;
}

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

.uppercase {
  text-transform: uppercase;
}

ul.dot_ul li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  font-weight: 500;
}
ul.dot_ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 50%;
}

.break_all {
  display: block;
}

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

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

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

.secondary_font {
  font-family: var(--twgl--font-primary) !important;
}

.elementor-widget-heading .primary_font,
.primary_font {
  font-family: var(--twgl--font-primary) !important;
}

.text_black {
  color: #000 !important;
}

.primary_color {
  color: #FF9802 !important;
}

.fs_300 {
  font-weight: 300 !important;
}

.fs_400 {
  font-weight: 400 !important;
}

.fs_500 {
  font-weight: 500 !important;
}

.fs_600 {
  font-weight: 600 !important;
}

.fs_700 {
  font-weight: 700 !important;
}

.normal_list {
  margin-left: 20px;
}
.normal_list li {
  list-style: disc;
  list-style-position: outside;
}

.btm_sec_space {
  padding-bottom: 200px !important;
  margin-bottom: -120px !important;
}
@media screen and (max-width: 1799px) {
  .btm_sec_space {
    margin-bottom: -100px !important;
    padding-bottom: 180px !important;
  }
}
@media screen and (max-width: 1599px) {
  .btm_sec_space {
    margin-bottom: -80px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 1199px) {
  .btm_sec_space {
    margin-bottom: 0 !important;
    padding-bottom: 50px !important;
  }
}

ul.check_list li {
  padding-left: 23px;
  position: relative;
  padding-bottom: 10px;
}
ul.check_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: url(assets/svg/tick.svg) no-repeat;
  width: 13px;
  height: 13px;
  background-size: 100%;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 30px 0;
  transition: all ease 0.2s;
}
.site_header .head_R {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 50px;
  padding: 0 0 20px;
  border-bottom: 1px solid #bbb;
}
.site_header .logo_bx {
  display: flex;
}
.site_header .logo_bx a {
  display: flex;
  align-items: center;
}
.site_header.stick_head {
  padding: 15px 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.site_header.stick_head .head_R {
  border-bottom: 0px !important;
}
@media screen and (max-width: 1599px) {
  .site_header {
    padding: 20px 0;
  }
  .site_header .logo_bx {
    max-width: 200px;
  }
  .site_header .head_R {
    gap: 30px;
    padding: 0 0 20px;
  }
  .site_header.stick_head {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .site_header {
    padding: 10px 0;
  }
  .site_header .head_row {
    align-items: center;
  }
  .site_header .head_R {
    padding-bottom: 0;
    border: 0;
    align-items: center;
  }
  .site_header .logo_bx {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .site_header .logo_bx {
    max-width: 130px;
  }
  .site_header .head_R {
    gap: 15px;
    align-items: center;
  }
  .site_header .head_R .elementor-widget-button.btn_sm .elementor-button-content-wrapper {
    min-height: 33px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
}

.top_call {
  display: flex;
  align-items: flex-end;
}
.top_call .call_ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF9802;
  margin-right: 15px;
}
.top_call .call_ico svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1699px) {
  .top_call .call_ico {
    margin-right: 5px;
    width: 32px;
    height: 32px;
    margin-right: 5px;
  }
  .top_call .call_ico svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_call .call_ico {
    margin-right: 0;
  }
}
.top_call .call_num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}
.top_call .call_num span {
  display: block;
  font-weight: 400;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .head_R .call_cta .top_call .call_num {
    display: none;
  }
}
/*translator*/
@media screen and (max-width: 1199px) {
  .mob-translater {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .mob-translater {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .desk-translater {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .desk-translater {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .site_header {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .site_header .head_R .head_cta .elementor-button .elementor-button-content-wrapper {
    background: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1023px) {
  .site_header .head_R .head_cta .elementor-button .elementor-button-content-wrapper .svg-img {
    display: none;
  }
}
.site_header .head_R .head_cta .elementor-button .elementor-button-content-wrapper .svg-img {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .site_header .head_R .head_cta .elementor-button .elementor-button-content-wrapper .svg-img svg {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .site_header .head_R .head_cta .elementor-button .elementor-button-content-wrapper .elementor-button-text {
    display: none;
  }
}

.site_header .top_call .call_num {
  font-weight: 600 !important;
  letter-spacing: 0px !important;
  letter-spacing: 0px;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :lang(es) .site_header .head_R {
    gap: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .site_header .head_R {
    gap: 20px !important;
  }
}
@media screen and (min-width: 769px) {
  :lang(es) .site_header .head_R .elementor-widget-button.btn_sm .elementor-button-content-wrapper {
    padding: 5px 15px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :lang(es) .site_header .head_R .elementor-widget-button.btn_sm .elementor-button-content-wrapper .elementor-button-text {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :lang(es) .site_header .head_R .top_nav #menu-main-menu li {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  :lang(es) .site_footer .foot_row .foot_col .foot_nav li {
    font-size: 15px;
  }
}
@media screen and (min-width: 1680px) {
  :lang(es) .site_footer .foot_row .foot_col .foot_nav li {
    font-size: 16px;
  }
}

/*translator*/
.bnr_sec {
  position: relative;
  z-index: 1;
}
.bnr_sec .bnr_slide_in {
  min-height: 900px;
  display: flex;
  align-items: center;
}
.bnr_sec .bnr_slide_in .bnr_txt {
  padding-top: 8%;
  max-width: 750px;
}
.bnr_sec .bnr_slide_in .bnr_txt .bnr_lg {
  line-height: 1;
  padding-bottom: 20px;
}
.bnr_sec .bnr_slide_in .bnr_txt .bnr_md {
  line-height: 1.2;
  padding-bottom: 30px;
}
@media screen and (max-width: 1699px) {
  .bnr_sec .bnr_slide_in {
    min-height: 750px;
  }
}
@media screen and (max-width: 1599px) {
  .bnr_sec .bnr_slide_in {
    min-height: 650px;
  }
  .bnr_sec .bnr_slide_in .bnr_txt {
    max-width: 520px;
  }
}
@media screen and (max-width: 1199px) {
  .bnr_sec .bnr_slide_in {
    position: relative;
    min-height: 1px;
    background: #ffeac9 !important;
    display: block;
  }
  .bnr_sec .bnr_slide_in .mob_bnr_img {
    background-position: center right !important;
    min-height: 350px;
    width: 100%;
  }
  .bnr_sec .bnr_slide_in .container {
    position: static;
  }
  .bnr_sec .bnr_slide_in .bnr_txt {
    max-width: none;
    width: 100%;
    padding: 15px 0;
  }
  .bnr_sec .bnr_slide_in .bnr_txt .bnr_lg {
    padding-bottom: 10px;
  }
  .bnr_sec .bnr_slide_in .bnr_txt .bnr_lg span,
  .bnr_sec .bnr_slide_in .bnr_txt .bnr_lg .fs-64 {
    font-size: 26px !important;
  }
  .bnr_sec .bnr_slide_in .bnr_txt .bnr_lg .fs-96 {
    font-size: 26px !important;
  }
  .bnr_sec .bnr_slide_in .bnr_txt .bnr_md {
    padding-bottom: 10px;
    font-size: 16px !important;
  }
  .bnr_sec .bnr_slide_in .bnr_txt .elementor-widget-button .elementor-button-content-wrapper {
    padding: 5px 25px !important;
    min-height: 40px !important;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .bnr_sec .bnr_slide_in .mob_bnr_img {
    min-height: 300px;
  }
}

/*inner banner*/
.inner_bnr_sec {
  padding-top: 210px;
  padding-bottom: 7%;
}
.inner_bnr_sec .bnr_lg {
  line-height: 1;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .inner_bnr_sec {
    position: relative;
    background: #ffeac9 !important;
    min-height: 1px;
    display: block;
    padding: 0;
  }
  .inner_bnr_sec .mob_bnr_img {
    background-position: center right !important;
    min-height: 400px;
    width: 100%;
  }
  .inner_bnr_sec .container {
    position: static;
  }
  .inner_bnr_sec .inner_bnr_txt {
    max-width: none;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 0;
  }
  .inner_bnr_sec .inner_bnr_txt .bnr_lg {
    padding-bottom: 10px;
  }
  .inner_bnr_sec .inner_bnr_txt .bnr_lg span,
  .inner_bnr_sec .inner_bnr_txt .bnr_lg .fs-64 {
    font-size: 26px !important;
  }
  .inner_bnr_sec .inner_bnr_txt .bnr_lg .fs-96 {
    font-size: 26px !important;
  }
  .inner_bnr_sec .inner_bnr_txt .bnr_md {
    padding-bottom: 10px;
    font-size: 16px !important;
  }
  .inner_bnr_sec .inner_bnr_txt .elementor-widget-button .elementor-button-content-wrapper {
    padding: 5px 25px !important;
    min-height: 40px !important;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .inner_bnr_sec .mob_bnr_img {
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .inner_bnr_sec .mob_bnr_img {
    min-height: 220px;
  }
}

.no-banner .inner_bnr_sec {
  min-height: 160px;
  padding: 0;
}
@media screen and (max-width: 1699px) {
  .no-banner .inner_bnr_sec {
    min-height: 160px;
  }
}
@media screen and (max-width: 1599px) {
  .no-banner .inner_bnr_sec {
    min-height: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .no-banner .inner_bnr_sec {
    min-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .no-banner .inner_bnr_sec {
    min-height: 64px;
  }
}

@media screen and (min-width: 1200px) {
  .mob_bnr_img {
    display: none !important;
  }
}
/*Revisions*/
.bnr_lg {
  padding-bottom: 10px !important;
}
.bnr_lg .bnr-txt-pri-clr {
  font-size: 40px;
}
@media screen and (min-width: 1200px) {
  .bnr_lg .bnr-txt-pri-clr {
    font-size: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .bnr_lg .bnr-txt-pri-clr {
    font-size: 50px;
  }
}
.bnr_lg .bnr-txt-sub {
  font-size: 51px;
}
@media screen and (min-width: 1200px) {
  .bnr_lg .bnr-txt-sub {
    font-size: 51px;
  }
}
@media screen and (min-width: 1600px) {
  .bnr_lg .bnr-txt-sub {
    font-size: 72px;
  }
}

@media screen and (min-width: 1600px) {
  .bnr_md.bnr-descrip {
    font-size: 28px;
  }
}

.toys-sec ul {
  -moz-column-count: 3;
       column-count: 3;
}

.site_header .head_R .gtranslate_wrapper {
  background: #fff !important;
  padding: 8px !important;
  border-radius: 5px !important;
  border: 1px solid #FF9802 !important;
}
.site_header .head_R .gtranslate_wrapper .gt-current-lang {
  background: #FF9802 !important;
  padding: 5px !important;
  border-radius: 5px !important;
  font-weight: unset !important;
  color: #fff !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/*9 feb*/
.trnslte-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.trnslte-btn-wrap .gtranslate_wrapper {
  width: -moz-max-content;
  width: max-content;
  padding: 5px !important;
}
.trnslte-btn-wrap .gtranslate_wrapper a {
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  :lang(es) .home .bnr_txt .bnr_lg .bnr-txt-pri-clr {
    font-size: 33px;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .home .bnr_txt .bnr_lg .bnr-txt-pri-clr {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  :lang(es) .home .bnr_txt .bnr_lg .bnr-txt-sub {
    font-size: 38px;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .home .bnr_txt .bnr_lg .bnr-txt-sub {
    font-size: 52px;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .home .bnr_txt .bnr_lg .bnr_md.bnr-descrip {
    font-size: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .inner_bnr_sec {
    min-height: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .inner_bnr_sec {
    min-height: 550px;
  }
}

/*9 feb*/
.icon_row .elementor-widget-icon-box {
  position: relative;
  flex: 1;
}
.icon_row .elementor-widget-icon-box::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  opacity: 0.2;
}
.icon_row .elementor-widget-icon-box:last-child::after {
  display: none;
}
.icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  padding-top: 30px;
  position: relative;
}
.icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(assets/svg/icon-bg.svg) no-repeat;
  background-position: top right;
  opacity: 0.14;
  transition: all ease 0.2s;
}
.icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
  width: 95px;
  height: 95px;
}
.icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  }
}
.icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-weight: 500;
  padding-bottom: 8px;
}
.icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  font-weight: 300;
  font-size: 16px;
}
.icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon::before {
  opacity: 0.3;
}
@media screen and (max-width: 1599px) {
  .icon_row .elementor-widget-icon-box::after {
    right: -30px;
  }
  .icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 1199px) {
  .icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    padding-top: 10px;
  }
  .icon_row .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon::before {
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .icon_row .elementor-widget-icon-box::after {
    display: none;
  }
}

.pro_more {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  transition: all ease 0.2s;
}
.pro_more svg {
  margin-left: 10px;
  width: 16px;
  height: 10px;
  transition: all ease 0.2s;
}
.pro_more:hover {
  color: #E68C09;
}
.pro_more:hover svg {
  fill: #E68C09;
  margin-left: 20px;
}
@media screen and (max-width: 1599px) {
  .pro_more {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .pro_more {
    font-size: 16px;
  }
}

.promain_i {
  height: 470px;
  position: relative;
  padding: 50px;
  border-radius: 8px;
  overflow: hidden;
  display: flex !important;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .promain_i {
    height: 350px;
  }
}
.promain_i::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.promain_i h3 {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 28px !important;
}
@media screen and (min-width: 1200px) {
  .promain_i h3 {
    font-size: 35px !important;
  }
}
@media screen and (min-width: 1600px) {
  .promain_i h3 {
    font-size: 40px !important;
  }
}
@media screen and (min-width: 1800px) {
  .promain_i h3 {
    font-size: 45px !important;
  }
}
.promain_i h3 {
  text-transform: none;
  margin-bottom: 0 !important;
}

.pro_home {
  width: auto;
  margin-top: -20px;
}
.pro_home .slick_prev, .pro_home .slick_next {
  margin-top: 20px;
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .pro_home .slick_next {
    left: -20px;
  }
  .pro_home .slick_prev {
    right: -20px;
  }
}
.pro_home .slick-track {
  display: flex;
}
.pro_home .proslide_i {
  padding: 0 12px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .pro_home .proslide_i {
    padding: 0;
  }
}
.pro_home .proslide_i .proslide_i_in {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .pro_home .proslide_i .proslide_i_in {
    align-items: flex-start;
  }
}
.pro_home .proslide_i .proslide_i_in .pro_s_t {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 330px;
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pro_home .proslide_i .proslide_i_in .pro_s_t {
    font-size: clamp(1.1875rem, 1.1412037037rem + 0.2469135802vw, 1.4375rem) !important;
  }
}
.pro_home .proslide_i .proslide_i_in .pro_s_t {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .pro_home .proslide_i .proslide_i_in .pro_s_t {
    min-height: 200px;
  }
}
.pro_home .proslide_i .proslide_i_in .pro_s_t::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.pro_home .proslide_i .proslide_i_in .pro_s_t span {
  position: relative;
}
.pro_home .proslide_i .proslide_i_in .pro_s_cnt {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pro_home .proslide_i .proslide_i_in .pro_s_cnt {
    min-height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .pro_home .proslide_i .proslide_i_in {
    width: 100%;
    padding: 0;
  }
  .pro_home .proslide_i .proslide_i_in .pro_s_t {
    display: none;
  }
  .pro_home .proslide_i .proslide_i_in .pro_s_cnt {
    display: flex;
    padding: 15px;
    background: #ffeac9;
    border-radius: 8px;
    flex-direction: column;
  }
}
.pro_home .proslide_i.pro_selected {
  width: 536px;
}
.pro_home .proslide_i.pro_selected .proslide_i_in .pro_s_t {
  display: none;
}
.pro_home .proslide_i.pro_selected .proslide_i_in .pro_s_cnt {
  display: flex;
  flex-direction: column;
  padding: 50px;
  background: #ffeac9;
  border-radius: 8px;
}
@media screen and (max-width: 1800px) {
  .pro_home .proslide_i.pro_selected {
    width: 437px;
  }
}
@media screen and (max-width: 1199px) {
  .pro_home .proslide_i.pro_selected .proslide_i_in .pro_s_cnt {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .pro_home .proslide_i.pro_selected .proslide_i_in .pro_s_cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .pro_home .proslide_i.pro_selected .proslide_i_in .pro_s_cnt {
    padding: 15px;
  }
}

/*blog home*/
.blog_slider {
  width: auto;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1199px) {
  .blog_slider {
    margin: 0;
  }
}

.blogh_i {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .blogh_i {
    padding: 0;
  }
}

.blog_i_in .blogh_pic {
  position: relative;
  background: #ccc;
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
}
.blog_i_in .blogh_pic::before {
  content: "";
  display: block;
  padding-bottom: 86%;
  width: 1%;
}
.blog_i_in .blogh_pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 3s;
}
.blog_i_in .blogh_pic:hover img {
  scale: 1.3;
}
.blog_i_in .blogh_meta {
  font-weight: 500;
  text-align: center;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog_i_in .blogh_meta {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
.blog_i_in .blogh_meta {
  padding: 20px 0 10px;
  color: #FF9802;
}
.blog_i_in .blogh_meta a:hover {
  color: #000;
}
.blog_i_in .blogh_t {
  text-align: center;
  line-height: 1.3;
  font-size: clamp(1.1875rem, 1.037037037rem + 0.8024691358vw, 2rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog_i_in .blogh_t {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  }
}
.blog_i_in .blogh_t {
  color: #000;
  font-weight: 400;
}
.blog_i_in .blogh_t:hover {
  color: #FF9802;
}

.partner_sec {
  position: relative;
}
.partner_sec .e-con-inner {
  position: static !important;
}
.partner_sec .e-con-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 500px;
  height: 401px;
  background: url(assets/images/partner1.png) no-repeat left center;
  background-size: 100%;
  display: block !important;
}
@media screen and (max-width: 1700px) {
  .partner_sec .e-con-inner::before {
    width: 350px;
  }
}
@media screen and (max-width: 1599px) {
  .partner_sec .e-con-inner::before {
    width: 280px;
  }
}
.partner_sec .e-con-inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 100%;
  width: 412px;
  height: 336px;
  background: url(assets/images/partner2.png) no-repeat left center;
  background-size: 100%;
}
@media screen and (max-width: 1700px) {
  .partner_sec .e-con-inner::after {
    width: 300px;
  }
}
@media screen and (max-width: 1599px) {
  .partner_sec .e-con-inner::after {
    width: 280px;
  }
}
@media screen and (max-width: 1300px) {
  .partner_sec .e-con-inner::before, .partner_sec .e-con-inner::after {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .ad_cta_bx {
    position: relative;
  }
  .ad_cta_bx::before {
    content: "" !important;
    width: 100px !important;
    height: 1px !important;
    background: #000;
    display: inline-flex !important;
    margin-right: 15px;
    position: static !important;
  }
  .ad_cta_bx::after {
    content: "";
    width: 100px;
    height: 1px;
    background: #000;
    display: inline-flex !important;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .ad_cta_bx .top_call .call_ico {
    width: 52px;
    height: 52px;
  }
  .ad_cta_bx .top_call .call_ico svg {
    width: 25px;
    height: 25px;
  }
  .ad_cta_bx .top_call .call_num {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) and (min-width: 768px) {
  .ad_cta_bx .top_call .call_num {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1200px) {
  .ad_cta_bx .top_call .call_num {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1600px) {
  .ad_cta_bx .top_call .call_num {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1800px) {
  .ad_cta_bx .top_call .call_num {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .ad_cta_bx .top_call .call_num span {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1200px) and (max-width: 1599px) {
  .ad_cta_bx .top_call .call_num span {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .ad_cta_bx .top_call .call_num {
    font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) and (max-width: 1599px) {
  .ad_cta_bx .top_call .call_num {
    font-size: clamp(1.1875rem, 1.1412037037rem + 0.2469135802vw, 1.4375rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .ad_cta_bx .top_call .call_num span {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 1200px) and (max-width: 1599px) {
  .ad_cta_bx .top_call .call_num span {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .ad_cta_bx .top_call .call_ico {
    margin-right: 10px;
  }
}

.why_over_txt {
  width: auto;
  left: 10%;
  background: #FF9802;
  color: #fff;
  border-radius: 8px;
  z-index: 2;
  padding: 20px 35px;
  width: 430px;
}
@media screen and (max-width: 767px) {
  .why_over_txt {
    margin-top: -69px;
  }
}
@media screen and (min-width: 768px) {
  .why_over_txt {
    margin-top: -110px;
  }
}
@media screen and (min-width: 1200px) {
  .why_over_txt {
    margin-top: -200px;
  }
}
.why_over_txt p {
  line-height: 1.3 !important;
}
@media screen and (max-width: 767px) {
  .why_over_txt {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .abt-para {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .abt-para {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .abt-para {
    margin-top: 50px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .abt-para {
    margin-top: 50px;
  }
}

/* translate */
:lang(es) .fnt-size-26 {
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :lang(es) .fnt-size-26 {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}
:lang(es) .fnt-size-58 {
  font-size: clamp(1.375rem, 1.1435185185rem + 1.2345679012vw, 2.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  :lang(es) .fnt-size-58 {
    font-size: clamp(1.375rem, 1.2361111111rem + 0.7407407407vw, 2.125rem) !important;
  }
}
:lang(es) .fnt-size-75 {
  font-size: clamp(1.6875rem, 1.2592592593rem + 2.2839506173vw, 4rem) !important;
}
@media screen and (max-width: 1599px) {
  :lang(es) .fnt-size-75 {
    font-size: clamp(1.6875rem, 1.4212962963rem + 1.4197530864vw, 3.125rem) !important;
  }
}
@media screen and (min-width: 1200px) {
  :lang(es) .inner_bnr_txt .bnr_lg .bnr-txt-pri-clr {
    font-size: 28px;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .inner_bnr_txt .bnr_lg .bnr-txt-pri-clr {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  :lang(es) .inner_bnr_txt .bnr_lg .bnr-txt-sub {
    font-size: 35px;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .inner_bnr_txt .bnr_lg .bnr-txt-sub {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  :lang(es) .inner_bnr_txt .bnr_cta .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    min-height: 45px !important;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .inner_bnr_txt .bnr_cta .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    min-height: 56px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :lang(es) .inner_bnr_txt .bnr_cta .elementor-widget-button .elementor-button .elementor-button-content-wrapper {
    padding: 5px 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  :lang(es) .inner_bnr_txt .bnr_cta .elementor-widget-button .elementor-button .elementor-button-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1600px) {
  :lang(es) .inner_bnr_txt .bnr_cta .elementor-widget-button .elementor-button .elementor-button-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  :lang(es) .about_sec .elementor-widget-button .elementor-button-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  :lang(es) .about_sec .btn_black {
    margin-bottom: 10px !important;
  }
}
:lang(es) .home_blog .hm_blog_wrap .bottom_info_wrap {
  gap: 10px 15px;
}
:lang(es) .blog_sidebar_col .elementor-widget-button .elementor-button-content-wrapper .elementor-button-text svg {
  margin-right: 10px !important;
}

.fnt-size-26 {
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .fnt-size-26 {
    font-size: clamp(1.1875rem, 1.1412037037rem + 0.2469135802vw, 1.4375rem) !important;
  }
}

.fnt-size-58 {
  font-size: clamp(1.625rem, 1.2546296296rem + 1.975308642vw, 3.625rem) !important;
}
@media screen and (max-width: 1599px) {
  .fnt-size-58 {
    font-size: clamp(1.625rem, 1.462962963rem + 0.8641975309vw, 2.5rem) !important;
  }
}

.fnt-size-75 {
  font-size: clamp(1.875rem, 1.3541666667rem + 2.7777777778vw, 4.6875rem) !important;
}
@media screen and (max-width: 1599px) {
  .fnt-size-75 {
    font-size: clamp(1.875rem, 1.5277777778rem + 1.8518518519vw, 3.75rem) !important;
  }
}

/* translate */
nav.breadcrumb {
  padding: 20px 0 0;
}
nav.breadcrumb ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #E68C09;
  font-weight: 400;
  padding: 0 32px 0 0;
  font-family: var(--twgl--font-primary);
}
nav.breadcrumb ul li br {
  display: none;
}
nav.breadcrumb ul li a {
  color: #000;
  text-decoration: none !important;
}
nav.breadcrumb ul li a:hover {
  color: #E68C09;
}
nav.breadcrumb ul li:after {
  padding: 0;
  content: "";
  position: absolute;
  right: 12px;
  bottom: 7px;
  height: 9px;
  background: url(assets/svg/next.svg);
  background-size: 100%;
  width: 5px;
}
nav.breadcrumb ul li:last-child {
  padding-right: 0;
}
nav.breadcrumb ul li:last-child:after {
  content: none;
}

/*product single apge*/
.gallery__wrap {
  min-height: 70px !important;
}
@media screen and (max-width: 1199px) {
  .gallery__wrap {
    min-height: 50px !important;
  }
}

.pro_gal .slick-track {
  display: flex;
  padding: 15px 0;
}
.pro_gal .glry_i {
  padding: 30px 8px;
  height: auto;
  transition: all ease 0.2s;
  height: 440px;
}
.pro_gal .glry_i .glry_i_in {
  height: 100%;
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 8px;
}
.pro_gal .glry_i:hover {
  padding-top: 0;
  padding-bottom: 0;
}
.pro_gal .glry_i:hover .glry_i_in {
  margin: 0 -20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 1199px) {
  .pro_gal .slick-track {
    padding: 0;
  }
  .pro_gal .glry_i {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pro_gal .glry_i:hover .glry_i_in {
    margin: 0;
    box-shadow: none;
  }
}

.circle_list li {
  position: relative;
  padding: 0 0 10px 20px;
}
.circle_list li::before {
  content: "";
  position: absolute;
  border: 2px solid #FF9802;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.circle_list ul {
  padding-top: 10px;
}

.circle_list_lg li {
  position: relative;
  padding: 0 0 10px 25px;
  font-size: 20px;
}
.circle_list_lg li::before {
  content: "";
  position: absolute;
  border: 3px solid #FF9802;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1600px) {
  .circle_list_lg li {
    font-size: 17px;
    padding-left: 20px;
  }
  .circle_list_lg li::before {
    width: 10px;
    height: 10px;
    border: 2px solid #FF9802;
  }
}

@media screen and (min-width: 1200px) {
  .three_col_ul {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .three_col_ul li {
    max-width: calc(33.33333% - 30px);
  }
}

@media screen and (min-width: 1200px) {
  .two_col_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .two_col_ul::before, .two_col_ul::after {
    display: none;
  }
  .two_col_ul li {
    width: 50%;
    padding-right: 20px;
  }
}

/*end product single apge*/
.thankyou-wrap .elementor-heading-title {
  font-size: clamp(3.125rem, 2.4305555556rem + 3.7037037037vw, 6.875rem) !important;
}
@media screen and (max-width: 1599px) {
  .thankyou-wrap .elementor-heading-title {
    font-size: clamp(2.5rem, 1.9212962963rem + 3.0864197531vw, 5.625rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .thankyou-wrap .elementor-heading-title {
    font-size: clamp(1.6875rem, 1.6759259259rem + 0.0617283951vw, 1.75rem) !important;
  }
}
.thankyou-wrap .elementor-heading-title span {
  color: #FF9802;
}
.thankyou-wrap p {
  font-size: 25px !important;
}
@media screen and (max-width: 768px) {
  .thankyou-wrap p {
    font-size: 18px !important;
  }
}
.thankyou-wrap .elementor-widget-image img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .thankyou-wrap .elementor-widget-image img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1680px) {
  .thankyou-wrap .elementor-widget-button {
    padding-top: 8px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .thankyou-wrap .elementor-widget-image img {
    height: 250px !important;
  }
}

.error-wrap .elementor-widget-image img {
  width: auto;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .error-wrap .elementor-widget-image img {
    height: 200px !important;
  }
}
.error-wrap p {
  font-size: 25px !important;
}
@media screen and (max-width: 768px) {
  .error-wrap p {
    font-size: 18px !important;
  }
}
.error-wrap p a {
  text-decoration: none !important;
  color: var(--e-global-color-primary);
}
.error-wrap p a:hover {
  color: var(--twgl--color-base-text);
}
@media screen and (max-width: 1680px) {
  .error-wrap .elementor-widget-button {
    padding-top: 8px !important;
  }
}

.about_first_section .elementor-widget-heading.title_lg .sub_t_md {
  margin-left: 0px !important;
}

.about-sec-two .list_content {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
  text-align: left;
}
.about-sec-two ul.check_list_about li {
  padding-left: 23px;
  position: relative;
  padding-bottom: 10px;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-sec-two ul.check_list_about li {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
.about-sec-two ul.check_list_about li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 6px;
  background: url(assets/svg/Ellipse_list.svg) no-repeat;
  width: 13px;
  height: 13px;
  background-size: 100%;
}

.about_sec_three .who-h3 .elementor-heading-title {
  position: relative;
  font-size: 30px !important;
}
@media screen and (max-width: 1600px) {
  .about_sec_three .who-h3 .elementor-heading-title {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 1200px) {
  .about_sec_three .who-h3 .elementor-heading-title {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .about_sec_three .who-h3 .elementor-heading-title {
    font-size: 18px !important;
  }
}
.about_sec_three .who-h3 .elementor-heading-title span {
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 1199px) {
  .about_sec_three .who-h3 .elementor-heading-title span {
    display: block;
  }
}
.about_sec_three .who-h3 .elementor-heading-title .span-r {
  padding-right: 10px;
}
.about_sec_three .who-h3 .elementor-heading-title::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 15px;
  background: #FF9802;
}
@media screen and (max-width: 1200px) {
  .about_sec_three .who-h3 .elementor-heading-title::after {
    bottom: 10px;
  }
}
.about_sec_three .work-card {
  border-radius: 6px;
  position: relative;
}
.about_sec_three .work-card::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: -10px;
  right: 15px;
  height: 9px;
  background: #FF9802;
  border-radius: 0px 0px 15px 15px;
}

/*First Round Revision*/
.terms-of-use-wrap h2 {
  font-size: clamp(1.375rem, 1.1435185185rem + 1.2345679012vw, 2.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .terms-of-use-wrap h2 {
    font-size: clamp(1.375rem, 1.2361111111rem + 0.7407407407vw, 2.125rem) !important;
  }
}
.terms-of-use-wrap h2 {
  font-weight: 500 !important;
}

/*First Round Revision*/
:root {
  --twgl--avatar-box: 60px;
  --twgl--gReview-height: 20px;
  --twgl--quote-height: 26px;
  --twgl--review-box-H_space: 20px;
  --twgl--review-box-V_space: 20px;
  --twgl--testimonial-box-border: var(--twgl--color-border, #9b9b9b);
  --twgl--author-name: var(--twgl--color-base-text, #131313);
  --twgl--blockquote-text: var(--twgl--color-base-text, #282828);
}

@media screen and (min-width: 768px) {
  :root {
    --twgl--avatar-box: 70px;
    --twgl--gReview-height: 22px;
    --twgl--quote-height: 34px;
    --twgl--review-box-H_space: 25px;
    --twgl--review-box-V_space: 35px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --twgl--avatar-box: 42px;
    --twgl--review-box-H_space: 20px;
    --twgl--review-box-V_space: 25px;
    --twgl--quote-height: 30px;
  }
}
@media screen and (min-width: 1600px) {
  :root {
    --twgl--avatar-box: 64px;
    --twgl--gReview-height: 22px;
    --twgl--quote-height: 36px;
    --twgl--review-box-H_space: 30px;
    --twgl--review-box-V_space: 40px;
  }
}
@media screen and (min-width: 1850px) {
  :root {
    --twgl--avatar-box: 70px;
    --twgl--gReview-height: 24px;
    --twgl--quote-height: 39px;
    --twgl--review-box-H_space: 35px;
    --twgl--review-box-V_space: 50px;
  }
}
[class*=review__layout_] {
  text-align: left;
}
[class*=review__layout_] > * {
  text-align: inherit;
}
[class*=review__layout_].center {
  text-align: center;
}

/* |=>  Version I  <=| */
.review__layout_i {
  background-color: transparent;
  border: 1px solid var(--twgl--testimonial-box-border);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: var(--twgl--blockquote-text);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: var(--twgl--review-box-V_space) var(--twgl--review-box-H_space);
  position: relative;
  width: 100%;
}
.review__layout_i .review__header {
  align-items: center;
  display: grid;
  grid-template-columns: var(--twgl--avatar-box) 1fr;
  gap: 12px;
}
.review__layout_i .avatar {
  background-color: var(--twgl--rgb-primary-2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--twgl--color-primary);
  font-size: clamp(1.5rem, 1.4074074074rem + 0.4938271605vw, 2rem) !important;
  font-weight: 500;
  height: var(--twgl--avatar-box);
  line-height: 1;
  margin: 0 !important;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: var(--twgl--avatar-box);
}
.review__layout_i .avatar img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}
.review__layout_i .author_info {
  display: grid;
  gap: 6px;
  line-height: 1;
}
.review__layout_i .author_name {
  color: var(--twgl--author-name);
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  font-weight: 400;
  line-height: 1;
}
.review__layout_i .gReview_icon {
  line-height: 1;
}
.review__layout_i .gReview_icon svg {
  height: var(--twgl--gReview-height);
  width: auto;
}
.review__layout_i .review__text {
  color: var(--twgl--blockquote-text);
  font-size: clamp(1rem, 0.9768518519rem + 0.1234567901vw, 1.125rem) !important;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (min-width: 1600px) {
  .review__layout_i {
    gap: 15px;
  }
  .review__layout_i .review__header {
    gap: 20px;
  }
  .review__layout_i .author_info {
    gap: 10px;
  }
}

/* ===========================
          Faq
=========================== */
/*Faq Accordion*/
.faq_wrap .faq_item {
  margin-bottom: 12px;
}
.faq_wrap .faq_item .acc_head {
  padding: 23px 50px 23px 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.faq_wrap .faq_item .acc_head:after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.faq_wrap .faq_item .acc_head .ico_down {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 17px;
  height: 17px;
  transition: all ease 0.2s;
  fill: #000;
}
@media screen and (max-width: 1199px) {
  .faq_wrap .faq_item .acc_head {
    padding: 15px 40px 15px 15px;
    font-size: 18px;
  }
  .faq_wrap .faq_item .acc_head .ico_down {
    top: 17px;
    right: 15px;
  }
}
.faq_wrap .faq_item.acc_active .acc_head {
  background: #ffeac9;
  border-color: #ffeac9;
}
.faq_wrap .faq_item.acc_active .acc_head .ico_down .path2 {
  display: none;
}
.faq_wrap .faq_item .acc_content {
  padding: 25px 30px 15px;
}
@media screen and (max-width: 1199px) {
  .faq_wrap .faq_item .acc_content {
    padding: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .faq_wrap {
    padding-top: 10px;
  }
}

/* |=>  Blog Sidebar Widget  <=| */
.align__center {
  text-align: center;
}

.blog_page_listing .elementor-heading-title {
  margin-bottom: 50px;
}
.blog_page_listing .blog_main_wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog_page_listing .blog_left {
  width: 70%;
}
.blog_page_listing .blog_left > .tw-row > * {
  margin-top: 0 !important;
  margin-bottom: 30px;
}
.blog_page_listing .blog_right {
  width: 30%;
}
.blog_page_listing .blog_right .rss-btn {
  width: 370px;
  padding: 12px;
  background: var(--twgl--color-black);
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.2s;
}
.blog_page_listing .blog_right .rss-btn:hover {
  opacity: 0.85;
}
@media screen and (min-width: 1199px) {
  .blog_page_listing .blog_right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .blog_page_listing .blog_left,
  .blog_page_listing .blog_right {
    width: 100%;
  }
}

.home_blog {
  --hm-blog-thumb-size: 324px;
  --hm-blog-content-spacing: 20px;
  --hm-blog-readMore-size: 30px;
  --blog-box-radius: 15px;
  --blog-listing-thumb-size: 300px;
  --blog-listing-readMore-size: 22px;
}
@media screen and (min-width: 768px) {
  .home_blog {
    --hm-blog-thumb-size: 210px;
    --hm-blog-content-spacing: 20px;
    --hm-blog-readMore-size: 28px;
    --blog-listing-thumb-size: 300px;
    --blog-listing-readMore-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .home_blog {
    --hm-blog-thumb-size: 270px;
    --hm-blog-content-spacing: 25px;
    --hm-blog-readMore-size: 30px;
    --blog-listing-thumb-size: 300px;
    --blog-listing-readMore-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .home_blog {
    --hm-blog-thumb-size: 210px;
    --hm-blog-content-spacing: 25px;
    --hm-blog-readMore-size: 26px;
    --blog-listing-thumb-size: 250px;
    --blog-listing-readMore-size: 22px;
  }
}
@media screen and (min-width: 1600px) {
  .home_blog {
    --hm-blog-thumb-size: 290px;
    --hm-blog-content-spacing: 35px;
    --hm-blog-readMore-size: 38px;
    --blog-box-radius: 20px;
    --blog-listing-thumb-size: 280px;
    --blog-listing-content-spacing: 25px;
    --blog-listing-readMore-size: 30px;
    --blog-listing-icon-size: 15px;
  }
}
@media screen and (min-width: 1850px) {
  .home_blog {
    --hm-blog-thumb-size: 324px;
    --hm-blog-content-spacing: 40px;
    --hm-blog-readMore-size: 44px;
    --blog-listing-thumb-size: 300px;
    --blog-listing-content-spacing: 30px;
    --blog-listing-readMore-size: 34px;
    --blog-listing-icon-size: 17px;
  }
}
.home_blog .hm_blog_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.home_blog .hm_blog_wrap .hm_blog_thumb {
  border-top-left-radius: var(--blog-box-radius);
  border-top-right-radius: var(--blog-box-radius);
  display: flex;
  height: auto !important;
  line-height: 1;
  margin: 0 !important;
  overflow: hidden;
}
.home_blog .hm_blog_wrap .hm_blog_thumb a {
  align-items: center;
  border-top-left-radius: var(--blog-box-radius);
  border-top-right-radius: var(--blog-box-radius);
  display: flex;
  height: var(--hm-blog-thumb-size);
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.home_blog .hm_blog_wrap .hm_blog_thumb a img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}
.home_blog .hm_blog_wrap .hm_blog_thumb a.default-image {
  border: 1px solid var(--twgl--rgb-primary-3);
  border-bottom: 0;
}
.home_blog .hm_blog_wrap .hm_blog_thumb a.default-image img {
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto !important;
}
.home_blog .hm_blog_wrap .hm_blog_content {
  border-bottom-left-radius: var(--blog-box-radius);
  border-bottom-right-radius: var(--blog-box-radius);
  border: 1px solid var(--twgl--primary-alt);
  border-top: none;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: var(--hm-blog-content-spacing);
}
.home_blog .hm_blog_wrap .post_cat {
  color: #FF9802;
  font-size: clamp(1.1875rem, 1.037037037rem + 0.8024691358vw, 2rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .home_blog .hm_blog_wrap .post_cat {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  }
}
.home_blog .hm_blog_wrap .post_cat {
  padding-bottom: 10px;
}
.home_blog .hm_blog_wrap .post_cat a {
  color: #FF9802;
}
.home_blog .hm_blog_wrap .post_cat a:hover {
  color: var(--twgl--color-black);
}
.home_blog .hm_blog_wrap .post_title {
  color: var(--twgl--color-black);
  font-size: clamp(1.25rem, 1.1574074074rem + 0.4938271605vw, 1.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .home_blog .hm_blog_wrap .post_title {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
}
.home_blog .hm_blog_wrap .post_title {
  font-weight: 500;
  margin: 0 !important;
  padding-bottom: 10px;
}
.home_blog .hm_blog_wrap .post_title a {
  color: currentColor;
}
.home_blog .hm_blog_wrap .post_title a:hover {
  color: var(--twgl--color-primary);
}
.home_blog .hm_blog_wrap .blog_excerpt {
  color: var(--twgl--color-black);
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .home_blog .hm_blog_wrap .blog_excerpt {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.home_blog .hm_blog_wrap .blog_excerpt {
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
.home_blog .hm_blog_wrap .blog_excerpt a {
  color: #FF9802;
  margin-top: 2px;
  text-decoration: none !important;
  display: inline-block;
}
.home_blog .hm_blog_wrap .blog_excerpt a:hover {
  color: #000;
}
.home_blog .hm_blog_wrap .icon_wrap {
  align-items: center;
  color: var(--twgl--color-black);
  display: inline-flex;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .home_blog .hm_blog_wrap .icon_wrap {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.home_blog .hm_blog_wrap .icon_wrap {
  line-height: 1;
  gap: 8px;
}
.home_blog .hm_blog_wrap .icon_wrap a {
  color: currentColor;
}
.home_blog .hm_blog_wrap .icon_wrap a:hover {
  color: #FF9802;
}
.home_blog .hm_blog_wrap .icon_wrap svg {
  fill: var(--twgl--color-secondary);
  height: 21px;
  width: 21px;
}
.home_blog .hm_blog_wrap .readMore_btn {
  display: inline-flex;
  line-height: 1;
  margin-left: auto;
}
.home_blog .hm_blog_wrap .readMore_btn svg {
  fill: var(--twgl--color-secondary);
  height: var(--hm-blog-readMore-size);
  width: var(--hm-blog-readMore-size);
}
.home_blog .hm_blog_wrap .readMore_btn a:hover svg {
  fill: var(--twgl--color-primary);
}
.home_blog .hm_blog_wrap .bottom_info_wrap {
  align-items: center;
  display: flex;
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .home_blog .hm_blog_wrap .bottom_info_wrap {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.home_blog .hm_blog_wrap .bottom_info_wrap {
  flex-flow: row wrap;
  gap: 5px 15px;
  margin-top: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home_blog .hm_blog_wrap .bottom_info_wrap .posted_on {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .home_blog .hm_blog_wrap .hm_blog_thumb a {
    height: auto !important;
    max-height: var(--hm-blog-thumb-size) !important;
  }
  .home_blog .hm_blog_wrap .hm_blog_content {
    height: auto !important;
  }
}
@media screen and (max-width: 574px) {
  .home_blog .hm_blog_wrap .bottom_info_wrap .posted_on {
    flex: 0 0 100%;
    width: 100%;
  }
}
.home_blog.blog_listing .hm_blog_wrap {
  border-radius: var(--blog-box-radius);
  -webkit-border-radius: var(--blog-box-radius);
  box-shadow: 0 2px 10px var(--twgl--rgb-black-2);
  -webkit-box-shadow: 0 2px 10px var(--twgl--rgb-black-2);
}
.home_blog.blog_listing .hm_blog_wrap .hm_blog_thumb a {
  height: var(--blog-listing-thumb-size);
}
.home_blog.blog_listing .hm_blog_wrap .post_cat {
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .home_blog.blog_listing .hm_blog_wrap .post_cat {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}
.home_blog.blog_listing .hm_blog_wrap .post_cat {
  line-height: 1;
  padding-bottom: 7px;
}
.home_blog.blog_listing .hm_blog_wrap .hm_blog_content {
  height: calc(100% - var(--blog-listing-thumb-size));
  padding: var(--blog-listing-content-spacing, 20px);
}
.home_blog.blog_listing .hm_blog_wrap .icon_wrap {
  font-size: clamp(0.75rem, 0.7268518519rem + 0.1234567901vw, 0.875rem) !important;
  font-weight: 400;
}
.home_blog.blog_listing .hm_blog_wrap .icon_wrap svg {
  height: var(--blog-listing-icon-size, 12px);
  width: var(--blog-listing-icon-size, 12px);
}
@media screen and (min-width: 1600px) {
  .home_blog.blog_listing .hm_blog_wrap .icon_wrap svg {
    top: -2px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .home_blog.blog_listing .hm_blog_wrap .hm_blog_thumb a {
    height: auto !important;
    max-height: var(--blog-listing-thumb-size) !important;
  }
}

.blog_listing_col .tw-row {
  margin-left: -7px;
  margin-right: -7px;
}
.blog_listing_col .tw-row > * {
  padding-left: 7px;
  padding-right: 7px;
}

.blog_widget_wrap:not(:last-child) {
  margin-bottom: 30px;
}
.blog_widget_wrap .blWidget_title {
  color: #000;
  font-size: clamp(1.1875rem, 1.037037037rem + 0.8024691358vw, 2rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog_widget_wrap .blWidget_title {
    font-size: clamp(1.125rem, 1.0555555556rem + 0.3703703704vw, 1.5rem) !important;
  }
}
.blog_widget_wrap .blWidget_title {
  font-weight: 400;
  margin-bottom: 15px;
  border-bottom: 2px solid #ff9802;
  padding: 17px 0px;
  align-items: center;
  line-height: 24px;
}
.blog_widget_wrap ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog_widget_wrap ul a {
  color: #000;
  text-decoration: none !important;
}
.blog_widget_wrap ul a:hover {
  color: #FF9802;
}
.blog_widget_wrap ul > li {
  color: #000;
}
.blog_widget_wrap ul > li:not(:last-child) {
  border-bottom: 1px solid var(--twgl--rgb-black-1);
  padding-bottom: 15px;
}
.blog_widget_wrap .blWidget_rPost a {
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog_widget_wrap .blWidget_rPost a {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.blog_widget_wrap .blWidget_rPost a {
  font-weight: 300;
}
.blog_widget_wrap .blWidget_rPost li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blog_widget_wrap .blWidget_rPost li .postDate {
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog_widget_wrap .blWidget_rPost li .postDate {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}
.blog_widget_wrap .blWidget_rPost li .postDate {
  font-weight: 300;
}
.blog_widget_wrap .elementor-widget-button .elementor-button i {
  display: inline-flex;
  line-height: 1;
  padding-right: 10px;
}
.blog_widget_wrap .elementor-widget-button .elementor-button svg {
  fill: var(--twgl--color-white);
  height: 16px;
  width: auto !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog_widget_wrap .elementor-widget-button .elementor-button {
    font-size: 13px !important;
  }
  .blog_widget_wrap .elementor-widget-button .elementor-button svg {
    height: 12px;
  }
}
@media screen and (min-width: 1600px) {
  .blog_widget_wrap .elementor-widget-button .elementor-button {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_widget_wrap:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1850px) {
  .blog_widget_wrap:not(:last-child) {
    margin-bottom: 50px;
  }
}

.blog_page_single {
  --tiIcon-size: 18px;
  --single-thumb-size: 250px;
}
@media screen and (min-width: 768px) {
  .blog_page_single {
    --tiIcon-size: 22px;
    --single-thumb-size: 300px;
  }
}
@media screen and (min-width: 992px) {
  .blog_page_single {
    --tiIcon-size: 22px;
    --single-thumb-size: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .blog_page_single {
    --tiIcon-size: 20px;
    --single-thumb-size: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .blog_page_single {
    --tiIcon-size: 25px;
    --single-thumb-size: 470px;
  }
}
@media screen and (min-width: 1850px) {
  .blog_page_single {
    --tiIcon-size: 30px;
    --single-thumb-size: 570px;
  }
}
.blog_page_single .elementor-widget-heading .elementor-heading-title {
  margin-bottom: 15px !important;
}
.blog_page_single .top_info_wrap {
  align-items: center;
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
}
.blog_page_single .top_info_wrap .icon_wrap {
  align-items: center;
  color: var(--twgl--color-black);
  display: inline-flex;
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blog_page_single .top_info_wrap .icon_wrap {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}
.blog_page_single .top_info_wrap .icon_wrap {
  font-weight: 400;
  gap: 10px;
  line-height: 1;
}
.blog_page_single .top_info_wrap .icon_wrap a {
  color: currentColor;
}
.blog_page_single .top_info_wrap .icon_wrap a:hover {
  color: var(--twgl--color-primary);
}
.blog_page_single .top_info_wrap .icon_wrap svg {
  height: var(--tiIcon-size);
  width: var(--tiIcon-size);
}
.blog_page_single .single_blog_thumb {
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  display: flex;
  height: var(--single-thumb-size);
  line-height: 1;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.blog_page_single .single_blog_thumb img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100% !important;
}
.blog_page_single .single_blog_thumb.default_image {
  border: 1px solid var(--twgl--rgb-primary-3);
  height: auto !important;
}
.blog_page_single .single_blog_thumb.default_image img {
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto !important;
}
.blog_page_single .blog__content {
  padding-top: 30px;
}

.single_post_container {
  padding-bottom: 50px;
}

.blWidget_search {
  --form-field-height: 50px;
  --from-field-radius: 6px;
}
@media screen and (min-width: 768px) {
  .blWidget_search {
    --form-field-height: 50px;
  }
}
@media screen and (min-width: 1600px) {
  .blWidget_search {
    --form-field-height: 56px;
  }
}
@media screen and (min-width: 1850px) {
  .blWidget_search {
    --form-field-height: 64px;
  }
}
.blWidget_search form {
  *zoom: 1;
}
.blWidget_search form:after, .blWidget_search form:before {
  content: "";
  display: block;
}
.blWidget_search form:after {
  clear: both;
}
.blWidget_search form {
  display: flex;
}
.blWidget_search form ::-webkit-input-placeholder {
  color: var(--twgl--color-black);
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blWidget_search form ::-webkit-input-placeholder {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
.blWidget_search form ::-webkit-input-placeholder {
  font-weight: 400;
  opacity: 0.3;
}
.blWidget_search form :-moz-placeholder {
  color: var(--twgl--color-black);
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blWidget_search form :-moz-placeholder {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
.blWidget_search form :-moz-placeholder {
  font-weight: 400;
  opacity: 0.3;
}
.blWidget_search form ::-moz-placeholder {
  color: var(--twgl--color-black);
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blWidget_search form ::-moz-placeholder {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
.blWidget_search form ::-moz-placeholder {
  font-weight: 400;
  opacity: 0.3;
}
.blWidget_search form :-ms-input-placeholder {
  color: var(--twgl--color-black);
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blWidget_search form :-ms-input-placeholder {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
.blWidget_search form :-ms-input-placeholder {
  font-weight: 400;
  opacity: 0.3;
}
.blWidget_search .form__control {
  background-color: var(--twgl--color-white);
  border: 1px solid rgba(27, 150, 211, 0.17);
  border-bottom-left-radius: var(--from-field-radius);
  border-top-left-radius: var(--from-field-radius);
  box-sizing: border-box;
  color: var(--twgl--rgb-black-5);
  flex-grow: 1;
  font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .blWidget_search .form__control {
    font-size: clamp(1.0625rem, 1.0277777778rem + 0.1851851852vw, 1.25rem) !important;
  }
}
.blWidget_search .form__control {
  font-weight: 400;
  height: var(--form-field-height);
  padding: 0 20px;
}
.blWidget_search .form__control:hover, .blWidget_search .form__control:focus {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
.blWidget_search .form__btn {
  align-items: center;
  background-color: #ff9804;
  border-bottom-right-radius: var(--from-field-radius);
  border-top-right-radius: var(--from-field-radius);
  border: 0;
  cursor: pointer;
  display: flex;
  flex: 0 0 calc(var(--form-field-height) + 10px);
  height: var(--form-field-height);
  line-height: 1;
  justify-content: center;
  padding: 0;
  width: calc(var(--form-field-height) + 10px);
}
.blWidget_search .form__btn svg {
  fill: var(--twgl--color-white);
  height: 18px;
  width: auto;
}
.blWidget_search .form__btn:hover {
  background-color: var(--twgl--color-black);
}

.blog-post-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .blog-post-row {
    flex-direction: column;
  }
}

.blog-details__content h3 a {
  text-decoration: underline !important;
  color: #ff9804 !important;
}
.blog-details__content h3 a:hover {
  color: #000 !important;
}

.post_left {
  width: 70%;
}
@media screen and (max-width: 1199px) {
  .post_left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .post_left {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .post_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .post_left {
    margin-bottom: 20px;
  }
}

.blog-details__meta {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.blog-details__meta .blog-details__category {
  margin-left: 10px;
  color: #000 !important;
}
.blog-details__meta .blog-details__category:hover {
  color: #ff9804 !important;
}
.blog-details__meta .blog-details__separator {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .blog-details__meta {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.blog-details__date {
  position: absolute;
  left: 0;
  bottom: 20px;
  background: #ff9804;
  opacity: 80%;
  padding: 14px 14px;
  border-radius: 0px 6px 6px 0px;
  font-size: 22px;
  color: #fff;
  z-index: 2;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .blog-details__date {
    left: 10px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog-details__date {
    left: 12px;
    bottom: 12px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

.blog-details__image-wrap {
  position: relative;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 464px;
  width: 100%;
}
@media screen and (max-width: 1799px) {
  .blog-details__image-wrap {
    height: 350px;
  }
}
.blog-details__image-wrap img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .blog-details__image-wrap img {
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .blog-details__image-wrap {
    margin-bottom: 20px;
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__content {
    font-size: 15px;
  }
}
.blog-details__content a {
  color: #ff9804 !important;
}
.blog-details__content a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-details__content ul {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .blog-details__content ul {
    margin-bottom: 15px;
  }
}
.blog-details__content ul li {
  padding: 5px 0 5px 30px;
  position: relative;
  display: block;
}
.blog-details__content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 14px;
  height: 14px;
  background-image: url(assets/svg/tick.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .blog-details__content ul li:before {
    top: 10px;
  }
}
@media screen and (max-width: 1470px) {
  .blog-details__content ul li:before {
    top: 10px;
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .blog-details__content ul li:before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
}
.blog-details__content ul li a {
  color: #000;
  text-decoration: underline;
}
.blog-details__content ul li a:hover {
  color: #ff9804 !important;
}
.blog-details__content ul li ul {
  margin-bottom: 0 !important;
  margin-top: 7px !important;
}
@media screen and (max-width: 767px) {
  .blog-details__content ul li ul {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .blog-details__content ul li {
    padding-left: 26px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.blog-details__content ol {
  margin-left: 20px;
}
.blog-details__content ol li {
  padding: 7px 0 7px 10px;
  position: relative;
  font-weight: 300 !important;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .blog-details__content ol li {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog-details__content ol li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog-details__content ol li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog-details__content ol li a {
  color: #000;
  text-decoration: underline;
}
.blog-details__content ol li a:hover {
  color: #ff9804 !important;
}
.blog-details__content p {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .blog-details__content p {
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .blog-details__content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}

.blog-post-row .blog-details__title {
  font-size: 60px !important;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1799px) {
  .blog-post-row .blog-details__title {
    font-size: 52px !important;
  }
}
@media screen and (max-width: 991px) {
  .blog-post-row .blog-details__title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .blog-post-row .blog-details__title {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
}
.blog-post-row h2 {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.blog-post-row h3 {
  margin-bottom: 15px !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog-post-row h3 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-row h3 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog-post-row h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog-post-row h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.blog-post-row h4 {
  margin-bottom: 15px !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog-post-row h4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-row h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog-post-row h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog-post-row h4 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.blog-post-row h5 {
  margin-bottom: 15px !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog-post-row h5 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-row h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog-post-row h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog-post-row h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.blog-post-row h6 {
  margin-bottom: 15px !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog-post-row h6 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-row h6 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog-post-row h6 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1850px) {
  .blog-post-row h6 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

/* =========================
   Pagination
========================= 
.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: end;
  width: 100%;
}

.pagination .wp-paginate {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.pagination .wp-paginate a,
.pagination .wp-paginate span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0;
  text-decoration: none;
  color: #6b6b6b;
  background: transparent !important;
  transition: all 0.2s ease;
  border: none !important;
}


.pagination .wp-paginate a:hover {
  color: #000;
}


.pagination .wp-paginate .current {
  color: #000;
  font-weight: 600;
}


.pagination .wp-paginate .next {
  background: #FF9802 !important;
  color: #fff !important;
  padding: 0 16px;
  height: 32px;
  border-radius: 4px !important;
  font-weight: 600;
  text-transform: uppercase;
}


.pagination .wp-paginate .next:hover {
  background: #eca335;
}



.pagination .wp-paginate .prev {
  background: #FF9802 !important;
  color: #fff !important;
  padding: 0 16px;
  height: 32px;
  border-radius: 4px !important;
  font-weight: 600;
  text-transform: uppercase;
}


.pagination .wp-paginate .prev:hover {
  background: #68ab35;
}

*/
.blog-post-row div .elementor-widget-heading {
  width: 100% !important;
}

.sidebar .blog_right {
  padding-left: 50px;
}

.single-post .blog-post-row .sidebar {
  width: 30%;
}
@media screen and (max-width: 1199px) {
  .single-post .blog-post-row .sidebar {
    width: 100%;
  }
  .single-post .blog-post-row .sidebar .blog_right {
    padding-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .single-post .blog-post-row .post_left {
    padding-right: 0;
  }
}

.blog_page_listing .blog_left .pagination {
  margin-bottom: 0 !important;
}
.blog_page_listing .blog_left .pagination .pagination {
  padding: 0;
}

.site_footer {
  background: #1a1613;
}

.foot_row {
  padding: 120px 0 80px;
}
@media screen and (max-width: 1599px) {
  .foot_row {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .foot_row {
    padding-bottom: 40px;
  }
}

.copyright {
  padding: 20px 15px;
  text-align: center;
  color: #666;
  background: #000;
}

.foot_logo {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  margin: 0 0 30px;
}

.foot_col1 {
  max-width: 360px;
}
.foot_col1 .foot_des,
.foot_col1 .foot_des p {
  color: #fff;
  font-size: 16px;
}

.foot_col2 {
  display: flex;
  gap: 50px;
}

.foot_col3 .foot_nav ul {
  display: grid;
  grid-template-columns: 1.3fr 1.1fr 0.9fr;
  gap: 12px 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.foot_info {
  max-width: 250px;
}
.foot_info .foot_info_i {
  position: relative;
  padding-left: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.foot_info .foot_info_i .info_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  left: 0;
  background: #FF9802;
}
.foot_info .foot_info_i .info_icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.foot_info .foot_info_i .infoadrs {
  font-size: 14px;
}
.foot_info .foot_info_i .infoadrs strong {
  display: block;
  font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .foot_info .foot_info_i .infoadrs strong {
    font-size: clamp(1.125rem, 1.0787037037rem + 0.2469135802vw, 1.375rem) !important;
  }
}
.foot_info .foot_info_i .infocall {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .foot_info .foot_info_i .infocall {
    font-size: clamp(1.125rem, 1.0671296296rem + 0.3086419753vw, 1.4375rem) !important;
  }
}
.foot_info .foot_info_i .infocall span {
  display: block;
  font-size: 17px;
}
.foot_info .foot_info_i.foot_info_call .info_icon {
  top: auto;
  bottom: 7px;
}
.foot_info .foot_social {
  display: flex;
  flex-wrap: wrap;
  padding-left: 45px;
  gap: 10px;
}
.foot_info .foot_social li {
  color: #afaead;
  font-weight: 400;
}
.foot_info .foot_social li:first-child {
  width: 100%;
}
.foot_info .foot_social li a svg {
  fill: #afaead;
  height: 24px;
  max-width: 34px;
}
.foot_info .foot_social li a:hover svg {
  fill: #FF9802;
}

.foot_col3 {
  position: relative;
}
.foot_col3::before {
  content: "";
  position: absolute;
  left: 100px;
  right: 0;
  top: 15px;
  background: #fff;
  height: 1px;
  padding-right: 15px;
  opacity: 0.2;
}
@media screen and (max-width: 1599px) {
  .foot_col1 {
    max-width: 300px;
  }
  .foot_col2 {
    gap: 0;
    flex-direction: column;
  }
  .foot_col2 ul:first-child {
    margin-bottom: 0;
  }
  .foot_col3 .foot_nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1199px) {
  .foot_info {
    padding-top: 30px;
    max-width: none;
    width: 100%;
    display: flex;
    gap: 50px;
  }
  .foot_info .foot_social {
    padding-left: 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .foot_info {
    width: 100%;
    gap: 35px;
  }
  .foot_col3 .foot_nav ul {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 767px) {
  .foot_col1 {
    max-width: none;
    width: 100%;
    padding-bottom: 30px;
  }
  .foot_col1 .foot_logo {
    max-width: 200px;
    padding: 10px;
    margin: 0 0 15px;
  }
  .foot_col2 {
    max-width: none;
    width: 100%;
    flex-direction: row;
    gap: 50px;
    padding-bottom: 30px;
  }
  .foot_col3 .foot_nav ul {
    grid-template-columns: 1fr 1fr;
  }
  .foot_info {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (min-width: 1600px) {
  .foot_col2,
  .foot_col3,
  .foot_col4 {
    margin-top: 30px;
  }
}

.foot_nav li {
  padding-bottom: 17px;
  display: block;
}
.foot_nav li a {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  line-height: 1.3 !important;
  text-decoration: none !important;
  position: relative;
}
.foot_nav li a::after {
  position: absolute;
  left: 100%;
}
.foot_nav li ul {
  padding-top: 17px !important;
}
.foot_nav li ul li {
  padding-bottom: 2px;
}
.foot_nav li ul li a {
  font-weight: 300;
}
@media screen and (max-width: 1599px) {
  .foot_nav li {
    padding-bottom: 10px;
  }
  .foot_nav li ul li {
    padding-bottom: 0;
  }
}

.form_info {
  background: #fff;
  padding: 35px 30px 40px 50px !important;
  border-radius: 10px !important;
}
@media screen and (min-width: 1600px) {
  .form_info {
    min-width: 490px !important;
  }
}
@media screen and (max-width: 767px) {
  .form_info {
    padding: 20px !important;
  }
}
.form_info .form_info_i {
  position: relative;
  padding-left: 50px;
  color: #000;
  margin-top: 15px;
  line-height: 1.3;
}
.form_info .form_info_i .info_icon {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  left: 0;
  background: #FF9802;
}
.form_info .form_info_i .info_icon svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.form_info .form_info_i .infoadrs {
  font-weight: 400;
}
.form_info .form_info_i .infoadrs strong {
  display: block;
}
.form_info .form_info_i .infocall {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1574074074rem + 0.4938271605vw, 1.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .form_info .form_info_i .infocall {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
}
.form_info .form_info_i .infocall span {
  font-weight: 400;
  display: block;
  font-size: 18px;
}

.form_bx {
  background: #fff;
  border-radius: 10px !important;
  padding: 50px 13% !important;
  margin-bottom: -140px !important;
}
@media screen and (max-width: 1599px) {
  .form_bx {
    margin-bottom: -100px !important;
  }
}
@media screen and (max-width: 767px) {
  .form_bx {
    padding: 20px !important;
  }
}
.form_bx .elementor-widget-heading .elementor-heading-title {
  line-height: 1 !important;
}
.form_bx .input-holder {
  margin-bottom: 25px;
}
@media screen and (max-width: 1599px) {
  .form_bx .input-holder {
    margin-bottom: 15px;
  }
}
.form_bx input[type=text],
.form_bx input[type=tel],
.form_bx input[type=email],
.form_bx textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 15px 0;
  background: none;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  outline: none;
  font-size: 18px;
  font-weight: 400;
}
.form_bx input[type=text]::-moz-placeholder, .form_bx input[type=tel]::-moz-placeholder, .form_bx input[type=email]::-moz-placeholder, .form_bx textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.form_bx input[type=text]::placeholder,
.form_bx input[type=tel]::placeholder,
.form_bx input[type=email]::placeholder,
.form_bx textarea::placeholder {
  opacity: 1;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .form_bx input[type=text],
  .form_bx input[type=tel],
  .form_bx input[type=email],
  .form_bx textarea {
    padding: 10px 0;
    font-size: 15px;
  }
}
.form_bx textarea {
  height: 90px;
  resize: none;
}

.submit_wrap .elementor-button {
  display: block;
}
.submit_wrap input {
  border: 0;
  outline: none;
  width: 100%;
}

/*footer stage selection*/
ul.foot_nav > li > a:hover {
  color: #FF9802;
}
ul.foot_nav > li.current_page_item > a, ul.foot_nav > li.current-menu-item > a, ul.foot_nav > li.current-page-ancestor > a, ul.foot_nav > li.current-menu-ancestor > a, ul.foot_nav > li.current-product-parent > a, ul.foot_nav > li.current-product_cat-ancestor > a {
  color: #FF9802;
}
ul.foot_nav > li.current_page_item ul > li > a, ul.foot_nav > li.current-menu-item ul > li > a, ul.foot_nav > li.current-page-ancestor ul > li > a, ul.foot_nav > li.current-menu-ancestor ul > li > a, ul.foot_nav > li.current-product-parent ul > li > a, ul.foot_nav > li.current-product_cat-ancestor ul > li > a {
  color: #fff;
}
ul.foot_nav > li.current_page_item ul > li > a:hover, ul.foot_nav > li.current-menu-item ul > li > a:hover, ul.foot_nav > li.current-page-ancestor ul > li > a:hover, ul.foot_nav > li.current-menu-ancestor ul > li > a:hover, ul.foot_nav > li.current-product-parent ul > li > a:hover, ul.foot_nav > li.current-product_cat-ancestor ul > li > a:hover {
  color: #FF9802;
}
ul.foot_nav > li.current_page_item ul > li.current_page_item > a, ul.foot_nav > li.current_page_item ul > li.current-menu-item > a, ul.foot_nav > li.current_page_item ul > li.current-page-ancestor > a, ul.foot_nav > li.current_page_item ul > li.current-menu-ancestor > a, ul.foot_nav > li.current_page_item ul > li.current-product-parent > a, ul.foot_nav > li.current_page_item ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-menu-item ul > li.current_page_item > a, ul.foot_nav > li.current-menu-item ul > li.current-menu-item > a, ul.foot_nav > li.current-menu-item ul > li.current-page-ancestor > a, ul.foot_nav > li.current-menu-item ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-menu-item ul > li.current-product-parent > a, ul.foot_nav > li.current-menu-item ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-page-ancestor ul > li.current_page_item > a, ul.foot_nav > li.current-page-ancestor ul > li.current-menu-item > a, ul.foot_nav > li.current-page-ancestor ul > li.current-page-ancestor > a, ul.foot_nav > li.current-page-ancestor ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-page-ancestor ul > li.current-product-parent > a, ul.foot_nav > li.current-page-ancestor ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-menu-ancestor ul > li.current_page_item > a, ul.foot_nav > li.current-menu-ancestor ul > li.current-menu-item > a, ul.foot_nav > li.current-menu-ancestor ul > li.current-page-ancestor > a, ul.foot_nav > li.current-menu-ancestor ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-menu-ancestor ul > li.current-product-parent > a, ul.foot_nav > li.current-menu-ancestor ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-product-parent ul > li.current_page_item > a, ul.foot_nav > li.current-product-parent ul > li.current-menu-item > a, ul.foot_nav > li.current-product-parent ul > li.current-page-ancestor > a, ul.foot_nav > li.current-product-parent ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-product-parent ul > li.current-product-parent > a, ul.foot_nav > li.current-product-parent ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-product_cat-ancestor ul > li.current_page_item > a, ul.foot_nav > li.current-product_cat-ancestor ul > li.current-menu-item > a, ul.foot_nav > li.current-product_cat-ancestor ul > li.current-page-ancestor > a, ul.foot_nav > li.current-product_cat-ancestor ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-product_cat-ancestor ul > li.current-product-parent > a, ul.foot_nav > li.current-product_cat-ancestor ul > li.current-product_cat-ancestor > a {
  color: #FF9802;
}
ul.foot_nav > li.current_page_item ul > li ul > li > a, ul.foot_nav > li.current-menu-item ul > li ul > li > a, ul.foot_nav > li.current-page-ancestor ul > li ul > li > a, ul.foot_nav > li.current-menu-ancestor ul > li ul > li > a, ul.foot_nav > li.current-product-parent ul > li ul > li > a, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li > a {
  color: #fff;
}
ul.foot_nav > li.current_page_item ul > li ul > li > a:hover, ul.foot_nav > li.current-menu-item ul > li ul > li > a:hover, ul.foot_nav > li.current-page-ancestor ul > li ul > li > a:hover, ul.foot_nav > li.current-menu-ancestor ul > li ul > li > a:hover, ul.foot_nav > li.current-product-parent ul > li ul > li > a:hover, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li > a:hover {
  color: #FF9802;
}
ul.foot_nav > li.current_page_item ul > li ul > li.current_page_item > a, ul.foot_nav > li.current_page_item ul > li ul > li.current-menu-item > a, ul.foot_nav > li.current_page_item ul > li ul > li.current-page-ancestor > a, ul.foot_nav > li.current_page_item ul > li ul > li.current-menu-ancestor > a, ul.foot_nav > li.current_page_item ul > li ul > li.current-product-parent > a, ul.foot_nav > li.current_page_item ul > li ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-menu-item ul > li ul > li.current_page_item > a, ul.foot_nav > li.current-menu-item ul > li ul > li.current-menu-item > a, ul.foot_nav > li.current-menu-item ul > li ul > li.current-page-ancestor > a, ul.foot_nav > li.current-menu-item ul > li ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-menu-item ul > li ul > li.current-product-parent > a, ul.foot_nav > li.current-menu-item ul > li ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-page-ancestor ul > li ul > li.current_page_item > a, ul.foot_nav > li.current-page-ancestor ul > li ul > li.current-menu-item > a, ul.foot_nav > li.current-page-ancestor ul > li ul > li.current-page-ancestor > a, ul.foot_nav > li.current-page-ancestor ul > li ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-page-ancestor ul > li ul > li.current-product-parent > a, ul.foot_nav > li.current-page-ancestor ul > li ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-menu-ancestor ul > li ul > li.current_page_item > a, ul.foot_nav > li.current-menu-ancestor ul > li ul > li.current-menu-item > a, ul.foot_nav > li.current-menu-ancestor ul > li ul > li.current-page-ancestor > a, ul.foot_nav > li.current-menu-ancestor ul > li ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-menu-ancestor ul > li ul > li.current-product-parent > a, ul.foot_nav > li.current-menu-ancestor ul > li ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-product-parent ul > li ul > li.current_page_item > a, ul.foot_nav > li.current-product-parent ul > li ul > li.current-menu-item > a, ul.foot_nav > li.current-product-parent ul > li ul > li.current-page-ancestor > a, ul.foot_nav > li.current-product-parent ul > li ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-product-parent ul > li ul > li.current-product-parent > a, ul.foot_nav > li.current-product-parent ul > li ul > li.current-product_cat-ancestor > a, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li.current_page_item > a, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li.current-menu-item > a, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li.current-page-ancestor > a, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li.current-menu-ancestor > a, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li.current-product-parent > a, ul.foot_nav > li.current-product_cat-ancestor ul > li ul > li.current-product_cat-ancestor > a {
  color: #FF9802;
}

/*end footer stage selection*/
.wpcf7-response-output {
  display: none !important;
}

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

.contact_h2 {
  position: relative;
}
.contact_h2::after {
  content: "";
  position: absolute;
  right: -19%;
  background: #8f8f8f;
  width: 1px;
  top: 10px;
  bottom: 15px;
}
@media screen and (max-width: 1599px) {
  .contact_h2::after {
    right: -29%;
  }
}
@media screen and (max-width: 1199px) {
  .contact_h2::after {
    display: none;
  }
}

.contact_info {
  width: 66%;
}
.contact_info .elementor-shortcode {
  display: flex;
  justify-content: space-between;
}
.contact_info .elementor-shortcode::before, .contact_info .elementor-shortcode::after {
  display: none;
}
.contact_info .form_info_i {
  position: relative;
  padding-left: 120px;
  color: #000;
}
@media screen and (min-width: 1700px) {
  .contact_info .form_info_i {
    align-items: center;
    display: flex;
  }
}
.contact_info .form_info_i::after {
  content: "";
  position: absolute;
  right: -19%;
  background: #8f8f8f;
  width: 1px;
  top: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1599px) {
  .contact_info .form_info_i::after {
    right: -14%;
  }
}
.contact_info .form_info_i:last-child a {
  font-weight: 600;
}
.contact_info .form_info_i:last-child::after {
  display: none;
}
.contact_info .form_info_i .info_icon {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  left: 0;
  background: #FF9802;
}
.contact_info .form_info_i .info_icon svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.contact_info .form_info_i .infoadrs {
  font-weight: 400;
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact_info .form_info_i .infoadrs {
    font-size: clamp(1.1875rem, 1.1412037037rem + 0.2469135802vw, 1.4375rem) !important;
  }
}
.contact_info .form_info_i .infoadrs strong {
  display: block;
}
.contact_info .form_info_i .infocall {
  font-weight: 500;
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .contact_info .form_info_i .infocall {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact_info .form_info_i .infocall {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact_info .form_info_i .infocall {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .contact_info .form_info_i .infocall {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
.contact_info .form_info_i .infocall span {
  font-weight: 400;
  display: block;
  font-size: clamp(1.1875rem, 1.1064814815rem + 0.4320987654vw, 1.625rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact_info .form_info_i .infocall span {
    font-size: clamp(1.1875rem, 1.1412037037rem + 0.2469135802vw, 1.4375rem) !important;
  }
}
@media screen and (max-width: 1599px) {
  .contact_info .form_info_i {
    padding-left: 80px;
  }
  .contact_info .form_info_i .info_icon {
    width: 60px;
    height: 60px;
  }
  .contact_info .form_info_i .info_icon svg {
    width: 28px;
    height: 28px;
  }
  .contact_info .form_info_i:last-child .info_icon {
    top: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .contact_info {
    width: 100%;
  }
  .contact_info .elementor-shortcode {
    justify-content: center;
  }
  .contact_info .elementor-shortcode .form_info_i {
    margin-top: 30px;
    padding-left: 50px;
  }
  .contact_info .elementor-shortcode .form_info_i .info_icon {
    width: 40px;
    height: 40px;
  }
  .contact_info .elementor-shortcode .form_info_i .info_icon svg {
    width: 20px;
    height: 20px;
  }
  .contact_info .elementor-shortcode .form_info_i:first-child {
    padding-right: 130px;
  }
  .contact_info .elementor-shortcode .form_info_i:first-child::after {
    right: 60px;
  }
  .contact_info .elementor-shortcode .form_info_i:last-child .info_icon {
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .contact_info .elementor-shortcode {
    flex-direction: column;
  }
  .contact_info .elementor-shortcode .form_info_i {
    margin-top: 15px;
    padding-right: 0 !important;
  }
  .contact_info .elementor-shortcode .form_info_i::after {
    display: none;
  }
}

/*19-feb*/
.form_info_i.mail-wrap {
  line-height: 2.15 !important;
}
.form_info_i.mail-wrap a.infoadrs:hover {
  color: #ff9802 !important;
}

.foot_info .foot_info_i.mail-wrap {
  line-height: 1.999;
}
.foot_info .foot_info_i.mail-wrap .infoadrs:hover {
  color: #ff9802 !important;
}
.foot_info .foot_info_i.mail-wrap .infoadrs strong {
  font-size: clamp(0.9375rem, 0.9027777778rem + 0.1851851852vw, 1.125rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .foot_info .foot_info_i.mail-wrap .infoadrs strong {
    font-size: clamp(0.9375rem, 0.9143518519rem + 0.1234567901vw, 1.0625rem) !important;
  }
}

.img_bx_wrap .elementor-widget-image {
  border: 1px solid #dddddd !important;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .foot-form-wrapp .form_info_i.mail-wrap {
    line-height: 2.75 !important;
  }
}
@media screen and (max-width: 768px) {
  .foot-form-wrapp .form_info_i.mail-wrap {
    line-height: 2.55 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .foot-form-wrapp .form_info_i.mail-wrap {
    line-height: 2.5 !important;
  }
}
@media screen and (min-width: 1200px) {
  .foot-form-wrapp .form_info_i.mail-wrap {
    line-height: 2.45 !important;
  }
}
@media screen and (min-width: 1600px) {
  .foot-form-wrapp .form_info_i.mail-wrap {
    line-height: 2.25 !important;
  }
}
@media screen and (max-width: 767px) {
  .foot-form-wrapp .form_info_i.mail-wrap .infoadrs {
    font-size: 17px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact_info .elementor-shortcode {
    align-items: center !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .site_footer .foot_col.foot_col4 .foot_info {
    align-items: center !important;
  }
}

/*19-feb*/
.pro_p_i .pro_p_pic {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.pro_p_i .pro_p_pic img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 3s;
}
.pro_p_i .pro_p_pic:hover img {
  scale: 1.3;
}
.pro_p_i .pro_p_pic span {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.1574074074rem + 0.4938271605vw, 1.75rem) !important;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .pro_p_i .pro_p_pic span {
    font-size: clamp(1.25rem, 1.2037037037rem + 0.2469135802vw, 1.5rem) !important;
  }
}

.pro_main .pro_p_i {
  display: flex;
  align-items: center;
  position: relative;
}
.pro_main .pro_p_pic {
  width: 50%;
  border-radius: 8px;
  height: 470px;
}
.pro_main .pro_p_txt {
  width: 50%;
}
.pro_main .pro_p_txt .pro_p_txt_in {
  margin-left: -50px;
  background: #FFEAC9;
  padding: 50px 13%;
  border-radius: 8px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .pro_main .pro_p_pic {
    height: 350px;
  }
  .pro_main .pro_p_txt .pro_p_txt_in {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro_main .pro_p_i {
    flex-direction: column;
  }
  .pro_main .pro_p_pic {
    width: 100%;
  }
  .pro_main .pro_p_txt {
    width: 100%;
  }
  .pro_main .pro_p_txt .pro_p_txt_in {
    margin: -20px 15px 0 15px;
  }
}

.pro_page_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  justify-content: center;
}
.pro_page_list .pro_p_i {
  width: 25%;
  padding: 0 12px;
  margin-top: 30px;
}
.pro_page_list .pro_p_i .pro_p_pic {
  height: 290px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 50px;
}
.pro_page_list .pro_p_i .pro_p_pic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}
.pro_page_list .pro_p_i .pro_p_pic span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.pro_page_list .pro_p_i .pro_p_txt {
  padding: 40px;
  border-radius: 8px;
  background: #FFEAC9;
  width: calc(100% - 30px);
  margin: -20px auto 0;
  position: relative;
  z-index: 3;
  min-height: calc(100% - 270px);
  display: flex;
  flex-direction: column;
}
.pro_page_list .pro_p_i .pro_p_txt .pro_more {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .pro_page_list .pro_p_i .pro_p_pic {
    padding: 20px 20px 50px 20px;
  }
  .pro_page_list .pro_p_i .pro_p_txt {
    padding: 20px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1199px) {
  .pro_page_list .pro_p_i {
    width: 33.33333%;
  }
}
@media screen and (max-width: 1023px) {
  .pro_page_list .pro_p_i {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pro_page_list {
    margin: 0;
  }
  .pro_page_list .pro_p_i {
    padding: 0;
    width: 100%;
  }
}

.site-map-wrap {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .site-map-wrap {
    margin: 20px 0;
  }
}
.site-map-wrap ul {
  display: inline-block !important;
  width: auto !important;
}
.site-map-wrap ul > li:last-child a {
  padding-bottom: 0px !important;
}
.site-map-wrap ul li {
  display: block !important;
  position: relative;
  background: transparent !important;
  border-inline-start: none !important;
  font-family: var(--twgl--font-primary) !important;
}
.site-map-wrap ul li ul li:last-child a {
  padding-bottom: 13px !important;
}
.site-map-wrap ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 10px;
  height: 10px;
  background-image: url(assets/svg/Ellipse_list.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.site-map-wrap ul li:hover, .site-map-wrap ul li:focus {
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li a {
  font-size: 16px !important;
  border-inline-start: none !important;
  color: #000 !important;
  background: transparent !important;
  text-decoration: none !important;
  font-family: var(--twgl--font-primary) !important;
}
.site-map-wrap ul li a:after, .site-map-wrap ul li a:before {
  display: none !important;
}
.site-map-wrap ul li a:hover, .site-map-wrap ul li a:focus {
  color: #FF9802 !important;
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li a:hover:after, .site-map-wrap ul li a:hover:before, .site-map-wrap ul li a:focus:after, .site-map-wrap ul li a:focus:before {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .site-map-wrap ul li a {
    font-size: 16px;
  }
}
.site-map-wrap ul li a .sub-arrow {
  display: none !important;
}
.site-map-wrap ul li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
.site-map-wrap ul li ul.sub-menu li {
  border-inline-start: none !important;
  position: relative;
}
.site-map-wrap ul li ul.sub-menu li:hover, .site-map-wrap ul li ul.sub-menu li:focus {
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li ul.sub-menu li a {
  background: transparent !important;
  font-family: var(--twgl--font-primary) !important;
  border-inline-start: none !important;
}
.site-map-wrap ul li ul.sub-menu li a:hover, .site-map-wrap ul li ul.sub-menu li a:focus {
  background: transparent !important;
  color: #FF9802 !important;
  border: none !important;
  border-inline-start: none !important;
  background: transparent !important;
}
.site-map-wrap ul li ul.sub-menu li a:hover:after, .site-map-wrap ul li ul.sub-menu li a:hover:before, .site-map-wrap ul li ul.sub-menu li a:focus:after, .site-map-wrap ul li ul.sub-menu li a:focus:before {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .site-map-wrap ul li ul li {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 575px) {
  .tw-col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .ipad-clear {
    display: block;
  }
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .ipad-lg-clear {
    display: block;
  }
  .tw-col-lg-4 {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
}
@media screen and (min-width: 1200px) {
  .desktop-clear {
    display: block;
  }
  .tw-col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .tw-col-xl-4 {
    flex: 0 0 33.333333%;
    width: 33.333333%;
  }
  .tw-col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}