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

bloorwestsmiles WordPress Theme, (C) 2020 WordPress.org
bloorwestsmiles is distributed under the terms of the GNU GPL.
*/
:root {
  --font-outfit: "Josefin Sans", sans-serif;
  --font-heading: "Josefin Sans", sans-serif;
  /* Font Family */
  --global--font-primary: var(--font-outfit,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --global--font-secondary: var(--font-heading,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif);
  --tw--global--color-primary:#4268D2;
  --tw--global--color-secondary: #0B0F2F;
  --global--color-primary: #4268D2;
  --global--color-secondary: #0B0F2F;
  --global--color-black: #000;
  --global--color-white: #fff;
  --tw--global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-border: #bfbfbf;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-secondary);
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-icon: #696969;
  --e-global-color-text:#000 !important;
  --tw--global--color-red:#ff0100;
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1380px;
  --tw-wrap-xxxl: 1660px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-1_1 {
  line-height: 1.1 !important;
}
.lh-1_1 p,
.lh-1_1 li {
  line-height: inherit;
}

.tt-up {
  text-transform: uppercase;
}

.tt-cap {
  text-transform: capitalize;
}

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

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

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
  padding-right: 0 !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: "Josefin Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  font-optical-sizing: auto;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.elementor-widget-text-editor p {
  color: #121212;
}
.elementor-widget-text-editor p a {
  color: var(--global--color-primary);
  display: inline;
  font-weight: 400 !important;
}
.elementor-widget-text-editor p a:hover {
  color: var(--global--color-secondary);
  text-decoration: none !important;
}
.elementor-widget-text-editor p strong a {
  font-weight: 700 !important;
}

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

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

address {
  font-style: normal;
}

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

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

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

button {
  border: 0;
}

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

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

b,
strong {
  font-weight: 700;
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}
img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  display: block;
  margin: 10px;
}
@media screen and (max-width: 1199px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
  }
}

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

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

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

.owl-theme .owl-dots,
.container,
.e-con > .e-con-inner,
.container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
}
@media screen and (min-width: 576px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media screen and (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media screen and (min-width: 992px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media screen and (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media screen and (min-width: 1600px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media screen and (min-width: 1850px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

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

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

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

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

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

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

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

[class*=cust_col-] {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  position: relative;
  width: 100%;
}

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

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

@media screen and (min-width: 1200px) {
  .xl_pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1600px) {
  .xl_pad {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.e-parent.spacing-911 .e-child {
  padding-left: initial !important;
  padding-right: initial !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .e-con-inner .half-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.sen {
  font-family: "Sen", sans-serif;
}
.sen .elementor-widget-heading .elementor-heading-title {
  font-family: "Sen", sans-serif !important !important;
}
.sen p,
.sen li,
.sen a,
.sen h1,
.sen h2,
.sen h3,
.sen h4,
.sen h5,
.sen h6 {
  font-family: "Sen", sans-serif !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
.h1 {
  text-transform: uppercase !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h1,
  .h1 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

h2,
.h2 {
  text-transform: uppercase !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  h2,
  .h2 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

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

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

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: 500 !important;
  line-height: 1.2;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: none;
  text-transform: uppercase !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading {
    font-size: 50px !important;
    font-size: 3.125rem !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.line_height-1_1 .elementor-heading-title {
  line-height: 1.1 !important;
}
.elementor-widget-heading.btm_line_L .elementor-heading-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  background: #4268D2;
  margin-bottom: 16px;
  margin-top: 16px;
}
.elementor-widget-heading.h2, .elementor-widget-heading .h2 {
  text-transform: uppercase !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-resolution: 120dpi) {
  .elementor-widget-heading.h2, .elementor-widget-heading .h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
.elementor-widget-heading.fs-75 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-75 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-75 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-75 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-75 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-75 {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
.elementor-widget-heading.fs-55 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-55 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-55 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-55 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
.elementor-widget-heading.fs-60 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-60 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
.elementor-widget-heading.fs-45 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 1024px) {
  .elementor-widget-heading.fs-45 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-45 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-45 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
.elementor-widget-heading.fs-42 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-42 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-42 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-42 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
.elementor-widget-heading.fs-40 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-40 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-40 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-40 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
.elementor-widget-heading.sen {
  font-family: "Sen", sans-serif !important;
}
.elementor-widget-heading.sen h1, .elementor-widget-heading.sen h2, .elementor-widget-heading.sen h3, .elementor-widget-heading.sen h4, .elementor-widget-heading.sen h5, .elementor-widget-heading.sen h6, .elementor-widget-heading.sen .elementor-heading-title {
  font-family: "Sen", sans-serif !important;
}
.elementor-widget-heading.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-36 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-36 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-36 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
.elementor-widget-heading.fs-30 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-30 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.elementor-widget-heading.fs-28 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-28 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-28 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
.elementor-widget-heading.fs-27 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-27 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-27 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
.elementor-widget-heading.fs-26 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-26 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-26 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-26 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-26 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
.elementor-widget-heading.fs-24 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-24 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-24 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
.elementor-widget-heading.fs-23 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.fs-23 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.fs-23 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.fs-23 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.fs-23 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
.elementor-widget-heading.h3, .elementor-widget-heading .h3 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media screen and (min-width: 768px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-heading.h3, .elementor-widget-heading .h3 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
.elementor-widget-heading.center {
  text-align: center;
}
.elementor-widget-heading.no-transform {
  text-transform: none;
}
.elementor-widget-heading.m-b-0 .elementor-heading-title {
  margin-bottom: 0 !important;
}
.elementor-widget-heading.primary-color {
  color: var(--tw--global--color-primary) !important;
}
.elementor-widget-heading.text-primary {
  color: var(--tw--global--color-primary) !important;
}
.elementor-widget-heading.text-secondary {
  color: var(--tw--global--color-secondary) !important;
}
.elementor-widget-heading.text-tri {
  color: #EF6A34 !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 .text-tri {
  color: #EF6A34 !important;
}
.elementor-widget-heading .text-tri h1, .elementor-widget-heading .text-tri h2, .elementor-widget-heading .text-tri h3, .elementor-widget-heading .text-tri h4, .elementor-widget-heading .text-tri h5, .elementor-widget-heading .text-tri h6, .elementor-widget-heading .text-tri p, .elementor-widget-heading .text-tri li {
  color: #EF6A34 !important;
}
.elementor-widget-heading.fw-100 {
  font-weight: 100 !important;
}
.elementor-widget-heading.fw-100 h1, .elementor-widget-heading.fw-100 h2, .elementor-widget-heading.fw-100 h3, .elementor-widget-heading.fw-100 h4,
.elementor-widget-heading.fw-100 p,
.elementor-widget-heading.fw-100 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-200 {
  font-weight: 200 !important;
}
.elementor-widget-heading.fw-200 h1, .elementor-widget-heading.fw-200 h2, .elementor-widget-heading.fw-200 h3, .elementor-widget-heading.fw-200 h4,
.elementor-widget-heading.fw-200 p,
.elementor-widget-heading.fw-200 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-300 {
  font-weight: 300 !important;
}
.elementor-widget-heading.fw-300 h1, .elementor-widget-heading.fw-300 h2, .elementor-widget-heading.fw-300 h3, .elementor-widget-heading.fw-300 h4,
.elementor-widget-heading.fw-300 p,
.elementor-widget-heading.fw-300 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-400 {
  font-weight: 400 !important;
}
.elementor-widget-heading.fw-400 h1, .elementor-widget-heading.fw-400 h2, .elementor-widget-heading.fw-400 h3, .elementor-widget-heading.fw-400 h4,
.elementor-widget-heading.fw-400 p,
.elementor-widget-heading.fw-400 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-500 {
  font-weight: 500 !important;
}
.elementor-widget-heading.fw-500 h1, .elementor-widget-heading.fw-500 h2, .elementor-widget-heading.fw-500 h3, .elementor-widget-heading.fw-500 h4,
.elementor-widget-heading.fw-500 p,
.elementor-widget-heading.fw-500 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-600 {
  font-weight: 600 !important;
}
.elementor-widget-heading.fw-600 h1, .elementor-widget-heading.fw-600 h2, .elementor-widget-heading.fw-600 h3, .elementor-widget-heading.fw-600 h4,
.elementor-widget-heading.fw-600 p,
.elementor-widget-heading.fw-600 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-700 {
  font-weight: 700 !important;
}
.elementor-widget-heading.fw-700 h1, .elementor-widget-heading.fw-700 h2, .elementor-widget-heading.fw-700 h3, .elementor-widget-heading.fw-700 h4,
.elementor-widget-heading.fw-700 p,
.elementor-widget-heading.fw-700 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-800 {
  font-weight: 800 !important;
}
.elementor-widget-heading.fw-800 h1, .elementor-widget-heading.fw-800 h2, .elementor-widget-heading.fw-800 h3, .elementor-widget-heading.fw-800 h4,
.elementor-widget-heading.fw-800 p,
.elementor-widget-heading.fw-800 li {
  font-weight: inherit !important;
}
.elementor-widget-heading.fw-900 {
  font-weight: 900 !important;
}
.elementor-widget-heading.fw-900 h1, .elementor-widget-heading.fw-900 h2, .elementor-widget-heading.fw-900 h3, .elementor-widget-heading.fw-900 h4,
.elementor-widget-heading.fw-900 p,
.elementor-widget-heading.fw-900 li {
  font-weight: inherit !important;
}

body {
  counter-reset: heading-counter;
}

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

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

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

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

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

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

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

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

.btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn, .cff-viewpost-facebook {
  align-items: center;
  background-color: #4268D2 !important;
  border: 0 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  flex-flow: row wrap;
  font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem);
  font-weight: 400;
  min-height: 40px;
  justify-content: center;
  line-height: 1;
  outline: none;
  overflow: hidden !important;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding-top: 6px;
  letter-spacing: 1px;
  font-family: "Josefin Sans", sans-serif !important;
}
@media screen and (max-width: 1470px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn, .cff-viewpost-facebook {
    padding-top: 4px;
  }
}
.btnsNew:active, .elementor-widget-button .elementor-button:active, .elementor-widget-button a:active, .btnsNew:focus, .elementor-widget-button .elementor-button:focus, .elementor-widget-button a:focus, .btnsNew:hover, .elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover, .btnsNew:visited, .elementor-widget-button .elementor-button:visited, .elementor-widget-button a:visited, .btn:active, .btn:focus, .btn:hover, .btn:visited, .cff-viewpost-facebook:active, .cff-viewpost-facebook:focus, .cff-viewpost-facebook:hover, .cff-viewpost-facebook:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew.border, .elementor-widget-button .border.elementor-button, .elementor-widget-button a.border, .btn.border, .cff-viewpost-facebook.border {
  background: transparent !important;
  border: solid 1px #000 !important;
  color: #000 !important;
}
.btnsNew.border:hover, .elementor-widget-button .border.elementor-button:hover, .elementor-widget-button a.border:hover, .btn.border:hover, .cff-viewpost-facebook.border:hover {
  background: #000 !important;
  color: #fff !important;
}
@media screen and (min-width: 1600px) {
  .btnsNew.btn-lg, .elementor-widget-button .btn-lg.elementor-button, .elementor-widget-button a.btn-lg, .btn.btn-lg, .cff-viewpost-facebook.btn-lg {
    min-height: 75px;
    font-size: 24px !important;
  }
}
.btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm, .cff-viewpost-facebook.btn-sm {
  font-size: clamp(0.875rem, 0.8634259259rem + 0.0617283951vw, 0.9375rem);
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm, .cff-viewpost-facebook.btn-sm {
    min-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm, .cff-viewpost-facebook.btn-sm {
    min-height: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .btnsNew.btn-sm, .elementor-widget-button .btn-sm.elementor-button, .elementor-widget-button a.btn-sm, .btn.btn-sm, .cff-viewpost-facebook.btn-sm {
    min-height: 45px;
  }
}
.btnsNew:hover, .elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover, .btn:hover, .cff-viewpost-facebook:hover {
  background-color: #EF6A34 !important;
  color: var(--global--color-white) !important;
}
@media screen and (min-width: 320px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn, .cff-viewpost-facebook {
    min-height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn, .cff-viewpost-facebook {
    min-height: 40px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn, .cff-viewpost-facebook {
    font-size: clamp(0.75rem, 0.6805555556rem + 0.3703703704vw, 1.125rem);
  }
}
@media screen and (min-width: 1600px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn, .cff-viewpost-facebook {
    min-height: 60px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (min-width: 1800px) {
  .btnsNew, .elementor-widget-button .elementor-button, .elementor-widget-button a, .btn, .cff-viewpost-facebook {
    min-height: 65px;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

.elementor-widget-button .elementor-button, .elementor-widget-button a {
  background-color: #4268D2 !important;
  color: var(--global--color-white) !important;
  font-size: 14px;
  font-weight: 400 !important;
  min-height: 40px;
  overflow: hidden;
  padding: 0 15px !important;
  position: relative;
  font-family: "Josefin Sans", sans-serif !important;
  padding-top: 6px !important;
}
@media screen and (max-width: 1470px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    padding-top: 4px !important;
  }
}
.elementor-widget-button .elementor-button span, .elementor-widget-button a span {
  position: relative;
  z-index: 3;
}
.elementor-widget-button .elementor-button:before, .elementor-widget-button .elementor-button:after, .elementor-widget-button a:before, .elementor-widget-button a:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover {
  background-color: #EF6A34 !important;
  color: var(--global--color-white) !important;
}
.elementor-widget-button .elementor-button:focus, .elementor-widget-button .elementor-button:visited, .elementor-widget-button a:focus, .elementor-widget-button a:visited {
  color: var(--tw--global--color-base-text);
}
.elementor-widget-button .elementor-button:not(:last-child), .elementor-widget-button a:not(:last-child) {
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 40px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 15px;
  }
}
@media screen and (min-width: 1800px) {
  .elementor-widget-button .elementor-button, .elementor-widget-button a {
    min-height: 65px;
    padding-left: 35px !important;
    padding-right: 35px !important;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .elementor-widget-button .elementor-button,
  .elementor-widget-button a {
    margin-top: 5px;
    padding-bottom: 10px !important;
    padding-top: 12px !important;
  }
  .elementor-widget-button .elementor-button:not(:last-child),
  .elementor-widget-button a:not(:last-child) {
    margin-right: 7px;
  }
}
.elementor-widget-button.white {
  background: #fff;
  color: #000 !important;
}
.elementor-widget-button.white:hover {
  background: #000 !important;
  color: #fff !important;
}
.elementor-widget-button.border .elementor-button, .elementor-widget-button.border a {
  background: transparent !important;
  border: solid 1px #000 !important;
  color: #000 !important;
}
.elementor-widget-button.border .elementor-button:hover, .elementor-widget-button.border a:hover {
  background: #000 !important;
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

.cff-viewpost-facebook {
  font-size: clamp(0.875rem, 0.8634259259rem + 0.0617283951vw, 0.9375rem);
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .cff-viewpost-facebook {
    min-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .cff-viewpost-facebook {
    min-height: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .cff-viewpost-facebook {
    min-height: 45px;
  }
}

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

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

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) {
  text-align: right;
}
.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: 400 !important;
  opacity: 1;
}
.tw-modal-body :-moz-placeholder {
  color: var(--tw--global--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.tw-modal-body ::-moz-placeholder {
  color: var(--tw--global--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.tw-modal-body :-ms-input-placeholder {
  color: var(--tw--global--color-formText) !important;
  font-weight: 400 !important;
  opacity: 1;
}
.tw-modal-body .input-holder:last-child {
  text-align: right;
  width: 100%;
}
.tw-modal-body input,
.tw-modal-body textarea,
.tw-modal-body select {
  font-weight: 400 !important;
}
.tw-modal-body input,
.tw-modal-body textarea,
.tw-modal-body select {
  padding: 15px 15px;
  width: 100%;
}
.tw-modal-body textarea {
  height: 100px;
  overflow: auto;
}

.popUp_form h3 {
  font-size: 25px !important;
  text-transform: capitalize;
}
.popUp_form p {
  font-size: 16px !important;
  text-transform: capitalize;
}
.popUp_form form {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
.popUp_form .form-group {
  display: block;
}
.popUp_form .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 5px;
}
.popUp_form .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.popUp_form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.popUp_form .form-group label {
  position: relative;
  cursor: pointer;
}
.popUp_form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.popUp_form .form-row.wd50 {
  justify-content: space-between;
}
.popUp_form .form-row.wd50:after, .popUp_form .form-row.wd50:before {
  display: none;
}
.popUp_form .form-row.wd50 .input-holder {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .popUp_form .form-row.wd50 .input-holder {
    width: 100%;
  }
}
.popUp_form input, .popUp_form textarea {
  flex: 1;
  padding: 18px !important;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  color: #000;
  background: #f9f9f9;
}
@media screen and (max-width: 1470px) {
  .popUp_form input, .popUp_form textarea {
    font-size: 16px !important;
  }
}
.popUp_form input ::-webkit-input-placeholder, .popUp_form textarea ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.popUp_form input :-moz-placeholder, .popUp_form textarea :-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.popUp_form input ::-moz-placeholder, .popUp_form textarea ::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.popUp_form input :-ms-input-placeholder, .popUp_form textarea :-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.popUp_form textarea {
  min-height: 100px;
  resize: none;
  margin-bottom: 15px;
  color: #000;
}
.popUp_form .checkboxes {
  display: flex;
  gap: 20px;
  color: #000;
  margin-top: 7px;
  margin-bottom: 25px;
  border-radius: 5px;
  justify-content: start;
}
.popUp_form .checkboxes:after, .popUp_form .checkboxes:before {
  display: none;
}
.popUp_form .checkboxes input[type=checkbox], .popUp_form .checkboxes input[type=checkbox]:focus, .popUp_form .checkboxes input[type=checkbox]:hover,
.popUp_form .checkboxes input[type=radio], .popUp_form .checkboxes input[type=radio]:focus, .popUp_form .checkboxes input[type=radio]:hover {
  padding: 18px !important;
  width: 20px;
  height: 20px;
  border-radius: 5px !important;
  border: none !important;
}
@media screen and (max-width: 1470px) {
  .popUp_form .checkboxes input[type=checkbox], .popUp_form .checkboxes input[type=checkbox]:focus, .popUp_form .checkboxes input[type=checkbox]:hover,
  .popUp_form .checkboxes input[type=radio], .popUp_form .checkboxes input[type=radio]:focus, .popUp_form .checkboxes input[type=radio]:hover {
    font-size: 16px !important;
  }
}
.popUp_form .checkboxes label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px !important;
  color: #000 !important;
}
@media screen and (max-width: 1470px) {
  .popUp_form .checkboxes label {
    font-size: 16px !important;
  }
}
.popUp_form .submit-btn {
  background: #e50914;
  color: #fff;
  border: none;
  padding: 25px 15px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.popUp_form .submit-btn:hover {
  background: #b20710;
}

.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  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-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--tw--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-body {
  width: 100%;
}
.tw-modal-wrapper .tw-modal-body .submit-btn,
.tw-modal-wrapper .tw-modal-body input[type=submit] {
  background: #000 !important;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 18px 40px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.2s;
  border: none !important;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .tw-modal-wrapper .tw-modal-body .submit-btn,
  .tw-modal-wrapper .tw-modal-body input[type=submit] {
    padding: 13px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper .tw-modal-body .submit-btn,
  .tw-modal-wrapper .tw-modal-body input[type=submit] {
    padding: 10px 20px !important;
  }
}
.tw-modal-wrapper .tw-modal-body .submit-btn:hover,
.tw-modal-wrapper .tw-modal-body input[type=submit]:hover {
  background: #4268D2 !important;
}
.tw-modal-wrapper .tw-modal-body input,
.tw-modal-wrapper .tw-modal-body select,
.tw-modal-wrapper .tw-modal-body textarea {
  border: none;
  border-bottom: 1.5px solid #0B0F2F !important;
  background: transparent;
  font-size: 1.05rem;
  padding: 10px 0 8px 0;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  font-family: inherit;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper .tw-modal-body input,
  .tw-modal-wrapper .tw-modal-body select,
  .tw-modal-wrapper .tw-modal-body textarea {
    font-size: 15px;
  }
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  background-color: transparent;
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  background-color: var(--tw--global--color-white);
  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 .modal-close-wrapper {
    background-color: var(--tw--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--tw--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--tw--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 991px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 750px;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  width: 750px;
}
@media screen and (max-width: 1199px) {
  .tw-modal-wrapper.modal-lg .tw-modal-container {
    width: 100%;
  }
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
}
.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;
}

#popmake-5253 .pum-container {
  display: flex !important;
  flex-direction: column !important;
}
#popmake-5253 .pum-container input.medium {
  border: none;
  border-bottom: 1.5px solid #0B0F2F !important;
  background: transparent;
  font-size: 1.05rem;
  padding: 10px 0 8px 0;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  font-family: inherit;
}
@media screen and (max-width: 1199px) {
  #popmake-5253 .pum-container input.medium {
    font-size: 15px;
  }
}
#popmake-5253 .pum-container .gfiled_radio {
  width: 100% !important;
  border: 1px solid;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.parent_wrap {
  --child-item-gap: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--child-item-gap);
}
.parent_wrap .child_item {
  width: 100%;
}
@media screen and (min-width: smpx) {
  .parent_wrap .child_item {
    width: calc((100% - var(--child-item-gap) * (var(--child-column-count) - 1)) / var(--child-column-count));
  }
}
.parent_wrap.two-column {
  --child-column-count: 1;
}
@media screen and (min-width: mdpx) {
  .parent_wrap.two-column {
    --child-column-count: 2;
  }
}
.parent_wrap.two-column-blog {
  --child-column-count: 1;
}
@media screen and (min-width: smpx) {
  .parent_wrap.two-column-blog {
    --child-column-count: 1;
  }
}
@media screen and (min-width: mdpx) {
  .parent_wrap.two-column-blog {
    --child-column-count: 1;
  }
}
@media screen and (min-width: lgpx) {
  .parent_wrap.two-column-blog {
    --child-column-count: 2;
  }
}
.parent_wrap.three-column {
  --child-column-count: 1;
}
@media screen and (min-width: smpx) {
  .parent_wrap.three-column {
    --child-column-count: 2;
  }
}
@media screen and (min-width: lgpx) {
  .parent_wrap.three-column {
    --child-column-count: 3;
  }
}

.gform_title {
  text-align: center;
  font-size: 2rem !important;
}

#gform_3 .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px;
}
#gform_3 .gform_fields::before, #gform_3 .gform_fields::after {
  content: none;
}
#gform_3 .gform_fields .width_50 {
  width: calc(50% - 20px) !important;
}
#gform_3 .gform_fields .input_wrap input {
  border: none;
  border-bottom: 1.5px solid #0B0F2F !important;
  background: transparent;
  font-size: 1.05rem;
  padding: 10px 0 8px 0;
  outline: none;
  transition: border-color 0.2s;
  resize: none;
  font-family: inherit;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  #gform_3 .gform_fields .input_wrap input {
    font-size: 15px;
  }
}
#gform_3 .gform_fields .radio_wrap .gfield_radio {
  display: flex;
  flex-direction: row;
}
#gform_3 .gform_fields .radio_wrap .gfield_radio .gchoice {
  display: flex;
  align-items: center;
}
#gform_3 .gform_fields .textarea_wrap textarea {
  height: 80px !important;
  width: 100% !important;
  min-height: 1px !important;
  border: 0 !important;
  border-bottom: 1.5px solid #0B0F2F !important;
  resize: none;
  border-radius: 0px;
  box-shadow: none;
}
#gform_3 #field_3_3 {
  width: 100% !important;
}
#gform_3 .top_label {
  justify-content: end;
}

.gform_heading .gform_required_legend {
  display: none;
}

#popmake-5253 {
  background-color: #4268D2;
  border: 1px solid #4268D2;
  padding: 50px 50px;
  overflow-x: hidden;
  max-height: 750px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 {
    padding: 30px 20px;
    top: 6% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  #popmake-5253 {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1366px) {
  #popmake-5253 {
    padding: 30px 40px;
    max-height: 600px;
    top: 5% !important;
    overflow-x: hidden;
    width: 62% !important;
    margin-left: -31% !important;
  }
}
@media screen and (min-width: 1367px) {
  #popmake-5253 {
    padding: 50px 50px;
  }
}
@media screen and (min-width: 1600px) {
  #popmake-5253 {
    padding: 60px 60px;
  }
}
#popmake-5253 .gform_heading .gform_title {
  text-align: center;
  color: #fff;
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  #popmake-5253 .gform_heading .gform_title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  #popmake-5253 .gform_heading .gform_title {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  #popmake-5253 .gform_heading .gform_title {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  #popmake-5253 .gform_heading .gform_title {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
#popmake-5253 .gform_heading .gform_title {
  font-weight: 700 !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 .gform_heading .gform_title {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  #popmake-5253 .gform_heading .gform_title {
    font-size: 37px !important;
  }
}
#popmake-5253 p.gform_required_legend {
  display: none;
}
#popmake-5253 #gform_fields_8::before {
  display: none;
}
#popmake-5253 #gform_fields_8 .gfield label.gfield_label {
  font-size: 16px !important;
  gap: 0;
}
#popmake-5253 #gform_fields_8 .gfield label.gfield_label .gfield_required .gfield_required_asterisk {
  font-size: 16px;
  color: black;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container input {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  background: none;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container input {
    font-size: 15px !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container input::-moz-placeholder {
  font-size: 16px;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container input::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container input::-moz-placeholder {
    font-size: 15px !important;
  }
  #popmake-5253 #gform_fields_8 .gfield .ginput_container input::placeholder {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container input {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container input.gfield-choice-input {
  border: 1px solid #BFBFBF;
  background-color: #E8F3F8;
  box-shadow: none;
  border-bottom: 1px solid #BFBFBF !important;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container input.gfield-choice-input:focus {
  border: none !important;
  outline: none !important;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container select {
  color: #fff !important;
  background: none;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 16px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container select {
    font-size: 15px !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container select::-moz-placeholder {
  font-size: 16px;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container select::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container select::-moz-placeholder {
    font-size: 15px !important;
  }
  #popmake-5253 #gform_fields_8 .gfield .ginput_container select::placeholder {
    font-size: 15px !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container select option {
  color: #000 !important;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container textarea {
  padding: 0;
  background: none;
  border: none;
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  font-size: 16px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container textarea {
    font-size: 15px !important;
    height: 80px !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container textarea::-moz-placeholder {
  font-size: 16px;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container textarea::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container textarea::-moz-placeholder {
    font-size: 15px !important;
  }
  #popmake-5253 #gform_fields_8 .gfield .ginput_container textarea::placeholder {
    font-size: 15px !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container .gfield_checkbox {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0;
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container .gfield_checkbox .gchoice {
    margin-bottom: 8px !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container .gfield_checkbox .gchoice label {
  cursor: pointer;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #popmake-5253 #gform_fields_8 .gfield .ginput_container .gfield_checkbox .gchoice label {
    font-size: 14px !important;
  }
}
#popmake-5253 #gform_fields_8 .gfield .ginput_container .gfield_checkbox .gchoice input {
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 5px;
}
#popmake-5253 .gform-footer {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  #popmake-5253 .gform-footer {
    gap: 0 !important;
  }
}
#popmake-5253 .gform-footer input.gform_button {
  border: 1px solid #fff !important;
  font-size: 20px !important;
  padding: 20px 0px !important;
}
@media screen and (max-width: 767px) {
  #popmake-5253 .gform-footer input.gform_button {
    font-size: 16px !important;
    padding: 15px 0px !important;
  }
}
@media screen and (min-width: 1600px) {
  #popmake-5253 .gform-footer input.gform_button {
    font-size: 25px !important;
    padding: 25px 0px !important;
  }
}
#popmake-5253 .gform-footer input.gform_button {
  background-color: #4268D2 !important;
  text-transform: uppercase !important;
}
#popmake-5253 .gform-footer input.gform_button:hover {
  background-color: #EF6A34 !important;
}
#popmake-5253 fieldset legend.gfield_label {
  color: #fff !important;
  font-size: 16px !important;
}
#popmake-5253 fieldset legend.gfield_label::-moz-placeholder {
  font-size: 16px;
}
#popmake-5253 fieldset legend.gfield_label::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #popmake-5253 .gform-theme--foundation {
    --gf-form-gap-y: 20px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  #popmake-5253 .gform-theme--foundation {
    --gf-form-gap-y: 20px !important;
  }
}
#popmake-5253 .gform-theme--foundation {
  --gf-form-gap-y: 30px !important;
}
#popmake-5253 .validation_message {
  background-color: var(--tw--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--tw--global--color-white) !important;
  display: inline-block !important;
  font-size: 12px !important;
  padding: 2px 3px;
  position: relative !important;
  z-index: 3;
}
#popmake-5253 .validation_message:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tw--global--color-red);
  top: -5px;
  content: "";
  left: 10px;
  position: absolute;
  transform: rotate(175deg);
}
#popmake-5253 .pum-close {
  right: -1px;
  top: -1px;
  background: transparent;
  border: 0;
  box-shadow: none;
  width: 30px;
  height: 30px;
  background-color: #EF6A34 !important;
  border-radius: 0;
}
#popmake-5253 #gform_8_validation_container {
  display: none;
}

.window-tab, .bottom-tab {
  position: relative;
  z-index: 2;
}

.resp-tabs-list {
  margin: 20px 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #D9D9D9;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 1199px) {
  .resp-tabs-list {
    width: 85%;
  }
}
@media screen and (max-width: 1023px) {
  .resp-tabs-list {
    width: 100%;
  }
}

.resp-tabs-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 !important;
  padding: 0 15px;
  font-size: 23px !important;
  font-size: 1.4375rem !important;
  list-style: none;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 500 !important;
  position: relative;
  color: #000;
  border-radius: 5px;
  height: 90px;
}
@media screen and (max-width: 1470px) {
  .resp-tabs-list li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .resp-tabs-list li {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 75px;
  }
}
.resp-tabs-list li:hover {
  color: #4268D2 !important;
}

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

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

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

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

.resp-tab-active {
  position: relative;
  display: none;
  color: #4268D2 !important;
  font-weight: 700 !important;
}
.resp-tab-active:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #0B0F2F;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .resp-tab-active:after {
    display: none;
  }
}
.resp-tab-active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #0B0F2F;
}
@media screen and (max-width: 767px) {
  .resp-tab-active:before {
    display: none;
  }
}

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

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: calc(40% - 50px);
  display: flex;
  flex-direction: column;
  background: #4268D2;
  margin: 0 50px 0 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 1199px) {
  .resp-vtabs ul.resp-tabs-list {
    padding: 0 20px 20px !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .resp-vtabs ul.resp-tabs-list {
    margin-bottom: 15px !important;
  }
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .resp-vtabs .resp-tabs-list li {
    width: 19%;
    margin: 3px !important;
    background-color: #fff;
    border-radius: 0 !important;
    height: 90px;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .resp-vtabs .resp-tabs-list li {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .resp-vtabs .resp-tabs-list li {
    display: none;
  }
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 60%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
@media screen and (max-width: 1199px) {
  .resp-vtabs .resp-tabs-container {
    width: 100%;
    margin-bottom: 30px;
  }
}

.resp-vtabs .resp-tab-content {
  border: solid 1px #dbdbdb;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 1199px) {
  .resp-vtabs .resp-tab-content {
    border-radius: 0 !important;
    padding: 15px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .resp-vtabs .resp-tab-content {
    margin: 20px 0;
  }
}

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

.resp-arrow {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 25px;
  line-height: 1;
  position: absolute;
  right: 5px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 17%;
  width: 25px;
  z-index: 4;
}
.resp-arrow:before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  height: 10px;
  width: 10px;
}

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

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

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

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block !important;
    margin-top: 10px;
    position: relative;
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 15px 0;
    border: solid 3px #4268D2;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    text-align: center;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .resp-accordion figure {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  h2.resp-tab-active {
    background-color: #fff;
    border: solid 3px #000;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: both;
    margin: 50px 0 0;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
.bottom-tab {
  padding-left: 50px !important;
}
@media screen and (max-width: 1199px) {
  .bottom-tab {
    padding-left: 0 !important;
  }
}
.bottom-tab .resp-tabs-list {
  justify-content: start;
  width: 100%;
  border-bottom: none;
}
.bottom-tab .resp-tabs-list li {
  background: transparent;
  padding: 0 15px !important;
  margin: 0 !important;
  color: #fff;
  font-size: 22px !important;
  border-bottom: solid 2px #D9D9D9;
  border-radius: 0 !important;
}
@media screen and (max-width: 1470px) {
  .bottom-tab .resp-tabs-list li {
    font-size: 17px !important;
  }
}
.bottom-tab .resp-tabs-list li:hover {
  font-weight: 600 !important;
  color: #fff !important;
}
.bottom-tab .resp-tabs-list li.resp-tab-active {
  position: relative;
  color: #fff !important;
  font-weight: 700 !important;
}
.bottom-tab .resp-tabs-list li.resp-tab-active:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active:after {
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active:after {
    display: none;
  }
}
.bottom-tab .resp-tabs-list li.resp-tab-active:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}
@media screen and (max-width: 1199px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active:before {
    bottom: -15px;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .bottom-tab .resp-tabs-list li.resp-tab-active {
    display: none;
  }
}

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

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

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

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

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

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  width: 100%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 15px 0;
  z-index: 9;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  padding: 0px;
  cursor: pointer;
  background: #D9D9D9;
}
.slick-dots li button {
  display: none !important;
  background: transparent;
  display: inline-block;
  height: 30px;
  width: 3px;
  padding: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #4268D2;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  display: none !important;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #9095C5;
  height: 12px;
  width: 12px;
  margin-left: -2px;
}
.slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 22px;
  height: 22px;
  background: transparent;
  border: solid 1px #9095C5;
  border-radius: 50%;
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px !important;
  width: 50px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  background: transparent !important;
  border-radius: 50% !important;
  padding: 0;
  z-index: 9;
  outline: none;
  font-size: 0 !important;
  border: none !important;
}
@media screen and (max-width: 1366px) {
  .slick-prev,
  .slick-next {
    top: 42%;
  }
}
@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 16%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  color: #4268D2;
}

.slick-prev {
  left: -15px;
  z-index: 9;
}
@media screen and (max-width: 1599px) {
  .slick-prev {
    left: -15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: solid 1px #4268D2;
  border-left: solid 1px #4268D2;
  transform: rotate(315deg);
  left: 30%;
  top: 30%;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -50px;
  z-index: 9;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  position: absolute;
  border-top: solid 1px #4268D2;
  border-right: solid 1px #4268D2;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 30%;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
@media screen and (min-resolution: 120dpi) {
  /* Styles for displays with a resolution of 120dpi or higher,
     which often corresponds to 125% scaling or higher on standard displays. */
}
@media screen and (min-resolution: 120dpi) and (min-width: 1200px) {
  body p,
  body li {
    font-size: 13px !important;
  }
}
@media screen and (min-resolution: 120dpi) and (min-width: 1200px) {
  .top_menu a,
  .main-menu a {
    font-size: 14px !important;
  }
}
@media screen and (min-resolution: 120dpi) {
  .footer_split .qci_wrap .qci_text .number {
    font-size: 22px;
  }
}
.curP {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: normal !important;
}

.btn-wrap .btn + .btn,
.btn-wrap .btn .elementor-widget-button,
.btn-wrap .elementor-widget-button + .btn,
.btn-wrap .elementor-widget-button .elementor-widget-button {
  margin-left: 15px !important;
}

@media screen and (max-width: 1023px) {
  .ipad-wdh-100 .elementor-container,
  .ipad-wdh-100 .e-con-inner {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1023px) {
  .ipad-wdh-100 .elementor-container .elementor-column,
  .ipad-wdh-100 .e-con-inner .elementor-column {
    width: 100% !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.half-container {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .half-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: calc(var(--tw-wrap-xl) * 50 / 100) !important;
  }
}
@media screen and (min-width: 1600px) {
  .half-container {
    max-width: calc(var(--tw-wrap-xxl) * 50 / 100) !important;
  }
}
@media screen and (min-width: 1850px) {
  .half-container {
    max-width: calc(var(--tw-wrap-half-col) * 50 / 100) !important;
  }
}

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

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

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

body.no-banner .project_header {
  border-bottom: solid 1px #4268D2 !important;
}

body.inner_pages {
  padding-top: 185px;
}
@media screen and (max-width: 1700px) {
  body.inner_pages {
    padding-top: 133px;
  }
}
@media screen and (max-width: 1599px) {
  body.inner_pages {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  body.inner_pages {
    padding-top: 63px;
  }
}
@media screen and (max-width: 1023px) {
  body.inner_pages {
    padding-top: 114px;
  }
}
@media screen and (max-width: 767px) {
  body.inner_pages {
    padding-top: 108px;
  }
}

.call_bx {
  transition: all ease 0.3s;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1599px) {
  .call_bx {
    padding: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .call_bx {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .call_bx {
    margin: 0px;
  }
}
.call_bx .ico {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #4268D2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1600px) {
  .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .call_bx .ico {
    margin-right: 0;
    width: 35px;
    height: 35px;
  }
}
.call_bx .ico svg {
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1470px) {
  .call_bx .ico svg {
    width: 16px;
    height: 16px;
  }
}
.call_bx .txt {
  color: #000;
}
.call_bx .txt span {
  display: block;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
@media screen and (max-width: 1600px) {
  .call_bx .txt span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .call_bx .txt span {
    font-size: 14px;
  }
}
.call_bx .txt .num {
  color: #000;
  transition: all ease 0.3s;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .call_bx .txt .num {
    font-size: 26px;
  }
}
@media screen and (max-width: 1599px) {
  .call_bx .txt .num {
    font-size: 24px;
  }
}
@media screen and (max-width: 1440px) {
  .call_bx .txt .num {
    font-size: 23px;
  }
}

.project_header {
  padding: 15px 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all ease 0.3s;
  top: 0;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 1680px) {
  .project_header {
    padding: 7px 0;
  }
}
@media screen and (max-width: 767px) {
  .project_header {
    padding: 10px 0 5px;
  }
}
.project_header .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .project_header .container {
    justify-content: center;
  }
}
.project_header .container:after, .project_header .container:before {
  display: none;
}
.project_header .logo {
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 350px !important;
}
@media screen and (max-width: 1680px) {
  .project_header .logo {
    width: 300px !important;
  }
}
@media screen and (max-width: 1600px) {
  .project_header .logo {
    width: 250px !important;
  }
}
@media screen and (max-width: 1023px) {
  .project_header .logo {
    text-align: center;
    margin: 0 auto;
  }
}
.project_header .logo figure {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .project_header .logo figure {
    text-align: center;
  }
}
.project_header .hd-right {
  margin-left: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  width: 70%;
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .project_header .hd-right {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right .call_bx .txt {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .hd-right .call_bx .txt .num {
    display: none;
  }
}
.project_header .hd-top {
  margin-left: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .project_header .hd-top {
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .project_header .hd-top figure {
    width: 100px;
  }
}
.project_header .btn {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .project_header .btn {
    margin-left: 10px;
  }
}
.project_header .btn {
  min-height: 50px;
  font-size: 16px !important;
}
@media screen and (max-width: 1680px) {
  .project_header .btn {
    min-height: 45px;
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1600px) {
  .project_header .btn {
    min-height: 40px;
    font-size: 13px !important;
    padding-top: 3px;
  }
}
@media screen and (max-width: 1470px) {
  .project_header .btn {
    min-height: 35px;
    font-size: 12px !important;
    padding-top: 3px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header .btn {
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project_header .btn {
    padding: 7px 10px 5px !important;
    min-height: 30px;
    font-size: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .project_header .btn .ico {
    display: none;
  }
}
.project_header.slim {
  border-bottom: solid 1px #4268D2;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1850px) {
  .project_header.slim {
    padding: 5px 0;
  }
}
.project_header.slim .logo {
  transition: all ease 0.3s;
  width: 300px !important;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .logo {
    width: 200px !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_header.slim .logo {
    width: 220px !important;
  }
}
@media screen and (max-width: 767px) {
  .project_header.slim .logo {
    text-align: center;
    margin: 0 auto;
    width: 200px !important;
  }
}
.project_header.slim .logo img {
  transition: all ease 0.3s;
}
.project_header.slim .btn {
  font-size: 13px !important;
  min-height: 40px;
  padding-top: 2px;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .btn {
    font-size: 12px !important;
    min-height: 40px;
  }
}
@media screen and (max-width: 1470px) {
  .project_header.slim .btn {
    font-size: 11px !important;
    min-height: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .project_header.slim .btn {
    font-size: 12px !important;
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project_header.slim .btn {
    font-size: 10px !important;
    padding: 5px 10px !important;
    min-height: 30px;
  }
}
.project_header.slim .call_bx {
  transition: all ease 0.3s;
  padding: 5px;
}
.project_header.slim .call_bx .ico {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .call_bx .ico {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .project_header.slim .call_bx .ico {
    margin-right: 0px;
  }
}
.project_header.slim .call_bx .ico svg {
  width: 17px;
  height: 17px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .call_bx .ico svg {
    width: 15px;
    height: 15px;
  }
}
.project_header.slim .call_bx .num {
  font-size: 24px;
}
@media screen and (max-width: 1599px) {
  .project_header.slim .call_bx .num {
    font-size: 22px;
  }
}
.project_header.slim .call_bx span {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .project_header.slim .main-menu ul li a:after {
    bottom: -9px;
  }
  .project_header.slim .main-menu ul li a:before {
    top: -15px;
  }
}
@media (min-width: 1600px) {
  .project_header.slim .main-menu ul li a {
    font-size: 14px !important;
  }
  .project_header.slim .main-menu ul li a:after {
    bottom: -5px;
  }
  .project_header.slim .main-menu ul li a:before {
    top: -14px;
  }
}
@media (min-width: 1850px) {
  .project_header.slim .main-menu ul li a {
    font-size: 17px !important;
  }
  .project_header.slim .main-menu ul li a:before {
    top: -25px;
  }
  .project_header.slim .main-menu ul li a:after {
    bottom: -24px;
  }
  .project_header.slim .main-menu ul li ul li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .project_header .menuwrap .main-menu:after {
    left: 35%;
    width: 99%;
    top: 60%;
  }
  .project_header.slim .menuwrap .main-menu:after {
    top: 55%;
  }
}
@media screen and (min-width: 1300px) {
  .project_header .menuwrap .main-menu:after {
    left: 35%;
    width: 99%;
    top: 60%;
  }
  .project_header.slim .menuwrap .main-menu:after {
    top: 55%;
  }
}
@media screen and (min-width: 1600px) {
  .project_header .menuwrap .main-menu:after {
    left: 36%;
    width: 99%;
    top: 64%;
  }
}
@media screen and (min-width: 1850px) {
  .project_header .menuwrap .main-menu:after {
    left: 39%;
    width: 99%;
    top: 55%;
  }
  .project_header.slim .menuwrap .main-menu:after {
    top: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .project_header .menuwrap {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    width: 100%;
  }
  .project_header .menuwrap .main-menu {
    padding: 20px 0;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
  .project_header .menuwrap .main-menu {
    padding: 10px 0;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .project_header .menuwrap .main-menu:after {
    position: absolute;
    content: "";
    background: #f0efef;
    height: 2px;
  }
}
.nm {
  padding-right: 5px;
  font-size: 18px !important;
  line-height: 0.8;
}
@media screen and (max-width: 1680px) {
  .nm {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1470px) {
  .nm {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1199px) {
  .nm {
    padding-right: 0;
  }
}

#menu-footer-2 .nm {
  padding-right: 0px;
  font-size: 18px !important;
  line-height: 0.8;
}
@media screen and (max-width: 1680px) {
  #menu-footer-2 .nm {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 1470px) {
  #menu-footer-2 .nm {
    font-size: 15px !important;
  }
}

.project_banner {
  position: relative;
}
.project_banner .badge {
  position: absolute;
  right: 50px;
  bottom: -80px;
  width: 165px;
  height: 166px;
  z-index: 2 !important;
}
.project_banner .badge:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1470px) {
  .project_banner .badge {
    bottom: -50px;
    width: 110px;
    height: 110px;
  }
}
@media screen and (max-width: 1280px) {
  .project_banner .badge {
    bottom: -50px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .badge {
    bottom: auto;
    top: 20%;
    width: 90px;
    height: 90px;
    right: 20px;
  }
}
.project_banner .banner-sld {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media screen and (min-width: 320px) {
  .project_banner .banner-sld {
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .project_banner .banner-sld {
    min-height: 485px;
  }
}
@media screen and (min-width: 1024px) {
  .project_banner .banner-sld {
    height: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .project_banner .banner-sld {
    height: 100vh;
    background-position: top center !important;
  }
}
@media screen and (min-width: 1680px) {
  .project_banner .banner-sld {
    height: 100vh;
  }
}
.project_banner .container {
  height: 100%;
}
.project_banner .wrap {
  padding-top: 15%;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-left: auto;
  padding-right: 50px;
}
@media screen and (max-width: 1470px) {
  .project_banner .wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .wrap {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .wrap {
    width: 100%;
    background: #80CACD;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
}
.project_banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .project_banner .banner-wrap {
    justify-content: end;
  }
}
@media screen and (min-width: 320px) {
  .project_banner .banner-wrap.desk-top {
    display: flex !important;
  }
}
.project_banner .banner-wrap .maintxt {
  color: #fff;
  font-size: 150px;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt {
    line-height: 1.2;
    font-size: 72px !important;
  }
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 120px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 100px;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .project_banner .banner-wrap .maintxt {
    line-height: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 38px !important;
  }
}
.project_banner .banner-wrap .maintxt span {
  font-family: "Meow Script", cursive !important;
  font-size: 50px;
  font-weight: 400;
  color: #4268D2;
  margin-left: -16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1799px) {
  .project_banner .banner-wrap .maintxt span {
    margin-left: -22px;
    font-size: 44px;
  }
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .maintxt span {
    margin-left: -24px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .banner-wrap .maintxt span {
    font-size: 44px;
    margin-left: -31px;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap .maintxt span {
    font-size: 40px;
    margin-left: -22px;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt span {
    color: #fff;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .project_banner .banner-wrap .maintxt span {
    margin-left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .maintxt span {
    font-size: 38px !important;
  }
}
.project_banner .banner-wrap .subtxt {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 125px;
  font-weight: 400;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -5px;
  text-transform: capitalize;
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 100px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 90px;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 60px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 1023px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 55px;
    margin: 10px 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 29px;
    letter-spacing: 1px;
  }
}
.project_banner .banner-wrap .subtxt span {
  font-family: "Meow Script", cursive !important;
  font-size: 55px;
  font-weight: 400;
  color: #4268D2;
  margin-right: -22px;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 1799px) {
  .project_banner .banner-wrap .subtxt span {
    font-size: 50px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1774px) {
  .project_banner .banner-wrap .subtxt span {
    font-size: 44px;
    margin-right: -2px;
  }
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .subtxt span {
    margin-right: -13px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .banner-wrap .subtxt span {
    font-size: 44px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap .subtxt span {
    font-size: 40px;
    margin-right: -13px;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap .subtxt span {
    color: #fff;
    margin-right: 0;
  }
}
.project_banner .banner-wrap .sub-bottom {
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  letter-spacing: 6px;
  text-align: center;
}
@media screen and (max-width: 1774px) {
  .project_banner .banner-wrap .sub-bottom {
    font-size: 22px;
  }
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .sub-bottom {
    font-size: 22px;
  }
}
@media screen and (max-width: 1600px) {
  .project_banner .banner-wrap .sub-bottom {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .project_banner .banner-wrap .sub-bottom {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .sub-bottom {
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
.project_banner .banner-wrap .sub-bottom:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .sub-bottom:before {
    display: none;
  }
}
.project_banner .banner-wrap .sub-bottom:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 45%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .sub-bottom:after {
    display: none;
  }
}
.project_banner .banner-wrap .banner-btn {
  height: 75px;
  font-size: 24px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media screen and (max-width: 1680px) {
  .project_banner .banner-wrap .banner-btn {
    height: 60px;
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1470px) {
  .project_banner .banner-wrap .banner-btn {
    height: 55px;
    font-size: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .project_banner .banner-wrap .banner-btn {
    height: 40px;
    font-size: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .project_banner .banner-wrap .banner-btn {
    height: 40px;
    font-size: 13px !important;
  }
}
@media screen and (min-width: 320px) {
  .project_banner .banner-wrap.mobile {
    display: none !important;
    background: #FAFAEB !important;
    border-radius: 0 !important;
  }
}
@media screen and (min-width: 1023px) {
  .project_banner .banner-wrap.mobile {
    display: none !important;
  }
}
.project_banner .banner-wrap.mobile .wrap {
  margin: 0;
}

.inner-banner {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  min-height: 580px;
  display: flex;
}
@media screen and (max-width: 1680px) {
  .inner-banner {
    min-height: 470px;
  }
}
@media screen and (max-width: 1599px) {
  .inner-banner {
    min-height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner {
    min-height: 325px;
  }
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner-banner .wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 50%;
  text-align: left;
}
.inner-banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
}
.inner-banner .banner-wrap .container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap {
    justify-content: center;
  }
}
.inner-banner .banner-wrap .btn {
  height: 70px;
  padding-left: 60px !important;
  padding-right: 60px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 1600px) {
  .inner-banner .banner-wrap .btn {
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 1470px) {
  .inner-banner .banner-wrap .btn {
    height: 55px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner .banner-wrap .btn {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .btn {
    height: 40px;
  }
}
.inner-banner .banner-wrap .subtxt {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media screen and (min-width: 1200px) {
  .inner-banner .banner-wrap .subtxt {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .inner-banner .banner-wrap .subtxt {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .inner-banner .banner-wrap .subtxt {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
.inner-banner .banner-wrap .subtxt {
  padding-bottom: 20px;
  letter-spacing: 2px;
}
.inner-banner .banner-wrap .subtxt span {
  font-weight: 700;
  position: relative;
  top: -7px;
}
.inner-banner .banner-wrap .maintxt {
  color: #fff;
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
.inner-banner .banner-wrap .maintxt {
  text-transform: none;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 28px !important;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 23px !important;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.inner-banner .banner-wrap .maintxt span.block {
  display: block;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt span.block {
    display: inline-block;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt span.block {
    display: inline;
  }
}
.inner-banner .banner-wrap .maintxt h1 {
  color: #fff !important;
  font-size: 50px !important;
  font-size: 3.125rem !important;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (max-width: 1600px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    color: #fff;
    text-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.inner-banner .badge {
  position: absolute;
  bottom: -87px;
  right: 3%;
  z-index: 2 !important;
}
.inner-banner .badge:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1700px) {
  .inner-banner .badge {
    width: 120px;
    height: 120px;
    bottom: -58px;
  }
}
@media screen and (max-width: 1199px) {
  .inner-banner .badge {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}
@media screen and (max-width: 1023px) {
  .inner-banner .badge {
    width: 90px;
    height: 90px;
    bottom: -48px;
  }
}
@media screen and (max-width: 767px) {
  .inner-banner .badge {
    width: 70px;
    height: 70px;
    bottom: -30px;
  }
}

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

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

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

.custom-mobile-bg {
  display: none;
}

@media screen and (max-width: 1023px) {
  .custom-mobile-bg-wrap {
    background: #80CACD !important;
  }
  .custom-mobile-bg-wrap .custom-mobile-bg {
    display: block;
    min-height: 350px;
    background-size: cover !important;
    background-position: left !important;
    margin-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  .custom-mobile-bg-wrap .custom-mobile-bg {
    min-height: 200px;
  }
}
/* 125% zoom – only above 1200px */
@media screen and (min-width: 1200px) and (min-resolution: 1.25dppx) {
  .project_banner .banner-wrap .maintxt {
    font-size: 78px !important;
  }
  .project_banner .banner-wrap .subtxt {
    font-size: 77px !important;
  }
}
/* 110% zoom – only above 1200px */
@media screen and (min-width: 1200px) and (min-resolution: 1.1dppx) {
  .project_header .logo {
    width: 300px !important;
  }
  .project_banner .banner-wrap .maintxt {
    font-size: 110px;
  }
  .project_banner .banner-wrap .subtxt {
    font-size: 95px;
  }
  .project_banner .banner-wrap .banner-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px !important;
  }
  .project_banner .wrap {
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1799px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 110px;
  }
  .project_banner .banner-wrap .subtxt {
    font-size: 95px;
  }
  .project_banner .banner-wrap .banner-btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .project_banner .wrap {
    padding-right: 0 !important;
  }
  .project_banner .banner-wrap .banner-btn {
    font-size: 16px !important;
  }
  .project_banner .banner-wrap .maintxt {
    font-size: 80px !important;
  }
  .project_banner .banner-wrap .subtxt {
    font-size: 70px !important;
  }
  .project_banner .banner-wrap .banner-btn {
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.elementor-widget-text-editor {
  color: #000 !important;
}

.hm-main-tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (min-width: 768px) {
  .hm-main-tle {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .hm-main-tle {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .hm-main-tle {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .hm-main-tle {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .hm-main-tle {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}
.hm-main-tle h1,
.hm-main-tle h2 {
  font-weight: 800;
}
.hm-main-tle span {
  color: #4268D2;
}
.hm-main-tle.af {
  position: relative;
}
.hm-main-tle.af:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 35%;
  height: 2px;
  background: #cfdaf4;
}

.hm-dental-service {
  display: flex;
  margin: 30px 0 60px;
}
@media screen and (max-width: 1199px) {
  .hm-dental-service {
    width: 90%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 1023px) {
  .hm-dental-service {
    width: 100%;
  }
}
.hm-dental-service .slick-track {
  display: flex;
  position: relative;
}
.hm-dental-service .slick-track .slick-slide {
  height: auto !important;
}
.hm-dental-service .card {
  border-radius: 7px;
  overflow: hidden;
  margin: 0 7px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hm-dental-service .card .card-content {
  min-height: 280px;
  background-size: cover !important;
  background-position: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1470px) {
  .hm-dental-service .card .card-content {
    min-height: 270px;
  }
}
@media screen and (max-width: 1199px) {
  .hm-dental-service .card .card-content {
    min-height: 280px;
  }
}
.hm-dental-service .card .card-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 70%);
}
@media screen and (max-width: 1470px) {
  .hm-dental-service .card .card-content:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 80%);
  }
}
.hm-dental-service .card .card-content .tle {
  color: #fff;
  font-size: 23px !important;
  font-size: 1.4375rem !important;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
  .hm-dental-service .card .card-content .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .hm-dental-service .card .card-content .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.hm-dental-service .card .card-content p {
  color: #fff;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 300 !important;
}
.hm-dental-service .card .card-list {
  background: #FAFAEB;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 280px);
}
@media screen and (max-width: 1470px) {
  .hm-dental-service .card .card-list {
    height: calc(100% - 270px);
  }
}
@media screen and (max-width: 1199px) {
  .hm-dental-service .card .card-list {
    height: calc(100% - 280px);
  }
}
.hm-dental-service .card .card-list .btn {
  width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 1850px) {
  .hm-dental-service .card .card-list ul {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .hm-dental-service .card .card-list ul {
    padding-left: 20px;
  }
}
.hm-dental-service .card .card-list ul li {
  font-family: "Sen", sans-serif !important;
  padding: 7px 0 7px 20px;
  color: #292929;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  position: relative;
}
.hm-dental-service .card .card-list ul li a {
  color: #292929;
}
.hm-dental-service .card .card-list ul li a:hover {
  color: #4268D2;
}
@media screen and (max-width: 1680px) {
  .hm-dental-service .card .card-list ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .hm-dental-service .card .card-list ul li {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.hm-dental-service .card .card-list ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4268d2;
  left: 0;
  top: 18px;
}
@media screen and (max-width: 1470px) {
  .hm-dental-service .card .card-list ul li:before {
    top: 17px;
  }
}
.hm-dental-service .card .card-list ul li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #4268d2;
  left: -2px;
  top: 16px;
}
@media screen and (max-width: 1470px) {
  .hm-dental-service .card .card-list ul li:after {
    top: 15px;
  }
}
.hm-dental-service .slick-active .card .card-list {
  background: #FAFAEB;
}
.hm-dental-service .slick-active + .slick-active .card .card-list {
  background: #EBF6FA;
}
.hm-dental-service .slick-active + .slick-active + .slick-active .card .card-list {
  background: #FFE7DD;
}
.hm-dental-service .slick-active + .slick-active + .slick-active + .slick-active .card .card-list {
  background: #EEFEFF;
}
.hm-dental-service .slick-slide:nth-child(2) .card .card-list {
  background: #EBF6FA;
}
.hm-dental-service .slick-slide:nth-child(3) .card .card-list {
  background: #FFE7DD;
}
.hm-dental-service .slick-slide:nth-child(4) .card .card-list {
  background: #EEFEFF;
}

.cta-wrap {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cta-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    z-index: 1;
  }
}
.cta-wrap .e-con-inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .cta-wrap .e-con-inner .elementor-widget-heading {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap .e-con-inner .elementor-widget-heading.fs-55 {
    font-size: 23px !important;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap .e-con-inner .elementor-widget-heading.fs-45 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .cta-wrap .cta-txt-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1023px) {
  .cta-wrap .cta-txt-wrap .elementor-widget-text-editor {
    width: 100% !important;
  }
}
.cta-wrap .txt-wp {
  position: relative;
}
@media screen and (min-width: 1199px) {
  .cta-wrap .txt-wp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #afaeab;
    background: linear-gradient(180deg, rgba(175, 174, 171, 0.44) 0%, rgb(175, 174, 171) 50%, rgba(175, 174, 171, 0.37) 100%);
  }
}
@media screen and (min-width: 768px) {
  .cta-wrap .txt-wp .block {
    display: block !important;
  }
}
.cta-wrap .call_bx {
  transition: all ease 0.3s;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 1599px) {
  .cta-wrap .call_bx {
    padding: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .cta-wrap .call_bx {
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap .call_bx {
    margin: 0px;
  }
}
.cta-wrap .call_bx .ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4268D2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1600px) {
  .cta-wrap .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .cta-wrap .call_bx .ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cta-wrap .call_bx .ico {
    margin-right: 10px;
    width: 35px;
    height: 35px;
  }
}
.cta-wrap .call_bx .ico svg {
  width: 30px;
  height: 30px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1600px) {
  .cta-wrap .call_bx .ico svg {
    width: 18px;
    height: 18px;
  }
}
.cta-wrap .call_bx .txt {
  color: #000;
}
@media screen and (max-width: 1199px) {
  .cta-wrap .call_bx .txt {
    display: block !important;
  }
}
.cta-wrap .call_bx .txt span {
  display: block;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  font-size: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 1600px) {
  .cta-wrap .call_bx .txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .cta-wrap .call_bx .txt span {
    font-size: 18px;
  }
}
.cta-wrap .call_bx .txt .num {
  color: #000;
  transition: all ease 0.3s;
  font-weight: 600;
  font-size: 44px;
  line-height: 1;
}
@media screen and (max-width: 1680px) {
  .cta-wrap .call_bx .txt .num {
    font-size: 35px;
  }
}
@media screen and (max-width: 1599px) {
  .cta-wrap .call_bx .txt .num {
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .cta-wrap .call_bx .txt .num {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .cta-wrap .call_bx .txt .num {
    display: block !important;
  }
}

@media screen and (max-width: 1199px) {
  .doctor-wrap .doct-wrap {
    justify-content: center !important;
  }
}
.doctor-wrap .logo-slider .swiper-slide-inner {
  background: #ebf1ff !important;
  border-radius: 7px !important;
  min-width: 230px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px !important;
}
@media screen and (max-width: 1680px) {
  .doctor-wrap .logo-slider .swiper-slide-inner {
    min-width: 215px;
  }
}
@media screen and (max-width: 1470px) {
  .doctor-wrap .logo-slider .swiper-slide-inner {
    min-width: 175px;
    min-height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .doctor-wrap .dr-img.wd-45 {
    width: 60% !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .doctor-wrap .dr-img.wd-45 {
    width: 75% !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-wrap .dr-img.wd-45 {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.doctor-wrap .dr-img .dr-bx {
  padding-right: 50px !important;
}
@media screen and (max-width: 1199px) {
  .doctor-wrap .dr-img .dr-bx {
    padding: 0 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .doctor-wrap .dr-img .dr-bx {
    padding: 0 10px !important;
  }
}
.doctor-wrap .dr-img .elementor-widget-image {
  overflow: hidden;
}
.doctor-wrap .dr-img .elementor-widget-image img {
  border-radius: 5px !important;
}
.doctor-wrap .dr-img .elementor-heading-title span {
  color: #4268D2 !important;
}
@media screen and (min-width: 1200px) {
  .doctor-wrap .txt-blk {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .doctor-wrap .txt-blk {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .doctor-wrap .txt-blk .hm-why-wrap {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx {
    padding-right: 40px !important;
  }
}
@media screen and (max-width: 1023px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx {
    width: 45% !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx {
    width: 100% !important;
    padding: 0 0 20px !important;
    border-bottom: solid 1px #bfc6c9;
  }
}
.doctor-wrap .txt-blk .hm-why-wrap .ic-bx {
  position: relative;
}
.doctor-wrap .txt-blk .hm-why-wrap .ic-bx:last-child {
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx:last-child {
    margin-bottom: 0 !important;
  }
}
.doctor-wrap .txt-blk .hm-why-wrap .ic-bx:after {
  content: "";
  position: absolute;
  right: 35px;
  width: 1px;
  height: 80%;
  top: 10%;
  background: #bfc6c9;
  background: linear-gradient(180deg, rgba(191, 198, 201, 0.44) 0%, rgb(191, 198, 201) 50%, rgba(191, 198, 201, 0.37) 100%);
}
@media screen and (max-width: 767px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx.last-child {
    border-bottom: 0;
  }
}
.doctor-wrap .txt-blk .hm-why-wrap .ic-bx.last-child:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx.snd:after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx .elementor-widget-text-editor {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .doctor-wrap .txt-blk .hm-why-wrap .ic-bx .elementor-widget-text-editor {
    width: 90%;
  }
}
.doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper {
  flex-direction: row !important;
  gap: 0 !important;
  justify-content: start;
  align-items: center !important;
  margin-bottom: 15px;
}
.doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin: 0 15px 0 0;
}
.doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  font-size: 40px !important;
}
.doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper .elementor-icon-box-title {
  font-size: 20px !important;
  color: #000 !important;
  text-align: left !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1680px) {
  .doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 1470px) {
  .doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 14px !important;
  }
}
.doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper .elementor-icon-box-title span {
  display: block !important;
}
@media screen and (max-width: 1470px) {
  .doctor-wrap .txt-blk .hm-why-wrap .elementor-icon-box-wrapper .elementor-icon-box-title span {
    display: inline !important;
  }
}

.smile-success .hm-main-tle span {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .smile-success .smile-story {
    margin-top: 15px;
  }
}
.smile-success .smile-story .slick-track {
  display: flex;
  position: relative;
}
.smile-success .smile-story .slick-track .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 1680px) {
  .smile-success .smile-story .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 1680px) {
  .smile-success .smile-story .slick-next {
    right: -35px;
  }
}
.smile-success .smile-story .slick-slide {
  margin: 0 0 0 40px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 30px 55px;
}
@media screen and (max-width: 1680px) {
  .smile-success .smile-story .slick-slide {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .smile-success .smile-story .slick-slide {
    margin: 0px;
  }
}
.smile-success .smile-story .sm-box {
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
.smile-success .smile-story .sm-box figure {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 235px;
}
@media screen and (max-width: 1680px) {
  .smile-success .smile-story .sm-box figure {
    height: 200px;
  }
}
@media screen and (max-width: 1470px) {
  .smile-success .smile-story .sm-box figure {
    height: 165px;
  }
}
@media screen and (max-width: 1199px) {
  .smile-success .smile-story .sm-box figure {
    height: 235px;
  }
}
@media screen and (max-width: 767px) {
  .smile-success .smile-story .sm-box figure {
    height: 170px;
  }
}
.smile-success .smile-story .sm-box figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center;
     object-position: center;
  order-radius: 7px 7px 0 0;
  overflow: hidden;
}
.smile-success .smile-story .sm-cnt {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 40px;
  height: calc(100% - 235px);
}
@media screen and (max-width: 1680px) {
  .smile-success .smile-story .sm-cnt {
    padding: 30px;
    height: calc(100% - 200px);
  }
}
@media screen and (max-width: 1470px) {
  .smile-success .smile-story .sm-cnt {
    padding: 20px;
    height: calc(100% - 165px);
  }
}
@media screen and (max-width: 1199px) {
  .smile-success .smile-story .sm-cnt {
    height: calc(100% - 235px);
  }
}
@media screen and (max-width: 767px) {
  .smile-success .smile-story .sm-cnt {
    height: calc(100% - 170px);
  }
}
.smile-success .smile-story .sm-cnt .tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (max-width: 1680px) {
  .smile-success .smile-story .sm-cnt .tle {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.smile-success .smile-story .sm-cnt .sub {
  font-size: 24px !important;
  font-size: 1.5rem !important;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
  .smile-success .smile-story .sm-cnt .sub {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.smile-success .smile-story .sm-cnt .btn {
  margin-top: auto;
  padding-top: 4px;
}

@media screen and (max-width: 1680px) {
  .before-after-gallery .txt-blk {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .before-after-gallery .txt-blk {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .before-after-gallery .txt-blk {
    padding-left: 0px;
  }
}

.before-after-one .slick-prev:before,
.before-after-two .slick-prev:before {
  left: 0;
  top: -27%;
}
.before-after-one .slick-next,
.before-after-two .slick-next {
  right: -20px;
}
@media screen and (max-width: 1680px) {
  .before-after-one .slick-next,
  .before-after-two .slick-next {
    right: -20px;
  }
}
.before-after-one .slick-next:before,
.before-after-two .slick-next:before {
  top: -27%;
}
.before-after-one .wrap,
.before-after-two .wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .before-after-one .wrap,
  .before-after-two .wrap {
    flex-wrap: wrap;
  }
}
.before-after-one .wrap:after,
.before-after-two .wrap:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 8px;
  width: 98%;
  height: 2px;
  background: #d0d9f4;
}
@media screen and (max-width: 1680px) {
  .before-after-one .wrap:after,
  .before-after-two .wrap:after {
    width: 97%;
  }
}
.before-after-one .wrap figure,
.before-after-two .wrap figure {
  position: relative;
  height: 255px;
}
.before-after-one .wrap figure img,
.before-after-two .wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center;
     object-position: center;
}
.before-after-one .wrap figure figcaption,
.before-after-two .wrap figure figcaption {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  font-size: 15px;
}
.before-after-one .wrap .bef, .before-after-one .wrap .aft,
.before-after-two .wrap .bef,
.before-after-two .wrap .aft {
  width: 50%;
  border-radius: 7px !important;
  margin: 0 10px !important;
  overflow: hidden;
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .before-after-one .wrap .bef, .before-after-one .wrap .aft,
  .before-after-two .wrap .bef,
  .before-after-two .wrap .aft {
    width: 100%;
    margin: 5px 0 !important;
  }
}
.before-after-one .wrap .bef figure figcaption,
.before-after-two .wrap .bef figure figcaption {
  left: 25px;
  bottom: 25px;
  z-index: 2;
  font-size: 15px;
}
.before-after-one .wrap .aft figure figcaption,
.before-after-two .wrap .aft figure figcaption {
  right: 25px;
  bottom: 25px;
  z-index: 2;
}

.before-after-two .wrap:after {
  display: none;
}

.test-monials-wrap {
  width: 80%;
  padding: 50px 0px;
}
@media screen and (max-width: 1470px) {
  .test-monials-wrap {
    padding: 35px 0;
  }
}
@media screen and (max-width: 1199px) {
  .test-monials-wrap {
    padding: 20px 0;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .test-monials-wrap {
    padding: 10px 0;
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .test-monials-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.test-monials-wrap .slick-prev:before {
  left: 15%;
  top: -27%;
}
@media screen and (max-width: 1680px) {
  .test-monials-wrap .slick-prev:before {
    left: -5%;
  }
}
.test-monials-wrap .slick-next {
  right: -20px;
}
.test-monials-wrap .slick-next:before {
  top: -27%;
}
.test-monials-wrap .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 1680px) {
  .test-monials-wrap .slick-slide {
    margin: 0 10px;
  }
}
.test-monials-wrap .test-bx {
  background: #fff;
  padding: 30px;
  border-radius: 7px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1470px) {
  .test-monials-wrap .test-bx {
    padding: 20px;
    min-height: 390px;
  }
}
@media screen and (max-width: 1199px) {
  .test-monials-wrap .test-bx {
    min-height: 0px;
  }
}
.test-monials-wrap .test-bx .stars {
  font-size: 1.5rem;
  color: #2d4dd9;
  margin-bottom: 10px;
  line-height: 1;
  margin: 10px 0px 15px;
  display: block;
}
.test-monials-wrap .test-bx p {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.test-monials-wrap .test-bx p strong {
  font-weight: 500;
}
.test-monials-wrap .test-bx .title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
  margin-top: auto;
}
.test-monials-wrap .test-bx .title .letter {
  background: #4268D2;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 4px;
  text-transform: uppercase;
  flex-shrink: 0;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-size: 1.125rem !important;
  border-radius: 50%;
  font-weight: 600 !important;
  margin-right: 10px;
}
@media screen and (max-width: 1470px) {
  .test-monials-wrap .test-bx .title .letter {
    width: 40px;
    height: 40px;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.test-monials-wrap .test-bx .title .tle {
  color: #4268D2;
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 1680px) {
  .test-monials-wrap .test-bx .title .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 1599px) {
  .test-monials-wrap .test-bx .title .tle {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.test-monials-wrap .test-bx .title .tle span {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 1600px) {
  .test-monials-wrap .test-bx .title .tle span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.test-monials-wrap .test-bx .title .tle span {
  color: #000;
  display: block;
}

.testy-wrap .wd-80 {
  width: 79% !important;
}
@media screen and (max-width: 1199px) {
  .testy-wrap .wd-80 {
    width: 80% !important;
  }
}
@media screen and (max-width: 1023px) {
  .testy-wrap .wd-80 {
    width: 100% !important;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    align-items: center;
  }
}
.testy-wrap .wd-80:after, .testy-wrap .wd-80:before {
  display: none;
}
.testy-wrap .g-twrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .testy-wrap .g-twrap {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 10px;
    justify-self: center;
    align-items: center;
    flex-direction: row;
  }
}
.testy-wrap .g-twrap:hover {
  opacity: 0.8;
}
.testy-wrap .g-twrap img {
  margin-right: 15px;
}
@media screen and (max-width: 1023px) {
  .testy-wrap .g-twrap img {
    width: 40px !important;
  }
}
.testy-wrap .g-twrap p {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .testy-wrap .g-twrap p {
    font-size: 15px !important;
  }
}
.testy-wrap .g-twrap .stars {
  font-size: 1.5rem;
  color: #2d4dd9;
  margin-bottom: 10px;
  line-height: 1;
  margin: 0 15px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .testy-wrap .g-twrap .stars {
    margin: 0 3px;
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1199px) {
  .hygine-wrap .txt-blk {
    margin-bottom: 25px;
  }
}
.hygine-wrap .txt-blk .common-ul ul li {
  font-family: "Sen", sans-serif !important;
  text-transform: capitalize;
}
.hygine-wrap .txt-blk .common-ul ul li:before {
  top: 12px;
}
@media screen and (max-width: 1470px) {
  .hygine-wrap .txt-blk .common-ul ul li:before {
    top: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .hygine-wrap .txt-blk .common-ul ul li:before {
    top: 10px;
  }
}
.hygine-wrap .cta-wp {
  padding: 50px !important;
  border-radius: 5px !important;
  background-position: top right;
  position: relative;
}
@media screen and (max-width: 1470px) {
  .hygine-wrap .cta-wp {
    padding: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .hygine-wrap .cta-wp {
    padding: 30px 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .hygine-wrap .cta-wp:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}
.hygine-wrap .cta-wp .elementor-widget-heading.fs-23 {
  font-size: 24px !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .hygine-wrap .cta-wp .elementor-widget-heading.fs-23 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1470px) {
  .hygine-wrap .cta-wp .elementor-widget-heading.fs-23 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1199px) {
  .hygine-wrap .cta-wp .elementor-widget-heading.fs-23 {
    font-size: 24px !important;
  }
}
.hygine-wrap .cta-wp .tle.fs-40 {
  font-family: "Sen", sans-serif !important;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .hygine-wrap .cta-wp .tle.fs-40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .hygine-wrap .cta-wp .tle.fs-40 {
    margin-bottom: 5px !important;
  }
}
.hygine-wrap .cta-wp .tle.fs-40 span {
  display: block;
  font-size: 32px !important;
}
@media screen and (max-width: 1680px) {
  .hygine-wrap .cta-wp .tle.fs-40 span {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 1470px) {
  .hygine-wrap .cta-wp .tle.fs-40 span {
    font-size: 21.5px !important;
  }
}
@media screen and (max-width: 1199px) {
  .hygine-wrap .cta-wp .tle.fs-40 span {
    font-size: 31.5px !important;
  }
}
.hygine-wrap .cta-wp .elementor-button {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .hygine-wrap .ic-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .hygine-wrap .ic-wrap .elementor-widget-icon-box {
    width: 45% !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hygine-wrap .ic-wrap .elementor-widget-icon-box {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.hygine-wrap .ic-wrap:after, .hygine-wrap .ic-wrap:before {
  display: none;
}
.hygine-wrap .ic-wrap .elementor-icon-box-wrapper {
  flex-direction: row !important;
  gap: 0 !important;
  justify-content: start;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .hygine-wrap .ic-wrap .elementor-icon-box-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
  }
}
.hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon {
  margin: 0 20px 0 0;
}
.hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
  font-size: 60px !important;
}
@media screen and (max-width: 1680px) {
  .hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    font-size: 40px !important;
  }
}
.hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-title {
  font-family: "Sen", sans-serif !important;
  font-size: 25px !important;
  color: #000 !important;
  text-align: left !important;
  margin-bottom: 0 !important;
  margin-top: 5px !important;
}
@media screen and (max-width: 1680px) {
  .hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1470px) {
  .hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1470px) {
  .hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 16px !important;
  }
}
.hygine-wrap .ic-wrap .elementor-icon-box-wrapper .elementor-icon-box-title span {
  display: block !important;
}

.hy-box-wrap .hybx {
  min-height: 346px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  border-radius: 7px;
  overflow: hidden;
  margin: 0 15px;
}
@media screen and (max-width: 1470px) {
  .hy-box-wrap .hybx {
    min-height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .hy-box-wrap .hybx {
    min-height: 300px;
  }
}
.hy-box-wrap .hybx .hy-content {
  padding: 25px 50px;
  height: 100%;
  width: 100%;
  position: relative;
  background: #0b1f2f;
  background: linear-gradient(180deg, rgba(11, 31, 47, 0) 0%, rgba(11, 31, 47, 0.6) 40%);
}
@media screen and (max-width: 1680px) {
  .hy-box-wrap .hybx .hy-content {
    padding: 20px 35px;
  }
}
@media screen and (max-width: 1470px) {
  .hy-box-wrap .hybx .hy-content {
    background: linear-gradient(180deg, rgba(11, 31, 47, 0) 0%, rgba(11, 31, 47, 0.6) 40%);
  }
}
.hy-box-wrap .hybx .hy-content .tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .hy-box-wrap .hybx .hy-content .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.hy-box-wrap .hybx .hy-content .tle span {
  display: block;
}
.hy-box-wrap .hybx .hy-content p {
  color: #fff;
  font-weight: 200 !important;
  padding-right: 10px;
}
.hy-box-wrap .hybx .hy-content .rd {
  position: absolute;
  right: 10%;
  bottom: 25%;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7879 1.19971L15.7069 9.70068C15.7049 9.89009 15.5496 10.0423 15.3602 10.0405C15.171 10.0384 15.0195 9.88317 15.0213 9.69385L15.0946 1.93701C15.0836 2.00626 15.0522 2.07313 14.9989 2.12646L0.584815 16.5405C0.450804 16.6744 0.234406 16.6745 0.10044 16.5405C-0.0335249 16.4066 -0.0334349 16.1902 0.10044 16.0562L14.5145 1.64111C14.5671 1.58858 14.6328 1.5568 14.701 1.54541L6.9481 1.62061C6.75864 1.62242 6.60332 1.47019 6.60142 1.28076C6.59986 1.09152 6.75199 0.936961 6.94126 0.935059L15.4422 0.854004L15.7918 0.850098L15.7879 1.19971ZM14.8026 1.54443C14.8748 1.55387 14.9444 1.58568 14.9999 1.64111C15.055 1.69628 15.086 1.76561 15.0956 1.8374L15.0985 1.54248L14.8026 1.54443Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.hy-box-wrap .hybx .hy-content .rd:hover {
  transform: rotate(45deg);
}

@media screen and (max-width: 1199px) {
  .bottom-cta-wrap {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-cta-wrap {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-cta-wrap:before {
    background-position: 8% !important;
  }
}
.bottom-cta-wrap .text-blk {
  padding: 50px 0 50px 25% !important;
}
@media screen and (max-width: 1199px) {
  .bottom-cta-wrap .text-blk {
    padding: 25px !important;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
  }
}
.bottom-cta-wrap .blue-bx {
  border-radius: 0 0 7px 7px;
  margin-bottom: 50px;
  padding: 50px 40px;
}
@media screen and (max-width: 1199px) {
  .bottom-cta-wrap .blue-bx {
    margin-bottom: 0;
    padding: 20px 40px 30px;
  }
}
@media screen and (max-width: 1023px) {
  .bottom-cta-wrap .blue-bx {
    padding: 15px 20px 20px;
    border-radius: 7px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1400px) {
  .bottom-cta-wrap .blue-bx {
    margin-bottom: 30px !important;
    padding: 40px 40px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .bottom-cta-wrap .blue-bx {
    margin-bottom: 30px !important;
    padding: 30px 30px !important;
  }
}
.bottom-cta-wrap .blue-bx .tle {
  position: relative;
}
.bottom-cta-wrap .blue-bx .tle .elementor-heading-title {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.bottom-cta-wrap .blue-bx .tle .elementor-heading-title span {
  flex: 1;
  height: 2px;
  margin-left: 10px;
  background: #dce5e8;
}
.bottom-cta-wrap .blue-bx .hours-wrap p {
  line-height: 1 !important;
}
.bottom-cta-wrap .blue-bx .hours-wrap-bottom .location {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .location .call_bx {
    margin: 10px 0 !important;
  }
}
.bottom-cta-wrap .blue-bx .hours-wrap-bottom .location .call_bx .ico {
  background: transparent !important;
  margin-right: 5px;
}
@media screen and (max-width: 1470px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .location .call_bx .ico {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .location .call_bx .ico {
    margin-right: 10px !important;
  }
}
.bottom-cta-wrap .blue-bx .hours-wrap-bottom .location .call_bx .ico svg {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1470px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .location .call_bx .ico svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .location .call_bx .ico svg {
    width: 25px;
    height: 25px;
  }
}
.bottom-cta-wrap .blue-bx .hours-wrap-bottom .location:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  height: 80%;
  top: 10%;
  background: #bfc6c9;
  background: linear-gradient(180deg, rgba(191, 198, 201, 0.44) 0%, rgb(191, 198, 201) 50%, rgba(191, 198, 201, 0.37) 100%);
}
@media screen and (max-width: 767px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .location:after {
    display: none;
  }
}
.bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx {
  margin: 0;
  justify-content: start;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx .ico {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 11199px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx .txt {
    display: block !important;
  }
}
@media screen and (max-width: 11199px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx .txt .num {
    display: block !important;
  }
}
.bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx .txt span {
  line-height: 1.2;
  font-size: 17px;
}
@media screen and (max-width: 1680px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx .txt span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1470px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx .txt span {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media screen and (max-width: 11199px) {
  .bottom-cta-wrap .blue-bx .hours-wrap-bottom .call_bx .txt span {
    display: block !important;
  }
}

#sbi_images:after, #sbi_images:before {
  display: none;
}

.sbi_follow_btn a {
  background: #4268D2 !important;
  text-transform: uppercase !important;
}
.sbi_follow_btn a:hover {
  background: #0B0F2F !important;
}
.sbi_follow_btn a span {
  display: inline-block;
  padding-top: 3px;
}

.instagram-wp .txt-blk {
  width: 20% !important;
}
@media screen and (max-width: 1023px) {
  .instagram-wp .txt-blk {
    width: 100% !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.instagram-wp .insta-blk {
  width: 80% !important;
}
@media screen and (max-width: 1023px) {
  .instagram-wp .insta-blk {
    width: 100% !important;
  }
}
.instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button-content-wrapper {
  align-items: center;
}
.instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button-content-wrapper .elementor-button-icon svg {
  width: 17px !important;
}
.instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button-content-wrapper .elementor-button-text {
  letter-spacing: 0.1px !important;
  padding-top: 4px !important;
}
.instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button,
.instagram-wp .insta-blk .elementor-widget-button.btn-sm a {
  font-size: clamp(0.75rem, 0.7384259259rem + 0.0617283951vw, 0.8125rem);
  min-height: 35px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button,
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm a {
    min-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button,
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm a {
    min-height: 35px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button,
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm a {
    font-size: clamp(0.6875rem, 0.6643518519rem + 0.1234567901vw, 0.8125rem);
  }
}
@media screen and (min-width: 1600px) {
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button elementor-button,
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button a,
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm a elementor-button,
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm a a {
    min-height: 40px;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1800px) {
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm .elementor-button,
  .instagram-wp .insta-blk .elementor-widget-button.btn-sm a {
    min-height: 40px;
  }
}

#cff.cff-masonry .cff-item, #cff.cff-masonry .cff-likebox {
  border: none !important;
  padding: 30px;
  background-color: rgba(66, 104, 210, 0.1019607843);
  border-radius: 10px;
}

/* |=>  Child Listing for Parent Page  <=| */
/* |=>  Child Listing for Parent Page  <=| */
.ser_sub_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px;
}
@media screen and (min-width: 1200px) {
  .ser_sub_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .ser_sub_list {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1800px) {
  .ser_sub_list {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.ser_sub_list .ser_sub {
  width: 33.33333%;
  position: relative;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ser_sub_list .ser_sub {
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .ser_sub_list .ser_sub {
    width: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .ser_sub_list .ser_sub {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1800px) {
  .ser_sub_list .ser_sub {
    padding: 0 40px;
  }
}
.ser_sub_list .ser_sub::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: 20px;
  bottom: 20px;
  background: #D2D2D2;
  background: linear-gradient(90deg, rgba(210, 210, 210, 0) 0%, rgba(210, 210, 210, 0.44) 50%, rgba(210, 210, 210, 0) 99%);
}
@media screen and (max-width: 1199px) {
  .ser_sub_list .ser_sub::after {
    display: none;
  }
}
.ser_sub_list .ser_sub:last-child::after {
  display: none;
}
.ser_sub_list .ser_sub .ser_sub_in {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ser_sub_list .ser_sub .ser_sub_in .btn-sm {
  margin-top: auto;
  margin-bottom: 0;
  margin-right: auto;
}
.ser_sub_list .ser_sub .ser_sub_in .ser_sub_head {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.ser_sub_list .ser_sub .ser_sub_in .ser_sub_head .ser_ico {
  width: 50px;
  padding-right: 10px;
}
.ser_sub_list .ser_sub .ser_sub_in .ser_sub_head .ser_ico svg {
  width: 40px;
  height: 40px;
}
.ser_sub_list .ser_sub .ser_sub_in .ser_sub_head .ser_sub_title {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
  .ser_sub_list .ser_sub .ser_sub_in .ser_sub_head .ser_sub_title {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1199px) {
  .our-team-image-box .e-con-inner {
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center;
  }
}
.our-team-image-box .bx {
  margin: 20px !important;
  padding: 10px !important;
}
@media screen and (max-width: 1470px) {
  .our-team-image-box .bx {
    margin: 20px 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  .our-team-image-box .bx {
    width: calc(50% - 20px) !important;
    margin: 10px !important;
  }
}
@media screen and (max-width: 1023px) {
  .our-team-image-box .bx {
    width: 100% !important;
  }
}
.our-team-image-box .elementor-image-box-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .our-team-image-box .elementor-image-box-wrapper {
    flex-direction: column;
  }
}
.our-team-image-box .elementor-image-box-wrapper .elementor-image-box-img {
  height: 400px;
  width: 100% !important;
  margin: 0 !important;
  position: relative;
}
.our-team-image-box .elementor-image-box-wrapper .elementor-image-box-img img {
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center;
  object-position: center;
}
.our-team-image-box .elementor-image-box-wrapper .elementor-image-box-title {
  text-transform: uppercase !important;
  color: #000 !important;
  font-size: 20px !important;
  position: relative;
}
@media screen and (max-width: 1849px) {
  .our-team-image-box .elementor-image-box-wrapper .elementor-image-box-title {
    font-size: 15px !important;
  }
}
.our-team-image-box .elementor-image-box-wrapper .elementor-image-box-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #4268d2;
  margin-bottom: 16px;
  margin-top: 16px;
}
.our-team-image-box .elementor-image-box-wrapper .elementor-image-box-content {
  background: #EBF6FA;
  padding: 20px;
  border-radius: 0 0 7px 7px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.our-team-image-box .elementor-image-box-wrapper .elementor-image-box-content p {
  font-weight: 600 !important;
}

@media screen and (max-width: 1199px) {
  .full-wd-img-wrap .img_bx {
    width: 60% !important;
    margin: 20px auto 0 !important;
    min-height: 500px;
    background-size: contain !important;
  }
}
@media screen and (max-width: 767px) {
  .full-wd-img-wrap .img_bx {
    width: 100% !important;
    margin: 20px auto 0 !important;
    min-height: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .full-wd-img-wrap .txt_blk {
    padding: 4% 8% 4% 4% !important;
  }
}
@media screen and (max-width: 1199px) {
  .full-wd-img-wrap .txt_blk {
    padding: 20px 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .full-wd-img-wrap .txt_blk.left {
    padding: 4% 4% 4% 8% !important;
  }
}
@media screen and (max-width: 1199px) {
  .full-wd-img-wrap .txt_blk.left {
    padding: 20px 10px !important;
  }
}

.coloumn-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .coloumn-box {
    margin: 0 -10px !important;
    width: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .coloumn-box {
    margin: 0 -10px !important;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .coloumn-box {
    flex-wrap: wrap !important;
  }
}
.coloumn-box .bxwp {
  width: calc(33.333333% - 20px) !important;
  margin: 0 10px 20px 10px !important;
  padding: 35px !important;
}
@media screen and (max-width: 1199px) {
  .coloumn-box .bxwp {
    width: 100% !important;
    margin: 5px 0 !important;
    padding: 20px !important;
  }
}
.coloumn-box .bxwp.wd-100 {
  width: 100% !important;
}
.coloumn-box.two-bx .bxwp {
  width: calc(50% - 20px) !important;
  margin: 0 10px 20px 10px !important;
  padding: 20px !important;
}
@media screen and (max-width: 1199px) {
  .coloumn-box.two-bx .bxwp {
    width: 100% !important;
    margin: 5px 0 !important;
  }
}
.coloumn-box.two-bx.wd-100 {
  width: 100% !important;
}

.smile-story-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
.smile-story-listing .sm-box {
  width: calc(25% - 20px);
  margin: 0 10px 10px;
  flex-wrap: wrap;
  background: #FAFAEB;
}
@media screen and (max-width: 1199px) {
  .smile-story-listing .sm-box {
    width: calc(50% - 20px);
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .smile-story-listing .sm-box {
    width: 100%;
    margin: 0 0 10px;
  }
}
.smile-story-listing .sm-box figure {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 235px;
}
@media screen and (max-width: 1680px) {
  .smile-story-listing .sm-box figure {
    height: 200px;
  }
}
@media screen and (max-width: 1470px) {
  .smile-story-listing .sm-box figure {
    height: 165px;
  }
}
@media screen and (max-width: 1199px) {
  .smile-story-listing .sm-box figure {
    height: 235px;
  }
}
@media screen and (max-width: 767px) {
  .smile-story-listing .sm-box figure {
    height: 170px;
  }
}
.smile-story-listing .sm-box figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center;
     object-position: center;
  order-radius: 7px 7px 0 0;
  overflow: hidden;
}
.smile-story-listing .sm-box .sm-cnt {
  background: #FAFAEB;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 40px;
  height: calc(100% - 235px);
}
@media screen and (max-width: 1680px) {
  .smile-story-listing .sm-box .sm-cnt {
    padding: 30px;
    height: calc(100% - 200px);
  }
}
@media screen and (max-width: 1470px) {
  .smile-story-listing .sm-box .sm-cnt {
    padding: 20px;
    height: calc(100% - 165px);
  }
}
@media screen and (max-width: 1199px) {
  .smile-story-listing .sm-box .sm-cnt {
    height: calc(100% - 235px);
  }
}
@media screen and (max-width: 767px) {
  .smile-story-listing .sm-box .sm-cnt {
    height: calc(100% - 170px);
  }
}
.smile-story-listing .sm-box .sm-cnt .tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (max-width: 1680px) {
  .smile-story-listing .sm-box .sm-cnt .tle {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.smile-story-listing .sm-box .sm-cnt .sub {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 1680px) {
  .smile-story-listing .sm-box .sm-cnt .sub {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.smile-story-listing .sm-box .sm-cnt .btn {
  margin-top: auto;
}
.smile-story-listing.single .sm-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 30px;
  width: 100%;
}
.smile-story-listing.single .sm-box:after, .smile-story-listing.single .sm-box:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .smile-story-listing.single .sm-box {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.smile-story-listing.single .sm-box figure {
  width: 40%;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}
@media screen and (max-width: 1199px) {
  .smile-story-listing.single .sm-box figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .smile-story-listing.single .sm-box figure {
    min-height: 300px;
  }
}
.smile-story-listing.single .sm-box .sm-cnt {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .smile-story-listing.single .sm-box .sm-cnt {
    width: 100%;
    padding: 20px;
  }
}
.smile-story-listing.single .sm-box .sm-cnt .tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (max-width: 1680px) {
  .smile-story-listing.single .sm-box .sm-cnt .tle {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.smile-story-listing.single .sm-box .sm-cnt .sub {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 1680px) {
  .smile-story-listing.single .sm-box .sm-cnt .sub {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

.tle-bg {
  background: #fef7ef;
  padding: 20px !important;
  border-radius: 5px;
}

.fst-fold-privacy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}
.fst-fold-privacy .for-boxes {
  display: flex;
  flex-direction: column;
  border: solid 1px #4268D2;
  padding: 30px;
  margin: 0 15px 20px;
  width: calc(50% - 30px);
  font-family: "Josefin Sans", sans-serif;
}
.fst-fold-privacy .for-boxes:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .fst-fold-privacy .for-boxes {
    width: 100%;
    margin: 10px 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fst-fold-privacy .for-boxes {
    padding: 15px;
  }
}
.fst-fold-privacy .for-boxes.wd-100 {
  width: 100% !important;
}
.fst-fold-privacy .for-boxes .tle {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 1470px) {
  .fst-fold-privacy .for-boxes .tle {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (max-width: 1199px) {
  .fst-fold-privacy .for-boxes .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 767px) {
  .fst-fold-privacy .for-boxes .tle {
    flex-wrap: wrap;
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.fst-fold-privacy .for-boxes .tle .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.fst-fold-privacy .for-boxes .sub + .sub {
  margin-top: 15px;
}

.CareCruButton {
  top: auto !important;
  bottom: 0 !important;
  font-size: 15px !important;
  padding: 10px !important;
  min-width: 140px !important;
  min-height: 60px !important;
  background: #4268D2 !important;
}
.CareCruButton strong {
  font-size: 16px !important;
  text-align: left !important;
}
.CareCruButton .CareCruButtonIcon svg {
  width: 25px !important;
  height: 25px !important;
}
@media screen and (max-width: 767px) {
  .CareCruButton {
    width: 100% !important;
    min-height: auto !important;
    border-radius: 0 !important;
    left: 0% !important;
  }
}

.lng-box-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: center;
}
.lng-box-wrap .lng-box {
  background-color: transparent;
  padding: 0px 15px 0px 10px;
  border-right: 1px solid rgba(66, 104, 210, 0.5098039216);
  border-radius: 0px;
}
.lng-box-wrap .lng-box:last-child {
  border-right: 0px solid rgba(66, 104, 210, 0.5098039216);
}

.sub_banner_wrap {
  background-color: #0b0f2f;
  position: relative;
  overflow: hidden;
}
.sub_banner_wrap .sub_banner_close {
  background: #4268d2;
  min-width: 30px;
  min-height: 30px;
  border: none;
  color: #fff;
  font-size: 25px;
  padding-bottom: 3px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}
.sub_banner_wrap .sub_banner_close:hover {
  background: #EF6A34;
}
.sub_banner_wrap.sub-banner--hidden {
  height: 0;
  overflow: visible;
}
.sub_banner_wrap .sub-banner__inner {
  max-height: 0;
  opacity: 0;
  transition: max-height 360ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 260ms ease, margin 260ms ease, padding 260ms ease;
}
.sub_banner_wrap.sub-banner--visible .sub-banner__inner {
  max-height: 300px;
  opacity: 1;
}
.sub_banner_wrap .svg_lines {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sub_banner_wrap .svg_lines svg {
  fill: #ffffff;
  animation: svgScrollUp 36s linear alternate infinite;
  opacity: 30%;
}
.sub_banner_wrap .container {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

/* Animation: move upward and reset */
@keyframes svgScrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-615px);
    /* scroll full hidden height */
  }
}
@media screen and (min-width: 768px) {
  .two_layout ul.cntList-2-cols {
    -moz-columns: 2 auto !important;
         columns: 2 auto !important;
  }
}

.three_layout ul.cntList-2-cols {
  -moz-columns: 1 auto !important;
       columns: 1 auto !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .three_layout ul.cntList-2-cols {
    -moz-columns: 2 auto !important;
         columns: 2 auto !important;
  }
}
@media (min-width: 992px) {
  .three_layout ul.cntList-2-cols {
    -moz-columns: 3 auto !important;
         columns: 3 auto !important;
  }
}

.gform_submission_error {
  font-size: 16px !important;
  text-transform: none !important;
}

.bf-af-wrap-page .ba_outer {
  width: 48%;
  margin-bottom: 25px;
}
.bf-af-wrap-page .ba_outer .wrap {
  width: 100%;
  margin: 10px 0 0;
  gap: 10px;
}
.bf-af-wrap-page .ba_outer .wrap::before, .bf-af-wrap-page .ba_outer .wrap::after {
  display: none;
}
.bf-af-wrap-page .ba_outer .wrap .bef,
.bf-af-wrap-page .ba_outer .wrap .aft {
  margin: 0 !important;
}
.bf-af-wrap-page .ba_outer .ba_name {
  padding: 15px 0;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 768px) {
  .bf-af-wrap-page .ba_outer .ba_name {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .bf-af-wrap-page .ba_outer .ba_name {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .bf-af-wrap-page .ba_outer .ba_name {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .bf-af-wrap-page .ba_outer .ba_name {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
.bf-af-wrap-page .ba_outer .ba_name {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1199px) {
  .bf-af-wrap-page .ba_outer {
    width: 100%;
    margin-bottom: 20px;
  }
}

.project_footer {
  padding: 70px 0 0;
  background: #0b0f2f;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 1199px) {
  .project_footer {
    padding: 30px 0 0;
  }
}
.project_footer .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.project_footer .container:after, .project_footer .container:before {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .project_footer .container {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.project_footer .ftr-clm1 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    margin-bottom: 15px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm1:after, .project_footer .ftr-clm1:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 0;
    flex-flow: wrap;
    flex-direction: row;
  }
}
.project_footer .ftr-clm1 p {
  font-size: 16px !important;
  font-size: 1rem !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-clm1 p {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media screen and (max-width: 1470px) {
  .project_footer .ftr-clm1 p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.project_footer .ftr-clm1 .footer_logo {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 .footer_logo {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm1 .footer_logo {
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm1 .footer_logo figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px !important;
  background: #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-clm1 .footer_logo figure {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1470px) {
  .project_footer .ftr-clm1 .footer_logo figure {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 .footer_logo figure {
    margin: 0 15px 0 0 !important;
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .project_footer .ftr-clm1 .footer_logo figure {
    width: 190px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm1 .footer_logo figure {
    width: 90px;
    height: 90px;
    margin-bottom: 15px !important;
  }
}
.project_footer .ftr-clm1 .footer_logo p {
  color: #8b8d9c;
  font-weight: 400 !important;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm1 .address {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .project_footer .ftr-clm1 .address:after, .project_footer .ftr-clm1 .address:before {
    display: none;
  }
}
.project_footer .ftr-clm2 {
  flex: 0 0 17%;
  max-width: 17%;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm3 {
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 30px;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm4 {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm5 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm5 figure {
  border-radius: 5px !important;
  overflow: hidden;
}
.project_footer .ftr-menu {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-menu {
    margin: 10px 0;
    width: 100%;
    border-bottom: solid 1px #5b6a81;
    padding-bottom: 10px;
  }
}
.project_footer .ftr-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .project_footer .ftr-menu ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.project_footer .ftr-menu ul li {
  padding: 7px 0;
}
.project_footer .ftr-menu ul li.sm a {
  font-size: 16px;
  color: #888888;
}
.project_footer .ftr-menu ul li.sm a:hover {
  color: #4268D2 !important;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-menu ul li.sm a {
    font-size: 14px;
  }
}
.project_footer .ftr-menu ul li.fst-menu a {
  font-size: 20px;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-menu ul li.fst-menu a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1470px) {
  .project_footer .ftr-menu ul li.fst-menu a {
    font-size: 15px;
  }
}
.project_footer .ftr-menu ul li.fst-menu ul li a {
  font-size: 16px;
  color: #888888;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-menu ul li.fst-menu ul li a {
    font-size: 14px;
  }
}
.project_footer .ftr-menu ul li.scnd-menu a {
  font-size: 20px;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-menu ul li.scnd-menu a {
    font-size: 17px;
  }
}
.project_footer .ftr-menu ul li.scnd-menu ul li a {
  font-size: 18px;
  color: #fff;
}
.project_footer .ftr-menu ul li.scnd-menu ul li a:hover {
  color: #4268D2 !important;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-menu ul li.scnd-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1470px) {
  .project_footer .ftr-menu ul li.scnd-menu ul li a {
    font-size: 14px;
  }
}
.project_footer .ftr-menu ul li.scnd-menu ul li li a {
  font-size: 16px;
  color: #888888;
}
.project_footer .ftr-menu ul li.scnd-menu ul li li a:hover {
  color: #4268D2 !important;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-menu ul li.scnd-menu ul li li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1470px) {
  .project_footer .ftr-menu ul li.scnd-menu ul li li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .project_footer .ftr-menu ul li.thrd-menu {
    margin-top: 40px;
  }
}
.project_footer .ftr-menu ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1680px) {
  .project_footer .ftr-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1599px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
.project_footer .ftr-menu ul li a:hover {
  color: #4268D2 !important;
}
.project_footer .ftr-menu ul li li a {
  color: #888888;
  text-transform: uppercase;
  font-size: 16px;
}
.project_footer .ftr-menu ul li li a:hover {
  color: #4268D2 !important;
}
@media screen and (max-width: 1470px) {
  .project_footer .ftr-menu ul li li a {
    font-size: 12px;
  }
}
.project_footer .ftr-menu ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-menu-ancestor a, .project_footer .ftr-menu ul li.current-page-ancestor a, .project_footer .ftr-menu ul li.current-product-ancestor a {
  color: #4268D2;
  font-weight: 500;
}
.project_footer .ftr-menu ul li.current-menu-item ul li a, .project_footer .ftr-menu ul li.current-menu-ancestor ul li a, .project_footer .ftr-menu ul li.current-page-ancestor ul li a, .project_footer .ftr-menu ul li.current-product-ancestor ul li a {
  color: #888888;
}
.project_footer .ftr-menu ul li.current-menu-item ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-menu-ancestor ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-page-ancestor ul li.current-menu-item a, .project_footer .ftr-menu ul li.current-product-ancestor ul li.current-menu-item a {
  color: #4268D2;
  font-weight: 500;
}
.project_footer .ftr-menu ul li.current-menu-item ul li.current-menu-item ul li a, .project_footer .ftr-menu ul li.current-menu-ancestor ul li.current-menu-item ul li a, .project_footer .ftr-menu ul li.current-page-ancestor ul li.current-menu-item ul li a, .project_footer .ftr-menu ul li.current-product-ancestor ul li.current-menu-item ul li a {
  color: #888888;
}

.project_footer .ftr-menu ul li.white a {
  color: #fff !important;
}
.project_footer .ftr-menu ul li.white a:hover {
  color: #4268D2 !important;
}
.project_footer .ftr-menu ul li.white ul li a {
  color: #888888 !important;
}
.project_footer .ftr-menu ul li.white ul li.current-menu-item a {
  color: #4268D2 !important;
}
.project_footer .ftr-menu ul li.white ul li.current-menu-item ul li a {
  color: #888888 !important;
}
.project_footer .ftr-menu ul li.white.current-menu-item a {
  color: #4268D2 !important;
}
.project_footer .ftr-menu ul li.white.current-menu-item ul li a {
  color: #888888 !important;
}

.address .call_bx {
  justify-content: start;
  align-items: start;
  padding: 10px 0;
  margin: 0;
}
.address .call_bx .ico {
  width: auto;
  height: auto;
  background: transparent !important;
  margin-right: 15px;
}
.address .call_bx .ico svg {
  fill: #4268D2;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1680px) {
  .address .call_bx .ico svg {
    width: 20px;
    height: 20px;
  }
}
.address .call_bx .txt {
  color: #fff;
}
.address .call_bx .txt span {
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1680px) {
  .address .call_bx .txt span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1470px) {
  .address .call_bx .txt span {
    font-size: 13px;
  }
}
.address .call_bx .txt .num {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .address .call_bx.location {
    margin-right: 15px;
  }
}
.address .call_bx.location .ico {
  background: transparent !important;
}
@media screen and (max-width: 1199px) {
  .address .call_bx.location .ico {
    margin-top: 2px;
  }
}

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

.social-wp {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .social-wp {
    margin: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .social-wp {
    margin: 15px 0 0;
  }
}
.social-wp p {
  font-weight: 400 !important;
  color: #8b8d9c;
  margin-right: 20px;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 1470px) {
  .social-wp p {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .social-wp p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.social-wp a {
  margin-right: 20px;
}
@media screen and (max-width: 1470px) {
  .social-wp a {
    margin-right: 10px;
  }
}
.social-wp a svg,
.social-wp a img {
  height: 25px !important;
  width: 25px !important;
  fill: #a7afbe;
}
@media screen and (max-width: 1680px) {
  .social-wp a svg,
  .social-wp a img {
    width: 20px !important;
    height: 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .social-wp a svg,
  .social-wp a img {
    width: 15px !important;
    height: 15px !important;
  }
}
.social-wp a svg:hover,
.social-wp a img:hover {
  opacity: 1 !important;
}
.social-wp a:hover svg,
.social-wp a:hover img {
  opacity: 0.7 !important;
}
.social-wp a.y-tube svg {
  height: 30px !important;
  width: 30px !important;
}
@media screen and (max-width: 1680px) {
  .social-wp a.y-tube svg {
    width: 25px !important;
    height: 25px !important;
  }
}
@media screen and (max-width: 1199px) {
  .social-wp a.y-tube svg {
    width: 15px !important;
    height: 15px !important;
  }
}

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

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

.copy {
  background: #000424;
  width: 100%;
  padding: 30px 5px 30px;
  margin-top: 50px;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .copy {
    margin-top: 20px;
  }
}
.copy:after, .copy:before {
  display: none;
}
.copy .copy-cnt {
  flex-direction: column;
}
@media screen and (max-width: 1680px) {
  .copy {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .copy {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
.copy p {
  width: 100%;
  color: #fff;
  font-weight: 300 !important;
  font-size: 18px;
  font-family: "Josefin Sans", sans-serif;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 1599px) {
  .copy p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .copy p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .copy p {
    text-align: center;
  }
}
.copy p a {
  color: #a5a5a5;
}
.copy p a:hover {
  color: #fff;
}

.cnct-fm-wrap {
  padding: 0 !important;
}
.cnct-fm-wrap .cnct-fm-wrap-frst {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst {
    height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst {
    height: 700px;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-frst .loc {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc {
    padding: 35px 10px;
  }
}
@media screen and (min-width: 1680px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc {
    padding: 35px 20px;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location {
  margin-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location {
    padding: 25px 5px;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .ico {
  background-color: transparent;
}
.cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .ico svg {
  fill: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .ico svg {
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .ico svg {
    width: 20px;
    height: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .ico svg {
    width: 30px;
    height: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .txt span.text-white {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .txt span.text-white {
    font-size: 23px !important;
  }
}
@media screen and (min-width: 1440px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .txt span.text-white {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 1680px) {
  .cnct-fm-wrap .cnct-fm-wrap-frst .loc .call_bx.location .txt span.text-white {
    font-size: 33px !important;
  }
}
@media screen and (max-width: 767px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec {
    padding: 50px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec {
    padding: 70px 60px;
  }
}
@media screen and (min-width: 1440px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec {
    padding: 70px 60px;
  }
}
@media screen and (min-width: 1800px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec {
    padding: 70px 60px;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
  color: #fff;
  text-align: left;
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media screen and (min-width: 768px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}
@media screen and (min-width: 1800px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
  font-weight: 700 !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform_heading .gform_title {
    font-size: 37px !important;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-sec p.gform_required_legend {
  display: none;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7::before {
  display: none;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield label.gfield_label {
  font-size: 16px !important;
  gap: 0;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield label.gfield_label .gfield_required .gfield_required_asterisk {
  font-size: 16px;
  color: black;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container input {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  background: none;
  color: #fff !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container input::-moz-placeholder {
  font-size: 16px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container input::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container input {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container input.gfield-choice-input {
  border: 1px solid #BFBFBF;
  background-color: #E8F3F8;
  box-shadow: none;
  border-bottom: 1px solid #BFBFBF !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container input.gfield-choice-input:focus {
  border: none !important;
  outline: none !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container select {
  color: #fff !important;
  background: none;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 16px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container select::-moz-placeholder {
  font-size: 16px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container select::placeholder {
  font-size: 16px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container select option {
  color: #000 !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container textarea {
  padding: 0;
  background: none;
  border: none;
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  font-size: 16px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container textarea::-moz-placeholder {
  font-size: 16px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container textarea::placeholder {
  font-size: 16px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container .gfield_checkbox {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container .gfield_checkbox .gchoice {
    margin-bottom: 10px !important;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container .gfield_checkbox .gchoice label {
  cursor: pointer;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 300;
}
.cnct-fm-wrap .cnct-fm-wrap-sec #gform_fields_7 .gfield .ginput_container .gfield_checkbox .gchoice input {
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 5px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec .gform-footer {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform-footer {
    gap: 0 !important;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-sec .gform-footer input.gform_button {
  border: 1px solid #fff !important;
  font-size: 20px !important;
  padding: 20px 0px !important;
}
@media screen and (max-width: 767px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform-footer input.gform_button {
    font-size: 16px !important;
    padding: 15px 0px !important;
  }
}
@media screen and (min-width: 1600px) {
  .cnct-fm-wrap .cnct-fm-wrap-sec .gform-footer input.gform_button {
    font-size: 25px !important;
    padding: 25px 0px !important;
  }
}
.cnct-fm-wrap .cnct-fm-wrap-sec .gform-footer input.gform_button {
  background-color: #4268D2 !important;
  text-transform: uppercase !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec .gform-footer input.gform_button:hover {
  background-color: #EF6A34 !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec fieldset legend.gfield_label {
  color: #fff !important;
  font-size: 16px !important;
}
.cnct-fm-wrap .cnct-fm-wrap-sec fieldset legend.gfield_label::-moz-placeholder {
  font-size: 16px;
}
.cnct-fm-wrap .cnct-fm-wrap-sec fieldset legend.gfield_label::placeholder {
  font-size: 16px;
}
.cnct-fm-wrap .gform-theme--foundation {
  --gf-form-gap-y: 30px !important;
}
.cnct-fm-wrap .validation_message {
  background-color: var(--tw--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--tw--global--color-white) !important;
  display: inline-block !important;
  font-size: 12px !important;
  padding: 2px 3px;
  position: relative !important;
  z-index: 3;
}
.cnct-fm-wrap .validation_message:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tw--global--color-red);
  top: -5px;
  content: "";
  left: 10px;
  position: absolute;
  transform: rotate(175deg);
}
.cnct-fm-wrap #gform_7_validation_container {
  display: none;
}

.wrap-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
}
@media screen and (min-width: 1680px) {
  .wrap-btn {
    width: 100%;
  }
}
@media screen and (min-width: 1850px) {
  .wrap-btn {
    width: 94%;
  }
}
@media screen and (max-width: 1199px) {
  .wrap-btn {
    margin: 10px 0;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-btn {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .wrap-btn {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.wrap-btn:after, .wrap-btn:before {
  display: none;
}
@media screen and (max-width: 1199px) {
  .wrap-btn .excellence {
    width: 17%;
  }
}
@media screen and (max-width: 1023px) {
  .wrap-btn .excellence {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .wrap-btn .excellence {
    width: 25%;
  }
}
.wrap-btn .rating-card {
  display: flex;
  flex-direction: row;
  min-width: 250px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1470px) {
  .wrap-btn .rating-card {
    min-width: 235px;
  }
}
@media screen and (max-width: 1199px) {
  .wrap-btn .rating-card {
    min-width: auto;
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .wrap-btn .rating-card {
    margin: 0;
  }
}
.wrap-btn .rating-card:hover {
  opacity: 0.8;
}
.wrap-btn .rating-card figure {
  width: 30%;
}
@media screen and (max-width: 1680px) {
  .wrap-btn .rating-card figure {
    width: 20%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1680px) and (max-width: 1199px) {
  .wrap-btn .rating-card figure {
    width: 15%;
  }
}
.wrap-btn .rating-card .google-logo {
  width: 60px;
}
.wrap-btn .rating-card .tle {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .wrap-btn .rating-card .tle {
    font-size: 16px;
  }
}
.wrap-btn .stars {
  font-size: 1.5rem;
  color: #2d4dd9;
  margin-bottom: 10px;
  line-height: 1;
}
.wrap-btn .rating-value {
  font-size: 18px;
  font-weight: 500;
  margin-left: 8px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .wrap-btn .rating-value {
    font-size: 16px;
  }
}
.wrap-btn .reviews {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .wrap-btn .reviews {
    font-size: 14px;
  }
}

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

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

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

@media screen and (max-width: 1199px) {
  .project_header .top_menu {
    display: none !important;
  }
  .main-menu {
    background-color: var(--global--color-white);
    display: flex;
    flex-flow: row wrap;
    flex-flow: column;
    height: 100%;
    position: fixed;
    left: -280px;
    text-align: left;
    top: 0;
    overflow-y: auto;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu .sm_logo {
    background-color: var(--global--color-secondary);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 150px;
    line-height: 1;
    padding: 20px 10px;
    position: relative;
  }
  .main-menu .sm_logo .project_logo svg {
    height: 80px;
    width: auto;
  }
  .main-menu .sm_logo .close_menu {
    background-color: var(--global--color-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 32px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    width: 32px;
    z-index: 3;
  }
  .main-menu .sm_logo .close_menu svg {
    fill: var(--global--color-white);
    height: 12px;
  }
  .main-menu #menu-primary-menu {
    height: calc(100% - 122px);
    overflow-y: auto;
    position: relative;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 0 !important;
  }
  .main-menu ul li {
    border-bottom: 1px solid rgba(66, 104, 210, 0.2);
    line-height: 0;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    color: #000;
    display: inline-block;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: 400;
    padding: 15px 50px 15px 15px;
    width: 100%;
    text-transform: uppercase;
  }
  .main-menu ul li i {
    background-color: rgba(11, 15, 47, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 11px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 24px;
  }
  .main-menu ul li i:before, .main-menu ul li i:after {
    background-color: var(--global--color-secondary);
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .main-menu ul li i:before {
    height: 10px;
    width: 1px;
  }
  .main-menu ul li i:after {
    height: 1px;
    width: 10px;
  }
  .main-menu ul li li a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    opacity: 0.8;
  }
  .main-menu ul li.opened i:before {
    display: none;
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    font-weight: 400;
    color: #4268D2;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    color: #000;
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    font-weight: 400;
    color: #4268D2;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    color: var(--global--color-secondary);
    font-weight: 400;
    opacity: 0.8;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    color: var(--global--color-primary);
    font-weight: 400;
    opacity: 1;
  }
  .main-menu ul .strip_menu_item {
    background-color: var(--global--color-primary);
  }
  .main-menu ul .strip_menu_item .menu_wraps {
    justify-content: flex-start;
    width: 100%;
  }
  .main-menu ul .strip_menu_item .btn-wrap {
    width: 100%;
  }
  .main-menu ul .strip_menu_item .text-wrap {
    display: flex;
    flex-flow: row wrap;
    flex-flow: column;
  }
  .main-menu ul .strip_menu_item .btn_menu-sm {
    background-color: transparent !important;
    border: 1px solid var(--global--color-white);
    color: var(--global--color-white);
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 36px;
    margin-top: 10px;
    width: 100%;
  }
  .open .main-menu {
    left: 0px;
  }
  .open .main-menu .sm_logo .close_menu {
    opacity: 1;
    right: -16px;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu ul > li.mega_menu {
    position: static !important;
  }
  .main-menu ul > li.mega_menu ul li.current-menu-item > a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu ul li ul.sub-menu li a {
    color: #000 !important;
  }
  .main-menu ul > li.mega_menu ul li ul.sub-menu li.current-menu-parent a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu ul li ul.sub-menu li.current-menu-item a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu > a {
    position: relative;
    color: #000 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 30px 0px;
    background: #fff;
    padding: 15px !important;
    width: 95%;
    display: none;
    justify-content: space-between;
    left: auto;
    right: 0;
    gap: 0px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu::after {
    display: none;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    top: -10px;
    height: 20px;
    left: 0;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li {
    width: calc(24% - 10px);
    background: #f8f9fb;
    border: solid 1px #d6ddf2 !important;
    border-radius: 4px;
    padding: 10px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li i {
    display: none;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    font-weight: 500;
    background: #4268D2;
    border-radius: 5px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a:hover {
    color: #0B0F2F;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > a img {
    margin-bottom: 15px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub {
    padding: 15px 35px !important;
    background: #d6e9f1 !important;
    margin-top: 30px !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub a {
    color: #000 !important;
    background: #d6e9f1 !important;
    padding: 15px 35px !important;
    text-align: center;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.no-sub a:hover {
    color: #4268D2 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li.current-page-ancestor > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-menu-ancestor > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-menu-parent > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-page-parent > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current_page_parent > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current_page_ancestor > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current-menu-item > a, .main-menu ul > li.mega_menu > ul.sub-menu > li.current_page_item > a {
    color: #f56b33 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu {
    position: static;
    display: block !important;
    background: none;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-shadow: none !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li {
    border-bottom: 0 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li a {
    padding: 7px 20px 7px 0;
    font-weight: 400;
    color: #000;
    border-bottom: 0 !important;
    position: relative;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li a:hover {
    color: #4268D2 !important;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 6px;
    background: url(assets/svg/mega-more.svg) no-repeat;
    right: 5px;
    top: 24px;
    background-size: 9px;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li:last-child a {
    border-bottom: 0;
  }
  .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li.current-menu-item > a, .main-menu ul > li.mega_menu > ul.sub-menu > li > ul.sub-menu li.current_page_item > a {
    color: #0B0F2F;
  }
  .main-menu ul > li.mega_menu:hover > ul.sub-menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
}
.image-fold {
  margin-top: 30px !important;
  padding: 0 !important;
  border: none !important;
  width: 49% !important;
  background: none !important;
}
@media screen and (max-width: 1200px) {
  .image-fold {
    width: 100% !important;
  }
}
.image-fold a {
  display: none !important;
}
.image-fold .image-fold-wp {
  padding: 30px;
  background: url(assets/images/menu-bg.jpg) no-repeat;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .image-fold .image-fold-wp {
    padding: 10px;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    margin-top: 0 !important;
  }
}
.image-fold .image-fold-wp:after, .image-fold .image-fold-wp:before {
  display: none;
}
.image-fold .image-fold-wp a.btn {
  display: inline-flex !important;
  width: 40% !important;
  min-height: 60px;
}
@media screen and (max-width: 1200px) {
  .image-fold .image-fold-wp a.btn {
    width: auto !important;
    margin-left: 0;
    min-height: 40px;
    margin-top: 5px;
    padding-top: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .image-fold .image-fold-wp a.btn {
    width: auto !important;
    margin-left: 0;
    min-height: 32px;
    margin-top: 5px;
    padding-top: 7px !important;
  }
}
.image-fold .image-fold-wp .tle {
  font-size: 30px;
  color: #000 !important;
  font-weight: 700 !important;
  width: 60% !important;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .image-fold .image-fold-wp .tle {
    width: 100% !important;
    font-size: 16px;
  }
}
.image-fold .image-fold-wp .tle span {
  display: block;
}

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

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

.site-map-wrap {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .site-map-wrap {
    margin: 20px 0;
  }
}
.site-map-wrap ul {
  display: inline-block !important;
  width: auto !important;
}
.site-map-wrap ul li {
  display: block !important;
  position: relative;
  background: transparent !important;
  border-inline-start: none !important;
  font-family: "Josefin Sans", sans-serif !important;
}
.site-map-wrap ul li.image-fold {
  display: none !important;
}
.site-map-wrap ul li:hover, .site-map-wrap ul li:focus {
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li:before {
  display: none !important;
}
.site-map-wrap ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 10px;
  height: 10px;
  background-color: #4268D2;
  border-radius: 50%;
  border: none !important;
}
@media screen and (max-width: 1199px) {
  .site-map-wrap ul li:after {
    top: 16px;
  }
}
.site-map-wrap ul li a {
  font-size: 16px !important;
  border-inline-start: none !important;
  color: #000 !important;
  background: transparent !important;
  text-decoration: none !important;
}
.site-map-wrap ul li a:hover, .site-map-wrap ul li a:focus {
  color: #4268D2 !important;
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li a:hover:after, .site-map-wrap ul li a:hover:before, .site-map-wrap ul li a:focus:after, .site-map-wrap ul li a:focus:before {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .site-map-wrap ul li a {
    font-size: 16px;
  }
}
.site-map-wrap ul li a .sub-arrow {
  display: none !important;
}
.site-map-wrap ul li a:after {
  display: none;
}
.site-map-wrap ul li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
.site-map-wrap ul li ul.sub-menu li {
  border-inline-start: none !important;
  position: relative;
}
.site-map-wrap ul li ul.sub-menu li:after {
  border: none !important;
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 8px;
  height: 8px;
  background-color: #4268D2;
  border-radius: 50%;
  border: none !important;
}
@media screen and (max-width: 1199px) {
  .site-map-wrap ul li ul.sub-menu li:after {
    top: 18px;
  }
}
.site-map-wrap ul li ul.sub-menu li:before {
  display: none !important;
}
.site-map-wrap ul li ul.sub-menu li:hover, .site-map-wrap ul li ul.sub-menu li:focus {
  border: none !important;
  background: transparent !important;
}
.site-map-wrap ul li ul.sub-menu li a {
  background: transparent !important;
  font-family: "Josefin Sans", sans-serif !important;
  border-inline-start: none !important;
}
.site-map-wrap ul li ul.sub-menu li a:hover, .site-map-wrap ul li ul.sub-menu li a:focus {
  background: transparent !important;
  color: #4268D2 !important;
  border: none !important;
  border-inline-start: none !important;
  background: transparent !important;
}
.site-map-wrap ul li ul.sub-menu li a:hover:after, .site-map-wrap ul li ul.sub-menu li a:hover:before, .site-map-wrap ul li ul.sub-menu li a:focus:after, .site-map-wrap ul li ul.sub-menu li a:focus:before {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .site-map-wrap ul li ul li {
    font-size: 15px !important;
  }
}

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

.main-menu .sub-menu .current-menu-item a {
  color: #4268D2 !important;
}

.contact-page-wrap .gmap {
  margin-top: -100px !important;
  border-radius: 0 7px 7px 0 !important;
  height: 670px;
  margin-right: -70px !important;
  z-index: 2;
}
@media screen and (max-width: 1680px) {
  .contact-page-wrap .gmap {
    height: 625px;
  }
}
@media screen and (max-width: 1470px) {
  .contact-page-wrap .gmap {
    height: 600px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-page-wrap .gmap {
    height: 580px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page-wrap .gmap {
    height: auto;
  }
}
.contact-page-wrap .gmap iframe {
  min-height: 500px !important;
  height: 500px !important;
}
@media screen and (max-width: 1366px) {
  .contact-page-wrap .gmap iframe {
    min-height: 480px !important;
    height: 480px !important;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page-wrap .gmap iframe {
    min-height: 35px !important;
    height: 350px !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page-wrap .gmap {
    padding: 40px 40px 40px 9% !important;
    margin-right: -50px !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-page-wrap .gmap {
    padding: 40px 40px 40px 9% !important;
    margin-right: -50px !important;
  }
}
@media screen and (min-width: 1850px) {
  .contact-page-wrap .gmap {
    padding: 70px 70px 70px 7% !important;
    margin-right: -70px !important;
  }
}
@media screen and (min-width: 2000px) {
  .contact-page-wrap .gmap {
    padding: 70px 70px 70px 15% !important;
  }
}
.contact-page-wrap .text-blk {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .contact-page-wrap .text-blk {
    padding: 60px 8% 60px 85px !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-page-wrap .text-blk {
    padding: 60px 8% 60px 85px !important;
  }
}
@media screen and (min-width: 1850px) {
  .contact-page-wrap .text-blk {
    padding: 70px 7% 70px 140px !important;
  }
}
@media screen and (min-width: 2000px) {
  .contact-page-wrap .text-blk {
    padding: 70px 15% 70px 140px !important;
  }
}
.contact-page-wrap .text-blk .tle {
  position: relative;
  margin-bottom: 20px !important;
}
.contact-page-wrap .text-blk .tle .elementor-heading-title {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.contact-page-wrap .text-blk .tle .elementor-heading-title span {
  flex: 1;
  height: 2px;
  margin-left: 10px;
  background: #45475f;
}
.contact-page-wrap .text-blk .elementor-widget-text-editor {
  color: #000 !important;
  width: 100% !important;
}
.contact-page-wrap .text-blk .elementor-widget-text-editor p {
  color: #fff !important;
}
.contact-page-wrap .text-blk .call_bx {
  margin: 0;
  padding: 10px 0;
  justify-content: start;
}
.contact-page-wrap .text-blk .call_bx .txt .num {
  color: #fff;
}
.contact-page-wrap .text-blk .call_bx .txt span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-page-wrap .text-blk .call_bx .ico {
    margin-right: 15px;
  }
}
.contact-page-wrap .text-blk .location .call_bx .ico {
  background: transparent !important;
}
.contact-page-wrap .text-blk .location .call_bx .ico svg {
  width: 35px;
  height: 35px;
}
.contact-page-wrap .text-blk .hours-wrap-bottom {
  justify-content: space-between;
}
.contact-page-wrap .text-blk .hours-wrap-bottom:after, .contact-page-wrap .text-blk .hours-wrap-bottom:before {
  display: none;
}
.contact-page-wrap .text-blk .hours-wrap-bottom .location {
  position: relative;
}
.contact-page-wrap .text-blk .hours-wrap-bottom .location:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 70%;
  background: #403c49;
  background: linear-gradient(180deg, rgba(64, 60, 73, 0.4) 0%, rgb(64, 60, 73) 50%, rgba(64, 60, 73, 0.4) 100%);
}
@media screen and (max-width: 1199px) {
  .contact-page-wrap .text-blk .hours-wrap-bottom .location:after {
    display: block;
    background: #55525c;
  }
}
@media screen and (max-width: 767px) {
  .contact-page-wrap .text-blk .hours-wrap-bottom .location:after {
    display: none;
  }
}
.contact-page-wrap .text-blk .hours-wrap-bottom .call_bx .txt {
  font-weight: 400;
  font-size: 18px;
}
.contact-page-wrap .text-blk .hours-wrap-bottom .call_bx .txt span {
  font-weight: 400;
}
.contact-page-wrap .text-blk .cnt-hourse .elementor-widget-text-editor p {
  font-size: 15px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 1680px) {
  .contact-page-wrap .text-blk .cnt-hourse .elementor-widget-text-editor p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1470px) {
  .contact-page-wrap .text-blk .cnt-hourse .elementor-widget-text-editor p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-page-wrap .text-blk .cnt-hourse .elementor-widget-text-editor p {
    font-size: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page-wrap .text-blk .cnt-hourse .elementor-widget-text-editor p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .vertical-banner {
    width: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    left: -20%;
    top: -35px;
    min-height: 550px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1470px) {
  .vertical-banner {
    left: -25%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .vertical-banner {
    top: -50px;
  }
}
@media screen and (min-width: 1200px) {
  .vertical-banner span {
    color: #849ce2;
    font-size: 28px;
    letter-spacing: 10px;
    transform: rotate(180deg);
    letter-spacing: 25px;
    font-weight: 200 !important;
    font-family: "Josefin Sans", sans-serif;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .vertical-banner span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .vertical-banner {
    display: none;
  }
}
.blog-wraper {
  margin: 10px 0 70px;
}
@media screen and (max-width: 1199px) {
  .blog-wraper {
    margin: 5px 0 40px;
  }
}
.blog-wraper .page-header {
  margin: 20px 0 50px;
}
@media screen and (max-width: 1599px) {
  .blog-wraper .page-header {
    margin: 20px 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .blog-wraper .page-header {
    margin: 20px 0;
  }
}
.blog-wraper .container.vCenter {
  align-items: start;
}

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

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

.cstm_h3 {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .bf-af-wrap-page {
    margin: 25px -10px 0px;
  }
}
.bf-af-wrap-page {
  margin: 25px 0 0;
}
.bf-af-wrap-page .bf-af-boxwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bf-af-wrap-page .bf-af-boxwrap:after, .bf-af-wrap-page .bf-af-boxwrap:before {
  display: none;
}
.bf-af-wrap-page .wrap {
  display: flex;
  flex-direction: row;
  margin: 35px 0;
  position: relative;
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .bf-af-wrap-page .wrap {
    width: 100%;
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .bf-af-wrap-page .wrap {
    flex-wrap: wrap;
  }
}
.bf-af-wrap-page .wrap figure {
  position: relative;
  height: 255px;
}
.bf-af-wrap-page .wrap figure figcaption {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  font-size: 15px;
}
.bf-af-wrap-page .wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center;
     object-position: center;
}
.bf-af-wrap-page .wrap .bef,
.bf-af-wrap-page .wrap .aft {
  width: 50%;
  border-radius: 7px !important;
  margin: 0 10px !important;
  overflow: hidden;
  background: #ddd;
}
@media screen and (max-width: 767px) {
  .bf-af-wrap-page .wrap .bef,
  .bf-af-wrap-page .wrap .aft {
    width: 100%;
    margin: 5px 0 !important;
  }
}
.bf-af-wrap-page .wrap .bef figure figcaption {
  left: 25px;
  bottom: 25px;
  z-index: 2;
}
.bf-af-wrap-page .wrap .aft figure figcaption {
  right: 25px;
  bottom: 25px;
  z-index: 2;
}

.bf-af-loadmore-wrap {
  margin: 50px 0 0;
}

.testy-wrap-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .testy-wrap-page {
    margin: 10px -15px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .testy-wrap-page {
    margin: 10px 0 60px;
  }
}
@media screen and (max-width: 1023px) {
  .testy-wrap-page {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .testy-wrap-page.video {
    margin: 0 0 50px 0;
  }
}
.testy-wrap-page:after, .testy-wrap-page:before {
  display: none;
}
.testy-wrap-page .test-bx {
  border: solid 1px #4268D2;
  padding: 30px;
  border-radius: 7px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  width: calc(33.333333% - 40px);
  margin: 20px;
}
@media screen and (max-width: 1680px) {
  .testy-wrap-page .test-bx {
    padding: 20px;
    min-height: 390px;
    width: calc(33.333333% - 40px);
  }
}
@media screen and (max-width: 1199px) {
  .testy-wrap-page .test-bx {
    min-height: 0px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .testy-wrap-page .test-bx {
    min-height: 0px;
    width: 100%;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .testy-wrap-page .test-bx iframe {
    min-height: 400px !important;
    height: 400px !important;
  }
}
.testy-wrap-page .test-bx .stars {
  font-size: 1.5rem;
  color: #2d4dd9;
  margin-bottom: 10px;
  line-height: 1;
  margin: 10px 0px 15px;
  display: block;
}
.testy-wrap-page .test-bx p {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.testy-wrap-page .test-bx p strong {
  font-weight: 500;
}
.testy-wrap-page .test-bx .title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
  margin-top: auto;
}
.testy-wrap-page .test-bx .title .letter {
  background: #4268D2;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-size: 1.125rem !important;
  border-radius: 50%;
  font-weight: 600 !important;
  margin-right: 10px;
}
@media screen and (max-width: 1470px) {
  .testy-wrap-page .test-bx .title .letter {
    width: 40px;
    height: 40px;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.testy-wrap-page .test-bx .title .tle {
  color: #4268D2;
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 1600px) {
  .testy-wrap-page .test-bx .title .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.testy-wrap-page .test-bx .title .tle span {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media screen and (max-width: 1600px) {
  .testy-wrap-page .test-bx .title .tle span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.testy-wrap-page .test-bx .title .tle span {
  color: #000;
  display: block;
}

.testy-wrap-page .g-twrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .testy-wrap-page .g-twrap {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .testy-wrap-page .g-twrap {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    padding: 10px;
    justify-self: center;
    align-items: center;
  }
}
.testy-wrap-page .g-twrap img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .testy-wrap-page .g-twrap img {
    width: 40px !important;
  }
}
.testy-wrap-page .g-twrap p {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  .testy-wrap-page .g-twrap p {
    font-size: 15px !important;
  }
}
.testy-wrap-page .g-twrap .stars {
  font-size: 1.5rem;
  color: #2d4dd9;
  margin-bottom: 10px;
  line-height: 1;
  margin: 0 15px;
  display: inline;
}
@media screen and (max-width: 767px) {
  .testy-wrap-page .g-twrap .stars {
    margin: 0 3px;
    font-size: 15px !important;
  }
}

.page-success-story {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 70px;
}
.page-success-story .sm-box {
  border-radius: 7px;
  overflow: hidden;
  width: calc(33.33333% - 20px);
  margin: 0 10px 20px;
}
@media screen and (max-width: 1199px) {
  .page-success-story .sm-box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1023px) {
  .page-success-story .sm-box {
    width: 100%;
    margin: 10px 0;
  }
}
.page-success-story .sm-box figure {
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 235px;
}
@media screen and (max-width: 1680px) {
  .page-success-story .sm-box figure {
    height: 200px;
  }
}
@media screen and (max-width: 1470px) {
  .page-success-story .sm-box figure {
    height: 165px;
  }
}
@media screen and (max-width: 1199px) {
  .page-success-story .sm-box figure {
    height: 235px;
  }
}
@media screen and (max-width: 767px) {
  .page-success-story .sm-box figure {
    height: 170px;
  }
}
.page-success-story .sm-box figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100% !important;
  height: 100% !important;
  -o-object-position: center;
     object-position: center;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
.page-success-story .sm-cnt {
  background: #EBF6FA;
  padding: 40px;
  height: calc(100% - 235px);
}
@media screen and (max-width: 1680px) {
  .page-success-story .sm-cnt {
    padding: 30px;
    height: calc(100% - 200px);
  }
}
@media screen and (max-width: 1470px) {
  .page-success-story .sm-cnt {
    padding: 20px;
    height: calc(100% - 165px);
  }
}
@media screen and (max-width: 1199px) {
  .page-success-story .sm-cnt {
    height: calc(100% - 235px);
  }
}
@media screen and (max-width: 767px) {
  .page-success-story .sm-cnt {
    height: calc(100% - 170px);
  }
}
.page-success-story .sm-cnt .tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media screen and (max-width: 1680px) {
  .page-success-story .sm-cnt .tle {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.page-success-story .sm-cnt .sub {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 1680px) {
  .page-success-story .sm-cnt .sub {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .vditle {
    margin-top: 30px;
  }
}

.faq-wrap {
  margin: 25px auto 40px;
}
@media screen and (min-width: 1200px) {
  .faq-wrap {
    width: 85%;
  }
}
@media screen and (min-width: 1600px) {
  .faq-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrap {
    margin: 15px auto 30px;
  }
}

.faq_accordion {
  margin: 20px 0 0;
}

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

.faq_accordion li {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden;
  padding: 15px 0;
  margin: 0 !important;
}
@media screen and (max-width: 1680px) {
  .faq_accordion li {
    padding: 7px 0;
  }
}

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

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

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

@media (max-width: 1199px) {
  .faq_accordion .expand {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .faq_accordion .expand {
    margin-top: 5px !important;
  }
}
.faq_accordion .expand:before {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url("data:image/svg+xml,	%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='-5.0 -10.0 110.0 135.0'%3E%3Cpath d='m81.773 55.152h-26.047v25.695c0 2.8164-2.332 5.1523-5.2266 5.1523s-5.2266-2.2969-5.2266-5.1523v-25.695h-26.047c-2.8594 0-5.2266-2.2969-5.2266-5.1523s2.332-5.1523 5.2266-5.1523h26.047v-25.695c0-2.8164 2.332-5.1523 5.2266-5.1523s5.2266 2.2969 5.2266 5.1523v25.695h26.047c2.8594 0 5.2266 2.2969 5.2266 5.1523s-2.332 5.1523-5.2266 5.1523z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1199px) {
  .faq_accordion .expand:before {
    width: 15px;
    height: 15px;
  }
}
.faq_accordion .title {
  background-color: #EBF6FA;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  cursor: pointer;
  display: flex;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  font-weight: 600 !important;
  line-height: 1.3;
  position: relative;
  text-transform: none !important;
  padding: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 1680px) {
  .faq_accordion .title {
    padding: 20px;
  }
}

.faq_accordion .title > * {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 10px;
  text-transform: inherit !important;
}

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

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

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

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

.faq_accordion li {
  position: relative;
}

.faq_accordion li .faq_content {
  display: none;
}

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

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

.faq_accordion li.opened .expand:before {
  width: 27px;
  height: 5px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 4' style='enable-background:new 0 0 22 4;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23000;' d='M20,0H2C0.9,0,0,0.9,0,2s0.9,2,2,2h18c1.1,0,2-0.9,2-2S21.1,0,20,0z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .faq_accordion li.opened .expand:before {
    width: 15px;
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .faq_accordion li.opened .expand:before {
    top: 5px;
  }
}

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

@media (min-width: 320px) {
  .faq_accordion .title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .faq_accordion .title:hover {
    color: #4268D2 !important;
  }
  .faq_accordion .faq_content {
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 25px;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .faq_accordion .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .faq_accordion .faq_content {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1300px) {
  .faq_accordion .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .faq_accordion > li:not(:last-child) {
    margin-bottom: 15px;
  }
  .faq_accordion .title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .faq_accordion .faq_content {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .faq_accordion .title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .faq_accordion .faq_content {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}