@charset "UTF-8";
/*
Theme Name: Evan Solutions
Theme URI: http://www.evansolutions.ca/
Author: the TechWyse team
Author URI: https://www.techwyse.com/
Description: Evan Solutions is a recognized Toronto dietitian who offers online nutrition programs covered by your health benefits plan!
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: revivalflooring
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

Evan Solutions WordPress Theme, (C) 2020 WordPress.org
Evan Solutions is distributed under the terms of the GNU GPL.
*/
:root {
  --font-dmSans: "DM Sans", sans-serif;
  /* Font Family */
  --tw--global--font-primary: var(
    --font-dmSans,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --tw--global--font-secondary: var(
    --font-dmSans,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --tw--global--body-bg: #ffffff;
  --tw--global--color-black: #000;
  --tw--global--color-white: #fff;
  --tw--global--color-red: #ff0100;
  --tw--global--color-grey: #a8a8a8;
  --tw--global--color-border: #e4e5e6;
  --tw--global--color-base-text: #282828;
  --tw--global--color-primary: #97e300;
  --tw--global--rgb-primary: rgb(151, 227, 0);
  --tw--global--color-secondary: #00bb00;
  --tw--global--rgb-secondary: rgb(0, 187, 0);
  --tw--global--color-heading: var(--tw--global--color-base-text);
  --tw--global--color-activeMenu: var(--tw--global--color-secondary);
  --tw--global--color-formText: #303030;
  --tw--global--primary-opacity-01: rgba(151, 227, 0, 0.1);
  --tw--global--primary-opacity-02: rgba(151, 227, 0, 0.2);
  --tw--global--primary-opacity-03: rgba(151, 227, 0, 0.3);
  --tw--global--primary-opacity-04: rgba(151, 227, 0, 0.4);
  --tw--global--primary-opacity-05: rgba(151, 227, 0, 0.5);
  --tw--global--primary-opacity-06: rgba(151, 227, 0, 0.6);
  --tw--global--primary-opacity-07: rgba(151, 227, 0, 0.7);
  --tw--global--primary-opacity-08: rgba(151, 227, 0, 0.8);
  --tw--global--primary-opacity-09: rgba(151, 227, 0, 0.9);
  --tw--global--primary-opacity-1: rgba(151, 227, 0, 1);
  --tw--global--secondary-opacity-01: rgba(0, 187, 0, 0.1);
  --tw--global--secondary-opacity-02: rgba(0, 187, 0, 0.2);
  --tw--global--secondary-opacity-03: rgba(0, 187, 0, 0.3);
  --tw--global--secondary-opacity-04: rgba(0, 187, 0, 0.4);
  --tw--global--secondary-opacity-05: rgba(0, 187, 0, 0.5);
  --tw--global--secondary-opacity-06: rgba(0, 187, 0, 0.6);
  --tw--global--secondary-opacity-07: rgba(0, 187, 0, 0.7);
  --tw--global--secondary-opacity-08: rgba(0, 187, 0, 0.8);
  --tw--global--secondary-opacity-09: rgba(0, 187, 0, 0.9);
  --tw--global--secondary-opacity-1: rgba(0, 187, 0, 1);
  --tw--global--white-opacity-01: rgba(255, 255, 255, 0.1);
  --tw--global--white-opacity-02: rgba(255, 255, 255, 0.2);
  --tw--global--white-opacity-03: rgba(255, 255, 255, 0.3);
  --tw--global--white-opacity-04: rgba(255, 255, 255, 0.4);
  --tw--global--white-opacity-05: rgba(255, 255, 255, 0.5);
  --tw--global--white-opacity-06: rgba(255, 255, 255, 0.6);
  --tw--global--white-opacity-07: rgba(255, 255, 255, 0.7);
  --tw--global--white-opacity-08: rgba(255, 255, 255, 0.8);
  --tw--global--white-opacity-09: rgba(255, 255, 255, 0.9);
  --tw--global--white-opacity-1: rgba(255, 255, 255, 1);
  --tw--global--black-opacity-01: rgba(0, 0, 0, 0.1);
  --tw--global--black-opacity-02: rgba(0, 0, 0, 0.2);
  --tw--global--black-opacity-03: rgba(0, 0, 0, 0.3);
  --tw--global--black-opacity-04: rgba(0, 0, 0, 0.4);
  --tw--global--black-opacity-05: rgba(0, 0, 0, 0.5);
  --tw--global--black-opacity-06: rgba(0, 0, 0, 0.6);
  --tw--global--black-opacity-07: rgba(0, 0, 0, 0.7);
  --tw--global--black-opacity-08: rgba(0, 0, 0, 0.8);
  --tw--global--black-opacity-09: rgba(0, 0, 0, 0.9);
  --tw--global--black-opacity-1: rgba(0, 0, 0, 1);
  --tw--global--baseText-opacity-01: rgba(40, 40, 40, 0.1);
  --tw--global--baseText-opacity-03: rgba(40, 40, 40, 0.3);
  --tw--global--baseText-opacity-05: rgba(40, 40, 40, 0.5);
  --tw--global--baseText-opacity-07: rgba(40, 40, 40, 0.7);
  --tw-wrap-sm: 540px;
  --tw-wrap-md: 720px;
  --tw-wrap-lg: 960px;
  --tw-wrap-xl: 1190px;
  --tw-wrap-xxl: 1670px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

.fw-100 {
  font-weight: 100 !important;
}
.fw-100 > * {
  font-weight: inherit !important;
}

.fw-200 {
  font-weight: 200 !important;
}
.fw-200 > * {
  font-weight: inherit !important;
}

.fw-300 {
  font-weight: 300 !important;
}
.fw-300 > * {
  font-weight: inherit !important;
}

.fw-400 {
  font-weight: 400 !important;
}
.fw-400 > * {
  font-weight: inherit !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-500 > * {
  font-weight: inherit !important;
}

.fw-600 {
  font-weight: 600 !important;
}
.fw-600 > * {
  font-weight: inherit !important;
}

.fw-700 {
  font-weight: 700 !important;
}
.fw-700 > * {
  font-weight: inherit !important;
}

.fw-800 {
  font-weight: 800 !important;
}
.fw-800 > * {
  font-weight: inherit !important;
}

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 > * {
  font-weight: inherit !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .fs-32 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-32 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.fs-45 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-45 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-45 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

.fs-104 {
  font-size: 50px !important;
  font-size: 3.125rem !important;
}
@media screen and (min-width: 768px) {
  .fs-104 {
    font-size: 54px !important;
    font-size: 3.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-104 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-104 {
    font-size: 94px !important;
    font-size: 5.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-104 {
    font-size: 104px !important;
    font-size: 6.5rem !important;
  }
}

.fs-76 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .fs-76 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-76 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .fs-76 {
    font-size: 71px !important;
    font-size: 4.4375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .fs-76 {
    font-size: 76px !important;
    font-size: 4.75rem !important;
  }
}

.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;
}

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

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

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

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

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

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

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

blockquote,
q {
  quotes: none;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-family: var(--tw--global--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(--tw--global--body-bg) !important;
  color: var(--tw--global--color-base-text);
  font-family: var(--tw--global--font-primary);
  font-optical-sizing: auto;
  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;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  body {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
body p,
body li {
  color: inherit;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
body p a,
body li a {
  color: var(--tw--global--color-primary);
  display: inline;
  text-decoration: underline !important;
}
body p a:hover,
body li a:hover {
  color: var(--tw--global--color-secondary);
  text-decoration: none !important;
}
body p,
body li,
body .form-elements,
body select,
body textarea,
body label {
  font-family: inherit;
  font-optical-sizing: auto;
  font-size: inherit;
  font-weight: inherit;
}
body ::-webkit-input-placeholder {
  font-size: inherit;
}
body :-moz-placeholder {
  font-size: inherit;
}
body ::-moz-placeholder {
  font-size: inherit;
}
body :-ms-input-placeholder {
  font-size: inherit;
}

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

address {
  font-style: normal;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after, .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;
}

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

.ev_post_descp img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

article,
aside,
div,
main,
nav,
section,
figure,
summary,
picture {
  *zoom: 1;
}
article:after, article:before,
aside:after,
aside:before,
div:after,
div:before,
main:after,
main:before,
nav:after,
nav:before,
section:after,
section:before,
figure:after,
figure:before,
summary:after,
summary:before,
picture:after,
picture:before {
  content: "";
  display: block;
}
article:after,
aside:after,
div:after,
main:after,
nav:after,
section:after,
figure:after,
summary:after,
picture:after {
  clear: both;
}

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

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

.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(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-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(--tw-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(--tw-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(--tw-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(--tw-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(--tw-wrap-xxl) !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1750px) {
  .slick-dots,
  .container,
  .custom_container-,
  .e-con > .e-con-inner,
  .old_container > .elementor-container {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

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

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

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

@media screen and (min-width: 992px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-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(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media screen and (min-width: 1600px) {
  .custom_container-left-lg {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

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

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
    margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  .custom_container-left-xl {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-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(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

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

.e-parent .e-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.e-parent .e-child.spacing-911 {
  padding-left: initial !important;
  padding-right: initial !important;
}
.e-parent.spacing-911 .e-child {
  padding-left: initial !important;
  padding-right: initial !important;
}
@media screen and (max-width: 767px) {
  .e-parent .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !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(--tw--global--color-white) !important;
}
.text-white p,
.text-white li,
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white blockquote {
  color: inherit !important;
}
.text-white p,
.text-white li {
  font-weight: 200;
}
.text-white a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white a:hover {
  color: var(--tw--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-white a[href^=tel]:hover {
  color: var(--tw--global--color-white) !important;
}

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

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

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

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

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

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

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

/* body.home { */
h1 {
  color: var(--tw--global--color-heading);
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
h1 strong {
  font-weight: inherit !important;
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote {
  margin-bottom: 0;
  margin-top: 12px;
}
@media screen and (min-width: 1600px) {
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote {
    margin-top: 20px;
  }
}
h1 + h2 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h2 {
    margin-top: 15px;
  }
}
h1 + h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h3 {
    margin-top: 15px;
  }
}
h1 + h4 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h4 {
    margin-top: 15px;
  }
}
h1 + h5 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h5 {
    margin-top: 15px;
  }
}
h1 + h6 {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 1600px) {
  h1 + h6 {
    margin-top: 15px;
  }
}
h1.text-primary {
  color: var(--tw--global--color-primary) !important;
}
h1.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}

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

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

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

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

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

h1,
.h1 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 56px !important;
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h1,
  .h1 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

h2,
.h2 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h2,
  .h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

h3,
.h3 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h3,
  .h3 {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}

h4,
.h4 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h4,
  .h4 {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}

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

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

.elementor-widget-heading {
  background-color: transparent;
  color: var(--tw--global--color-heading) !important;
  display: block;
  font-family: var(--tw--global--font-primary) !important;
  font-weight: 700 !important;
  line-height: 1.2;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading {
    font-size: 56px !important;
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  position: relative;
  text-transform: inherit;
  vertical-align: middle;
}
.elementor-widget-heading.center {
  text-align: center;
}
.elementor-widget-heading.no-transform {
  text-transform: none;
}
.elementor-widget-heading.m-b-0 .elementor-heading-title {
  margin-bottom: 0 !important;
}
.elementor-widget-heading.text-primary {
  color: var(--tw--global--color-primary) !important;
}
.elementor-widget-heading.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}
.elementor-widget-heading.text-black {
  color: var(--tw--global--color-black) !important;
}
.elementor-widget-heading.text-white {
  color: var(--tw--global--color-white) !important;
  font-weight: 600;
}
.elementor-widget-heading.tt-none {
  text-transform: none !important;
}
.elementor-widget-heading.lh-1 {
  line-height: 1;
}
.elementor-widget-heading.fs-55 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-55 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-55 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-55 {
    font-size: 51px !important;
    font-size: 3.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
.elementor-widget-heading.fs-47 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-47 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-47 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-47 {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-47 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
.elementor-widget-heading.fs-45 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-45 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-45 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
.elementor-widget-heading.fs-63 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-63 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-63 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-63 {
    font-size: 54px !important;
    font-size: 3.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-63 {
    font-size: 63px !important;
    font-size: 3.9375rem !important;
  }
}
.elementor-widget-heading .fs-63 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading .fs-63 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading .fs-63 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading .fs-63 {
    font-size: 54px !important;
    font-size: 3.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading .fs-63 {
    font-size: 63px !important;
    font-size: 3.9375rem !important;
  }
}
.elementor-widget-heading.fs-104 {
  font-size: 50px !important;
  font-size: 3.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-104 {
    font-size: 54px !important;
    font-size: 3.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-104 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-104 {
    font-size: 94px !important;
    font-size: 5.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-104 {
    font-size: 104px !important;
    font-size: 6.5rem !important;
  }
}
.elementor-widget-heading .fs-47 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading .fs-47 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading .fs-47 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading .fs-47 {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading .fs-47 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
.elementor-widget-heading.fs-43 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-43 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-43 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-43 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-43 {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}
.elementor-widget-heading .fs-43 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading .fs-43 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading .fs-43 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading .fs-43 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading .fs-43 {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}
.elementor-widget-heading.fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-32 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-32 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
.elementor-widget-heading .fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading .fs-32 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading .fs-32 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading .fs-32 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
.elementor-widget-heading.fs-28 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-28 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-28 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-28 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-28 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
.elementor-widget-heading .fs-28 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading .fs-28 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading .fs-28 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading .fs-28 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading .fs-28 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

/* } */
body {
  counter-reset: heading-counter;
}

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

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

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

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

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

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

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

ol {
  margin-left: 20px;
}

.btnsNew, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  --hPadding: 15px;
  --hPadding-xs: 10px;
  --hPadding-lg: 15px;
  align-items: center;
  background-color: var(--tw--global--color-primary) !important;
  border: 0 !important;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  color: var(--tw--global--color-base-text) !important;
  display: inline-flex;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  outline: none;
  overflow: hidden !important;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .btnsNew, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    --hPadding: 20px;
    --hPadding-xs: 15px;
    --hPadding-lg: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .btnsNew, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    --hPadding: 40px;
    --hPadding-xs: 20px;
    --hPadding-lg: 44px;
  }
}
@media screen and (min-width: 1800px) {
  .btnsNew, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    --hPadding: 45px;
    --hPadding-xs: 25px;
    --hPadding-lg: 50px;
  }
}
.btnsNew:active, .elementor-button-wrapper .elementor-button:active, .elementor-button-wrapper a:active, .btnsNew:focus, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper a:focus, .btnsNew:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover, .btnsNew:visited, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover {
  background-color: var(--tw--global--color-secondary) !important;
  color: var(--tw--global--color-white) !important;
}

.elementor-button-wrapper > * {
  position: relative;
  z-index: 5;
}
.elementor-button-wrapper .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  min-height: 40px;
  overflow: hidden;
  padding: 0 var(--hPadding) !important;
  position: relative;
}
.elementor-button-wrapper .elementor-button > *, .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover {
  background-color: var(--tw--global--color-secondary) !important;
  color: var(--tw--global--color-white) !important;
}
.elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:focus, .elementor-button-wrapper a:visited {
  color: var(--tw--global--color-base-text);
}
.elementor-button-wrapper .elementor-button:not(:last-child), .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 44px;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 60px;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 67px;
  }
}
@media screen and (max-width: 767px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    margin-top: 5px;
    padding-bottom: 10px !important;
    padding-top: 12px !important;
  }
  .elementor-button-wrapper .elementor-button:not(:last-child),
  .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}

.btn-xs .elementor-button-wrapper .elementor-button,
.btn-xs .elementor-button-wrapper a {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  min-height: 36px;
  padding-left: var(--hPadding-xs) !important;
  padding-right: var(--hPadding-xs) !important;
}
@media screen and (min-width: 768px) {
  .btn-xs .elementor-button-wrapper .elementor-button, .btn-xs .elementor-button-wrapper a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-xs .elementor-button-wrapper .elementor-button, .btn-xs .elementor-button-wrapper a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 38px;
  }
}
@media screen and (min-width: 1600px) {
  .btn-xs .elementor-button-wrapper .elementor-button, .btn-xs .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 46px;
  }
}
@media screen and (min-width: 1800px) {
  .btn-xs .elementor-button-wrapper .elementor-button, .btn-xs .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 50px;
  }
}

.btn-sm .elementor-button-wrapper .elementor-button,
.btn-sm .elementor-button-wrapper a {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  min-height: 38px;
  padding-left: var(--hPadding) !important;
  padding-right: var(--hPadding) !important;
}
@media screen and (min-width: 768px) {
  .btn-sm .elementor-button-wrapper .elementor-button, .btn-sm .elementor-button-wrapper a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-sm .elementor-button-wrapper .elementor-button, .btn-sm .elementor-button-wrapper a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .btn-sm .elementor-button-wrapper .elementor-button, .btn-sm .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 56px;
  }
}
@media screen and (min-width: 1800px) {
  .btn-sm .elementor-button-wrapper .elementor-button, .btn-sm .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 60px;
  }
}

.btn-md .elementor-button-wrapper .elementor-button,
.btn-md .elementor-button-wrapper a {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  min-height: 38px;
  padding-left: var(--hPadding) !important;
  padding-right: var(--hPadding) !important;
}
@media screen and (min-width: 768px) {
  .btn-md .elementor-button-wrapper .elementor-button, .btn-md .elementor-button-wrapper a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-md .elementor-button-wrapper .elementor-button, .btn-md .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .btn-md .elementor-button-wrapper .elementor-button, .btn-md .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 56px;
  }
}
@media screen and (min-width: 1800px) {
  .btn-md .elementor-button-wrapper .elementor-button, .btn-md .elementor-button-wrapper a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 60px;
  }
}

.btn-lg .elementor-button-wrapper .elementor-button,
.btn-lg .elementor-button-wrapper a {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  min-height: 42px;
  padding-left: var(--hPadding-lg) !important;
  padding-right: var(--hPadding-lg) !important;
}
@media screen and (min-width: 768px) {
  .btn-lg .elementor-button-wrapper .elementor-button, .btn-lg .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-lg .elementor-button-wrapper .elementor-button, .btn-lg .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .btn-lg .elementor-button-wrapper .elementor-button, .btn-lg .elementor-button-wrapper a {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
    height: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .btn-lg .elementor-button-wrapper .elementor-button, .btn-lg .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 70px;
  }
}

.btn-secondary .elementor-button-wrapper .elementor-button, .btn-secondary .elementor-button-wrapper a {
  background-color: var(--tw--global--color-secondary) !important;
  color: var(--tw--global--color-white) !important;
}
.btn-secondary .elementor-button-wrapper .elementor-button:hover, .btn-secondary .elementor-button-wrapper a:hover {
  background-color: var(--tw--global--color-primary) !important;
  color: var(--tw--global--color-white) !important;
}

.btn-white .elementor-button-wrapper .elementor-button, .btn-white .elementor-button-wrapper a {
  background-color: var(--tw--global--color-white) !important;
}
.btn-white .elementor-button-wrapper .elementor-button:hover, .btn-white .elementor-button-wrapper a:hover {
  background-color: var(--tw--global--color-secondary) !important;
  color: var(--tw--global--color-white) !important;
}
.btn-white.primeBorder .elementor-button-wrapper .elementor-button,
.btn-white.primeBorder .elementor-button-wrapper a {
  border: 1px solid var(--tw--global--color-primary) !important;
}

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

.customBtn .elementor-button-wrapper .elementor-button {
  height: auto !important;
}

#back-to-top {
  align-items: center;
  background-color: var(--tw--global--color-secondary);
  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: #d1c8be;
  text-decoration: none;
}
@media screen and (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

.back-btn {
  align-items: center;
  background-color: var(--tw--global--color-primary);
  border: 1px solid var(--tw--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--tw--global--color-white);
  display: inline-flex;
  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-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--tw--global--color-secondary);
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
.back-btn:focus {
  outline: none !important;
}
@media screen and (max-width: 1199px) {
  .back-btn {
    display: none !important;
  }
}

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

.sub-menu-toggle {
  display: none !important;
}

@keyframes slide_Top {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slide_Left {
  0% {
    margin-left: -10px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
    opacity: 1;
  }
}
.mob_trigger {
  align-items: center;
  background-color: transparent;
  border: 2px solid var(--tw--global--baseText-opacity-05);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  height: 42px;
  width: 42px;
}
.mob_trigger [class*=menu_icon_bar-] {
  background-color: var(--tw--global--color-secondary);
  height: 2px;
  margin-bottom: 3px;
  margin-top: 3px;
  transform-origin: center;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  width: 18px;
}
@media screen and (min-width: 1200px) {
  .mob_trigger {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mob_trigger {
    margin-left: auto;
  }
}

.top_menu li.no_link > a,
.main-menu li.no_link > a {
  pointer-events: none;
}
.top_menu a,
.main-menu a {
  color: var(--tw--global--color-white);
}

.top_menu a,
.main-menu a {
  color: var(--tw--global--color-base-text);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .top_menu a,
  .main-menu a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    font-weight: 600;
  }
  .top_menu > ul,
  .main-menu > ul {
    align-items: center;
    display: flex;
  }
  .top_menu > ul > *,
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .top_menu > ul > li:not(:last-child),
  .main-menu > ul > li:not(:last-child) {
    margin-right: 30px;
  }
  .top_menu > ul > li > a,
  .main-menu > ul > li > a {
    align-items: center;
    color: var(--tw--global--color-base-text);
    display: inline-flex;
    height: 28px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
  }
  .top_menu > ul > li > a li li a,
  .main-menu > ul > li > a li li a {
    letter-spacing: 1px;
  }
  .top_menu > ul > li > a:before,
  .main-menu > ul > li > a:before {
    background-color: var(--tw--global--color-secondary);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    -webkit-transform: translateX(-110%);
    transform-origin: left;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
  }
  .top_menu > ul > li:hover a,
  .main-menu > ul > li:hover a {
    background-color: transparent;
    color: var(--tw--global--baseText-opacity-07);
  }
  .top_menu > ul > li:hover a:before,
  .main-menu > ul > li:hover a:before {
    animation: LeftRightLeft 0.6s forwards;
  }
  .top_menu > ul > li:hover li a,
  .main-menu > ul > li:hover li a {
    background-color: var(--tw--global--color-white);
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .top_menu > ul > li.submenu > a i,
  .main-menu > ul > li.submenu > a i {
    display: inline-flex;
    line-height: 0;
    margin-left: 10px !important;
    margin-right: 0 !important;
    padding-top: 0;
  }
  .top_menu > ul > li.submenu > a i:before,
  .main-menu > ul > li.submenu > a i:before {
    display: none !important;
  }
  .top_menu > ul > li.submenu > a i svg,
  .main-menu > ul > li.submenu > a i svg {
    fill: var(--tw--global--color-base-text);
    height: 7px !important;
    width: auto;
  }
  .top_menu ul li,
  .main-menu ul li {
    margin-right: 0;
    padding-right: 0;
    position: relative;
  }
  .top_menu ul li ul,
  .main-menu ul li ul {
    background-color: var(--tw--global--color-white);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 2px 10px var(--tw--global--black-opacity-02);
    -webkit-box-shadow: 1px 2px 10px var(--tw--global--black-opacity-02);
    display: none;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    top: 44px;
    width: 250px;
    z-index: 3;
  }
  .top_menu ul li ul a,
  .main-menu ul li ul a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    color: var(--tw--global--color-base-text);
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: auto !important;
    line-height: 1;
    padding: 8px 16px;
    width: 100%;
  }
  .top_menu ul li ul li,
  .main-menu ul li ul li {
    position: static;
  }
  .top_menu ul li ul li ul,
  .main-menu ul li ul li ul {
    border-left: 0;
    box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 0 10px rgba(0, 0, 0, 0.1);
    left: 240px !important;
    position: absolute;
    top: 0;
    width: 180px;
  }
  .top_menu ul li ul li:hover > a,
  .main-menu ul li ul li:hover > a {
    background-color: #f7f7f7;
    color: var(--tw--global--color-base-text) !important;
  }
  .top_menu ul li:hover ul,
  .main-menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top center;
  }
  .top_menu ul li:hover li ul,
  .main-menu ul li:hover li ul {
    display: none;
    margin-left: 10px;
  }
  .top_menu ul li:hover li:hover ul,
  .main-menu ul li:hover li:hover ul {
    animation: slide_Left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
  }
  .top_menu ul li:last-child ul, .top_menu ul li:nth-last-child(2) ul,
  .main-menu ul li:last-child ul,
  .main-menu ul li:nth-last-child(2) ul {
    left: auto;
    right: 0;
    transform: none !important;
  }
  .top_menu ul li:last-child ul ul, .top_menu ul li:nth-last-child(2) ul ul,
  .main-menu ul li:last-child ul ul,
  .main-menu ul li:nth-last-child(2) ul ul {
    right: -178px;
    width: 180px;
    top: -1px;
  }
  .top_menu ul li.current-page-parent a, .top_menu ul li.current_page_item a, .top_menu ul li.current_page_parent a, .top_menu ul li.current-page-ancestor a, .top_menu ul li.current-menu-parent a,
  .main-menu ul li.current-page-parent a,
  .main-menu ul li.current_page_item a,
  .main-menu ul li.current_page_parent a,
  .main-menu ul li.current-page-ancestor a,
  .main-menu ul li.current-menu-parent a {
    color: var(--tw--global--color-base-text);
    font-weight: 800;
  }
  .top_menu ul li.current-page-parent a:before, .top_menu ul li.current_page_item a:before, .top_menu ul li.current_page_parent a:before, .top_menu ul li.current-page-ancestor a:before, .top_menu ul li.current-menu-parent a:before,
  .main-menu ul li.current-page-parent a:before,
  .main-menu ul li.current_page_item a:before,
  .main-menu ul li.current_page_parent a:before,
  .main-menu ul li.current-page-ancestor a:before,
  .main-menu ul li.current-menu-parent a:before {
    animation: none !important;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .top_menu ul li.current-page-parent li a, .top_menu ul li.current_page_item li a, .top_menu ul li.current_page_parent li a, .top_menu ul li.current-page-ancestor li a, .top_menu ul li.current-menu-parent li a,
  .main-menu ul li.current-page-parent li a,
  .main-menu ul li.current_page_item li a,
  .main-menu ul li.current_page_parent li a,
  .main-menu ul li.current-page-ancestor li a,
  .main-menu ul li.current-menu-parent li a {
    color: var(--tw--global--baseText-opacity-07);
    font-weight: 600;
  }
  .top_menu ul li.current-page-parent li.current-menu-parent a, .top_menu ul li.current-page-parent li.current_page_item a, .top_menu ul li.current_page_item li.current-menu-parent a, .top_menu ul li.current_page_item li.current_page_item a, .top_menu ul li.current_page_parent li.current-menu-parent a, .top_menu ul li.current_page_parent li.current_page_item a, .top_menu ul li.current-page-ancestor li.current-menu-parent a, .top_menu ul li.current-page-ancestor li.current_page_item a, .top_menu ul li.current-menu-parent li.current-menu-parent a, .top_menu ul li.current-menu-parent li.current_page_item a,
  .main-menu ul li.current-page-parent li.current-menu-parent a,
  .main-menu ul li.current-page-parent li.current_page_item a,
  .main-menu ul li.current_page_item li.current-menu-parent a,
  .main-menu ul li.current_page_item li.current_page_item a,
  .main-menu ul li.current_page_parent li.current-menu-parent a,
  .main-menu ul li.current_page_parent li.current_page_item a,
  .main-menu ul li.current-page-ancestor li.current-menu-parent a,
  .main-menu ul li.current-page-ancestor li.current_page_item a,
  .main-menu ul li.current-menu-parent li.current-menu-parent a,
  .main-menu ul li.current-menu-parent li.current_page_item a {
    background-color: #f8f4f1;
    color: var(--tw--global--color-secondary) !important;
  }
  .top_menu ul li.current-page-parent li.current-menu-parent li a, .top_menu ul li.current-page-parent li.current_page_item li a, .top_menu ul li.current_page_item li.current-menu-parent li a, .top_menu ul li.current_page_item li.current_page_item li a, .top_menu ul li.current_page_parent li.current-menu-parent li a, .top_menu ul li.current_page_parent li.current_page_item li a, .top_menu ul li.current-page-ancestor li.current-menu-parent li a, .top_menu ul li.current-page-ancestor li.current_page_item li a, .top_menu ul li.current-menu-parent li.current-menu-parent li a, .top_menu ul li.current-menu-parent li.current_page_item li a,
  .main-menu ul li.current-page-parent li.current-menu-parent li a,
  .main-menu ul li.current-page-parent li.current_page_item li a,
  .main-menu ul li.current_page_item li.current-menu-parent li a,
  .main-menu ul li.current_page_item li.current_page_item li a,
  .main-menu ul li.current_page_parent li.current-menu-parent li a,
  .main-menu ul li.current_page_parent li.current_page_item li a,
  .main-menu ul li.current-page-ancestor li.current-menu-parent li a,
  .main-menu ul li.current-page-ancestor li.current_page_item li a,
  .main-menu ul li.current-menu-parent li.current-menu-parent li a,
  .main-menu ul li.current-menu-parent li.current_page_item li a {
    background-color: var(--tw--global--color-white);
    color: var(--tw--global--baseText-opacity-07) !important;
  }
  .top_menu ul li.current-page-parent li.current-menu-parent li a:hover, .top_menu ul li.current-page-parent li.current_page_item li a:hover, .top_menu ul li.current_page_item li.current-menu-parent li a:hover, .top_menu ul li.current_page_item li.current_page_item li a:hover, .top_menu ul li.current_page_parent li.current-menu-parent li a:hover, .top_menu ul li.current_page_parent li.current_page_item li a:hover, .top_menu ul li.current-page-ancestor li.current-menu-parent li a:hover, .top_menu ul li.current-page-ancestor li.current_page_item li a:hover, .top_menu ul li.current-menu-parent li.current-menu-parent li a:hover, .top_menu ul li.current-menu-parent li.current_page_item li a:hover,
  .main-menu ul li.current-page-parent li.current-menu-parent li a:hover,
  .main-menu ul li.current-page-parent li.current_page_item li a:hover,
  .main-menu ul li.current_page_item li.current-menu-parent li a:hover,
  .main-menu ul li.current_page_item li.current_page_item li a:hover,
  .main-menu ul li.current_page_parent li.current-menu-parent li a:hover,
  .main-menu ul li.current_page_parent li.current_page_item li a:hover,
  .main-menu ul li.current-page-ancestor li.current-menu-parent li a:hover,
  .main-menu ul li.current-page-ancestor li.current_page_item li a:hover,
  .main-menu ul li.current-menu-parent li.current-menu-parent li a:hover,
  .main-menu ul li.current-menu-parent li.current_page_item li a:hover {
    background-color: #f7f7f7;
    color: var(--tw--global--color-base-text) !important;
  }
  .top_menu ul li.current-page-parent li.current-menu-parent li.current_page_item a, .top_menu ul li.current-page-parent li.current_page_item li.current_page_item a, .top_menu ul li.current_page_item li.current-menu-parent li.current_page_item a, .top_menu ul li.current_page_item li.current_page_item li.current_page_item a, .top_menu ul li.current_page_parent li.current-menu-parent li.current_page_item a, .top_menu ul li.current_page_parent li.current_page_item li.current_page_item a, .top_menu ul li.current-page-ancestor li.current-menu-parent li.current_page_item a, .top_menu ul li.current-page-ancestor li.current_page_item li.current_page_item a, .top_menu ul li.current-menu-parent li.current-menu-parent li.current_page_item a, .top_menu ul li.current-menu-parent li.current_page_item li.current_page_item a,
  .main-menu ul li.current-page-parent li.current-menu-parent li.current_page_item a,
  .main-menu ul li.current-page-parent li.current_page_item li.current_page_item a,
  .main-menu ul li.current_page_item li.current-menu-parent li.current_page_item a,
  .main-menu ul li.current_page_item li.current_page_item li.current_page_item a,
  .main-menu ul li.current_page_parent li.current-menu-parent li.current_page_item a,
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a,
  .main-menu ul li.current-page-ancestor li.current-menu-parent li.current_page_item a,
  .main-menu ul li.current-page-ancestor li.current_page_item li.current_page_item a,
  .main-menu ul li.current-menu-parent li.current-menu-parent li.current_page_item a,
  .main-menu ul li.current-menu-parent li.current_page_item li.current_page_item a {
    background-color: #f8f4f1;
    color: var(--tw--global--color-secondary) !important;
  }
  .top_menu ul li.submenu,
  .main-menu ul li.submenu {
    position: relative;
  }
  .top_menu ul li.submenu > a i,
  .main-menu ul li.submenu > a i {
    align-items: center;
    display: inline-flex;
    margin-left: 10px;
    margin-right: 4px;
    position: relative;
  }
  .top_menu ul li.submenu > a i:before,
  .main-menu ul li.submenu > a i:before {
    border-bottom: 1px solid var(--tw--global--color-base-text);
    border-right: 1px solid var(--tw--global--color-base-text);
    content: "";
    height: 7px;
    position: relative;
    transform-origin: right center;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 7px;
  }
}
@media screen and (min-width: 1600px) {
  .top_menu a,
  .main-menu a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .top_menu > ul > li:not(:last-child),
  .main-menu > ul > li:not(:last-child) {
    margin-right: 40px;
  }
  .top_menu > ul > li > a,
  .main-menu > ul > li > a {
    height: 28px;
  }
  .top_menu ul li ul,
  .main-menu ul li ul {
    top: 44px;
    width: 320px;
  }
  .top_menu ul li ul a,
  .main-menu ul li ul a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    padding: 14px 25px;
  }
  .top_menu ul li ul li ul,
  .main-menu ul li ul li ul {
    left: 300px !important;
    width: 310px;
  }
  .top_menu ul li.submenu > a i,
  .main-menu ul li.submenu > a i {
    margin-left: 10px;
    margin-right: 4px;
  }
  .top_menu ul li.submenu > a i:before,
  .main-menu ul li.submenu > a i:before {
    height: 10px;
    width: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .main-menu {
    background-color: var(--tw--global--color-white);
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    left: -300px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 300px;
    z-index: 1005;
  }
  .main-menu #menu-primary-menu {
    overflow-y: auto;
    position: relative;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main-menu ul li {
    border-bottom: 1px solid rgba(209, 200, 190, 0.2);
    line-height: 1;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    color: var(--tw--global--baseText-opacity-08);
    display: inline-block;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    line-height: 1.1;
    padding: 10px 40px 10px 15px;
    width: 100%;
  }
  .main-menu ul li a i {
    display: none !important;
  }
  .main-menu ul li i {
    border-left: 1px solid var(--tw--global--secondary-opacity-05);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 36px;
  }
  .main-menu ul li i:before {
    background-image: url(assets/images/list-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    line-height: 1;
    width: 12px;
  }
  .main-menu ul li li a {
    border-left: 1px solid var(--tw--global--baseText-opacity-05);
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
  .main-menu ul li.opened i:before {
    background-image: url(assets/images/list-arrow-down.png);
  }
  .main-menu ul li.opened li i:before {
    background-image: url(assets/images/list-arrow.png);
  }
  .main-menu ul li.opened li.opened i:before {
    background-image: url(assets/images/list-arrow-down.png);
  }
  .main-menu ul li ul {
    display: none;
    padding-left: 10px;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    background-color: var(--tw--global--baseText-opacity-01);
    color: var(--tw--global--color-secondary);
    font-weight: 500;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    color: var(--tw--global--color-primaryText);
    font-weight: 300;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    color: var(--tw--global--color-secondary);
    font-weight: 500;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    color: var(--tw--global--baseText-opacity-07);
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    color: var(--tw--global--color-primary);
    font-weight: 500;
    opacity: 1;
  }
  .open .main-menu {
    animation: menuSlide 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    width: 100%;
    z-index: 1000;
  }
  .open .overlay {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  @keyframes menuSlide {
    0% {
      left: -230px;
    }
    20% {
      left: -265px;
    }
    40% {
      left: -250px;
    }
    100% {
      left: 0;
    }
  }
}
.project_breadcrumb {
  padding-bottom: 30px;
  padding-top: 20px;
}
.project_breadcrumb a {
  text-decoration: none !important;
}
.project_breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.project_breadcrumb li {
  color: var(--tw--global--color-primary);
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .project_breadcrumb li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .project_breadcrumb li {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .project_breadcrumb li {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .project_breadcrumb li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.project_breadcrumb a {
  align-items: center;
  color: var(--tw--global--color-base-text);
  display: inline-flex;
  font-weight: 400;
  line-height: 1;
}
.project_breadcrumb a i {
  font-style: normal;
  line-height: 0;
  padding: 3px 10px 0;
}
.project_breadcrumb a svg {
  fill: var(--tw--global--color-base-text);
  height: auto !important;
  width: 6px !important;
}
.project_breadcrumb a:hover {
  color: var(--tw--global--color-primary);
}
@media screen and (min-width: 1200px) {
  .project_breadcrumb {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .project_breadcrumb {
    padding-bottom: 0;
  }
}

.project_pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  padding-top: 30px;
  width: 100% !important;
}
.project_pagination a {
  text-decoration: none !important;
}
.project_pagination .wp-paginate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: -5px;
  margin-right: -5px;
}
.project_pagination .wp-paginate > * {
  margin-bottom: 3px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.project_pagination .wp-paginate a,
.project_pagination .wp-paginate .page {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  color: #9b9b9b;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 300;
  height: 37px;
  line-height: 1;
  padding: 5px;
  position: relative;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .project_pagination .wp-paginate a,
  .project_pagination .wp-paginate .page {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    min-width: 30px;
    height: 30px;
  }
}
.project_pagination .wp-paginate .current {
  background-color: transparent !important;
  color: var(--tw--global--color-black) !important;
  text-decoration: underline !important;
}
.project_pagination .wp-paginate .next,
.project_pagination .wp-paginate .prev {
  background-color: var(--tw--global--color-primary) !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--tw--global--color-base-text) !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 600;
  height: 37px;
  min-width: 82px;
  padding: 0 15px;
  text-transform: uppercase;
}
.project_pagination .wp-paginate .next:hover,
.project_pagination .wp-paginate .prev:hover {
  background-color: var(--tw--global--color-secondary) !important;
  color: var(--tw--global--color-white) !important;
}

.footer_menu li.no_link > a {
  pointer-events: none;
}
.footer_menu > ul > li a {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
}
.footer_menu > ul > li > a {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer_menu > ul > li .heads a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    font-weight: 500;
  }
}
.footer_menu ul li {
  line-height: 1;
}
.footer_menu ul li a {
  color: var(--tw--global--color-white);
  display: inline-flex;
  line-height: 1.3;
  position: relative;
  text-decoration: none !important;
}
.footer_menu ul li.current-menu-item a {
  color: var(--tw--global--color-primary) !important;
  font-weight: 600;
}
.footer_menu ul li.current-menu-item li a {
  color: var(--tw--global--color-white) !important;
  font-weight: 300;
}
.footer_menu ul li.current-menu-item li a:hover {
  color: var(--tw--global--color-primary) !important;
}
@media screen and (min-width: 768px) {
  .footer_menu > ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer_menu > ul > li ul {
    display: flex;
    flex-flow: column wrap;
    margin: 0 !important;
    padding-top: 20px !important;
  }
  .footer_menu > ul > li ul li:not(:last-child) {
    padding-bottom: 20px;
  }
  .footer_menu li.prime_menu > a {
    display: none;
  }
  .footer_menu li.prime_menu ul {
    padding-top: 4px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer_menu > ul {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .footer_menu > ul > li a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .footer_menu > ul > li .heads a, .footer_menu > ul > li > a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .footer_menu li a {
    /* background-image: linear-gradient(to right, var(--tw--global--color-primary), var(--tw--global--color-primary) 50%, var(--tw--global--color-white) 50%);
    background-size: 200% 100%;
    background-position: 100%; */
    position: relative;
    /* background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; */
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
  }
  .footer_menu li a:hover {
    color: var(--tw--global--color-primary);
  }
  .footer_menu li.current-menu-item > a {
    color: var(--tw--global--color-primary);
  }
  .footer_menu li.current-menu-item li a {
    color: var(--tw--global--color-white);
  }
}
@media screen and (min-width: 1600px) {
  .footer_menu > ul > li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .footer_menu > ul > li .heads a, .footer_menu > ul > li > a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .footer_menu > ul > li a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .footer_menu > ul > li .heads a, .footer_menu > ul > li > a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu > ul li ul {
    display: none;
  }
  .footer_menu li {
    position: relative;
  }
  .footer_menu li a {
    background-color: var(--tw--global--white-opacity-01);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 45px 10px 15px;
    width: 100%;
  }
  .footer_menu li i {
    background-color: var(--tw--global--white-opacity-03);
    height: 32px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    z-index: 3;
  }
  .footer_menu li i:before, .footer_menu li i:after {
    background-color: var(--tw--global--color-white);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .footer_menu li i:before {
    height: 1px;
    width: 14px;
  }
  .footer_menu li i:after {
    height: 14px;
    width: 1px;
  }
  .footer_menu li.opened:not(:nth-child(1)) {
    margin-top: 15px;
  }
  .footer_menu li.opened i:after {
    display: none;
  }
}

.project_sitemap {
  --border-color: #f4f4f4;
  --bg-color: #00ad00;
  border-left: 1px solid var(--border-color);
  margin-left: 30px;
  padding-left: 20px;
  padding-top: 30px;
  position: relative;
}
.project_sitemap:before {
  background-color: var(--bg-color);
  border: 2px solid var(--border-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  height: 16px;
  left: -8px;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 1;
}
.project_sitemap li ul {
  padding: 10px 0 20px 20px;
  position: relative;
}
.project_sitemap li ul:before {
  background-color: var(--border-color);
  content: "";
  height: calc(100% - 30px);
  left: 10px;
  position: absolute;
  top: -4px;
  width: 1px;
}
.project_sitemap a {
  align-items: center;
  color: var(--tw--global---color-base-text);
  display: inline-flex;
  font-family: var(--tw--global--font-secondary);
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  text-decoration: none !important;
}
.project_sitemap a:hover {
  color: var(--tw--global--color-primary);
}
.project_sitemap .icon_wrap {
  align-items: center;
  background-color: var(--tw--global--color-white);
  border: 1px solid var(--bg-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  line-height: 0;
  margin-right: 10px;
  position: relative;
  width: 22px;
}
.project_sitemap .icon_wrap svg {
  fill: var(--tw--global--color-primary);
  height: 12px !important;
  width: auto;
}
.project_sitemap .icon_wrap:before {
  background-color: var(--border-color);
  content: "";
  height: 1px;
  left: -21px;
  position: absolute;
  top: 10px;
  width: 20px;
  z-index: -1;
}
.project_sitemap li ul .icon_wrap:before {
  left: -11px;
  width: 10px;
}

.main-menu ul > li > ul > li.submenu > a i {
  position: absolute !important;
  right: 22px !important;
}
.main-menu ul > li > ul > li.submenu > a i:before {
  rotate: -90deg;
  width: 10px;
  margin-top: -5px;
}
@media screen and (max-width: 1599px) {
  .main-menu ul > li > ul > li.submenu > a i:before {
    width: 7px;
  }
}
.main-menu ul > li > ul > li.submenu > a i svg {
  display: none;
}

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

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

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

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

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

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

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

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

input[type=text],
input[type=email],
input[type=tel],
.form-elements,
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid var(--tw--global--black-opacity-05) !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  color: var(--tw--global--color-formText) !important;
  display: block;
  outline: none !important;
  outline-offset: 0;
  text-transform: none;
  width: 100%;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  textarea,
  select {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  textarea,
  select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  textarea,
  select {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  .form-elements,
  textarea,
  select {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

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

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

select {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  outline: none;
  /* &:invalid {
    color: #9d9d9d;
  }
  [disabled] {
    color: #9d9d9d;
  } */
}
select option {
  color: var(--tw--global--color-formText);
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media screen and (min-width: 1600px) {
  select {
    background-size: 18px 9px;
  }
}

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

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

.input-holder {
  position: relative;
  width: 100%;
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--tw--global--color-red) !important;
}
.input-holder.dFlex .error {
  left: 5px !important;
}
.input-holder .error {
  background-color: var(--tw--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--tw--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  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) {
  .input-holder .error {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tw--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.input-holder:not(:last-child) {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 1600px) {
  .input-holder:not(:last-child) {
    margin-bottom: 15px;
  }
}

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

.modal-body {
  padding: 30px;
}

/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--tw--global--color-black);
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--tw--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--tw--global--color-secondary);
  display: inline-block;
  height: 16px;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.custom-radio input[type=radio] + label i:before {
  background-color: var(--tw--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 70%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 70%;
}
.custom-radio input[type=radio]:checked + label {
  color: var(--tw--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--tw--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--tw--global--color-primary);
  height: 62%;
  width: 62%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--tw--global--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media screen and (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

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

.tw-modal-body ::-webkit-input-placeholder {
  color: var(--tw--global--color-formText) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .tw-modal-body ::-webkit-input-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-body ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-body ::-webkit-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .tw-modal-body ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.tw-modal-body :-moz-placeholder {
  color: var(--tw--global--color-formText) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .tw-modal-body :-moz-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-body :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-body :-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .tw-modal-body :-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.tw-modal-body ::-moz-placeholder {
  color: var(--tw--global--color-formText) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .tw-modal-body ::-moz-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-body ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-body ::-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .tw-modal-body ::-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.tw-modal-body :-ms-input-placeholder {
  color: var(--tw--global--color-formText) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .tw-modal-body :-ms-input-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-body :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-body :-ms-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .tw-modal-body :-ms-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.tw-modal-body .input-holder:last-child {
  text-align: right;
  width: 100%;
}
.tw-modal-body input,
.tw-modal-body textarea,
.tw-modal-body select {
  color: var(--tw--global--color-formText) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.tw-modal-body input,
.tw-modal-body textarea,
.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) {
  .tw-modal-body input,
  .tw-modal-body textarea,
  .tw-modal-body select {
    padding: 10px 0;
  }
}
.tw-modal-body textarea {
  height: 100px;
  border-bottom: solid 2px #c7c2bf !important;
  padding: 15px 0;
  overflow: auto;
}

.tw-modal-wrapper {
  background-color: var(--tw--global--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(--tw--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px var(--tw--global--black-opacity-02);
  -webkit-box-shadow: 0 2px 20px var(--tw--global--black-opacity-02);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--tw--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--tw--global--color-white);
  display: flex;
  flex-wrap: 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(--tw--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--tw--global--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 {
  margin-top: 15px;
  padding-top: 10px;
  width: 100%;
}
.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: #231F20;
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--tw--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--tw--global--color-black);
}
@media screen and (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--tw--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--tw--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--tw--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  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;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* 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 */
.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.slick-dots li {
  background-color: transparent;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 0;
  display: flex;
}
.slick-dots li button {
  background-color: var(--tw--global--opacity-white-30);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 3px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -99999px;
  width: 30px;
}
.slick-dots li.slick-active {
  border: 0;
}
.slick-dots li.slick-active button {
  background-color: var(--tw--global--color-white);
  width: 70px;
}
@media screen and (min-width: 1200px) {
  .slick-dots {
    bottom: 50px;
  }
}

/*slick custom nave*/
.slick_prev,
.slick_next {
  background-color: var(--tw--global--color-white);
  border: 1px solid var(--tw--global--color-base-text);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 30px;
  left: 0;
  position: absolute;
  right: auto !important;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}
.slick_prev svg,
.slick_next svg {
  fill: var(--tw--global--color-base-text);
  height: 10px;
  width: auto !important;
}
.slick_prev:hover,
.slick_next:hover {
  background-color: var(--tw--global--color-primary);
  border-color: var(--tw--global--color-secondary);
}
.slick_prev:hover svg,
.slick_next:hover svg {
  fill: var(--tw--global--color-white);
}
@media screen and (min-width: 1200px) {
  .slick_prev,
  .slick_next {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (min-width: 1600px) {
  .slick_prev,
  .slick_next {
    height: 32px;
    width: 32px;
  }
  .slick_prev svg,
  .slick_next svg {
    height: 12px;
  }
}
@media screen and (min-width: 1800px) {
  .slick_prev,
  .slick_next {
    height: 40px;
    width: 40px;
  }
  .slick_prev svg,
  .slick_next svg {
    height: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .slick_prev,
  .slick_next {
    bottom: 0;
    display: none !important;
  }
}

.slick_next {
  right: 0 !important;
  left: auto;
}

/*end slick custom nav*/
.slick-track .slick-slide {
  padding: 10px;
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

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

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

.resp-tab-active {
  margin-bottom: -1px !important;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
}

.resp-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 10px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 6px;
  width: 30px;
}
.resp-arrow:before {
  border-right: 1px solid var(--tw--global--color-black);
  border-top: 1px solid var(--tw--global--color-black);
  content: "";
  height: 10px;
  width: 10px;
}

h2.resp-tab-active span.resp-arrow {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 12px;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: var(--tw--global--color-primary);
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media screen and (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
.curP {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 40px !important;
    padding-top: 40px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 60px !important;
    padding-top: 60px !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: 45px !important;
  }
}
@media screen and (min-width: 1600px) {
  .bottom-space {
    padding-bottom: 60px !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: 45px !important;
  }
}
@media screen and (min-width: 1600px) {
  .top-space {
    padding-top: 60px !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: 15px !important;
}
@media screen and (min-width: 768px) {
  .cmn-space_smTop {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cmn-space_smTop {
    padding-top: 30px !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: 45px !important;
    padding-top: 45px !important;
  }
}

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

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

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

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

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

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

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

.m-b-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-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;
}

.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;
}

.project_header {
  --vPadding: 10px;
  --logoHeight: 50px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  left: 0;
  padding-bottom: var(--vPadding);
  padding-top: var(--vPadding);
  position: fixed;
  top: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .project_header {
    --vPadding: 10px;
    --logoHeight: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .project_header {
    --logoHeight: 55px;
  }
}
@media screen and (min-width: 1600px) {
  .project_header {
    --vPadding: 26px;
    --logoHeight: 95px;
  }
}
@media screen and (min-width: 1800px) {
  .project_header {
    --vPadding: 26px;
    --logoHeight: 105px;
  }
}
.project_header .project_logo {
  align-items: center;
  display: flex;
  line-height: 1;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  width: auto;
}
.project_header .project_logo a {
  display: inline-flex;
  height: var(--logoHeight);
  line-height: 1;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.project_header .project_logo img {
  display: inline-block;
}
.project_header .quickCall .icon_wrapper {
  line-height: 0;
}
.project_header .quickCall svg {
  height: 46px;
  width: auto !important;
}
.project_header .quickCall svg .st0 {
  fill: var(--tw--global--color-primary);
}
.project_header .quickCall svg .st1 {
  fill: var(--tw--global--color-base-text);
}
.project_header .quickCall .numInfo {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  padding-left: 10px;
}
.project_header .quickCall small {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.project_header .quickCall .number {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  font-weight: 600;
  line-height: 1;
}
.project_header.slim {
  background-color: var(--tw--global--color-white) !important;
  border-bottom-color: #f3f3f3;
  padding-bottom: calc(var(--vPadding) / 2);
  padding-top: calc(var(--vPadding) / 2);
}
.project_header.slim .project_logo a {
  height: calc(var(--logoHeight) - 5px);
}

.project_banner {
  overflow: hidden;
  position: relative;
}
.project_banner > * {
  position: relative;
  z-index: 3;
}
.project_banner .container {
  padding-bottom: 20px;
  padding-top: 120px;
  z-index: 5;
}
.project_banner .slider_image {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.project_banner [class*=text_layer-] {
  line-height: 1;
  text-transform: uppercase;
}
.project_banner .text_layer-2 {
  padding-top: 5px;
}
.project_banner .text_layer-3 {
  flex-wrap: nowrap !important;
  padding-top: 5px;
}
.project_banner .text_layer-3 img {
  margin-left: 10px;
  max-height: 40px;
}
.project_banner .button_group {
  padding-top: 15px;
}
.project_banner .button_group > * {
  margin-bottom: 5px;
  margin-top: 5px;
}
.project_banner .button_group > *:not(:last-child) {
  margin-right: 10px;
}
.project_banner .slider_thumb {
  position: relative;
  z-index: 5;
}
.project_banner .shape_wrap {
  position: absolute;
  z-index: 1;
}
.project_banner .shape_wrap svg {
  height: auto !important;
}
.project_banner.home {
  --text--size-sm: 13px;
  --text--size-md: 14px;
  --text--size-lg: 18px;
  /* @include min(1200) {
    .slick-current {
      .image_wrapper {
        .slider_thumb {
          animation: bannerThumbZoom 50s cubic-bezier(0.19, 1, 0.22, 1) forwards;
          height: 100%;
          transform-origin: center center;
          width: 100%;
        }
      }
    }
  } */
}
.project_banner.home .image_wrapper {
  height: 740px;
  position: relative;
  width: 740px;
  z-index: 1;
}
.project_banner.home .image_wrapper .slider_wrapper {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 740px;
  overflow: hidden;
  position: relative;
  width: 740px;
}
.project_banner.home .image_wrapper .slider_thumb {
  height: 100%;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  transform-origin: center center;
  width: 100%;
}
.project_banner.home .image_wrapper .slider_thumb img {
  display: block;
  height: 100% !important;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  width: 100% !important;
}
.project_banner.home .banner_text_wrapper {
  position: relative;
  z-index: 3;
}
.project_banner.home .container {
  min-height: 400px;
}
.project_banner.home .text_layer-1 {
  font-size: calc(var(--text--size-sm) * 1.5);
}
.project_banner.home .text_layer-2 {
  font-size: calc(var(--text--size-md) * 1.5);
}
.project_banner.home .text_layer-3 {
  font-size: calc(var(--text--size-lg) * 1.5);
}
.project_banner.home .shape_wrap {
  --icon-size-1: 31px;
  --icon-size-2: 33px;
  --icon-size-3: 27px;
  --icon-size-4: 41px;
  --icon-size-5: 32px;
  --icon-size-6: 28px;
  --icon-size-7: 37px;
}
.project_banner.home .shape_wrap.pos_BL1 {
  animation: flyoutAnimBL1 50s ease-in-out infinite;
  bottom: -10px;
  left: -55%;
}
.project_banner.home .shape_wrap.pos_BL2 {
  animation: flyoutAnimBL2 50s ease-in-out infinite;
  bottom: 50px;
  left: -30%;
}
.project_banner.home .shape_wrap.pos_BL3 {
  animation: flyoutAnimBL3 50s ease-in-out infinite;
  bottom: 0;
  left: -5%;
}
.project_banner.home .shape_wrap.pos_TL {
  animation: flyoutAnimTL 50s ease-in-out infinite;
  left: -18%;
  top: 10px;
}
.project_banner.home .shape_wrap.pos_TR {
  animation: flyoutAnimTR 50s ease-in-out infinite;
  right: -8%;
  top: 40px;
}
.project_banner.home .shape_wrap.pos_MR {
  animation: flyoutAnimMR 50s ease-in-out infinite;
  right: -18%;
  top: 45%;
}
.project_banner.home .shape_wrap.pos_BR {
  animation: flyoutAnimBR 50s ease-in-out infinite;
  bottom: 10px;
  right: -12%;
}
@media screen and (min-width: 1200px) {
  .project_banner.home .shape_wrap.pos_BL1 svg {
    width: calc(var(--icon-size-1) * 2);
  }
  .project_banner.home .shape_wrap.pos_BL2 svg {
    width: calc(var(--icon-size-2) * 2);
  }
  .project_banner.home .shape_wrap.pos_BL3 svg {
    width: calc(var(--icon-size-3) * 2);
  }
  .project_banner.home .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-4) * 2);
  }
  .project_banner.home .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-5) * 2);
  }
  .project_banner.home .shape_wrap.pos_MR svg {
    width: calc(var(--icon-size-6) * 2);
  }
  .project_banner.home .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-7) * 2);
  }
}
@media screen and (min-width: 1600px) {
  .project_banner.home .shape_wrap.pos_BL1 svg {
    width: calc(var(--icon-size-1) * 3);
  }
  .project_banner.home .shape_wrap.pos_BL2 svg {
    width: calc(var(--icon-size-2) * 3);
  }
  .project_banner.home .shape_wrap.pos_BL3 svg {
    width: calc(var(--icon-size-3) * 3);
  }
  .project_banner.home .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-4) * 3);
  }
  .project_banner.home .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-5) * 3);
  }
  .project_banner.home .shape_wrap.pos_MR svg {
    width: calc(var(--icon-size-6) * 3);
  }
  .project_banner.home .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-7) * 3);
  }
}
@media screen and (min-width: 1800px) {
  .project_banner.home .shape_wrap.pos_BL1 svg {
    width: calc(var(--icon-size-1) * 4);
  }
  .project_banner.home .shape_wrap.pos_BL2 svg {
    width: calc(var(--icon-size-2) * 4);
  }
  .project_banner.home .shape_wrap.pos_BL3 svg {
    width: calc(var(--icon-size-3) * 4);
  }
  .project_banner.home .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-4) * 4);
  }
  .project_banner.home .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-5) * 4);
  }
  .project_banner.home .shape_wrap.pos_MR svg {
    width: calc(var(--icon-size-6) * 4);
  }
  .project_banner.home .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-7) * 4);
  }
}
@media screen and (max-width: 1199px) {
  .project_banner.home .shape_wrap.pos_BL1 {
    bottom: -5px;
    left: -35%;
  }
  .project_banner.home .shape_wrap.pos_BL2 {
    bottom: 30px;
    left: -15%;
  }
  .project_banner.home .shape_wrap.pos_BL3 {
    left: 0;
  }
  .project_banner.home .shape_wrap.pos_TL {
    left: -8%;
    top: 5px;
  }
  .project_banner.home .shape_wrap.pos_TR {
    right: 0;
    top: 20px;
  }
  .project_banner.home .shape_wrap.pos_MR {
    right: -8%;
    top: 25%;
  }
  .project_banner.home .shape_wrap.pos_BR {
    bottom: 5px;
    right: -2%;
  }
  .project_banner.home .shape_wrap.pos_BL1 svg {
    width: calc(var(--icon-size-1) * 2);
  }
  .project_banner.home .shape_wrap.pos_BL2 svg {
    width: calc(var(--icon-size-2) * 2);
  }
  .project_banner.home .shape_wrap.pos_BL3 svg {
    width: calc(var(--icon-size-3) * 2);
  }
  .project_banner.home .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-4) * 2);
  }
  .project_banner.home .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-5) * 2);
  }
  .project_banner.home .shape_wrap.pos_MR svg {
    width: calc(var(--icon-size-6) * 2);
  }
  .project_banner.home .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-7) * 2);
  }
}
.project_banner.home .slick-dots {
  bottom: 30px;
  justify-content: flex-start;
}
.project_banner.home .slick-dots li:not(:last-child) {
  padding-right: 15px;
}
.project_banner.home .slick-dots li button {
  background-color: #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 4px;
  margin: 0 !important;
  padding: 0 !important;
  width: 60px;
}
.project_banner.home .slick-dots li.slick-active button {
  background-color: var(--tw--global--color-secondary);
  width: 120px;
}
@media screen and (max-width: 1199px) {
  .project_banner.home .slick-dots {
    display: none !important;
  }
}
.project_banner.inner {
  --text--size-mdInr: 14px;
  --text--size-lgInr: 22px;
  background-color: #f4f4f4;
}
.project_banner.inner .image_wrapper {
  line-height: 0;
  position: relative;
  z-index: 1;
}
.project_banner.inner .banner_text_wrapper {
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  z-index: 3;
}
.project_banner.inner .container {
  min-height: 350px;
  padding-bottom: 0 !important;
}
.project_banner.inner .text_layer-1 {
  font-size: calc(var(--text--size-mdInr) * 1.2);
}
.project_banner.inner .slider_thumb {
  position: relative;
}
.project_banner.inner .slider_thumb img {
  z-index: 3;
}
.project_banner.inner .shape_wrap {
  --icon-size-1: 27px;
  --icon-size-2: 28px;
  --icon-size-3: 37px;
}
.project_banner.inner .shape_wrap.pos_BL {
  animation: flyoutAnimOne 50s ease-in-out infinite;
  bottom: 50px;
  left: -25%;
}
.project_banner.inner .shape_wrap.pos_TL {
  animation: flyoutAnimTwo 50s ease-in-out infinite;
  left: -17%;
  top: 20px;
}
.project_banner.inner .shape_wrap.pos_BR {
  animation: flyoutAnimFour 50s ease-in-out infinite;
  bottom: 50px;
  right: -16%;
}
.project_banner.inner .shape_wrap.pos_TR {
  animation: flyoutAnimThree 50s ease-in-out infinite;
  right: -21%;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .project_banner.inner .shape_wrap.pos_BL svg, .project_banner.inner .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-1) * 2);
  }
  .project_banner.inner .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-2) * 2);
  }
  .project_banner.inner .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-3) * 2);
  }
}
@media screen and (min-width: 1600px) {
  .project_banner.inner .shape_wrap.pos_BL svg, .project_banner.inner .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-1) * 3);
  }
  .project_banner.inner .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-2) * 3);
  }
  .project_banner.inner .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-3) * 3);
  }
}
@media screen and (min-width: 1800px) {
  .project_banner.inner .shape_wrap.pos_BL svg, .project_banner.inner .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-1) * 4);
  }
  .project_banner.inner .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-2) * 4);
  }
  .project_banner.inner .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-3) * 4);
  }
}
@media screen and (max-width: 1199px) {
  .project_banner.inner .shape_wrap.pos_BL {
    bottom: 30px;
    left: -15%;
  }
  .project_banner.inner .shape_wrap.pos_TL {
    left: -7%;
    top: 10px;
  }
  .project_banner.inner .shape_wrap.pos_BR {
    bottom: 30px;
    right: -6%;
  }
  .project_banner.inner .shape_wrap.pos_TR {
    right: -10%;
    top: 0;
  }
  .project_banner.inner .shape_wrap.pos_BL svg, .project_banner.inner .shape_wrap.pos_BR svg {
    width: calc(var(--icon-size-1) * 2);
  }
  .project_banner.inner .shape_wrap.pos_TL svg {
    width: calc(var(--icon-size-2) * 2);
  }
  .project_banner.inner .shape_wrap.pos_TR svg {
    width: calc(var(--icon-size-3) * 2);
  }
}
.project_banner.no_banner {
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .project_banner.home .text_layer-1 {
    font-size: calc(var(--text--size-sm) * 1.7);
  }
  .project_banner.home .text_layer-2 {
    font-size: calc(var(--text--size-md) * 1.7);
  }
  .project_banner.home .text_layer-3 {
    font-size: calc(var(--text--size-lg) * 1.7);
  }
  .project_banner.inner .text_layer-1 {
    font-size: calc(var(--text--size-mdInr) * 1.6);
  }
}
@media screen and (min-width: 992px) {
  .project_banner.home .text_layer-1 {
    font-size: calc(var(--text--size-sm) * 2);
  }
  .project_banner.home .text_layer-2 {
    font-size: calc(var(--text--size-md) * 2);
  }
  .project_banner.home .text_layer-3 {
    font-size: calc(var(--text--size-lg) * 2);
  }
  .project_banner.inner .text_layer-1 {
    font-size: calc(var(--text--size-mdInr) * 2);
  }
}
@media screen and (min-width: 1600px) {
  .project_banner.home .text_layer-1 {
    font-size: calc(var(--text--size-sm) * 3.5);
  }
  .project_banner.home .text_layer-2 {
    font-size: calc(var(--text--size-md) * 3.5);
  }
  .project_banner.home .text_layer-3 {
    font-size: calc(var(--text--size-lg) * 3.5);
  }
  .project_banner.inner .text_layer-1 {
    font-size: calc(var(--text--size-mdInr) * 2.7);
  }
}
@media screen and (min-width: 1800px) {
  .project_banner.home .text_layer-1 {
    font-size: calc(var(--text--size-sm) * 4);
  }
  .project_banner.home .text_layer-2 {
    font-size: calc(var(--text--size-md) * 4);
  }
  .project_banner.home .text_layer-3 {
    font-size: calc(var(--text--size-lg) * 4);
  }
  .project_banner.inner .text_layer-1 {
    font-size: calc(var(--text--size-mdInr) * 3);
  }
}
@media screen and (max-width: 574px) {
  .project_banner.inner .button_group {
    padding-top: 5px;
  }
  .project_banner.inner .elementor-button-wrapper .elementor-button,
  .project_banner.inner .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

/* Icon Section Below Banner Section */
.bnr_btm_icon_section {
  display: flex;
  flex-flow: row wrap !important;
}
.bnr_btm_icon_section > * {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .bnr_btm_icon_section > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .bnr_btm_icon_section > *:nth-child(2n) .elementor-icon-box-wrapper:before {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .bnr_btm_icon_section > * {
    flex: 0 0 25%;
    width: 25%;
  }
  .bnr_btm_icon_section > *:nth-child(4n) .elementor-icon-box-wrapper:before {
    display: none !important;
  }
}
.bnr_btm_icon_section .elementor-widget-icon-box .elementor-widget-container {
  height: 100%;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
}
.bnr_btm_icon_section .elementor-icon-box-wrapper {
  height: 100%;
  margin: 0 auto 10px !important;
  position: relative;
  text-align: center;
  width: 82%;
}
.bnr_btm_icon_section .elementor-icon-box-wrapper:before {
  background-color: var(--tw--global--primary-opacity-07);
  content: "" !important;
  display: block !important;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .bnr_btm_icon_section .elementor-icon-box-wrapper:before {
    display: none !important;
  }
}
.bnr_btm_icon_section .elementor-icon-box-wrapper:after {
  background-color: var(--tw--global--color-primary);
  bottom: -30px;
  content: "" !important;
  display: block !important;
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
}
.bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon {
  width: 100% !important;
}
.bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  height: 85px !important;
  width: auto !important;
}
.bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-title {
  color: var(--tw--global--color-base-text);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 6px !important;
}
.bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-description {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.3;
}

/* |=>  Child Listing with Image and Icon Box Layout  <=| */
.child_listing_iconImg_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -9px;
  margin-right: -9px;
  min-height: 1px;
  position: relative;
}
.child_listing_iconImg_box > * {
  margin-bottom: 9px;
  margin-top: 9px;
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  width: 100%;
}

