@charset "UTF-8";
/*
Theme Name: ATZ TRANS
Theme URI: https://atztrans.com/
Author: the TechWyse Team
Author URI: https://www.techwyse.com/
Description: AZ Accounting is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how AZ Accounting elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

AZ Accounting WordPress Theme, (C) 2020 WordPress.org
AZ Accounting is distributed under the terms of the GNU GPL.
*/
/* Add your custom styles here */
:root {
  --font-DM: "Arial", Helvetica, sans-serif;
  --font-out: "Arial", Helvetica, sans-serif;
  --global--font-primary: var(
    --font-DM
  );
  --global--font-secondary: var(--font-out, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-blue: #003C6E;
  --global--color-border: #e4e5e6;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text: #262626;
  --global--color-text-alt: var(--global--color-black);
  --global--color-fade-text: #797979;
  --global--color-light-blue: #ECF6FF;
  --global--color-primary: #98B8B2;
  --global--color-btn: #0C3A46;
  --global--color-ash: #6A6A6A;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #0C3A46;
  --global--color-secondary-light: #FFE668;
  --global--color-heading: var(--global--color-black);
  --global--color-heading-blue: #0058A9;
  --global--color-box-bg: #f5f7f8;
  --global--color-text-light: #262626;
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1530px;
  --tw-wrap-xxxl: 1690px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

@font-face {
  font-family: "Effra";
  src: url("assets/fonts/effra/Effra-Regular.woff2") format("woff2"), url("assets/fonts/effra/Effra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--global--color-black);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--global--color-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--global--color-blue);
}

:root {
  --animate-duration: 2s;
}

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 */
blockquote,
q {
  quotes: none;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

body {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black);
  font-family: var(--global--font-secondary);
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
  overflow: hidden;
}
@media (min-width: 1200px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
body p,
body li {
  color: inherit;
  line-height: 1.5;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-family: var(--global--font-secondary) !important;
}
body p span,
body li span {
  font-family: var(--global--font-secondary) !important;
}
@media (min-width: 1850px) {
  body .p-graph-17, body .p-graph-17 p {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    font-weight: 300 !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: 10px;
}
@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: 20px;
  }
}

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

ol {
  margin-left: 15px;
}

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;
  color: var(--global--color-primary);
}
a:hover {
  color: var(--global--color-black);
}

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

b,
strong {
  font-weight: 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: 10px 0 12px 25px;
}
@media (min-width: 1200px) {
  img.alignright {
    padding-left: 10px;
  }
}
@media (min-width: 1600px) {
  img.alignright {
    padding-left: 20px;
  }
}
img.alignleft {
  display: inline;
  float: left;
  margin: 10px 25px 12px 0;
}
@media (min-width: 1200px) {
  img.alignleft {
    padding-right: 10px;
  }
}
@media (min-width: 1600px) {
  img.alignleft {
    padding-right: 20px;
  }
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  display: inline;
  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;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .img-space-adjst .alignright {
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .img-space-adjst .alignleft {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .img-space-adjst img {
    max-width: 500px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .img-space-adjst .elementor-widget-text-editor img {
    max-width: 500px !important;
  }
}

.list-control ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

ol {
  margin-left: 20px;
}

.elementor-widget-text-editor a[href^=tel] {
  color: var(--global--color-primary) !important;
  font-weight: 600;
}

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

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

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

.half-container,
.container-55,
.container-65 {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .half-container,
  .container-55,
  .container-65 {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .half-container,
  .container-55,
  .container-65 {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .half-container,
  .container-55,
  .container-65 {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (max-width: 1199px) {
  .half-container,
  .container-55,
  .container-65 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  .half-container {
    max-width: calc(var(--tw-wrap-xl) * 50 / 100) !important;
  }
}
@media (min-width: 1600px) {
  .half-container {
    max-width: calc(var(--tw-wrap-xxl) * 50 / 100) !important;
  }
}
@media (min-width: 1700px) {
  .half-container {
    max-width: calc(var(--tw-wrap-xxxl) * 50 / 100) !important;
  }
}

@media (min-width: 1200px) {
  .container-55 {
    max-width: calc(var(--tw-wrap-xl) * 55 / 100 + 10px) !important;
  }
}
@media (min-width: 1600px) {
  .container-55 {
    max-width: calc(var(--tw-wrap-xxl) * 55 / 100 + 5px) !important;
  }
}

@media (min-width: 1200px) {
  .container-65 {
    max-width: calc(var(--tw-wrap-xl) * 65 / 100 + 10px) !important;
  }
}
@media (min-width: 1600px) {
  .container-65 {
    max-width: calc(var(--tw-wrap-xxl) * 65 / 100 + 5px) !important;
  }
}

.e-parent .e-child {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .e-parent .e-child.half-container, .e-parent .e-child.container-55, .e-parent .e-child.container-65 {
    padding-left: 10px !important;
    padding-right: 10px !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;
  }
}
.resp-tabs-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
}

.resp-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 10px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 6px;
  width: 30px;
}
.resp-arrow:before {
  border-right: 1px solid var(--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: 12px;
}

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

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

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

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

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.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;
}
@media (max-width: 767px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 10px;
  }
}
.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: 28px;
  top: 10px;
  width: 30px;
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--global--color-primary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--global--color-primary);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: none;
}
.tw-modal-wrapper .tw-modal-body {
  margin-top: 15px;
  padding-top: 10px;
}
.tw-modal-wrapper .tw-modal-body .tw-contact-wrapper .chk-large .chk-content {
  text-align: left;
}
.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-white);
  padding: 20px;
  flex: 0 0 90%;
  width: 90%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: var(--global--color-black);
  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 60%;
    height: auto;
    width: 60%;
  }
  .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;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  max-width: 600px;
  max-width: 100%;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-close-button {
    height: 30px;
    width: 30px;
  }
  .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-close-button {
    height: 36px;
    width: 36px;
  }
  .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 .footer-single {
  flex-direction: column;
}
.tw-modal-wrapper .elementor-button-wrapper {
  margin-top: 20px;
}

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

.tw-modal-container .radio-gap .radio-label {
  font-weight: 600 !important;
}
@media (max-width: 575px) {
  .tw-modal-container .radio-gap {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    gap: 5px;
  }
}

.project_breadcrumb {
  padding: 20px 0;
}
.project_breadcrumb .breadcrumb_wrap li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media (min-width: 992px) {
  .project_breadcrumb .breadcrumb_wrap li {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .project_breadcrumb .breadcrumb_wrap li {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .project_breadcrumb .breadcrumb_wrap li {
    padding-right: 40px;
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.project_breadcrumb .breadcrumb_wrap li:after {
  position: absolute;
  padding: 0;
  content: "";
  right: 12px;
  bottom: 6px;
  background-size: 6px;
  height: 10px;
  width: 6px;
  background-image: url("assets/images/breadcrumb.png");
}
@media (min-width: 992px) {
  .project_breadcrumb .breadcrumb_wrap li:after {
    bottom: 7px;
    background-size: 7px;
    height: 13px;
    width: 7px;
  }
}
@media (min-width: 1600px) {
  .project_breadcrumb .breadcrumb_wrap li:after {
    bottom: 7px;
  }
}
.project_breadcrumb .breadcrumb_wrap li.active {
  color: var(--global--color-primary);
}
.project_breadcrumb .breadcrumb_wrap li.active::after {
  display: none;
}
.project_breadcrumb .breadcrumb_wrap li a {
  color: var(--global--color-black);
}
.project_breadcrumb .breadcrumb_wrap li a:hover {
  color: var(--global--color-primary);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading) !important;
  display: block;
  font-family: var(--global--font-primary) !important;
  font-weight: 600 !important;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit !important;
}
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-black);
}
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;
}
@media (min-width: 1600px) {
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + blockquote,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + blockquote,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + blockquote,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + blockquote,
  h6 + p,
  h6 + ul,
  h6 + ol,
  h6 + blockquote {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.titleSize-70, .elementor-widget-heading.titleSize-70 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-70, .elementor-widget-heading.titleSize-70 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}

.titleSize-90, .elementor-widget-heading.titleSize-81, .elementor-widget-heading.titleSize-90 {
  font-size: 45px !important;
  font-size: 2.8125rem !important;
}
@media (min-width: 768px) {
  .titleSize-90, .elementor-widget-heading.titleSize-81, .elementor-widget-heading.titleSize-90 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-90, .elementor-widget-heading.titleSize-81, .elementor-widget-heading.titleSize-90 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-90, .elementor-widget-heading.titleSize-81, .elementor-widget-heading.titleSize-90 {
    font-size: 85px !important;
    font-size: 5.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-90, .elementor-widget-heading.titleSize-81, .elementor-widget-heading.titleSize-90 {
    font-size: 90px !important;
    font-size: 5.625rem !important;
  }
}

.titleSize-80 {
  font-size: 38px !important;
  font-size: 2.375rem !important;
}
@media (min-width: 768px) {
  .titleSize-80 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-80 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-80 {
    font-size: 72px !important;
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-80 {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}

.titleSize-87, .elementor-widget-heading.titleSize-87 {
  font-size: 38px !important;
  font-size: 2.375rem !important;
}
@media (min-width: 768px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 72px !important;
    font-size: 4.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 87px !important;
    font-size: 5.4375rem !important;
  }
}

.titleSize-100, .elementor-widget-heading.titleSize-100 {
  font-size: 45px !important;
  font-size: 2.8125rem !important;
}
@media (min-width: 768px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 85px !important;
    font-size: 5.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 98px !important;
    font-size: 6.125rem !important;
  }
}

.titleSize-50, .elementor-widget-heading.titleSize-50, .elementor-widget-heading {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50, .elementor-widget-heading {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50, .elementor-widget-heading {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50, .elementor-widget-heading {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50, .elementor-widget-heading {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}

.titleSize-48, .elementor-widget-heading.titleSize-48 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 32px !important;
    font-size: 2rem !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-47, .elementor-widget-heading.titleSize-47 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 47px !important;
    font-size: 2.9375rem !important;
  }
}

.titleSize-45, .elementor-widget-heading.titleSize-45 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 25px !important;
    font-size: 1.5625rem !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: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}

.titleSize-42, .elementor-widget-heading.titleSize-42 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 22px !important;
    font-size: 1.375rem !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: 38px !important;
    font-size: 2.375rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}

.titleSize-55, .elementor-widget-heading.titleSize-55 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .titleSize-55, .elementor-widget-heading.titleSize-55 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-55, .elementor-widget-heading.titleSize-55 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-55, .elementor-widget-heading.titleSize-55 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-55, .elementor-widget-heading.titleSize-55 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}

.titleSize-58, .elementor-widget-heading.titleSize-58 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .titleSize-58, .elementor-widget-heading.titleSize-58 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-58, .elementor-widget-heading.titleSize-58 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-58, .elementor-widget-heading.titleSize-58 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-58, .elementor-widget-heading.titleSize-58 {
    font-size: 58px !important;
    font-size: 3.625rem !important;
  }
}

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

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

.titleSize-75, .elementor-widget-heading.titleSize-75 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media (min-width: 768px) {
  .titleSize-75, .elementor-widget-heading.titleSize-75 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-75, .elementor-widget-heading.titleSize-75 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-75, .elementor-widget-heading.titleSize-75 {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-75, .elementor-widget-heading.titleSize-75 {
    font-size: 75px !important;
    font-size: 4.6875rem !important;
  }
}

.titleSize-52, .elementor-widget-heading.titleSize-52 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}

.titleSize-62, .elementor-widget-heading.titleSize-62 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .titleSize-62, .elementor-widget-heading.titleSize-62 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-62, .elementor-widget-heading.titleSize-62 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-62, .elementor-widget-heading.titleSize-62 {
    font-size: 48px !important;
    font-size: 3rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-62, .elementor-widget-heading.titleSize-62 {
    font-size: 62px !important;
    font-size: 3.875rem !important;
  }
}

.titleSize-30, .elementor-widget-heading.titleSize-28, .elementor-widget-heading.titleSize-30 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  .titleSize-30, .elementor-widget-heading.titleSize-28, .elementor-widget-heading.titleSize-30 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-30, .elementor-widget-heading.titleSize-28, .elementor-widget-heading.titleSize-30 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-30, .elementor-widget-heading.titleSize-28, .elementor-widget-heading.titleSize-30 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-30, .elementor-widget-heading.titleSize-28, .elementor-widget-heading.titleSize-30 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

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

.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: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}

.titleSize-22, .elementor-widget-heading.titleSize-22 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.titleSize-23, .elementor-widget-heading.titleSize-23 {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}

.titleSize-20, .elementor-widget-heading.titleSize-20 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 768px) {
  .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;
  }
}

.titleSize-24, .elementor-widget-heading.titleSize-24 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}

.titleSize-25, .elementor-widget-heading.titleSize-25 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .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: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}

.titleSize-28, .titleSize-28 p {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  .titleSize-28, .titleSize-28 p {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-28, .titleSize-28 p {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-28, .titleSize-28 p {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-28, .titleSize-28 p {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}

.titleSize-32, .elementor-widget-heading.titleSize-32 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

.titleSize-35, .elementor-widget-heading.titleSize-35 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.titleSize-34, .elementor-widget-heading.titleSize-34 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .titleSize-34, .elementor-widget-heading.titleSize-34 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-34, .elementor-widget-heading.titleSize-34 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-34, .elementor-widget-heading.titleSize-34 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-34, .elementor-widget-heading.titleSize-34 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}

.titleSize-38, .elementor-widget-heading.titleSize-38 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}

.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: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}

.titleSize-16, .elementor-widget-heading.titleSize-16 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .titleSize-16, .elementor-widget-heading.titleSize-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-16, .elementor-widget-heading.titleSize-16 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-16, .elementor-widget-heading.titleSize-16 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.titleSize-18, .elementor-widget-heading.titleSize-18 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .titleSize-18, .elementor-widget-heading.titleSize-18 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-18, .elementor-widget-heading.titleSize-18 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-18, .elementor-widget-heading.titleSize-18 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}

.blog_content h2, .blog-single-boxes h2 {
  color: var(--global--color-black) !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  .blog_content h2, .blog-single-boxes h2 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .blog_content h2, .blog-single-boxes h2 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_content h2, .blog-single-boxes h2 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_content h2, .blog-single-boxes h2 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

h1,
.h1 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
}
@media (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1850px) {
  h1,
  .h1 {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}

h2,
.h2 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  h2,
  .h2 {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}

h3,
.h3 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  h3,
  .h3 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}

h4,
.h4 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1850px) {
  h4,
  .h4 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}

h5,
.h5 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  h5,
  .h5 {
    font-size: 31px !important;
    font-size: 1.9375rem !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: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1850px) {
  h6,
  .h6 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-heading);
  display: block;
  font-family: var(--global--font-primary) !important;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px !important;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: 1.2;
  position: relative;
  text-transform: none;
}
.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.styled_title i {
  display: flex;
  flex-wrap: wrap;
  font-style: normal;
  flex: 0 0 12px;
  justify-content: flex-end;
  height: 6px;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  width: 12px;
}
.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:not(.vertical) .elementor-heading-title {
  padding-left: 20px;
}
.elementor-widget-heading.styled_title:not(.vertical) .elementor-heading-title i {
  left: 0;
  position: absolute;
  top: 10px;
}
.elementor-widget-heading.styled_title.brdr-white i:after {
  background-color: var(--global--color-white);
}
.elementor-widget-heading.styled_title.brdr-white.brdr-secondary i:before {
  background-color: var(--global--color-secondary);
}
.elementor-widget-heading.styled_title.brdr-white.brdr_inverse i:before {
  background-color: var(--global--color-white);
}
.elementor-widget-heading.styled_title.brdr-white.brdr_inverse i:after {
  background-color: var(--global--color-secondary);
}
.elementor-widget-heading.styled_title.pull_left .elementor-heading-title {
  margin-left: -36px;
}
@media (max-width: 767px) {
  .elementor-widget-heading.styled_title.pull_left .elementor-heading-title {
    margin-left: -20px !important;
  }
}
.elementor-widget-heading.styled_title.titleSize-30 i, .elementor-widget-heading.styled_title.titleSize-28 i {
  margin-bottom: auto !important;
  margin-top: auto !important;
  top: 8px;
}
.elementor-widget-heading.styled_title.vertical .elementor-heading-title {
  flex-flow: column wrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0 !important;
  text-align: center;
}
.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: 768px) {
  .elementor-widget-heading.styled_title i {
    flex: 0 0 20px;
    width: 20px;
  }
  .elementor-widget-heading.styled_title:not(.vertical) .elementor-heading-title {
    padding-left: 28px;
  }
  .elementor-widget-heading.styled_title:not(.vertical) .elementor-heading-title i {
    top: 14px;
  }
  .elementor-widget-heading.styled_title.pull_left .elementor-heading-title {
    margin-left: -32px;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-heading.styled_title:not(.vertical) .elementor-heading-title {
    padding-left: 32px;
  }
  .elementor-widget-heading.styled_title:not(.vertical) .elementor-heading-title i {
    top: 16px;
  }
  .elementor-widget-heading.styled_title.pull_left .elementor-heading-title {
    margin-left: -36px;
  }
}
@media (min-width: 1600px) {
  .elementor-widget-heading.styled_title i {
    flex: 0 0 38px;
    height: 8px;
    width: 38px;
  }
  .elementor-widget-heading.styled_title.vertical i {
    height: 40px;
    margin-bottom: 10px;
    width: 8px;
  }
  .elementor-widget-heading.styled_title:not(.vertical) .elementor-heading-title {
    padding-left: 58px;
  }
  .elementor-widget-heading.styled_title:not(.vertical) .elementor-heading-title i {
    top: 23px;
  }
  .elementor-widget-heading.styled_title.pull_left .elementor-heading-title {
    margin-left: -62px;
  }
}
@media (min-width: 1850px) {
  .elementor-widget-heading.styled_title.pull_left .elementor-heading-title {
    margin-left: -62px;
  }
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.light-color {
  color: var(--global--color-text-light) !important;
}
.elementor-widget-heading.text-white {
  color: var(--global--color-white) !important;
  font-weight: 400;
}
.elementor-widget-heading.text-dull {
  color: var(--global--color-text) !important;
}
.elementor-widget-heading.text-black {
  color: var(--global--color-black) !important;
}

.hover-primary a:hover {
  color: var(--global--color-primary) !important;
}

.image_heading {
  display: flex;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .image_heading {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.image_heading .hed_icn_img {
  flex: 0 0 60px;
}
@media (min-width: 1600px) {
  .image_heading .hed_icn_img {
    flex: 0 0 80px;
  }
}
.image_heading .hed_icn_img img {
  max-width: 80px;
}
.image_heading .icn_hed {
  padding-left: 0px;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .image_heading .icn_hed {
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  .image_heading .icn_hed {
    padding-left: 20px;
  }
}

h2 + h3 {
  margin-top: 15px !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: 4 auto;
         columns: 4 auto;
  }
}

.azA_list_styles-ticked li {
  padding-left: 35px;
}
.azA_list_styles-ticked li i {
  flex: 0 0 35px;
  width: 35px;
}
.azA_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);
}

.list-on-content ul {
  padding-top: 5px;
}
@media (min-width: 1200px) {
  .list-on-content ul {
    padding-top: 10px;
  }
}
.list-on-content ul li {
  padding-left: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .list-on-content ul li {
    padding-left: 25px;
  }
}
@media (min-width: 1600px) {
  .list-on-content ul li {
    padding-left: 30px;
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.list-on-content ul li:before {
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border: 3px solid var(--global--color-btn);
  top: 8px;
  left: 0px;
}
@media (max-width: 1599px) {
  .list-on-content ul li:before {
    top: 3px;
  }
}
@media (max-width: 1199px) {
  .list-on-content ul li:before {
    top: 4px;
  }
}
.list-on-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .list-on-content ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media (min-width: 1600px) {
  .list-on-content ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .column-2-listing {
    -moz-columns: 2 auto;
    columns: 2 auto;
  }
}
.ul-flx ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table thead {
  border: 1px solid #141414;
}
table thead tr {
  background-color: var(--global--color-black);
  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 tbody {
  border: 1px solid #141414;
}
table tbody tr {
  background-color: #0d0d0d;
}
table tbody tr:nth-child(odd) {
  background-color: #141414;
}
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: 11px !important;
    font-size: 0.6875rem !important;
  }
}
@media (min-width: 992px) {
  table td,
  table th {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
}
@media (min-width: 1200px) {
  table td,
  table th {
    font-size: 12px !important;
    font-size: 0.75rem !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(22.95, 127.5, 179.35);
}
.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(24.1071428571, 133.9285714286, 188.3928571429);
  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;
}

.btnsNew, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a, .elementor-button-wrapper .btn, .elementor-widget-button .elementor-button, .elementor-widget-button a, .elementor-widget-button .btn {
  align-items: center;
  background: var(--global--color-btn);
  color: var(--global--color-white) !important;
  border: 1px solid var(--global--color-btn);
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  font-family: var(--global--font-primary);
}
.btnsNew:active, .elementor-button-wrapper .elementor-button:active, .elementor-button-wrapper a:active, .elementor-button-wrapper .btn:active, .elementor-widget-button .elementor-button:active, .elementor-widget-button a:active, .elementor-widget-button .btn:active, .btnsNew:focus, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper a:focus, .elementor-button-wrapper .btn:focus, .elementor-widget-button .elementor-button:focus, .elementor-widget-button a:focus, .elementor-widget-button .btn:focus, .btnsNew:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover, .elementor-button-wrapper .btn:hover, .elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover, .elementor-widget-button .btn:hover, .btnsNew:visited, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:visited, .elementor-button-wrapper .btn:visited, .elementor-widget-button .elementor-button:visited, .elementor-widget-button a:visited, .elementor-widget-button .btn:visited {
  box-shadow: none;
  outline: none;
}

.elementor-button-wrapper .elementor-button, .elementor-button-wrapper a, .elementor-button-wrapper .btn, .elementor-widget-button .elementor-button, .elementor-widget-button a, .elementor-widget-button .btn {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 36px;
  padding: 0 15px !important;
  position: relative;
}
.elementor-button-wrapper .elementor-button svg, .elementor-button-wrapper a svg, .elementor-button-wrapper .btn svg, .elementor-widget-button .elementor-button svg, .elementor-widget-button a svg, .elementor-widget-button .btn svg {
  fill: var(--global--color-btn);
}
.elementor-button-wrapper .elementor-button > *, .elementor-button-wrapper a > *, .elementor-button-wrapper .btn > *, .elementor-widget-button .elementor-button > *, .elementor-widget-button a > *, .elementor-widget-button .btn > * {
  position: relative;
  z-index: 3;
}
.elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover, .elementor-button-wrapper .btn:hover, .elementor-widget-button .elementor-button:hover, .elementor-widget-button a:hover, .elementor-widget-button .btn:hover {
  color: var(--global--color-white) !important;
  background: var(--global--color-black) !important;
}
.elementor-button-wrapper .elementor-button:hover i, .elementor-button-wrapper a:hover i, .elementor-button-wrapper .btn:hover i, .elementor-widget-button .elementor-button:hover i, .elementor-widget-button a:hover i, .elementor-widget-button .btn:hover i {
  opacity: 1;
  margin-left: 0;
}
.elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:focus, .elementor-button-wrapper a:visited, .elementor-button-wrapper .btn:focus, .elementor-button-wrapper .btn:visited, .elementor-widget-button .elementor-button:focus, .elementor-widget-button .elementor-button:visited, .elementor-widget-button a:focus, .elementor-widget-button a:visited, .elementor-widget-button .btn:focus, .elementor-widget-button .btn:visited {
  color: var(--global--color-white);
}
.elementor-button-wrapper .elementor-button:not(:last-child), .elementor-button-wrapper a:not(:last-child), .elementor-widget-button .elementor-button:not(:last-child), .elementor-widget-button a:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a, .elementor-widget-button .elementor-button, .elementor-widget-button a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a, .elementor-widget-button .elementor-button, .elementor-widget-button a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a, .elementor-widget-button .elementor-button, .elementor-widget-button a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 50px;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 1850px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a, .elementor-widget-button .elementor-button, .elementor-widget-button a {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    height: 70px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.elementor-button-wrapper .blue-null, .elementor-widget-button .blue-null {
  background-color: transparent !important;
  color: var(--global--color-black) !important;
}
.elementor-button-wrapper .blue-null:hover, .elementor-widget-button .blue-null:hover {
  background: var(--global--color-btn) !important;
  color: var(--global--color-white) !important;
}

.blue-null .elementor-button-wrapper .elementor-button,
.blue-null .elementor-button-wrapper a, .blue-null .elementor-widget-button .elementor-button,
.blue-null .elementor-widget-button a {
  background-color: transparent !important;
  color: var(--global--color-white) !important;
}
.blue-null .elementor-button-wrapper .elementor-button:hover,
.blue-null .elementor-button-wrapper a:hover, .blue-null .elementor-widget-button .elementor-button:hover,
.blue-null .elementor-widget-button a:hover {
  background: var(--global--color-btn) !important;
}

@media (min-width: 1200px) {
  .btn-ht-sml .elementor-button-wrapper a, .btn-ht-sml .elementor-widget-button a {
    height: 38px;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 1600px) {
  .btn-ht-sml .elementor-button-wrapper a, .btn-ht-sml .elementor-widget-button a {
    height: 45px;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
@media (min-width: 1850px) {
  .btn-ht-sml .elementor-button-wrapper a, .btn-ht-sml .elementor-widget-button a {
    height: 53px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

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

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

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

#back-to-top {
  cursor: pointer;
  align-items: center;
  background-color: var(--global--color-btn);
  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: 42px;
  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);
  width: 42px;
  z-index: 99;
}
#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);
}
#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-btn);
  border: 1px solid var(--global--color-white);
  border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 20%;
  color: var(--global--color-white);
  display: inline-flex;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  height: 32px;
  margin: -42px 0 0;
  opacity: 0;
  padding: 0 10px;
  position: fixed;
  right: -20px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  width: auto;
  z-index: 99;
}
.back-btn:hover {
  background-color: var(--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;
  }
}

.no-style .elementor-button-wrapper .elementor-button, .no-style .elementor-button-wrapper a, .no-style .elementor-widget-button .elementor-button, .no-style .elementor-widget-button a {
  background: none !important;
  color: var(--global--color-black) !important;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.no-style .elementor-button-wrapper .elementor-button i, .no-style .elementor-button-wrapper a i, .no-style .elementor-widget-button .elementor-button i, .no-style .elementor-widget-button a i {
  margin-left: 10px;
  line-height: 0;
}
.no-style .elementor-button-wrapper .elementor-button:hover, .no-style .elementor-button-wrapper a:hover, .no-style .elementor-widget-button .elementor-button:hover, .no-style .elementor-widget-button a:hover {
  text-decoration: underline;
  color: var(--global--color-btn) !important;
}
.no-style .elementor-button-wrapper .elementor-button:hover i svg, .no-style .elementor-button-wrapper a:hover i svg, .no-style .elementor-widget-button .elementor-button:hover i svg, .no-style .elementor-widget-button a:hover i svg {
  fill: var(--global--color-black);
}

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

.progress-bar {
  height: 100%;
  background-color: var(--global--color-primary);
  transition: all 0.3s ease;
}

/* progress circle */
.progress-circle-container {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--global--color-secondary);
}
@media (max-width: 1366px) {
  .progress-circle {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .progress-circle {
    display: none;
  }
}

.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: var(--global--color-primary);
  stroke-width: 5;
  stroke-dasharray: none;
}

.scroll-to-top {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

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

.back-btn {
  align-items: center;
  background-color: var(--global--color-btn);
  border: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  bottom: 15%;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 32px;
  min-width: 1px;
  opacity: 0;
  padding: 0 10px 0 8px;
  position: fixed;
  right: -30px;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  z-index: 100;
}
.back-btn:before {
  border-bottom: 16px solid transparent;
  border-right: 10px solid var(--global--color-btn);
  border-top: 16px solid transparent;
  content: "";
  display: block;
  left: -9px;
  position: absolute;
  top: 0;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  z-index: 2;
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none;
  }
}
.back-btn:hover {
  text-decoration: underline;
  background-color: var(--global--color-btn);
}

.rm-back-btn .back-btn {
  display: none !important;
}

.subscribe svg {
  fill: var(--global--color-white) !important;
  margin-right: 10px;
}

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

form {
  *zoom: 1;
}
form:after, form:before {
  content: "";
  display: block;
}
form:after {
  clear: both;
}
form .elementor-button {
  width: 100%;
}

.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-ash) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !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-ash) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !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-ash) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !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-ash) !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !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-black) !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;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 0 15px !important;
  text-transform: none;
  width: 100%;
  color: var(--global--color-ash) !important;
  border: 1px solid #E9E9E9 !important;
  padding-left: 10px !important;
  background: none;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .form-elements,
  textarea,
  select {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    padding-left: 25px !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: 55px;
  }
}

textarea {
  height: 60px;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
  resize: none;
}
@media (min-width: 768px) {
  textarea {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  textarea {
    height: 120px;
  }
}
@media (min-width: 1600px) {
  textarea {
    height: 150px;
  }
}
@media (min-width: 1850px) {
  textarea {
    height: 160px;
  }
}

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

.doller-sign {
  background-image: url(assets/images/doller-sign.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  outline: none;
}

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

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

.input-holder {
  position: relative;
  width: 100%;
}
.input-holder.error input,
.input-holder.error textarea {
  border-color: var(--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: 14px !important;
  font-size: 0.875rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: -20px;
}
.input-holder .error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}
.input-holder:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .input-holder:not(:last-child) {
    margin-bottom: 10px;
  }
}

.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-black);
  display: inline-block;
  height: 18px;
  margin: -4px 4px 0 0;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.custom-radio input[type=radio] + label i:before {
  background-color: var(--global--color-white);
  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 {
  position: relative;
  color: var(--global--color-blue);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: var(--global--color-black);
}
.custom-radio input[type=radio]:checked + label i:before {
  background-color: var(--global--color-blue);
  height: 70%;
  width: 70%;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label::before {
  display: none;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  width: 25px;
  height: 25px;
  margin-top: 0;
  background: #e3e3e3;
  border-radius: 100%;
}
.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;
  }
}
.custom-radio .input-holder .error {
  top: -54px;
}

.radio_label {
  padding-right: 20px;
}

.footer-single .radio_label {
  padding-right: 0px;
  padding-left: 20px;
}

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

.check-bx {
  margin-top: 15px;
}
.check-bx .fs-18 {
  display: block;
  font-weight: 700 !important;
  text-transform: capitalize;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.radio-btns {
  margin-top: 10px;
  display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* == checkbox == */
.cstm-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cstm-check div {
  margin-bottom: 5px;
  margin-top: 5px;
}
.cstm-check div:not(:last-child) {
  margin-right: 30px;
}
.cstm-check input[type=checkbox] {
  display: none;
}
.cstm-check input[type=checkbox] + label {
  color: inherit;
  cursor: pointer;
  line-height: 1.4;
  padding-left: 25px;
  position: relative;
  top: 0;
}
.cstm-check input[type=checkbox] + label i {
  background-color: transparent;
  border: 1px solid var(--global--color-primary);
  display: inline-block;
  height: 12px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 3px;
  vertical-align: middle;
  width: 12px;
}
.cstm-check input[type=checkbox] + label i:before {
  color: var(--global--color-white);
  content: "✓";
  display: block;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: -5px;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.cstm-check input[type=checkbox] + label span {
  height: auto;
  left: auto;
  position: relative;
  width: auto;
}
.cstm-check input[type=checkbox]:checked + label i {
  background-color: var(--global--color-secondary);
  border-color: transparent !important;
}
.cstm-check input[type=checkbox]:checked + label i:before {
  opacity: 1;
}
.cstm-check input[type=checkbox]:disabled, .cstm-check input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (min-width: 1600px) {
  .cstm-check input[type=checkbox] + label i {
    height: 16px;
    top: 4px;
    width: 16px;
  }
}

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

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

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

html {
  margin-right: 0 !important;
}

.curP {
  cursor: pointer;
}

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

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

.L_sp-3 {
  letter-spacing: 2px;
}
@media (min-width: 1200px) {
  .L_sp-3 {
    letter-spacing: 3px;
  }
}

.L_sp-1 {
  letter-spacing: 1px;
}

.dsp-block {
  display: block;
}

.ln-ht-8 .elementor-heading-title, .ln-ht-8 {
  line-height: 0.7;
}

.ln-ht-12 .elementor-heading-title, .ln-ht-12 {
  line-height: 1.2;
}

.ln-ht-11 .elementor-heading-title, .ln-ht-11 {
  line-height: 1.1;
}

.ln-ht-14 p, .ln-ht-14 li {
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .two-col {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1200px) {
  .e-parent .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1600px) {
  .e-parent .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1850px) {
  .e-parent .custom_container-right-padding {
    padding-right: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (max-width: 1199px) {
  .e-parent .custom_container-right-padding {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .e-parent .custom_container-right-padding {
    padding-right: 40px !important;
    padding-left: 40px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 575px) {
  .e-parent .custom_container-right-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1200px) {
  .e-parent .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .e-parent .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (min-width: 1700px) {
  .e-parent .custom_container-left-padding {
    padding-left: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-sm) * 0.5) !important;
  }
}
@media (max-width: 1199px) {
  .e-parent .custom_container-left-padding {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 991px) {
  .e-parent .custom_container-left-padding {
    padding-right: 40px !important;
    padding-left: 40px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 575px) {
  .e-parent .custom_container-left-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1025px) {
  .e-parent .pd-lft-40 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1600px) {
  .e-parent .pd-lft-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1025px) {
  .e-parent .pd-lft-60 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1600px) {
  .e-parent .pd-lft-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1025px) {
  .e-parent .pd-lft-100 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1600px) {
  .e-parent .pd-lft-100 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1750px) {
  .e-parent .pd-lft-100 {
    padding-left: 100px !important;
  }
}
@media (min-width: 1025px) {
  .e-parent .pd-right-40 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .e-parent .pd-right-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1025px) {
  .e-parent .pd-right-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 1025px) {
  .e-parent .pd-right-60 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1600px) {
  .e-parent .pd-right-60 {
    padding-right: 60px !important;
  }
}

.case-upper {
  text-transform: uppercase;
}

.case-none {
  text-transform: none;
}

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

.text-white {
  color: var(--global--color-white) !important;
}

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

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

.cmn-space-inner {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .cmn-space-inner {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space-inner {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-inner {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

.bottom-space-inner {
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .bottom-space-inner {
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-space-inner {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-space-inner {
    padding-bottom: 40px !important;
  }
}

.cmn-space-large {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .cmn-space-large {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space-large {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-large {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

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

.bottom-space-large {
  padding-bottom: 0px !important;
}
@media (min-width: 992px) {
  .bottom-space-large {
    padding-bottom: 60px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-space-large {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-space-large {
    padding-bottom: 140px !important;
  }
}
@media (min-width: 1850px) {
  .bottom-space-large {
    padding-bottom: 180px !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: 60px !important;
  }
}

.top-space {
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .top-space {
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .top-space {
    padding-top: 45px !important;
  }
}
@media (min-width: 1600px) {
  .top-space {
    padding-top: 60px !important;
  }
}

.top-space-large {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .top-space-large {
    padding-top: 100px !important;
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .top-space-large {
    padding-top: 145px !important;
    padding-bottom: 40px !important;
  }
}
@media (min-width: 1600px) {
  .top-space-large {
    padding-top: 180px !important;
    padding-bottom: 60px !important;
  }
}

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

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 1 !important;
}

.mrg-btm-0 {
  margin-bottom: 0 !important;
}

.mrg-top-0 {
  margin-top: 0 !important;
}

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

.padding-btm-0 {
  padding-bottom: 0 !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-t-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

.p-l-0 {
  padding-left: 0 !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;
}
#content_wrapper .floating_button {
  bottom: 50%;
  margin-right: -15px;
  opacity: 0;
  position: fixed;
  right: 56px;
  transform-origin: right top;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  z-index: 8;
}
#content_wrapper .floating_button .elementor-button {
  background-color: var(--global--color-btn) !important;
  color: var(--global--color-white) !important;
}
#content_wrapper .floating_button .elementor-button svg {
  fill: var(--global--color-white);
}
#content_wrapper .floating_button.visible {
  margin-right: 0;
  opacity: 1;
}
@media (max-width: 1799px) {
  #content_wrapper .floating_button {
    right: 46px;
  }
  #content_wrapper .floating_button .elementor-button {
    height: 46px;
  }
}
@media (max-width: 1599px) {
  #content_wrapper .floating_button {
    right: 42px;
  }
  #content_wrapper .floating_button .elementor-button {
    height: 42px;
  }
}
@media (max-width: 1199px) {
  #content_wrapper .floating_button {
    right: 40px;
  }
}
@media (max-width: 767px) {
  #content_wrapper .floating_button {
    display: none !important;
  }
}

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

.owl-carousel .owl-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: calc(100% + 20px);
  z-index: 9;
}
.owl-carousel .owl-prev:before,
.owl-carousel .owl-next:before {
  border-right: 1px solid var(--global--color-white);
  border-top: 1px solid var(--global--color-white);
  content: "";
  display: block;
  height: 18px;
  transform-origin: center;
  width: 18px;
}
.owl-carousel .owl-prev span,
.owl-carousel .owl-next span {
  display: none !important;
}
.owl-carousel .owl-prev:hover:before,
.owl-carousel .owl-next:hover:before {
  border-right-color: var(--global--color-secondary);
  border-top-color: var(--global--color-secondary);
}
.owl-carousel .owl-prev:before {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.owl-carousel .owl-next {
  margin-left: auto;
}
.owl-carousel .owl-next:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav {
    left: -20px;
    width: calc(100% + 40px);
  }
  .owl-carousel .owl-prev:before,
  .owl-carousel .owl-next:before {
    height: 18px;
    width: 18px;
  }
}
@media (min-width: 1600px) {
  .owl-carousel .owl-nav {
    left: -35px;
    width: calc(100% + 70px);
  }
  .owl-carousel .owl-prev:before,
  .owl-carousel .owl-next:before {
    height: 24px;
    width: 24px;
  }
}

.dark-arrow .owl-carousel .owl-prev:before,
.dark-arrow .owl-carousel .owl-next:before {
  border-right-color: var(--global--color-secondary);
  border-top-color: var(--global--color-secondary);
}
.dark-arrow .owl-carousel .owl-prev:hover:before,
.dark-arrow .owl-carousel .owl-next:hover:before {
  border-right-color: var(--global--color-primary);
  border-top-color: var(--global--color-primary);
}

.testimonial_slider_grid .owl-prev:hover:before,
.testimonial_slider_grid .owl-next:hover:before {
  border-right-color: var(--global--color-primary);
  border-top-color: var(--global--color-primary);
}

.row_center .tw-row {
  justify-content: center;
}

.container-left, .container-right {
  width: auto !important;
}

@media (min-width: 575px) and (max-width: 767px) {
  .container-left.i-phone {
    margin-left: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
    width: auto !important;
  }
  .container-right.i-phone {
    margin-right: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-left.i-pad, .container-left.i-phone {
    margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
  }
  .container-right.i-pad, .container-right.i-phone {
    margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-left.i-pad-land, .container-left.i-pad,
  .container-left.i-phone {
    margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
  }
  .container-right.i-pad-land, .container-right.i-pad,
  .container-right.i-phone {
    margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .container-left {
    margin-left: calc((100vw - var(--tw-wrap-xl)) / 2) !important;
  }
  .container-right {
    margin-right: calc((100vw - var(--tw-wrap-xl)) / 2) !important;
  }
}
@media (min-width: 1600px) {
  .container-left {
    margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2) !important;
  }
  .container-right {
    margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2) !important;
  }
}
.primary-heding {
  color: var(--global--color-heading-blue);
}

.light-blue-heding {
  color: var(--global--color-blue);
}

.dark-heding {
  color: var(--global--color-primary);
}

.font-secondary {
  font-family: var(--global--font-secondary);
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  bottom: -90px;
  font-size: 0;
}
@media (max-width: 1599px) {
  .slick-arrow {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .slick-arrow {
    bottom: -40px;
  }
}
@media (max-width: 767px) {
  .slick-arrow {
    bottom: -50px;
  }
}

.slick-prev, .slick-next, .elementor-swiper-button-prev, .elementor-swiper-button-next {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  border: 1px solid var(--global--color-ash);
  border-radius: 8px;
}
@media (max-width: 1599px) {
  .slick-prev, .slick-next, .elementor-swiper-button-prev, .elementor-swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.slick-prev::before, .slick-next::before, .elementor-swiper-button-prev::before, .elementor-swiper-button-next::before {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 16px;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
}
.slick-prev:hover, .slick-next:hover, .elementor-swiper-button-prev:hover, .elementor-swiper-button-next:hover {
  opacity: 0.5;
}

.slick-prev, .elementor-swiper-button-prev {
  right: 70px;
}
.slick-prev::before, .elementor-swiper-button-prev::before {
  background: url(assets/images/arrow-prev.png);
}
@media (max-width: 1599px) {
  .slick-prev, .elementor-swiper-button-prev {
    right: 50px;
  }
}

.slick-next, .elementor-swiper-button-next {
  right: 5px;
}
.slick-next::before, .elementor-swiper-button-next::before {
  background: url(assets/images/arrow-nxt.png);
}

.elementor-swiper-button.elementor-lightbox-prevent-close {
  display: none !important;
}

@media (max-width: 1024px) {
  body.admin-bar .dialog-type-lightbox {
    position: fixed !important;
  }
}

.slick-dots {
  position: absolute;
  bottom: 50%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: 1%;
  flex-direction: column;
}
.slick-dots li {
  background: var(--global--color-white);
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.slick-dots li button {
  background: #D9D9D9;
  display: inline-block;
  height: 2px;
  width: 26px;
  outline: none;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background: var(--global--color-primary);
}
.slick-dots li.slick-active button {
  background: var(--global--color-btn);
}

@media (max-width: 1199px) {
  .project_banner .slick-dots {
    display: none !important;
  }
}

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

.primary_clr {
  color: var(--global--color-primary) !important;
}

.clr_ash {
  color: var(--global--color-ash) !important;
}

.primary-font {
  font-family: var(--global--font-primary) !important;
}
.primary-font p {
  font-family: var(--global--font-primary) !important;
}

.list_on_number li {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 15px;
}
@media (min-width: 1600px) {
  .list_on_number li {
    padding-bottom: 25px;
  }
}
@media (min-width: 1850px) {
  .list_on_number li {
    padding-bottom: 35px;
  }
}
.list_on_number .list_nbr {
  color: var(--global--color-white);
  flex: 0 0 22px;
  height: 22px;
  border: 1px solid var(--global--color-white);
  display: flex;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  top: 5px;
}
@media (min-width: 1200px) {
  .list_on_number .list_nbr {
    flex: 0 0 22px;
    height: 22px;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .list_on_number .list_nbr {
    flex: 0 0 26px;
    height: 26px;
  }
}
@media (min-width: 1850px) {
  .list_on_number .list_nbr {
    flex: 0 0 32px;
    height: 32px;
  }
}
.list_on_number .lst_cntnt {
  flex-grow: 1;
  padding-left: 15px;
}
@media (min-width: 1850px) {
  .list_on_number .lst_cntnt {
    padding-left: 20px;
  }
}
.list_on_number .lst_cntnt .titleSize-27 {
  padding-bottom: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  .list_on_number .lst_cntnt .titleSize-27 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1850px) {
  .list_on_number .lst_cntnt .titleSize-27 {
    padding-bottom: 15px;
  }
}

.after-line {
  position: relative;
  display: flex;
  align-items: center;
}

.after-line .elementor-heading-title {
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
}
.after-line .elementor-heading-title::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}
@media (min-width: 768px) {
  .after-line .elementor-heading-title::after {
    margin-left: 10px;
  }
}

.swiper-pagination-bullets {
  bottom: -10px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 18px;
  background: #98b8b2;
}
@media (max-width: 1199px) {
  .swiper-pagination-bullets .swiper-pagination-bullet {
    display: none;
  }
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  border: 1px solid #0c3a46;
  border-radius: 50%;
  background: transparent;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.fit-image img {
  height: 100% !important;
  max-height: none !important;
  max-width: none !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  width: 100% !important;
}

@media (min-width: 1200px) {
  .height_eq-xl .e-child > .elementor-widget {
    height: 100%;
    position: relative;
  }
}
.list-on-content.boxul ul {
  text-align: left;
}
.list-on-content.boxul ul li {
  font-size: 18px !important;
  display: inline-block;
}
.list-on-content.boxul ul li:before {
  top: 5px;
}
@media (max-width: 1680px) {
  .list-on-content.boxul ul li {
    font-size: 17px !important;
  }
}
@media (max-width: 1470px) {
  .list-on-content.boxul ul li {
    font-size: 15px !important;
  }
}

.project_header {
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  padding: 20px 0 20px 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .project_header {
    padding: 40px 0 0px 0;
  }
}
.project_header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
}
@media (max-width: 1799px) {
  .project_header .container {
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .project_header .container {
    flex-direction: column;
  }
}
.project_header .logo-wrapper img {
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
@media (max-width: 1599px) {
  .project_header .logo-wrapper img {
    max-width: 280px;
  }
}
@media (max-width: 1199px) {
  .project_header .logo-wrapper img {
    max-width: 260px;
  }
}
@media (max-width: 991px) {
  .project_header .logo-wrapper img {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .project_header .logo-wrapper img {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .project_header .logo-wrapper img {
    max-width: 180px;
  }
}
.project_header .header_right {
  margin-left: auto;
  display: flex;
}
@media (max-width: 575px) {
  .project_header .header_right {
    display: flex;
    margin: 0 auto;
    padding-top: 5px;
  }
}
.project_header .header_right .hed-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}
.project_header .header_right .hed-btn-wrapper .elementor-button-wrapper {
  padding-right: 15px;
}
.project_header .header_right .null-btn svg {
  fill: var(--global--color-white);
}
@media (max-width: 1599px) {
  .project_header .header_right .null-btn svg {
    width: 9px;
    height: 11px;
  }
}
.project_header .header_right .null-btn .log-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--global--color-white);
  margin-right: 10px;
}
@media (max-width: 1599px) {
  .project_header .header_right .null-btn .log-btn {
    width: 25px;
    height: 25px;
  }
}
.project_header .header_right .null-btn a {
  color: var(--global--color-white) !important;
  font-weight: 300;
  display: flex;
  align-items: center;
  border: none !important;
  background-color: unset !important;
}
.project_header .header_right .null-btn a:hover {
  color: var(--global--color-primary) !important;
}
.project_header .header_right .null-btn a:hover .log-btn {
  background: var(--global--color-primary);
}
.project_header .header_right .null-btn a:hover svg {
  fill: var(--global--color-black);
}
.project_header.slim {
  background: var(--global--color-black);
  border-bottom: 1px solid var(--global--color-primary);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.project_header.slim .container {
  border-bottom: unset;
  padding-bottom: 0px;
}
.project_header.slim .logo-wrapper img {
  max-width: 200px;
}
@media (max-width: 575px) {
  .project_header.slim .logo-wrapper img {
    max-width: 200px;
  }
}

.head_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .head_nav {
    order: 2;
  }
}

.mob_trigger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  border: 2px solid var(--global--color-primary);
  cursor: pointer;
  flex-flow: column;
  flex: 0 0 50px;
  height: 40px;
  margin-left: 15px;
  padding: 0 !important;
  width: 50px;
}
@media (max-width: 575px) {
  .mob_trigger {
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 0px;
  }
}
.mob_trigger span {
  background-color: var(--global--color-primary);
  height: 3px;
  width: 24px;
}
.mob_trigger span:not(:last-child) {
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .mob_trigger {
    display: none;
  }
}

.main-menu {
  color: var(--global--color-black);
}
.main-menu ul li {
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding-bottom: 5px;
}
.main-menu ul li a {
  color: #fff;
  line-height: 1;
  text-transform: inherit;
  text-decoration: none;
  font-family: var(--global--font-primary);
  font-weight: 300;
}
.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 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: 300;
}
@media (min-width: 1200px) {
  .main-menu .primeMenu {
    display: none;
  }
  .main-menu ul li {
    position: relative;
    padding-bottom: 20px;
  }
  .main-menu ul li a {
    align-items: center;
    color: var(--global--color-white);
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    display: inline-flex;
    padding: 0 10px;
    padding-left: 5px;
    text-transform: capitalize;
  }
  .main-menu ul li a:hover {
    color: var(--global--color-white);
    position: relative;
  }
  .main-menu ul li a:hover::before, .main-menu ul li a:hover::after {
    position: absolute;
    content: "";
    bottom: -5px;
    background: var(--global--color-primary);
    height: 3px;
    border-radius: 20px;
  }
  .main-menu ul li a:hover::before {
    width: 80%;
    left: 0;
  }
  .main-menu ul li a:hover::after {
    width: 15%;
    right: 0;
  }
  .main-menu ul li a:last-child {
    padding-right: 0;
  }
  .main-menu ul li ul {
    background-color: var(--global--color-white);
    padding-left: 0;
    display: none;
    left: -80px;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 9;
    *zoom: 1;
  }
  .main-menu ul li ul:after, .main-menu ul li ul:before {
    content: "";
    display: block;
  }
  .main-menu ul li ul:after {
    clear: both;
  }
  .main-menu ul li ul a {
    font-size: 10px !important;
    font-size: 0.625rem !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;
  }
  .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: block;
    left: 30px;
  }
  .main-menu ul li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu ul li:hover li:hover a {
    background: linear-gradient(86deg, rgba(0, 0, 0, 0.1) 0%, rgba(9, 9, 121, 0) 100%);
    border-left: solid 3px var(--global--color-primary);
  }
  .main-menu ul li:hover li:hover ul {
    animation: zoom_left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
    padding-top: 20px;
  }
  .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:hover li:hover li:hover a {
    background-color: #000;
  }
  .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;
    padding-right: 8px;
    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(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 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: 30px;
    padding-right: 30px;
    color: var(--global--color-black);
    border-left: solid 3px #ebf5fb;
  }
  .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(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-color: #fff;
  }
  .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;
  }
  .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;
    left: -360px;
    width: 360px;
    top: -1px;
  }
  .main-menu ul li.four_col_layout ul {
    -moz-columns: 4 auto;
         columns: 4 auto;
    width: 820px;
  }
  .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: 300;
    position: relative;
  }
  .main-menu ul li.current-menu-item a::before, .main-menu ul li.current-menu-item a::after, .main-menu ul li.current-menu-ancestor a::before, .main-menu ul li.current-menu-ancestor a::after, .main-menu ul li.current-page-ancestor a::before, .main-menu ul li.current-page-ancestor a::after, .main-menu ul li.current-product-ancestor a::before, .main-menu ul li.current-product-ancestor a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    background: var(--global--color-primary);
    height: 3px;
    border-radius: 20px;
  }
  .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 {
    width: 80%;
    left: 0;
  }
  .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 {
    width: 15%;
    right: 0;
  }
  .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: 300;
  }
  .main-menu ul li.current-menu-item li a::before, .main-menu ul li.current-menu-ancestor li a::before, .main-menu ul li.current-page-ancestor li a::before, .main-menu ul li.current-product-ancestor li a::before {
    display: none;
  }
  .main-menu ul li.current-menu-item li a::after, .main-menu ul li.current-menu-ancestor li a::after, .main-menu ul li.current-page-ancestor li a::after, .main-menu ul li.current-product-ancestor li a::after {
    display: none;
  }
  .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: 500;
    background: #E9F5FB;
    color: var(--global--color-black);
  }
  .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 {
    background-color: #000;
    font-weight: 400;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:hover, .main-menu ul li.current_page_parent li.current_page_parent li a:hover, .main-menu ul li.current_page_ancestor li.current_page_item li a:hover, .main-menu ul li.current_page_ancestor li.current_page_parent li a:hover {
    color: var(--global--color-primary);
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a {
    background-color: #000;
    font-weight: 500;
    background-color: var(--global--color-primary);
    color: white;
  }
  .main-menu > ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 20px;
  }
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    padding-left: 15px;
    padding-right: 15px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
}
@media (min-width: 1600px) {
  .main-menu ul li.submenu i {
    height: 32px;
    padding-right: 6px;
    top: 0px;
  }
  .main-menu ul li.submenu i:before {
    height: 10px;
    width: 10px;
  }
  .main-menu ul li.submenu li.submenu i {
    height: 44px;
  }
  .main-menu ul li a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    height: 32px;
  }
  .main-menu ul li ul {
    top: 100%;
    width: 260px;
    left: 30px;
  }
  .main-menu ul li ul a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    padding: 10px 15px;
  }
  .main-menu ul li.current-menu-item a::before, .main-menu ul li.current-menu-item a::after, .main-menu ul li.current-menu-ancestor a::before, .main-menu ul li.current-menu-ancestor a::after, .main-menu ul li.current-page-ancestor a::before, .main-menu ul li.current-page-ancestor a::after, .main-menu ul li.current-product-ancestor a::before, .main-menu ul li.current-product-ancestor a::after {
    bottom: -2px;
  }
  .main-menu > ul > * {
    padding-left: 60px;
  }
}
@media (min-width: 1850px) {
  .main-menu ul li.submenu i {
    top: 0px;
  }
  .main-menu ul li a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
  .main-menu ul li ul {
    width: 320px;
  }
  .main-menu ul li ul a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .main-menu ul li.four_col_layout ul {
    width: 900px;
  }
  .main-menu > ul > * {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .main-menu {
    background-color: var(--global--color-black);
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -280px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
  }
  .main-menu ul li {
    border-bottom: 1px solid #0c1b30, 3%;
    line-height: 0;
    position: relative;
    text-align: left;
    padding-bottom: 0;
  }
  .main-menu ul li a {
    color: var(--global--color-white) !important;
    font-weight: 400;
    padding: 10px 36px 10px 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu ul li i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 32px;
  }
  .main-menu ul li i:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 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.opened a {
    background-color: #000;
  }
  .main-menu ul li.opened i:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-menu ul li.opened li a {
    background-color: #000;
    line-height: 1.4;
  }
  .main-menu ul li.opened li i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .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 {
    background-color: var(--global--color-primary);
    font-weight: 500;
  }
  .main-menu ul li.current-menu-item li, .main-menu ul li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li {
    border-bottom-color: #fff;
  }
  .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 {
    background-color: #000;
    font-weight: 300;
  }
  .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 {
    background-color: var(--global--color-secondary);
  }
  .main-menu ul li.current-menu-item li.current_page_item li, .main-menu ul li.current-menu-item li.current_page_ancestor li, .main-menu ul li.current_page_ancestor li.current_page_item li, .main-menu ul li.current_page_ancestor li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li.current_page_item li, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li {
    border-bottom-color: #fff;
  }
  .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 {
    background-color: #000;
  }
  .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 {
    background-color: var(--global--color-secondary);
  }
  .open .main-menu {
    right: 0px;
  }
  .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.5);
    z-index: 1000;
  }
}
@media (min-width: 1200px) {
  .main-menu ul .megamenu:hover > .sub-menu {
    display: flex;
    flex-flow: row wrap;
  }
  .main-menu ul .megamenu > .sub-menu {
    width: 830px;
    transform: translateX(-50%);
    padding: 30px;
    margin-bottom: 0;
    right: 5px;
  }
  .main-menu ul .megamenu > .sub-menu::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 1px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    left: 49%;
  }
  .main-menu ul .megamenu > .sub-menu li {
    position: relative;
    padding: 0 10px;
    flex: 0 0 50%;
  }
  .main-menu ul .megamenu > .sub-menu li::after {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 260px;
    height: 1px;
    bottom: 0;
    left: 10px;
    content: "";
  }
  .main-menu ul .megamenu > .sub-menu li:nth-last-child(-n+3)::after {
    display: none;
  }
  .main-menu ul .megamenu > .sub-menu li a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    flex-direction: column;
    align-items: start;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
  }
  .main-menu ul .megamenu > .sub-menu li a:hover {
    border: none;
  }
  .main-menu ul .megamenu > .sub-menu li:hover a {
    border: none;
    background: none;
    color: var(--global--color-primary);
  }
  .main-menu ul .megamenu > .sub-menu li.current_page_item a, .main-menu ul .megamenu > .sub-menu li.current_page_parent a {
    background: none;
    color: var(--global--color-primary);
  }
  .main-menu ul .megamenu > .sub-menu li.current_page_item a:hover, .main-menu ul .megamenu > .sub-menu li.current_page_parent a:hover {
    color: var(--global--color-black);
  }
  .main-menu ul .megamenu > .sub-menu li.current_page_item li a, .main-menu ul .megamenu > .sub-menu li.current_page_parent li a {
    background: none;
    color: var(--global--color-primary);
  }
  .main-menu ul .megamenu > .sub-menu li.current_page_item li.current_page_item a, .main-menu ul .megamenu > .sub-menu li.current_page_parent li.current_page_item a {
    background: none;
    color: var(--global--color-primary);
  }
  .main-menu ul .megamenu > .sub-menu .mega-icon {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    padding: 0;
    right: 5px;
  }
  .main-menu ul .megamenu > .sub-menu .mega-icon::before, .main-menu ul .megamenu > .sub-menu .mega-icon::after {
    display: none;
  }
  .main-menu ul .megamenu > .sub-menu .mega-icon svg {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .main-menu ul .megamenu > .sub-menu li:after {
    width: calc(100% - 50px);
  }
  .main-menu ul .megamenu > .sub-menu li:nth-child(even) {
    padding-left: 35px;
  }
  .main-menu ul .megamenu > .sub-menu li:nth-child(even):after {
    left: 35px;
  }
  .main-menu ul .megamenu > .sub-menu li:nth-child(odd) {
    padding-right: 35px;
  }
}

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

.menu-sub-heading {
  display: none;
}
@media (min-width: 1200px) {
  .menu-sub-heading {
    display: block;
    color: var(--global--color-primary);
    font-size: 14px !important;
    font-size: 0.875rem !important;
    font-family: var(--global--font-secondary);
  }
}

.mega-under-fold-item {
  position: absolute !important;
  width: 100%;
  left: 0;
  padding: 0 !important;
  background: var(--global--color-white);
  bottom: -88px;
}
@media (max-width: 1199px) {
  .mega-under-fold-item {
    display: none;
  }
}
.mega-under-fold-item .mega-under-fold {
  display: flex;
  align-items: center;
  padding: 20px;
  background-image: url(assets/images/menu-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}
.mega-under-fold-item .mega-under-fold .menu-outer {
  width: 70%;
  padding-left: 50px;
  color: var(--global--color-white);
  text-transform: capitalize;
  font-family: var(--global--font-secondary);
  padding-right: 30px;
}
.mega-under-fold-item .mega-under-fold .under-hed {
  font-family: var(--global--font-secondary) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .mega-under-fold-item .mega-under-fold .under-hed {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .mega-under-fold-item .mega-under-fold .under-hed {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .mega-under-fold-item .mega-under-fold .under-hed {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .mega-under-fold-item .mega-under-fold .under-hed {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.mega-under-fold-item .mega-under-fold .under-sub {
  font-family: var(--global--font-secondary) !important;
  text-transform: none;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}
.mega-under-fold-item .mega-under-fold .under-sub::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .mega-under-fold-item .mega-under-fold .under-sub {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.mega-under-fold-item .mega-under-fold .menu-btn {
  flex-grow: 1;
}
.mega-under-fold-item .mega-under-fold .menu-btn .under-icon {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.mega-under-fold-item .mega-under-fold .menu-btn .under-icon svg {
  fill: var(--global--color-black);
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .mega-under-fold-item .mega-under-fold .menu-btn .elementor-button-wrapper .elementor-button {
    height: 43px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mega-under-fold-item .mega-under-fold .menu-btn .elementor-button-wrapper .elementor-button:hover svg {
  fill: var(--global--color-white);
}

.project_banner {
  position: relative;
  z-index: 3;
}
.project_banner .banner-rotate {
  position: relative;
}
.project_banner .banner-rotate .container {
  z-index: 3;
  height: 500px;
}
@media (min-width: 576px) {
  .project_banner .banner-rotate .container {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .project_banner .banner-rotate .container {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .project_banner .banner-rotate .container {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner-rotate .container {
    height: 100vh;
    max-height: 1000px;
  }
}
.project_banner .slider_image {
  background-color: #c4d5e1;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .project_banner .slider_image {
    background-position: center center;
  }
}
.project_banner .banner_wrapper {
  color: var(--global--color-white);
  font-family: var(--global--font-primary);
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner_wrapper {
    padding: 20px 20px;
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.5019607843);
  }
}
@media (max-width: 991px) {
  .project_banner .banner_wrapper {
    margin-top: 80px;
  }
}
.project_banner .banner_wrapper .top-text {
  text-transform: none;
  line-height: 1.2;
  font-weight: 300;
  line-height: 1;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .project_banner .banner_wrapper .top-text {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper .top-text {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper .top-text {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .project_banner .banner_wrapper .top-text {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
.project_banner .banner_wrapper .main-text {
  display: block;
  line-height: 1;
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
@media (min-width: 768px) {
  .project_banner .banner_wrapper .main-text {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper .main-text {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper .main-text {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .project_banner .banner_wrapper .main-text {
    font-size: 83px !important;
    font-size: 5.1875rem !important;
  }
}
.project_banner .banner_wrapper .main-text span {
  display: block;
}
@media (max-width: 767px) {
  .project_banner .banner_wrapper .main-text {
    line-height: 1.2;
    margin-top: 8px;
  }
}
.project_banner .banner_wrapper .bnr_btm_text {
  padding-top: 10px;
  line-height: 1.6;
  font-family: var(--global--font-secondary);
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}
@media (min-width: 768px) {
  .project_banner .banner_wrapper .bnr_btm_text {
    line-height: 1.6;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper .bnr_btm_text {
    padding-top: 20px;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper .bnr_btm_text {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1850px) {
  .project_banner .banner_wrapper .bnr_btm_text {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 992px) {
  .project_banner .banner_wrapper .bnr_btm_text span {
    display: block;
  }
}
.project_banner .bnr-btn-wrapper {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .project_banner .bnr-btn-wrapper {
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .project_banner .bnr-btn-wrapper {
    padding-top: 20px;
  }
}
@media (min-width: 1600px) {
  .project_banner .bnr-btn-wrapper {
    padding-top: 25px;
  }
}
.project_banner .bnr-btn-wrapper .btn-alter a {
  text-decoration: none !important;
  color: var(--global--color-black) !important;
}
.project_banner .bnr-btn-wrapper .btn-alter a:hover {
  color: var(--global--color-white) !important;
}
.project_banner .slick-list {
  overflow: visible;
}

.hme-bnr .banner-rotate {
  position: relative;
}
.hme-bnr .bottom_fig {
  position: absolute;
  content: "";
  bottom: -45px;
  right: 0;
  z-index: 5;
  max-width: 190px;
  display: none;
}
@media (min-width: 576px) {
  .hme-bnr .bottom_fig {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .hme-bnr .bottom_fig {
    max-width: 400px;
    bottom: -75px;
  }
}
@media (min-width: 992px) {
  .hme-bnr .bottom_fig {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .hme-bnr .bottom_fig {
    bottom: -150px;
    max-width: 800px;
  }
}
@media (min-width: 1600px) {
  .hme-bnr .bottom_fig {
    max-width: 1000px;
  }
}
@media (min-width: 1850px) {
  .hme-bnr .bottom_fig {
    max-width: 1125px;
  }
}

.project_banner.inner-bnr .banner-outer .container {
  position: relative;
  z-index: 3;
}
.project_banner.inner-bnr .inner_banner_outer {
  position: relative;
}
.project_banner.inner-bnr .container {
  height: 350px;
}
@media (min-width: 768px) {
  .project_banner.inner-bnr .container {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .project_banner.inner-bnr .container {
    height: 380px;
  }
}
@media (min-width: 1600px) {
  .project_banner.inner-bnr .container {
    height: 450px;
  }
}
@media (min-width: 1850px) {
  .project_banner.inner-bnr .container {
    height: 600px;
  }
}
.project_banner.inner-bnr .banner_wrapper {
  z-index: 3;
  margin-top: 100px;
}
@media (min-width: 576px) {
  .project_banner.inner-bnr .banner_wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .project_banner.inner-bnr .banner_wrapper {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .project_banner.inner-bnr .banner_wrapper {
    margin-top: 120px;
  }
}
@media (min-width: 1600px) {
  .project_banner.inner-bnr .banner_wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .project_banner.inner-bnr .slider_image {
    background-position: 80% 100%;
  }
}
@media (max-width: 767px) {
  .project_banner.inner-bnr:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "" !important;
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .project_banner.inner-bnr .banner_wrapper {
    background-color: transparent;
    padding: 0;
  }
}

.banner-non .banner-outer {
  height: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-non .banner-outer {
    height: 100px;
  }
}
@media (max-width: 575px) {
  .banner-non .banner-outer {
    height: 120px;
  }
}
.banner-non .banner-outer .slider_image {
  position: absolute;
  height: 100%;
  width: 100%;
}

.no-banner .project_header .container {
  border: none;
}

@media (min-width: 768px) {
  .project_banner .banner_wrapper.about_class .top-text {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper.about_class .top-text {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper.about_class .top-text {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
@media (min-width: 1850px) {
  .project_banner .banner_wrapper.about_class .top-text {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (min-width: 768px) {
  .project_banner .banner_wrapper.about_class .main-text {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper.about_class .main-text {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper.about_class .main-text {
    font-size: 67px !important;
    font-size: 4.1875rem !important;
  }
}
@media (min-width: 1850px) {
  .project_banner .banner_wrapper.about_class .main-text {
    font-size: 83px !important;
    font-size: 5.1875rem !important;
  }
}

.srv_listing-home {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.srv_listing-home::after, .srv_listing-home::before {
  display: none;
}
@media (max-width: 767px) {
  .srv_listing-home {
    row-gap: 15px;
  }
}
.srv_listing-home .list_bx {
  width: 100%;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  color: var(--global--color-white);
  background: var(--global--color-btn);
  border-radius: 10px;
  border: 1px solid transparent;
  font-family: var(--global--font-primary);
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .srv_listing-home .list_bx {
    min-height: 50px;
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    padding: 10px 5px !important;
  }
}
@media (min-width: 768px) {
  .srv_listing-home .list_bx {
    width: 31.333%;
    padding: 10px 10px;
    font-size: 17px;
    justify-content: center;
    min-height: 75px;
  }
}
@media (min-width: 1600px) {
  .srv_listing-home .list_bx {
    min-height: 70px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .srv_listing-home .list_bx {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    width: 32.333%;
  }
}
.srv_listing-home .list_bx:hover {
  background: var(--global--color-black);
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.srv_listing-home .list_bx:hover::before, .srv_listing-home .list_bx:hover::after {
  display: none;
}

.hm-testimonial-wrapper {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .hm-testimonial-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 991px) {
  .hm-testimonial-wrapper .rw-slider {
    margin: 0 -8px;
  }
}
.hm-testimonial-wrapper .slick-track {
  display: flex;
}
.hm-testimonial-wrapper .slick-slide {
  height: auto;
  padding: 0 8px;
}
@media (max-width: 990px) {
  .hm-testimonial-wrapper .slick-slide {
    padding: 0 !important;
  }
}
.hm-testimonial-wrapper .rw-sld-outer {
  background: #F1F8FC;
  padding: 30px 25px 40px 25px;
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 1599px) {
  .hm-testimonial-wrapper .rw-sld-outer {
    padding: 20px 10px 30px 25px;
  }
}
@media (max-width: 990px) {
  .hm-testimonial-wrapper .rw-sld-outer {
    height: auto;
  }
}
.hm-testimonial-wrapper .rw-sld-outer .top-sld {
  display: flex;
  align-items: center;
}
.hm-testimonial-wrapper .rw-sld-outer .top-sld .rw-nm {
  font-style: normal;
  color: var(--global--color-white);
  font-size: 33px;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  background: var(--global--color-btn);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .hm-testimonial-wrapper .rw-sld-outer .top-sld .rw-nm {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
    font-size: 22px;
  }
}
.hm-testimonial-wrapper .rw-sld-outer .top-sld .aut-wrapper {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .hm-testimonial-wrapper .rw-sld-outer .top-sld .aut-wrapper {
    padding-left: 10px;
  }
}
.hm-testimonial-wrapper .rw-sld-outer .top-sld .aut-wrapper span {
  display: block;
  padding-bottom: 1px;
}
.hm-testimonial-wrapper .rw-sld-outer .top-sld .aut-wrapper img {
  padding-top: 2px;
}
@media (max-width: 1599px) {
  .hm-testimonial-wrapper .rw-sld-outer .top-sld .aut-wrapper img {
    max-width: 120px;
  }
}
.hm-testimonial-wrapper .rw-sld-outer .rw-description {
  padding-top: 20px;
}
@media (max-width: 1599px) {
  .hm-testimonial-wrapper .rw-sld-outer .rw-description {
    padding-top: 10px;
  }
}

.home-counter .e-con-inner {
  padding-top: 40px !important;
  margin-top: 40px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  row-gap: 20px !important;
}
@media (max-width: 1199px) {
  .home-counter .e-con-inner {
    padding-top: 20px !important;
    margin-top: 20px !important;
  }
}
.home-counter.abt .e-con-inner {
  border: none !important;
}
.home-counter .elementor-widget-counter {
  width: 25%;
  position: relative;
}
@media (max-width: 991px) {
  .home-counter .elementor-widget-counter {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-counter .elementor-widget-counter {
    width: 100%;
  }
}
.home-counter .elementor-widget-counter:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 80%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .home-counter .elementor-widget-counter:after {
    display: none;
  }
}
.home-counter .elementor-widget-counter:nth-child(4):after {
  display: none;
}
@media (max-width: 991px) {
  .home-counter .elementor-widget-counter:nth-child(2):after {
    display: none;
  }
}
.home-counter .elementor-widget-counter .elementor-counter-number-wrapper {
  font-weight: 400;
  color: var(--global--color-primary);
  position: relative;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .home-counter .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .home-counter .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .home-counter .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  .home-counter .elementor-widget-counter .elementor-counter-number-wrapper {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}
.home-counter .elementor-widget-counter .elementor-counter-title {
  line-height: 1;
  padding-top: 10px;
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  .home-counter .elementor-widget-counter .elementor-counter-title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .home-counter .elementor-widget-counter .elementor-counter-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .home-counter .elementor-widget-counter .elementor-counter-title {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .home-counter .elementor-widget-counter .elementor-counter-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.home-counter .elementor-widget-counter .elementor-counter {
  padding: 0 10px;
}

.hm-abt-v-wrapper {
  margin-top: 40px !important;
}
@media (max-width: 1799px) {
  .hm-abt-v-wrapper {
    margin-top: 20px !important;
  }
}
.hm-abt-v-wrapper .vd-right {
  position: relative;
}
.hm-abt-v-wrapper .vd-right::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 1px;
  height: 80%;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1599px) {
  .hm-abt-v-wrapper .vd-right::after {
    left: -35px;
  }
}
@media (max-width: 1199px) {
  .hm-abt-v-wrapper .vd-right::after {
    left: -15px;
  }
}
@media (max-width: 1024px) {
  .hm-abt-v-wrapper .vd-right::after {
    left: -50px;
  }
}
@media (max-width: 991px) {
  .hm-abt-v-wrapper .vd-right::after {
    left: -25px;
    display: none;
  }
}
.hm-abt-v-wrapper.abt-pg {
  padding: 10px 10px !important;
  border-radius: 10px;
  background: #F1F8FC;
  margin-top: 10px !important;
}
@media (min-width: 768px) {
  .hm-abt-v-wrapper.abt-pg {
    padding: 20px 20px !important;
  }
}
@media (min-width: 1200px) {
  .hm-abt-v-wrapper.abt-pg {
    margin-top: 20px !important;
    padding: 30px 50px !important;
  }
}
@media (min-width: 1600px) {
  .hm-abt-v-wrapper.abt-pg {
    margin-top: 30px !important;
    max-width: 85% !important;
  }
}
@media (min-width: 1800px) {
  .hm-abt-v-wrapper.abt-pg {
    max-width: 80% !important;
  }
}
@media (max-width: 1024px) {
  .hm-abt-v-wrapper.abt-pg {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .hm-abt-v-wrapper.abt-pg {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-abt-v-wrapper.abt-pg .titleSize-22, .hm-abt-v-wrapper.abt-pg .elementor-widget-heading.titleSize-22 {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .hm-abt-v-wrapper.abt-pg .vd-right {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: auto;
  }
}
.hm-abt-v-wrapper.only-home {
  gap: 60px;
}
@media (max-width: 767px) {
  .hm-abt-v-wrapper.only-home {
    gap: 20px;
  }
}
.hm-abt-v-wrapper.only-home .hm-pop-btn {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.hm-abt-v-wrapper.only-home .tw-pop-vdeo {
  width: auto !important;
}
.hm-abt-v-wrapper.only-home .vd-right::after {
  left: -30px;
}
@media (max-width: 1199px) {
  .hm-abt-v-wrapper.only-home .vd-right::after {
    left: -30px;
  }
}

.tw-pop-vdeo .elementor-widget-video {
  width: 72px !important;
  height: 72px !important;
  --flex-grow: unset!important;
  margin-right: 15px;
}
@media (max-width: 1599px) {
  .tw-pop-vdeo .elementor-widget-video {
    width: 55px !important;
    height: 55px !important;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .tw-pop-vdeo .elementor-widget-video {
    width: 45px !important;
    height: 45px !important;
    margin-right: 5px;
  }
}
.tw-pop-vdeo .elementor-widget-video img {
  max-width: 100% !important;
}
.tw-pop-vdeo .elementor-widget-video .elementor-custom-embed-play {
  z-index: 9;
}
.tw-pop-vdeo .elementor-widget-video .elementor-custom-embed-play svg {
  height: 22px;
  width: 22px;
  margin-left: 4px;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .tw-pop-vdeo .elementor-widget-video .elementor-custom-embed-play svg {
    height: 18px;
  }
}
.tw-pop-vdeo .elementor-widget-video .elementor-open-lightbox {
  --video-aspect-ratio: unset !important;
}
.tw-pop-vdeo .elementor-widget-heading {
  margin-bottom: 0 !important;
}

.home-blg-listing {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .home-blg-listing .blg-list-wrapper {
    padding-bottom: 25px;
  }
}
.home-blg-listing .blg-list-wrapper .blog-hm-thumb {
  width: 100%;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .home-blg-listing .blg-list-wrapper .blog-hm-thumb {
    height: 280px;
  }
}
@media (min-width: 1600px) {
  .home-blg-listing .blg-list-wrapper .blog-hm-thumb {
    height: 385px;
  }
}
.home-blg-listing .blg-list-wrapper .blog-hm-thumb img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  transition: transform 0.5s ease;
}
.home-blg-listing .blg-list-wrapper .blog-hm-thumb img:hover {
  transform: scale(1.2);
  filter: grayscale(100%);
}
.home-blg-listing .blg-list-wrapper .blog-article {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 576px) {
  .home-blg-listing .blg-list-wrapper .blog-article {
    padding-top: 20px;
  }
}
@media (min-width: 1600px) {
  .home-blg-listing .blg-list-wrapper .blog-article {
    padding-top: 40px;
  }
}
.home-blg-listing .blg-list-wrapper .blog-article .post-tle {
  color: var(--global--color-black);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D3D3D3;
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  .home-blg-listing .blg-list-wrapper .blog-article .post-tle {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .home-blg-listing .blg-list-wrapper .blog-article .post-tle {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .home-blg-listing .blg-list-wrapper .blog-article .post-tle {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1850px) {
  .home-blg-listing .blg-list-wrapper .blog-article .post-tle {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.home-blg-listing .blg-list-wrapper .blog-article .post-tle:hover {
  color: var(--global--color-primary);
}
.home-blg-listing .blg-list-wrapper .blog-anchor {
  color: var(--global--color-primary);
  display: flex;
  align-items: center;
}
@media (min-width: 1600px) {
  .home-blg-listing .blg-list-wrapper .blog-anchor {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.home-blg-listing .blg-list-wrapper .blog-anchor i {
  margin-left: 10px;
}
.home-blg-listing .blg-list-wrapper .blog-anchor svg {
  fill: var(--global--color-primary);
  width: 21px;
  height: 13px;
}
.home-blg-listing .blg-list-wrapper .blog-anchor:hover {
  color: var(--global--color-black);
}
.home-blg-listing .blg-list-wrapper .blog-anchor:hover svg {
  fill: var(--global--color-black);
}
@media (min-width: 992px) {
  .home-blg-listing .blg-list-left {
    width: 40%;
  }
}
.home-blg-listing .blg-list-right {
  width: 100%;
}
@media (min-width: 576px) {
  .home-blg-listing .blg-list-right {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .home-blg-listing .blg-list-right {
    width: 60%;
    padding-left: 30px;
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .home-blg-listing .blg-list-right {
    padding-left: 50px;
  }
}
@media (min-width: 576px) {
  .home-blg-listing .blg-list-right .blg-list-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .home-blg-listing .blg-list-right .blg-list-wrapper {
    margin-bottom: 15px;
  }
}
.home-blg-listing .blg-list-right .blg-list-wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .home-blg-listing .blg-list-right .blog-article {
    padding-top: 0;
    margin-right: 40px;
  }
}
@media (min-width: 576px) {
  .home-blg-listing .blg-list-right .blog-hm-thumb {
    order: 2;
    flex: 0 0 170px;
    height: 100px;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .home-blg-listing .blg-list-right .blog-hm-thumb {
    flex: 0 0 220px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .home-blg-listing .blg-list-right .blog-hm-thumb {
    height: 130px;
  }
}
@media (min-width: 1600px) {
  .home-blg-listing .blg-list-right .blog-hm-thumb {
    height: 178px;
  }
}

.ben-sec .text-level span {
  display: block;
  color: var(--global--color-primary);
}
.ben-sec .ben-left {
  width: 60% !important;
}
@media (max-width: 767px) {
  .ben-sec .ben-left {
    width: 100% !important;
  }
}
.ben-sec .ben-left .elementor-heading-title {
  line-height: 1;
}
.ben-sec .ben-right {
  width: 40% !important;
}
@media (max-width: 767px) {
  .ben-sec .ben-right {
    width: 100% !important;
    display: none;
  }
}
.ben-sec .custom_container-left-padding {
  padding-right: 250px !important;
}
@media (max-width: 1799px) {
  .ben-sec .custom_container-left-padding {
    padding-right: 120px !important;
  }
}
@media (max-width: 1599px) {
  .ben-sec .custom_container-left-padding {
    padding-right: 80px !important;
  }
}
@media (max-width: 1199px) {
  .ben-sec .custom_container-left-padding {
    padding-right: 20px !important;
  }
}

.btn-sep {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(152, 184, 178, 0.5);
}
@media (max-width: 1599px) {
  .btn-sep {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.hm-img-sld .valued-lft {
  width: 25% !important;
}
@media (max-width: 1023px) {
  .hm-img-sld .valued-lft {
    width: 100% !important;
  }
}
.hm-img-sld .valued-lft .elementor-heading-title {
  padding-right: 20px;
  position: relative;
  line-height: 1;
}
.hm-img-sld .valued-lft .elementor-heading-title::after {
  content: "";
  position: absolute;
  background: var(--global--color-btn);
  width: 1px;
  height: 80%;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .hm-img-sld .valued-lft .elementor-heading-title::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .hm-img-sld .valued-lft .elementor-heading-title {
    padding-right: 0;
  }
}
.hm-img-sld .valued-right {
  width: 75% !important;
  display: flex !important;
  flex-wrap: wrap !important;
}
@media (max-width: 1023px) {
  .hm-img-sld .valued-right {
    width: 100% !important;
  }
}
.hm-img-sld .valued-right .elementor-widget {
  width: 70% !important;
}
@media (max-width: 1023px) {
  .hm-img-sld .valued-right .elementor-widget {
    width: 100% !important;
  }
}
.hm-img-sld .valued-right .elementor-widget:nth-child(2) {
  width: 30% !important;
  text-align: right;
}
@media (max-width: 1023px) {
  .hm-img-sld .valued-right .elementor-widget:nth-child(2) {
    width: 100% !important;
    text-align: left;
    padding-top: 10px;
  }
}

.tw-sw-slider .elementor-image-carousel .swiper-slide-inner img {
  height: 90px !important;
  width: 100% !important;
  -o-object-fit: contain;
  object-fit: cover;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
@media (max-width: 1799px) {
  .tw-sw-slider .elementor-image-carousel .swiper-slide-inner img {
    height: 80px !important;
  }
}
@media (max-width: 1599px) {
  .tw-sw-slider .elementor-image-carousel .swiper-slide-inner img {
    height: 55px !important;
  }
}
.tw-sw-slider .elementor-image-carousel .swiper-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .tw-sw-slider .elementor-image-carousel .swiper-slide {
    padding: 0 3px;
  }
}

.tw-contact-wrapper .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: flex;
}
.tw-contact-wrapper input, .tw-contact-wrapper select, .tw-contact-wrapper textarea {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  outline: none !important;
  outline-offset: 0;
  padding: 0 15px;
  text-transform: none;
  width: 100%;
  color: #7C7B7B !important;
  border: 1px solid #E9E9E9 !important;
  border-radius: 8px;
  padding-left: 10px;
  background: none;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  background: var(--global--color-white) !important;
  font-weight: 400 !important;
  height: 40px;
  font-family: var(--global--font-secondary) !important;
}
@media (min-width: 1200px) {
  .tw-contact-wrapper input, .tw-contact-wrapper select, .tw-contact-wrapper textarea {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    padding-left: 25px !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper input, .tw-contact-wrapper select, .tw-contact-wrapper textarea {
    height: 52px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper input, .tw-contact-wrapper select, .tw-contact-wrapper textarea {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.tw-contact-wrapper textarea {
  height: 80px;
  padding-bottom: 5px !important;
  padding-top: 12px !important;
  resize: none;
}
@media (min-width: 768px) {
  .tw-contact-wrapper textarea {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .tw-contact-wrapper textarea {
    padding-top: 18px !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper textarea {
    height: 150px;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper textarea {
    height: 160px;
  }
}
.tw-contact-wrapper ::-webkit-input-placeholder {
  font-family: var(--global--font-secondary) !important;
  opacity: 1 !important;
  color: #7C7B7B !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .tw-contact-wrapper ::-webkit-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper ::-webkit-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper ::-webkit-input-placeholder {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.tw-contact-wrapper :-moz-placeholder {
  font-family: var(--global--font-secondary) !important;
  opacity: 1 !important;
  color: #7C7B7B !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .tw-contact-wrapper :-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper :-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper :-moz-placeholder {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.tw-contact-wrapper ::-moz-placeholder {
  font-family: var(--global--font-secondary) !important;
  opacity: 1 !important;
  color: #7C7B7B !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .tw-contact-wrapper ::-moz-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper ::-moz-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper ::-moz-placeholder {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.tw-contact-wrapper :-ms-input-placeholder {
  font-family: var(--global--font-secondary) !important;
  opacity: 1 !important;
  color: #7C7B7B !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .tw-contact-wrapper :-ms-input-placeholder {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper :-ms-input-placeholder {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper :-ms-input-placeholder {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.tw-contact-wrapper .wpcf7-submit {
  align-items: center;
  background: var(--global--color-btn) !important;
  color: var(--global--color-white) !important;
  border: 1px solid var(--global--color-btn);
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-family: var(--global--font-primary);
  width: auto;
  float: right;
  font-family: var(--global--color-secondary) !important;
  font-family: var(--global--color-secondary);
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.tw-contact-wrapper .wpcf7-submit:hover {
  color: var(--global--color-white) !important;
  background: var(--global--color-black) !important;
}
@media (min-width: 768px) {
  .tw-contact-wrapper .wpcf7-submit {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .tw-contact-wrapper .wpcf7-submit {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper .wpcf7-submit {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 50px;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper .wpcf7-submit {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    height: 70px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
.tw-contact-wrapper .wpcf7-not-valid-tip {
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white);
  display: inline-block;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: -20px;
}
.tw-contact-wrapper .wpcf7-not-valid-tip: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;
}
.tw-contact-wrapper .tw-row {
  margin-bottom: 0 !important;
  align-items: center;
}
.tw-contact-wrapper label {
  display: flex;
  align-items: center;
}
.tw-contact-wrapper .wpcf7-list-item-label {
  font-family: var(--global--font-secondary) !important;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .tw-contact-wrapper .wpcf7-list-item-label {
    font-size: 11px !important;
    font-size: 0.6875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-contact-wrapper .wpcf7-list-item-label {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper .wpcf7-list-item-label {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.tw-contact-wrapper .btm-ch {
  display: block;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  font-weight: 300 !important;
}
@media (min-width: 1600px) {
  .tw-contact-wrapper .btm-ch {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media (min-width: 1850px) {
  .tw-contact-wrapper .btm-ch {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.tw-contact-wrapper .chk-large {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .tw-contact-wrapper .chk-large {
    flex-direction: column;
    align-items: start;
  }
}
.tw-contact-wrapper .chk-large .chk-content {
  flex-grow: 1;
}
.tw-contact-wrapper .chk-large .chk-content br {
  display: none;
}
.tw-contact-wrapper .chk-large .lbl-check {
  flex: 0 0 70%;
}
@media (max-width: 991px) {
  .tw-contact-wrapper .chk-large .lbl-check {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 10px;
  }
}
.tw-contact-wrapper .chk-large .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
}
.tw-contact-wrapper .chk-large .wpcf7-checkbox .wpcf7-list-item {
  width: 33.33%;
  margin: 0;
}
@media (max-width: 767px) {
  .tw-contact-wrapper .chk-large .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .tw-contact-wrapper .wpcf7-list-item {
    margin-left: 0;
  }
}
.tw-contact-wrapper select {
  background-image: url(assets/images/dropdown-arrow.png) !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 11px 6px !important;
}
.tw-contact-wrapper select:focus, .tw-contact-wrapper select:active {
  outline: none !important;
}

.tw-contact-wrapper input[type=checkbox] {
  -moz-appearance: checkbox;
       appearance: checkbox; /* restores default look */
  -webkit-appearance: checkbox;
  width: 23px;
  height: 23px;
  margin-right: 8px;
}
@media (max-width: 1599px) {
  .tw-contact-wrapper input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
}

.service-listing-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 25px;
}
.service-listing-outer .serv-boxes {
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .service-listing-outer .serv-boxes {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .service-listing-outer .serv-boxes {
    width: 33.333333%;
  }
}
.service-listing-outer .serv-img-box {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  border-radius: 10px;
  background: linear-gradient(360deg, #000000 11.2%, rgba(0, 0, 0, 0) 46.78%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service-listing-outer .serv-img-box::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #000000 11.2%, rgba(0, 0, 0, 0) 46.78%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .service-listing-outer .serv-img-box {
    height: 250px;
  }
}
@media (min-width: 1600px) {
  .service-listing-outer .serv-img-box {
    height: 360px;
  }
}
.service-listing-outer .serv-title {
  color: var(--global--color-white);
  z-index: 2;
  padding-bottom: 35px;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .service-listing-outer .serv-title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .service-listing-outer .serv-title {
    padding-bottom: 50px;
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  .service-listing-outer .serv-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .service-listing-outer .serv-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
.service-listing-outer .serv-bottom-content {
  max-width: 95%;
  margin: 0 auto;
  background: #F1F8FC;
  padding: 20px 20px;
  border-radius: 10px;
  text-align: center;
  height: calc(100% - 180px);
  display: flex;
  flex-direction: column;
  margin-top: -20px;
  z-index: 5;
  position: relative;
}
@media (min-width: 992px) {
  .service-listing-outer .serv-bottom-content {
    height: calc(100% - 230px);
  }
}
@media (min-width: 1600px) {
  .service-listing-outer .serv-bottom-content {
    padding: 30px 30px;
    height: calc(100% - 340px);
  }
}
@media (min-width: 1700px) {
  .service-listing-outer .serv-bottom-content {
    padding: 40px 40px;
  }
}
.service-listing-outer .serv-bottom-content .srv-short-content {
  margin-bottom: 15px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: var(--global--font-secondary);
  line-height: 1.4;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .service-listing-outer .serv-bottom-content .srv-short-content {
    min-height: 215px !important;
  }
}
@media (min-width: 1200px) {
  .service-listing-outer .serv-bottom-content .srv-short-content {
    min-height: 250px !important;
  }
}
.service-listing-outer .serv-bottom-content .serv-anchor {
  margin-top: auto;
  color: var(--global--color-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .service-listing-outer .serv-bottom-content .serv-anchor {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .service-listing-outer .serv-bottom-content .serv-anchor {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .service-listing-outer .serv-bottom-content .serv-anchor {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .service-listing-outer .serv-bottom-content .serv-anchor {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.service-listing-outer .serv-bottom-content .serv-anchor:hover {
  color: var(--global--color-primary);
}
.service-listing-outer .serv-bottom-content .serv-anchor:hover .anc-icon {
  background: var(--global--color-primary);
}
.service-listing-outer .serv-bottom-content .serv-anchor .anc-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--global--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .service-listing-outer .serv-bottom-content .serv-anchor .anc-icon {
    width: 25px;
    height: 25px;
  }
}
.service-listing-outer .serv-bottom-content .serv-anchor .anc-icon svg {
  width: 10px;
  height: 6px;
}
@media (min-width: 1200px) {
  .service-listing-outer .serv-bottom-content .serv-anchor .anc-icon svg {
    width: 13px;
    height: 9px;
  }
}

@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: 2;
    margin: 20px 0 auto 0;
  }
}
.ipad-wd-100 .img_bx.right .elementor-widget-image {
  text-align: right;
}
.ipad-wd-100 .img_bx.left .elementor-widget-image {
  text-align: left;
}
.ipad-wd-100 .txt_blk.left {
  padding-right: 20px;
}
@media (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: 1;
  }
}

.contact-icn-sec {
  padding-top: 50px;
}
.contact-icn-sec .icn-outer {
  background: #D4EBF8;
  padding: 40px 80px !important;
  border-radius: 10px;
  justify-content: space-between;
}
@media (max-width: 1799px) {
  .contact-icn-sec .icn-outer {
    padding: 30px 40px !important;
  }
}
@media (max-width: 1599px) {
  .contact-icn-sec .icn-outer {
    padding: 20px 20px !important;
  }
}
@media (max-width: 1199px) {
  .contact-icn-sec .icn-outer {
    row-gap: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .contact-icn-sec .icn-outer {
    padding: 15px 10px !important;
  }
}
.contact-icn-sec .elementor-widget-icon-box {
  width: 30%;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1599px) {
  .contact-icn-sec .elementor-widget-icon-box {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contact-icn-sec .elementor-widget-icon-box {
    width: 100%;
  }
}
.contact-icn-sec .elementor-widget-icon-box::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 80%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .contact-icn-sec .elementor-widget-icon-box::after {
    display: none;
  }
}
.contact-icn-sec .elementor-widget-icon-box:last-child::after {
  display: none;
}
.contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: row !important;
}
@media (max-width: 1599px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper {
    gap: 5px !important;
  }
}
.contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
  flex: 0 0 88px !important;
}
@media (max-width: 1799px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    flex: 0 0 70px !important;
  }
}
@media (max-width: 1599px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    flex: 0 0 50px !important;
  }
}
@media (max-width: 991px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    flex: 0 0 40px !important;
  }
}
.contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  width: 100%;
  height: 100%;
}
.contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
  flex-grow: 1 !important;
  text-align: left;
}
.contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
  padding-bottom: 5px;
  color: var(--global--color-btn);
  padding-bottom: 0;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1850px) {
  .contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
.contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-description {
  font-family: var(--global--font-secondary) !important;
}
.contact-icn-sec .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-description span {
  display: block;
  font-family: var(--global--font-secondary) !important;
}
.contact-icn-sec .anchor-size .elementor-icon-box-wrapper .elementor-icon-box-title {
  color: #262626;
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .contact-icn-sec .anchor-size .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .contact-icn-sec .anchor-size .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  .contact-icn-sec .anchor-size .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .contact-icn-sec .anchor-size .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}

.serv-inner-bx {
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 30px !important;
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
  justify-content: center !important;
}
@media (max-width: 1799px) {
  .serv-inner-bx {
    row-gap: 20px !important;
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
}
@media (max-width: 1599px) {
  .serv-inner-bx {
    row-gap: 20px !important;
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
}
.serv-inner-bx .e-con {
  width: 32.5% !important;
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 40px 80px !important;
  border: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
}
@media (max-width: 1799px) {
  .serv-inner-bx .e-con {
    padding: 30px 30px 60px !important;
  }
}
@media (max-width: 1599px) {
  .serv-inner-bx .e-con {
    padding: 20px 20px 40px !important;
  }
}
@media (max-width: 1199px) {
  .serv-inner-bx .e-con {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .serv-inner-bx .e-con {
    width: 100% !important;
  }
}
.serv-inner-bx .e-con::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 8px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--global--color-btn);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.serv-inner-bx .e-con .elementor-widget-heading {
  margin-bottom: 25px !important;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (max-width: 1199px) {
  .serv-inner-bx .e-con .elementor-widget-heading {
    margin-bottom: 10px !important;
    padding-bottom: 10px;
  }
}
.serv-inner-bx .e-con .elementor-widget-heading .elementor-heading-title {
  font-family: var(--global--font-secondary) !important;
}
.serv-inner-bx .e-con .elementor-widget-text-editor {
  text-align: center;
}
.serv-inner-bx.box_bg_blue .e-con {
  background-color: #f1f8fc;
}

.contain-blue .e-con {
  padding: 30px 30px !important;
  background: #F1F8FC;
  border-radius: 10px;
}
@media (max-width: 1799px) {
  .contain-blue .e-con {
    padding: 20px 20px !important;
  }
}
@media (max-width: 1599px) {
  .contain-blue .e-con {
    padding: 20px 20px !important;
  }
}
.contain-blue .e-con .elementor-widget-heading {
  margin-bottom: 15px !important;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.contain-blue .e-con .list-on-content ul {
  padding-top: 0px;
}
.contain-blue.box-white .e-con {
  background: #ffffff;
}

.coming-soon {
  padding-bottom: 30px;
}

.h1-new-lh .elementor-heading-title {
  line-height: 1.05 !important;
}

.abt-br-none-sec.home-counter .e-con-inner {
  border-top: none !important;
  margin-top: 0 !important;
}

.blog_main {
  --featured-img: auto;
  --blog-sidebar-items-padding: 20px;
  --sub-svg-width: 15px;
}
@media (min-width: 768px) {
  .blog_main {
    --featured-img: 189px;
    --blog-sidebar-items-padding: 25px;
    --sub-svg-width: 15px;
  }
}
@media (min-width: 992px) {
  .blog_main {
    --featured-img: 257px;
    --blog-sidebar-items-padding: 25px;
    --sub-svg-width: 15px;
  }
}
@media (min-width: 1200px) {
  .blog_main {
    --featured-img: 228px;
    --blog-sidebar-items-padding: 30px;
  }
}
@media (min-width: 1600px) {
  .blog_main {
    --featured-img: 310px;
    --blog-sidebar-items-padding: 35px;
    --sub-svg-width: 20px;
  }
}
@media (min-width: 1800px) {
  .blog_main {
    --featured-img: 346px;
    --blog-sidebar-items-padding: 35px;
  }
}
.blog_main .blog-left-col {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .blog_main .blog-left-col {
    padding-right: 30px !important;
  }
}
.blog_main .post_title {
  margin-bottom: 10px;
}
.blog_main .single_post {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_main .single_post .featured_img {
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 1;
  overflow: hidden;
  border-radius: 10px;
}
.blog_main .single_post .featured_img .featured_cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: var(--featured-img);
  line-height: 1;
}
.blog_main .single_post .featured_img img {
  display: block;
  height: auto !important;
  line-height: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  transition: transform 0.5s ease;
}
.blog_main .single_post .featured_img img:hover {
  transform: scale(1.2);
  filter: grayscale(100%);
}
.blog_main .single_post .post_details {
  padding: 20px 0px 10px;
  display: flex;
  align-items: center;
  color: var(--global--color-black);
  font-family: var(--font-out);
}
.blog_main .single_post .post_details a {
  color: var(--global--color-black) !important;
}
.blog_main .single_post .post_details a:hover {
  color: #98b8b2 !important;
}
.blog_main .single_post .post_details .post_date {
  align-items: center;
  margin-right: 20px;
}
.blog_main .single_post .post_details .author {
  text-transform: capitalize;
}
.blog_main .single_post .post_details .author a {
  color: var(--global--color-black) !important;
  font-family: var(--font-out);
}
.blog_main .single_post .post_details .author a:hover {
  color: #98b8b2 !important;
}
.blog_main .single_post .post_details .icon {
  margin-right: 10px;
}
.blog_main .single_post .post_details .icon svg {
  width: 20px;
}
.blog_main .single_post .post_title {
  margin: 0px 0px 10px;
  font-family: var(--global--font-primary);
}
.blog_main .single_post .post_title a {
  color: var(--global--color-black) !important;
}
.blog_main .single_post .post_title a:hover {
  color: #98b8b2 !important;
}
.blog_main .single_post .post_short_content {
  font-family: var(--font-out);
  line-height: 1.3;
}
.blog_main .single_post .blg-btn {
  border-top: 1px solid #d3d3d3;
  margin-top: auto;
  padding: 15px 0;
}
.blog_main .single_post .blg-btn .btn_read_more i {
  margin-left: 7px;
  height: 20px;
}
.blog_main .single_post .blg-btn .btn_read_more i svg {
  fill: var(--global--color-primary);
}
.blog_main .single_post .blg-btn .btn_read_more:hover i svg {
  fill: var(--global--color-black);
}
.blog_main .blog-sidebar .subs-feed {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  width: 100%;
  transition: 0.4s;
  cursor: pointer;
}
.blog_main .blog-sidebar .subs-feed:hover {
  background-color: var(--global--color-btn) !important;
}
.blog_main .blog-sidebar .blg_sidebar_items {
  padding: var(--blog-sidebar-items-padding);
  background: #98b8b2;
  margin-bottom: 20px;
}
.blog_main .blog-sidebar .blg_sidebar_items .side_bar_title {
  color: var(--global--color-white);
  text-transform: capitalize;
  font-family: var(--global--font-primary);
}
.blog_main .blog-sidebar .blg_sidebar_items .side_bar_title.subscribe_feed_title {
  text-transform: none;
}
.blog_main .blog-sidebar .blg_sidebar_items ul li {
  padding: 15px 0 15px;
  text-transform: capitalize;
}
.blog_main .blog-sidebar .blg_sidebar_items ul li:not(:last-child) {
  border-bottom: solid 1px #d4d4d4;
}
.blog_main .blog-sidebar .blg_sidebar_items ul li a {
  color: var(--global--color-white);
  font-family: var(--font-out);
}
.blog_main .blog-sidebar .blg_sidebar_items ul li a:hover {
  color: var(--global--color-black);
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .blog_main .blog-sidebar .blg_sidebar_items .subscribe_feed .subscribe_feed_title {
    font-size: 16px !important;
  }
}
.blog_main .blog-sidebar .blg_sidebar_items .subscribe_feed i svg {
  width: var(--sub-svg-width);
  margin-right: 5px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .blog_main .blog-sidebar .blg_sidebar_items .subscribe_feed i svg {
    width: 12px;
  }
}

.single_blog_post h1 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .single_blog_post h1 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
@media (min-width: 1200px) {
  .single_blog_post h1 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .single_blog_post h1 {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1850px) {
  .single_blog_post h1 {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
}
.single_blog_post .single_post {
  height: auto !important;
}
.single_blog_post .single_post .featured_img img {
  width: auto !important;
}
.single_blog_post .single_post .featured_img img:hover {
  transform: unset !important;
  filter: unset !important;
}
.single_blog_post .single_post .post_title {
  margin-bottom: 0px;
}
.single_blog_post .single_post .post_content {
  margin: 20px 0px 20px;
}
@media (min-width: 1200px) {
  .single_blog_post .single_post .post_content {
    margin: 25px 0px 40px;
  }
}
.single_blog_post .single_post .post_content p {
  margin-top: 5px !important;
}
.single_blog_post .single_post .blog_social_area {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
.single_blog_post .single_post .blog_social_area a {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  background: var(--global--color-primary) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.single_blog_post .single_post .blog_social_area a svg {
  fill: var(--global--color-white);
}
.single_blog_post .single_post .blog_social_area a:hover {
  background-color: var(--global--color-btn) !important;
}
.single_blog_post .single_post a {
  font-family: var(--font-out);
}
.single_blog_post .single_post p strong,
.single_blog_post .single_post p b {
  font-family: var(--font-out);
}
.single_blog_post .single_post ul li {
  padding-left: 25px;
  position: relative;
}
@media (min-width: 992px) {
  .single_blog_post .single_post ul li {
    padding-left: 25px;
  }
}
@media (min-width: 1600px) {
  .single_blog_post .single_post ul li {
    padding-left: 30px;
  }
}
.single_blog_post .single_post ul li:before {
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border: 3px solid var(--global--color-btn);
  top: 6px;
  left: 0px;
}
@media (max-width: 1599px) {
  .single_blog_post .single_post ul li:before {
    top: 3px;
  }
}
@media (max-width: 1199px) {
  .single_blog_post .single_post ul li:before {
    top: 5px;
  }
}
.single_blog_post .single_post ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .single_blog_post .single_post ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media (min-width: 1600px) {
  .single_blog_post .single_post ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.single_blog_post .single_post ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .single_blog_post .single_post ol li:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media (min-width: 1600px) {
  .single_blog_post .single_post ol li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.leave-reply h2 {
  margin-bottom: 30px;
}
.leave-reply .cmnts-wrap ul li {
  font-family: var(--font-out) !important;
}
.leave-reply .cmnt-sub {
  margin: 30px 0 0;
  text-align: end;
}
.leave-reply .btn {
  align-items: center;
  background: var(--global--color-btn) !important;
  color: var(--global--color-white) !important;
  border: 1px solid var(--global--color-btn);
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-family: var(--global--font-primary);
  width: auto;
  float: right;
}
.leave-reply .btn:hover {
  color: var(--global--color-white) !important;
  background: var(--global--color-black) !important;
}
@media (min-width: 768px) {
  .leave-reply .btn {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .leave-reply .btn {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .leave-reply .btn {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 50px;
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}
@media (min-width: 1850px) {
  .leave-reply .btn {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
    height: 70px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.site-map-page {
  border-bottom: 1px solid #e2e2e2;
}

.sitemap-menu-wrapper ul {
  margin: 0;
  padding: 20px 0px 20px 30px;
  position: relative;
}
.sitemap-menu-wrapper ul li {
  list-style: none;
  padding: 10px;
  position: relative;
}
.sitemap-menu-wrapper ul li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--global--color-black);
  position: relative;
  font-family: var(--font-out);
}
.sitemap-menu-wrapper ul li a:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/li-before-icon.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
  background-position: center;
  background-size: contain;
  top: 5px;
  left: -30px;
  transition: 0.3s;
}
.sitemap-menu-wrapper ul li a:hover {
  color: var(--global--color-primary) !important;
  padding-left: 5px;
}
.sitemap-menu-wrapper ul li a:hover:before {
  left: -25px;
  transition: 0.3s;
}
.sitemap-menu-wrapper ul li ul {
  margin: 0;
  padding: 10px 0px 0px 30px;
  position: relative;
}
.sitemap-menu-wrapper ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--global--color-btn);
  top: 15px;
  left: -20px;
}
.sitemap-menu-wrapper ul li:last-child:before {
  height: 80%;
  background-color: var(--global--color-btn);
  top: 0px;
}

.blog-ft-anchor {
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  text-align: center;
}
@media (max-width: 767px) {
  .blog-ft-anchor.elementor-button-wrapper a {
    height: 50px;
  }
}

/* ===========================
          Faq
=========================== */
@media (min-width: 1600px) {
  .faq_accordion {
    padding-top: 10px;
  }
}
.faq_accordion > .tab_pills {
  background-color: transparent;
  overflow: hidden;
}
.faq_accordion .expand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 23px;
  height: 13px;
  line-height: 1;
  margin: -10px 0 0 auto !important;
  margin-left: 50px;
  padding: 0 !important;
  position: relative;
  transform-origin: center;
  width: 23px;
}
.faq_accordion .expand svg {
  display: block;
  fill: #989696;
  height: auto !important;
  position: relative;
  transform-origin: center;
  width: 100%;
  height: 100%;
}
.faq_accordion .title {
  color: var(--global--color-black) !important;
  cursor: pointer;
  display: flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400;
  line-height: 1.3;
  padding: 15px 10px 15px 10px;
  position: relative;
  background: var(--global--color-white);
  font-family: var(--global--font-primary);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 576px) {
  .faq_accordion .title {
    align-items: center;
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 17px 15px 17px 15px;
  }
}
@media (min-width: 1025px) {
  .faq_accordion .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 25px 20px 22px 20px;
  }
}
.faq_accordion .title > * {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 5px;
  text-transform: none;
  line-height: inherit;
}
@media (min-width: 1600px) {
  .faq_accordion .title > * {
    padding-right: 50px;
  }
}
.faq_accordion .title .fq_nbr {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: var(--global--color-primary) !important;
}
@media (min-width: 576px) {
  .faq_accordion .title .fq_nbr {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .title .fq_nbr {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.faq_accordion .faq_content {
  background-color: transparent;
  display: none;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400;
  padding: 17px 15px 17px;
}
@media (min-width: 576px) {
  .faq_accordion .faq_content {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .faq_content {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 20px 20px 20px;
  }
}
.faq_accordion .faq_content p,
.faq_accordion .faq_content li {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.faq_accordion .faq_content p a,
.faq_accordion .faq_content li a {
  color: var(--global-color-primary);
  text-decoration: underline;
}
.faq_accordion .faq_content p a:hover,
.faq_accordion .faq_content li a:hover {
  color: var(--global-color-secondary);
  text-decoration: none;
}
.faq_accordion > .tab_pills {
  position: relative;
}
.faq_accordion > .tab_pills .faq_content {
  display: none;
}
.faq_accordion > .tab_pills.opened .expand svg {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  fill: var(--global--color-black);
}
.faq_accordion > .tab_pills.opened .title {
  background: var(--global--color-primary);
  fill: var(--global--color-black);
  box-shadow: none;
  margin-bottom: 0px;
}
.inner-faq .faq_accordion > .tab_pills.opened .title {
  background: var(--global--color-secondary);
  color: var(--global--color-white) !important;
}
.inner-faq .faq_accordion > .tab_pills.opened svg {
  fill: var(--global--color-white) !important;
}

.blog_left_wrap {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 1200px) {
  .blog_left_wrap {
    width: 70%;
    flex: 0 0 70%;
  }
}
.blog_left_wrap .blog_left_outer {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin: 0 -10px;
}
@media (min-width: 576px) {
  .blog_left_wrap .blog_left_outer {
    row-gap: 20px;
  }
}

.blog_boxes {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .blog_boxes {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .blog_boxes {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
}
.blog_boxes .blog_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}
.blog_boxes .blog_thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(69, 150, 213, 0.2);
  position: relative;
}
@media (min-width: 992px) {
  .blog_boxes .blog_thumb {
    height: 200px;
  }
}
@media (min-width: 1600px) {
  .blog_boxes .blog_thumb {
    height: 240px;
  }
}
.blog_boxes .blog_thumb::before {
  background-image: var(--featured_thumb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  top: 0;
  width: 100%;
  z-index: 1;
}
.blog_boxes .blog_thumb > * {
  position: relative;
  z-index: 3;
}
.blog_boxes .blog_btm_content {
  padding: 15px 15px;
  border: 1px solid rgb(217, 217, 217);
  display: flex;
  flex-direction: column;
  height: calc(100% - 180px);
}
@media (min-width: 992px) {
  .blog_boxes .blog_btm_content {
    height: calc(100% - 200px);
  }
}
@media (min-width: 1600px) {
  .blog_boxes .blog_btm_content {
    padding: 25px 20px;
    height: calc(100% - 240px);
  }
}
.blog_boxes .blog_btm_content .blogTitle {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (min-width: 1600px) {
  .blog_boxes .blog_btm_content .blogTitle {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.blog_boxes .blog_btm_content .blogTitle a:hover {
  color: var(--global--color-primary) !important;
}
.blog_boxes .blog_btm_content .blog_author, .blog_boxes .blog_btm_content .post_date {
  color: var(--global--color-ash);
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .blog_boxes .blog_btm_content .blog_author, .blog_boxes .blog_btm_content .post_date {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_boxes .blog_btm_content .blog_author, .blog_boxes .blog_btm_content .post_date {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .blog_boxes .blog_btm_content .blog_author, .blog_boxes .blog_btm_content .post_date {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.blog_boxes .blog_btm_content .blog_expect {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.blog_boxes .blog_btm_content .elementor-button-wrapper {
  margin-top: auto;
}
.blog_boxes .blog_btm_content a {
  color: var(--global--color-black);
}
.blog_boxes .blog_btm_content a:hover {
  color: var(--global--color-primary);
}

.blog_right_wrap {
  width: 100%;
  flex: 0 0 100%;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .blog_right_wrap {
    width: 30%;
    flex: 0 0 30%;
    padding-left: 40px;
    padding-top: 0;
  }
}
.blog_right_wrap .blog_search {
  position: relative;
}
.blog_right_wrap .blog_search .form-elements {
  padding-right: 0 !important;
  padding-left: 10px !important;
  border: 1px solid rgba(27, 150, 211, 0.17) !important;
  padding-right: 100px !important;
}
@media (min-width: 1200px) {
  .blog_right_wrap .blog_search .form-elements {
    padding-left: 20px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 1600px) {
  .blog_right_wrap .blog_search .form-elements {
    height: 60px;
  }
}
.blog_right_wrap .blog_search ::-webkit-input-placeholder {
  color: rgb(205, 203, 203) !important;
}
.blog_right_wrap .blog_search :-moz-placeholder {
  color: rgb(205, 203, 203) !important;
}
.blog_right_wrap .blog_search ::-moz-placeholder {
  color: rgb(205, 203, 203) !important;
}
.blog_right_wrap .blog_search :-ms-input-placeholder {
  color: rgb(205, 203, 203) !important;
}
.blog_right_wrap .search_btn {
  background-color: #1B96D3;
  height: calc(100% - 2px);
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 3;
  width: 50px;
}
@media (min-width: 1600px) {
  .blog_right_wrap .search_btn {
    width: 70px;
  }
}
.blog_right_wrap .search_btn svg {
  height: 22px;
  width: 18px;
  fill: var(--global--color-white);
}
.blog_right_wrap .right_bug_sty {
  padding-top: 30px;
}
.blog_right_wrap .right_bug_sty ul li {
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
  font-weight: 400 !important;
  text-transform: capitalize;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (min-width: 1200px) {
  .blog_right_wrap .right_bug_sty ul li {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .blog_right_wrap .right_bug_sty ul li {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
.blog_right_wrap .right_bug_sty ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(120, 120, 120, 0.15);
  bottom: 0;
  left: 0;
}
.blog_right_wrap .right_bug_sty ul li a {
  text-decoration: none !important;
}
.blog_right_wrap .right_bug_sty ul li a:hover {
  color: var(--global--color-blue);
}
.blog_right_wrap .right_bug_sty a {
  color: var(--global--color-black);
}
.blog_right_wrap .right_bug_sty a:hover {
  color: var(--global--color-primary);
}

.navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: auto;
}
.navigation ol,
.navigation .wp-paginate {
  align-items: center;
  display: inline-flex;
  padding-left: 0 !important;
}
.navigation ol li,
.navigation .wp-paginate li {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.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;
  text-decoration: none !important;
}
.navigation ol li .page,
.navigation .wp-paginate li .page {
  color: var(--global--color-black);
}
.navigation ol li .page:hover,
.navigation .wp-paginate li .page:hover {
  color: var(--global--color-primary);
}
.navigation ol li .next,
.navigation ol li .prev,
.navigation .wp-paginate li .next,
.navigation .wp-paginate li .prev {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  background-color: var(--global--color-fade-blue);
  color: var(--global--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1600px) {
  .navigation ol li .next,
  .navigation ol li .prev,
  .navigation .wp-paginate li .next,
  .navigation .wp-paginate li .prev {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 35px;
  }
}
.navigation ol li .next:hover,
.navigation ol li .prev:hover,
.navigation .wp-paginate li .next:hover,
.navigation .wp-paginate li .prev:hover {
  background-color: var(--global--color-black);
}
.navigation ol li .current,
.navigation .wp-paginate li .current {
  position: relative;
  color: var(--global--color-fade-blue);
}
@media (min-width: 1600px) {
  .navigation {
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .navigation ol li .page,
  .navigation .wp-paginate li .page {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
  .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;
  }
}

.single_post_heading {
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .single_post_heading {
    padding-bottom: 20px;
  }
}

.post_single .blog_expect {
  display: flex;
}
@media (max-width: 768px) {
  .post_single .blog_expect {
    flex-direction: column;
    row-gap: 5px;
  }
}
@media (min-width: 768px) {
  .post_single .blog_expect .post_date, .post_single .blog_expect .post_author {
    padding-left: 20px;
  }
}
.post_single .blog_wrapper-singlePosts .featured_image {
  height: 200px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .post_single .blog_wrapper-singlePosts .featured_image {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .post_single .blog_wrapper-singlePosts .featured_image {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .post_single .blog_wrapper-singlePosts .featured_image {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .post_single .blog_wrapper-singlePosts .featured_image {
    height: 380px;
    margin: 25px 0;
  }
}
.post_single .blog_wrapper-singlePosts .featured_image::before {
  background-image: var(--featured_thumb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  top: 0;
  width: 100%;
  z-index: 1;
}
.post_single .blog_wrapper-singlePosts .featured_image > * {
  position: relative;
  z-index: 3;
}
.post_single .blog_wrapper-singlePosts .blog_content h3,
.post_single .blog_wrapper-singlePosts .blog_content h4 {
  color: rgba(0, 0, 0, 0.65) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .post_single .blog_wrapper-singlePosts .blog_content h3,
  .post_single .blog_wrapper-singlePosts .blog_content h4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .post_single .blog_wrapper-singlePosts .blog_content h3,
  .post_single .blog_wrapper-singlePosts .blog_content h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .post_single .blog_wrapper-singlePosts .blog_content h3,
  .post_single .blog_wrapper-singlePosts .blog_content h4 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .post_single .blog_wrapper-singlePosts .blog_content h3,
  .post_single .blog_wrapper-singlePosts .blog_content h4 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
.post_single .blog_wrapper-singlePosts .blog_content ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 1599px) {
  .post_single .blog_wrapper-singlePosts .blog_content ul li {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .post_single .blog_wrapper-singlePosts .blog_content ul li {
    margin-bottom: 10px;
  }
}
.post_single .blog_wrapper-singlePosts .blog_content ul li::before {
  left: 0;
  top: 5px;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(27, 150, 211, 0.3) !important;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .post_single .blog_wrapper-singlePosts .blog_content ul li::before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 1199px) {
  .post_single .blog_wrapper-singlePosts .blog_content ul li::before {
    top: 6px;
  }
}
.post_single .blog_wrapper-singlePosts .blog_content ul li::after {
  left: 4px;
  top: 9px;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: var(--global--color-primary);
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .post_single .blog_wrapper-singlePosts .blog_content ul li::after {
    left: 3px;
    top: 7px;
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 1199px) {
  .post_single .blog_wrapper-singlePosts .blog_content ul li::after {
    top: 9px;
  }
}
.post_single .comment_form {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.post_single .comment_form::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--global--color-ash);
}
.post_single .blog-comment-form {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .post_single .blog-comment-form {
    padding-top: 30px;
  }
}
@media (min-width: 1600px) {
  .post_single .blog-comment-form {
    padding-top: 40px;
  }
}
.post_single .blog-comment-form .elementor-button {
  width: auto;
}

.search-result-wrap:not(:last-child) {
  border-bottom: 1px dotted var(--global--color-black);
  margin-bottom: 5px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .search-result-wrap:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.search_result .entry-title {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .search_result .entry-title {
    padding-bottom: 30px;
  }
}

/*   @font-face {
    font-family: 'Effra';
    src: url('assets/fonts/Effra-Regular.woff2') format('woff2'),
        url('assets/fonts/Effra-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
.project_footer {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .project_footer {
    padding: 40px 0;
  }
}
.project_footer nav ul li {
  padding-bottom: 30px;
  line-height: 1.2;
}
@media (max-width: 1599px) {
  .project_footer nav ul li {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer nav ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .project_footer nav ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .project_footer nav ul li {
    padding-bottom: 5px;
  }
}
.project_footer nav ul li a {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  color: var(--global--color-black);
  text-transform: capitalize;
  font-weight: 400;
  font-family: var(--global--font-primary);
}
.project_footer nav ul li a:hover {
  color: var(--global--color-primary);
}
@media (max-width: 1799px) {
  .project_footer nav ul li a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1599px) {
  .project_footer nav ul li a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1199px) {
  .project_footer nav ul li a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 767px) {
  .project_footer nav ul li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.project_footer nav ul li.current-page-ancestor a, .project_footer nav ul li.current-menu-item a {
  color: var(--global--color-primary) !important;
}

.footer-outer-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  justify-content: space-between;
}
.footer-outer-sec:after, .footer-outer-sec:before {
  display: none;
}
@media (max-width: 1599px) {
  .footer-outer-sec {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .footer-outer-sec {
    margin: 0px;
  }
}

.foot-col-left {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
}
@media (max-width: 1599px) {
  .foot-col-left {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 1199px) {
  .foot-col-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .foot-col-left {
    padding: 0;
  }
}
.foot-col-left .footer-intro {
  width: 30%;
  padding-right: 0px;
}
@media (max-width: 1599px) {
  .foot-col-left .footer-intro {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .foot-col-left .footer-intro {
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .foot-col-left .footer-intro {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .foot-col-left .footer-intro {
    margin-bottom: 0px !important;
    padding-right: 0;
    width: 100%;
  }
}
.foot-col-left .footer-intro .foot-fig {
  display: flex;
}
@media (max-width: 1023px) {
  .foot-col-left .footer-intro .foot-fig {
    width: 40% !important;
  }
}
@media (max-width: 767px) {
  .foot-col-left .footer-intro .foot-fig {
    width: 65% !important;
  }
}
.foot-col-left .footer-intro .ft-text {
  padding-top: 15px;
  color: var(--global--color-text);
  padding-right: 50px;
}
@media (max-width: 1600px) {
  .foot-col-left .footer-intro .ft-text {
    font-size: 15px !important;
  }
}
@media (max-width: 1470px) {
  .foot-col-left .footer-intro .ft-text {
    font-size: 13px !important;
    padding-right: 15px;
  }
}
.foot-col-left .footer-intro .wrap.margin-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .foot-col-left .footer-intro .wrap.margin-0 {
    margin-bottom: 0 !important;
  }
}
.foot-col-left .wrap {
  margin: 0 50px;
}
@media (max-width: 1600px) {
  .foot-col-left .wrap {
    margin: 0 40px;
  }
}
@media (max-width: 1470px) {
  .foot-col-left .wrap {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .foot-col-left .wrap {
    margin: 0px 10px 30px;
  }
}
@media (max-width: 1599px) {
  .foot-col-left .wrap .ftr-phone-area svg {
    width: 24px;
    height: 24px;
  }
}
.foot-col-left .wrap .ftr-phone-area a {
  display: flex;
  align-items: center;
  color: #262626;
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
@media (min-width: 768px) {
  .foot-col-left .wrap .ftr-phone-area a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  .foot-col-left .wrap .ftr-phone-area a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1600px) {
  .foot-col-left .wrap .ftr-phone-area a {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  .foot-col-left .wrap .ftr-phone-area a {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.foot-col-left .wrap .ftr-phone-area a i {
  display: flex;
  margin-right: 10px;
}
.foot-col-left .wrap .ftr-member {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 15px;
  font-family: var(--global--font-primary);
  color: #262626;
}
.foot-col-left .wrap .ftr-member img {
  padding-top: 10px;
}
.foot-col-left .wrap .ftr-member svg {
  width: 250px;
  height: 100px;
}
.foot-col-left .wrap .footer-social {
  padding-top: 20px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .foot-col-left .wrap .footer-social {
    padding-top: 15px !important;
  }
}
.foot-col-left .wrap .footer-social a {
  display: flex;
  margin-left: 15px;
}
.foot-col-left .wrap .footer-social a svg {
  fill: var(--global--color-text);
}
@media (max-width: 1599px) {
  .foot-col-left .wrap .footer-social a svg {
    width: 19px;
    height: 19px;
  }
}
.foot-col-left .wrap .footer-social a:hover svg {
  fill: var(--global--color-black) !important;
  opacity: 1;
}
.foot-col-left .wrap .footer-social a.first-icon {
  margin-left: 0 !important;
}
.foot-col-left .footer-menu-listings {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  flex-flow: row;
}
@media (max-width: 1023px) {
  .foot-col-left .footer-menu-listings {
    width: 100%;
    margin: 0 -10px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .foot-col-left .footer-menu-listings {
    flex-direction: column;
  }
}
.foot-col-left .footer-menu-listings nav {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .foot-col-left .footer-menu-listings nav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .foot-col-left .footer-menu-listings nav:first-child {
    width: 40%;
  }
}
.foot-col-left .footer-menu-listings nav:last-child {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .foot-col-left .footer-menu-listings nav:last-child {
    width: 60%;
    padding-top: 0;
  }
}
.foot-col-left .footer-menu-listings.foot-list-num-mail .ftr-phone-area {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .foot-col-left .footer-menu-listings.foot-list-num-mail .ftr-phone-area {
    padding-top: 10px !important;
  }
}
.foot-col-left .footer-menu-listings.foot-list-num-mail .ftr-email-add a:hover {
  color: var(--global--color-primary);
}

.foot-col-right {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .foot-col-right {
    width: 100%;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .foot-col-right {
    padding-top: 0;
  }
}
.foot-col-right .map-sec {
  width: 100%;
  text-align: left;
  padding: 0 0 0 30px;
}
@media (max-width: 1599px) {
  .foot-col-right .map-sec {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .foot-col-right .map-sec {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .foot-col-right .map-sec a {
    margin: 0 50px 0 0;
  }
}
.foot-col-right .map-sec p {
  color: #000 !important;
}
.foot-col-right .map-sec p:hover {
  color: var(--global--color-btn) !important;
}
.foot-col-right .map-sec .map-hd {
  color: var(--global--color-btn);
  font-family: var(--global--font-primary);
  padding-bottom: 5px;
  font-size: 16px !important;
  font-size: 1rem !important;
}
.foot-col-right .map-sec .map-hd:hover {
  color: #000;
}
@media (min-width: 768px) {
  .foot-col-right .map-sec .map-hd {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .foot-col-right .map-sec .map-hd {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .foot-col-right .map-sec .map-hd {
    padding-bottom: 15px;
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1850px) {
  .foot-col-right .map-sec .map-hd {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.foot-col-right .map-sec .ftr-map-area {
  height: 200px;
  padding-top: 0px;
}
@media (min-width: 1200px) {
  .foot-col-right .map-sec .ftr-map-area {
    padding-top: 10px;
    height: 295px;
  }
}
.foot-col-right .map-sec .ftr-map-area iframe {
  width: 100%;
  height: 100%;
}
.foot-col-right .map-sec .tw-ln {
  display: block;
}

.copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 300;
  font-size: 16px !important;
  font-size: 1rem !important;
  display: flex;
  row-gap: 5px;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
  background: var(--global--color-black);
  row-gap: 10px;
  font-family: var(--global--font-secondary);
}
@media (max-width: 1599px) {
  .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 991px) {
  .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
.copyright span {
  font-family: var(--global--font-secondary);
}
.copyright .ft-tw {
  color: lab(84.2% 0.02 0 / 0.6);
}
.copyright .menu-bottom-footer-container #menu-bottom-footer {
  display: flex;
  justify-content: center;
}
.copyright .menu-bottom-footer-container #menu-bottom-footer li {
  position: relative;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .copyright .menu-bottom-footer-container #menu-bottom-footer li {
    padding: 0 15px !important;
  }
}
.copyright .menu-bottom-footer-container #menu-bottom-footer li::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 80%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.copyright .menu-bottom-footer-container #menu-bottom-footer li:last-child::after {
  display: none;
}
.copyright .menu-bottom-footer-container #menu-bottom-footer li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.copyright .menu-bottom-footer-container #menu-bottom-footer li a:hover {
  color: var(--global--color-primary) !important;
}
@media (max-width: 1599px) {
  .copyright .menu-bottom-footer-container #menu-bottom-footer li a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1199px) {
  .copyright .menu-bottom-footer-container #menu-bottom-footer li a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 767px) {
  .copyright .menu-bottom-footer-container #menu-bottom-footer li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.copyright .menu-bottom-footer-container #menu-bottom-footer li.current-menu-item a {
  color: var(--global--color-primary) !important;
}

@media (min-width: 575px) {
  .tw-col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .post-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tw-col-md-3 {
    flex: 0 0 25%;
  }
  .tw-col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .cstmr_Heading i {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .ipad-clear {
    clear: both;
    display: block;
  }
}
@media (min-width: 1200px) {
  .desktop-clear {
    clear: both;
    display: block;
  }
  .cstmr_Heading i {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
  }
  .blog-left-col {
    flex: 0 0 75%;
    width: 75%;
  }
  .blog-sidebar {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .cstmr_Heading i {
    margin-left: 15px;
    margin-right: 15px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cstmr_portal {
    background-position: -90px -60px !important;
    background-size: 380% !important;
    position: relative;
  }
  .cstmr_portal > * {
    position: relative;
    z-index: 3;
  }
  .cstmr_portal:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */