@charset "UTF-8";
:root {
  --font-outfit: "Overpass", sans-serif;
  --font-heading: "Overpass", 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);
  --global--color-primary: #0A58A5;
  --global--color-secondary: #000;
  --global--color-black: #000;
  --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;
  --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;
}

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: "Overpass", 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;
}

body {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black);
  font-family: "Overpass", 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 (min-width: 1200px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (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: "Overpass", 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 (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 (max-width: 1199px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
    padding: 10px;
  }
}

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-wrap: wrap;
  margin-left: calc(-0.5 * var(--tw-gutter-sm));
  margin-right: calc(-0.5 * var(--tw-gutter-sm));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--tw-gutter-sm) * 0.5);
  margin-top: calc(var(--tw-gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--tw-gutter-sm) * 0.5);
  padding-right: calc(var(--tw-gutter-sm) * 0.5);
  position: relative;
  width: 100%;
}
.tw-row .auto-width {
  flex: 0 0 auto;
  width: auto;
}
.tw-row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.tw-row.no-gap > * {
  padding-left: 0;
  padding-right: 0;
}
.tw-row.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}
.tw-row.xs_row {
  margin-left: -6px;
  margin-right: -6px;
}
.tw-row.xs_row > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 1200px) {
  .tw-row.xl_row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tw-row.xl_row > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (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 (min-width: 576px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (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 (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 (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 (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 (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 (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 (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 (min-width: 576px) {
  .container-fluid {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1780px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    width: 96%;
  }
}
@media (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 (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 (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 (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 (min-width: 1200px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1300px) {
  .custom_container-left {
    margin-left: calc((100vw - 1250px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .custom_container-left {
    margin-left: calc((100vw - 1450px) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .custom_container-left {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}

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

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

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

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

@media (min-width: 1200px) {
  .xl_pad {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (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 (min-width: 768px) and (max-width: 1199px) {
  .e-con-inner .half-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
.elementor-widget-button .elementor-button-wrapper a,
.btn {
  background: #0A58A5;
  color: #fff !important;
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Overpass", sans-serif !important;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 320px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-top: 3px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 4px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 55px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .btnsNew, .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a,
  .btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 65px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.btnsNew:active, .elementor-widget-button .elementor-button-wrapper .elementor-button:active,
.elementor-widget-button .elementor-button-wrapper a:active, .btnsNew:focus, .elementor-widget-button .elementor-button-wrapper .elementor-button:focus,
.elementor-widget-button .elementor-button-wrapper a:focus, .btnsNew:hover, .elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover, .btnsNew:visited, .elementor-widget-button .elementor-button-wrapper .elementor-button:visited,
.elementor-widget-button .elementor-button-wrapper a:visited,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew i, .elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i,
.btn i {
  display: none !important;
}
.btnsNew .ico, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico,
.elementor-widget-button .elementor-button-wrapper a .ico, .btnsNew .elementor-button-icon, .elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon,
.btn .ico,
.btn .elementor-button-icon {
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
.btnsNew .ico svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico svg,
.elementor-widget-button .elementor-button-wrapper a .ico svg, .btnsNew .elementor-button-icon svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon svg,
.btn .ico svg,
.btn .elementor-button-icon svg {
  transition: all ease 0.3s;
  width: 35px;
  height: 35px;
}
@media (max-width: 1680px) {
  .btnsNew .ico svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico svg,
  .elementor-widget-button .elementor-button-wrapper a .ico svg, .btnsNew .elementor-button-icon svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
  .elementor-widget-button .elementor-button-wrapper a .elementor-button-icon svg,
  .btn .ico svg,
  .btn .elementor-button-icon svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew .ico.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico.sm svg,
.elementor-widget-button .elementor-button-wrapper a .ico.sm svg, .btnsNew .elementor-button-icon.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon.sm svg,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon.sm svg,
.btn .ico.sm svg,
.btn .elementor-button-icon.sm svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1680px) {
  .btnsNew .ico.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .ico.sm svg,
  .elementor-widget-button .elementor-button-wrapper a .ico.sm svg, .btnsNew .elementor-button-icon.sm svg, .elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon.sm svg,
  .elementor-widget-button .elementor-button-wrapper a .elementor-button-icon.sm svg,
  .btn .ico.sm svg,
  .btn .elementor-button-icon.sm svg {
    width: 20px;
    height: 20px;
  }
}
.btnsNew:hover, .elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover,
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btnsNew.white, .elementor-widget-button .elementor-button-wrapper .white.elementor-button,
.elementor-widget-button .elementor-button-wrapper a.white,
.btn.white {
  background: #fff;
  color: #000 !important;
}
.btnsNew.white:hover, .elementor-widget-button .elementor-button-wrapper .white.elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a.white:hover,
.btn.white:hover {
  background: #000 !important;
  color: #fff !important;
}
.btnsNew.border, .elementor-widget-button .elementor-button-wrapper .border.elementor-button,
.elementor-widget-button .elementor-button-wrapper a.border,
.btn.border {
  background: transparent !important;
  border: solid 1px #0A58A5 !important;
  color: #0A58A5 !important;
}
.btnsNew.border:hover, .elementor-widget-button .elementor-button-wrapper .border.elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a.border:hover,
.btn.border:hover {
  background: #000 !important;
  color: #fff !important;
}
@media (min-width: 320px) {
  .btnsNew.btn-sm, .elementor-widget-button .elementor-button-wrapper .btn-sm.elementor-button,
  .elementor-widget-button .elementor-button-wrapper a.btn-sm,
  .btn.btn-sm {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 35px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 115px !important;
  }
}
@media (min-width: 1200px) {
  .btnsNew.btn-sm, .elementor-widget-button .elementor-button-wrapper .btn-sm.elementor-button,
  .elementor-widget-button .elementor-button-wrapper a.btn-sm,
  .btn.btn-sm {
    font-size: 12px !important;
    height: 35px !important;
    width: 115px !important;
  }
}
@media (min-width: 1600px) {
  .btnsNew.btn-sm, .elementor-widget-button .elementor-button-wrapper .btn-sm.elementor-button,
  .elementor-widget-button .elementor-button-wrapper a.btn-sm,
  .btn.btn-sm {
    font-size: 14px !important;
    height: 45px !important;
    width: 130px !important;
  }
}

.elementor-widget-button .elementor-button-wrapper .elementor-button,
.elementor-widget-button .elementor-button-wrapper a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center !important;
  background-color: #0A58A5;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 36px;
  padding: 0 10px !important;
  position: relative;
  font-family: "Overpass", sans-serif;
  border: none !important;
  line-height: 1;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.elementor-widget-button .elementor-button-wrapper a .elementor-button-content-wrapper {
  align-items: center !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button svg,
.elementor-widget-button .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 18px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i {
  display: none;
  line-height: 0;
  margin-left: -28px;
  margin-top: 5px;
  opacity: 0;
  padding-left: 10px;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button > *,
.elementor-widget-button .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover i,
.elementor-widget-button .elementor-button-wrapper a:hover i {
  opacity: 1;
  margin-left: 0;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:focus, .elementor-widget-button .elementor-button-wrapper .elementor-button:visited,
.elementor-widget-button .elementor-button-wrapper a:focus,
.elementor-widget-button .elementor-button-wrapper a:visited {
  color: var(--global--color-white);
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.elementor-widget-button .elementor-button-wrapper a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button:not(:last-child),
.elementor-widget-button .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
.elementor-widget-button .elementor-button-wrapper .elementor-button i,
.elementor-widget-button .elementor-button-wrapper a i {
  display: none !important;
}
@media (min-width: 320px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 40px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 3px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 4px !important;
  }
}
@media (min-width: 1600px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 65px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 767px) {
  .elementor-widget-button .elementor-button-wrapper .elementor-button,
  .elementor-widget-button .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .elementor-widget-button .elementor-button-wrapper .elementor-button:not(:last-child),
  .elementor-widget-button .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}
.elementor-widget-button.no-after .elementor-button,
.elementor-widget-button.no-after a {
  color: var(--global--color-primary) !important;
}
.elementor-widget-button.no-after .elementor-button svg,
.elementor-widget-button.no-after a svg {
  fill: var(--global--color-primary);
}
.elementor-widget-button.no-after .elementor-button:hover,
.elementor-widget-button.no-after a:hover {
  color: var(--global--color-secondary) !important;
}
.elementor-widget-button.no-after .elementor-button:hover svg,
.elementor-widget-button.no-after a:hover svg {
  fill: var(--global--color-secondary);
}
.elementor-widget-button.no-after .elementor-button:after,
.elementor-widget-button.no-after a:after {
  display: none !important;
}

@media (min-width: 320px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1850px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button,
  .icon-show.elementor-widget-button .elementor-button-wrapper a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon {
  margin-left: 20px !important;
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i {
  display: block !important;
  opacity: 1;
  width: 20px;
  height: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i,
  .icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i {
    width: 13px;
    height: 15px;
  }
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button .elementor-button-icon i:before,
.icon-show.elementor-widget-button .elementor-button-wrapper a .elementor-button-icon i:before {
  position: absolute;
  left: 0;
  top: 7px;
}
.icon-show.elementor-widget-button .elementor-button-wrapper .elementor-button:hover .elementor-button-icon,
.icon-show.elementor-widget-button .elementor-button-wrapper a:hover .elementor-button-icon {
  margin-left: 0px !important;
}

.icon-btn .elementor-button-wrapper .elementor-button,
.icon-btn .elementor-button-wrapper a {
  padding-left: 20px !important;
  padding-right: 10px !important;
}
@media (min-width: 1200px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-left: 25px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 1600px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-left: 30px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 1850px) {
  .icon-btn .elementor-button-wrapper .elementor-button,
  .icon-btn .elementor-button-wrapper a {
    padding-right: 7px !important;
  }
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-content-wrapper,
.icon-btn .elementor-button-wrapper a .elementor-button-content-wrapper {
  align-items: center;
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
.icon-btn .elementor-button-wrapper a .elementor-button-icon {
  background: #fcd373;
  border-radius: 5px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1680px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1599px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon {
    width: 25px;
    height: 25px;
  }
}
.icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
.icon-btn .elementor-button-wrapper a .elementor-button-icon svg {
  height: 20px;
  width: 20px;
}
@media (max-width: 1599px) {
  .icon-btn .elementor-button-wrapper .elementor-button .elementor-button-icon svg,
  .icon-btn .elementor-button-wrapper a .elementor-button-icon svg {
    width: 15px;
    height: 15px;
  }
}

.btn-sm .elementor-button-wrapper .elementor-button,
.btn-sm .elementor-button-wrapper a {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  height: 36px;
}
@media (min-width: 768px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 34px;
  }
}
@media (min-width: 1600px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 45px;
  }
}
@media (min-width: 1850px) {
  .btn-sm .elementor-button-wrapper .elementor-button,
  .btn-sm .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .btn-sm .elementor-button-wrapper .elementor-button i,
  .btn-sm .elementor-button-wrapper a i {
    margin-top: 1px !important;
  }
}

.btn-md .elementor-button-wrapper .elementor-button,
.btn-md .elementor-button-wrapper a {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}

.btn-lg .elementor-button-wrapper .elementor-button,
.btn-lg .elementor-button-wrapper a {
  font-size: 16px !important;
  font-size: 1rem !important;
  height: 38px;
}
@media (min-width: 768px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 42px;
  }
}
@media (min-width: 1600px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 52px;
  }
}
@media (min-width: 1850px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 58px;
  }
}

.btn-xl .elementor-button-wrapper .elementor-button,
.btn-xl .elementor-button-wrapper a {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  height: 42px;
}
@media (min-width: 768px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    height: 70px;
  }
}
@media (min-width: 1850px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 32px !important;
    font-size: 2rem !important;
    height: 80px;
  }
}

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

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

.btn-white .elementor-button-wrapper .elementor-button,
.btn-white .elementor-button-wrapper .btn,
.btn-white .elementor-button-wrapper .btnsNew,
.btn-white .elementor-widget-button .elementor-button-wrapper a,
.elementor-widget-button .btn-white .elementor-button-wrapper a,
.btn-white .elementor-button-wrapper a {
  color: var(--global--color-black) !important;
  background-color: var(--global--color-white) !important;
  border: none !important;
}
.btn-white .elementor-button-wrapper .elementor-button:hover,
.btn-white .elementor-button-wrapper .btn:hover,
.btn-white .elementor-button-wrapper .btnsNew:hover,
.btn-white .elementor-button-wrapper a:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}

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

.no-style .elementor-button-wrapper .elementor-button,
.no-style .elementor-button-wrapper a {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 500 !important;
  height: auto !important;
  padding: 0 !important;
}
.no-style .elementor-button-wrapper .elementor-button svg,
.no-style .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 16px;
}
.no-style .elementor-button-wrapper .elementor-button i,
.no-style .elementor-button-wrapper a i {
  margin-left: 0;
  margin-top: 3px;
  opacity: 1;
  padding-left: 10px;
}
.no-style .elementor-button-wrapper .elementor-button:hover,
.no-style .elementor-button-wrapper a:hover {
  background-color: transparent !important;
  color: var(--global--color-primary) !important;
}
.no-style .elementor-button-wrapper .elementor-button:hover i,
.no-style .elementor-button-wrapper a:hover i {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .no-style .elementor-button-wrapper .elementor-button svg,
  .no-style .elementor-button-wrapper a svg {
    height: 18px;
  }
}
@media (min-width: 1600px) {
  .no-style .elementor-button-wrapper .elementor-button svg,
  .no-style .elementor-button-wrapper a svg {
    height: 22px;
  }
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button,
.no-style.btn-text-primary .elementor-button-wrapper a {
  color: var(--global--color-primary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-primary .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-primary .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-text-primary .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-secondary);
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button,
.no-style.btn-text-white .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-white .elementor-button-wrapper a svg {
  fill: var(--global--color-white);
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-text-white .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-secondary);
}
.no-style.btn-hover-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-hover-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.no-style.btn-hover-white .elementor-button-wrapper .elementor-button:hover svg,
.no-style.btn-hover-white .elementor-button-wrapper a:hover svg {
  fill: var(--global--color-white);
}
.no-style.text-xs .elementor-button-wrapper .elementor-button,
.no-style.text-xs .elementor-button-wrapper a {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
.no-style.text-xs .elementor-button-wrapper .elementor-button svg,
.no-style.text-xs .elementor-button-wrapper a svg {
  height: 15px;
}
@media (min-width: 1200px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 17px;
  }
}
@media (min-width: 1600px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 19px;
  }
}

/* Progress bar */
.progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #f0f0f0;
  z-index: 9999;
}

.progress-bar {
  height: 100%;
  background-color: #0A58A5;
  transition: all 0.3s ease;
}

/* progress circle */
.progress-circle-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .progress-circle-container {
    display: none !important;
  }
}

.progress-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0A58A5;
}
@media (max-width: 1366px) {
  .progress-circle {
    width: 50px;
    height: 50px;
  }
}

.progress-circle-bar {
  fill: none;
  stroke: black;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
}

.progress-background {
  fill: transparent;
  stroke: #ededed;
  stroke-width: 5;
  stroke-dasharray: none;
}

.scroll-to-top {
  position: absolute;
  height: 85%;
  width: 85%;
  background-color: #0A58A5;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.scroll-to-top svg {
  display: block;
  width: 20px;
  height: 20px;
  stroke: white;
  transition: all 0.1s ease;
}

#back-to-top {
  cursor: pointer;
  align-items: center;
  background-color: var(--global--color-primary);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20px;
  display: inline-flex;
  font-size: 0;
  flex-direction: column;
  justify-content: center;
  height: 35px;
  width: 35px;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  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);
  font-weight: 200 !important;
  z-index: 99;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  display: none !important;
}
@media (max-width: 1600px) {
  #back-to-top {
    width: 30px;
    height: 30px;
  }
}
#back-to-top svg {
  fill: var(--global--color-white);
  height: 12px;
}
#back-to-top:focus {
  outline: none !important;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  display: block !important;
}
@media (max-width: 1199px) {
  #back-to-top.visible {
    display: none !important;
  }
}
#back-to-top:hover {
  background-color: var(--global--color-secondary);
  text-decoration: none;
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading) !important;
  display: block;
  font-weight: 500 !important;
  line-height: 1.2;
  margin: 0 0 10px !important;
  padding: 0;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif !important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit !important;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-color: transparent;
  color: var(--global--color-primary);
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--global--color-secondary);
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
h2 + p,
h2 + ul,
h2 + ol,
h2 + blockquote,
h3 + p,
h3 + ul,
h3 + ol,
h3 + blockquote,
h4 + p,
h4 + ul,
h4 + ol,
h4 + blockquote,
h5 + p,
h5 + ul,
h5 + ol,
h5 + blockquote,
h6 + p,
h6 + ul,
h6 + ol,
h6 + blockquote {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (min-width: 1600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + blockquote,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + blockquote,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + blockquote,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + blockquote,
  h6 + p,
  h6 + ul,
  h6 + ol,
  h6 + blockquote {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.titleSize-70, .elementor-widget-heading.titleSize-70 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}

.titleSize-65, .elementor-widget-heading.titleSize-65 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-65, .elementor-widget-heading.titleSize-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

.titleSize-60, .elementor-widget-heading.titleSize-60 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (min-width: 768px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1300px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.titleSize-52, .elementor-widget-heading.titleSize-52 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}

.titleSize-40, .elementor-widget-heading.titleSize-40 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 320px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.titleSize-42, .elementor-widget-heading.titleSize-42 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 320px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}

.titleSize-47, .elementor-widget-heading.titleSize-47 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 320px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}

.titleSize-48, .elementor-widget-heading.titleSize-48 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 320px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}

.titleSize-45, .elementor-widget-heading.titleSize-45 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 320px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

.titleSize-32, .elementor-widget-heading.titleSize-32 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 320px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 768px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.titleSize-27, .elementor-widget-heading.titleSize-27 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
@media (min-width: 320px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.titleSize-25, .elementor-widget-heading.titleSize-25 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
@media (min-width: 320px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.titleSize-20, .elementor-widget-heading.titleSize-20 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
@media (min-width: 320px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

h1,
.h1,
.elementor-widget-heading {
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1600px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  h1,
  .h1,
  .elementor-widget-heading {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

h2,
.h2 {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  h2,
  .h2 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

h3,
.h3 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1850px) {
  h3,
  .h3 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}

h4,
.h4 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1850px) {
  h4,
  .h4 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

h5,
.h5 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  h5,
  .h5 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}

h6,
.h6 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  h6,
  .h6 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-heading);
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: none;
}
.elementor-widget-heading .elementor-heading-title {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1;
  position: relative;
}
.elementor-widget-heading .elementor-heading-title a {
  background-color: transparent;
  color: inherit;
  position: relative;
  text-decoration: none !important;
}
.elementor-widget-heading .elementor-heading-title a:hover {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.styled_title i {
  display: flex;
  flex-wrap: wrap;
  font-style: normal;
  justify-content: flex-end;
  height: 6px;
  margin-right: 7px;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  width: 30px;
}
.elementor-widget-heading.styled_title i:before, .elementor-widget-heading.styled_title i:after {
  content: "";
  display: inline-block;
  position: relative;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
.elementor-widget-heading.styled_title i:before {
  background-color: var(--global--color-primary);
  height: 1px;
  transform-origin: right;
  width: 100%;
}
.elementor-widget-heading.styled_title i:after {
  background-color: var(--global--color-secondary);
  height: 1px;
  margin-top: auto;
  transform-origin: right;
  width: 55%;
}
.elementor-widget-heading.styled_title .elementor-heading-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.elementor-widget-heading.styled_title.brdr-white i:after {
  background-color: var(--global--color-white);
}
.elementor-widget-heading.styled_title.vertical .elementor-heading-title {
  flex-flow: column wrap;
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-heading.styled_title.vertical i {
  align-items: flex-end;
  height: 30px;
  margin: 0 auto 7px;
  width: 6px;
}
.elementor-widget-heading.styled_title.vertical i:before {
  background-color: var(--global--color-secondary);
  height: 55%;
  margin-right: auto;
  margin-top: auto;
  transform-origin: bottom;
  width: 1px;
}
.elementor-widget-heading.styled_title.vertical i:after {
  background-color: var(--global--color-primary);
  height: 100%;
  transform-origin: bottom;
  width: 1px;
}
.elementor-widget-heading.styled_title.vertical.brdr-white i:before {
  background-color: var(--global--color-white);
}
.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;
}
@media (min-width: 1600px) {
  .elementor-widget-heading.styled_title i {
    height: 8px;
    margin-right: 10px;
    width: 38px;
  }
  .elementor-widget-heading.styled_title.vertical i {
    height: 40px;
    margin-bottom: 10px;
    width: 8px;
  }
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.text-white {
  color: var(--global--color-white) !important;
}
.elementor-widget-heading.text-black {
  color: var(--global--color-black) !important;
}

.center {
  text-align: center !important;
}
.center h1,
.center h2,
.center h3,
.center h4,
.center h5,
.center h6,
.center p {
  text-align: center !important;
}

.text-pink {
  color: #d7a3a1 !important;
}
.text-pink h1,
.text-pink h2,
.text-pink h3,
.text-pink h4,
.text-pink h5,
.text-pink h6,
.text-pink p {
  color: #d7a3a1 !important;
}

.text-primary {
  color: #0A58A5 !important;
}
.text-primary h1, .text-primary .elementor-heading-title,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary p {
  color: #0A58A5 !important;
}

.text-secondary {
  color: #000 !important;
}
.text-secondary h1, .text-secondary .elementor-heading-title,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary p {
  color: #000 !important;
}

body {
  counter-reset: heading-counter;
}

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

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

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

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

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

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

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

.list_styles-ticked li {
  padding-left: 35px;
}
.list_styles-ticked li i {
  flex: 0 0 35px;
  width: 35px;
}
.list_styles-ticked li i svg {
  fill: var(--global--color-primary);
  height: 13.5px !important;
  width: 17.5px !important;
}

.text-black ul li i svg {
  fill: var(--global--color-black);
}

.text-white ul li i svg {
  fill: var(--global--color-white);
}

table {
  border-collapse: collapse !important;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table thead tr {
  border-bottom: solid 1px #D9DDDF !important;
  color: var(--global--color-white);
}
table thead tr th {
  color: inherit;
  font-weight: 600;
  height: 46px;
  text-transform: uppercase;
}
table thead tr th a {
  color: inherit !important;
  text-decoration: underline !important;
}
table thead tr th a:hover {
  text-decoration: none !important;
}
table td,
table th {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  height: auto !important;
  padding: 12px 15px;
}
table td.none,
table th.none {
  height: 10px !important;
  padding: 0 10px;
}
table td a,
table th a {
  color: var(--global--color-primary) !important;
  display: inline;
}
table td a:hover,
table th a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  table td,
  table th {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 992px) {
  table td,
  table th {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  table td,
  table th {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  table td,
  table th {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  table td,
  table th {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
table th {
  color: var(--global--color-primary);
  font-weight: 600;
  height: 34px;
}

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

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

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

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

.ui-datepicker {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header {
  background-color: rgb(8.5428571429, 75.1771428571, 140.9571428571);
  color: var(--global--color-white);
  height: 42px;
  align-items: center;
  display: flex !important;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-prev {
  order: 1;
  margin-right: auto;
  padding-left: 15px;
}
.ui-datepicker .ui-datepicker-prev:hover {
  opacity: 0.7;
}
.ui-datepicker .ui-datepicker-title {
  order: 2;
}
.ui-datepicker .ui-datepicker-next {
  order: 3;
  margin-left: auto;
  padding-right: 15px;
}
.ui-datepicker .ui-datepicker-next:hover {
  opacity: 0.7;
}

/* =====     Forms     ===== */
input {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
input:focus-visible, input:focus {
  outline: none !important;
}

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

.fs-form_elements {
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .fs-form_elements {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-form_elements {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-form_elements {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  ::-webkit-input-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  ::-webkit-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  :-moz-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  :-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

::-moz-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  ::-moz-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  ::-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  ::-moz-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  :-ms-input-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  :-ms-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  :-ms-input-placeholder {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

label {
  line-height: 1;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  label {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  label {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  label {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.form-elements,
textarea,
select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--global--color-box-bg);
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #0A58A5 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 15px 0 !important;
  text-transform: none;
  width: 100%;
  color: var(--global--color-secondary) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 320px) {
  .form-elements,
  textarea,
  select {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .form-elements,
  textarea,
  select {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .form-elements,
  textarea,
  select {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

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

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

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(--global--color-secondary);
  text-transform: none;
}
select:focus, select:active {
  outline: none;
}
@media (min-width: 1600px) {
  select {
    background-size: 18px 9px;
  }
}

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

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

.input-holder {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 1680px) {
  .input-holder {
    margin-bottom: 10px;
  }
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--global--color-red);
}
.input-holder .error {
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white);
  display: inline-block;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: -20px;
}
@media (min-width: 1600px) {
  .input-holder .error {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 30px;
}

/* == Radio buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--global--color-black);
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid var(--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(--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(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--global--color-primary);
  height: 62%;
  width: 62%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

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

.popUp_form .form-elements,
.popUp_form textarea {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  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(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: #000;
  border: 0 !important;
  border-top-right-radius: 6px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  color: #fff;
  opacity: 0.8;
}
.tw-modal-wrapper .tw-modal-header {
  color: #000;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.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(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--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(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  width: 800px !important;
}
@media (max-width: 1023px) {
  .tw-modal-wrapper.fullwidthPopup .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 800px;
}
.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 (min-width: 320px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 20px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-close-button:hover {
    background-color: #000 !important;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
  text-transform: uppercase;
  color: #0A58A5;
  font-weight: 600;
}
.tw-modal-wrapper.showed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tw-modal-wrapper .input-holder input {
  border-bottom: solid 2px #0A58A5 !important;
  padding: 20px 0 5px !important;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0px !important;
  border-radius: 0;
  color: #000 !important;
}
@media (max-width: 1440px) {
  .tw-modal-wrapper .input-holder input {
    padding: 20px 0 5px !important;
  }
}
.tw-modal-wrapper .input-holder input ::-webkit-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder input :-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder input ::-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder input :-ms-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea {
  border-bottom: solid 2px #0A58A5 !important;
  padding: 45px 0 15px 0 !important;
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  height: 90px;
  border-radius: 0;
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea ::-webkit-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea :-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea ::-moz-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder textarea :-ms-input-placeholder {
  color: #000 !important;
}
.tw-modal-wrapper .input-holder.select {
  position: relative;
}
.tw-modal-wrapper .input-holder.select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25px;
  border-left: solid 1px #585858;
  border-top: solid 1px #585858;
  transform: rotate(225deg);
  width: 8px;
  height: 8px;
}
.tw-modal-wrapper .input-holder.select select {
  width: 100%;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #0A58A5 !important;
  border-radius: 0 !important;
  padding: 20px 0 5px !important;
  height: auto !important;
}
.tw-modal-wrapper .input-holder.select select option {
  color: #000 !important;
  opacity: 1 !important;
}
.tw-modal-wrapper .input-holder.submit-wrap {
  text-align: right;
}
.tw-modal-wrapper .input-holder.submit-wrap input[type=button],
.tw-modal-wrapper .input-holder.submit-wrap input[type=submit] {
  width: 200px;
  background: #0A58A5 !important;
  padding: 0 !important;
  height: 50px;
  color: #fff !important;
  border: none !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (max-width: 1680px) {
  .tw-modal-wrapper .input-holder.submit-wrap input[type=button],
  .tw-modal-wrapper .input-holder.submit-wrap input[type=submit] {
    height: 50px;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1470px) {
  .tw-modal-wrapper .input-holder.submit-wrap input[type=button],
  .tw-modal-wrapper .input-holder.submit-wrap input[type=submit] {
    height: 40px;
    width: 135px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.tw-modal-wrapper .input-holder.submit-wrap input[type=button]:hover,
.tw-modal-wrapper .input-holder.submit-wrap input[type=submit]:hover {
  background: #000 !important;
  color: #fff !important;
}

.modal-dialog {
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: 100% !important;
  }
}

.tw-modal-container {
  width: 700px !important;
}
@media (max-width: 767px) {
  .tw-modal-container {
    width: 100% !important;
  }
}
.tw-modal-container form {
  margin: 20px 0 20px;
}
.tw-modal-container form .input-holder {
  margin-bottom: 10px;
}
.tw-modal-container .submit-wrap {
  text-align: right;
  width: 100%;
}
.tw-modal-container .submit-wrap .btn {
  margin-top: 15px !important;
}
@media (min-width: 320px) {
  .tw-modal-container .submit-wrap .btn {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-container .submit-wrap .btn {
    height: 50px !important;
  }
}
.tw-modal-container .submit-wrap button[type=submit] {
  height: 50px !important;
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .tw-modal-container .submit-wrap button[type=submit] {
    height: 45px;
  }
}
.tw-modal-container .submit-wrap button[type=submit]:hover {
  background: #000;
}
.tw-modal-container .half-width {
  width: 48%;
}
@media (max-width: 767px) {
  .tw-modal-container .half-width {
    width: 100%;
  }
}
.tw-modal-container .full-width {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tw-modal-container .full-width {
    flex-wrap: wrap;
  }
}
.tw-modal-container .full-width:after, .tw-modal-container .full-width:before {
  display: none;
}

body.page-id-81 .tw-modal-container .footer-form {
  padding: 0px !important;
}

.tw-modal-container .popup-file-upload-wrapper {
  border-bottom: solid 2px #0A58A5 !important;
}
.tw-modal-container .popup-file-upload-wrapper .popup-file-upload-label:before {
  background: #fff !important;
}
.tw-modal-container .popup-file-upload-wrapper .file-text {
  color: #000 !important;
}
@media (max-width: 767px) {
  .tw-modal-container .footer-form form {
    padding: 0 !important;
  }
}
.tw-modal-container .footer-form form ::-moz-placeholder {
  color: #000 !important;
}
.tw-modal-container .footer-form form ::placeholder {
  color: #000 !important;
}
.tw-modal-container .footer-form form .select {
  color: #000 !important;
}
.tw-modal-container .footer-form form .select select {
  color: #000 !important;
}

@font-face {
  font-family: "The Seasons";
  src: url("assets/fonts/TheSeasonsBold.eot");
  src: url("assets/fonts/TheSeasonsBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TheSeasonsBold.woff2") format("woff2"), url("assets/fonts/TheSeasonsBold.woff") format("woff"), url("assets/fonts/TheSeasonsBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("assets/fonts/TheSeasonsLight.eot");
  src: url("assets/fonts/TheSeasonsLight.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TheSeasonsLight.woff2") format("woff2"), url("assets/fonts/TheSeasonsLight.woff") format("woff"), url("assets/fonts/TheSeasonsLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("assets/fonts/TheSeasonsRegular.eot");
  src: url("assets/fonts/TheSeasonsRegular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TheSeasonsRegular.woff2") format("woff2"), url("assets/fonts/TheSeasonsRegular.woff") format("woff"), url("assets/fonts/TheSeasonsRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-BoldItalic.eot");
  src: url("assets/fonts/HKGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-BoldItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-BoldItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Bold.eot");
  src: url("assets/fonts/HKGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Bold.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Bold.woff") format("woff"), url("assets/fonts/HKGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Black.eot");
  src: url("assets/fonts/HKGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Black.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Black.woff") format("woff"), url("assets/fonts/HKGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Italic.eot");
  src: url("assets/fonts/HKGrotesk-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Italic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Italic.woff") format("woff"), url("assets/fonts/HKGrotesk-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-ExtraBold.eot");
  src: url("assets/fonts/HKGrotesk-ExtraBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-ExtraBold.woff2") format("woff2"), url("assets/fonts/HKGrotesk-ExtraBold.woff") format("woff"), url("assets/fonts/HKGrotesk-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Light.eot");
  src: url("assets/fonts/HKGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Light.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Light.woff") format("woff"), url("assets/fonts/HKGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Regular.eot");
  src: url("assets/fonts/HKGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Regular.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Regular.woff") format("woff"), url("assets/fonts/HKGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-LightItalic.eot");
  src: url("assets/fonts/HKGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-LightItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-LightItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-MediumItalic.eot");
  src: url("assets/fonts/HKGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-MediumItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-MediumItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-Medium.eot");
  src: url("assets/fonts/HKGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-Medium.woff2") format("woff2"), url("assets/fonts/HKGrotesk-Medium.woff") format("woff"), url("assets/fonts/HKGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-SemiBoldItalic.eot");
  src: url("assets/fonts/HKGrotesk-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-SemiBoldItalic.woff2") format("woff2"), url("assets/fonts/HKGrotesk-SemiBoldItalic.woff") format("woff"), url("assets/fonts/HKGrotesk-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  src: url("assets/fonts/HKGrotesk-SemiBold.eot");
  src: url("assets/fonts/HKGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/HKGrotesk-SemiBold.woff2") format("woff2"), url("assets/fonts/HKGrotesk-SemiBold.woff") format("woff"), url("assets/fonts/HKGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

.clinic .slick-dots {
  bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 22%;
  right: 7%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 30px;
  width: 2px;
  border-radius: 10px;
  margin: 0 0 10px 0;
  padding: 0px;
  cursor: pointer;
  background: #B8BFC0;
}
.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: #0A58A5;
}
.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: #009ED8;
  width: 4px;
  height: 50px;
  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 #fff;
  border-radius: 50%;
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px !important;
  width: 50px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 40%;
  background: transparent !important;
  border-radius: 5px !important;
  padding: 0;
  z-index: 9;
  outline: none;
  font-size: 0 !important;
  border: none !important;
}
@media (max-width: 1600px) {
  .slick-prev,
  .slick-next {
    width: 35px !important;
    height: 45px !important;
  }
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent !important;
}
@media (max-width: 1366px) {
  .slick-prev,
  .slick-next {
    top: 42%;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}
@media (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: "Overpass", 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: #0A58A5;
}

.slick-prev {
  left: 45%;
  z-index: 9;
}
@media (max-width: 1599px) {
  .slick-prev {
    left: -15px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  left: 41%;
  top: 30%;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
@media (max-width: 1600px) {
  .slick-prev:before {
    width: 15px;
    height: 15px;
    left: 20%;
    top: 32%;
  }
}
.slick-prev:hover:before {
  border-right: solid 2px #0A58A5 !important;
  border-top: solid 2px #0A58A5 !important;
}

.slick-next {
  right: 0px;
  z-index: 9;
}
@media (max-width: 1599px) {
  .slick-next {
    right: -15px;
  }
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-right: solid 2px #000 !important;
  border-top: solid 2px #000 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 20%;
  top: 30%;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
@media (max-width: 1600px) {
  .slick-next:before {
    width: 15px;
    height: 15px;
    left: 20%;
    top: 32%;
  }
}
.slick-next:hover:before {
  border-right: solid 2px #0A58A5 !important;
  border-top: solid 2px #0A58A5 !important;
}

#horizontalTab {
  position: relative;
  z-index: 2;
}

.resp-tabs-list {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0 10px 0 !important;
  padding: 10px 25px 7px;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  list-style: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: "Overpass", sans-serif !important;
  position: relative;
  background-color: #0A58A5;
  color: #fff;
}
@media (max-width: 1199px) {
  .resp-tabs-list li {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.resp-tabs-list li figure {
  width: 60%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
@media (max-width: 1470px) {
  .resp-tabs-list li figure {
    padding: 5px;
    min-height: 90px;
  }
}
@media (max-width: 1199px) {
  .resp-tabs-list li figure {
    width: 100%;
    margin: 0 auto !important;
    padding: 5px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .resp-tabs-list li figure {
    display: none !important;
  }
}

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

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

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

.resp-tab-active {
  position: relative;
  display: none;
  background: #000 !important;
  color: #fff !important;
}
@media (max-width: 1680px) {
  .resp-tab-active:after {
    right: -40px;
  }
}
@media (max-width: 1199px) {
  .resp-tab-active:after {
    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: #0A58A5;
  margin: 0 50px 0 0 !important;
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .resp-vtabs ul.resp-tabs-list {
    padding: 20px !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 !important;
  }
}
@media (max-width: 1023px) {
  .resp-vtabs ul.resp-tabs-list {
    width: 100%;
  }
}
@media (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 (max-width: 1199px) {
  .resp-vtabs .resp-tabs-list li {
    width: 19%;
    margin: 3px !important;
    background-color: #fff;
    border-radius: 0 !important;
    min-height: 90px;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .resp-vtabs .resp-tabs-list li {
    min-height: 80px;
  }
}
@media (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 (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 (max-width: 1199px) {
  .resp-vtabs .resp-tab-content {
    border-radius: 0 !important;
    padding: 15px;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .resp-tab-content {
    margin: 20px 0;
  }
}
@media (min-width: 1850px) and (max-width: 1920px) {
  .resp-vtabs .resp-tab-content figure {
    overflow: hidden;
  }
  .resp-vtabs .resp-tab-content figure img {
    max-width: none !important;
  }
}

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

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

h2.resp-tab-active span.resp-arrow {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 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 (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 15px;
    border: solid 3px #0A58A5;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  h2.resp-accordion figure {
    margin: 0 auto;
    text-align: center;
  }
}
@media (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;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
  margin: 0 !important;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: 100%;
  padding: 0;
  position: static;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  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(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--global--color-white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  border-radius: 0;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--global--color-secondary);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.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(--global--color-primary);
  padding: 20px;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-black);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    height: 100%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--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(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 900px;
}
.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 (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
    border-radius: 0;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
  .tw-modal-wrapper .tw-modal-body {
    margin-top: 12px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

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

.wd-50 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .wd-50 {
    flex-wrap: wrap;
  }
}
.wd-50:after, .wd-50:before {
  display: none;
}
.wd-50 .input-holder {
  width: 47%;
}
@media (max-width: 767px) {
  .wd-50 .input-holder {
    width: 100%;
  }
}
.wd-50 .input-holder input {
  width: 100%;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.off {
  display: block;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("assets/scss/components/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin: 6px;
  padding: 4px 7px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid transparent;
  display: block;
  height: 16px;
  margin: 0;
  position: relative;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  width: 16px;
}
.owl-theme .owl-dots .owl-dot span:before {
  background-color: var(--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  height: 60%;
  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.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 60%;
}
.owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
  border-color: var(--global--color-primary);
}
.owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
@media (min-width: 768px) {
  .owl-theme .owl-dots .owl-dot span {
    height: 18px;
    width: 18px;
  }
  .owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
}
@media (min-width: 1600px) {
  .owl-theme .owl-dots .owl-dot span {
    height: 22px;
    width: 22px;
  }
  .owl-theme .owl-dots .owl-dot span:before {
    height: 50%;
    width: 50%;
  }
  .owl-theme .owl-dots .owl-dot.active span:before, .owl-theme .owl-dots .owl-dot:hover span:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px);
  }
}
@media (min-width: 1850px) {
  .owl-theme .owl-dots .owl-dot span {
    height: 26px;
    width: 26px;
  }
}
.owl-theme.theme-white .owl-nav [class*=owl-] {
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
}
.owl-theme.theme-white .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.owl-theme.theme-white .owl-dots .owl-dot span:before {
  background-color: var(--global--color-white);
}
.owl-theme.theme-white .owl-dots .owl-dot.active span, .owl-theme.theme-white .owl-dots .owl-dot:hover span {
  border-color: var(--global--color-white);
}

.project_header {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 9999;
  transition: all ease 0.3s;
  top: 0;
  left: 0;
}
.project_header .call_bx.mail .num:hover {
  color: #0A58A5 !important;
}
.project_header .call_bx {
  transition: all ease 0.3s;
  padding: 0;
  margin: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  font-family: "Overpass", sans-serif;
  position: relative;
}
@media (max-width: 1199px) {
  .project_header .call_bx {
    margin: 0 7px;
  }
}
.project_header .call_bx + .call_bx:after {
  display: none !important;
}
.project_header .call_bx:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D9D9D9;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.84) 51%, rgba(217, 217, 217, 0) 94%);
}
@media (max-width: 1470px) {
  .project_header .call_bx:after {
    top: 5px;
    right: -25px;
  }
}
@media (max-width: 1366px) {
  .project_header .call_bx:after {
    right: -25px;
  }
}
@media (max-width: 1199px) {
  .project_header .call_bx:after {
    right: -12px;
  }
}
@media (max-width: 767px) {
  .project_header .call_bx:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .project_header .call_bx {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .project_header .call_bx {
    margin: 0px;
  }
}
.project_header .call_bx .ico {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .project_header .call_bx .ico {
    margin-right: 5px;
  }
}
@media (max-width: 1023px) {
  .project_header .call_bx .ico {
    width: 35px;
    height: 35px;
    margin-right: 0px;
  }
}
.project_header .call_bx .ico svg {
  transition: all ease 0.3s;
  width: 23px;
  height: 23px;
  fill: #fff;
}
@media (max-width: 1680px) {
  .project_header .call_bx .ico svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1600px) {
  .project_header .call_bx .ico svg {
    width: 17px;
    height: 17px;
    margin-top: 5px;
  }
}
@media (max-width: 1600px) {
  .project_header .call_bx .ico svg {
    width: 15px;
    height: 15px;
    margin-top: 7px;
  }
}
@media (max-width: 1199px) {
  .project_header .call_bx .ico svg {
    margin-top: 11px;
  }
}
@media (max-width: 767px) {
  .project_header .call_bx .ico svg {
    margin-top: 0px;
  }
}
.project_header .call_bx span {
  display: block;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Overpass", sans-serif;
}
@media (max-width: 1600px) {
  .project_header .call_bx span {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .project_header .call_bx span {
    font-size: 14px;
  }
}
.project_header .call_bx .txt {
  color: #fff;
}
@media (max-width: 767px) {
  .project_header .call_bx .txt {
    display: none;
  }
}
.project_header .call_bx .num {
  color: #fff;
  transition: all ease 0.3s;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 1680px) {
  .project_header .call_bx .num {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  .project_header .call_bx .num {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .project_header .call_bx .num {
    font-size: 16px;
  }
}
.project_header .call_bx.cart {
  padding: 0px;
  margin-right: 0;
}
@media (max-width: 1680px) {
  .project_header .call_bx.cart {
    margin-left: 10px;
  }
}
@media (max-width: 1199px) {
  .project_header .call_bx.cart {
    margin-right: 10px;
  }
}
.project_header .call_bx.cart:after {
  display: none;
}
.project_header .call_bx.cart .ico {
  position: relative;
}
.project_header .call_bx.cart .ico svg {
  fill: #000;
  width: 29px;
  height: 29px;
}
.project_header .call_bx.cart .ico .txt {
  position: absolute;
  color: #fff;
  background: #0A58A5;
  border-radius: 50%;
  padding: 4px 0 0;
  right: -10px;
  top: 0;
  width: 22px;
  height: 22px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project_header .call_bx.cart:hover {
  opacity: 0.8;
}
.project_header .top-header {
  padding: 20px 0;
}
@media (max-width: 1680px) {
  .project_header .top-header {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .project_header .top-header {
    padding: 3px 0;
  }
}
.project_header .top-header .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1023px) {
  .project_header .top-header .container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .project_header .top-header .container {
    flex-wrap: wrap;
  }
}
.project_header .top-header .search-box {
  display: flex;
  border-bottom: solid 2px #888E8F;
  width: 250px;
  margin-left: 30px;
  transition: 0.2s;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1470px) {
  .project_header .top-header .search-box {
    margin-bottom: -5px;
  }
}
@media (max-width: 1199px) {
  .project_header .top-header .search-box {
    width: 190px;
    margin-left: 5px;
  }
}
@media (max-width: 1023px) {
  .project_header .top-header .search-box {
    width: 180px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .project_header .top-header .search-box {
    width: auto;
    margin-left: 5px;
  }
}
.project_header .top-header .search-box form {
  display: flex;
  align-items: start;
}
@media (max-width: 1680px) {
  .project_header .top-header .search-box form {
    align-items: center;
  }
}
.project_header .top-header .search-box a {
  width: 20px;
  height: 20px;
  background: transparent !important;
}
.project_header .top-header .search-box a svg {
  width: 13px;
  height: 13px;
  fill: #fff;
  margin-right: 10px;
}
@media (max-width: 1470px) {
  .project_header .top-header .search-box a svg {
    margin-top: 2px;
  }
}
.project_header .top-header .search-box input {
  border: none !important;
  background: transparent !important;
  color: #fff;
  padding: 0 !important;
  line-height: 2;
}
@media (max-width: 1680px) {
  .project_header .top-header .search-box input {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .project_header .top-header .search-box input {
    display: none;
  }
}
.project_header .top-header .search-box ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 100 !important;
  font-size: 16px !important;
}
@media (max-width: 1680px) {
  .project_header .top-header .search-box ::-webkit-input-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .project_header .top-header .search-box ::-webkit-input-placeholder {
    font-size: 13px !important;
  }
}
.project_header .top-header .search-box :-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 100 !important;
  font-size: 16px !important;
}
@media (max-width: 1680px) {
  .project_header .top-header .search-box :-moz-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .project_header .top-header .search-box :-moz-placeholder {
    font-size: 13px !important;
  }
}
.project_header .top-header .search-box ::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 100 !important;
  font-size: 16px !important;
}
@media (max-width: 1680px) {
  .project_header .top-header .search-box ::-moz-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .project_header .top-header .search-box ::-moz-placeholder {
    font-size: 13px !important;
  }
}
.project_header .top-header .search-box :-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-weight: 100 !important;
  font-size: 16px !important;
}
@media (max-width: 1680px) {
  .project_header .top-header .search-box :-ms-input-placeholder {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .project_header .top-header .search-box :-ms-input-placeholder {
    font-size: 13px !important;
  }
}
.project_header .top-header .search-box button:hover {
  cursor: pointer;
}
.project_header .top-header .currency_switcher_wrap {
  display: flex;
  flex-direction: row;
  margin-left: 50px;
  align-items: center;
  justify-content: center;
}
.project_header .top-header .currency_switcher_wrap .swich {
  display: flex;
  flex-direction: row;
  padding: 9px 10px;
  border: solid 1px #717570;
  border-right: none !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .project_header .top-header .currency_switcher_wrap .swich {
    padding: 5px 5px;
  }
}
.project_header .top-header .currency_switcher_wrap .swich.currency-USD {
  border-left: none !important;
  border-right: solid 1px #717570 !important;
}
.project_header .top-header .currency_switcher_wrap .swich.active, .project_header .top-header .currency_switcher_wrap .swich:hover {
  background: rgba(0, 158, 216, 0.8);
  cursor: pointer;
}
.project_header .top-header .currency_switcher_wrap .swich .bx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.project_header .top-header .currency_switcher_wrap .swich .bx figure {
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project_header .top-header .currency_switcher_wrap .swich .bx figure img {
  margin-right: 5px;
}
.project_header .top-header .currency_switcher_wrap .swich .bx figure figcaption {
  text-transform: uppercase;
  color: #fff;
  padding-top: 3px;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  line-height: 1;
  font-weight: 300;
  margin-left: 2px;
}
@media (max-width: 1199px) {
  .project_header .top-header .currency_switcher_wrap .swich .bx figure figcaption {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
}
.project_header .project_header-menu {
  padding: 20px 0;
  width: 95%;
  margin: 0 auto;
  position: static;
  z-index: 9999;
  transition: all ease 0.3s;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
}
@media (max-width: 1680px) {
  .project_header .project_header-menu {
    padding: 7px 0;
  }
}
@media (max-width: 1470px) {
  .project_header .project_header-menu {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .project_header .project_header-menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .project_header .project_header-menu {
    padding: 10px 0 5px;
  }
}
.project_header .project_header-menu .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.project_header .project_header-menu .logo {
  margin-right: auto;
  width: 225px !important;
  margin-top: 10px;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1599px) {
  .project_header .project_header-menu .logo {
    width: 180px !important;
  }
}
@media (max-width: 1199px) {
  .project_header .project_header-menu .logo {
    width: 160px !important;
  }
}
@media (max-width: 767px) {
  .project_header .project_header-menu .logo {
    text-align: center;
    margin: 0 auto;
  }
}
.project_header .project_header-menu .logo figure {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .project_header .project_header-menu .logo figure {
    text-align: center;
  }
}
.project_header .project_header-menu .logo figure img {
  transition: all ease 0.3s;
}
@media (max-width: 1680px) {
  .project_header .project_header-menu .logo figure img {
    width: 80% !important;
  }
}
@media (max-width: 1366px) {
  .project_header .project_header-menu .logo figure img {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .project_header .project_header-menu .logo figure img {
    width: 90% !important;
  }
}
.project_header .project_header-menu .hd-right {
  margin-left: auto;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .project_header .project_header-menu .hd-right {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .project_header .project_header-menu .hd-right {
    margin: 0 auto;
    width: 100%;
  }
}
.project_header .project_header-menu .hd-right .top-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 1680px) {
  .project_header .project_header-menu .hd-right .top-right {
    padding-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .project_header .project_header-menu .hd-right .top-right {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .project_header .project_header-menu .hd-right .top-right {
    width: 100%;
  }
}
.project_header .project_header-menu .hd-right .btn {
  font-size: 18px !important;
  height: 60px;
  margin: 0 30px;
}
@media (max-width: 1680px) {
  .project_header .project_header-menu .hd-right .btn {
    height: 45px;
    font-size: 13px !important;
    margin: 0 20px;
  }
}
@media (max-width: 1599px) {
  .project_header .project_header-menu .hd-right .btn {
    font-size: 11px !important;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .project_header .project_header-menu .hd-right .btn {
    font-size: 14px !important;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .project_header .project_header-menu .hd-right .btn {
    font-size: 10px !important;
    padding: 5px 10px !important;
    height: 30px;
  }
}
@media (max-width: 1023px) {
  .project_header .project_header-menu .hd-right .btn .ico {
    display: none;
  }
}
.project_header.slim {
  transition: all ease 0.3s;
  background: #fff;
}
@media (max-width: 1850px) {
  .project_header.slim {
    padding: 5px 0;
  }
}
@media (max-width: 1199px) {
  .project_header.slim {
    padding: 0;
  }
}
.project_header.slim .project_header-menu {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
}
.project_header.slim .top-header {
  display: none !important;
}
.project_header.slim .logo {
  transition: all ease 0.3s;
  width: 160px !important;
  height: 55px !important;
}
.project_header.slim .logo img {
  transition: all ease 0.3s;
}
.project_header.slim .hd-right .btn {
  font-size: 13px !important;
  height: 45px;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .btn {
    font-size: 12px !important;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .btn {
    font-size: 11px !important;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .project_header.slim .hd-right .btn {
    font-size: 14px !important;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .project_header.slim .hd-right .btn {
    font-size: 10px !important;
    padding: 5px 10px !important;
    height: 30px;
  }
}
.project_header.slim .hd-right .call_bx {
  transition: all ease 0.3s;
  padding: 5px;
}
.project_header.slim .hd-right .call_bx .ico {
  width: 35px;
  height: 35px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .call_bx .ico {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .project_header.slim .hd-right .call_bx .ico {
    margin-right: 0px;
  }
}
.project_header.slim .hd-right .call_bx .ico svg {
  width: 20px;
  height: 20px;
  transition: all ease 0.3s;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .call_bx .ico svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1199px) {
  .project_header.slim .hd-right .call_bx .ico svg {
    width: 29px;
    height: 29px;
  }
}
.project_header.slim .hd-right .call_bx .num {
  font-size: 24px;
}
@media (max-width: 1599px) {
  .project_header.slim .hd-right .call_bx .num {
    font-size: 22px;
  }
}
.project_header.slim .hd-right .call_bx span {
  font-size: 12px;
}
@media (min-width: 1850px) {
  .project_header.slim .main-menu ul li a {
    font-size: 17px !important;
  }
  .project_header.slim .main-menu ul li ul li a {
    font-size: 14px !important;
  }
}

/*start mega menu*/
@media (min-width: 1200px) {
  .megamenu-wrap:hover ul.sub-menu {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
    display: block !important;
    width: 650px !important;
  }
}
.project_banner {
  position: relative;
}
.project_banner .banner-sld {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 320px) {
  .project_banner .banner-sld {
    height: 450px;
    background-position: 52% !important;
  }
}
@media (min-width: 768px) {
  .project_banner .banner-sld {
    height: 600px;
    background-position: 52% !important;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner-sld {
    height: 95vh;
    background-position: top center !important;
  }
}
@media (min-width: 1680px) {
  .project_banner .banner-sld {
    height: 97vh;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner-sld.Second-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }
}
.project_banner .container {
  height: 100%;
}
@media (max-width: 1199px) {
  .project_banner .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.project_banner .wrap {
  padding-top: 15%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .project_banner .wrap {
    padding-top: 15%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .project_banner .wrap {
    padding-top: 0%;
  }
}
.project_banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap {
    justify-content: end;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
  }
}
.project_banner .banner-wrap .btn {
  height: 70px;
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .btn {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .btn {
    height: 50px;
  }
}
.project_banner .banner-wrap .maintxt {
  color: #fff;
  font-size: 80px !important;
  font-size: 5rem !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Overpass", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (max-width: 1470px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1366px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
    color: #fff;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .maintxt {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.project_banner .banner-wrap .maintxt span.block {
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .maintxt span.block {
    display: inline-block;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .maintxt span.block {
    display: inline;
  }
}
.project_banner .banner-wrap .subtxt {
  color: #fff;
  font-size: 40px !important;
  font-size: 2.5rem !important;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    text-shadow: none;
    font-weight: 400;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .subtxt {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-weight: 400;
  }
}
.project_banner .banner-wrap .banner-btn {
  height: 80px;
  font-size: 24px !important;
}
@media (max-width: 1600px) {
  .project_banner .banner-wrap .banner-btn {
    height: 60px;
    font-size: 18px !important;
  }
}
@media (max-width: 1470px) {
  .project_banner .banner-wrap .banner-btn {
    height: 55px;
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .project_banner .banner-wrap .banner-btn {
    height: 40px;
    font-size: 13px !important;
  }
}

.inner-banner {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199px) {
  .inner-banner:after {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 320px) {
  .inner-banner {
    height: 430px;
    background-position: 60% !important;
  }
}
@media (min-width: 1200px) {
  .inner-banner {
    height: 370px;
    background-position: top center !important;
  }
}
@media (min-width: 1600px) {
  .inner-banner {
    height: 450px;
    background-position: top center !important;
  }
}
@media (min-width: 1680px) {
  .inner-banner {
    height: 560px;
  }
}
.inner-banner .container {
  height: 100%;
}
@media (max-width: 1199px) {
  .inner-banner .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.inner-banner .wrap {
  padding-top: 15%;
}
@media (max-width: 1199px) {
  .inner-banner .wrap {
    padding-top: 22%;
  }
}
@media (max-width: 1023px) {
  .inner-banner .wrap {
    padding-top: 29%;
  }
}
@media (max-width: 767px) {
  .inner-banner .wrap {
    padding-top: 40%;
  }
}
.inner-banner .banner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (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 (max-width: 1600px) {
  .inner-banner .banner-wrap .btn {
    height: 60px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1470px) {
  .inner-banner .banner-wrap .btn {
    height: 55px;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .btn {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap .btn {
    height: 40px;
  }
}
@media (min-width: 320px) {
  .inner-banner .banner-wrap .sub-text {
    font-size: 16px !important;
    font-size: 1rem !important;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.4;
  }
}
@media (min-width: 1600px) {
  .inner-banner .banner-wrap .sub-text {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.inner-banner .banner-wrap .maintxt {
  color: #fff;
  text-transform: uppercase !important;
  font-size: 55px !important;
  font-size: 3.4375rem !important;
  text-transform: none;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Overpass", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 1680px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (max-width: 1600px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1470px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 28px !important;
    font-size: 1.75rem !important;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .inner-banner .banner-wrap .maintxt {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    margin-bottom: 7px;
    line-height: 1.2;
  }
}
.inner-banner .banner-wrap .maintxt span.block {
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt span.block {
    color: #fff;
  }
}
@media (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: "Overpass", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1600px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1366px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1199px) {
  .inner-banner .banner-wrap .maintxt h1 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    color: #fff;
    text-shadow: none;
  }
}
@media (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;
  }
}
@media (max-width: 767px) {
  .inner-banner.about-banner {
    background-position: 45% !important;
  }
}
.inner-banner.conatct-banner {
  background-position: right top !important;
}
.inner-banner.blog-banner .wrap {
  padding-top: 30px;
}

@media (min-width: 320px) {
  .inner-banner.no-banner {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .inner-banner.no-banner {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .inner-banner.no-banner {
    height: 200px;
  }
}
@media (min-width: 1850px) {
  .inner-banner.no-banner {
    height: 260px;
  }
}

.project_footer {
  padding: 100px 0 30px;
  background-position: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: url(assets/images/footer.jpg) no-repeat;
  width: 100%;
  clear: both;
}
@media (max-width: 1600px) {
  .project_footer {
    padding: 40px 0 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer {
    flex-flow: wrap !important;
    height: auto;
  }
}
@media (max-width: 767px) {
  .project_footer {
    padding: 20px 0 10px;
  }
}
.project_footer .container {
  display: flex;
  justify-content: space-between;
}
.project_footer .container:after, .project_footer .container:before {
  display: none !important;
}
@media (max-width: 1199px) {
  .project_footer .container {
    flex-wrap: wrap;
  }
}
.project_footer .ftr-clm1 {
  flex: 0 0 18%;
  max-width: 18%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm1 {
    flex: 0 0 30%;
    max-width: 30%;
    align-items: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm1:after, .project_footer .ftr-clm1:before {
    display: none;
  }
}
@media (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;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm1 .ft_icon_bx {
    width: 100%;
  }
}
.project_footer .ftr-clm1 .footer_logo {
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm1 .footer_logo {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 0 10px;
  }
}
@media (max-width: 1023px) {
  .project_footer .ftr-clm1 .footer_logo {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm1 .footer_logo {
    flex-flow: wrap;
    width: 180px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1680px) {
  .project_footer .ftr-clm1 .footer_logo img {
    max-width: 55% !important;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm1 .footer_logo img {
    max-width: 70% !important;
  }
}
.project_footer .ftr-clm1 .ph {
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: "Overpass", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (max-width: 1680px) {
  .project_footer .ftr-clm1 .ph {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm1 .ph {
    font-size: 20px;
  }
}
.project_footer .ftr-clm1 .ph svg {
  height: 25px;
  width: 25px;
  fill: #fff;
}
@media (max-width: 1680px) {
  .project_footer .ftr-clm1 .ph svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm1 .ph svg {
    width: 15px;
    height: 15px;
  }
}
.project_footer .ftr-clm1 .ph svg:hover {
  opacity: 1;
}
.project_footer .ftr-clm2 {
  flex: 0 0 8%;
  max-width: 8%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 10%;
    max-width: 10%;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm2 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm2 .ftr-menu ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.project_footer .ftr-clm3 {
  flex: 0 0 15%;
  max-width: 15%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (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 30%;
  max-width: 30%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm4 {
    flex: 0 0 100%;
    max-width: 100%;
    order: 5;
  }
}
@media (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-clm4 .ftr-menu ul {
  -moz-column-count: 1;
       column-count: 1;
}
.project_footer .ftr-clm4 .ftr-menu ul ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm4 .ftr-menu ul ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm4 .ftr-menu ul ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.project_footer .ftr-clm4 .ftr-menu ul ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.project_footer .ftr-clm5 {
  flex: 0 0 15%;
  max-width: 15%;
}
@media (max-width: 1199px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 25%;
    max-width: 25%;
    order: 4;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm5 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .project_footer .ftr-clm5 .ftr-menu {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.project_footer .ftr-menu {
  margin: 0;
}
@media (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 (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.no-link a {
  cursor: default;
}
.project_footer .ftr-menu ul li:first-child a {
  text-transform: capitalize;
  font-family: "Overpass", sans-serif;
  font-weight: 500;
}
.project_footer .ftr-menu ul li:first-child ul li a {
  font-weight: 200;
}
.project_footer .ftr-menu ul li:first-child ul li:first-child a {
  font-weight: 200;
}
.project_footer .ftr-menu ul li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 200;
}
@media (max-width: 1680px) {
  .project_footer .ftr-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1599px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .project_footer .ftr-menu ul li a {
    font-size: 14px;
  }
}
.project_footer .ftr-menu ul li a:hover {
  color: #019ED8 !important;
}
.project_footer .ftr-menu ul li a ul li a {
  color: #fff;
}
.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: #019ED8;
  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: #fff;
  font-weight: 200;
}
.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: #019ED8 !important;
  font-weight: 500;
}

.copy {
  border-top: solid 1px #5b6a81;
  margin: 30px 0 0;
  width: 100%;
  padding: 20px 0 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.copy:after, .copy:before {
  display: none;
}
@media (max-width: 1199px) {
  .copy {
    padding: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .copy {
    margin: 10px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
  }
}
.copy p {
  width: 100%;
  color: #fff;
  font-weight: 200 !important;
  font-size: 16px;
  font-family: "Overpass", sans-serif;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1599px) {
  .copy p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .copy p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .copy p {
    text-align: center;
  }
}
.copy p a {
  color: #7E889A;
}
.copy p a:hover {
  color: #009ED8;
}

.social-wp {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1199px) {
  .social-wp {
    margin: 15px 20px 0 0;
  }
}
@media (max-width: 767px) {
  .social-wp {
    margin: 15px 0 0;
  }
}
.social-wp p {
  color: #fff;
  margin-right: 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .social-wp p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.social-wp a {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .social-wp a {
    margin-right: 10px;
  }
}
.social-wp a svg, .social-wp a img {
  height: 25px !important;
  width: 25px !important;
  fill: #a7afbe;
}
@media (max-width: 1680px) {
  .social-wp a svg, .social-wp a img {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (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 (max-width: 1680px) {
  .social-wp a.y-tube svg {
    width: 25px !important;
    height: 25px !important;
  }
}
@media (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;
  border-bottom: solid 1px #5b6a81;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (max-width: 1199px) {
  .icon_bx {
    margin-bottom: 10px;
    justify-content: start;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .icon_bx {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .icon_bx {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .icon_bx {
    align-items: start;
  }
}
@media (max-width: 767px) {
  .icon_bx {
    margin-right: 0px;
  }
}
.icon_bx .ic {
  margin-right: 15px;
  margin-top: 3px;
}
.icon_bx .ic svg {
  height: 17px;
  width: 17px;
  fill: #fff;
}
@media (max-width: 1600px) {
  .icon_bx .ic svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1470px) {
  .icon_bx .ic svg {
    width: 13px;
    height: 13px;
  }
}
.icon_bx .ic svg:hover {
  opacity: 1;
}
.icon_bx .txt {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 200 !important;
  color: #fff;
}
@media (max-width: 1680px) {
  .icon_bx .txt {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1470px) {
  .icon_bx .txt {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.icon_bx .txt p {
  color: #fff;
  font-weight: 200 !important;
  font-size: 17px;
}
@media (max-width: 1680px) {
  .icon_bx .txt p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1470px) {
  .icon_bx .txt p {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.icon_bx .txt span {
  color: #fff;
  font-weight: 200 !important;
  font-size: 17px;
}
@media (max-width: 1680px) {
  .icon_bx .txt span {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1470px) {
  .icon_bx .txt span {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media (max-width: 1199px) {
  .icon_bx .txt span {
    display: block;
  }
}
.icon_bx.br {
  border-bottom: none;
}
.icon_bx.mail {
  align-items: center;
}
.icon_bx.mail .ic {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .icon_bx.mail .ic {
    margin-top: 9px;
  }
}
.icon_bx.mail .txt a {
  color: #fff;
}
.icon_bx.mail .txt a:hover {
  color: #019ED8;
}
.icon_bx.loc svg {
  width: 19px;
  height: 19px;
}
@media (max-width: 1600px) {
  .icon_bx.loc svg {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 1470px) {
  .icon_bx.loc svg {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1199px) {
  .icon_bx.hours .ic {
    margin-top: 0;
  }
}
.icon_bx.hours span {
  font-weight: 500 !important;
  display: block;
}
.icon_bx.hours p {
  margin-bottom: 0 !important;
  color: #C3C8D1;
}
.icon_bx.hours p span {
  color: #C3C8D1;
  font-weight: 200 !important;
}

.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 (max-width: 1600px) {
  .phone-wrap .icon_bx .ic svg {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 1470px) {
  .phone-wrap .icon_bx .ic svg {
    width: 12px;
    height: 11px;
  }
}

.project_footer .ftr-menu ul li.blog {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.project_footer .ftr-menu ul li.blog a {
  font-weight: 200 !important;
}
.project_footer .ftr-menu ul li.blog.current-menu-item a {
  font-weight: 500 !important;
}

.quorte-cart {
  position: fixed;
  right: 0;
  bottom: 60%;
  width: 40px;
  height: 40px;
  background: #0A58A5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1199px) {
  .quorte-cart {
    bottom: 40%;
  }
}
.quorte-cart:hover {
  background: #000;
}
.quorte-cart svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.curP {
  cursor: pointer;
}

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

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

.d-ff-column {
  flex-flow: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1199px) {
  .center-ipad h1, .center-ipad h2, .center-ipad h3, .center-ipad h4, .center-ipad h5, .center-ipad h6, .center-ipad p, .center-ipad .elementor-widget-heading .elementor-heading-title {
    text-align: center !important;
  }
}

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

.cmn-space {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .cmn-space {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .cmn-space {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

.bottom-space {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .bottom-space {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-space {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-space {
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1680px) {
  .bottom-space {
    padding-bottom: 100px !important;
  }
}

.top-space {
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .top-space {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .top-space {
    padding-top: 45px !important;
  }
}
@media (min-width: 1600px) {
  .top-space {
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .top-space {
    padding-top: 100px !important;
  }
}

.top-space1 {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .top-space1 {
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .top-space1 {
    padding-top: 45px !important;
  }
}
@media (min-width: 1600px) {
  .top-space1 {
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .top-space1 {
    padding-top: 100px !important;
  }
}

.cmn-space-sm {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
@media (min-width: 768px) {
  .cmn-space-sm {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-sm {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}

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

.clear {
  clear: both;
  display: block;
}

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

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

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

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

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

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

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

.m-t-70 {
  margin-top: 20px !important;
}
@media (min-width: 768px) {
  .m-t-70 {
    margin-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .m-t-70 {
    margin-top: 40px !important;
  }
}
@media (min-width: 1600px) {
  .m-t-70 {
    margin-top: 70px !important;
  }
}

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

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

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

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

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

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

.p-b-70 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-70 {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-70 {
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-70 {
    padding-bottom: 70px !important;
  }
}

.p-b-60 {
  padding-bottom: 25px !important;
}
@media (min-width: 768px) {
  .p-b-60 {
    padding-bottom: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-b-60 {
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-b-60 {
    padding-bottom: 60px !important;
  }
}

.p-t-60 {
  padding-top: 25px !important;
}
@media (min-width: 768px) {
  .p-t-60 {
    padding-top: 25px !important;
  }
}
@media (min-width: 1200px) {
  .p-t-60 {
    padding-top: 40px !important;
  }
}
@media (min-width: 1680px) {
  .p-t-60 {
    padding-top: 60px !important;
  }
}

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

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

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

@media (min-width: 1200px) {
  .p-l-50 {
    padding-left: 30px !important;
  }
  .p-r-50 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .p-l-50 {
    padding-left: 50px !important;
  }
  .p-r-50 {
    padding-right: 50px !important;
  }
}
.p-r-0 {
  padding-right: 0 !important;
}

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

@media (min-width: 1200px) {
  .e-child.xl-pl-50 {
    padding-left: 35px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 35px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 45px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 45px !important;
  }
}
@media (min-width: 1600px) {
  .e-child.xl-pl-50 {
    padding-left: 50px !important;
  }
  .e-child.xl-pr-50 {
    padding-right: 50px !important;
  }
  .e-child.xl-pl-80 {
    padding-left: 80px !important;
  }
  .e-child.xl-pr-80 {
    padding-right: 80px !important;
  }
}

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

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

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

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

.block {
  display: block;
}
@media (max-width: 1199px) {
  .block {
    display: inline;
  }
}

.common-ul ul {
  margin: 0;
  padding: 0;
}
.common-ul ul li {
  padding: 5px 0 5px 35px;
  position: relative;
  display: block;
  color: #0B0F23 !important;
}
.common-ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.82364 9.45656C7.55455 9.46166 7.29869 9.35463 7.12946 9.16197L5.80432 7.64825C5.66569 7.49127 5.47508 7.39749 5.26713 7.38221H5.21209C5.02147 7.38221 4.84104 7.45051 4.69833 7.57486C4.54135 7.71349 4.44553 7.90411 4.43229 8.11206C4.41903 8.32102 4.48733 8.52183 4.62494 8.68085L5.95008 10.1946C6.41694 10.7297 7.09275 11.0345 7.80324 11.0345C8.55246 11.0345 9.24868 10.7002 9.71857 10.1181L14.6949 3.95735C14.8254 3.79528 14.8855 3.58936 14.8641 3.38347C14.8437 3.17451 14.7418 2.98899 14.5767 2.85648C14.2403 2.58533 13.7469 2.63732 13.4758 2.97371L8.49942 9.13449C8.33735 9.3353 8.08965 9.45254 7.81849 9.45763L7.82364 9.45656Z' fill='%230A58A5'/%3E%3Cpath d='M16.1535 8.3658C16.1382 8.15684 16.0434 7.96623 15.8844 7.83064C15.7254 7.69505 15.5215 7.62678 15.3156 7.64309C14.8854 7.67469 14.5613 8.0498 14.5929 8.48097C14.6061 8.66344 14.6133 8.81225 14.6133 8.94578C14.6133 12.544 11.6877 15.4696 8.08948 15.4696C4.49123 15.4696 1.56571 12.544 1.56571 8.94578C1.56571 5.34753 4.49123 2.42201 8.08948 2.42201C8.63993 2.42201 9.19038 2.49234 9.72042 2.62791C9.92123 2.6799 10.1322 2.65136 10.3127 2.54433C10.4931 2.4373 10.6205 2.26808 10.6725 2.06728C10.7245 1.86341 10.6959 1.65548 10.5889 1.47506C10.4819 1.29463 10.3126 1.16721 10.1118 1.11523C9.45438 0.946019 8.77346 0.859375 8.08948 0.859375C3.62983 0.859375 0 4.4892 0 8.94885C0 13.4085 3.62983 17.0383 8.08948 17.0383C12.5491 17.0383 16.179 13.4085 16.179 8.94885C16.179 8.77658 16.1708 8.59106 16.1555 8.36986L16.1535 8.3658Z' fill='%230A58A5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1680px) {
  .common-ul ul li:before {
    top: 6px;
  }
}
@media (max-width: 1470px) {
  .common-ul ul li:before {
    width: 15px;
    height: 16px;
    top: 5px;
  }
}
@media (max-width: 1199px) {
  .common-ul ul li:before {
    top: 6px;
  }
}
.common-ul ul li a {
  color: #0B0F23 !important;
}
.common-ul ul li a:hover {
  color: #0A58A5 !important;
}

@media (max-width: 1199px) {
  .elementor-container {
    flex-flow: wrap !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .elementor-container .right {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .e-con-inner .left {
    width: 100% !important;
  }
}
@media (max-width: 1199px) {
  .e-con-inner .right {
    width: 100% !important;
  }
}

.tt h1, .tt .h1, .tt .elementor-widget-heading, .tt h2, .tt .h2, .tt h3, .tt .h3, .tt h4, .tt .h4, .tt .h5, .tt h5, .tt .h6, .tt h6, .tt p {
  text-transform: uppercase !important;
}

.left .elementor-widget-image {
  text-align: left;
}
@media (max-width: 1199px) {
  .left .elementor-widget-image {
    text-align: left;
  }
}
@media (max-width: 1600px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-right: auto;
  }
}
@media (max-width: 1199px) {
  .left .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.right .elementor-widget-image {
  text-align: right;
}
@media (max-width: 1199px) {
  .right .elementor-widget-image {
    text-align: center;
  }
}
@media (max-width: 1600px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 90% !important;
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .right .elementor-widget-image .elementor-widget-container {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .right .elementor-widget-image .elementor-widget-container {
    width: 100% !important;
  }
}

.moretext {
  display: none;
}

.moreless-button {
  color: #000;
  font-family: "Overpass", sans-serif !important;
}

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

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

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

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

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

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

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

.wd-43 {
  width: 43% !important;
}
@media (max-width: 1199px) {
  .wd-43 {
    width: 100% !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 (max-width: 1199px) {
  .half-container-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 320px) {
  .half-container-wrap .img_bx {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .img_bx {
    width: 50% !important;
  }
}
.half-container-wrap .img_bx .elementor-widget-image {
  width: 100% !important;
}
@media (min-width: 320px) {
  .half-container-wrap .half-right-blk {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .half-right-blk {
    width: 50% !important;
    padding-right: 8% !important;
  }
}
@media (min-width: 2000px) and (max-width: 2800px) {
  .half-container-wrap .half-right-blk {
    padding-right: 15% !important;
  }
}
@media (min-width: 320px) {
  .half-container-wrap .half-left-blk {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .half-container-wrap .half-left-blk {
    padding-left: 8% !important;
    width: 50% !important;
  }
}
@media (min-width: 2000px) and (max-width: 2800px) {
  .half-container-wrap .half-left-blk {
    padding-left: 15% !important;
  }
}

@media (max-width: 1199px) {
  .right_img {
    margin-bottom: 20px !important;
    order: 1;
  }
}
.right_img .elementor-widget-image {
  width: 100% !important;
  text-align: right !important;
}
@media (max-width: 1680px) {
  .right_img .elementor-widget-image {
    width: 90% !important;
  }
}
@media (max-width: 1199px) {
  .right_img .elementor-widget-image {
    text-align: center !important;
    margin: 0 auto;
  }
}

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

.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-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #0A58A5 !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 (max-width: 767px) {
  .mob_trigger {
    height: 35px;
    flex: 0 0 45px;
    width: 35px !important;
  }
}
.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 (min-width: 1200px) {
  .mob_trigger {
    display: none !important;
  }
}

.main-menu {
  color: var(--global--color-white);
}
.main-menu .hidden-subchilds ul,
.main-menu .hidden-subchilds i {
  display: none !important;
}
.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 (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: 26px;
    position: relative;
    text-transform: uppercase;
    font-family: "Overpass", sans-serif;
  }
  .main-menu ul li a:hover {
    color: #0A58A5;
  }
  .main-menu ul li a:before, .main-menu ul li a:after {
    display: none !important;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
  }
  .main-menu ul li a:before {
    background-color: 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: 70%;
  }
  .main-menu ul li a:after {
    background-color: var(--global--color-black);
    height: 3px;
    right: 100%;
    width: 15%;
  }
  .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: 30px;
    width: 230px;
    z-index: 9;
    *zoom: 1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .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 a {
    color: var(--global--color-secondary);
    font-size: 11px !important;
    font-size: 0.6875rem !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    width: 100%;
  }
  .main-menu ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    border-bottom: solid 1px #ffeddd;
  }
  .main-menu ul li ul li ul {
    top: 0 !important;
  }
  .main-menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    transform-origin: top center;
    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 {
    animation: zoom_left 0.2s ease-in-out forwards;
    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 {
    padding-right: 16px;
  }
  .main-menu ul li.submenu i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding-left: 2px;
    position: absolute;
    right: 0;
    top: 4px;
    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: -2px;
    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: 600;
  }
  .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;
    height: 28px;
    margin-left: 15px;
    margin-right: 15px;
    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-wrap: 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 (min-width: 1300px) {
  .main-menu ul li a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
  .main-menu ul li ul {
    left: 0;
  }
  .main-menu ul li ul li a {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .main-menu ul li.submenu i {
    height: 24px;
    top: 5px;
  }
  .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: 16px !important;
    font-size: 1rem !important;
    height: 32px;
  }
  .main-menu ul li ul {
    top: 30px;
    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 (min-width: 1850px) {
  .main-menu ul li.submenu i {
    top: 5px;
  }
  .main-menu ul li a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
  .main-menu ul li ul {
    top: 32px;
    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 (max-width: 1199px) {
  .project_header .top_menu {
    display: none !important;
  }
  .main-menu {
    background-color: var(--global--color-white);
    display: flex;
    flex-wrap: 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-wrap: 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(10, 88, 165, 0.2);
    line-height: 0;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    color: var(--global--color-secondary);
    display: inline-block;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-weight: 400;
    padding: 15px 50px 15px 15px;
    width: 100%;
  }
  .main-menu ul li i {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    flex-wrap: 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: 15px !important;
    font-size: 0.9375rem !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: #0A58A5;
    opacity: 1;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    color: var(--global--color-secondary);
    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: #0A58A5;
    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-wrap: 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;
  }
}
[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 (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 (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 (min-width: 768px) {
  [class*=footer_menu-] a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  [class*=footer_menu-] a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  [class*=footer_menu-] a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (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-bottom: 30px;
  padding-top: 30px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
}
.breadcrumb ul li {
  align-items: center;
  display: inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  margin: 3px;
  color: #0A58A5;
  font-family: "Overpass", sans-serif;
  position: relative;
  padding: 0 35px 0 0;
  line-height: 1;
}
.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: 3px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
}
.breadcrumb ul li:last-child:after {
  display: none;
}

.site_pagination,
.navigation {
  display: flex;
  flex-wrap: 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;
  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: #0A58A5 !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 (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: #0A58A5 !important;
}

.sec-tle h1.elementor-heading-title, .sec-tle h2.elementor-heading-title, .sec-tle h1, .sec-tle h2 {
  color: #0A58A5 !important;
  margin-bottom: 7px !important;
  font-weight: 600 !important;
}
.sec-tle h1.elementor-heading-title span, .sec-tle h2.elementor-heading-title span, .sec-tle h1 span, .sec-tle h2 span {
  line-height: 1.6;
  display: block;
  color: #000;
  font-size: 42px !important;
  font-size: 2.625rem !important;
}
@media (max-width: 1680px) {
  .sec-tle h1.elementor-heading-title span, .sec-tle h2.elementor-heading-title span, .sec-tle h1 span, .sec-tle h2 span {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1470px) {
  .sec-tle h1.elementor-heading-title span, .sec-tle h2.elementor-heading-title span, .sec-tle h1 span, .sec-tle h2 span {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 1199px) {
  .sec-tle h1.elementor-heading-title span, .sec-tle h2.elementor-heading-title span, .sec-tle h1 span, .sec-tle h2 span {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (max-width: 767px) {
  .sec-tle h1.elementor-heading-title span, .sec-tle h2.elementor-heading-title span, .sec-tle h1 span, .sec-tle h2 span {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 320px) {
  .sec-tle h1.elementor-heading-title span.fs-25, .sec-tle h2.elementor-heading-title span.fs-25, .sec-tle h1 span.fs-25, .sec-tle h2 span.fs-25 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    line-height: 1.5;
  }
}
@media (min-width: 1600px) {
  .sec-tle h1.elementor-heading-title span.fs-25, .sec-tle h2.elementor-heading-title span.fs-25, .sec-tle h1 span.fs-25, .sec-tle h2 span.fs-25 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .sec-tle h1.elementor-heading-title span.fs-25, .sec-tle h2.elementor-heading-title span.fs-25, .sec-tle h1 span.fs-25, .sec-tle h2 span.fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 320px) {
  .sec-tle.pro-cat {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .sec-tle.pro-cat {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .site-map-wrap {
    margin: 200px 0 100px !important;
  }
}

.sitemap {
  display: block;
}
.sitemap .sub-arrow {
  display: none !important;
}

ul.elementor-nav-menu {
  display: inline-block !important;
  width: auto !important;
}
ul.elementor-nav-menu li {
  display: block !important;
  position: relative;
}
ul.elementor-nav-menu li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 18px;
  width: 10px;
  height: 10px;
  background-color: #0A58A5;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  ul.elementor-nav-menu li:before {
    top: 15px;
  }
}
ul.elementor-nav-menu li a {
  display: block !important;
  color: #000 !important;
}
ul.elementor-nav-menu li a:hover {
  color: #0a58a5 !important;
}
ul.elementor-nav-menu li a:hover:after {
  display: none !important;
}
@media (max-width: 1024px) {
  ul.elementor-nav-menu li a {
    font-size: 16px;
  }
}
ul.elementor-nav-menu li ul.sub-menu {
  display: inline-block !important;
  position: static !important;
  width: auto !important;
  margin-left: 15px;
}
ul.elementor-nav-menu li ul.sub-menu li a {
  font-size: 16px !important;
}
ul.elementor-nav-menu li ul.sub-menu li a:hover {
  background: transparent !important;
  color: #0a58a5 !important;
}
@media (max-width: 1024px) {
  ul.elementor-nav-menu li ul li {
    font-size: 15px !important;
  }
}

.thank-wrap {
  margin: 200px 0;
}
.thank-wrap h1.elementor-heading-title,
.thank-wrap h2.elementor-heading-title {
  font-family: "Overpass", sans-serif !important;
  color: #0A58A5 !important;
}
@media (min-width: 320px) {
  .thank-wrap h1.elementor-heading-title,
  .thank-wrap h2.elementor-heading-title {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .thank-wrap h1.elementor-heading-title,
  .thank-wrap h2.elementor-heading-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .thank-wrap h1.elementor-heading-title,
  .thank-wrap h2.elementor-heading-title {
    font-size: 50px;
  }
}
@media (min-width: 320px) {
  .thank-wrap p span {
    display: inline;
  }
}
@media (min-width: 768px) {
  .thank-wrap p span {
    display: block;
  }
}
@media (max-width: 767px) {
  .thank-wrap p br {
    display: none;
  }
}

.knowledge-wrap {
  width: 65% !important;
  margin: 0 auto !important;
}
@media (max-width: 1680px) {
  .knowledge-wrap {
    width: 75% !important;
  }
}
@media (max-width: 1199px) {
  .knowledge-wrap {
    width: 100% !important;
  }
}
.knowledge-wrap .elementor-widget-image-box {
  margin: 0 20px;
}
.knowledge-wrap .elementor-widget-image-box .elementor-image-box-img {
  width: 100% !important;
}
.knowledge-wrap .elementor-widget-image-box .elementor-image-box-img a img {
  width: 250px !important;
  height: 215px !important;
}
@media (max-width: 1023px) {
  .knowledge-wrap .elementor-widget-image-box .elementor-image-box-img a img {
    width: 200px !important;
    height: 180px !important;
  }
}
.knowledge-wrap .elementor-widget-image-box .elementor-image-box-title {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (max-width: 1199px) {
  .knowledge-wrap .elementor-widget-image-box .elementor-image-box-title {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1023px) {
  .knowledge-wrap .elementor-widget-image-box .elementor-image-box-title {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.knowledge-wrap .elementor-widget-image-box:hover .elementor-image-box-img {
  opacity: 0.8;
}
.knowledge-wrap .elementor-widget-image-box:hover .elementor-image-box-title {
  color: #0A58A5 !important;
}

.knowledge-tabs .tog_bx {
  margin: 0 30px;
}
@media (max-width: 1470px) {
  .knowledge-tabs .tog_bx {
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .knowledge-tabs .tog_bx {
    margin: 0 10px;
  }
}
.knowledge-tabs .tog_bx .e-n-accordion-item {
  margin-bottom: 10px !important;
}
.knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title {
  background: #0A58A5;
}
.knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header {
  color: #fff;
  text-transform: uppercase;
}
.knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (max-width: 1680px) {
  .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (max-width: 1680px) {
  .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-header .e-n-accordion-item-title-text {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon {
  width: 40px;
  height: 40px;
  justify-content: center !important;
  align-items: center !important;
}
.knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened, .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed {
  color: #fff;
  margin-top: -12px;
}
.knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg, .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg {
  width: 25px;
  height: 25px;
  fill: #fff !important;
}
@media (max-width: 1680px) {
  .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg, .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1199px) {
  .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-opened svg, .knowledge-tabs .tog_bx .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-icon .e-closed svg {
    width: 20px;
    height: 20px;
  }
}
.knowledge-tabs .tab-cont {
  background: #f6f6f6;
  border: solid 1px #f2f2f2;
  padding: 25px;
  margin-bottom: 20px !important;
}
@media (max-width: 1199px) {
  .knowledge-tabs .tab-cont {
    padding: 15px;
  }
}

.icon-box-wrap {
  margin: 20px -15px 0 !important;
  width: auto !important;
  display: flex !important;
  justify-content: space-between !important;
}
.icon-box-wrap:after, .icon-box-wrap:before {
  display: none !important;
}
.icon-box-wrap:last-child, .icon-box-wrap .last-child {
  margin-bottom: 20px !important;
}
@media (max-width: 1199px) {
  .icon-box-wrap {
    margin: 20px 0 0 !important;
  }
}
@media (max-width: 1023px) {
  .icon-box-wrap {
    flex-wrap: wrap !important;
  }
}
.icon-box-wrap .ic_bx {
  background: #F5FAFF;
  padding: 25px !important;
  margin: 0 15px 15px !important;
}
@media (max-width: 1023px) {
  .icon-box-wrap .ic_bx {
    width: 100% !important;
    padding: 10px !important;
    margin: 0 7px 10px !important;
  }
}
.icon-box-wrap .ic_bx h3.elementor-heading-title {
  margin-top: 15px !important;
}
.icon-box-wrap .ic_bx h4.elementor-heading-title {
  margin-top: 10px !important;
}

.search-loading {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.result-search .no-result {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.result-search .search-result-wrap {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #b4b5b7;
}
.result-search .product-varinet-wp {
  flex-flow: wrap;
  margin: 40px 0;
}
.result-search .product-varinet-wp .product-varinet {
  width: calc(24% - 10px);
}
@media (max-width: 1199px) {
  .result-search .product-varinet-wp .product-varinet {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .result-search .product-varinet-wp .product-varinet {
    width: calc(100% - 10px);
  }
}

.search-wrap {
  margin: 50px 0 !important;
}
.search-wrap .btn-wrap {
  text-align: center;
  padding-top: 20px;
}
.search-wrap form {
  display: flex;
  flex-direction: row;
  background: #F5FAFF;
  padding: 20px 20px 40px;
}
@media (max-width: 1199px) {
  .search-wrap form {
    padding: 10px 10px 30px;
  }
}
@media (max-width: 1023px) {
  .search-wrap form {
    flex-flow: wrap;
  }
}
.search-wrap form input {
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 2px #0A58A5 !important;
  padding: 20px 0 5px !important;
  width: 100%;
  font-size: 16px !important;
  font-size: 1rem !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 1470px) {
  .search-wrap form input {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.search-wrap form ::-webkit-input-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .search-wrap form ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.search-wrap form :-moz-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .search-wrap form :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.search-wrap form ::-moz-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .search-wrap form ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.search-wrap form :-ms-input-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .search-wrap form :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.search-wrap form .select {
  position: relative;
  margin: 0 20px !important;
}
@media (max-width: 1023px) {
  .search-wrap form .select {
    margin: 0 5px !important;
  }
}
.search-wrap form .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25px;
  border-left: solid 1px #585858;
  border-top: solid 1px #585858;
  transform: rotate(225deg);
  width: 8px;
  height: 8px;
}
.search-wrap form .select select {
  height: auto !important;
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .search-wrap form .select select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.search-wrap form .select select option {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .search-wrap form .select select option {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.search-wrap .product-key-word form {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .search-wrap .product-key-word form {
    width: 100%;
  }
}

body.product_breadcrumb .breadcrumb {
  background: #EFF7FF;
}

ul.elementor-nav-menu li ul.sub-menu li a {
  font-weight: 600;
}
ul.elementor-nav-menu li ul.sub-menu li a:hover {
  color: #0a58a5 !important;
}

.product_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 50px 0;
}
@media (max-width: 1199px) {
  .product_wrap {
    justify-content: center;
    align-items: start;
  }
}

.pro_bx {
  width: calc(25% - 20px);
  padding: 0 10px;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .pro_bx {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1023px) {
  .pro_bx {
    width: 100%;
  }
}
.pro_bx figure {
  background: #d8dfe0;
  padding: 10px;
  overflow: hidden;
  height: 250px;
}
@media (max-width: 1470px) {
  .pro_bx figure {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .pro_bx figure {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .pro_bx figure {
    height: auto;
  }
}
.pro_bx figure img {
  min-width: 100%;
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.pro_bx .pro_txt {
  background: #fff;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  border-bottom: solid 3px #0A58A5;
  height: calc(100% - 250px);
}
@media (max-width: 1680px) {
  .pro_bx .pro_txt {
    padding: 20px 30px;
  }
}
@media (max-width: 1470px) {
  .pro_bx .pro_txt {
    padding: 10px 20px;
    height: calc(100% - 200px);
  }
}
@media (max-width: 1199px) {
  .pro_bx .pro_txt {
    padding: 10px 15px;
    height: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .pro_bx .pro_txt {
    padding: 10px;
    height: auto;
  }
}
.pro_bx .pro_txt .tle {
  text-transform: uppercase;
  color: #0A58A5;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  margin-bottom: 10px !important;
}
@media (max-width: 1680px) {
  .pro_bx .pro_txt .tle {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1470px) {
  .pro_bx .pro_txt .tle {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.pro_bx .pro_txt .pro-cnt {
  margin-top: auto;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .pro_bx .pro_txt .pro-cnt {
    min-height: 0px;
    margin-bottom: 10px;
  }
}
.pro_bx .btn.sm {
  margin-top: auto;
}
.pro_bx:hover {
  transition: all ease 0.3s;
}
.pro_bx:hover .pro_txt {
  background: #0A58A5;
}
.pro_bx:hover .pro_txt .tle {
  color: #fff;
}
.pro_bx:hover .pro_txt p {
  color: #fff;
}
.pro_bx:hover .btn-sm {
  color: #fff !important;
  border: solid 1px #fff !important;
}

.prowrap {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .prowrap {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .prowrap {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media (min-width: 1600px) {
  .prowrap {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .prowrap {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}
.prowrap .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .prowrap .container {
    flex-wrap: wrap;
  }
}
.prowrap .container .pro_img_bx {
  width: 50%;
  padding-left: 25px;
}
@media (max-width: 1199px) {
  .prowrap .container .pro_img_bx {
    width: 100%;
    padding: 0;
    order: 1;
    margin: 0 auto 15px;
    text-align: center;
    padding: 0;
  }
}
.prowrap .container .pro_img_bx figure {
  height: 465px;
  margin-right: 0px !important;
  margin-left: 50px !important;
  background: #f2f2f2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .prowrap .container .pro_img_bx figure {
    height: 360px;
  }
}
@media (max-width: 1470px) {
  .prowrap .container .pro_img_bx figure {
    height: 300px;
  }
}
@media (max-width: 1199px) {
  .prowrap .container .pro_img_bx figure {
    margin: 0 auto !important;
  }
}
@media (max-width: 767px) {
  .prowrap .container .pro_img_bx figure {
    height: auto;
  }
}
.prowrap .container .pro_txt_bx {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .prowrap .container .pro_txt_bx {
    width: 100%;
    padding: 0;
    order: 2;
    text-align: center;
  }
}
.prowrap .container .pro_txt_bx h2 {
  color: #0A58A5 !important;
}
.prowrap.blue {
  background: #0A58A5;
}
.prowrap.blue .pro_img_bx {
  padding-left: 0px;
}
@media (max-width: 1680px) {
  .prowrap.blue .pro_img_bx {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  .prowrap.blue .pro_img_bx {
    padding-right: 0px;
  }
}
.prowrap.blue .pro_img_bx figure {
  margin-left: 0px !important;
  margin-right: 50px !important;
}
@media (max-width: 1199px) {
  .prowrap.blue .pro_img_bx figure {
    margin: 0 auto !important;
  }
}
.prowrap.blue .pro_txt_bx {
  padding-left: 25px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .prowrap.blue .pro_txt_bx {
    padding-left: 0px;
  }
}
.prowrap.blue .pro_txt_bx h2,
.prowrap.blue .pro_txt_bx p {
  color: #fff !important;
}
.prowrap.blue .btn.border {
  border: solid 1px #fff !important;
  color: #fff !important;
}

.single-product-with-varient {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .single-product-with-varient {
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .single-product-with-varient {
    padding-top: 40px !important;
  }
}
@media (min-width: 1600px) {
  .single-product-with-varient {
    padding-top: 50px !important;
  }
}
@media (min-width: 1680px) {
  .single-product-with-varient {
    padding-top: 70px !important;
  }
}
.single-product-with-varient .cont_des {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .single-product-with-varient .cont_des {
    width: 100%;
  }
}

.product-varinet-wp {
  display: flex;
  flex-direction: row;
  margin: 25px -15px 50px;
  justify-content: center;
  flex-flow: wrap;
  padding: 15px;
}
@media (max-width: 1470px) {
  .product-varinet-wp {
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .product-varinet-wp {
    margin: 25px 0;
    flex-wrap: wrap;
  }
}

.product-varinet {
  display: flex;
  flex-direction: column;
  background: #f0f8ff;
  width: calc(24% - 10px);
  margin: 10px;
  padding: 12px 12px 35px;
}
@media (max-width: 1470px) {
  .product-varinet {
    margin: 5px;
  }
}
@media (max-width: 1199px) {
  .product-varinet {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .product-varinet {
    width: calc(100% - 10px);
  }
}
.product-varinet figure {
  height: 229px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1470px) {
  .product-varinet figure {
    height: 165px;
  }
}
@media (max-width: 767px) {
  .product-varinet figure {
    height: auto;
  }
}
.product-varinet .wrap_txt {
  padding: 0 15px;
  height: calc(100% - 230px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1470px) {
  .product-varinet .wrap_txt {
    padding: 0 7px;
    height: calc(100% - 165px);
  }
}
@media (max-width: 767px) {
  .product-varinet .wrap_txt {
    height: auto;
  }
}
.product-varinet .wrap_txt .btn-sm {
  margin-top: auto;
}
.product-varinet .pr-vr {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1470px) {
  .product-varinet .pr-vr {
    margin: 20px 0 0;
  }
}
.product-varinet .pr-vr .pr {
  display: flex;
  flex-direction: row;
  border-bottom: solid 1px #d2d9df;
  padding: 7px 0 15px;
  margin-bottom: 7px;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .product-varinet .pr-vr .pr {
    flex-wrap: wrap;
  }
}
.product-varinet .pr-vr .pr:after, .product-varinet .pr-vr .pr:before {
  display: none;
}
.product-varinet .pr-vr .pr:last-child {
  border-bottom: none !important;
}
.product-varinet .pr-vr .pr:last-child .wrp {
  width: 65% !important;
}
@media (max-width: 767px) {
  .product-varinet .pr-vr .pr:last-child .wrp {
    width: 100% !important;
    padding: 5px 0;
  }
}
.product-varinet .pr-vr .pr:last-child .wrp + .wrp {
  width: 35% !important;
}
@media (max-width: 767px) {
  .product-varinet .pr-vr .pr:last-child .wrp + .wrp {
    width: 100% !important;
    padding: 5px 0;
  }
}
.product-varinet .pr-vr .pr .wrp {
  position: relative;
  width: 50%;
  padding-right: 35px;
}
@media (max-width: 767px) {
  .product-varinet .pr-vr .pr .wrp {
    width: 100%;
    padding: 5px 0;
  }
}
.product-varinet .pr-vr .pr .wrp:after {
  content: "";
  position: absolute;
  right: 22px;
  top: 5px;
  background: #d2d9df;
  width: 1px;
  height: 40px;
}
@media (max-width: 1470px) {
  .product-varinet .pr-vr .pr .wrp:after {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .product-varinet .pr-vr .pr .wrp:after {
    display: none;
  }
}
.product-varinet .pr-vr .pr .wrp:last-child:after {
  display: none;
}
.product-varinet .pr-vr .pr .wrp p {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.2;
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (max-width: 1680px) {
  .product-varinet .pr-vr .pr .wrp p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1470px) {
  .product-varinet .pr-vr .pr .wrp p {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1199px) {
  .product-varinet .pr-vr .pr .wrp p {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.product-varinet .pr-vr .pr .wrp span {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (max-width: 1470px) {
  .product-varinet .pr-vr .pr .wrp span {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1199px) {
  .product-varinet .pr-vr .pr .wrp span {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 320px) {
  .product-varinet .pr-vr .pr .wrp .pdf-btn-wrap .btn-sm {
    font-size: 12px !important;
    height: 25px !important;
    width: 40px !important;
  }
}
@media (min-width: 1200px) {
  .product-varinet .pr-vr .pr .wrp .pdf-btn-wrap .btn-sm {
    font-size: 10px !important;
    height: 20px !important;
    width: 35px !important;
  }
}
@media (min-width: 1600px) {
  .product-varinet .pr-vr .pr .wrp .pdf-btn-wrap .btn-sm {
    font-size: 11px !important;
    height: 25px !important;
    width: 45px !important;
  }
}
@media (min-width: 1850px) {
  .product-varinet .pr-vr .pr .wrp .pdf-btn-wrap .btn-sm {
    font-size: 12px !important;
    height: 25px !important;
    width: 60px !important;
  }
}
.product-varinet:hover {
  background: #0A58A5;
}
.product-varinet:hover p {
  color: #fff !important;
}
.product-varinet:hover span {
  color: #fff !important;
}
.product-varinet:hover .border {
  border: solid 1px #fff !important;
  color: #fff !important;
}
.product-varinet:hover .btn-sm {
  background: #000 !important;
  color: #fff !important;
}

.woocommerce-product-gallery.wid-50 {
  width: 45% !important;
}
@media (max-width: 1023px) {
  .woocommerce-product-gallery.wid-50 {
    width: 100% !important;
  }
}
.woocommerce-product-gallery.wid-50 .woocommerce-product-gallery__wrapper.img_bx {
  overflow: hidden !important;
}
.woocommerce-product-gallery.wid-50 .woocommerce-product-gallery__wrapper.img_bx .woocommerce-product-gallery__image {
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
}
.woocommerce-product-gallery.wid-50 .woocommerce-product-gallery__wrapper.img_bx .woocommerce-product-gallery__image a {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px !important;
  padding: 20px !important;
}
@media (max-width: 1600px) {
  .woocommerce-product-gallery.wid-50 .woocommerce-product-gallery__wrapper.img_bx .woocommerce-product-gallery__image a {
    padding: 15px !important;
  }
}
@media (max-width: 1600px) {
  .woocommerce-product-gallery.wid-50 .woocommerce-product-gallery__wrapper.img_bx .woocommerce-product-gallery__image a {
    height: 400px !important;
  }
}
@media (max-width: 1023px) {
  .woocommerce-product-gallery.wid-50 .woocommerce-product-gallery__wrapper.img_bx .woocommerce-product-gallery__image a {
    height: auto !important;
    max-height: 400px !important;
  }
}
.woocommerce-product-gallery.wid-50 .flex-control-nav.flex-control-thumbs {
  background: #f6f6f6;
  margin: 10px 0;
}
.woocommerce-product-gallery.wid-50 .flex-control-nav.flex-control-thumbs li {
  padding: 15px !important;
}

.summary.entry-summary.wid-100 {
  width: 100% !important;
}
.summary.entry-summary.wid-100 form.cart .quantity input {
  height: 50px !important;
  width: 60px !important;
  padding: 0 5px !important;
  margin-right: 30px;
}
.summary.entry-summary.wid-100 form.cart .single_add_to_cart_button.button {
  background: #0A58A5 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  height: 50px;
}
.summary.entry-summary.wid-100 form.cart .single_add_to_cart_button.button:hover {
  background: #000 !important;
}

.single-product-wp {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  background: #f8fcff;
}
@media (min-width: 768px) {
  .single-product-wp {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .single-product-wp {
    padding-bottom: 30px !important;
    padding-top: 40px !important;
  }
}
@media (min-width: 1600px) {
  .single-product-wp {
    padding-bottom: 3px !important;
    padding-top: 70px !important;
  }
}
@media (min-width: 1680px) {
  .single-product-wp {
    padding-bottom: 40px !important;
    padding-top: 70px !important;
  }
}
.single-product-wp .woocommerce-product-gallery__trigger {
  display: none !important;
}
.single-product-wp .top_bx {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .single-product-wp .top_bx {
    flex-wrap: wrap;
  }
}
.single-product-wp .top_bx .img_bx {
  background: #fff;
  padding: 15px;
}
@media (max-width: 1023px) {
  .single-product-wp .top_bx .img_bx {
    width: 100%;
    margin: 0 0 20px;
  }
}
.single-product-wp .top_bx .img_bx figure {
  height: 450px;
  width: 100%;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1470px) {
  .single-product-wp .top_bx .img_bx figure {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .single-product-wp .top_bx .img_bx figure {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .single-product-wp .top_bx .img_bx figure {
    height: auto;
  }
}
.single-product-wp .top_bx .img_bx figure img {
  margin: 0 auto;
}
.single-product-wp .top_bx .pro_txt {
  width: 55%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .single-product-wp .top_bx .pro_txt {
    padding-left: 25px;
  }
}
@media (max-width: 1023px) {
  .single-product-wp .top_bx .pro_txt {
    width: 100%;
    padding: 0;
  }
}
.single-product-wp .top_bx .pro_txt ul {
  padding: 0 !important;
  margin: 0 0 20px !important;
}
.single-product-wp .top_bx .pro_txt ul li {
  display: flex;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  padding: 5px 0 !important;
  font-weight: 400 !important;
  color: #000 !important;
}
@media (max-width: 1680px) {
  .single-product-wp .top_bx .pro_txt ul li {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (max-width: 1470px) {
  .single-product-wp .top_bx .pro_txt ul li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1199px) {
  .single-product-wp .top_bx .pro_txt ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.single-product-wp .top_bx .pro_txt ul li span.label {
  min-width: 40% !important;
  display: inline-block !important;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .single-product-wp .top_bx .pro_txt ul li span.label {
    width: 100% !important;
  }
}
.single-product-wp .top_bx .pro_txt ul li span.text {
  min-width: 60% !important;
  display: inline-block !important;
  font-weight: 400 !important;
}
@media (max-width: 767px) {
  .single-product-wp .top_bx .pro_txt ul li span.text {
    width: 100% !important;
  }
}
.single-product-wp .top_bx .pro_txt h2 {
  color: #0A58A5 !important;
  text-transform: none !important;
}
@media (min-width: 320px) {
  .single-product-wp .top_bx .pro_txt .btn-wrap .btn {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1200px) {
  .single-product-wp .top_bx .pro_txt .btn-wrap .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  .single-product-wp .top_bx .pro_txt .btn-wrap .btn {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .single-product-wp .top_bx .pro_txt .btn-wrap .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .single-product-wp .top_bx .pro_txt .btn-wrap .btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 767px) {
  .single-product-wp .top_bx .pro_txt .btn-wrap .btn + .btn {
    margin-left: 0 !important;
    margin-top: 5px;
  }
}

.table-wrap {
  margin: 60px auto;
  width: 80%;
  text-align: center;
}
@media (max-width: 1680px) {
  .table-wrap {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .table-wrap {
    width: 100%;
  }
}
.table-wrap.single-protable {
  margin: 60px auto;
  width: 80%;
  text-align: center;
}
@media (max-width: 1680px) {
  .table-wrap.single-protable {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .table-wrap.single-protable {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .table-wrap.single-protable table tr [data-label=Quantity] {
    line-height: 3 !important;
  }
}
.table-wrap .add-to-cart-form {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 1199px) {
  .table-wrap .add-to-cart-form {
    padding-left: 15px;
  }
}
.table-wrap table {
  min-width: 100% !important;
  width: 100% !important;
  border-collapse: collapse !important;
  border: none !important;
  table-layout: fixed;
}
.table-wrap table tr {
  border-bottom: solid 1px #d9dcdf !important;
}
.table-wrap table thead tr th {
  color: #000 !important;
  font-weight: 500 !important;
  border: none !important;
  text-transform: capitalize !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
}
@media (max-width: 1680px) {
  .table-wrap table thead tr th {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1470px) {
  .table-wrap table thead tr th {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1199px) {
  .table-wrap table thead tr th {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 767px) {
  .table-wrap table thead tr th {
    width: 25% !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.table-wrap table thead tr th.wd-15 {
  width: 15% !important;
}
@media (max-width: 767px) {
  .table-wrap table thead tr th.wd-15 {
    width: 25% !important;
  }
}
.table-wrap table thead tr th.wd-17 {
  width: 20% !important;
}
@media (max-width: 767px) {
  .table-wrap table thead tr th.wd-17 {
    width: 25% !important;
  }
}
.table-wrap table tbody tr:last-child {
  border-bottom: 0 !important;
}
.table-wrap table tbody td {
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.table-wrap table tbody td.td-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-wrap table tbody td.td-flex:after, .table-wrap table tbody td.td-flex:before {
  display: none;
}
.table-wrap table tbody td input {
  background: transparent !important;
  border: solid 1px #b4b5b7 !important;
  padding: 7px 5px 7px !important;
  margin: 0 5px 0 10px;
  width: 90% !important;
}
@media (max-width: 1199px) {
  .table-wrap table tbody td input {
    width: 100% !important;
    margin: 0;
  }
}
.table-wrap table tbody td .add-row, .table-wrap table tbody td .remove-row {
  background: #0A58A5;
  padding: 10px 15px !important;
  text-decoration: none !important;
  margin: 0 5px 0 10px;
  color: #fff !important;
  font-size: 13px;
}
@media (max-width: 1199px) {
  .table-wrap table tbody td .add-row, .table-wrap table tbody td .remove-row {
    padding: 5px 10px !important;
    margin: 0 4px 0 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .table-wrap table tbody td .add-row, .table-wrap table tbody td .remove-row {
    display: block;
  }
}
.table-wrap table tbody td .add-row:hover, .table-wrap table tbody td .remove-row:hover {
  background: #000;
  color: #fff !important;
}
.table-wrap table tbody td .remove-row {
  margin: 0;
}
@media (max-width: 767px) {
  .table-wrap table tbody td .remove-row {
    margin-top: 0;
    margin-left: 5px;
  }
}
.table-wrap input[type=number] {
  height: 32px !important;
  width: 60px !important;
  padding: 0 5px !important;
  border-radius: 2px !important;
  border: solid 1px #8c8e90 !important;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .table-wrap input[type=number] {
    margin-right: 15px;
  }
}
.table-wrap input[type=number].inputerror {
  border: solid 2px #f00 !important;
}
.table-wrap .cust_gotocart {
  float: none !important;
}
@media (min-width: 320px) {
  .table-wrap .cust_gotocart {
    height: 37px !important;
    width: 120px !important;
    font-size: 12px !important;
    background: #0A58A5 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    float: none !important;
    font-weight: 300 !important;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .table-wrap .cust_gotocart {
    height: 37px !important;
    width: 120px !important;
    font-size: 12px !important;
    background: #0A58A5 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    float: none !important;
    text-transform: uppercase;
  }
}
.table-wrap .cust_gotocart:hover {
  color: #fff !important;
  text-decoration: none;
  background: #000 !important;
}
.table-wrap .btn-sm {
  float: none !important;
  display: flex !important;
}
@media (min-width: 320px) {
  .table-wrap .btn-sm {
    padding-top: 10px !important;
    height: 37px !important;
    width: 120px !important;
    font-size: 13px !important;
    background: #0A58A5 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    float: none !important;
    font-weight: 300 !important;
  }
}
.table-wrap .btn-sm:hover {
  color: #fff !important;
  text-decoration: none;
  background: #000 !important;
}
.table-wrap .btn-sm.hide_purchase_button {
  display: none !important;
}
.table-wrap #custom-finishes-table {
  margin-bottom: 15px;
}
.table-wrap #custom-finishes-table th {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  text-align: center;
}
@media (max-width: 1470px) {
  .table-wrap #custom-finishes-table th {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.table-wrap #custom-finishes-table tr td {
  text-align: center;
}
@media (max-width: 1199px) {
  .table-wrap #custom-finishes-table tr td:last-child {
    text-align: left;
  }
}
.table-wrap #custom-finishes-table tr td .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1199px) {
  .table-wrap #custom-finishes-table tr td .btn-wrap {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .table-wrap #custom-finishes-table tr td .btn-wrap {
    justify-content: start;
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .table-wrap #custom-finishes-table tr [data-label=Action] {
    line-height: 2 !important;
  }
}
@media screen and (max-width: 1199px) {
  .table-wrap table {
    border: 0;
  }
  .table-wrap table caption {
    font-size: 1.3em;
  }
  .table-wrap table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-wrap table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .table-wrap table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .table-wrap table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table-wrap table td:last-child {
    border-bottom: 0;
  }
}

.single-page-product-varinet-listing {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 1680px) {
  .single-page-product-varinet-listing {
    padding: 70px 0;
  }
}
@media (max-width: 1470px) {
  .single-page-product-varinet-listing {
    padding: 40px 0;
  }
}
.single-page-product-varinet-listing .container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .single-page-product-varinet-listing .container {
    flex-wrap: wrap;
  }
}
.single-page-product-varinet-listing .product-varinet {
  width: calc(33.33333% - 10px);
  margin: 10px;
  padding: 16px 16px 35px;
}
@media (max-width: 1470px) {
  .single-page-product-varinet-listing .product-varinet {
    margin: 5px;
  }
}
@media (max-width: 1199px) {
  .single-page-product-varinet-listing .product-varinet {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .single-page-product-varinet-listing .product-varinet {
    width: calc(100% - 10px);
  }
}
.single-page-product-varinet-listing .product-varinet figure {
  height: 270px;
}
@media (max-width: 1470px) {
  .single-page-product-varinet-listing .product-varinet figure {
    height: 240px;
  }
}
@media (max-width: 1023px) {
  .single-page-product-varinet-listing .product-varinet figure {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .single-page-product-varinet-listing .product-varinet figure {
    height: auto;
  }
}
.single-page-product-varinet-listing .product-varinet .wrap_txt {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .single-page-product-varinet-listing .product-varinet .wrap_txt {
    width: 100%;
  }
}
.single-page-product-varinet-listing .product-varinet .wrap_txt .pr-vr .pr .wrp + .wrp {
  padding-left: 40px;
}
@media (max-width: 1680px) {
  .single-page-product-varinet-listing .product-varinet .wrap_txt .pr-vr .pr .wrp + .wrp {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .single-page-product-varinet-listing .product-varinet .wrap_txt .pr-vr .pr .wrp + .wrp {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .single-page-product-varinet-listing .product-varinet .wrap_txt .pr-vr .pr .wrp + .wrp {
    padding-left: 0px;
  }
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none !important;
}

.pdf-btn-wrap .pdf-btn {
  margin: 20px 0;
  background: #73acdf !important;
  color: #fff !important;
}
.pdf-btn-wrap .pdf-btn:hover {
  background: #000 !important;
}
.pdf-btn-wrap .pdf-btn + .pdf-btn {
  margin-left: 5px;
}

.why_product_wrap {
  padding: 50px 0 50px !important;
}
@media (max-width: 1680px) {
  .why_product_wrap {
    padding: 50px 0 50px !important;
  }
}
@media (max-width: 1470px) {
  .why_product_wrap {
    padding: 50px 0 50px !important;
  }
}
@media (max-width: 1199px) {
  .why_product_wrap {
    padding: 40px 0 40px !important;
    margin-bottom: 0px !important;
  }
}
.why_product_wrap .why-product h2 {
  text-align: center;
}
.why_product_wrap .common-ul ul {
  -moz-column-count: 3;
       column-count: 3;
  margin-top: 15px !important;
}
@media (max-width: 1199px) {
  .why_product_wrap .common-ul ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 1023px) {
  .why_product_wrap .common-ul ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.why_product_wrap .common-ul ul li {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  display: inline-block;
  font-weight: 500 !important;
  margin-right: 50px;
}
@media (max-width: 1680px) {
  .why_product_wrap .common-ul ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1470px) {
  .why_product_wrap .common-ul ul li {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.why_product_wrap .common-ul ul li:before {
  top: 12px;
}
@media (max-width: 1680px) {
  .why_product_wrap .common-ul ul li:before {
    top: 7px;
  }
}

.woocommerce table.my_account_orders .button {
  border-radius: 0 !important;
  text-decoration: none;
  background: #0A58A5 !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.woocommerce table.my_account_orders .button:hover {
  background: #000 !important;
  color: #fff !important;
}

.table-wrap.thank-page {
  margin: 30px auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .table-wrap.thank-page table {
    width: 100% !important;
  }
}
.table-wrap.thank-page table .woocommerce-table__product-name.product-name {
  width: 75% !important;
}
.table-wrap.thank-page table .woocommerce-table__product-table.product-total {
  width: 25% !important;
}
.table-wrap.thank-page table tfoot th {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 320px) {
  .my-account-page {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .my-account-page {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media (min-width: 1600px) {
  .my-account-page {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.my-account-page h2 {
  color: #0A58A5 !important;
}
.my-account-page .woocommerce-form.woocommerce-form-login.login {
  margin: 15px 0 30px !important;
  min-height: 400px !important;
  padding: 35px !important;
}
@media (max-width: 767px) {
  .my-account-page .woocommerce-form.woocommerce-form-login.login {
    min-height: 0 !important;
    padding: 15px !important;
  }
}
.my-account-page .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
  background: #0A58A5 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  padding: 15px 20px !important;
}
.my-account-page .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
  background: #000 !important;
}
.my-account-page .woocommerce-form.woocommerce-form-login.login input[type=checkbox]:focus {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.my-account-page .woocommerce-form.woocommerce-form-register.register {
  margin: 15px 0 30px !important;
  min-height: 400px !important;
  padding: 35px !important;
}
@media (max-width: 767px) {
  .my-account-page .woocommerce-form.woocommerce-form-register.register {
    min-height: 0 !important;
    padding: 15px !important;
  }
}
.my-account-page .woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
  margin: 15px 0 !important;
}
.my-account-page .woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit {
  background: #0A58A5 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  padding: 15px 20px !important;
}
.my-account-page .woocommerce-form.woocommerce-form-register.register .woocommerce-form-register__submit:hover {
  background: #000 !important;
}

@media (max-width: 1023px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}
.woocommerce-MyAccount-navigation ul li {
  border: solid 1px #0A58A5;
  padding: 10px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #000;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #0A58A5;
}

.woocommerce-account .addresses .title .edit {
  float: left !important;
  background: #0A58A5;
  padding: 10px 15px;
  color: #fff;
}
.woocommerce-account .addresses .title .edit:hover {
  background: #000;
  color: #fff;
}

.woocommerce-Address address {
  border: solid 1px #0A58A5;
  padding: 20px;
  margin: 20px 0 !important;
}

body button[type=submit].woocommerce-Button.button {
  background: #0A58A5 !important;
  margin-top: 10px !important;
  border-radius: 0 !important;
  color: #fff !important;
  height: 60px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
}
body button[type=submit].woocommerce-Button.button:hover {
  background: #000 !important;
}

.cart-page-wrapper .e-shop-table.e-cart-section {
  padding: 0px !important;
  margin: 0 0 25px !important;
}
@media (max-width: 1023px) {
  .cart-page-wrapper .e-shop-table.e-cart-section {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  .cart-page-wrapper .e-shop-table.e-cart-section {
    padding: 0px !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table th {
  padding: 15px 0 !important;
}
.cart-page-wrapper .e-shop-table.e-cart-section table th.product-name {
  padding: 20px 40px !important;
}
@media (max-width: 1023px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table th.product-name {
    padding: 20px 0px !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-remove {
  text-align: center;
}
@media (max-width: 1199px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-remove {
    padding: 15px !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-thumbnail {
  width: 250px !important;
  height: 200px !important;
  text-align: center;
}
@media (max-width: 1024px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-thumbnail {
    display: block !important;
    width: 180px !important;
    height: 160px !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-thumbnail img {
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-thumbnail img {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-thumbnail:before {
    display: none !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-name {
  padding: 20px 40px !important;
}
@media (max-width: 1023px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-name {
    padding: 20px 0px !important;
    text-align: left !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-name a {
  font-weight: 500 !important;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-name a {
    padding-left: 20px !important;
  }
}
@media (max-width: 1023px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-name .variation {
    text-align: left;
    margin: 10px 0 !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-name .variation .variation-Size, .cart-page-wrapper .e-shop-table.e-cart-section table td.product-name .variation .variation-Materialfinish, .cart-page-wrapper .e-shop-table.e-cart-section table td.product-name .variation .variation-DeliveryOptions {
  min-width: 150px;
  margin-bottom: 5px;
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-price span.woocommerce-Price-amount.amount, .cart-page-wrapper .e-shop-table.e-cart-section table td.product-subtotal span.woocommerce-Price-amount.amount {
  font-size: 16px !important;
}
@media (max-width: 1199px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-price span.woocommerce-Price-amount.amount, .cart-page-wrapper .e-shop-table.e-cart-section table td.product-subtotal span.woocommerce-Price-amount.amount {
    font-size: 15px !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-price span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol, .cart-page-wrapper .e-shop-table.e-cart-section table td.product-subtotal span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 16px !important;
}
@media (max-width: 1199px) {
  .cart-page-wrapper .e-shop-table.e-cart-section table td.product-price span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol, .cart-page-wrapper .e-shop-table.e-cart-section table td.product-subtotal span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-size: 15px !important;
  }
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-quantity .qty {
  padding: 10px !important;
  width: 50px !important;
  max-height: 45px !important;
  min-height: 45px !important;
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.product-quantity .qty:after {
  display: block !important;
}
.cart-page-wrapper .e-shop-table.e-cart-section table td.actions {
  padding: 20px !important;
}
.cart-page-wrapper .e-shop-table.e-cart-section table button[type=submit] {
  background: #0A58A5 !important;
  color: #fff !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
  border: none !important;
}
.cart-page-wrapper .e-shop-table.e-cart-section table button[type=submit]:hover {
  background: #000 !important;
}
.cart-page-wrapper .coupon.e-cart-section.shop_table {
  padding: 20px !important;
  width: 50% !important;
  margin: 0 auto !important;
}
@media (max-width: 1199px) {
  .cart-page-wrapper .coupon.e-cart-section.shop_table {
    width: 100% !important;
  }
}
.cart-page-wrapper .coupon.e-cart-section.shop_table .coupon-col-start input {
  padding: 13px 15px !important;
  border-radius: 0 !important;
  border: solid 1px #0A58A5 !important;
}
.cart-page-wrapper .coupon.e-cart-section.shop_table .coupon-col-end .button.e-apply-coupon {
  background: #0A58A5 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400 !important;
}
.cart-page-wrapper .coupon.e-cart-section.shop_table .coupon-col-end .button.e-apply-coupon:hover {
  background: #000 !important;
}
.cart-page-wrapper .e-cart-totals.e-cart-section {
  padding: 30px !important;
  width: 50% !important;
  margin: 0 auto !important;
  background: #F5FAFF;
}
@media (max-width: 1199px) {
  .cart-page-wrapper .e-cart-totals.e-cart-section {
    width: 100% !important;
  }
}
.cart-page-wrapper .e-cart-totals.e-cart-section .cart_totals h2 {
  color: #0A58A5 !important;
  font-size: 30px !important;
}
.cart-page-wrapper .e-cart-totals.e-cart-section .cart_totals .shop_table td:before {
  text-transform: uppercase !important;
  color: #0A58A5 !important;
}
.cart-page-wrapper .e-cart-totals.e-cart-section .cart_totals .checkout-button {
  background: #0A58A5 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
.cart-page-wrapper .e-cart-totals.e-cart-section .cart_totals .checkout-button:hover {
  background: #000 !important;
}

.select2-container.select2-container--open .select2-dropdown--below {
  border: none !important;
}

.woocommerce-privacy-policy-text p a {
  color: #0A58A5 !important;
}
.woocommerce-privacy-policy-text p a:hover {
  color: #000 !important;
}

.checkout-page-wrapper {
  margin: 50px 0 !important;
}
.checkout-page-wrapper .e-checkout__container {
  display: flex;
  align-items: start !important;
}
.checkout-page-wrapper .e-checkout__container:after, .checkout-page-wrapper .e-checkout__container::before {
  display: none !important;
}
.checkout-page-wrapper .e-checkout__container h3 {
  color: #0A58A5 !important;
  margin-top: 15px !important;
}
.checkout-page-wrapper .e-checkout__container input, .checkout-page-wrapper .e-checkout__container select, .checkout-page-wrapper .e-checkout__container .select2-selection__rendered {
  background: #F5FAFF !important;
}
.checkout-page-wrapper .e-checkout__container label {
  margin-top: 15px !important;
}
.checkout-page-wrapper .e-checkout__container .e-checkout.e-checkout.column-start {
  width: 45% !important;
  order: 1 !important;
}
.checkout-page-wrapper .e-checkout__container .e-checkout.e-checkout.column-end {
  width: 45% !important;
  order: 2 !important;
}
.checkout-page-wrapper .e-checkout__container .e-checkout.e-checkout.column-end .col-2 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.checkout-page-wrapper .e-woocommerce-coupon-nudge.e-checkout-secondary-title {
  font-size: 16px !important;
}
.checkout-page-wrapper .e-woocommerce-coupon-nudge.e-checkout-secondary-title .e-show-coupon-form {
  color: #0A58A5 !important;
}
.checkout-page-wrapper .e-woocommerce-coupon-nudge.e-checkout-secondary-title .e-show-coupon-form:hover {
  color: #000 !important;
}
.checkout-page-wrapper .wc_payment_methods.payment_methods li .woocommerce-info {
  margin: 0 !important;
}
.checkout-page-wrapper .wc_payment_methods.payment_methods li .woocommerce-info span {
  font-size: 16px !important;
}
.checkout-page-wrapper .woocommerce-privacy-policy-text p {
  font-size: 16px !important;
  margin-bottom: 15px !important;
}
.checkout-page-wrapper button[type=submit] {
  background: #0A58A5 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  height: 50px;
}
.checkout-page-wrapper button[type=submit]:hover {
  background: #000 !important;
}
.checkout-page-wrapper .woocommerce-error {
  background: #F5FAFF !important;
}
.checkout-page-wrapper .woocommerce-error li a {
  color: #000 !important;
}
.checkout-page-wrapper .woocommerce-error li a:hover {
  color: #0A58A5 !important;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #0073aa !important;
  color: #fff !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover, .select2-container--default .select2-results__option[data-selected=true]:hover {
  background-color: #0073aa;
  color: #fff !important;
}

#customer_details .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  top: 60% !important;
  left: -10px !important;
}

.shop_table.woocommerce-checkout-review-order-table .product-name {
  max-width: 200px !important;
}

.woocommerce-customer-details--email {
  line-height: 1.8;
}

.woocommerce table.shop_table th {
  color: #000;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 10px 8px !important;
}

@media (max-width: 1199px) {
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-name.product-name {
    width: 100% !important;
  }
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-total.product-total, .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-table.product-total {
  text-align: right;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
  text-align: right !important;
}
@media (max-width: 1199px) {
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    display: block;
  }
}

.woocommerce-order.dFlex {
  align-items: start;
  justify-content: space-between;
}
.woocommerce-order.dFlex:after, .woocommerce-order.dFlex:before {
  display: none !important;
}
.woocommerce-order.dFlex .table-wrap.thank-page {
  width: 100% !important;
}
.woocommerce-order.dFlex .woocommerce-thank-you {
  background: #F5FAFF !important;
  padding: 30px;
  margin-bottom: 50px !important;
  width: 100% !important;
}
.woocommerce-order.dFlex .woocommerce-thank-you p {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #000 !important;
}
@media (max-width: 767px) {
  .woocommerce-order.dFlex .woocommerce-thank-you ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.woocommerce-order.dFlex .woocommerce-thank-you ul li {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #000 !important;
}
@media (max-width: 1199px) {
  .woocommerce-order.dFlex .woocommerce-thank-you ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1023px) {
  .woocommerce-order.dFlex .woocommerce-thank-you ul li {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-order.dFlex .woocommerce-thank-you ul li {
    width: 100%;
    border-right: 0;
    border-bottom: solid 1px #000;
    margin: 0 0 20px !important;
    padding: 0 0 20px !important;
  }
}
.woocommerce-order.dFlex .woocommerce-order-details {
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .woocommerce-order.dFlex .woocommerce-order-details {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce-order.dFlex .woocommerce-order-details h2 {
  color: #0A58A5 !important;
}
.woocommerce-order.dFlex .woocommerce-customer-details {
  background: #F5FAFF;
  padding: 30px;
  width: 40%;
}
@media (max-width: 1199px) {
  .woocommerce-order.dFlex .woocommerce-customer-details {
    width: 100%;
    padding: 20px;
  }
}
.woocommerce-order.dFlex .woocommerce-customer-details h2 {
  color: #0A58A5 !important;
}
.woocommerce-order.dFlex .woocommerce-customer-details address {
  border: none !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #000 !important;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .quote-form .footer-form form .file-upload-wrapper .file-upload-label:before {
    background: #F5FAFF !important;
  }
}

.product-quote-wrap {
  margin: 20px 0;
}
.product-quote-wrap .loop-wrap {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
}
@media (max-width: 1199px) {
  .product-quote-wrap .loop-wrap {
    margin: 25px 0;
  }
}
.product-quote-wrap .loop-wrap .product-disply {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .product-quote-wrap .loop-wrap .product-disply {
    flex-wrap: wrap;
  }
}
.product-quote-wrap .loop-wrap .product-disply .pro-img {
  width: 50%;
  height: 400px;
  overflow: hidden;
  background-color: #F5FAFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .product-quote-wrap .loop-wrap .product-disply .pro-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.product-quote-wrap .loop-wrap .product-disply .pro-img figure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (max-width: 1023px) {
  .product-quote-wrap .loop-wrap .product-disply .pro-img figure {
    width: 100%;
  }
}
.product-quote-wrap .loop-wrap .product-disply .pro_txt {
  width: 50%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .product-quote-wrap .loop-wrap .product-disply .pro_txt {
    width: 100%;
    padding: 15px;
  }
}
.product-quote-wrap .loop-wrap .product-disply .pro_txt ul {
  padding: 0 !important;
  margin: 0 0 20px !important;
}
.product-quote-wrap .loop-wrap .product-disply .pro_txt ul li {
  display: flex;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  padding: 5px 0 !important;
  font-weight: 400 !important;
  color: #000 !important;
}
@media (max-width: 1680px) {
  .product-quote-wrap .loop-wrap .product-disply .pro_txt ul li {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (max-width: 1470px) {
  .product-quote-wrap .loop-wrap .product-disply .pro_txt ul li {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1199px) {
  .product-quote-wrap .loop-wrap .product-disply .pro_txt ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.product-quote-wrap .loop-wrap .product-disply .pro_txt ul li span {
  min-width: 40% !important;
  display: inline-block !important;
  font-weight: 600 !important;
}
.product-quote-wrap .loop-wrap .product-disply .pro_txt ul li span.text {
  font-weight: 400 !important;
}
.product-quote-wrap .loop-wrap .product-disply .pro_txt h2 {
  color: #0A58A5 !important;
  text-transform: none !important;
}
.product-quote-wrap .remove-btn {
  margin-left: auto;
}

.quote-form {
  width: 100%;
  margin: 0 auto !important;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .quote-form {
    padding: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .quote-form {
    padding: 0px;
  }
}
.quote-form .form_box {
  background: #F5FAFF;
  padding: 40px;
}
@media (max-width: 1199px) {
  .quote-form .form_box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .quote-form form {
    padding: 5px !important;
  }
}
.quote-form form .file-upload-wrapper {
  border-bottom: solid 1px #b4b5b7 !important;
  align-items: end;
}
.quote-form form .file-upload-wrapper .file-upload-label {
  cursor: pointer;
  height: 70px;
  display: flex;
  align-items: end;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
}
.quote-form form .file-upload-wrapper .file-upload-label:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 41px;
  right: 30px;
  bottom: 0;
  background: url(assets/images/browse.png) no-repeat;
}
@media (max-width: 1023px) {
  .quote-form form .file-upload-wrapper .file-upload-label:after {
    bottom: 5px;
  }
}
.quote-form form .file-upload-wrapper .file-upload-label:before {
  content: "";
  position: absolute;
  background: #F5FAFF !important;
  height: 10px;
  right: 0;
  z-index: 1;
  bottom: -10px;
}
@media (min-width: 320px) {
  .quote-form form .file-upload-wrapper .file-upload-label:before {
    width: 10%;
  }
}
@media (min-width: 1850px) {
  .quote-form form .file-upload-wrapper .file-upload-label:before {
    width: 6%;
  }
}
.quote-form form .file-upload-wrapper .file-text {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  position: relative;
}
@media (max-width: 1470px) {
  .quote-form form .file-upload-wrapper .file-text {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.quote-form form .file-upload-wrapper .file-icon {
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 0;
  display: none;
}
.quote-form form .file-upload-wrapper .add-file.material-icons {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 30px;
  color: #898989;
  font-weight: 200;
  line-height: 1;
}
.quote-form form .file-upload-wrapper .remove-file {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 30px;
  color: #898989;
  font-weight: 200;
  line-height: 1;
}

.information-request p a {
  color: #fff !important;
  font-size: 16px !important;
  height: 45px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 1199px) {
  .information-request p a {
    font-size: 14px !important;
  }
}
.information-request p a:hover {
  color: #fff !important;
}
.add-row.btn-disabled {
  background: #81AAD2 !important;
}

.woocommerce-message {
  border-top-color: #0A58A5 !important;
}

.woocommerce-message::before {
  color: #0A58A5 !important;
}

.ajax-success-message {
  color: #0A58A5 !important;
}

@media (min-width: 320px) {
  .pdf-btn-wrap.single-product-page .btn.btn-sm {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.load-more-wrap.center {
  margin-bottom: 40px;
}

.product-varinet .pr-vr .pr .wrp:last-child {
  padding-right: 0 !important;
}
.product-varinet .pr-vr .pr .wrp span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-varinet .pr-vr .pr:last-child {
  border-bottom: none !important;
  flex-direction: column;
  gap: 10px;
}

.product-varinet .pr-vr .pr:last-child .wrp {
  min-width: 100%;
  width: 100%;
}

.product-varinet .pr-vr .pr:last-child .wrp:first-child {
  border-bottom: solid 1px #d2d9df;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.product-varinet:hover .pr-vr .pr:last-child .wrp:first-child {
  border-bottom: solid 1px #fff;
}

.product-varinet .pr-vr .pr:last-child .wrp:after {
  display: none;
}

.single-page-product-varinet-listing .product-varinet .wrap_txt .pr-vr .pr:last-child .wrp + .wrp {
  padding: 0 !important;
}

.search-category-wrap {
  margin: 40px 0;
  background: #f7f7f7;
  padding: 40px 20px;
}

.other-pages-wrap {
  margin: 40px 0;
  padding: 20px;
}
.other-pages-wrap h2 {
  margin-bottom: 30px !important;
}

#loadMore {
  margin-top: 40px;
}

#product_type_search:disabled {
  background-color: #f2f2f2; /* light gray background */
  color: #999; /* gray text */
  border: 1px solid #ccc; /* light border */
  cursor: not-allowed; /* shows disabled cursor */
  opacity: 0.7; /* optional: faded look */
}

body.single-post .project_banner.inner .container {
  height: 150px !important;
  min-height: 150px !important;
}

.blog-wraper {
  margin: 50px 0;
}
.blog-wraper .page-header {
  margin: 20px 0 50px;
}
@media (max-width: 1599px) {
  .blog-wraper .page-header {
    margin: 20px 0 30px;
  }
}
@media (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 (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;
}
.blog_left .blg-wrapper .blg {
  border: solid 2px #ababab;
  width: calc(50% - 20px);
  margin: 0 10px 30px;
  padding: 35px 0;
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .blg {
    padding: 0;
    width: calc(100% - 20px);
  }
}
.blog_left .blg-wrapper .blg.single {
  width: 100% !important;
  margin: 0 0 25px !important;
}
.blog_left .blg-wrapper .blg .topbx {
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .blg .topbx {
    padding-right: 25px;
  }
}
@media (max-width: 1470px) {
  .blog_left .blg-wrapper .blg .topbx {
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .blg .topbx {
    padding: 5px;
    flex-wrap: wrap;
  }
}
.blog_left .blg-wrapper .blg .topbx:after, .blog_left .blg-wrapper .blg .topbx:before {
  display: none;
}
.blog_left .blg-wrapper .blg .topbx .datewp {
  background: #0A58A5;
  padding: 15px;
  color: #fff;
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .blg .topbx .datewp {
    padding: 7px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .blg .topbx .datewp {
    padding: 5px;
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .blg .topbx .datewp {
    margin-bottom: 10px;
  }
}
.blog_left .blg-wrapper .blg .topbx .post-author {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  color: #a49ea0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .blg .topbx .post-author {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1470px) {
  .blog_left .blg-wrapper .blg .topbx .post-author {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.blog_left .blg-wrapper .blg .topbx .post-author span {
  width: 35px;
  height: 2px;
  background: #0A58A5;
  margin-right: 10px;
}
.blog_left .blg-wrapper .blg .topbx .post-author a {
  color: #a49ea0;
}
.blog_left .blg-wrapper .blg .topbx .post-author a:hover {
  color: #0A58A5;
}
.blog_left .blg-wrapper .blg .wrap {
  margin-left: 40px;
  padding-top: 30px;
}
@media (max-width: 1470px) {
  .blog_left .blg-wrapper .blg .wrap {
    margin-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .blg .wrap {
    margin-left: 0px;
    padding: 5px;
  }
}
.blog_left .blg-wrapper .blg .wrap .post-tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  font-weight: 600;
  min-height: 130px;
  padding-right: 10px;
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .blg .wrap .post-tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    min-height: 100px;
  }
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .blg .wrap .post-tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    min-height: 80px;
  }
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .blg .wrap .post-tle {
    min-height: 0px;
    padding-right: 0;
  }
}
.blog_left .blg-wrapper .blg .wrap .ftd-img {
  height: 375px;
  margin-right: 0 !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #f2f2f2;
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .blg .wrap .ftd-img {
    height: 300px;
  }
}
@media (max-width: 1470px) {
  .blog_left .blg-wrapper .blg .wrap .ftd-img {
    height: 235px;
  }
}
@media (max-width: 1470px) {
  .blog_left .blg-wrapper .blg .wrap .ftd-img {
    height: 235px;
  }
}
@media (max-width: 767px) {
  .blog_left .blg-wrapper .blg .wrap .ftd-img {
    height: auto;
  }
}
.blog_left .blg-wrapper .blg .wrap .post-content {
  display: flex;
  flex-direction: column;
}
.blog_left .blg-wrapper .blg.single .post-tle {
  min-height: 0 !important;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .blg.single .post-tle {
    padding-right: 0 !important;
  }
}
.blog_left .blg-wrapper .blg.single .post-content {
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .blg.single .post-content {
    padding-right: 0 !important;
  }
}
.blog_left .blg-wrapper .post-content {
  margin: 15px 0 0;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .blog_left .blg-wrapper .post-content {
    padding-right: 0;
  }
}
.blog_left .blg-wrapper .post-content ol {
  margin-left: 20px;
}
.blog_left .blg-wrapper .post-content ol li {
  padding: 7px 0 7px 20px;
  position: relative;
  font-weight: 400 !important;
  color: #000;
}
@media (min-width: 1200px) {
  .blog_left .blg-wrapper .post-content ol li {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_left .blg-wrapper .post-content ol li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_left .blg-wrapper .post-content ol li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog_left .blg-wrapper .post-content ol li a:hover {
  color: #000;
}
.blog_left .blg-wrapper .post-content ul {
  padding-top: 10px;
  display: block;
}
.blog_left .blg-wrapper .post-content ul li {
  padding: 7px 0 7px 20px;
  position: relative;
  font-weight: 400 !important;
  color: #000;
}
@media (min-width: 1200px) {
  .blog_left .blg-wrapper .post-content ul li {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_left .blg-wrapper .post-content ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_left .blg-wrapper .post-content ul li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog_left .blg-wrapper .post-content ul li a:hover {
  color: #000;
}
.blog_left .blg-wrapper .post-content ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 1680px) {
  .blog_left .blg-wrapper .post-content ul li:after {
    top: 17px;
  }
}
@media (max-width: 1600px) {
  .blog_left .blg-wrapper .post-content ul li:after {
    top: 16px;
  }
}
@media (max-width: 1470px) {
  .blog_left .blg-wrapper .post-content ul li:after {
    width: 7px;
    height: 7px;
    top: 16px;
  }
}
.blog_left .blg-wrapper .post-content h2 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
@media (min-width: 768px) {
  .blog_left .blg-wrapper .post-content h2 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_left .blg-wrapper .post-content h2 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_left .blg-wrapper .post-content h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_left .blg-wrapper .post-content h2 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
.blog_left .blg-wrapper .post-content h3 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .blog_left .blg-wrapper .post-content h3 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_left .blg-wrapper .post-content h3 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_left .blg-wrapper .post-content h3 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_left .blg-wrapper .post-content h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.blog_left .blg-wrapper .post-content h4 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  .blog_left .blg-wrapper .post-content h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_left .blg-wrapper .post-content h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_left .blg-wrapper .post-content h4 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_left .blg-wrapper .post-content h4 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.blog_left .blg-wrapper .post-content h5 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .blog_left .blg-wrapper .post-content h5 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_left .blg-wrapper .post-content h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_left .blg-wrapper .post-content h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.blog_left .blg-wrapper .post-content h6 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  .blog_left .blg-wrapper .post-content h6 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_left .blg-wrapper .post-content h6 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_left .blg-wrapper .post-content h6 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.blog_left .blg-wrapper .post-content p a {
  text-decoration: underline !important;
}
.blog_left .blg-wrapper .post-content p a:hover {
  text-decoration: none !important;
}
.blog_left .blg-wrapper .blog-rd {
  margin-top: auto;
}
.blog_left .blg-wrapper .blog-rd:hover {
  color: #0A58A5 !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 (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 (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 (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 (max-width: 1600px) {
  .blog_left .blg-form :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !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;
}
.blog_left .blg-form form :-moz-placeholder {
  color: #666666;
}
.blog_left .blg-form form ::-moz-placeholder {
  color: #666666;
}
.blog_left .blg-form form :-ms-input-placeholder {
  color: #666666;
}
.blog_left .blg-form form .w-50 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (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 (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;
  padding: 15px 20px !important;
  background: #fff;
  width: 100%;
  font-weight: 300 !important;
}
@media (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;
}
.blog_left .blg-form form input[type=submit] {
  background: #0A58A5;
  border: none;
  height: 70px;
  width: 150px;
  color: #fff;
  border-radius: 5px;
  padding: 0 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1600px) {
  .blog_left .blg-form form input[type=submit] {
    height: 50px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (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: #000;
}
.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 .share {
  display: flex;
  width: 100%;
  color: #939393;
  margin: 25px 0;
  align-items: center;
}
.blog_left .share .tle {
  color: #939393;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 500;
}
.blog_left .share a {
  margin: 0 0 0 20px;
}
.blog_left .share a svg {
  width: 30px;
  height: 30px;
}
.blog_left .share a:hover svg {
  opacity: 0.7;
}
.blog_left .recent-post-blogs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_left .recent-post-blogs:after, .blog_left .recent-post-blogs:before {
  display: none !important;
}
.blog_left .recent-post-blogs .blg-wrapper:not(:first-child) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1023px) {
  .blog_left .recent-post-blogs .blg-wrapper:not(:first-child) {
    width: 100% !important;
  }
}
.blog_left .recent-post-blogs .blg-wrapper:first-child {
  width: 47% !important;
  display: flex;
  flex-flow: column;
  justify-content: start;
  position: relative;
}
@media (max-width: 1023px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child {
    width: 100% !important;
  }
}
.blog_left .recent-post-blogs .blg-wrapper:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  background: #c2becb;
}
@media (max-width: 1023px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child {
    width: 100% !important;
  }
}
.blog_left .recent-post-blogs .blg-wrapper:first-child .link_bx {
  background: #c8b9b2;
  width: 45px;
  height: 45px;
  margin-top: -45px;
  z-index: 3;
  position: relative;
  margin-left: auto;
  margin-right: 50px;
  display: block;
}
@media (max-width: 1600px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child .link_bx {
    width: 30px;
    height: 30px;
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child .link_bx {
    margin-right: 0;
  }
}
.blog_left .recent-post-blogs .blg-wrapper:first-child .link_bx:hover {
  background: #000;
}
.blog_left .recent-post-blogs .blg-wrapper:first-child .link_bx:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  position: absolute;
  transform: rotate(40deg) translate(-50%, -50%);
  left: 40%;
  top: 52%;
}
@media (max-width: 1600px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child .link_bx:after {
    left: 40%;
    top: 50%;
    width: 6px;
    height: 6px;
  }
}
.blog_left .recent-post-blogs .blg-wrapper:first-child .featured_img {
  background: #f8f4f1;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_left .recent-post-blogs .blg-wrapper:first-child .post-tile {
  color: var(--global--color-heading) !important;
  line-height: 1.2 !important;
  min-height: 70px;
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}
@media (max-width: 1600px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child .post-tile {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    min-height: 60px;
  }
}
@media (max-width: 1366px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child .post-tile {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    min-height: 50px;
  }
}
@media (max-width: 1023px) {
  .blog_left .recent-post-blogs .blg-wrapper:first-child .post-tile {
    min-height: 0;
  }
}
.blog_left .recent-post-blogs .blg-wrapper:first-child .post-tile a:hover {
  color: #000;
}

.blog_right {
  width: 28%;
  height: 100%;
}
@media (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: #0A58A5;
  position: relative;
}
.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 (max-width: 1680px) {
  .blog_right .blog-sdbar .blg-box .h3 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (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: #0A58A5;
  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: 500;
  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: #019ED8 !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;
}

.blog-image-fix {
  background-color: #ccc;
  text-align: center;
}
.blog-image-fix img {
  min-width: auto !important;
}

.project-gallery {
  margin: 50px 0;
}

.project_page {
  margin: 50px 0 0;
}
.project_page .project-gallery {
  height: auto;
}
.project_page ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.project_page ul li {
  height: 40vh;
  flex-grow: 1;
  margin: 7px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .project_page ul li {
    height: 37vh;
  }
}
.project_page ul li a {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.project_page ul li:first-child {
  flex-grow: 5;
}
.project_page ul li:nth-child(2) {
  flex-grow: 5;
}
.project_page ul li:last-child {
  flex-grow: 1;
}
.project_page ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 1199px) {
  .project_page ul li:after {
    background: rgba(10, 88, 165, 0.6);
  }
}
.project_page ul li img {
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: center;
}
.project_page ul li .txt_blk {
  width: 100%;
  padding: 0 20px 30px 30px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1199px) {
  .project_page ul li .txt_blk {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
}
.project_page ul li .txt_blk .tle {
  display: flex;
  flex-direction: column;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1680px) {
  .project_page ul li .txt_blk .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1470px) {
  .project_page ul li .txt_blk .tle {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1199px) {
  .project_page ul li .txt_blk .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    margin-bottom: 7px;
    text-align: center;
  }
}
.project_page ul li .txt_blk .tle span {
  width: 40px;
  height: 2px;
  background: #0A58A5;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .project_page ul li .txt_blk .tle span {
    display: none;
  }
}
.project_page ul li .txt_blk .vw {
  display: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (max-width: 1470px) {
  .project_page ul li .txt_blk .vw {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.project_page ul li .txt_blk .vw svg {
  fill: #fff;
  width: 19px;
  height: 12px;
}
.project_page ul li:hover:after {
  background: rgba(10, 88, 165, 0.6);
}
@media (max-width: 1199px) {
  .project_page ul li:hover:after {
    background: rgba(10, 88, 165, 0.6);
  }
}
.project_page ul li:hover .txt_blk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.project_page ul li:hover .txt_blk .tle {
  margin-bottom: 7px;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  text-align: center;
}
@media (max-width: 1470px) {
  .project_page ul li:hover .txt_blk .tle {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1199px) {
  .project_page ul li:hover .txt_blk .tle {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    text-align: center;
  }
}
.project_page ul li:hover .txt_blk .tle span {
  display: none;
}
.project_page ul li:hover .txt_blk .vw {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 1199px) {
  .project_page ul li:hover .txt_blk .vw {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.project_page ul li:hover .txt_blk .vw svg {
  display: block;
  margin-left: 10px;
  margin-top: -5px;
}
.project_page ul li:hover .txt_blk .vw:hover {
  opacity: 0.8;
}
@media (max-aspect-ratio: 1/2) {
  .project_page ul li {
    height: 30vh;
  }
}
@media (max-height: 480px) {
  .project_page ul li {
    height: 80vh;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  .project_page ul ul {
    flex-direction: row;
  }
  .project_page ul li {
    height: auto;
    width: 100%;
  }
  .project_page ul img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

.single-project-wrap {
  margin: 50px 0 100px;
}
@media (max-width: 1199px) {
  .single-project-wrap {
    margin: 30px 0 50px;
  }
}
.single-project-wrap p {
  margin-bottom: 5px !important;
}
.single-project-wrap ul {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1%;
       column-gap: 1%;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .single-project-wrap ul {
    -moz-column-count: 2;
         column-count: 2;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .single-project-wrap ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.single-project-wrap ul li {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 32%;
  margin: 0px 0px 20px;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .single-project-wrap ul li {
    height: 325px;
  }
}
@media (max-width: 1470px) {
  .single-project-wrap ul li {
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .single-project-wrap ul li {
    margin: 0px 5px 20px;
    width: 45%;
    height: 270px;
  }
}
@media (max-width: 1023px) {
  .single-project-wrap ul li {
    height: 225px;
  }
}
@media (max-width: 767px) {
  .single-project-wrap ul li {
    width: 100%;
    height: auto;
  }
}
.single-project-wrap ul li figure {
  overflow: hidden;
  display: flex;
}
.single-project-wrap ul li figure a {
  display: flex;
  justify-content: center;
  align-content: center;
}
.single-project-wrap ul li .txt_blk {
  padding: 25px;
  text-align: center;
  font-size: 120x;
  color: #fff;
  background: #009dd8;
  text-align: center;
}
.single-project-wrap ul li .txt_blk p {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.file-upload-wrapper, .popup-file-upload-wrapper {
  border-bottom: solid 1px #b4b5b7 !important;
  align-items: end;
}
.file-upload-wrapper .file-upload-label, .file-upload-wrapper .popup-file-upload-label, .popup-file-upload-wrapper .file-upload-label, .popup-file-upload-wrapper .popup-file-upload-label {
  cursor: pointer;
  height: 70px;
  display: flex;
  align-items: end;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
}
.file-upload-wrapper .file-upload-label:after, .file-upload-wrapper .popup-file-upload-label:after, .popup-file-upload-wrapper .file-upload-label:after, .popup-file-upload-wrapper .popup-file-upload-label:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 41px;
  right: 30px;
  bottom: 0;
  background: url(assets/images/browse.png) no-repeat;
}
@media (max-width: 767px) {
  .file-upload-wrapper .file-upload-label:after, .file-upload-wrapper .popup-file-upload-label:after, .popup-file-upload-wrapper .file-upload-label:after, .popup-file-upload-wrapper .popup-file-upload-label:after {
    bottom: 5px;
  }
}
.file-upload-wrapper .file-upload-label:before, .file-upload-wrapper .popup-file-upload-label:before, .popup-file-upload-wrapper .file-upload-label:before, .popup-file-upload-wrapper .popup-file-upload-label:before {
  content: "";
  position: absolute;
  background: #F5FAFF;
  width: 10%;
  height: 10px;
  right: 0;
  z-index: 1;
  bottom: -10px;
}
@media (max-width: 1600px) {
  .file-upload-wrapper .file-upload-label:before, .file-upload-wrapper .popup-file-upload-label:before, .popup-file-upload-wrapper .file-upload-label:before, .popup-file-upload-wrapper .popup-file-upload-label:before {
    width: 13%;
  }
}
@media (max-width: 1199px) {
  .file-upload-wrapper .file-upload-label:before, .file-upload-wrapper .popup-file-upload-label:before, .popup-file-upload-wrapper .file-upload-label:before, .popup-file-upload-wrapper .popup-file-upload-label:before {
    width: 10%;
    background: #F5FAFF !important;
  }
}
.file-upload-wrapper .file-text, .file-upload-wrapper .popup-file-text, .popup-file-upload-wrapper .file-text, .popup-file-upload-wrapper .popup-file-text {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  position: relative;
}
@media (max-width: 1470px) {
  .file-upload-wrapper .file-text, .file-upload-wrapper .popup-file-text, .popup-file-upload-wrapper .file-text, .popup-file-upload-wrapper .popup-file-text {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.file-upload-wrapper .file-icon, .popup-file-upload-wrapper .file-icon {
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 0;
  display: none;
}
.file-upload-wrapper .add-file.material-icons, .popup-file-upload-wrapper .add-file.material-icons {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 30px;
  color: #898989;
  font-weight: 200;
  line-height: 1;
}
.file-upload-wrapper .remove-file, .file-upload-wrapper .popup-remove-file, .popup-file-upload-wrapper .remove-file, .popup-file-upload-wrapper .popup-remove-file {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 30px;
  color: #898989;
  font-weight: 200;
  line-height: 1;
}

.footer-form {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.footer-form.contact-page {
  margin-top: 0px !important;
  padding: 50px 0 100px !important;
}
@media (max-width: 1680px) {
  .footer-form.contact-page {
    padding: 40px 0 80px !important;
    margin-top: 0px !important;
  }
}
@media (max-width: 1470px) {
  .footer-form.contact-page {
    padding: 35px 0 60px !important;
    margin-top: 0px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form.contact-page {
    padding: 0px 0 50px !important;
    margin-top: 0px !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1023px) {
  .footer-form.contact-page {
    padding: 0px 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .footer-form.contact-page .form_bx {
    padding-left: 9%;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1470px) {
  .footer-form.contact-page .form_bx {
    padding-left: 7%;
  }
}
@media (min-width: 1850px) {
  .footer-form.contact-page .form_bx {
    padding-left: 7%;
  }
}
@media (min-width: 2000px) {
  .footer-form.contact-page .form_bx {
    padding-left: 11%;
  }
}
@media (min-width: 2500px) {
  .footer-form.contact-page .form_bx {
    padding-left: 17%;
  }
}
@media (max-width: 1199px) {
  .footer-form.contact-page .form_bx {
    width: 100% !important;
    padding: 30px 20px;
    background: none !important;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .footer-form.contact-page .form_bx:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer-form.contact-page .form_bx form {
    background: none !important;
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .footer-form.contact-page .form_bx form .file-upload-wrapper .file-upload-label:before {
    background: #F5FAFF !important;
  }
}
.footer-form.contact-page .form_bx form .submit-wrap {
  text-align: right;
}
.footer-form.contact-page .form_bx form .submit-wrap input[type=button],
.footer-form.contact-page .form_bx form .submit-wrap input[type=submit] {
  width: 200px;
  background: #0A58A5 !important;
  padding: 0 !important;
  height: 65px;
  color: #fff !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (max-width: 1680px) {
  .footer-form.contact-page .form_bx form .submit-wrap input[type=button],
  .footer-form.contact-page .form_bx form .submit-wrap input[type=submit] {
    height: 50px;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1470px) {
  .footer-form.contact-page .form_bx form .submit-wrap input[type=button],
  .footer-form.contact-page .form_bx form .submit-wrap input[type=submit] {
    height: 40px;
    width: 135px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form.contact-page .form_bx form .submit-wrap input[type=button]:hover,
.footer-form.contact-page .form_bx form .submit-wrap input[type=submit]:hover {
  background: #000 !important;
  color: #fff !important;
}
@media (max-width: 1199px) {
  .footer-form.contact-page .img_bx {
    width: 100% !important;
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .footer-form.contact-page .img_bx .elementor-widget-image {
    margin-top: 0px;
  }
}
@media (min-width: 1366px) {
  .footer-form.contact-page .img_bx .elementor-widget-image {
    margin-top: 0px;
  }
}
@media (min-width: 1470px) {
  .footer-form.contact-page .img_bx .elementor-widget-image {
    margin-top: 0px;
  }
}
@media (min-width: 1850px) {
  .footer-form.contact-page .img_bx .elementor-widget-image {
    margin-top: 0px;
  }
}
.footer-form.contact-page .img_bx .elementor-widget-image img {
  width: 100% !important;
}
.footer-form.contact-page form {
  margin: 0;
}
.footer-form .bottom {
  margin-top: 20px;
}
.footer-form .bottom p {
  text-align: left;
}
.footer-form .cnt {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 200 !important;
  text-align: left;
}
.footer-form .cnt input[type=checkbox] {
  background: transparent !important;
  border: solid 1px #0A58A5;
}
.footer-form .cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.footer-form .checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: solid 2px #6395C7;
}
.footer-form .cnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.footer-form .cnt input:checked ~ .checkmark {
  background-color: #2196F3;
}
.footer-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.footer-form .cnt input:checked ~ .checkmark:after {
  display: block;
}
.footer-form .cnt .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media (min-width: 1200px) {
  body:not(.page-id-81) .footer-form .form_bx {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1600px) {
  body:not(.page-id-81) .footer-form .form_bx {
    padding-bottom: 70px !important;
  }
}

.contact.ft_icon_bx {
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
}
@media (max-width: 1680px) {
  .contact.ft_icon_bx {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact.ft_icon_bx {
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin: 20px auto;
    padding: 0 10px;
  }
}
.contact.ft_icon_bx:after, .contact.ft_icon_bx:before {
  display: none;
}
.contact.ft_icon_bx .icon_bx {
  border-bottom: none;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .contact.ft_icon_bx .icon_bx {
    margin-bottom: 10px;
  }
}
.contact.ft_icon_bx .icon_bx:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 0;
  width: 2px;
  height: 80px;
  background: #DDDDDD;
  background: linear-gradient(180deg, rgba(221, 221, 221, 0.13) 0%, rgb(221, 221, 221) 50%, rgba(221, 221, 221, 0.18) 100%);
}
@media (max-width: 1680px) {
  .contact.ft_icon_bx .icon_bx:after {
    height: 70px;
  }
}
@media (max-width: 1600px) {
  .contact.ft_icon_bx .icon_bx:after {
    height: 60px;
  }
}
@media (max-width: 1470px) {
  .contact.ft_icon_bx .icon_bx:after {
    right: -45px;
  }
}
@media (max-width: 1366px) {
  .contact.ft_icon_bx .icon_bx:after {
    right: -70px;
    height: 50px;
  }
}
@media (max-width: 1023px) {
  .contact.ft_icon_bx .icon_bx:after {
    display: none;
  }
}
.contact.ft_icon_bx .icon_bx .ic {
  width: 60px;
  height: 60px;
  background: #0A58A5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .contact.ft_icon_bx .icon_bx .ic {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1470px) {
  .contact.ft_icon_bx .icon_bx .ic {
    width: 40px;
    height: 40px;
  }
}
.contact.ft_icon_bx .icon_bx .ic svg {
  width: 23px;
  height: 23px;
}
@media (max-width: 1470px) {
  .contact.ft_icon_bx .icon_bx .ic svg {
    width: 18px;
    height: 18px;
  }
}
.contact.ft_icon_bx .icon_bx .txt p, .contact.ft_icon_bx .icon_bx .txt a, .contact.ft_icon_bx .icon_bx .txt span {
  color: #000 !important;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  font-weight: 400 !important;
}
@media (max-width: 1680px) {
  .contact.ft_icon_bx .icon_bx .txt p, .contact.ft_icon_bx .icon_bx .txt a, .contact.ft_icon_bx .icon_bx .txt span {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (max-width: 1470px) {
  .contact.ft_icon_bx .icon_bx .txt p, .contact.ft_icon_bx .icon_bx .txt a, .contact.ft_icon_bx .icon_bx .txt span {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  .contact.ft_icon_bx .icon_bx .txt p, .contact.ft_icon_bx .icon_bx .txt a, .contact.ft_icon_bx .icon_bx .txt span {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1199px) {
  .contact.ft_icon_bx .icon_bx .txt span {
    display: inline;
  }
}
.contact.ft_icon_bx .icon_bx.loc svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1680px) {
  .contact.ft_icon_bx .icon_bx.loc svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1470px) {
  .contact.ft_icon_bx .icon_bx.loc svg {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 1199px) {
  .contact.ft_icon_bx .icon_bx.loc .txt span {
    display: block;
  }
}
.contact.ft_icon_bx .icon_bx.mail .ic {
  margin-top: 0;
}
.contact.ft_icon_bx .icon_bx.mail .txt a {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
  font-weight: 300 !important;
}
@media (max-width: 1680px) {
  .contact.ft_icon_bx .icon_bx.mail .txt a {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 1470px) {
  .contact.ft_icon_bx .icon_bx.mail .txt a {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (max-width: 1199px) {
  .contact.ft_icon_bx .icon_bx.mail .txt a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.contact.ft_icon_bx .icon_bx.mail .txt a:hover {
  color: #0A58A5 !important;
}
.contact.ft_icon_bx .icon_bx.phone:after {
  display: none;
}
.contact.ft_icon_bx .icon_bx.phone .txt a span {
  font-weight: 600 !important;
}

.abt-slider .projects_nav .slick_prev, .abt-slider .projects_nav .slick_next {
  width: 45px !important;
  height: 45px !important;
}
.abt-slider.pro-btm .projects_nav {
  display: none !important;
}
.abt-slider .primary-color h2.elementor-heading-title {
  color: #0A58A5 !important;
  font-weight: 600 !important;
}
.abt-slider .project-outer {
  width: 100%;
  overflow: hidden !important;
  padding-left: 0;
  margin-left: -20px;
}
@media (max-width: 1199px) {
  .abt-slider .project-outer {
    margin: 15px 0 0;
    padding: 0;
  }
}
.abt-slider .slider-wer-projects {
  display: flex;
  background: #f0f4f7;
  padding: 10px;
}
@media (min-width: 320px) {
  .abt-slider .slider-wer-projects {
    width: 100% !important;
    padding: 14px 10px;
    transform: skewX(20deg);
  }
}
@media (min-width: 1200px) {
  .abt-slider .slider-wer-projects {
    width: 1500px !important;
    padding: 14px 10px;
    transform: skewX(20deg);
  }
}
@media (min-width: 1600px) {
  .abt-slider .slider-wer-projects {
    width: 2000px !important;
    padding: 24px 20px;
  }
}
@media (min-width: 2500px) {
  .abt-slider .slider-wer-projects {
    width: 1250px !important;
  }
}
.abt-slider .slider-wer-projects .sld {
  margin: 0 10px;
  overflow: hidden;
  height: 190px;
}
@media (max-width: 1470px) {
  .abt-slider .slider-wer-projects .sld {
    height: 170px;
  }
}
@media (max-width: 1199px) {
  .abt-slider .slider-wer-projects .sld {
    height: 150px;
  }
}
@media (min-width: 320px) {
  .abt-slider .slider-wer-projects .sld {
    transform: skewY(0deg);
  }
}
.abt-slider .slider-wer-projects .sld figure {
  height: 100%;
  width: 100%;
}
@media (min-width: 320px) {
  .abt-slider .slider-wer-projects .sld figure {
    transform: skew(342deg) translateX(-50%);
    left: 50%;
    width: calc(100% + 60px);
    position: relative;
  }
}
.abt-slider .slider-wer-projects .sld figure img {
  min-width: 100%;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.facility-wrap {
  margin-top: 50px !important;
}
@media (max-width: 1199px) {
  .facility-wrap {
    margin-top: 20px !important;
  }
}

.indus-page-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px 0;
}

.ind_bx {
  width: calc(25% - 20px);
  margin: 10px;
  background: #EFF7FF;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (max-width: 1199px) {
  .ind_bx {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1023px) {
  .ind_bx {
    width: calc(100% - 5px);
    margin: 5px;
  }
}
.ind_bx .ic-bx svg {
  width: 70px;
  height: 70px;
}
@media (max-width: 1470px) {
  .ind_bx .ic-bx svg {
    width: 50px;
    height: 50px;
  }
}
.ind_bx .ic-bx.aero svg {
  width: 85px;
}
@media (max-width: 1470px) {
  .ind_bx .ic-bx.aero svg {
    width: 50px;
  }
}
.ind_bx .tle {
  border-bottom: solid 2px #B5CFE9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  min-height: 90px;
  text-transform: uppercase;
  font-size: 26px !important;
  font-size: 1.625rem !important;
  color: #0A58A5;
  font-weight: 600;
  flex-direction: column;
  font-weight: 600;
  display: flex;
  justify-content: end;
}
@media (max-width: 1470px) {
  .ind_bx .tle {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (max-width: 1199px) {
  .ind_bx .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1023px) {
  .ind_bx .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    min-height: auto;
  }
}
.ind_bx .postcnt {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ind_bx .postcnt p {
  color: #000 !important;
}
.ind_bx .btn {
  width: 230px;
  margin-top: auto;
  height: 60px;
  font-weight: 500;
}
@media (max-width: 1470px) {
  .ind_bx .btn {
    width: 180px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .ind_bx .btn {
    width: 150px;
    height: 45px;
  }
}
.ind_bx:hover {
  background: #0A58A5;
}
.ind_bx:hover .tle {
  color: #fff;
}
.ind_bx:hover .postcnt {
  color: #fff !important;
}
.ind_bx:hover .postcnt p {
  color: #fff !important;
}
.ind_bx:hover .border {
  color: #fff !important;
  border: solid 1px #fff !important;
}
.ind_bx:hover .ic-bx svg {
  fill: #fff;
}
.ind_bx:hover .ic-bx svg g path {
  fill: #fff !important;
}

/* @import "assets/scss/components/slick-slider"; */
.fs-16 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
.fs-16 p,
.fs-16 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-16 {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.fs-20 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-20 p,
.fs-20 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-20 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-20 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-20 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}

.fs-22 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-22 p,
.fs-22 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.fs-24 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
.fs-24 p,
.fs-24 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-24 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.fs-25 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-25 p,
.fs-25 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-25 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-25 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.fs-27 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-27 p,
.fs-27 li {
  font-size: inherit !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-27 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.fs-30 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-30 p,
.fs-30 li {
  font-size: inherit !important;
}
@media (min-width: 320px) {
  .fs-30 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 768px) {
  .fs-30 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-30 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.fs-32 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-32 p,
.fs-32 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-32 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-32 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.fs-35 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-35 h1, .fs-35 h2, .fs-35 h3,
.fs-35 p,
.fs-35 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-35 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-35 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-35 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}

.fs-36 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
.fs-36 p,
.fs-36 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-36 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-36 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-36 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}

.fs-40 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.fs-40 h1, .fs-40 h2, .fs-40 h3,
.fs-40 p,
.fs-40 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-40 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-40 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.fs-42 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-42 h1, .fs-42 h2, .fs-42 h3,
.fs-42 p,
.fs-42 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-42 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-42 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}

.fs-45 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-45 h1, .fs-45 h2, .fs-45 h3,
.fs-45 p,
.fs-45 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-45 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-45 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}

.fs-50 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-50 h1, .fs-50 h2, .fs-50 h3,
.fs-50 p,
.fs-50 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-50 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-50 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-50 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.fs-55 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
.fs-55 p,
.fs-55 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-55 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-55 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-55 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}

.fs-57 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.fs-57 p,
.fs-57 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-57 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-57 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-57 {
    font-size: 57px !important;
    font-size: 3.5625rem !important;
  }
}

.fs-59 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.fs-59 p,
.fs-59 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-59 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 37px !important;
    font-size: 2.3125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-59 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-59 {
    font-size: 59px !important;
    font-size: 3.6875rem !important;
  }
}

.fs-60 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-60 p,
.fs-60 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-60 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-60 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

.fs-65 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.fs-65 p,
.fs-65 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-65 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-65 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-65 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-65 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}

.fs-67 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
.fs-67 p,
.fs-67 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-67 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-67 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-67 {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}

.fs-140 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  line-height: 60px;
}
.fs-140 p,
.fs-140 li {
  font-size: inherit !important;
}
@media (min-width: 767px) {
  .fs-140 {
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
    line-height: 1;
  }
}
@media (min-width: 1366px) {
  .fs-140 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .fs-140 {
    font-size: 100px !important;
    font-size: 6.25rem !important;
  }
}
@media (min-width: 1680px) {
  .fs-140 {
    font-size: 140px !important;
    font-size: 8.75rem !important;
  }
}

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

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

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

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

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

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

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

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

.fw-900 {
  font-weight: 900 !important;
}
.fw-900 h1, .fw-900 h2, .fw-900 h3, .fw-900 h4,
.fw-900 p,
.fw-900 li {
  font-weight: inherit !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;
}

.text-white {
  color: var(--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 a {
  color: inherit !important;
  text-decoration: underline !important;
}
.text-white a:hover {
  color: var(--global--color-secondary) !important;
  text-decoration: none !important;
}
.text-white a[href^=tel]:hover {
  color: var(--global--color-white) !important;
}
.text-white .elementor-button-wrapper .elementor-button:hover,
.text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.text-white.primary-hover a:hover {
  color: var(--global--color-primary) !important;
}
.text-white.postTitle a {
  text-decoration: none !important;
}

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

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

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

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

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

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

.e-con .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .hm-about-wrap {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 2000px) {
  .hm-about-wrap .img_bx {
    padding-left: 7%;
  }
}
@media (max-width: 1199px) {
  .hm-about-wrap .img_bx {
    width: 100%;
  }
}
.hm-about-wrap .img_bx .elementor-widget-image {
  text-align: left;
}
@media (max-width: 1680px) {
  .hm-about-wrap .img_bx .elementor-widget-image {
    width: 88%;
  }
}
@media (max-width: 1199px) {
  .hm-about-wrap .img_bx .elementor-widget-image {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .hm-about-wrap .img_bx .elementor-widget-image {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .hm-about-wrap .img_bx .elementor-widget-image {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hm-about-wrap .txt_bx {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (min-width: 320px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding: 0 37px;
  }
}
@media (min-width: 1024px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding: 0 52px;
  }
}
@media (min-width: 1200px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding-right: 18%;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding-right: 16%;
  }
}
@media (min-width: 1850px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding-right: 13%;
  }
}
@media (min-width: 2000px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding-right: 30%;
  }
}
@media (min-width: 2500px) {
  .hm-about-wrap .txt_bx .text-inner {
    padding-right: 40%;
  }
}
.hm-about-wrap .txt_bx .text-inner h1 {
  margin-bottom: 0 !important;
}
.hm-about-wrap .txt_bx .text-inner h1 span {
  display: block;
  color: #a3a3a3;
  font-size: 30px !important;
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .hm-about-wrap .txt_bx .text-inner h1 span {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (max-width: 1470px) {
  .hm-about-wrap .txt_bx .text-inner h1 span {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (max-width: 767px) {
  .hm-about-wrap .txt_bx .text-inner h1 span {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1199px) {
  .hm-about-wrap .txt_bx .text-inner h1 br {
    display: none;
  }
}
.hm-about-wrap .txt_bx .text-inner p b {
  font-size: 22px !important;
  font-size: 1.375rem !important;
  line-height: 1;
}
@media (max-width: 1680px) {
  .hm-about-wrap .txt_bx .text-inner p b {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.project-outer {
  width: 100%;
  overflow: hidden !important;
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .project-outer {
    margin: 15px 0 0;
    padding: 0;
  }
}

.who-wer-projects {
  display: flex;
  background: #f0f4f7;
  padding: 10px;
}
@media (min-width: 320px) {
  .who-wer-projects {
    width: 100% !important;
    padding: 14px 10px;
    transform: skewX(20deg);
  }
}
@media (min-width: 1200px) {
  .who-wer-projects {
    width: 900px !important;
    padding: 14px 10px;
    transform: skewX(20deg);
  }
}
@media (min-width: 1600px) {
  .who-wer-projects {
    width: 1100px !important;
    padding: 24px 20px;
  }
}
@media (min-width: 2500px) {
  .who-wer-projects {
    width: 1250px !important;
  }
}
.who-wer-projects .sld {
  margin: 0 10px;
  overflow: hidden;
  height: 150px;
}
@media (max-width: 1470px) {
  .who-wer-projects .sld {
    height: 140px;
  }
}
@media (min-width: 320px) {
  .who-wer-projects .sld {
    transform: skewY(0deg);
  }
}
.who-wer-projects .sld figure {
  height: 100%;
  width: 100%;
}
@media (min-width: 320px) {
  .who-wer-projects .sld figure {
    transform: skew(342deg) translateX(-50%);
    left: 50%;
    width: calc(100% + 60px);
    position: relative;
  }
}
.who-wer-projects .sld figure img {
  min-width: 100%;
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.projects_nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 90%;
  margin: 15px 0;
}
@media (max-width: 1199px) {
  .projects_nav {
    display: none !important;
  }
}
.projects_nav .slick_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 35px !important;
  height: 35px !important;
  background: transparent;
  border-top: solid 1px #0A58A5;
  border-right: none;
  border-left: solid 1px #0A58A5;
  border-bottom: solid 1px #0A58A5;
  position: relative;
}
.projects_nav .slick_prev:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #0A58A5;
  border-right: solid 1px #0A58A5;
  transform: rotate(225deg);
}
.projects_nav .slick_prev:hover {
  background: #0A58A5 !important;
}
.projects_nav .slick_prev:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.projects_nav .slick_next {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 35px !important;
  height: 35px !important;
  background: transparent;
  border-top: solid 1px #0A58A5;
  border-left: none;
  border-right: solid 1px #0A58A5;
  border-bottom: solid 1px #0A58A5;
}
.projects_nav .slick_next:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #0A58A5;
  border-right: solid 1px #0A58A5;
  transform: rotate(45deg);
}
.projects_nav .slick_next:hover {
  background: #0A58A5 !important;
}
.projects_nav .slick_next:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

@media (max-width: 1199px) {
  .shop-category .tle-wrap {
    flex-wrap: wrap !important;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .shop-category .tle-wrap .elementor-element {
    width: 100% !important;
  }
}
.shop-category .tle-wrap .elementor-heading-title {
  margin-right: 70px !important;
  padding-right: 70px !important;
  position: relative;
}
@media (max-width: 1199px) {
  .shop-category .tle-wrap .elementor-heading-title {
    text-align: center;
    margin: 0 0 10px !important;
    padding: 0 !important;
  }
}
.shop-category .tle-wrap .elementor-heading-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #0A58A5;
}
@media (max-width: 1199px) {
  .shop-category .tle-wrap .elementor-heading-title:after {
    display: none;
  }
}
.shop-category .projects_nav {
  width: 98%;
  margin-top: -80px;
}
@media (max-width: 1680px) {
  .shop-category .projects_nav {
    margin-top: -70px;
  }
}
@media (max-width: 1199px) {
  .shop-category .projects_nav {
    display: none !important;
  }
}
.shop-category .projects_nav .slick_prevv {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 45px !important;
  height: 45px !important;
  background: transparent;
  border-top: solid 1px #0A58A5;
  border-right: none;
  border-left: solid 1px #0A58A5;
  border-bottom: solid 1px #0A58A5;
  position: relative;
}
.shop-category .projects_nav .slick_prevv:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #0A58A5;
  border-right: solid 1px #0A58A5;
  transform: rotate(225deg);
}
.shop-category .projects_nav .slick_prevv:hover {
  background: #0A58A5 !important;
}
.shop-category .projects_nav .slick_prevv:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.shop-category .projects_nav .slick_nextt {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 45px !important;
  height: 45px !important;
  background: transparent;
  border-top: solid 1px #0A58A5;
  border-left: none;
  border-right: solid 1px #0A58A5;
  border-bottom: solid 1px #0A58A5;
}
.shop-category .projects_nav .slick_nextt:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 1px #0A58A5;
  border-right: solid 1px #0A58A5;
  transform: rotate(45deg);
}
.shop-category .projects_nav .slick_nextt:hover {
  background: #0A58A5 !important;
}
.shop-category .projects_nav .slick_nextt:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.hm-product-wrap {
  margin: 80px 0 40px;
}
@media (max-width: 1680px) {
  .hm-product-wrap {
    margin: 70px 0 30px;
  }
}
@media (max-width: 1199px) {
  .hm-product-wrap {
    margin: 30px 0;
  }
}
.hm-product-wrap .pro_bx {
  width: calc(100% - 20px);
}
@media (max-width: 767px) {
  .hm-product-wrap .pro_bx {
    width: 100%;
  }
}
.hm-product-wrap .pro_bx figure {
  background: #e9f3fb;
  padding: 20px;
  height: 375px;
}
@media (max-width: 1680px) {
  .hm-product-wrap .pro_bx figure {
    height: 350px;
  }
}
@media (max-width: 1470px) {
  .hm-product-wrap .pro_bx figure {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .hm-product-wrap .pro_bx figure {
    height: auto;
  }
}
.hm-product-wrap .pro_bx .pro_txt {
  text-align: center;
}
.hm-product-wrap .pro_bx .pro_txt .tle {
  margin-bottom: 0 !important;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (max-width: 1680px) {
  .hm-product-wrap .pro_bx .pro_txt .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1600px) {
  .hm-product-wrap .pro_bx .pro_txt .tle {
    min-height: 70px;
  }
}
@media (max-width: 1199px) {
  .hm-product-wrap .pro_bx .pro_txt .tle {
    min-height: 60px;
  }
}
@media (max-width: 1470px) {
  .hm-product-wrap .pro_bx .pro_txt .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  .hm-product-wrap .pro_bx .pro_txt .tle {
    min-height: 60px;
  }
}

@media (max-width: 1199px) {
  .indus-wrpper.indus-wrpper {
    padding-bottom: 0 !important;
  }
}

.industry-wrap {
  display: flex;
  flex-direction: row;
  margin: 50px 0;
}
@media (max-width: 1199px) {
  .industry-wrap {
    flex-wrap: wrap;
    margin: 30px 0 40px;
  }
}
.industry-wrap .industry_tabs {
  width: 30%;
}
@media (max-width: 1199px) {
  .industry-wrap .industry_tabs {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .industry-wrap .industry_tabs .slick-list {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .industry-wrap .industry_tabs .slick-slide.last-child .ic-bx {
    border-bottom: none !important;
  }
}
.industry-wrap .industry_tabs .ic-bx {
  border-bottom: solid 1px #e7ebef;
  padding: 12px 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .industry-wrap .industry_tabs .ic-bx {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1199px) {
  .industry-wrap .industry_tabs .ic-bx {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .industry-wrap .industry_tabs .ic-bx span {
    display: block;
  }
}
@media (max-width: 1199px) {
  .industry-wrap .industry_tabs .ic-bx br {
    display: none;
  }
}
.industry-wrap .industry_tabs .ic-bx svg {
  width: 55px;
  height: 50px;
  margin-right: 30px;
}
@media (max-width: 1680px) {
  .industry-wrap .industry_tabs .ic-bx svg {
    width: 45px;
    height: 40px;
    margin-right: 20px;
  }
}
@media (max-width: 1470px) {
  .industry-wrap .industry_tabs .ic-bx svg {
    width: 40px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .industry-wrap .industry_tabs .ic-bx svg {
    margin-right: 15px;
  }
}
.industry-wrap .industry_tabs .ic-bx.aero svg {
  width: 60px;
}
@media (max-width: 1680px) {
  .industry-wrap .industry_tabs .ic-bx.aero svg {
    width: 45px;
    height: 40px;
    margin-right: 20px;
  }
}
@media (max-width: 1470px) {
  .industry-wrap .industry_tabs .ic-bx.aero svg {
    width: 40px;
    height: 35px;
  }
}
@media (max-width: 1199px) {
  .industry-wrap .industry_tabs .ic-bx.aero svg {
    margin-right: 15px;
  }
}
.industry-wrap .industry_tabs .slick-current .ic-bx, .industry-wrap .industry_tabs .slick-slide:hover .ic-bx {
  font-weight: 500;
  background: #009ed8;
  background: linear-gradient(90deg, rgba(0, 158, 216, 0) 0%, rgba(0, 158, 216, 0.1) 100%);
  border-right: solid 2px #0A58A5;
  color: #0A58A5;
}
.industry-wrap .industry_conts_listing {
  width: 70%;
  margin: 0 0 0 30px;
}
@media (max-width: 1199px) {
  .industry-wrap .industry_conts_listing {
    width: 100%;
    margin: 20px 0 0;
  }
}
.industry-wrap .industry_conts_listing .induscnt {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .industry-wrap .industry_conts_listing .induscnt {
    flex-direction: column;
  }
}
.industry-wrap .industry_conts_listing .induscnt figure {
  width: 50%;
}
@media (max-width: 1023px) {
  .industry-wrap .industry_conts_listing .induscnt figure {
    width: 100%;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1023px) {
  .industry-wrap .industry_conts_listing .induscnt figure img {
    width: 60% !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .industry-wrap .industry_conts_listing .induscnt figure img {
    width: 100% !important;
  }
}
.industry-wrap .industry_conts_listing .induscnt .txtblk {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .industry-wrap .industry_conts_listing .induscnt .txtblk {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
}
.industry-wrap .industry_conts_listing .induscnt .txtblk .tle {
  font-size: 40px !important;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  line-height: 1.3;
  color: #000;
  font-weight: 600 !important;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .industry-wrap .industry_conts_listing .induscnt .txtblk .tle {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 1470px) {
  .industry-wrap .industry_conts_listing .induscnt .txtblk .tle {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 1199px) {
  .industry-wrap .industry_conts_listing .induscnt .txtblk .tle {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (max-width: 767px) {
  .industry-wrap .industry_conts_listing .induscnt .txtblk .tle {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.product_feat_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .product_feat_wrap {
    margin: 25px 0 0;
  }
}

.pro_featured_bx {
  width: calc(25% - 20px);
  padding: 10px;
  margin: 0 10px 30px;
  display: flex;
  flex-direction: column;
  background: #eff7ff;
}
@media (max-width: 1199px) {
  .pro_featured_bx {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1023px) {
  .pro_featured_bx {
    width: calc(100% - 20px);
  }
}
.pro_featured_bx figure {
  padding: 10px;
  overflow: hidden;
  height: 310px;
}
@media (max-width: 1680px) {
  .pro_featured_bx figure {
    height: 260px;
  }
}
@media (max-width: 1470px) {
  .pro_featured_bx figure {
    height: 210px;
  }
}
@media (max-width: 1199px) {
  .pro_featured_bx figure {
    height: 270px;
  }
}
@media (max-width: 1023px) {
  .pro_featured_bx figure {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .pro_featured_bx figure {
    height: auto;
  }
}
.pro_featured_bx figure img {
  min-width: 100%;
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: none !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.pro_featured_bx .pro_txt {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
@media (max-width: 1680px) {
  .pro_featured_bx .pro_txt {
    padding: 20px 20px;
  }
}
@media (max-width: 1470px) {
  .pro_featured_bx .pro_txt {
    padding: 15px;
    min-height: 150px;
  }
}
@media (max-width: 1199px) {
  .pro_featured_bx .pro_txt {
    min-height: 150px;
  }
}
@media (max-width: 1023px) {
  .pro_featured_bx .pro_txt {
    min-height: auto;
  }
}
.pro_featured_bx .pro_txt .tle {
  text-transform: uppercase;
  color: #0A58A5;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: 500;
  margin-bottom: 5px !important;
}
@media (max-width: 1680px) {
  .pro_featured_bx .pro_txt .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.pro_featured_bx .pro_txt p {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  line-height: 1.2;
}
@media (max-width: 1680px) {
  .pro_featured_bx .pro_txt p {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1470px) {
  .pro_featured_bx .pro_txt p {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.pro_featured_bx .btn-sm {
  margin-top: auto;
}
.pro_featured_bx .btn-sm svg {
  width: 16px;
  height: 16px;
  fill: #0A58A5;
  margin-right: 5px;
  margin-top: -5px;
}
.pro_featured_bx .btn-sm:hover svg {
  fill: #fff;
}

.project-gallery {
  float: left;
  width: 100%;
  height: 860px;
  margin: 50px 0;
}
@media (max-width: 1199px) {
  .project-gallery {
    height: auto;
    margin: 25px 0;
  }
}
@media (max-width: 1023px) {
  .project-gallery {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
}
.project-gallery .pro-gal {
  background-size: cover !important;
  margin: 0 15px 15px 0;
  position: relative;
  transition: all ease 0.4s;
}
.project-gallery .pro-gal:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal:after {
    background: rgba(10, 88, 165, 0.4);
  }
}
.project-gallery .pro-gal .txt_blk {
  width: 100%;
  height: 100%;
  padding: 0 0 30px 30px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal .txt_blk {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.project-gallery .pro-gal .txt_blk .tle {
  display: flex;
  flex-direction: column;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .project-gallery .pro-gal .txt_blk .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1470px) {
  .project-gallery .pro-gal .txt_blk .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal .txt_blk .tle {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    margin-bottom: 7px;
    text-align: center;
  }
}
.project-gallery .pro-gal .txt_blk .tle span {
  width: 40px;
  height: 2px;
  background: #0A58A5;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal .txt_blk .tle span {
    display: none;
  }
}
.project-gallery .pro-gal .txt_blk a {
  display: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal .txt_blk a {
    display: block;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.project-gallery .pro-gal .txt_blk a svg {
  fill: #fff;
  width: 19px;
  height: 12px;
}
.project-gallery .pro-gal.gal1 {
  float: left;
  width: 34%;
  height: 315px;
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal.gal1 {
    height: 270px;
  }
}
@media (max-width: 1023px) {
  .project-gallery .pro-gal.gal1 {
    width: 45%;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .project-gallery .pro-gal.gal1 {
    width: 100%;
    margin: 5px 0 0;
  }
}
.project-gallery .pro-gal.gal2 {
  float: left;
  width: 34%;
  height: 315px;
}
@media (max-width: 1680px) {
  .project-gallery .pro-gal.gal2 {
    width: 33.5%;
  }
}
@media (max-width: 1470px) {
  .project-gallery .pro-gal.gal2 {
    width: 32.5%;
  }
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal.gal2 {
    width: 32%;
    height: 270px;
  }
}
@media (max-width: 1023px) {
  .project-gallery .pro-gal.gal2 {
    width: 45%;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .project-gallery .pro-gal.gal2 {
    width: 100%;
    margin: 5px 0 0;
  }
}
.project-gallery .pro-gal.gal3 {
  float: right;
  width: 30%;
  height: 420px;
  margin: 0 0 15px 0px;
}
@media (max-width: 1470px) {
  .project-gallery .pro-gal.gal3 {
    width: 30.5%;
  }
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal.gal3 {
    height: 320px;
  }
}
@media (max-width: 1023px) {
  .project-gallery .pro-gal.gal3 {
    width: 45%;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .project-gallery .pro-gal.gal3 {
    width: 100%;
    margin: 5px 0 0;
  }
}
.project-gallery .pro-gal.gal4 {
  float: left;
  width: 69%;
  height: 525px;
}
@media (max-width: 1680px) {
  .project-gallery .pro-gal.gal4 {
    width: 68.5%;
  }
}
@media (max-width: 1470px) {
  .project-gallery .pro-gal.gal4 {
    width: 67.7%;
  }
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal.gal4 {
    height: 370px;
  }
}
@media (max-width: 1023px) {
  .project-gallery .pro-gal.gal4 {
    width: 91%;
    margin: 5px;
    order: 4;
  }
}
@media (max-width: 767px) {
  .project-gallery .pro-gal.gal4 {
    width: 100%;
    margin: 5px 0 0;
  }
}
.project-gallery .pro-gal.gal5 {
  float: right;
  width: 30%;
  height: 420px;
  margin: 0;
}
@media (max-width: 1470px) {
  .project-gallery .pro-gal.gal5 {
    width: 30.5%;
  }
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal.gal5 {
    height: 320px;
  }
}
@media (max-width: 1023px) {
  .project-gallery .pro-gal.gal5 {
    width: 45%;
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .project-gallery .pro-gal.gal5 {
    width: 100%;
    margin: 5px 0 0;
  }
}
.project-gallery .pro-gal:hover:after {
  background: rgba(10, 88, 165, 0.6);
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal:hover:after {
    background: rgba(10, 88, 165, 0.4);
  }
}
.project-gallery .pro-gal:hover .txt_blk {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 0;
  text-align: center;
}
.project-gallery .pro-gal:hover .txt_blk .tle {
  margin-bottom: 7px;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (max-width: 1680px) {
  .project-gallery .pro-gal:hover .txt_blk .tle {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (max-width: 1470px) {
  .project-gallery .pro-gal:hover .txt_blk .tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1199px) {
  .project-gallery .pro-gal:hover .txt_blk .tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    text-align: center;
  }
}
.project-gallery .pro-gal:hover .txt_blk a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.project-gallery .pro-gal:hover .txt_blk a:hover {
  opacity: 0.8;
}
.project-gallery .pro-gal:hover .txt_blk a svg {
  display: block;
  margin-left: 10px;
  margin-top: -5px;
}

.cta-wrap {
  padding: 100px 0;
  margin-top: 200px !important;
}
@media (max-width: 1680px) {
  .cta-wrap {
    margin-top: 100px !important;
    padding: 70px 0;
  }
}
@media (max-width: 1470px) {
  .cta-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .cta-wrap {
    margin-top: 0px !important;
  }
}
.cta-wrap .txt_bx {
  padding-left: 100px;
}
@media (max-width: 1680px) {
  .cta-wrap .txt_bx {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap .txt_bx {
    padding: 20px 0 0;
    text-align: center;
  }
}
.cta-wrap .txt_bx .elementor-heading-title {
  font-weight: 600 !important;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .cta-wrap .txt_bx .elementor-heading-title {
    text-align: center;
  }
}
.cta-wrap .txt_bx p {
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .cta-wrap .img_bx .elementor-widget-image {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .cta-wrap .img_bx .elementor-widget-image {
    margin-top: -100px;
  }
}
@media (min-width: 1470px) {
  .cta-wrap .img_bx .elementor-widget-image {
    margin-top: -145px;
  }
}
@media (min-width: 1680px) {
  .cta-wrap .img_bx .elementor-widget-image {
    margin-top: -140px;
  }
}
@media (min-width: 1850px) {
  .cta-wrap .img_bx .elementor-widget-image {
    margin-top: -200px;
  }
}
.cta-wrap .img_bx .elementor-widget-image img {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .cta-wrap .img_bx .elementor-widget-image img {
    width: 70% !important;
  }
}

.hm-blog {
  display: flex;
  margin: 40px -10px;
}
@media (max-width: 1199px) {
  .hm-blog {
    margin: 20px 0;
  }
}

.blg {
  border: solid 2px #ababab;
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 35px 0 40px;
}
@media (max-width: 1023px) {
  .blg {
    padding: 0;
  }
}
.blg .topbx {
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media (max-width: 1680px) {
  .blg .topbx {
    padding-right: 25px;
  }
}
@media (max-width: 1470px) {
  .blg .topbx {
    padding-right: 15px;
  }
}
@media (max-width: 1023px) {
  .blg .topbx {
    padding: 5px;
    flex-wrap: wrap;
  }
}
.blg .topbx:after, .blg .topbx:before {
  display: none;
}
.blg .topbx .datewp {
  background: #0A58A5;
  padding: 15px;
  color: #fff;
}
@media (max-width: 1680px) {
  .blg .topbx .datewp {
    padding: 7px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1680px) {
  .blg .topbx .datewp {
    padding: 5px;
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1023px) {
  .blg .topbx .datewp {
    margin-bottom: 10px;
  }
}
.blg .topbx .post-author {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  color: #a49ea0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1680px) {
  .blg .topbx .post-author {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 1470px) {
  .blg .topbx .post-author {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.blg .topbx .post-author span {
  width: 35px;
  height: 2px;
  background: #0A58A5;
  margin-right: 10px;
}
.blg .topbx .post-author a {
  color: #a49ea0;
}
.blg .topbx .post-author a:hover {
  color: #0A58A5;
}
.blg .wrap {
  margin-left: 40px;
  padding-top: 30px;
}
@media (max-width: 1470px) {
  .blg .wrap {
    margin-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 1023px) {
  .blg .wrap {
    margin-left: 0px;
    padding: 5px;
  }
}
.blg .wrap .post-tle {
  font-size: 30px !important;
  font-size: 1.875rem !important;
  font-weight: 600;
  min-height: 130px;
  padding-right: 10px;
}
@media (max-width: 1680px) {
  .blg .wrap .post-tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    min-height: 100px;
  }
}
@media (max-width: 1680px) {
  .blg .wrap .post-tle {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    min-height: 80px;
  }
}
@media (max-width: 1023px) {
  .blg .wrap .post-tle {
    min-height: 0px;
    margin-bottom: 10px;
  }
}
.blg .wrap .post-tle a {
  color: #000;
}
.blg .wrap .post-tle a:hover {
  color: #0A58A5;
}
.blg .wrap .ftd-img {
  height: 375px;
  margin-right: -2px !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: #f2f2f2;
}
@media (max-width: 1680px) {
  .blg .wrap .ftd-img {
    height: 300px;
  }
}
@media (max-width: 1470px) {
  .blg .wrap .ftd-img {
    height: 235px;
  }
}
@media (max-width: 1199px) {
  .blg .wrap .ftd-img {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .blg .wrap .ftd-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .blg .wrap .ftd-img {
    height: auto;
  }
}
.footer-form {
  margin-top: 100px !important;
  padding: 100px 0 0 !important;
}
@media (max-width: 1680px) {
  .footer-form {
    padding: 65px 0 0 !important;
    margin-top: 100px !important;
  }
}
@media (max-width: 1470px) {
  .footer-form {
    padding: 35px 0 0 !important;
    margin-top: 80px !important;
  }
}
@media (max-width: 1199px) {
  .footer-form {
    padding: 0 !important;
    margin-top: 0px !important;
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1200px) {
  .footer-form .form_bx {
    padding-left: 9%;
  }
}
@media (min-width: 1470px) {
  .footer-form .form_bx {
    padding-left: 7%;
  }
}
@media (min-width: 1850px) {
  .footer-form .form_bx {
    padding-left: 7%;
  }
}
@media (min-width: 2000px) {
  .footer-form .form_bx {
    padding-left: 11%;
  }
}
@media (min-width: 2500px) {
  .footer-form .form_bx {
    padding-left: 17%;
  }
}
@media (max-width: 1199px) {
  .footer-form .form_bx {
    width: 100% !important;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    background-position: 75% !important;
  }
}
@media (max-width: 1199px) {
  .footer-form .form_bx .elementor-widget {
    position: relative;
    z-index: 3;
  }
}
@media (min-width: 320px) {
  .footer-form .form_bx .fs-60 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .footer-form .form_bx .fs-60 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1200px) {
  .footer-form .form_bx .fs-60 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .footer-form .form_bx .fs-60 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  .footer-form .form_bx .fs-60 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (max-width: 1199px) {
  .footer-form .form_bx .fs-60 {
    text-align: center;
  }
}
@media (min-width: 320px) {
  .footer-form .form_bx .fs-25 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .footer-form .form_bx .fs-25 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .footer-form .form_bx .fs-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.footer-form .form_bx p {
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .footer-form .form_bx p br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer-form .img_bx {
    width: 100% !important;
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .footer-form .img_bx .elementor-widget-image {
    margin-top: -50px;
  }
}
@media (min-width: 1366px) {
  .footer-form .img_bx .elementor-widget-image {
    margin-top: -80px;
  }
}
@media (min-width: 1470px) {
  .footer-form .img_bx .elementor-widget-image {
    margin-top: -100px;
  }
}
@media (min-width: 1850px) {
  .footer-form .img_bx .elementor-widget-image {
    margin-top: -170px;
  }
}
.footer-form .img_bx .elementor-widget-image img {
  width: 100% !important;
}
.footer-form form {
  margin: 0 0 50px 0;
}
@media (max-width: 1199px) {
  .footer-form form {
    background: white;
    padding: 20px;
    margin: 20px 0;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .footer-form form .file-upload-wrapper .file-upload-label:before {
    background: #fff !important;
  }
}
.footer-form form .wd-50 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
@media (max-width: 767px) {
  .footer-form form .wd-50 {
    flex-wrap: wrap;
  }
}
.footer-form form .wd-50:after, .footer-form form .wd-50:before {
  display: none;
}
.footer-form form .wd-50 .input-holder {
  width: 47%;
}
@media (max-width: 767px) {
  .footer-form form .wd-50 .input-holder {
    width: 100%;
  }
}
.footer-form form .wd-50 .input-holder input {
  width: 100%;
}
.footer-form form ::-webkit-input-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .footer-form form ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form :-moz-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .footer-form form :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form ::-moz-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .footer-form form ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form :-ms-input-placeholder {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .footer-form form :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form input,
.footer-form form textarea,
.footer-form form select {
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: solid 1px #b4b5b7 !important;
  padding: 20px 0 5px !important;
  width: 100%;
  font-size: 16px !important;
  font-size: 1rem !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  color: #898989 !important;
}
@media (max-width: 1470px) {
  .footer-form form input,
  .footer-form form textarea,
  .footer-form form select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form .select {
  position: relative;
}
.footer-form form .select:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 25px;
  border-left: solid 1px #585858;
  border-top: solid 1px #585858;
  transform: rotate(225deg);
  width: 8px;
  height: 8px;
}
.footer-form form .select select {
  height: auto !important;
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .footer-form form .select select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form .select select option {
  color: #898989 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1470px) {
  .footer-form form .select select option {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form textarea {
  height: 80px;
  padding-top: 50px !important;
}
.footer-form form .submit-wrap {
  text-align: right;
  margin-top: 20px;
}
.footer-form form .submit-wrap input[type=button],
.footer-form form .submit-wrap input[type=submit],
.footer-form form .submit-wrap button [type=submit] {
  width: 210px;
  background: #0A58A5 !important;
  padding: 0 !important;
  height: 65px;
  color: #fff !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (max-width: 1680px) {
  .footer-form form .submit-wrap input[type=button],
  .footer-form form .submit-wrap input[type=submit],
  .footer-form form .submit-wrap button [type=submit] {
    height: 50px;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1470px) {
  .footer-form form .submit-wrap input[type=button],
  .footer-form form .submit-wrap input[type=submit],
  .footer-form form .submit-wrap button [type=submit] {
    height: 40px;
    width: 135px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.footer-form form .submit-wrap input[type=button]:hover,
.footer-form form .submit-wrap input[type=submit]:hover,
.footer-form form .submit-wrap button [type=submit]:hover {
  background: #000 !important;
  color: #fff !important;
}

body:not(.home) .footer-form, body:not(.page-id-81) .footer-form {
  margin-top: 0px !important;
  padding: 0 !important;
}
body:not(.home) .footer-form .form_bx, body:not(.page-id-81) .footer-form .form_bx {
  padding-top: 100px !important;
}
@media (max-width: 1680px) {
  body:not(.home) .footer-form .form_bx, body:not(.page-id-81) .footer-form .form_bx {
    padding-top: 70px !important;
  }
}
@media (max-width: 1470px) {
  body:not(.home) .footer-form .form_bx, body:not(.page-id-81) .footer-form .form_bx {
    padding-top: 50px !important;
  }
}
@media (max-width: 1199px) {
  body:not(.home) .footer-form .form_bx, body:not(.page-id-81) .footer-form .form_bx {
    padding-top: 30px !important;
  }
}
body:not(.home) .footer-form .img_bx .elementor-widget-image, body:not(.page-id-81) .footer-form .img_bx .elementor-widget-image {
  margin-top: 0;
  max-height: 740px;
}
@media (max-width: 1680px) {
  body:not(.home) .footer-form .img_bx .elementor-widget-image, body:not(.page-id-81) .footer-form .img_bx .elementor-widget-image {
    max-height: 640px;
  }
}
@media (max-width: 1600px) {
  body:not(.home) .footer-form .img_bx .elementor-widget-image, body:not(.page-id-81) .footer-form .img_bx .elementor-widget-image {
    max-height: 600px;
  }
}
@media (max-width: 1470px) {
  body:not(.home) .footer-form .img_bx .elementor-widget-image, body:not(.page-id-81) .footer-form .img_bx .elementor-widget-image {
    max-height: 550px;
  }
}
@media (max-width: 1366px) {
  body:not(.home) .footer-form .img_bx .elementor-widget-image, body:not(.page-id-81) .footer-form .img_bx .elementor-widget-image {
    max-height: 520px;
  }
}

body.page-id-81 .footer-form {
  margin-top: 0px !important;
  padding: 50px 0 100px !important;
}
@media (max-width: 1680px) {
  body.page-id-81 .footer-form {
    padding: 40px 0 80px !important;
    margin-top: 0px !important;
  }
}
@media (max-width: 1470px) {
  body.page-id-81 .footer-form {
    padding: 35px 0 60px !important;
    margin-top: 0px !important;
  }
}
@media (max-width: 1199px) {
  body.page-id-81 .footer-form {
    padding: 50px 0 0 !important;
    margin-top: 0px !important;
    flex-wrap: wrap !important;
  }
}
body.page-id-81 .footer-form .form_bx {
  padding-top: 0px !important;
}
body.page-id-81 .footer-form .img_bx .elementor-widget-image {
  max-height: auto !important;
}/*# sourceMappingURL=main.css.map */