.cliBox-wrapper {
  --imgThum-h: 200px;
  --iconWrap-h: 75px;
  border: 1px solid var(--tw--global--black-opacity-05);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .cliBox-wrapper {
    --imgThum-h: 200px;
    --iconWrap-h: 70px;
  }
}
@media screen and (min-width: 992px) {
  .cliBox-wrapper {
    --imgThum-h: 240px;
    --iconWrap-h: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cliBox-wrapper {
    --imgThum-h: 170px;
    --iconWrap-h: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .cliBox-wrapper {
    --imgThum-h: 214px;
    --iconWrap-h: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .cliBox-wrapper {
    --imgThum-h: 240px;
    --iconWrap-h: 96px;
  }
}
.cliBox-wrapper .cliBox-thumb {
  background-color: var(--tw--global--baseText-opacity-01);
  height: var(--imgThum-h);
  line-height: 1;
  position: relative;
  width: 100%;
  z-index: 2;
}
.cliBox-wrapper .cliBox-thumb a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.cliBox-wrapper .cliBox-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  width: 100%;
}
.cliBox-wrapper .cliBox-iconwrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: var(--tw--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: var(--iconWrap-h);
  line-height: 1;
  position: absolute;
  right: 30px;
  top: calc(var(--imgThum-h) - var(--iconWrap-h) / 2);
  width: var(--iconWrap-h);
  z-index: 3;
}
.cliBox-wrapper .cliBox-iconwrapper .icon-wrapper {
  background-color: #f5fce6;
  border: 1px solid var(--tw--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: calc(var(--iconWrap-h) - 10px);
  line-height: 1;
  width: calc(var(--iconWrap-h) - 10px);
}
.cliBox-wrapper .cliBox-iconwrapper .icon-wrapper svg {
  fill: var(--tw--global--color-primary);
  height: calc(var(--iconWrap-h) / 2) !important;
  width: calc(var(--iconWrap-h) / 2) !important;
}
@media screen and (min-width: 1800px) {
  .cliBox-wrapper .cliBox-iconwrapper .icon-wrapper {
    height: calc(var(--iconWrap-h) - 20px);
    width: calc(var(--iconWrap-h) - 20px);
  }
}
.cliBox-wrapper .cliBox-contentWrap {
  display: flex;
  flex-flow: column wrap;
  height: calc(100% - var(--imgThum-h));
  padding: 20px;
  position: relative;
  z-index: 5;
}
.cliBox-wrapper .cliBox-title {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 600;
  line-height: 1.2 !important;
  margin-bottom: 0 !important;
  padding-bottom: 15px !important;
  text-transform: uppercase;
}
.cliBox-wrapper .cliBox-title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.cliBox-wrapper .cliBox-title a:hover {
  color: var(--tw--global--color-secondary);
}
.cliBox-wrapper .cliBox-short {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cliBox-wrapper .cliBox-btn {
  align-items: center;
  color: var(--tw--global--color-base-text);
  display: inline-flex;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 600;
  line-height: 1;
  margin-top: auto;
  text-decoration: none !important;
  text-transform: uppercase;
}
.cliBox-wrapper .cliBox-btn svg {
  fill: var(--tw--global--color-base-text);
  height: 12px !important;
  margin-left: 10px;
  width: auto !important;
}
.cliBox-wrapper .cliBox-btn:hover {
  color: var(--tw--global--color-secondary);
}
.cliBox-wrapper .cliBox-btn:hover svg {
  fill: var(--tw--global--color-secondary);
  margin-left: 15px;
}

.child_listing_bgImg_box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 1px;
  position: relative;
}
.child_listing_bgImg_box > * {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

/* |=>  Child Listing with Background Image Box Layout  <=| */
.imageBgBox_wrapper {
  --boxHeight: 300px;
  --btniconSize: 10px;
  --boxSpacing: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .imageBgBox_wrapper {
    --boxHeight: 350px;
    --btniconSize: 10px;
    --boxSpacing: 40px;
  }
}
@media screen and (min-width: 992px) {
  .imageBgBox_wrapper {
    --boxHeight: 300px;
    --btniconSize: 10px;
    --boxSpacing: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .imageBgBox_wrapper {
    --boxHeight: 340px;
    --btniconSize: 9px;
    --boxSpacing: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .imageBgBox_wrapper {
    --boxHeight: 450px;
    --btniconSize: 10px;
    --boxSpacing: 40px;
  }
}
@media screen and (min-width: 1800px) {
  .imageBgBox_wrapper {
    --boxHeight: 477px;
    --btniconSize: 12px;
    --boxSpacing: 50px;
  }
}
.imageBgBox_wrapper .full_link {
  flex-flow: column wrap;
  justify-content: flex-end;
  height: var(--boxHeight);
  line-height: 1;
  padding: var(--boxSpacing);
  position: relative;
  width: 100%;
}
.imageBgBox_wrapper .full_link > * {
  position: relative;
  z-index: 5;
}
.imageBgBox_wrapper .full_link:before {
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.imageBgBox_wrapper .imgBox_title {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.imageBgBox_wrapper .imgBox_short {
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0 !important;
  padding-top: 6px !important;
}
.imageBgBox_wrapper .imgBox_thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: center center;
  width: 100%;
  z-index: 1;
}
.imageBgBox_wrapper:hover .imgBox_thumb {
  animation: zoomRotate 50s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

/* |=>  Child Listing as Button Layout  <=| */
.cp_button_style {
  --cbs-btnH: 75px;
  --cbs-btnSp: 15px;
  background-color: var(--tw--global--color-white);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  color: var(--tw--global--color-base-text);
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 600;
  height: var(--cbs-btnH);
  line-height: 1;
  overflow: hidden;
  padding-left: var(--cbs-btnSp);
  padding-right: var(--cbs-btnSp);
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.cp_button_style > * {
  position: relative;
  z-index: 3;
}
.cp_button_style span {
  display: inline-block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.cp_button_style:before, .cp_button_style:after {
  content: "";
  height: calc(var(--cbs-btnH) * 1.2);
  position: absolute;
  transform-origin: center;
  width: calc(var(--cbs-btnH) * 1.5);
  z-index: 1;
}
.cp_button_style:before {
  background-color: #c3ee6d;
  border-top: 6px solid #e5ffb2;
  bottom: 0;
  left: 0;
  transform: rotate(45deg) translateY(180px);
}
.cp_button_style:after {
  background-color: #c3ee6d;
  border-bottom: 6px solid #e5ffb2;
  right: 0;
  top: 0;
  transform: rotate(45deg) translateY(-80px);
}
@media screen and (min-width: 768px) {
  .cp_button_style {
    --cbs-btnH: 90px;
    --cbs-btnSp: 15px;
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .cp_button_style:after {
    transform: rotate(45deg) translateY(-90px);
  }
}
@media screen and (min-width: 1200px) {
  .cp_button_style {
    --cbs-btnH: 80px;
    --cbs-btnSp: 15px;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .cp_button_style:after {
    transform: rotate(45deg) translateY(-80px);
  }
  .cp_button_style:hover:after {
    animation: hidetoRight 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  }
  .cp_button_style:hover:before {
    animation: hidetoLeft 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.15s forwards;
  }
  .cp_button_style:hover span {
    margin-top: -2px;
    text-shadow: 0 2px 1px var(--tw--global--secondary-opacity-05);
  }
}
@media screen and (min-width: 1600px) {
  .cp_button_style {
    --cbs-btnH: 100px;
    --cbs-btnSp: 20px;
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .cp_button_style:before {
    border-top-width: 10px;
    transform: rotate(45deg) translateY(180px);
  }
  .cp_button_style:after {
    border-bottom-width: 10px;
    transform: rotate(45deg) translateY(-110px);
  }
}
@media screen and (min-width: 1800px) {
  .cp_button_style {
    --cbs-btnH: 112px;
    --cbs-btnSp: 20px;
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .cp_button_style:before {
    border-top-width: 15px;
  }
  .cp_button_style:after {
    border-bottom-width: 15px;
  }
}

/* |=>  Address and Quick Company Info  <=| */
.loc_info_wrapper {
  color: var(--tw--global--color-base-text) !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 400;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .loc_info_wrapper {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .loc_info_wrapper {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .loc_info_wrapper {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .loc_info_wrapper {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.loc_info_wrapper > *:not(:last-child) {
  padding-bottom: 20px;
}
.loc_info_wrapper address .con_clear {
  clear: both;
  display: block;
}
.loc_info_wrapper .loc_info_col > ul {
  display: flex;
  flex-wrap: nowrap;
}
.loc_info_wrapper .loc_info_col > ul .icon_wrap {
  display: flex;
  flex: 0 0 28px;
  padding-top: 5px;
  width: 28px;
}
.loc_info_wrapper .loc_info_col > ul .cnt_wrap {
  flex-grow: 1;
}
.loc_info_wrapper .loc_info_col.icon_pos_btm > ul .icon_wrap {
  padding-bottom: 8px;
  padding-top: 0;
}
.loc_info_wrapper .loc_info_col.icon_pos_btm .icon_wrapper {
  margin-top: auto;
}
.loc_info_wrapper .icon_wrapper {
  display: inline-flex;
  line-height: 1;
}
.loc_info_wrapper .icon_wrapper svg {
  fill: var(--tw--global--color-primary);
  height: 17px !important;
  width: 17px !important;
}
.loc_info_wrapper .call_wrap small {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.loc_info_wrapper .call_wrap a[href^=tel] {
  color: var(--tw--global--color-base-text) !important;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 400;
  text-decoration: none !important;
}
.loc_info_wrapper .working_hours {
  flex-direction: column;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (min-width: 768px) {
  .loc_info_wrapper .working_hours {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .loc_info_wrapper .working_hours {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .loc_info_wrapper .working_hours {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .loc_info_wrapper .working_hours {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.loc_info_wrapper .working_hours .font_weight {
  display: inline-flex;
  font-weight: 700;
  padding-right: 5px;
}

.loc_info_theme_white .loc_info_wrapper {
  color: var(--tw--global--color-white) !important;
  font-weight: 200;
}
.loc_info_theme_white .loc_info_wrapper .icon_wrapper svg {
  fill: var(--tw--global--color-white);
}
.loc_info_theme_white .loc_info_wrapper .call_wrap small {
  font-weight: 200;
}
.loc_info_theme_white .loc_info_wrapper .call_wrap a[href^=tel] {
  color: var(--tw--global--color-white) !important;
  font-weight: 200;
}
.loc_info_theme_white .loc_info_wrapper .working_hours .font_weight {
  font-weight: 500;
}

.icon_color_primary .loc_info_wrapper .icon_wrapper svg {
  fill: var(--tw--global--color-primary) !important;
}

.loc_info_size_lg .loc_info_wrapper {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .loc_info_size_lg .loc_info_wrapper {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .loc_info_size_lg .loc_info_wrapper {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .loc_info_size_lg .loc_info_wrapper {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .loc_info_size_lg .loc_info_wrapper {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.loc_info_size_lg .loc_info_wrapper .working_hours {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .loc_info_size_lg .loc_info_wrapper .working_hours {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .loc_info_size_lg .loc_info_wrapper .working_hours {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .loc_info_size_lg .loc_info_wrapper .working_hours {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .loc_info_size_lg .loc_info_wrapper .working_hours {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.loc_info_size_lg .loc_info_wrapper .working_hours .font_weight {
  font-weight: 700;
}
.loc_info_size_lg .loc_info_col address {
  line-height: 1.3;
}

.loc_info_size_xl .loc_info_wrapper {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .loc_info_size_xl .loc_info_wrapper {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .loc_info_size_xl .loc_info_wrapper {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .loc_info_size_xl .loc_info_wrapper {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .loc_info_size_xl .loc_info_wrapper {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
.loc_info_size_xl .loc_info_wrapper .icon_wrapper svg {
  height: 20px !important;
  width: 20px !important;
}
.loc_info_size_xl .loc_info_wrapper .call_wrap small {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media screen and (max-width: 1599px) {
  .loc_info_size_xl .loc_info_wrapper .call_wrap small {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.loc_info_size_xl .loc_info_wrapper .call_wrap a[href^=tel] {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .loc_info_size_xl .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .loc_info_size_xl .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .loc_info_size_xl .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .loc_info_size_xl .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .loc_info_size_xl .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.loc_info_size_xl .loc_info_wrapper .working_hours {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .loc_info_size_xl .loc_info_wrapper .working_hours {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .loc_info_size_xl .loc_info_wrapper .working_hours {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .loc_info_size_xl .loc_info_wrapper .working_hours {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .loc_info_size_xl .loc_info_wrapper .working_hours {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 574px) {
  .loc_info_size_xl .loc_info_wrapper {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .loc_info_size_xl .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .loc_info_size_xl .loc_info_wrapper .working_hours {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.loc_info_gridTemp .loc_info_wrapper {
  font-weight: 300;
}
.loc_info_gridTemp .loc_info_wrapper .call_wrap small {
  font-weight: 300;
}
.loc_info_gridTemp .loc_info_wrapper .call_wrap a[href^=tel] {
  font-weight: 300;
}
.loc_info_gridTemp .loc_info_wrapper .working_hours .font_weight {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .loc_info_gridTemp .loc_info_wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .loc_info_gridTemp .loc_info_wrapper address .con_clear {
    clear: none;
    display: inline;
  }
  .loc_info_gridTemp .loc_info_wrapper .loc_info_col:first-child {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  .loc_info_gridTemp .loc_info_wrapper .loc_info_col:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .loc_info_gridTemp .loc_info_wrapper .loc_info_col:nth-child(3) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}

/* |=>  Case Studies Section  <=| */
.csb_wrapper {
  border: 1px solid var(--tw--global--black-opacity-05);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  display: flexbox;
  display: -webkit-flex;
  padding: 20px;
  position: relative;
}
.csb_wrapper .csb_title {
  font-weight: 600 !important;
  line-height: 1.1;
  text-transform: capitalize !important;
}
.csb_wrapper .csb_subTitle {
  font-weight: 500 !important;
  line-height: 1.1;
  padding-top: 10px;
  text-transform: none !important;
}
.csb_wrapper .csb_cnt {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.4;
  padding-top: 14px;
}
@media screen and (min-width: 768px) {
  .csb_wrapper .csb_cnt {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .csb_wrapper .csb_cnt {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .csb_wrapper .csb_cnt {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .csb_wrapper .csb_cnt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.csb_wrapper .btn_wrap {
  padding-top: 15px;
}

.case_studies_thumb {
  border: 1px solid var(--tw--global--black-opacity-05);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  margin-top: 20px;
}
.case_studies_thumb .csb_logo_thumb {
  background-color: var(--tw--global--color-white);
  border-right: 1px solid transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  cursor: pointer;
  height: 165px;
  margin: 0 !important;
  padding: 10px;
  position: relative;
  width: 100%;
}
.case_studies_thumb .csb_logo_thumb img {
  max-height: 92px;
}
.case_studies_thumb .csb_logo_thumb:before {
  background-color: var(--tw--global--black-opacity-05);
  content: "";
  height: 60%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  z-index: 1;
}
.case_studies_thumb .slick-current .csb_logo_thumb {
  background-color: #e8ffbb;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-left: 1px solid var(--tw--global--black-opacity-05);
  border-right: 1px solid var(--tw--global--black-opacity-05);
}
.case_studies_thumb .slick-current .csb_logo_thumb:before {
  display: none;
}
.case_studies_thumb .slick-current + .slick-active .csb_logo_thumb:before {
  display: none;
}

.case_studies_slider_container .slick-track .slick-slide {
  padding: 0;
}
.case_studies_slider_container .case_studies_brief .slick-track .slick-slide {
  padding-right: 1px;
}
@media screen and (min-width: 1200px) {
  .case_studies_slider_container .slick_prev {
    left: -16px !important;
  }
  .case_studies_slider_container .slick_next {
    right: -16px !important;
  }
}
@media screen and (min-width: 1600px) {
  .case_studies_slider_container .slick_prev {
    left: -16px !important;
  }
  .case_studies_slider_container .slick_next {
    right: -16px !important;
  }
}
@media screen and (min-width: 1800px) {
  .case_studies_slider_container .slick_prev {
    left: -20px !important;
  }
  .case_studies_slider_container .slick_next {
    right: -20px !important;
  }
}

.home_serv_image img {
  max-width: 600px !important;
}

.home_test_image img {
  max-width: 455px !important;
}

@media screen and (min-width: 1600px) {
  .e-child.btm-addressNInfo {
    padding: 35px 45px !important;
  }
}
@media screen and (min-width: 1800px) {
  .e-child.btm-addressNInfo {
    padding: 50px 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .headerRight_topCol nav.btn-xs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .project_header .quickCall {
    bottom: 3px !important;
    position: absolute !important;
    right: 60px !important;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  .project_header .quickCall svg {
    height: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  .project_header .project_logo a {
    height: calc(var(--logoHeight) - 5px) !important;
  }
}

p a[href^=tel] {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .project_banner.inner .container,
  .project_banner .container {
    padding-top: 80px;
  }
}

/* |=>  Child Listing for Parent Page  <=| */
.childListing_inrPage {
  border: 1px solid var(--tw--global--baseText-opacity-03);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  --cbs-btnH: 90px;
}
.childListing_inrPage > * {
  position: relative;
  z-index: 5;
}
.childListing_inrPage .page_thumb {
  background-color: var(--tw--global--primary-opacity-02);
  line-height: 0;
  margin: -1px -1px 0 !important;
  overflow: hidden;
}
.childListing_inrPage .page_thumb img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: cover;
     object-position: cover;
  width: 100% !important;
}
.childListing_inrPage .page_thumb a {
  height: 100%;
  line-height: 0;
  position: relative;
  width: 100%;
}
.childListing_inrPage .page_briefs {
  padding: 20px;
}
.childListing_inrPage .page_title {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .childListing_inrPage .page_title {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .childListing_inrPage .page_title {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .childListing_inrPage .page_title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .childListing_inrPage .page_title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (max-width: 767px) {
  .childListing_inrPage .page_title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.childListing_inrPage .short_brief {
  padding-top: 10px;
}
.childListing_inrPage .btn_wrap {
  padding-top: 15px;
}
.childListing_inrPage .es_list- ul li {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .childListing_inrPage .es_list- ul li {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .childListing_inrPage .es_list- ul li {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .childListing_inrPage .es_list- ul li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .childListing_inrPage .es_list- ul li {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.childListing_inrPage .es_list- ul li:before {
  top: 6px;
}
.childListing_inrPage:after {
  content: "";
  height: calc(var(--cbs-btnH) * 1.2);
  position: absolute;
  transform-origin: center;
  width: calc(var(--cbs-btnH) * 1.5);
  z-index: 1;
}
.childListing_inrPage:after {
  background-color: #c3ee6d;
  border-bottom: 6px solid #e5ffb2;
  right: -20px;
  bottom: 0;
  transform: rotate(135deg) translateY(-70px);
}
@media screen and (min-width: 768px) {
  .childListing_inrPage {
    --cbs-btnH: 100px;
  }
  .childListing_inrPage:after {
    transform: rotate(135deg) translateY(-80px);
  }
}
@media screen and (min-width: 1200px) {
  .childListing_inrPage {
    --cbs-btnH: 90px;
  }
  .childListing_inrPage:after {
    transform: rotate(135deg) translateY(-70px);
  }
}
@media screen and (min-width: 1600px) {
  .childListing_inrPage {
    --cbs-btnH: 120px;
  }
  .childListing_inrPage:after {
    border-bottom-width: 10px;
    transform: rotate(135deg) translateY(-100px);
  }
}
@media screen and (min-width: 1800px) {
  .childListing_inrPage {
    --cbs-btnH: 130px;
  }
  .childListing_inrPage:after {
    border-bottom-width: 15px;
  }
}

/* |=>  Child Listing for Parent Page  <=| */
.case_studies_listing_container .csb_wrapper {
  height: 100%;
}
.case_studies_listing_container .csb_wrapper .brief_wrapper {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
}
.case_studies_listing_container .csb_wrapper .btn_wrap {
  margin-top: auto;
}

@media screen and (max-width: 1199px) {
  .individual_page-thumb {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    max-width: 550px !important;
  }
}
@media screen and (max-width: 991px) {
  .individual_page-thumb {
    max-width: 450px !important;
  }
}
@media screen and (max-width: 767px) {
  .individual_page-thumb {
    max-width: 360px !important;
  }
}

.individual_page-thumb_wrap {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1;
  max-width: 646 !important;
  position: relative;
}
.individual_page-thumb_wrap .company-logo {
  background-color: var(--tw--global--color-white);
  border-top-left-radius: 15px;
  bottom: 0;
  height: 130px !important;
  padding-left: 15px;
  padding-top: 15px;
  position: absolute;
  right: 0;
  width: 130px !important;
  z-index: 3;
}
.individual_page-thumb_wrap .company-logo:before, .individual_page-thumb_wrap .company-logo:after {
  background-color: transparent;
  border-bottom-right-radius: 18px;
  box-shadow: 4px 5px 0 0 var(--tw--global--color-white);
  content: "";
  height: 18px;
  position: absolute;
  width: 18px;
}
.individual_page-thumb_wrap .company-logo:before {
  right: 0;
  top: -18px;
}
.individual_page-thumb_wrap .company-logo:after {
  bottom: 10px;
  left: -18px;
}
.individual_page-thumb_wrap .company-logo .elementor-widget-container {
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  display: flex !important;
  height: 100% !important;
  line-height: 0;
  justify-content: center;
  padding: 15px !important;
  width: 100% !important;
}
.individual_page-thumb_wrap .company-logo .elementor-widget-container img {
  width: auto !important;
}
@media screen and (min-width: 768px) {
  .individual_page-thumb_wrap .company-logo {
    border-top-left-radius: 15px;
    height: 160px !important;
    padding-left: 15px;
    padding-top: 15px;
    width: 160px !important;
  }
  .individual_page-thumb_wrap .company-logo:before, .individual_page-thumb_wrap .company-logo:after {
    border-bottom-right-radius: 18px;
    box-shadow: 4px 5px 0 0 var(--tw--global--color-white);
    height: 18px;
    width: 18px;
  }
  .individual_page-thumb_wrap .company-logo:before {
    top: -18px;
  }
  .individual_page-thumb_wrap .company-logo:after {
    left: -18px;
  }
  .individual_page-thumb_wrap .company-logo .elementor-widget-container {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 15px !important;
  }
}
@media screen and (min-width: 1600px) {
  .individual_page-thumb_wrap .company-logo {
    border-top-left-radius: 20px;
    height: 200px !important;
    padding-left: 20px;
    padding-top: 20px;
    width: 200px !important;
  }
  .individual_page-thumb_wrap .company-logo:before, .individual_page-thumb_wrap .company-logo:after {
    border-bottom-right-radius: 28px;
    box-shadow: 6px 8px 0 0 var(--tw--global--color-white);
    height: 28px;
    width: 28px;
  }
  .individual_page-thumb_wrap .company-logo:before {
    top: -28px;
  }
  .individual_page-thumb_wrap .company-logo:after {
    left: -28px;
  }
  .individual_page-thumb_wrap .company-logo .elementor-widget-container {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px !important;
  }
}
@media screen and (min-width: 1800px) {
  .individual_page-thumb_wrap .company-logo {
    border-top-left-radius: 25px;
    height: 220px !important;
    padding-left: 30px;
    padding-top: 30px;
    width: 220px !important;
  }
  .individual_page-thumb_wrap .company-logo:before, .individual_page-thumb_wrap .company-logo:after {
    border-bottom-right-radius: 28px;
    box-shadow: 6px 8px 0 0 var(--tw--global--color-white);
    height: 28px;
    width: 28px;
  }
  .individual_page-thumb_wrap .company-logo:before {
    top: -28px;
  }
  .individual_page-thumb_wrap .company-logo:after {
    left: -28px;
  }
  .individual_page-thumb_wrap .company-logo .elementor-widget-container {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 25px !important;
  }
}
@media screen and (max-width: 1199px) {
  .individual_page-thumb_wrap {
    max-width: 550px !important;
  }
}
@media screen and (max-width: 991px) {
  .individual_page-thumb_wrap {
    max-width: 450px !important;
  }
}
@media screen and (max-width: 767px) {
  .individual_page-thumb_wrap {
    max-width: 360px !important;
  }
}

/* |=>  Child Listing for Parent Page  <=| */
.caseStudies_thumb_carousel {
  --cstc-H: 250px;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .caseStudies_thumb_carousel {
    --cstc-H: 200px;
  }
}
@media screen and (min-width: 992px) {
  .caseStudies_thumb_carousel {
    --cstc-H: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .caseStudies_thumb_carousel {
    --cstc-H: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .caseStudies_thumb_carousel {
    --cstc-H: 300px;
  }
}
@media screen and (min-width: 1850px) {
  .caseStudies_thumb_carousel {
    --cstc-H: 380px;
  }
}
.caseStudies_thumb_carousel .slick-slide {
  padding: 10px;
}
.caseStudies_thumb_carousel .cstc_thumb {
  background-color: var(--tw--global--primary-opacity-01);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: var(--cstc-H);
  line-height: 0;
  margin: 0 !important;
  overflow: hidden;
  width: 100%;
}
.caseStudies_thumb_carousel .cstc_thumb img {
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

/* |=>  Thank You & Error Page  <=| */
.title_thankYou {
  font-size: 50px !important;
  font-size: 3.125rem !important;
  font-weight: 700;
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  .title_thankYou {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .title_thankYou {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .title_thankYou {
    font-size: 100px !important;
    font-size: 6.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .title_thankYou {
    font-size: 124px !important;
    font-size: 7.75rem !important;
  }
}

@media screen and (max-width: 1599px) {
  .thank-you-image img {
    max-width: 75% !important;
  }
}

.title_error {
  --text-md: 6px;
  --text-lg: 17px;
}
.title_error .text-lg {
  font-size: calc(var(--text-lg) * 2.8);
  line-height: 1 !important;
}
.title_error .text-sm {
  font-size: calc(var(--text-md) * 2.8);
}
@media screen and (min-width: 768px) {
  .title_error .text-lg {
    font-size: calc(var(--text-lg) * 3.2);
  }
  .title_error .text-sm {
    font-size: calc(var(--text-md) * 3.2);
  }
}
@media screen and (min-width: 1200px) {
  .title_error .text-lg {
    font-size: calc(var(--text-lg) * 3);
  }
  .title_error .text-sm {
    font-size: calc(var(--text-md) * 3);
  }
}
@media screen and (min-width: 1600px) {
  .title_error .text-lg {
    font-size: calc(var(--text-lg) * 4.5);
  }
  .title_error .text-sm {
    font-size: calc(var(--text-md) * 4.5);
  }
}
@media screen and (min-width: 1800px) {
  .title_error .text-lg {
    font-size: calc(var(--text-lg) * 5);
  }
  .title_error .text-sm {
    font-size: calc(var(--text-md) * 5);
  }
}

.project_map iframe {
  height: 150px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .project_map iframe {
    height: 200px;
  }
}
@media screen and (min-width: 1600px) {
  .project_map iframe {
    height: 300px;
  }
}

.testimonial_wrapper {
  border: 1px solid var(--tw--global--black-opacity-02);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 25px 20px;
}
.testimonial_wrapper blockquote {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 !important;
  padding: 0 !important;
}
.testimonial_wrapper .testim_author_info {
  border-top: 1px solid var(--tw--global--black-opacity-02);
  margin-top: 15px;
  padding-top: 15px;
}
.testimonial_wrapper .avatar {
  background-color: var(--tw--global--color-white);
  border: 1px solid var(--tw--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: var(--tw--global--color-white);
  font-size: 30px !important;
  font-size: 1.875rem !important;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 1;
  position: relative;
  width: 50px;
}
.testimonial_wrapper .avatar > * {
  position: relative;
  z-index: 3;
}
.testimonial_wrapper .avatar span {
  top: -3px;
}
.testimonial_wrapper .avatar:before {
  background-color: var(--tw--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  height: calc(100% - 6px);
  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%);
  width: calc(100% - 6px);
  z-index: 1;
}
.testimonial_wrapper .name {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 500;
  line-height: 1.1;
  padding-left: 8px;
}
.testimonial_wrapper .name small {
  color: #7c7c7c;
  display: block;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 500;
}
.testimonial_wrapper .quote_icon {
  font-style: normal;
  padding-left: 10px;
}
.testimonial_wrapper .quote_icon svg {
  fill: var(--tw--global--color-primary);
  height: 25px !important;
  width: auto !important;
}

.testimonialSlider_home {
  margin-left: -10px;
  margin-right: -10px;
}

/* ===========================
          Faq
=========================== */
.faq_accordion .accordion_grid {
  border-bottom: 1px solid var(--tw--global--black-opacity-03);
}
.faq_accordion .expand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  margin: 0 0 auto auto !important;
  padding: 19px 0 0 15px !important;
  position: relative;
}
.faq_accordion .expand svg {
  display: block;
  fill: var(--tw--global--color-primary);
  height: 16px !important;
  position: relative;
  width: 16px !important;
}
.faq_accordion .title {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.3;
  min-height: 66px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  color: var(--tw--global--color-base-text);
}
.faq_accordion .title > * {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: none;
  line-height: inherit;
}
@media screen and (min-width: 768px) {
  .faq_accordion .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .faq_accordion .title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    min-height: 66px;
  }
}
.faq_accordion .faq_content {
  background-color: transparent;
  color: var(--tw--global--color-base-text);
  display: none;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  padding-bottom: 20px;
  padding-right: 40px;
}
@media screen and (min-width: 576px) {
  .faq_accordion .faq_content {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .faq_accordion .faq_content {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.faq_accordion .faq_content p,
.faq_accordion .faq_content li {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.faq_accordion .faq_content p a,
.faq_accordion .faq_content li a {
  color: var(--tw--global--color-primary);
  text-decoration: underline !important;
}
.faq_accordion .faq_content p a:hover,
.faq_accordion .faq_content li a:hover {
  color: var(--tw--global--color-secondary);
  text-decoration: none !important;
}
.faq_accordion .accordion_grid.opened .expand svg #vLine {
  display: none !important;
}

.ev_blog_posts {
  position: relative;
}
.ev_blog_posts .ev_post_thumb {
  background-color: var(--tw--global--black-opacity-01);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
.ev_blog_posts .ev_post_thumb a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 0;
  width: 100%;
}
.ev_blog_posts .post_title {
  color: var(--tw--global--color-base-text);
  font-size: 19px !important;
  font-size: 1.1875rem !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .ev_blog_posts .post_title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .ev_blog_posts .post_title {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .ev_blog_posts .post_title {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .ev_blog_posts .post_title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.ev_blog_posts .post_title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.ev_blog_posts .post_title a:hover {
  color: var(--tw--global--color-primary);
}
.ev_blog_posts .btn_modes {
  align-items: center;
  background-color: var(--tw--global--color-primary);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: var(--tw--global--color-black);
  display: inline-flex;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  height: 32px;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.ev_blog_posts .btn_modes svg {
  fill: var(--tw--global--color-primary);
  height: 18px;
  margin-right: 8px;
  width: 18px;
}
.ev_blog_posts .btn_modes.bg_white {
  background-color: var(--tw--global--color-white);
  color: var(--tw--global--color-base-text);
  font-weight: 300;
}
.ev_blog_posts .btn_modes.has-border {
  border: 1px solid #d7d7d7;
}
.ev_blog_posts .btn_modes:not(:last-child) {
  margin-right: 15px;
}
.ev_blog_posts a.btn_modes.has-border:hover {
  border-color: var(--tw--global--color-primary);
  color: var(--tw--global--color-primary);
}
.ev_blog_posts .ev_post_info-top {
  padding-bottom: 0.4em;
  padding-top: 0.6em;
}

.blog_listing .ev_blog_posts .post_title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.1em;
  max-height: 2.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_listing .first_post .ev_blog_posts {
  flex-direction: column;
}
.blog_listing .first_post .ev_blog_posts .post_title {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .blog_listing .first_post .ev_blog_posts .post_title {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_listing .first_post .ev_blog_posts .post_title {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_listing .first_post .ev_blog_posts .post_title {
    font-size: 43px !important;
    font-size: 2.6875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .blog_listing .first_post .ev_blog_posts .post_title {
    font-size: 46px !important;
    font-size: 2.875rem !important;
  }
}
.blog_listing .first_post .ev_blog_posts .ev_post_info-top {
  padding-bottom: 1.2em;
  padding-top: 1.6em;
}
.blog_listing .first_post .ev_blog_posts .ev_post_brief {
  padding-top: 20px;
}
.blog_listing .first_post .ev_blog_posts .ev_post_descp a {
  color: var(--tw--global--color-base-text);
  font-weight: 500;
  text-decoration: none !important;
  text-transform: uppercase;
}
.blog_listing .first_post .ev_blog_posts .ev_post_descp a:hover {
  color: var(--tw--global--color-primary);
}
.blog_listing .listing_wrapper .ev_blog_posts {
  align-items: center;
  flex-wrap: nowrap;
}
.blog_listing .listing_wrapper .ev_blog_posts .ev_post_thumb {
  flex: 0 0 134px;
  width: 134px;
}
.blog_listing .listing_wrapper .ev_blog_posts .ev_post_brief {
  padding-left: 15px;
}
.blog_listing .listing_wrapper .ev_blog_posts .ev_post_descp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  max-height: 3.9em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog_listing .listing_wrapper .ev_blog_posts .btn_modes {
  font-size: 10px !important;
  font-size: 0.625rem !important;
  height: 27px;
  padding-left: 10px;
  padding-right: 10px;
}
.blog_listing .listing_wrapper .ev_blog_posts .btn_modes.bg_white {
  display: none !important;
}
.blog_listing .listing_wrapper .ev_blog_posts:not(:last-child) {
  margin-bottom: 20px;
}
.blog_listing.single_post .ev_post_info-top {
  padding-bottom: 20px;
}
.blog_listing.single_post .ev_post_thumb {
  max-height: 490px;
}
.blog_listing.single_post .ev_post_thumb img {
  max-height: 490px;
}
.blog_listing.single_post .ev_post_descp h2 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media screen and (min-width: 768px) {
  .blog_listing.single_post .ev_post_descp h2 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_listing.single_post .ev_post_descp h2 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_listing.single_post .ev_post_descp h2 {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .blog_listing.single_post .ev_post_descp h2 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
.blog_listing.single_post .ev_post_descp h3 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .blog_listing.single_post .ev_post_descp h3 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_listing.single_post .ev_post_descp h3 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_listing.single_post .ev_post_descp h3 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .blog_listing.single_post .ev_post_descp h3 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
.blog_listing.single_post .ev_post_descp h4 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .blog_listing.single_post .ev_post_descp h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_listing.single_post .ev_post_descp h4 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_listing.single_post .ev_post_descp h4 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .blog_listing.single_post .ev_post_descp h4 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.blog_listing.single_post .ev_post_descp h5 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .blog_listing.single_post .ev_post_descp h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_listing.single_post .ev_post_descp h5 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_listing.single_post .ev_post_descp h5 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .blog_listing.single_post .ev_post_descp h5 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
.blog_listing.single_post .ev_post_descp h6 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .blog_listing.single_post .ev_post_descp h6 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .blog_listing.single_post .ev_post_descp h6 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .blog_listing.single_post .ev_post_descp h6 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .blog_listing.single_post .ev_post_descp h6 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}

/* |=>  Blog Sidebar Widget  <=| */
.ev_blog-sidebar {
  background-color: var(--tw--global--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 15px var(--tw--global--black-opacity-02);
  -webkit-box-shadow: 0 1px 15px var(--tw--global--black-opacity-02);
  padding: 15px 25px;
}

.ev_blog_widget-category {
  padding-bottom: 10px;
  text-align: left;
}
.ev_blog_widget-category .ev_widget_thumb {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

.ev_widget_title {
  color: var(--tw--global--color-black);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}
.ev_widget_title a {
  color: inherit;
}
.ev_widget_title a:hover {
  color: var(--tw--global--color-primary);
}
.ev_widget_title.styled {
  background-color: var(--tw--global--color-secondary);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  color: var(--tw--global--color-white);
  font-weight: 500;
  height: 42px;
  padding: 0 22px;
}
.ev_widget_title.styled .icon_wrapper {
  flex: 0 0 30px;
  line-height: 0;
  padding-right: 5px;
  width: 30px;
}
.ev_widget_title.styled svg {
  fill: var(--tw--global--color-white);
  height: 18px !important;
  width: auto !important;
}

.ev_widget_content ul li {
  line-height: 1;
  padding: 15px 10px 15px 20px;
  text-align: left;
}
.ev_widget_content ul li:not(:last-child) {
  border-bottom: 1px solid var(--tw--global--color-primary);
}
.ev_widget_content ul a {
  color: var(--tw--global--color-base-text);
  display: inline-flex;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
  text-decoration: none !important;
}
.ev_widget_content ul a:before {
  background-color: var(--tw--global--color-black);
  border: 2px solid var(--tw--global--color-black);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center center;
  top: 7px;
  width: 6px;
}
.ev_widget_content ul a:hover {
  color: var(--tw--global--color-primary);
}
.ev_widget_content ul a:hover:before {
  background-color: var(--tw--global--color-white);
  border-color: var(--tw--global--color-primary);
  height: 10px;
  left: -3px;
  top: 5px;
  width: 10px;
}

.feedBtn {
  background-color: var(--tw--global--color-primary);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: var(--tw--global--color-base-text);
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 600;
  height: 42px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.feedBtn svg {
  fill: var(--tw--global--color-base-text);
  height: 16px !important;
  margin-right: 10px;
  width: 16px !important;
}
.feedBtn:hover {
  background-color: var(--tw--global--color-secondary);
  color: var(--tw--global--color-white);
}
.feedBtn:hover svg {
  fill: var(--tw--global--color-white);
}

.footer_social_media {
  border-top: 1px solid var(--tw--global--white-opacity-05);
  margin-top: 15px;
  padding-top: 15px;
}
.footer_social_media .social_title {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 200;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .footer_social_media .social_title {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .footer_social_media .social_title {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .footer_social_media .social_title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .footer_social_media .social_title {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
.footer_social_media .social_links {
  gap: 8px;
  line-height: 1;
}
.footer_social_media .social_links a {
  align-items: center;
  display: inline-flex;
  line-height: 1;
  position: relative;
}
.footer_social_media .social_links a svg {
  fill: var(--tw--global--color-white);
  height: 18px !important;
  width: auto !important;
}
.footer_social_media .social_links a:hover svg {
  fill: var(--tw--global--color-primary);
}

.sm_white .footer_social_media {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.sm_white .footer_social_media .social_title {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .sm_white .footer_social_media .social_title {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .sm_white .footer_social_media .social_title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .sm_white .footer_social_media .social_title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .sm_white .footer_social_media .social_title {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (max-width: 574px) {
  .sm_white .footer_social_media .social_title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.sm_white .footer_social_media .social_links a svg {
  height: 23px !important;
}
@media screen and (min-width: 768px) {
  .sm_white .elementor-shortcode {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
  }
  .sm_white .elementor-shortcode .footer_social_media {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .sm_white .footer_social_media {
    margin-top: -62px;
  }
}
@media screen and (min-width: 992px) {
  .sm_white .footer_social_media {
    margin-top: -55px;
  }
}
@media screen and (min-width: 1200px) {
  .sm_white .footer_social_media {
    margin-top: -55px;
  }
}
@media screen and (min-width: 1600px) {
  .sm_white .footer_social_media {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1800px) {
  .sm_white .footer_social_media {
    margin-top: -80px;
  }
}

.social_col_grid .footer_social_media {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .social_col_grid .footer_social_media {
    align-items: flex-start;
    flex-direction: column;
  }
}
.social_col_grid .footer_social_media .social_title {
  font-weight: 300;
  padding-bottom: 3px;
}
@media screen and (min-width: 1600px) {
  .social_col_grid .footer_social_media .social_title {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .social_col_grid .footer_social_media .social_links {
    gap: 0;
  }
  .social_col_grid .footer_social_media .social_links a:not(:last-child) {
    margin-right: 15px;
  }
}

.project_footer {
  background-color: #002400;
}
.project_footer .footer_top .tw-row {
  justify-content: center;
}
.project_footer .footer_logo {
  display: flex;
  line-height: 1;
  max-height: 60px;
}
.project_footer .footer_logo img {
  display: block;
  max-height: 60px;
}
.project_footer .short_description {
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.6;
  padding-top: 12px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .project_footer .short_description {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .project_footer .short_description {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .project_footer .short_description {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .project_footer .short_description {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.project_footer .footer_bottom {
  background-color: #001b00;
  padding-bottom: 10px;
  padding-top: 10px;
}
.project_footer .footer_bottom p {
  margin-bottom: 0 !important;
}
.project_footer .footer_bottom a {
  color: var(--tw--global--white-opacity-06) !important;
  text-decoration: none !important;
}
.project_footer .footer_bottom a:hover {
  color: var(--tw--global--color-primary) !important;
}
.project_footer.rem_backBtn .back-btn {
  display: none !important;
}

@media screen and (min-width: 575px) {
  .tw-col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .childListing_inrPage .page_thumb {
    height: 157px;
  }
  .childListing_inrPage .page_briefs {
    padding: 15px;
  }
  .childListing_inrPage .short_brief {
    padding-top: 10px;
  }
  .childListing_inrPage .btn_wrap {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .ipad-clear {
    display: block;
  }
  .project_header .headerRight_topCol {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .project_header .headerRight_topCol > *:not(:last-child) {
    padding-right: 20px;
  }
  .project_header .quickCall svg {
    height: 28px;
  }
  .project_header .quickCall .numInfo {
    padding-left: 7px;
  }
  .project_header .quickCall small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    padding-bottom: 3px;
  }
  .project_header .quickCall .number {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .project_banner .container {
    padding-top: 96px;
  }
  .project_banner .text_layer-3 img {
    max-height: 40px;
  }
  .project_banner.inner .banner_text_wrapper {
    flex: 0 0 60%;
    padding-right: 10px;
    width: 60%;
  }
  .project_banner.inner .image_wrapper {
    flex: 0 0 40%;
    margin-top: auto;
    width: 40%;
  }
  .bnr_btm_icon_section .elementor-widget-icon-box .elementor-widget-container {
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper:before {
    right: -40px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper:after {
    bottom: -30px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    height: 85px !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-description {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .child_listing_iconImg_box > * {
    flex: 0 0 50%;
  }
  .cliBox-wrapper .cliBox-iconwrapper {
    right: 30px;
  }
  .cliBox-wrapper .cliBox-contentWrap {
    padding: 20px;
  }
  .cliBox-wrapper .cliBox-title {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    padding-bottom: 5px !important;
  }
  .cliBox-wrapper .cliBox-short {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .cliBox-wrapper .cliBox-btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .cliBox-wrapper .cliBox-btn svg {
    height: 13px !important;
  }
  .imageBgBox_wrapper .imgBox_title {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
  .testimonial_wrapper {
    padding: 25px 20px;
  }
  .testimonial_wrapper blockquote {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .testimonial_wrapper .testim_author_info {
    margin-top: 15px;
    padding-top: 15px;
  }
  .testimonial_wrapper .avatar {
    font-size: 32px !important;
    font-size: 2rem !important;
    height: 52px;
    width: 52px;
  }
  .testimonial_wrapper .avatar:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
  .testimonial_wrapper .name {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    padding-left: 10px;
  }
  .testimonial_wrapper .name small {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .testimonial_wrapper .quote_icon {
    padding-left: 8px;
  }
  .testimonial_wrapper .quote_icon svg {
    height: 24px !important;
  }
  .loc_info_wrapper > *:not(:last-child) {
    padding-bottom: 15px;
  }
  .loc_info_wrapper .loc_info_col > ul .icon_wrap {
    flex: 0 0 30px;
    padding-top: 5px;
    width: 30px;
  }
  .loc_info_wrapper .loc_info_col.icon_pos_btm > ul .icon_wrap {
    padding-bottom: 8px;
  }
  .loc_info_wrapper .icon_wrapper svg {
    height: 17px !important;
    width: 17px !important;
  }
  .loc_info_wrapper .call_wrap small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .footer-col-info {
    flex: 0 0 45%;
    width: 45%;
  }
  .footer-col-address {
    flex: 0 0 45%;
    width: 45%;
  }
  .footer_social_media {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer_social_media .social_links {
    gap: 12px;
    line-height: 1;
  }
  .footer_social_media .social_links a svg {
    height: 21px !important;
  }
  .project_footer .footer_logo {
    max-height: 70px;
  }
  .project_footer .footer_logo img {
    max-height: 70px;
  }
  .project_footer .short_description {
    padding-top: 15px;
  }
  .project_footer .footer_bottom {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .case_studies_thumb {
    margin-top: 20px;
  }
  .case_studies_thumb .csb_logo_thumb {
    height: 165px;
  }
  .case_studies_thumb .csb_logo_thumb img {
    max-height: 92px;
  }
  .csb_wrapper {
    align-items: center;
    padding: 30px;
  }
  .csb_wrapper .brief_wrapper {
    flex-grow: 1;
    padding-right: 20px;
  }
  .csb_wrapper .csb_logo {
    flex: 0 0 160px;
    width: 160px;
  }
  .csb_wrapper .csb_subTitle {
    padding-top: 6px;
  }
  .csb_wrapper .csb_cnt {
    padding-top: 10px;
  }
  .csb_wrapper .btn_wrap {
    padding-top: 11px;
  }
  .case_studies_thumb {
    margin-top: 15px;
  }
  .case_studies_thumb .csb_logo_thumb {
    height: 120px;
  }
  .case_studies_thumb .csb_logo_thumb img {
    max-height: 60px;
    max-width: 120px;
  }
  .childListing_inrPage .page_thumb {
    height: 205px;
  }
  .childListing_inrPage .page_briefs {
    padding: 20px;
  }
  .childListing_inrPage .short_brief {
    padding-top: 10px;
  }
  .childListing_inrPage .btn_wrap {
    padding-top: 12px;
  }
  .blog_listing .first_post {
    flex: 0 0 55%;
    width: 55%;
  }
  .blog_listing .listing_wrapper {
    flex: 0 0 45%;
    padding-left: 50px;
    width: 45%;
  }
  .blog_listing .listing_wrapper {
    padding-left: 30px;
  }
  .ev_blog_posts .btn_modes {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 32px;
  }
  .ev_blog_posts .btn_modes svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
  }
  .ev_blog_posts .btn_modes:not(:last-child) {
    margin-right: 10px;
  }
  .blog_listing .first_post .ev_blog_posts .ev_post_thumb {
    height: 322px;
  }
  .blog_listing .first_post .ev_blog_posts .ev_post_brief {
    padding-top: 12px;
  }
  .blog_listing .listing_wrapper .ev_blog_posts .ev_post_thumb {
    flex: 0 0 124px;
    min-height: 160px;
    width: 124px;
  }
  .blog_listing .listing_wrapper .ev_blog_posts .ev_post_brief {
    padding-left: 15px;
  }
  .blog_listing .listing_wrapper .ev_blog_posts .btn_modes {
    font-size: 10px !important;
    font-size: 0.625rem !important;
    height: 27px;
  }
  .ev_blog-sidebar {
    padding: 25px 40px;
  }
  .ev_blog_widget-category {
    padding-bottom: 8px;
  }
  .ev_blog_widget-category .ev_widget_thumb {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .ev_widget_title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .ev_widget_title.styled {
    height: 46px;
    padding: 0 20px;
  }
  .ev_widget_title.styled .icon_wrapper {
    flex: 0 0 30px;
    padding-right: 5px;
    width: 30px;
  }
  .ev_widget_title.styled svg {
    height: 20px !important;
  }
  .ev_widget_content ul li {
    padding: 10px 5px 10px 15px;
  }
  .ev_widget_content ul a {
    font-size: 16px !important;
    font-size: 1rem !important;
    padding-left: 15px;
  }
  .ev_widget_content ul a:before {
    height: 5px;
    top: 7px;
    width: 5px;
  }
  .ev_widget_content ul a:hover:before {
    height: 10px;
    left: -3px;
    top: 5px;
    width: 10px;
  }
  .feedBtn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 50px;
  }
  .feedBtn svg {
    height: 15px !important;
    margin-right: 10px;
    width: 15px !important;
  }
}
@media screen and (min-width: 992px) {
  .tw-col-lg-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .tw-col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .ipad-lg-clear {
    display: block;
  }
  .project_banner .text_layer-3 img {
    max-height: 50px;
  }
  .project_banner.inner .banner_text_wrapper {
    flex: 0 0 56%;
    padding-right: 30px;
    width: 56%;
  }
  .project_banner.inner .image_wrapper {
    flex: 0 0 44%;
    width: 44%;
  }
  .bnr_btm_icon_section .elementor-widget-icon-box .elementor-widget-container {
    padding-bottom: 15px;
    padding-top: 30px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon:before {
    right: -40px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon:after {
    bottom: -25px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    height: 60px !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-description {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
  .child_listing_bgImg_box > * {
    flex: 0 0 50%;
    width: 50%;
  }
  .imageBgBox_wrapper .imgBox_title {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .footer-col-info {
    flex: 0 0 45%;
    width: 45%;
  }
  .footer-col-address {
    flex: 0 0 35%;
    width: 35%;
  }
  .childListing_inrPage .page_thumb {
    height: 181px;
  }
  .blog_listing .listing_wrapper {
    padding-left: 40px;
  }
  .blog_listing .first_post .ev_blog_posts .ev_post_thumb {
    height: 433px;
  }
  .elementor-element-d54248d {
    margin-left: -1px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .project_header .container .mob_trigger {
    position: absolute;
    right: 0;
  }
  .project_header .header_right {
    padding-right: 50px;
  }
  .project_banner.home [class*=text_layer-] {
    text-shadow: 1px 0 10px var(--tw--global--white-opacity-07);
  }
  .project_banner.home .container {
    min-height: 350px;
  }
  .project_banner.home .container .banner_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 350px;
    position: relative;
    width: 62%;
    z-index: 3;
  }
  .project_banner.home .container .image_wrapper {
    height: 300px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 300px;
    z-index: 1;
  }
  .project_banner.home .container .image_wrapper .slider_wrapper {
    height: 300px;
    width: 300px;
  }
  .footer-col-info {
    margin-right: auto !important;
    padding-right: 20px !important;
  }
  .footer-col-address {
    display: flex;
    justify-content: flex-end;
    padding-left: 20px !important;
  }
  .ev_blog_widget-category {
    text-align: center;
  }
  .ev_blog_widget-category .ev_widget_title {
    text-align: center;
  }
  .footer_menu {
    border-top: 1px solid var(--tw--global--white-opacity-05);
    margin-top: 20px;
    padding-top: 30px;
  }
  .footer-col-address {
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .project_banner.home .image_wrapper {
    height: 350px;
    width: 350px;
  }
  .project_banner.home .image_wrapper .slider_wrapper {
    height: 350px;
    width: 350px;
  }
  .project_banner.home .container {
    min-height: 370px;
  }
  .project_banner.home .container .banner_text_wrapper {
    min-height: 350px;
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .tw-col-xl-3 {
    flex: 0 0 25%;
    width: 25%;
  }
  .tw-col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-xl-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .tw-col-xl-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .desktop-clear {
    display: block;
  }
  .project_header .header_right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .project_header .quickCall svg {
    height: 28px;
  }
  .project_header .quickCall .numInfo {
    padding-left: 7px;
  }
  .project_header .quickCall small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    padding-bottom: 3px;
  }
  .project_header .quickCall .number {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .project_header .headerRight_bottomCol {
    padding-top: 5px;
  }
  .project_banner .container {
    padding-top: 110px;
  }
  .project_banner .banner_text_wrapper {
    flex-grow: 1;
    padding-right: 30px;
  }
  .project_banner .text_layer-3 img {
    max-height: 50px;
  }
  .project_banner.home .image_wrapper {
    height: 440px;
    width: 440px;
  }
  .project_banner.home .image_wrapper .slider_wrapper {
    height: 440px;
    width: 440px;
  }
  .project_banner.home .banner_text_wrapper {
    flex: 0 0 calc(100% - 440px);
    width: calc(100% - 440px);
  }
  .project_banner.home .container {
    height: 100vh;
    max-height: 920px;
    min-height: 460px;
  }
  .project_banner.inner .container {
    height: 400px;
  }
  .bnr_btm_icon_section .elementor-widget-icon-box .elementor-widget-container {
    padding-bottom: 0px;
    padding-top: 10px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper:before {
    right: -40px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper:after {
    bottom: -10px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    height: 66px !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-description {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
  .child_listing_iconImg_box > * {
    flex: 0 0 25%;
  }
  .cliBox-wrapper .cliBox-iconwrapper {
    right: 30px;
  }
  .cliBox-wrapper .cliBox-contentWrap {
    padding: 25px 15px 15px;
  }
  .cliBox-wrapper .cliBox-title {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    padding-bottom: 5px !important;
  }
  .cliBox-wrapper .cliBox-short {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .cliBox-wrapper .cliBox-btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .cliBox-wrapper .cliBox-btn svg {
    height: 12px !important;
  }
  .imageBgBox_wrapper .full_link:before {
    height: 75%;
  }
  .imageBgBox_wrapper .imgBox_title {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
  .testimonial_wrapper {
    padding: 25px 20px;
  }
  .testimonial_wrapper blockquote {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .testimonial_wrapper .testim_author_info {
    margin-top: 15px;
    padding-top: 15px;
  }
  .testimonial_wrapper .avatar {
    font-size: 32px !important;
    font-size: 2rem !important;
    height: 52px;
    width: 52px;
  }
  .testimonial_wrapper .avatar:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
  .testimonial_wrapper .name {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    padding-left: 10px;
  }
  .testimonial_wrapper .name small {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .testimonial_wrapper .quote_icon {
    padding-left: 8px;
  }
  .testimonial_wrapper .quote_icon svg {
    height: 24px !important;
  }
  .loc_info_wrapper > *:not(:last-child) {
    padding-bottom: 10px;
  }
  .loc_info_wrapper .loc_info_col > ul .icon_wrap {
    flex: 0 0 25px;
    padding-top: 4px;
    width: 25px;
  }
  .loc_info_wrapper .loc_info_col.icon_pos_btm > ul .icon_wrap {
    padding-bottom: 6px;
  }
  .loc_info_wrapper .icon_wrapper svg {
    height: 16px !important;
    width: 16px !important;
  }
  .loc_info_wrapper .call_wrap small {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
  .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .footer-col-info {
    flex: 0 0 29%;
    order: 1;
    width: 29%;
  }
  .footer-col-address {
    flex: 0 0 23%;
    order: 3;
    width: 23%;
  }
  .footer-col-menu {
    flex: 0 0 48%;
    order: 2;
    width: 48%;
  }
  .footer_social_media {
    margin-top: 12px;
    padding-top: 12px;
  }
  .footer_social_media .social_links {
    gap: 8px;
    line-height: 1;
  }
  .footer_social_media .social_links a svg {
    height: 19px !important;
  }
  .project_footer .footer_logo {
    max-height: 60px;
  }
  .project_footer .footer_logo img {
    max-height: 60px;
  }
  .project_footer .short_description {
    padding-top: 10px;
  }
  .project_footer .footer_bottom {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .testimonialSlider_home .slick_prev {
    left: -30px;
  }
  .testimonialSlider_home .slick_next {
    right: -30px !important;
  }
  .case_studies_slider_container .case_studies_thumb {
    margin-left: -100px;
    width: calc(100% + 100px);
  }
  .csb_wrapper {
    padding: 20px;
  }
  .csb_wrapper .brief_wrapper {
    padding-right: 15px;
  }
  .csb_wrapper .csb_logo {
    flex: 0 0 130px;
    width: 130px;
  }
  .csb_wrapper .csb_subTitle {
    padding-top: 6px;
  }
  .csb_wrapper .csb_cnt {
    padding-top: 10px;
  }
  .csb_wrapper .btn_wrap {
    padding-top: 11px;
  }
  .case_studies_thumb {
    margin-top: 15px;
  }
  .case_studies_thumb .csb_logo_thumb {
    height: 120px;
  }
  .case_studies_thumb .csb_logo_thumb img {
    max-height: 60px;
    max-width: 120px;
  }
  .childListing_inrPage .page_thumb {
    height: 167px;
  }
  .childListing_inrPage .page_briefs {
    padding: 15px;
  }
  .childListing_inrPage .short_brief {
    padding-top: 8px;
  }
  .childListing_inrPage .btn_wrap {
    padding-top: 10px;
  }
  .blog_listing {
    padding-right: 20px;
  }
  .blog_listing .listing_wrapper {
    padding-left: 30px;
  }
  .blog_listing .first_post .ev_blog_posts .ev_post_thumb {
    height: 347px;
  }
  .ev_blog-sidebar {
    padding: 15px 25px;
  }
  .ev_blog_widget-category {
    padding-bottom: 8px;
  }
  .ev_blog_widget-category .ev_widget_thumb {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .ev_widget_title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .ev_widget_title.styled {
    height: 50px;
    padding: 0 20px;
  }
  .ev_widget_title.styled .icon_wrapper {
    flex: 0 0 30px;
    padding-right: 5px;
    width: 30px;
  }
  .ev_widget_title.styled svg {
    height: 20px !important;
  }
  .ev_widget_content ul li {
    padding: 10px 5px 10px 15px;
  }
  .ev_widget_content ul a {
    font-size: 16px !important;
    font-size: 1rem !important;
    padding-left: 15px;
  }
  .ev_widget_content ul a:before {
    height: 5px;
    top: 7px;
    width: 5px;
  }
  .ev_widget_content ul a:hover:before {
    height: 10px;
    left: -3px;
    top: 5px;
    width: 10px;
  }
  .feedBtn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 50px;
  }
  .feedBtn svg {
    height: 15px !important;
    margin-right: 10px;
    width: 15px !important;
  }
  .btm-addressNInfo {
    width: calc(100% + 150px) !important;
  }
  .caseStudies_thumb_carousel .slick_prev,
  .caseStudies_thumb_carousel .slick_next {
    background-color: transparent;
  }
  .caseStudies_thumb_carousel .slick_prev:hover svg,
  .caseStudies_thumb_carousel .slick_next:hover svg {
    fill: var(--tw--global-color-secondary);
  }
  .caseStudies_thumb_carousel .slick_prev {
    left: -41%;
  }
  .caseStudies_thumb_carousel .slick_next {
    left: -41%;
    margin-left: 60px;
    right: auto !important;
  }
}
@media screen and (min-width: 1600px) {
  .project_header .quickCall svg {
    height: 46px;
  }
  .project_header .quickCall .numInfo {
    padding-left: 10px;
  }
  .project_header .quickCall small {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding-bottom: 5px;
  }
  .project_header .quickCall .number {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
  .project_header .headerRight_bottomCol {
    padding-top: 10px;
  }
  .project_header.slim .project_logo a {
    height: calc(var(--logoHeight) - 35px);
  }
  .project_banner .container {
    padding-top: 140px;
  }
  .project_banner .button_group > *:not(:last-child) {
    margin-right: 25px;
  }
  .project_banner .text_layer-3 img {
    max-height: 70px;
  }
  .project_banner.home .image_wrapper {
    height: 580px;
    width: 580px;
  }
  .project_banner.home .image_wrapper .slider_wrapper {
    height: 580px;
    width: 580px;
  }
  .project_banner.home .banner_text_wrapper {
    flex: 0 0 calc(100% - 580px);
    width: calc(100% - 580px);
  }
  .project_banner.inner .container {
    height: 525px;
  }
  .bnr_btm_icon_section .elementor-widget-icon-box .elementor-widget-container {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon:before {
    right: -40px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon:after {
    bottom: -10px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    height: 96px !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-description {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .cliBox-wrapper .cliBox-iconwrapper {
    right: 25px;
  }
  .cliBox-wrapper .cliBox-contentWrap {
    padding: 45px 30px 30px;
  }
  .cliBox-wrapper .cliBox-short {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .cliBox-wrapper .cliBox-title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    padding-bottom: 15px !important;
  }
  .cliBox-wrapper .cliBox-btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .cliBox-wrapper .cliBox-btn svg {
    height: 15px !important;
  }
  .imageBgBox_wrapper .imgBox_title {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
  .testimonial_wrapper {
    padding: 30px 24px;
  }
  .testimonial_wrapper blockquote {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .testimonial_wrapper .testim_author_info {
    margin-top: 24px;
    padding-top: 24px;
  }
  .testimonial_wrapper .avatar {
    font-size: 32px !important;
    font-size: 2rem !important;
    height: 62px;
    width: 62px;
  }
  .testimonial_wrapper .avatar:before {
    height: calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .testimonial_wrapper .name {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    padding-left: 10px;
  }
  .testimonial_wrapper .name small {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .testimonial_wrapper .quote_icon {
    padding-left: 10px;
  }
  .testimonial_wrapper .quote_icon svg {
    height: 32px !important;
  }
  .loc_info_wrapper > *:not(:last-child) {
    padding-bottom: 15px;
  }
  .loc_info_wrapper .loc_info_col > ul .icon_wrap {
    flex: 0 0 30px;
    padding-top: 5px;
    width: 30px;
  }
  .loc_info_wrapper .loc_info_col.icon_pos_btm > ul .icon_wrap {
    padding-bottom: 8px;
  }
  .loc_info_wrapper .icon_wrapper svg {
    height: 17px !important;
    width: 17px !important;
  }
  .loc_info_wrapper .call_wrap small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .footer_social_media {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer_social_media .social_links {
    gap: 12px;
    line-height: 1;
  }
  .footer_social_media .social_links a svg {
    height: 21px !important;
  }
  .project_footer .footer_logo {
    max-height: 80px;
  }
  .project_footer .footer_logo img {
    max-height: 80px;
  }
  .project_footer .short_description {
    padding-top: 15px;
  }
  .project_footer .footer_bottom {
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .testimonialSlider_home .slick_prev {
    left: -40px;
  }
  .testimonialSlider_home .slick_next {
    right: -40px !important;
  }
  .case_studies_slider_container .case_studies_thumb {
    margin-left: -150px;
    width: calc(100% + 150px);
  }
  .csb_wrapper {
    padding: 30px;
  }
  .csb_wrapper .brief_wrapper {
    padding-right: 25px;
  }
  .csb_wrapper .csb_logo {
    flex: 0 0 175px;
    width: 175px;
  }
  .csb_wrapper .csb_subTitle {
    padding-top: 8px;
  }
  .csb_wrapper .csb_cnt {
    padding-top: 12px;
  }
  .csb_wrapper .btn_wrap {
    padding-top: 13px;
  }
  .case_studies_thumb {
    margin-top: 20px;
  }
  .case_studies_thumb .csb_logo_thumb {
    height: 150px;
  }
  .case_studies_thumb .csb_logo_thumb img {
    max-height: 82px;
    max-width: 185px;
  }
  .childListing_inrPage .page_thumb {
    height: 212px;
  }
  .childListing_inrPage .page_briefs {
    padding: 24px;
  }
  .childListing_inrPage .short_brief {
    padding-top: 10px;
  }
  .childListing_inrPage .btn_wrap {
    padding-top: 15px;
  }
  .childListing_inrPage .es_list- ul li:before {
    top: 6px;
  }
  .blog_listing {
    padding-right: 25px;
  }
  .blog_listing .listing_wrapper {
    padding-left: 40px;
  }
  .ev_blog_posts .btn_modes {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 41px;
  }
  .ev_blog_posts .btn_modes svg {
    height: 25px;
    margin-right: 12px;
    width: 25px;
  }
  .ev_blog_posts .btn_modes:not(:last-child) {
    margin-right: 15px;
  }
  .ev_blog_posts .ev_post_info-top {
    padding-bottom: 0.4em;
    padding-top: 0.6em;
  }
  .blog_listing .first_post .ev_blog_posts .ev_post_thumb {
    height: 442px;
  }
  .blog_listing .first_post .ev_blog_posts .ev_post_brief {
    padding-top: 20px;
  }
  .blog_listing .listing_wrapper .ev_blog_posts .ev_post_thumb {
    flex: 0 0 164px;
    min-height: 215px;
    width: 164px;
  }
  .blog_listing .listing_wrapper .ev_blog_posts .ev_post_brief {
    padding-left: 15px;
  }
  .blog_listing .listing_wrapper .ev_blog_posts .btn_modes {
    font-size: 10px !important;
    font-size: 0.625rem !important;
    height: 27px;
  }
  .ev_blog-sidebar {
    padding: 30px 40px;
  }
  .ev_blog_widget-category {
    padding-bottom: 10px;
  }
  .ev_blog_widget-category .ev_widget_thumb {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .ev_widget_title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .ev_widget_title.styled {
    height: 52px;
    padding: 0 30px;
  }
  .ev_widget_title.styled .icon_wrapper {
    flex: 0 0 40px;
    padding-right: 5px;
    width: 40px;
  }
  .ev_widget_title.styled svg {
    height: 24px !important;
  }
  .ev_widget_content ul li {
    padding: 15px 10px 15px 20px;
  }
  .ev_widget_content ul a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    padding-left: 20px;
  }
  .ev_widget_content ul a:before {
    height: 8px;
    top: 9px;
    width: 8px;
  }
  .ev_widget_content ul a:hover:before {
    height: 14px;
    left: -3px;
    top: 6px;
    width: 14px;
  }
  .feedBtn {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    height: 60px;
  }
  .feedBtn svg {
    height: 20px !important;
    margin-right: 12px;
    width: 20px !important;
  }
}
@media screen and (min-width: 1800px) {
  .project_banner .container {
    padding-top: 140px;
  }
  .project_banner .text_layer-3 img {
    max-height: 78px;
  }
  .project_banner.home .image_wrapper {
    height: 740px;
    width: 740px;
  }
  .project_banner.home .image_wrapper .slider_wrapper {
    height: 740px;
    width: 740px;
  }
  .project_banner.home .banner_text_wrapper {
    flex: 0 0 calc(100% - 740px);
    width: calc(100% - 740px);
  }
  .project_banner.inner .container {
    height: 545px;
  }
  .bnr_btm_icon_section .elementor-widget-icon-box .elementor-widget-container {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper:before {
    right: -40px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper:after {
    bottom: -10px;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
    height: 106px !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .bnr_btm_icon_section .elementor-icon-box-wrapper .elementor-icon-box-description {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .cliBox-wrapper .cliBox-iconwrapper {
    right: 25px;
  }
  .cliBox-wrapper .cliBox-contentWrap {
    padding: 45px 30px 30px;
  }
  .cliBox-wrapper .cliBox-title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    padding-bottom: 15px !important;
  }
  .cliBox-wrapper .cliBox-short {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .cliBox-wrapper .cliBox-btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .cliBox-wrapper .cliBox-btn svg {
    height: 15px !important;
  }
  .imageBgBox_wrapper .imgBox_title {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
  .testimonial_wrapper {
    padding: 45px 30px;
  }
  .testimonial_wrapper blockquote {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .testimonial_wrapper .testim_author_info {
    margin-top: 30px;
    padding-top: 30px;
  }
  .testimonial_wrapper .avatar {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
    height: 72px;
    width: 72px;
  }
  .testimonial_wrapper .name {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    padding-left: 12px;
  }
  .testimonial_wrapper .name small {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .testimonial_wrapper .quote_icon {
    padding-left: 10px;
  }
  .testimonial_wrapper .quote_icon svg {
    height: 35px !important;
  }
  .loc_info_wrapper > *:not(:last-child) {
    padding-bottom: 20px;
  }
  .loc_info_wrapper .loc_info_col > ul .icon_wrap {
    flex: 0 0 35px;
    padding-top: 5px;
    width: 35px;
  }
  .loc_info_wrapper .loc_info_col.icon_pos_btm > ul .icon_wrap {
    padding-bottom: 8px;
  }
  .loc_info_wrapper .icon_wrapper svg {
    height: 19px !important;
    width: 19px !important;
  }
  .loc_info_wrapper .call_wrap small {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .loc_info_wrapper .call_wrap a[href^=tel] {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
  .loc_info_size_xl .loc_info_wrapper .loc_info_col > ul .icon_wrap {
    padding-top: 10px;
  }
  .footer_social_media {
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer_social_media .social_links {
    gap: 15px;
    line-height: 1;
  }
  .footer_social_media .social_links a svg {
    height: 23px !important;
  }
  .project_footer .footer_logo {
    max-height: 90px;
  }
  .project_footer .footer_logo img {
    max-height: 90px;
  }
  .project_footer .short_description {
    padding-top: 20px;
  }
  .project_footer .footer_bottom {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .testimonialSlider_home .slick_prev {
    left: -50px;
  }
  .testimonialSlider_home .slick_next {
    right: -50px !important;
  }
  .csb_wrapper {
    padding: 40px;
  }
  .csb_wrapper .brief_wrapper {
    padding-right: 30px;
  }
  .csb_wrapper .csb_logo {
    flex: 0 0 200px;
    width: 200px;
  }
  .csb_wrapper .csb_subTitle {
    padding-top: 10px;
  }
  .csb_wrapper .csb_cnt {
    padding-top: 14px;
  }
  .csb_wrapper .btn_wrap {
    padding-top: 15px;
  }
  .case_studies_thumb {
    margin-top: 40px;
  }
  .case_studies_thumb .csb_logo_thumb {
    height: 165px;
  }
  .case_studies_thumb .csb_logo_thumb img {
    max-height: 92px;
    max-width: 220px;
  }
  .childListing_inrPage .page_thumb {
    height: 240px;
  }
  .childListing_inrPage .page_briefs {
    padding: 30px;
  }
  .childListing_inrPage .short_brief {
    padding-top: 10px;
  }
  .childListing_inrPage .btn_wrap {
    padding-top: 15px;
  }
  .blog_listing {
    padding-right: 30px;
  }
  .blog_listing .listing_wrapper {
    padding-left: 50px;
  }
  .ev_blog_posts .btn_modes {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 41px;
  }
  .ev_blog_posts .btn_modes svg {
    height: 25px;
    margin-right: 12px;
    width: 25px;
  }
  .ev_blog_posts .btn_modes:not(:last-child) {
    margin-right: 15px;
  }
  .ev_blog_posts .ev_post_info-top {
    padding-bottom: 0.4em;
    padding-top: 0.6em;
  }
  .blog_listing .first_post .ev_blog_posts .ev_post_thumb {
    height: 490px;
  }
  .ev_blog-sidebar {
    padding: 40px 50px;
  }
  .ev_blog_widget-category {
    padding-bottom: 15px;
  }
  .ev_blog_widget-category .ev_widget_thumb {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ev_widget_title {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
  .ev_widget_title.styled {
    height: 60px;
    padding: 0 30px;
  }
  .ev_widget_title.styled .icon_wrapper {
    flex: 0 0 40px;
    padding-right: 5px;
    width: 40px;
  }
  .ev_widget_title.styled svg {
    height: 25px !important;
  }
  .ev_widget_content ul li {
    padding: 15px 10px 15px 20px;
  }
  .ev_widget_content ul a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    padding-left: 20px;
  }
  .ev_widget_content ul a:before {
    height: 8px;
    top: 10px;
    width: 8px;
  }
  .ev_widget_content ul a:hover:before {
    height: 14px;
    left: -3px;
    top: 7px;
    width: 14px;
  }
  .feedBtn {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
    height: 70px;
  }
  .feedBtn svg {
    height: 22px !important;
    margin-right: 12px;
    width: 22px !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .container {
    align-items: center;
  }
  .pt-0-deskInvert {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .project_header .quickCall svg {
    height: 38px;
  }
  .project_header .quickCall .numInfo {
    display: none;
  }
  .imageBgBox_wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-b-0-mobOnly {
    padding-bottom: 0 !important;
  }
  .p-t-0-mobOnly {
    padding-top: 0 !important;
  }
  .xs-m-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-p-b-0 {
    padding-bottom: 0 !important;
  }
  .project_header .site_navigation {
    width: 100%;
  }
  .project_header .header_right {
    width: 100%;
  }
  .project_header .headerRight_topCol {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  }
  .project_header.slim .headerRight_topCol {
    margin-top: -350px;
    opacity: 1;
  }
  .project_header.slim .quickCall {
    bottom: 3px;
    position: absolute;
    right: 60px;
    z-index: 3;
  }
  .project_banner.home .image_wrapper {
    height: 450px;
    width: 450px;
  }
  .project_banner.home .image_wrapper .slider_wrapper {
    height: 450px;
    width: 450px;
  }
  .cliBox-wrapper {
    max-width: 340px;
  }
  .cliBox-wrapper .cliBox-iconwrapper {
    right: 30px;
  }
  .cliBox-wrapper .cliBox-contentWrap {
    padding: 20px;
  }
  .cliBox-wrapper .cliBox-title {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    padding-bottom: 5px !important;
  }
  .cliBox-wrapper .cliBox-short {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .cliBox-wrapper .cliBox-btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .cliBox-wrapper .cliBox-btn svg {
    height: 13px !important;
  }
  .csb_wrapper {
    align-items: center;
    flex-direction: column-reverse;
  }
  .csb_wrapper .csb_logo {
    padding-bottom: 15px;
  }
  .csb_wrapper .csb_logo img {
    max-height: 120px;
  }
  .blog_listing .listing_wrapper {
    padding-top: 20px;
  }
  .blog_listing .listing_wrapper .ev_blog_posts {
    flex-wrap: wrap;
    /* .ev_post_thumb {
      @include flex(0,0,134px);
      width: 134px;
    }
    .ev_post_brief {
      padding-left: 15px;
    }
    &:nth-child(even) {
      flex-direction: row-reverse;
      .ev_post_brief {
        padding-left: 0;
        padding-right: 15px;
      }
    } */
  }
  .blog_listing .listing_wrapper .ev_blog_posts .ev_post_thumb {
    flex: 0 0 100%;
    width: 100%;
  }
  .blog_listing .listing_wrapper .ev_blog_posts .ev_post_brief {
    padding: 15px 0 0;
    width: 100%;
  }
  .elementor-element-d0eec55 img {
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
    width: auto !important;
  }
}
@media screen and (max-width: 574px) {
  .project_banner.home .image_wrapper {
    height: 320px;
    width: 320px;
  }
  .project_banner.home .image_wrapper .slider_wrapper {
    height: 320px;
    width: 320px;
  }
  .e-child.btm-addressNInfo {
    padding: 20px !important;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */