/*
Theme Name: Astra Child 1
Template: astra
Version: 1.0.0
*/

/* Import parent theme */
@import url("../astra/style.css");


/* From: custom.css */
@charset "UTF-8";
:root {
  --font-roboto: "Poppins", sans-serif;
  /* Font Family */
  --global--font-primary: var(
    --font-roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-secondary: var(
    --font-roboto-condensed,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-tertiary: var(
    --font-sourse-sans-pro,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --primary-color: #2a5895;
  --primary-grey: #58585a;
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-oil-black: #242424;
  --global--color-box-bg: #e2e2e2;
  --global--color-border: #d1d0d0;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: #434242;
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-primary: var(--primary-color);
  --global--color-secondary: var(--primary-grey);
  --global--color-heading: var(--global--color-black);
  --global--shadow-black-20: 0px 1px 10px rgba(0, 0, 0, 0.2);
  --global--shadow-black-10: 0px 1px 10px rgba(0, 0, 0, 0.1);
  --global--opacity-black-20: rgba(0, 0, 0, 0.2);
  --global--opacity-black-50: rgba(0, 0, 0, 0.5);
  --global--opacity-black-80: rgba(0, 0, 0, 0.8);
  --global--opacity-white-30: rgba(255, 255, 255, 0.3);
  --global--opacity-white-50: rgba(255, 255, 255, 0.5);
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1200px;
  --tw-wrap-mid-xl: 1400px;
  --tw-wrap-xxl: 1660px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-color: transparent;
  color: inherit;
  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-primary);
}
h1 + p, h1 + ul, h1 + ol,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
h4 + p,
h4 + ul,
h4 + ol,
h5 + p,
h5 + ul,
h5 + ol,
h6 + p,
h6 + ul,
h6 + ol {
  margin-top: 20px;
}
h1 + blockquote,
h2 + blockquote,
h3 + blockquote,
h4 + blockquote,
h5 + blockquote,
h6 + blockquote {
  margin-top: 20px !important;
}
@media (max-width: 1599px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  h1 + p, h1 + ul, h1 + ol,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h6 + p,
  h6 + ul,
  h6 + ol {
    margin-top: 10px;
  }
  h1 + blockquote,
  h2 + blockquote,
  h3 + blockquote,
  h4 + blockquote,
  h5 + blockquote,
  h6 + blockquote {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 7px;
  }
}

h1, .h1 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  h1, .h1 {
    font-size: 53px !important;
    font-size: 3.3125rem !important;
  }
}

h2, .h2 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1850px) {
  h2, .h2 {
    font-size: 39px !important;
    font-size: 2.4375rem !important;
  }
}

h3,
h4, .h3, .h4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  h3,
  h4, .h3, .h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  h3,
  h4, .h3, .h4 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  h3,
  h4, .h3, .h4 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (min-width: 1850px) {
  h3,
  h4, .h3, .h4 {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}

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

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-black);
  display: block;
  line-height: 1;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.elementor-widget-heading .elementor-heading-title {
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-transform: inherit;
}
.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 .sub-text {
  color: inherit;
  display: inline-block;
  font-family: var(--global--font-secondary);
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.elementor-widget-heading h1.elementor-heading-title {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
.elementor-widget-heading.center {
  text-align: center;
}
.elementor-widget-heading.center .sub-text {
  justify-content: center;
}
@media (min-width: 1200px) {
  .elementor-widget-heading.center .short-content {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
}
.elementor-widget-heading.no-transform {
  text-transform: none;
}
@media (min-width: 768px) {
  .elementor-widget-heading .sub-text {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    margin-bottom: 16px;
  }
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-heading .sub-text {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .elementor-widget-heading .sub-text {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
    margin-bottom: 20px;
  }
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1850px) {
  .elementor-widget-heading .sub-text {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
    margin-bottom: 26px;
  }
  .elementor-widget-heading h1.elementor-heading-title {
    font-size: 53px !important;
    font-size: 3.3125rem !important;
  }
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.text-white {
  color: var(--global--color-white) !important;
}
.elementor-widget-heading.secondary-color {
  color: var(--global--color-secondary) !important;
}

.title_before .elementor-heading-title {
  font-size: 20px !important;
  letter-spacing: 22px;
  font-weight: 600;
}

.title_before.hover_black .elementor-heading-title a:hover {
  color: #000 !important;
}

header.page-title {
  padding-top: 30px;
}

h2.sec_title, .sec_title h2 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  h2.sec_title, .sec_title h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  h2.sec_title, .sec_title h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  h2.sec_title, .sec_title h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  h2.sec_title, .sec_title h2 {
    font-size: 53px !important;
    font-size: 3.3125rem !important;
  }
}

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

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

[class*=list_style_on_content-] ol {
  padding-left: 18px;
}
[class*=list_style_on_content-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
[class*=list_style_on_content-] li a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
[class*=list_style_on_content-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  [class*=list_style_on_content-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=list_style_on_content-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media (min-width: 1600px) {
  [class*=list_style_on_content-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=list_style_on_content-] ul {
  display: block;
}
[class*=list_style_on_content-] ul li {
  display: block;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
}
[class*=list_style_on_content-] ul li:before {
  background-color: var(--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  outline: none;
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 10px;
}
@media (min-width: 768px) {
  [class*=list_style_on_content-] ul li {
    padding-left: 22px;
  }
  [class*=list_style_on_content-] ul li:before {
    background-size: 10px 10px;
    height: 10px;
    top: 4px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  [class*=list_style_on_content-] ul li {
    padding-left: 22px;
  }
  [class*=list_style_on_content-] ul li:before {
    background-size: 10px 10px;
    height: 10px;
    top: 3.5px;
    width: 10px;
    left: 3px;
  }
}
@media (min-width: 1600px) {
  [class*=list_style_on_content-] ul li {
    padding-left: 30px;
  }
  [class*=list_style_on_content-] ul li:before {
    background-size: 13px 13px;
    height: 13px;
    width: 13px;
    top: 5px;
  }
}
@media (min-width: 1850px) {
  [class*=list_style_on_content-] ul li:before {
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    top: 5px;
  }
}

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

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

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

@media (max-width: 767px) {
  .dar_sec {
    padding-bottom: 20px !important;
  }
}

.page ul li {
  text-align: left;
}

@media (min-width: 1200px) {
  .w-360 .sub-menu li {
    width: 360px !important;
  }
}
.btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  align-items: center;
  background-color: #0F68A5 !important;
  border: 0 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: 600;
  justify-content: center;
  height: 64px;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  padding: 0 40px;
}
@media (max-width: 1599px) {
  .btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    height: 40px;
  }
}
.btn:active, .elementor-button-wrapper .elementor-button:active, .elementor-button-wrapper a:active, .btn:focus, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper a:focus, .btn:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover, .btn:visited, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:visited {
  box-shadow: none;
  outline: none;
}
.btn:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover {
  background-color: var(--global--color-black) !important;
}
.btn.btn_xs, .elementor-button-wrapper .btn_xs.elementor-button, .elementor-button-wrapper a.btn_xs {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  padding: 0 20px;
  height: 40px;
}
.btn.review_btn, .elementor-button-wrapper .review_btn.elementor-button, .elementor-button-wrapper a.review_btn {
  background: #4285F4 !important;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  text-transform: none;
  padding: 0 30px;
}
.btn.review_btn:hover, .elementor-button-wrapper .review_btn.elementor-button:hover, .elementor-button-wrapper a.review_btn:hover {
  background: #000 !important;
}
@media (max-width: 1599px) {
  .btn.review_btn, .elementor-button-wrapper .review_btn.elementor-button, .elementor-button-wrapper a.review_btn {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  height: 36px;
  padding: 0 10px !important;
  position: relative;
}
.elementor-button-wrapper .elementor-button > *, .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:focus, .elementor-button-wrapper a:visited {
  color: var(--global--color-white);
}
.elementor-button-wrapper .elementor-button:not(:last-child), .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
.elementor-button-wrapper .elementor-size-xss {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  height: 36px;
}
.elementor-button-wrapper .elementor-size-xs {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  height: 38px;
}
.elementor-button-wrapper .elementor-size-md {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  height: 38px;
}
.elementor-button-wrapper .elementor-size-lg {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 40px;
}
.elementor-button-wrapper .elementor-size-xl {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 40px;
}
@media (min-width: 768px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 42px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 36px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 38px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 30px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 35px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 48px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 36px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 40px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 40px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 44px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 64px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 43px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 45px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 57px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    height: 64px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 70px;
  }
}
@media (min-width: 1850px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 70px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 47px;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 49px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 61px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 68px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .elementor-button-wrapper .elementor-button:not(:last-child),
  .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}

a.btn_white {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black) !important;
}
a.btn_white:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}

.btn_white .elementor-button-wrapper .elementor-button,
.btn_white .elementor-button-wrapper 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 {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}

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

.btn-trans .elementor-button-wrapper .elementor-button,
.btn-trans .elementor-button-wrapper a {
  background-color: transparent !important;
  border: 2px solid var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}
.btn-trans .elementor-button-wrapper .elementor-button:hover,
.btn-trans .elementor-button-wrapper a:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}

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

@media (max-width: 1599px) {
  .btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 15px !important;
  }
}
/*back button*/
.back-btn {
  align-items: center;
  -webkit-align-items: center;
  background-color: var(--primary-color);
  border: 0;
  bottom: 100px;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 32px;
  margin-top: 30px;
  min-width: 1px;
  padding: 0 10px 0 8px;
  position: fixed;
  right: 0;
  z-index: 100;
}
.back-btn:before {
  border-bottom: 16px solid transparent;
  border-right: 10px solid var(--primary-color);
  border-top: 16px solid transparent;
  content: "";
  display: block;
  left: -10px;
  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:hover {
  background-color: #58585a;
  color: #fff;
}
.back-btn:hover:before {
  border-right-color: #58585a;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none;
  }
}

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

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

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

::-webkit-input-placeholder {
  color: #000;
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

:-moz-placeholder {
  color: #000;
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  display: block;
  background: #fff;
  padding: 13px 15px;
  border: 1px solid #C4DFF0;
  font-size: 16px;
}
input[type=text]:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=tel]:focus,
textarea:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 95px;
}

.input-holder {
  padding-bottom: 25px;
}

.submit_wrap {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

/* Dots */
ul.slick-dots {
  position: absolute !important;
  bottom: 50px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 9;
  transform: translate(-50%, 0);
  left: 50%;
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  width: 60px;
  height: 6px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #fff;
}
ul.slick-dots li button {
  border: 0;
  display: block;
  height: 5px;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
}
ul.slick-dots li button:hover, ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li.slick-active {
  background: #DCA346;
}
/*slick custom nave*/
.slick_prev,
.slick_next {
  width: 24px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  left: -23px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick_prev svg,
.slick_next svg {
  width: 24px;
  height: 26px;
  transition: all ease 0.2s;
  fill: #fff;
}
.slick_prev:hover,
.slick_next:hover {
  opacity: 0.6;
}
.slick_prev:hover svg,
.slick_next:hover svg {
  fill: var(--primary-color);
}

.slick_prev {
  left: auto;
  right: -23px;
}

@media (max-width: 1599px) {
  .slick_next {
    left: -24px;
  }
  .slick_prev {
    right: -24px;
  }
}
@media (max-width: 1200px) {
  .slick_prev,
  .slick_next {
    display: none !important;
  }
}
/*end slick custom nav*/
.accordionjs {
  position: relative;
}
.accordionjs .acc_section {
  position: relative;
}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}

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

/*star rating*/
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

/*end star rating*/
.top_nav > ul {
  display: flex;
}
.top_nav > ul > li {
  padding: 0 25px;
  position: relative;
  display: flex;
}
.top_nav > ul > li i {
  margin-left: 6px;
}
.top_nav > ul > li i svg {
  width: 10px;
  height: 8px;
  fill: #fff;
}
.top_nav > ul > li > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  display: block;
  font-weight: 400;
}
.top_nav > ul > li > ul {
  display: none;
  position: absolute;
}
.top_nav > ul > li .sub-menu {
  position: absolute;
  left: 0;
  display: none;
  z-index: 1;
  padding-top: 20px;
  margin-top: 20px;
}
.top_nav > ul > li .sub-menu li {
  display: block;
  text-align: left;
  width: 250px;
  border-bottom: 1px solid #1b4277;
  padding: 0;
  line-height: 1.3;
}
.top_nav > ul > li .sub-menu li a {
  padding: 8px 15px;
  color: #fff;
  background: var(--primary-color);
  display: block;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .top_nav > ul > li .sub-menu li a {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .top_nav > ul > li .sub-menu li a {
    font-size: 16px;
  }
}
.top_nav > ul > li .sub-menu li:last-child {
  border-bottom: 0;
}
.top_nav > ul > li:hover .sub-menu {
  display: block;
}
@media (max-width: 1699px) {
  .top_nav > ul > li {
    padding: 0 25px;
  }
  .top_nav > ul > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1599px) {
  .top_nav > ul > li {
    padding: 0 10px;
  }
  .top_nav > ul > li > a {
    font-size: 15px;
  }
}

/*stage selection mainMenu*/
.top_nav > ul > li.current-menu-item > a,
.top_nav > ul > li.current-menu-ancestor > a,
.top_nav > ul > li.current-page-ancestor > a,
.top_nav > ul > li.current-product-ancestor > a {
  font-weight: 500;
  position: relative;
}
.top_nav > ul > li.current-menu-item > a::before,
.top_nav > ul > li.current-menu-ancestor > a::before,
.top_nav > ul > li.current-page-ancestor > a::before,
.top_nav > ul > li.current-product-ancestor > a::before {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
}
.top_nav > ul > li.current-menu-item ul,
.top_nav > ul > li.current-menu-ancestor ul,
.top_nav > ul > li.current-page-ancestor ul,
.top_nav > ul > li.current-product-ancestor ul {
  /*li{
      a{
          color: var(--global--color-secondary);
      }
  }*/
}
.top_nav > ul > li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-product-ancestor a {
  font-weight: 600;
  color: #000;
}
.top_nav > ul > li.current-menu-item ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-item ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-item ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-item ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-page-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-item ul li a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul > li.current-product-ancestor ul li.current-product-ancestor ul li a {
  color: var(--global--color-secondary);
}
.top_nav > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-item ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-menu-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-page-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul > li.current-product-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a {
  color: #000;
}

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

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

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

@media (max-width: 1199px) {
  .nav_expand {
    display: block;
    background: rgba(0, 0, 0, 0.7);
  }
  /*mobile menu*/
  .menu_trigger {
    display: block;
    position: relative;
    width: 32px;
    height: 28px;
    background: none;
    margin-left: auto;
    margin-left: 30px;
  }
  .menu_trigger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    top: 13px;
    background: #fff;
  }
  .menu_trigger span:before, .menu_trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    background: #fff;
    height: 3px;
  }
  .menu_trigger span:after {
    top: auto;
    bottom: -9px;
  }
  .top_nav {
    z-index: 9;
    position: fixed;
    right: -100%;
    top: 0;
    width: 360px;
    transition: all ease 0.3s;
    text-align: left;
    background: #fff;
    padding: 0;
    height: 100vh;
    display: block;
    overflow: auto;
    padding: 15px;
  }
  /*end mobile menu*/
}
@media (max-width: 1199px) and (max-width: 767px) {
  .top_nav {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .top_nav.open_nav {
    right: 0;
  }
  .top_nav .mainMenu {
    display: block;
    text-align: left;
  }
  .top_nav .mainMenu li {
    display: block;
    padding: 0;
    position: relative;
    border-left: 0;
    border-bottom: 1px solid #565656;
  }
  .top_nav .mainMenu li a {
    color: #000;
    display: block;
    position: relative;
    padding: 10px 40px 10px 10px;
  }
  .top_nav .mainMenu li ul.sub-menu {
    display: none;
    position: static;
    padding-top: 0;
    width: 100%;
    margin-top: 0;
  }
  .top_nav .mainMenu li ul.sub-menu li {
    width: 100%;
  }
  .top_nav .mainMenu li ul.sub-menu li a {
    padding: 10px 40px 10px 15px;
    /*&:before{
                  display: block;
                  content: '-';
                  position: absolute;
                  left: 15px;
                  top: 8px;
              }*/
  }
  .top_nav .mainMenu li ul.sub-menu ul li a {
    background: #001a24;
  }
  .top_nav .mainMenu li:hover ul.sub-menu {
    display: none;
  }
  .top_nav .mainMenu li.menu-item-has-children {
    display: block;
  }
  .top_nav .mainMenu li.menu-item-has-children i {
    position: absolute;
    width: 40px;
    height: 44px;
    right: 0;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: 9px;
  }
}
@media (max-width: 1199px) and (min-width: 1800px) {
  .top_nav .mainMenu li.menu-item-has-children i {
    position: relative;
    top: -2px;
  }
}
@media (max-width: 1199px) {
  .top_nav .mainMenu li.menu-item-has-children i svg {
    width: 8px;
    height: 15px;
    transition: all ease 0.2s;
    fill: #000;
  }
  .top_nav .mainMenu li.menu-item-has-children i:hover svg {
    fill: #333;
  }
  .top_nav .mainMenu li li i {
    height: 35px;
  }
  .top_nav .mainMenu li.opened i svg {
    transform: rotate(90deg);
  }
  .top_nav .mainMenu li.opened a {
    color: var(--primary-color);
  }
  .top_nav .mainMenu li.opened li a {
    color: #fff;
  }
  .top_nav .mainMenu li.opened li i svg {
    transform: none;
  }
  .top_nav .mainMenu li.opened li.opened2 i svg {
    transform: rotate(90deg);
  }
  .top_nav .mainMenu li.opened li.opened2 li a {
    color: #fff;
  }
  .top_nav .contact_cta {
    padding: 10px 0;
  }
  .top_nav .contact_cta a {
    justify-content: center;
  }
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: auto !important;
}

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

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

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

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

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

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

blockquote,
q {
  quotes: none;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-family: var(--global--font-primary);
  font-size: 16px !important;
  font-weight: 400;
  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-primary);
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
}
@media (min-width: 768px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
body p,
body li {
  font-size: 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;
}

li {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6;
}

p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6;
  margin: 0;
  text-align: inherit;
}
p:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  p:not(:last-child) {
    margin-bottom: 20px;
  }
}
p a {
  color: inherit;
  display: inline;
  text-decoration: underline !important;
}
p a:hover {
  color: var(--global--color-primary);
  text-decoration: none !important;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin: 0;
  margin-top: 15px;
}
@media (min-width: 1600px) {
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 30px;
  }
}

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

ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1600px) {
  ul:not(:last-child),
  ol:not(:last-child) {
    margin-bottom: 20px;
  }
}
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: 15px;
}
@media (min-width: 1600px) {
  ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6 {
    margin-top: 30px;
  }
}

address {
  font-style: normal;
}

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

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

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

button {
  border: 0;
}

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

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

b,
strong {
  font-weight: 800;
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}
img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  display: 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;
  }
}

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

.slick-dots,
.container,
.container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.half-container,
.container-55 {
  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 {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .half-container,
  .container-55 {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .half-container,
  .container-55 {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (max-width: 1199px) {
  .half-container,
  .container-55 {
    margin-left: auto;
    margin-right: auto;
  }
}

@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: 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: 1850px) {
  .container-55 {
    max-width: calc(var(--tw-wrap-xxl) * 55 / 100 + 20px) !important;
  }
}

.slick-dots,
.container,
.elementor-element.e-parent > .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) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: 1500px !important;
  }
}
@media (min-width: 1700px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-xxl) !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: 1840px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tw-col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .tw-col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}
.fs-34 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-34 p,
.fs-34 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-34 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-34 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-34 {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-34 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}

.fs-42 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
.fs-42 p,
.fs-42 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-42 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-42 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !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;
}

.blog-header .page-title {
  text-align: center;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 12px !important;
  font-family: "Poppins", sans-serif;
  padding-bottom: 40px;
}
.blog-header .page-title span {
  display: block;
  color: var(--primary-color);
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 0px;
  margin-top: -15px;
}
@media (max-width: 1499px) {
  .blog-header .page-title span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .blog-header .page-title span {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .blog-header .page-title span {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .blog-header .page-title span br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .blog-header .page-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blog-header .page-title {
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .blog-header .page-title {
    padding-bottom: 15px;
  }
}

.blog-top-detail {
  padding-right: 50px;
  height: 100%;
}
@media (max-width: 1499px) {
  .blog-top-detail {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .blog-top-detail {
    padding-right: 0px;
  }
}
@media (max-width: 480px) {
  .blog-top-detail {
    padding-right: 0px;
  }
}
.blog-top-detail .blog-wrapper {
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.blog-top-detail .blog-wrapper .blg-figure {
  height: 464px;
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .blg-figure {
    height: 285px;
  }
}
@media (max-width: 767px) {
  .blog-top-detail .blog-wrapper .blg-figure {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .blog-top-detail .blog-wrapper .blg-figure {
    height: 185px;
  }
}
.blog-top-detail .blog-wrapper .blg-figure a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  height: 100%;
  line-height: 1;
}
.blog-top-detail .blog-wrapper .blg-figure a img {
  max-height: 100%;
}
.blog-top-detail .blog-wrapper .blg-figure a .blog_date {
  position: absolute;
  padding: 20px 50px;
  top: 0px;
  left: 0px;
  background: rgba(9, 90, 149, 0.8);
  color: #fff;
  z-index: 3;
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .blg-figure a .blog_date {
    padding: 15px 35px;
  }
}
@media (max-width: 480px) {
  .blog-top-detail .blog-wrapper .blg-figure a .blog_date {
    font-size: 16px;
    line-height: 25px;
    padding: 15px 18px;
  }
}
.blog-top-detail .blog-wrapper .post_brief {
  padding: 25px 30px;
  border: 0.88px solid rgb(207, 207, 207);
  height: calc(100% - 464px);
  background: #fff;
}
@media (max-width: 1699px) {
  .blog-top-detail .blog-wrapper .post_brief {
    padding: 25px 30px 25px;
  }
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .post_brief {
    padding: 20px 15px 25px;
    height: calc(100% - 285px);
  }
}
@media (max-width: 767px) {
  .blog-top-detail .blog-wrapper .post_brief {
    height: calc(100% - 260px);
  }
}
@media (max-width: 480px) {
  .blog-top-detail .blog-wrapper .post_brief {
    height: calc(100% - 185px);
  }
}
.blog-top-detail .blog-wrapper .post_brief .blog-title {
  font-weight: 500;
  font-size: 33px !important;
  line-height: 39px;
  color: #000;
  padding-bottom: 15px;
}
@media (max-width: 1699px) {
  .blog-top-detail .blog-wrapper .post_brief .blog-title {
    font-size: 31px !important;
    line-height: 31px !important;
  }
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .post_brief .blog-title {
    font-size: 27px !important;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .blog-top-detail .blog-wrapper .post_brief .blog-title {
    font-size: 25px !important;
  }
}
.blog-top-detail .blog-wrapper .post_brief .blg-content {
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 768px) {
  .blog-top-detail .blog-wrapper .post_brief .blg-content {
    font-size: 15px !important;
  }
}
@media (min-width: 1200px) {
  .blog-top-detail .blog-wrapper .post_brief .blg-content {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .blog-top-detail .blog-wrapper .post_brief .blg-content {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .blog-top-detail .blog-wrapper .post_brief .blg-content {
    font-size: 18px !important;
  }
}
.blog-top-detail .blog-wrapper .post_brief .blg-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.blog-top-detail .blog-wrapper .post_brief .blg-content p a {
  text-decoration: underline !important;
}
.blog-top-detail .blog-wrapper .post_brief .blg-content p a:hover {
  color: rgb(15, 104, 165) !important;
  text-decoration: none !important;
}
.blog-top-detail.blog-list {
  padding-right: 0px;
}

@media (max-width: 1499px) {
  .post-by-topic {
    margin-left: 18px;
  }
}
@media (max-width: 1499px) {
  .post-by-topic {
    margin-left: 0px;
  }
}
.post-by-topic .recent-post {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .post-by-topic .recent-post {
    margin-bottom: 10px;
  }
}
.post-by-topic .recent-post .post-tile {
  background: rgb(9, 90, 149);
  padding: 25px 0px 25px 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  border-top: 0px;
}
@media (max-width: 1499px) {
  .post-by-topic .recent-post .post-tile {
    font-size: 23px;
    padding: 15px 0px 15px 25px;
  }
}
.post-by-topic .recent-post .postWrap {
  padding: 25px 34px 15px;
}
@media (max-width: 1699px) {
  .post-by-topic .recent-post .postWrap {
    padding: 25px 34px 30px;
  }
}
@media (max-width: 1499px) {
  .post-by-topic .recent-post .postWrap {
    padding: 15px 15px 0px;
  }
}
@media (max-width: 1199px) {
  .post-by-topic .recent-post .postWrap {
    line-height: 23px;
    padding: 15px 15px 15px;
  }
}
.post-by-topic .recent-post .postWrap .post-list li {
  line-height: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: rgb(12, 27, 48);
  padding: 17px 0px;
}
@media (max-width: 1699px) {
  .post-by-topic .recent-post .postWrap .post-list li {
    padding: 15px 0px;
  }
}
@media (max-width: 1499px) {
  .post-by-topic .recent-post .postWrap .post-list li {
    line-height: 20px;
    font-size: 15px;
    padding: 15px 0px;
  }
}
.post-by-topic .recent-post .postWrap .post-list li:after {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #ccc;
}
.post-by-topic .recent-post .postWrap .post-list li a:hover {
  color: #2a5895;
}
.post-by-topic .recent-post .postWrap .post-list li:last-child:after {
  display: none;
}
@media (max-width: 1699px) {
  .post-by-topic.popular-post .postWrap {
    padding: 10px 34px 3px;
  }
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap {
    padding: 8px 15px 0px !important;
  }
}
.post-by-topic.popular-post .postWrap .post-list .item article {
  display: flex;
}
.post-by-topic.popular-post .postWrap .post-list .item article a {
  flex-basis: 0 0 96px;
  margin-right: 20px;
  background: #ccc;
  height: 100%;
}
.post-by-topic.popular-post .postWrap .post-list .item article a figure {
  height: 58px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list .item article a figure {
    height: 50px;
  }
}
.post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 23px;
  text-transform: capitalize;
}
@media (max-width: 1699px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
    font-size: 16.5px !important;
  }
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
    font-size: 14px !important;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}
.post-by-topic.popular-post .postWrap .post-list .item article .right-part a {
  background: unset;
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part a {
    margin-right: 15px;
  }
}
.post-by-topic.popular-post .postWrap .post-list .item:last-child:after {
  display: none;
}
.post-by-topic.popular-post .postWrap .post-list li {
  padding: 22px 0px !important;
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list li {
    padding: 20.5px 0px !important;
  }
}
.post-by-topic.popular-post .postWrap .post-list li:after {
  width: 107%;
  left: -16px;
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list li:after {
    width: 103%;
    left: -6px;
  }
}
@media (max-width: 1199px) {
  .post-by-topic.popular-post .postWrap .post-list li:after {
    width: 100%;
    left: 0px;
  }
}

.postWrap .btn_xs {
  padding: 15px 25px !important;
  margin-top: 21px !important;
}

button.btn.btn_xs, .elementor-button-wrapper button.btn_xs.elementor-button {
  margin-top: 23px !important;
}

@media (max-width: 1499px) {
  button.btn.btn_xs, .elementor-button-wrapper button.btn_xs.elementor-button {
    margin-top: 10px !important;
  }
}
.midle_wrap {
  text-align: center;
  background: #0F68A5;
  color: #fff;
  padding: 75px 0px;
}
@media (max-width: 1499px) {
  .midle_wrap {
    padding: 45px 0px !important;
  }
}
.midle_wrap .content p {
  font-size: 38px;
  font-weight: 400;
  line-height: 47px;
  padding-bottom: 0px !important;
}
@media (max-width: 1499px) {
  .midle_wrap .content p {
    font-size: 25px !important;
  }
}
@media (max-width: 1199px) {
  .midle_wrap .content p {
    font-size: 23px !important;
  }
}
@media (max-width: 991px) {
  .midle_wrap .content p {
    font-size: 22px !important;
    line-height: 25px !important;
  }
}
@media (max-width: 480px) {
  .midle_wrap .content p {
    font-size: 20px !important;
    line-height: 35px !important;
  }
}
.midle_wrap .content p span.phone {
  font-weight: 700;
  font-size: 60px;
  line-height: 45px;
}
@media (max-width: 1699px) {
  .midle_wrap .content p span.phone {
    font-size: 50px !important;
  }
}
@media (max-width: 1499px) {
  .midle_wrap .content p span.phone {
    font-size: 35px !important;
  }
}
@media (max-width: 1199px) {
  .midle_wrap .content p span.phone {
    font-size: 35px !important;
  }
}
@media (max-width: 480px) {
  .midle_wrap .content p span.phone {
    font-size: 22px !important;
  }
}
.midle_wrap .content p span.phone a:hover {
  cursor: default;
  color: #fff;
}
.midle_wrap .content p span.con-text {
  font-weight: 700;
}
.midle_wrap .content p span.con-text a {
  font-size: 38px;
  line-height: 45px;
  text-decoration: none !important;
}
@media (max-width: 1499px) {
  .midle_wrap .content p span.con-text a {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .midle_wrap .content p span.con-text a {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .midle_wrap .content p span.con-text a {
    font-size: 20px !important;
  }
}
.midle_wrap .content p span.con-text a:hover {
  color: #fff;
  text-decoration: underline !important;
}
@media (max-width: 480px) {
  .midle_wrap .content p br {
    display: none;
  }
}

.blog-list .tw-col-md-6 {
  margin-top: 0px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .blog-list .tw-col-md-6 {
    margin-bottom: 15px;
  }
}
.blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
  height: 278px;
}
@media (max-width: 1699px) {
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 250px;
  }
}
@media (max-width: 1499px) {
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 187px;
  }
}
@media (max-width: 1199px) {
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 185px;
  }
}
.blog-list .tw-col-md-6 .blog-wrapper .post_brief {
  padding: 35px 30px 35px;
  height: calc(100% - 270px);
}
@media (max-width: 1699px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    height: calc(100% - 250px);
    padding: 35px 20px 45px;
  }
}
@media (max-width: 1499px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    height: calc(100% - 188px);
    padding: 25px 20px 25px;
  }
}
@media (max-width: 1199px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    height: calc(100% - 175px);
  }
}
@media (max-width: 767px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    height: calc(100% - 260px);
  }
}
@media (max-width: 480px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    padding: 15px 15px 15px;
    height: calc(100% - 185px);
  }
}
.blog-list .tw-col-md-6 .blog-wrapper .post_brief .blog-title {
  min-height: 95px;
}
@media (max-width: 1499px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief .blog-title {
    min-height: 0px;
  }
}

.single .blog_page-wrap .blog-head h1 {
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .single .blog_page-wrap .blog-head h1 {
    padding-bottom: 15px;
  }
}
.single .blg-content {
  padding-bottom: 40px;
}
.single .blg-content ul li {
  padding-left: 25px;
  position: relative;
  font-size: 18px !important;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 1499px) {
  .single .blg-content ul li {
    font-size: 16px;
  }
}
.single .blg-content ul li:before {
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  border-radius: 50%;
  background: #2a5895;
  width: 10px;
  height: 10px;
  content: "";
}
.single .post-by-topic .recent-post {
  border: 0.88px solid rgb(207, 207, 207);
}
.single .post-by-topic.related-posts .recent-post {
  border: 0px;
}
.single .post-by-topic.related-posts .recent-post .postWrap {
  border: 0.88px solid rgb(207, 207, 207);
}
.single .blog-top-detail {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .single .blog-top-detail {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single .blog-top-detail {
    padding-bottom: 20px;
  }
}

.related-posts .recent-post .post-tile {
  background: unset;
  color: #000;
  text-transform: uppercase;
  padding: 20px 0px 20px 0px;
}
.related-posts .recent-post .postWrap {
  padding: 10px 20px 20px;
}
.related-posts .recent-post .postWrap .post-list li {
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li {
    padding-bottom: 0px;
  }
}
.related-posts .recent-post .postWrap .post-list li:after {
  display: none;
}
.related-posts .recent-post .postWrap .post-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  height: 100%;
  line-height: 1;
}
.related-posts .recent-post .postWrap .post-list li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li p {
    padding-bottom: 0px !important;
  }
}
.related-posts .recent-post .postWrap .post-list li p a {
  text-decoration: none !important;
  background: #fff !important;
  line-height: 32px !important;
  font-size: 24px !important;
  font-weight: 400;
  display: block;
  text-align: left;
}
@media (max-width: 1499px) {
  .related-posts .recent-post .postWrap .post-list li p a {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li p a {
    font-size: 18px !important;
  }
}
.related-posts .recent-post .postWrap .post-list li .post_img {
  height: 205px;
  margin-bottom: 25px !important;
}
@media (max-width: 1499px) {
  .related-posts .recent-post .postWrap .post-list li .post_img {
    height: 135px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li .post_img {
    height: auto;
  }
}
.related-posts .recent-post .postWrap .post-list li .post_img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  height: 100%;
  line-height: 1;
}
.related-posts .recent-post .postWrap .post-list li .post_img a img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
}

.single.sile_blog {
  padding-top: 40px;
}
@media (max-width: 1499px) {
  .single.sile_blog {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .single.sile_blog {
    padding-top: 10px;
  }
}
.single .blog-top-detail {
  position: relative;
  height: 100%;
}
@media (max-width: 1680px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 425px;
  }
}
@media (max-width: 1499px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 285px;
  }
}
@media (max-width: 1199px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 185px;
  }
}
.single .blog-top-detail .blog-wrapper .blg-figure a:hover {
  cursor: default;
}
.single .blog-top-detail .blog-wrapper .post_brief {
  padding: 40px 35px 30px;
  height: calc(100% - 464px);
}
@media (max-width: 1499px) {
  .single .blog-top-detail .blog-wrapper .post_brief {
    padding: 20px 15px 20px !important;
    height: calc(100% - 285px);
  }
}
@media (max-width: 1199px) {
  .single .blog-top-detail .blog-wrapper .post_brief {
    height: calc(100% - 280px);
  }
}
@media (max-width: 991px) {
  .single .blog-top-detail .blog-wrapper .post_brief {
    height: calc(100% - 270px);
  }
}
@media (max-width: 767px) {
  .single .blog-top-detail .blog-wrapper .post_brief {
    height: calc(100% - 260px);
  }
}
@media (max-width: 480px) {
  .single .blog-top-detail .blog-wrapper .post_brief {
    height: calc(100% - 185px);
  }
}
@media (max-width: 1499px) {
  .single .blog-top-detail .blog-wrapper .post_brief .blg-content p {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic {
    margin-left: 18px;
  }
}
@media (max-width: 1199px) {
  .single .post-by-topic {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .single .post-by-topic {
    margin-left: 0px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .post-tile {
    font-size: 23px;
    padding: 15px 0px 15px 25px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .postWrap {
    padding: 15px 15px 20px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .postWrap .post-list li {
    font-size: 16px;
    line-height: 20px;
  }
}

ol {
  counter-reset: item;
}
ol li {
  padding-left: 25px;
  position: relative;
  font-size: 18px !important;
  font-weight: 400;
  padding-bottom: 10px;
  list-style: none;
}
ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}

@media (max-width: 1499px) {
  .related-posts .recent-post .post-tile {
    padding: 15px 0px 15px 0px !important;
  }
}

.blog .midle_wrap {
  margin: 100px 0px !important;
}
@media (max-width: 1699px) {
  .blog .midle_wrap {
    margin: 50px 0px !important;
  }
}
@media (max-width: 1499px) {
  .blog .midle_wrap {
    margin: 50px 0px !important;
  }
}
@media (max-width: 1199px) {
  .blog .midle_wrap {
    margin: 25px 0px !important;
  }
}
@media (max-width: 480px) {
  .blog .midle_wrap {
    margin: 20px 0px 20px !important;
  }
}

.tw-col- .blog-list .blog-wrapper .blg-figure {
  height: 277px;
}
@media (max-width: 1699px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 250px;
  }
}
@media (max-width: 1499px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 188px;
  }
}
@media (max-width: 1199px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 175px;
  }
}
@media (max-width: 767px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 185px;
  }
}
.tw-col- .blog-list .blog-wrapper .blg-content {
  min-height: 240px !important;
}
@media (max-width: 1699px) {
  .tw-col- .blog-list .blog-wrapper .post_brief {
    padding: 35px 20px 0px !important;
  }
}
@media (max-width: 1499px) {
  .tw-col- .blog-list .blog-wrapper .post_brief {
    padding: 35px 20px 25px !important;
  }
}
@media (max-width: 1199px) {
  .tw-col- .blog-list .blog-wrapper .post_brief {
    padding: 35px 20px 20px !important;
  }
}
@media (max-width: 767px) {
  .tw-col- .blog-list .blog-wrapper .post_brief {
    height: calc(100% - 260px);
  }
}
@media (max-width: 480px) {
  .tw-col- .blog-list .blog-wrapper .post_brief {
    height: calc(100% - 185px);
  }
}

.site_pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 80px;
  padding-right: 0px;
}
@media (max-width: 1699px) {
  .site_pagination {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .site_pagination {
    margin-bottom: 30px;
  }
}
.site_pagination .wp-paginate li {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0px 10px;
}
.site_pagination .wp-paginate li:first-child {
  display: none;
}
.site_pagination .wp-paginate li .title {
  color: var(--global--color-black);
  margin-right: 4px;
}
.site_pagination .wp-paginate li .page.current {
  background: transparent;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  padding: 0px 0px;
  border: 0px;
}
.site_pagination .wp-paginate li .page.current:before {
  display: block;
  position: absolute;
  left: 8px;
  bottom: 0px;
  background: rgb(15, 104, 165);
  content: "";
  width: 10px;
  height: 1px;
}
@media (max-width: 1499px) {
  .site_pagination .wp-paginate li .page.current:before {
    left: 8px;
    width: 11px;
  }
}
@media (max-width: 767px) {
  .site_pagination .wp-paginate li .page.current {
    font-size: 15px;
  }
}
.site_pagination .wp-paginate li a {
  border: 0px;
  color: var(--global--color-black);
  font-size: 18px;
  padding: 0px 0px;
  background: transparent;
}
@media (max-width: 767px) {
  .site_pagination .wp-paginate li a {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.site_pagination .wp-paginate li a.next, .site_pagination .wp-paginate li a.prev {
  background-color: rgb(15, 104, 165) !important;
  color: var(--global--color-white) !important;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px;
  padding-bottom: 5px;
  font-size: 18px !important;
  height: 50px;
  border-radius: 0px !important;
  font-size: 15px;
  border-radius: 4px !important;
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .site_pagination .wp-paginate li a.next, .site_pagination .wp-paginate li a.prev {
    font-size: 14px !important;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
  }
}
.site_pagination .wp-paginate li a.next:hover, .site_pagination .wp-paginate li a.prev:hover {
  background-color: #1e1d24;
}
.site_pagination .wp-paginate li a:hover {
  color: rgb(15, 104, 165) !important;
}
.site_pagination .wp-paginate li a.next:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.site_pagination .wp-paginate li .gap {
  color: var(--global--color-black);
}
.site_pagination .wp-paginate li:before {
  display: none;
}
.site_pagination .wp-paginate li:last-child {
  padding: 0px 0px !important;
}

.toup {
  border: 1px solid rgb(207, 207, 207);
  height: 100%;
}
@media (min-width: 1200px) {
  .toup {
    height: 100%;
  }
}
@media (min-width: 1699px) {
  .toup {
    height: 98%;
  }
}
@media (min-width: 1850px) {
  .toup {
    height: 100%;
  }
}
.toup .recent-post .postwrap {
  border: 0px !important;
}

.popular-post .recent-post .postWrap {
  border: 1px solid rgb(207, 207, 207);
}

.single-post .foot_top_band {
  display: none !important;
}
.single-post .foot_flex {
  margin-top: -1px;
}

.serClass {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.center {
  justify-content: center;
  text-align: center;
}
.center .btn, .center .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .center .elementor-button, .center .elementor-button-wrapper a, .elementor-button-wrapper .center a {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cmn-space {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .cmn-space {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
@media (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

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

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

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

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

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

.m-b-10 {
  margin-bottom: 10px !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: 20px !important;
}

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

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

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

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

.link-color p a:hover {
  color: #000;
}

.serviceSlickHome .slick_next {
  width: 30px;
  height: 30px;
  background-color: #0f68a5;
  padding-right: 3px;
}
.serviceSlickHome .slick_prev {
  width: 30px;
  height: 30px;
  background-color: #0f68a5;
  padding-left: 3px;
}
.serviceSlickHome .slick_prev svg,
.serviceSlickHome .slick_next svg {
  width: 12px;
  height: 16px;
}

.text-white-imp * {
  color: #fff !important;
}
.text-white-imp * li:before, .text-white-imp * li:after {
  background-color: #fff !important;
}

.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;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
  .container-p-left.i-phone {
    padding-left: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
    width: auto !important;
  }
  .container-p-right.i-phone {
    padding-right: calc((100vw - var(--tw-wrap-sm)) / 2) !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-p-left.i-pad,
  .container-p-left.i-phone {
    padding-left: calc((100vw - var(--tw-wrap-md)) / 2) !important;
  }
  .container-p-right.i-pad,
  .container-p-right.i-phone {
    padding-right: calc((100vw - var(--tw-wrap-md)) / 2) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-p-left.i-pad-land,
  .container-p-left.i-pad,
  .container-p-left.i-phone {
    padding-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
  }
  .container-p-right.i-pad-land,
  .container-p-right.i-pad,
  .container-p-right.i-phone {
    padding-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .container-p-left {
    padding-left: calc((100vw - var(--tw-wrap-xl)) / 2) !important;
  }
  .container-p-right {
    padding-right: calc((100vw - var(--tw-wrap-xl)) / 2) !important;
  }
}
@media (min-width: 1600px) {
  .container-p-left {
    padding-left: calc((100vw - var(--tw-wrap-xxl)) / 2) !important;
  }
  .container-p-right {
    padding-right: calc((100vw - var(--tw-wrap-xxl)) / 2) !important;
  }
}
.site_header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all ease 0.2s;
}
.site_header .head_r {
  width: calc(100% - 240px);
}
.site_header .head_r .head_r_top {
  padding-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
.site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
  font-weight: 600;
  padding: 15px 30px;
  font-size: 17px !important;
}
@media (max-width: 1199px) {
  .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
    padding: 10px 20px;
    font-size: 15px !important;
  }
}
@media (max-width: 1199px) {
  .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
    padding: 10px;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
    font-size: 12px !important;
  }
}
.site_header .head_r .head_r_btm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1600px) {
  .site_header {
    padding-top: 25px;
  }
}
@media (min-width: 1850px) {
  .site_header {
    padding-top: 30px;
  }
  .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 49px;
  }
}
@media (max-width: 1599px) {
  .site_header .head_r {
    width: calc(100% - 200px);
  }
  .site_header .logo_bx {
    max-width: 160px;
  }
}
.site_header .call_cta a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.site_header .call_cta a span.call_ico {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.site_header .call_cta a span.call_ico svg {
  width: 16px;
  height: 16px;
  fill: var(--primary-color);
}
@media (max-width: 1599px) {
  .site_header .call_cta a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .site_header .call_cta a .call_num {
    display: none;
  }
}
.site_header .logo_bx {
  transition: all ease 0.2s;
}
.site_header.stick_head {
  background: var(--primary-color);
}
@media (min-width: 1200px) {
  .site_header.stick_head {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .site_header.stick_head .logo_bx {
    max-width: 170px;
  }
}

.breadcrumb_wrap {
  padding-top: 15px;
  padding-bottom: 20px;
}
.breadcrumb_wrap ul li {
  display: inline-block;
  padding-right: 20px;
}
.breadcrumb_wrap ul li:last-child {
  font-weight: 600;
  color: #0F68A5;
}

/*breadcrumb*/
.breadcrumb_wrap {
  margin: 0;
  list-style: none;
}

.breadcrumb_wrap ul li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.breadcrumb_wrap ul li a {
  color: #000;
}
.breadcrumb_wrap ul li a:hover {
  color: var(--primary-color);
}

.breadcrumb_wrap ul li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.4 9.5' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M5.2 4.3L1 .2a.61.61 0 0 0-.8 0 .61.61 0 0 0 0 .8L4 4.7.3 8.5c-.3.3-.2.6 0 .9s.6.2.8 0l4.1-4.2c.3-.3.3-.7 0-.9z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 5px;
  position: absolute;
  right: 11px;
  bottom: 8px;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
}

@media (max-width: 1499px) {
  .breadcrumb_wrap ul li:after {
    bottom: 3px !important;
  }
}
@media (max-width: 1199px) {
  .breadcrumb_wrap ul li:after {
    bottom: 4px !important;
  }
}
@media (max-width: 767px) {
  .breadcrumb_wrap ul li:after {
    bottom: 7px !important;
  }
}
.breadcrumb_wrap ul li:last-child {
  padding-right: 0;
}

.breadcrumb_wrap ul li:last-child a:hover {
  color: var(--global--color-secondary);
}

.breadcrumb_wrap ul li:last-child:after {
  display: none;
}

.page-about-us .breadcrumb_wrap .breadcrumb-item {
  color: #fff;
}
.page-about-us .breadcrumb_wrap .breadcrumb-item a {
  color: #fff;
}
.page-about-us .breadcrumb_wrap .breadcrumb-item a:hover {
  text-decoration: underline;
}
.page-about-us .breadcrumb_wrap ul li:after {
  background-image: url(assets/images/breadcrumb-w.png);
}

/*end breadcrumb*/
.bnr_sec .bnr_slide_in {
  min-height: 900px;
  padding: 12% 0 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1499px) {
  .bnr_sec .bnr_slide_in {
    padding: 16% 0 50px;
  }
}
.bnr_sec .bnr_slide_in .bnr_txt {
  text-align: center;
}
.bnr_sec .bnr_slide_in .bnr_txt span {
  display: block;
}
@media (max-width: 1199px) {
  .bnr_sec .bnr_slide_in .bnr_txt span {
    display: inline;
  }
}
.bnr_sec .bnr_slide_in .bnr_txt .bnr_lg {
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
}
.bnr_sec .bnr_slide_in .bnr_txt .bnr_md {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
}
.bnr_sec .bnr_slide_in .bnr_txt .btn_wrap .btn_white {
  margin-left: 20px;
}
.bnr_sec .bnr_slide_in .bnr_logos {
  margin-top: 0;
  margin-bottom: 0;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L {
  padding-top: 100px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  padding-bottom: 15px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span {
  display: block;
  height: 1px;
  background: #fff;
  position: relative;
  margin-right: 10px;
  width: 50px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: -2px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span:last-child {
  margin-left: 10px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span:last-child::before {
  left: auto;
  right: 0;
  margin-right: 0;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul {
  display: flex;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul li {
  border-radius: 5px;
  background: #fff;
  margin-right: 10px;
  height: 54px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul li img {
  max-width: 100%;
  max-height: 100%;
}
.bnr_sec .bnr_md {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.bnr_sec .bnr_slider .bnr_lg {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}
@media (max-width: 1199px) {
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
.bnr_sec .inner_banner .bnr_slide_in {
  min-height: 600px;
}
@media (max-width: 1499px) {
  .bnr_sec .inner_banner .bnr_slide_in {
    min-height: 470px;
  }
}
.bnr_sec .inner_banner .bnr_slide_in .bnr_lg {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media (min-width: 1200px) {
  .bnr_sec .inner_banner .bnr_slide_in .bnr_lg span {
    display: block;
  }
}
@media (min-width: 768px) {
  .bnr_sec .bnr_md {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .bnr_sec .bnr_md {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .bnr_sec .bnr_md {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 61px !important;
    font-size: 3.8125rem !important;
  }
}
@media (min-width: 1850px) {
  .bnr_sec .bnr_md {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 90px !important;
    font-size: 5.625rem !important;
  }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 71px !important;
    font-size: 4.4375rem !important;
  }
}

@media (max-width: 1599px) {
  .bnr_sec .bnr_slide_in {
    min-height: 750px;
  }
}
@media (max-width: 1400px) {
  .bnr_sec .bnr_slide_in {
    min-height: 620px;
  }
}
@media (max-width: 1199px) {
  .bnr_sec .bnr_slide_in {
    min-height: 550px;
  }
}
@media (max-width: 1600px) {
  .bnr_logo_R img {
    max-width: 150px;
  }
}
@media (max-width: 1499px) {
  .bnr_logo_R img {
    max-width: 130px;
  }
}
@media (max-width: 1023px) {
  .bnr_sec .bnr_slide_in {
    padding-top: 150px;
  }
  .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L {
    padding-top: 50px;
    margin: 0 auto;
  }
  .bnr_logo_R {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }
  .bnr_logo_R img {
    max-width: 120px;
  }
  .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title {
    font-size: 18px !important;
  }
  .bnr_sec .bnr_slide_in .bnr_txt .btn_wrap .btn_white {
    margin-left: 0;
    margin-top: 10px;
  }
  .bnr_sec .btn_wrap {
    display: block;
  }
}
@media (min-width: 1600px) {
  .bnr_sec .inner_banner .bnr_slide_in .bnr_lg {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
@media (min-width: 1600px) {
  .bnr_sec .inner_banner .bnr_slide_in {
    padding-top: 200px;
    padding-bottom: 30px;
  }
}
.bnr_sec .inner_banner .bnr_slide_in .bnr_logos {
  position: relative;
}
.bnr_sec .inner_banner .bnr_slide_in .bnr_logos .bnr_logo_R {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 1199px) {
  .bnr_sec .inner_banner .bnr_slide_in .bnr_logos .bnr_logo_R {
    position: static;
    margin: 20px auto 0;
  }
}
.bnr_sec .whatsup_link {
  position: absolute;
  right: 0;
  top: 200px;
}
@media (max-width: 767px) {
  .bnr_sec .whatsup_link {
    display: none;
  }
}
@media (max-width: 1600px) {
  .bnr_sec .whatsup_link img {
    width: 40px !important;
  }
}

@media (max-width: 1199px) {
  .bnr_sec .inner_banner .bnr_slide_in {
    min-height: 500px;
  }
}
/*reviews*/
.review_row {
  align-items: center;
  padding-top: 30px;
}
.review_row .review_L {
  width: 300px;
}
.review_row .review_L .star_count {
  display: flex;
  padding: 20px 0;
}
.review_row .review_L .star_count .star_rating {
  margin-right: 15px;
}
.review_row .review_L .star_count .count {
  color: #fff;
}
.review_row .review_home {
  width: calc(100% - 350px);
}
.review_row .review_home .slick-track {
  display: flex;
}

.review_i {
  padding: 12px;
  height: auto;
}
@media (max-width: 1199px) {
  .review_i {
    padding: 0;
  }
}
.review_i .review_i_in {
  height: 100%;
  padding: 30px 35px 35px;
  background: #fff;
}
@media (max-width: 1599px) {
  .review_i .review_i_in {
    padding: 15px;
  }
}
.review_i .review_i_in .review_meta {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.review_i .review_i_in .review_pic {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #DD583B;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  margin-right: 13px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
}
.review_i .review_i_in .review_pic img {
  display: block;
  width: 100%;
}
.review_i .review_i_in .review_name {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1599px) {
  .review_i .review_i_in .review_name {
    font-size: 15px;
  }
}
.review_i .review_i_in .g_logo {
  margin-left: auto;
  margin-right: 0;
}
.review_i .review_i_in .more_a {
  opacity: 0.5;
}
.review_i .review_i_in .review_txt {
  padding: 20px 0 10px;
}

/*end reviews*/
/*home services*/
.ser_h_row {
  display: flex;
  margin: 0 -15px;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .ser_h_row {
    padding-top: 0;
  }
}
.ser_h_row .ser_h_i {
  width: 25%;
  padding: 0 15px;
}
.ser_h_row .ser_h_i .ser_h_i_in {
  height: 490px;
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1199px) {
  .ser_h_row .ser_h_i .ser_h_i_in {
    height: 400px;
  }
}
.ser_h_row .ser_h_i .ser_h_i_in::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background: rgba(9, 90, 149, 0.8);
  transition: all ease 0.2s;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 30px 30px 50px;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin-bottom: 10px;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title span {
  display: block;
  font-size: 13px;
  letter-spacing: 5px;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt p {
  display: none;
  padding-bottom: 10px;
  transition: all ease 0.3s;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .elementor-button-wrapper {
  transition: all ease 0.3s;
  display: none;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover::before {
  height: 100%;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt {
  justify-content: center;
  background: url(assets/images/ser-art.png) no-repeat center bottom;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt p {
  display: block;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt .elementor-button-wrapper {
  display: inline-flex;
}

/*end home services*/
/*our projects home*/
@media (min-width: 1600px) {
  .projects_cta {
    padding-right: 86px;
  }
}
.projects_tab {
  max-width: 1260px;
  margin: 0 auto;
}
.projects_tab .tab_sec .project_head {
  align-items: center;
  padding-bottom: 30px;
}
.projects_tab .tab_sec .project_head h2.project_title {
  text-transform: uppercase;
  color: #fff;
}
.projects_tab .tab_sec .project_head h2.project_title a:hover {
  color: #000;
}
.projects_tab .tab_sec ul.resp-tabs-list {
  display: flex;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.projects_tab .tab_sec ul.resp-tabs-list li {
  color: #fff;
  text-transform: uppercase;
  margin-left: 70px;
  cursor: pointer;
  position: relative;
}
.projects_tab .tab_sec ul.resp-tabs-list li:first-child {
  margin-left: 0;
}
.projects_tab .tab_sec ul.resp-tabs-list li.resp-tab-active {
  font-weight: 600;
}
.projects_tab .tab_sec ul.resp-tabs-list li.resp-tab-active::after {
  width: 100%;
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -20px;
}
.projects_tab .tab_sec .resp-tabs-container .resp-accordion {
  display: none !important;
}
.projects_tab .tab_sec .resp-tabs-container .tab_item {
  max-width: 1160px;
  display: none;
  height: auto !important;
}
.projects_tab .tab_sec .resp-tabs-container .tab_item.resp-tab-content-active {
  display: block;
}
.projects_tab .tab_sec a.load_more.no_content {
  background: #666 !important;
  cursor: not-allowed;
  display: none;
}
.projects_tab .pro_btn {
  max-width: 1160px;
}

.project_row {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.project_row .project_i {
  padding: 20px;
  width: 50%;
}
.project_row .project_i a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.project_row .project_i a::before {
  content: "";
  display: block;
  padding-bottom: 82%;
}

@media (max-width: 767px) {
  .tab_shortcode {
    width: 100%;
  }
}
/*end our projects home*/
@media (max-width: 1199px) {
  .ser_h_row {
    flex-wrap: wrap;
  }
  .ser_h_row .ser_h_i {
    width: 50%;
    margin-bottom: 20px;
  }
  .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title {
    font-size: 18px !important;
  }
  .title_before .elementor-heading-title {
    font-size: 16px !important;
    letter-spacing: 10px;
  }
}
@media (max-width: 1023px) {
  .review_row .review_L {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .review_row .review_home {
    width: 100%;
  }
  .review_row .review_L .star_count {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .projects_tab .tab_sec .project_head h2.project_title {
    padding-bottom: 20px;
  }
  .project_row {
    margin: 0 -10px;
  }
  .project_row .project_i {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .ser_h_row .ser_h_i:last-child {
    margin-bottom: 0;
  }
  .projects_tab .tab_sec ul.resp-tabs-list {
    display: none;
  }
  .projects_tab .tab_sec .resp-tabs-container .resp-accordion {
    display: block !important;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #efefef;
  }
  .projects_tab .tab_sec .resp-tabs-container .resp-accordion:after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .project_row .project_i {
    width: 100%;
  }
  .elementor-11 .elementor-element.elementor-element-c75d306:not(.elementor-motion-effects-element-type-background) {
    background-image: none;
    background-color: #0f67a6;
  }
  .projects_tab .tab_sec .project_head {
    padding-bottom: 0;
  }
  .ser_h_row .ser_h_i {
    width: 100%;
  }
}
.why_choose {
  padding-top: 30px;
}
@media (min-width: 1600px) {
  .why_choose {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .why_choose {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.why_choose .elementor-widget-image-box {
  width: 25%;
  position: relative;
}
@media (min-width: 1600px) {
  .why_choose .elementor-widget-image-box.why_choose_i2, .why_choose .elementor-widget-image-box.why_choose_i3 {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .why_choose .elementor-widget-image-box:after {
    content: "";
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(15, 104, 165, 0.3365721289) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .why_choose .elementor-widget-image-box:last-child::after {
    display: none;
  }
}
@media (min-width: 1800px) {
  .why_choose .elementor-widget-image-box:after {
    bottom: -50px;
  }
}
@media (max-width: 1199px) {
  .why_choose .elementor-widget-image-box {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .why_choose .elementor-widget-image-box {
    width: 100%;
  }
}
.why_choose .elementor-widget-image-box .elementor-image-box-img {
  height: 70px;
}

@media (min-width: 1200px) {
  .ipad_br,
  .ipad_break {
    display: block;
  }
}
body.home .about-top-box {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1199px) {
  body.home .about-top-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.step_wrap .elementor-widget-image-box {
  width: 25%;
  padding: 20px;
  position: relative;
}
.step_wrap .elementor-widget-image-box:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  top: 87px;
  bottom: 50px;
  border-right: 1px dashed #afcbe4;
}
.step_wrap .elementor-widget-image-box:last-child::after {
  display: none;
}
.step_wrap .elementor-widget-image-box .elementor-image-box-title {
  padding-bottom: 10px;
}
.step_wrap .elementor-widget-image-box p.elementor-image-box-description {
  font-weight: 400;
}
@media (max-width: 767px) {
  .step_wrap .elementor-widget-image-box p.elementor-image-box-description {
    padding-bottom: 10px !important;
  }
}
@media (max-width: 1199px) {
  .step_wrap {
    flex-wrap: wrap !important;
  }
  .step_wrap .elementor-widget-image-box {
    width: 50%;
    padding: 0 15px;
  }
  .step_wrap .elementor-widget-image-box:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .step_wrap .elementor-widget-image-box {
    width: 100%;
  }
  .step_wrap .elementor-widget-image-box:last-child {
    padding-bottom: 0;
  }
  .step_wrap .elementor-widget-image-box:last-child p {
    padding-bottom: 0;
  }
}

.projects_tab_page .tab_sec .project_head {
  padding-bottom: 15px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .projects_tab_page .tab_sec .project_head {
    display: none;
  }
}
.projects_tab_page .tab_sec ul.resp-tabs-list {
  justify-content: center;
  padding-bottom: 0;
}
.projects_tab_page .tab_sec ul.resp-tabs-list li {
  color: #000;
  font-weight: 500;
}
.projects_tab_page .tab_sec ul.resp-tabs-list li.resp-tab-active {
  color: var(--primary-color);
}
.projects_tab_page .tab_sec .resp-tabs-container .resp-accordion {
  color: #000;
}
.projects_tab_page .tab_sec .resp-tabs-container .resp-accordion:after {
  border-top-color: #000;
}

@media (min-width: 1200px) {
  .abt-text-bx {
    position: relative;
  }
  .abt-text-bx::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    bottom: 0;
    top: 50px;
    background: #fff;
    opacity: 0.2;
  }
  .abt-text-bx::before {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    bottom: 0;
    left: 50%;
    background: #fff;
    top: auto;
    width: auto;
    opacity: 0.2;
  }
}
@media (min-width: 1600px) {
  .how_works .elementor-button-wrapper .elementor-button {
    height: 60px !important;
    font-size: 18px !important;
  }
}

.service_section {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1599px) {
  .service_section {
    margin: 0 -10px;
    margin-top: 25px;
    row-gap: 20px;
  }
}
@media (max-width: 1199px) {
  .service_section {
    margin-top: 20px;
  }
}
.service_section .serv_wrap {
  width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .service_section .serv_wrap {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .service_section .serv_wrap {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .service_section .serv_wrap {
    width: 100%;
  }
}
.service_section .serv_wrap .serv_bg {
  min-height: 490px;
  height: 490px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1799px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 450px;
    height: 450px;
  }
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 350px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 280px;
    height: 280px;
  }
}
.service_section .serv_wrap .inner_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 60px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .inner_bg {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
.service_section .serv_wrap .inner_bg svg {
  width: 33px;
  height: 33px;
}
.service_section .serv_wrap .inner_bg .fs-28 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 15px 0 5px 0;
}
.service_section .serv_wrap .inner_bg .fs-28 span {
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  display: block;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .service_section .serv_wrap .inner_bg .fs-28 span {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.service_section .serv_wrap .serv_cntnt {
  position: relative;
  text-align: center;
  background: white;
  padding: 20px 40px 50px;
  border: 1px solid rgba(15, 104, 165, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: background-position ease 1s;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .serv_cntnt {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 991px) {
  .service_section .serv_wrap .serv_cntnt {
    padding: 20px 10px 30px;
  }
}
.service_section .serv_wrap .serv_cntnt:after {
  position: absolute;
  content: "";
  background: url(assets/images/serv-bfr.png) no-repeat;
  width: 194px;
  height: 34px;
  background-size: 194px;
  top: -30px;
  right: auto;
  left: auto;
  display: none;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .serv_cntnt:after {
    background-size: 160px;
    width: 160px;
    height: 25px;
    top: -25px;
  }
}
@media (max-width: 991px) {
  .service_section .serv_wrap .serv_cntnt:after {
    background-size: 130px;
    width: 130px;
    top: -20px;
  }
}
.service_section .serv_wrap .serv_cntnt p {
  font-weight: 500;
  line-height: 1.8;
}
.service_section .serv_wrap .serv_cntnt .btn, .service_section .serv_wrap .serv_cntnt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .service_section .serv_wrap .serv_cntnt .elementor-button, .service_section .serv_wrap .serv_cntnt .elementor-button-wrapper a, .elementor-button-wrapper .service_section .serv_wrap .serv_cntnt a {
  margin-top: 20px;
  margin-top: auto;
}
.service_section .serv_wrap:hover .serv_cntnt {
  box-shadow: 1px 1px 20px rgba(15, 104, 165, 0.5);
  border-color: #fff;
}
.service_section .serv_wrap:hover .serv_cntnt:after {
  display: block;
}
.service_section .serv_wrap:hover .serv_bg {
  position: relative;
}
.service_section .serv_wrap:hover .serv_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 104, 165, 0.5);
  transition: all ease 0.2s;
}

.fs-28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media (max-width: 1799px) {
  .fs-28 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (max-width: 1599px) {
  .fs-28 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1199px) {
  .fs-28 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}

.fs-28-all * {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media (max-width: 1799px) {
  .fs-28-all * {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (max-width: 1599px) {
  .fs-28-all * {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1199px) {
  .fs-28-all * {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 991px) {
  .fs-28-all * {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 575px) {
  .fs-28-all * {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}

.white-stroke svg * {
  stroke: #fff !important;
}

.fs-22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1599px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1199px) {
  .fs-22 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 991px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 575px) {
  .fs-22 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.service-shop {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 1599px) {
  .service-shop {
    margin: 0 -10px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .service-shop {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .service-shop {
    row-gap: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .service-shop {
    row-gap: 10px;
    margin: 0 -5px;
  }
}
.service-shop .shop_outer {
  padding: 0 15px;
  width: 20%;
}
@media (max-width: 1599px) {
  .service-shop .shop_outer {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .service-shop .shop_outer {
    width: 33.33333%;
  }
}
@media (max-width: 991px) {
  .service-shop .shop_outer {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .service-shop .shop_outer {
    width: 50%;
    padding: 0 7px;
  }
}
@media (max-width: 575px) {
  .service-shop .shop_outer {
    width: 100%;
    padding: 0 5px;
  }
}
.service-shop .shop_outer .shop_wrap {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1799px) {
  .service-shop .shop_outer .shop_wrap {
    height: 280px;
  }
}
@media (max-width: 1599px) {
  .service-shop .shop_outer .shop_wrap {
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .service-shop .shop_outer .shop_wrap {
    height: 210px;
  }
}
@media (max-width: 575px) {
  .service-shop .shop_outer .shop_wrap {
    height: 180px;
  }
}
.service-shop .shop_outer .shop_wrap:after {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.service-shop .shop_outer .shop_wrap .shop_cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 35px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1599px) {
  .service-shop .shop_outer .shop_wrap .shop_cnt {
    padding-bottom: 20px;
  }
}
.service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
@media (min-width: 1850px) {
  .service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
    font-size: 19px !important;
  }
}
@media (min-width: 1600px) {
  .service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
    font-size: 20px !important;
  }
}
@media (max-width: 1599px) {
  .service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
    margin-bottom: 10px;
  }
}
.service-shop .shop_outer .shop_wrap .shop_cnt .btn, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper a, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt a {
  margin-top: 0 !important;
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black) !important;
}
.service-shop .shop_outer .shop_wrap .shop_cnt .btn:hover, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button:hover, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper a:hover, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt a:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}

.site_nav {
  padding-left: 25px;
  padding-bottom: 50px;
}
.site_nav li {
  padding-left: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 10px 5px 5px;
}
.site_nav li a {
  padding-bottom: 0px;
  color: #000 !important;
  cursor: pointer;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}
@media (max-width: 1499px) {
  .site_nav li a {
    font-size: 16px;
  }
}
.site_nav li a:hover {
  color: #2a5895 !important;
}
.site_nav li ul {
  padding-left: 20px;
}
.site_nav li:before {
  display: block;
  content: "";
  position: absolute;
  left: -12px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a5895;
}
@media (max-width: 1499px) {
  .site_nav li:before {
    top: 18px;
  }
}

.page-id-25 .page-title {
  display: none;
}

.about_page_top {
  margin-top: -65px;
}

.about-top-box .e-con-inner {
  justify-content: center;
  align-items: center;
}
.about-top-box .e-con-inner .abt-text-bx {
  padding-left: 50px;
}
.about-top-box .e-con-inner .abt-text-bx p {
  font-size: 16px !important;
  font-size: 1rem !important;
}

span.belw {
  display: block;
}

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

.text-color {
  color: #095A95 !important;
}
.text-color p {
  color: #000;
}
.text-color a:hover {
  color: #000;
}

.test-sec {
  max-width: 72% !important;
  margin: 0 auto !important;
}
@media (max-width: 1199px) {
  .test-sec {
    max-width: 100% !important;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .test-sec {
    padding-bottom: 0px;
  }
}

@media (max-width: 1199px) {
  .st-list .cntList-4-cols {
    -moz-column-count: 3;
         column-count: 3;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .st-list .cntList-4-cols {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.servic-list .elementor-image-box-img {
  margin-bottom: 0px !important;
}
.servic-list .elementor-image-box-content {
  border: 1px solid rgba(9, 90, 149, 0.5);
  padding: 35px 15px 0px;
  margin-top: -10px;
  border-top: 0px;
  min-height: 325px !important;
}
@media (max-width: 1499px) {
  .servic-list .elementor-image-box-content {
    min-height: 275px !important;
  }
}
@media (max-width: 1199px) {
  .servic-list .elementor-image-box-content {
    min-height: 325px !important;
    padding: 35px 5px 0px !important;
  }
}
@media (max-width: 991px) {
  .servic-list .elementor-image-box-content {
    min-height: 233px !important;
    padding: 35px 15px 0px !important;
  }
}
.servic-list .elementor-image-box-content h3.elementor-image-box-title {
  min-height: 68px;
  font-size: 27px !important;
}
@media (max-width: 1800px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 27px !important;
  }
}
@media (max-width: 1680px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 24px !important;
  }
}
@media (max-width: 1499px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 22px !important;
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 19px !important;
    min-height: 70px !important;
  }
}
@media (max-width: 991px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    min-height: 45px !important;
  }
}
@media (max-width: 767px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    min-height: 0px;
  }
}
.servic-list .elementor-image-box-content h3 .elementor-image-box-description {
  padding: 0px 15px 0px;
}

.serv-list1 .elementor-image-box-content {
  min-height: 480px !important;
}
@media (max-width: 1499px) {
  .serv-list1 .elementor-image-box-content {
    min-height: 405px !important;
  }
}
@media (max-width: 1199px) {
  .serv-list1 .elementor-image-box-content {
    min-height: 520px !important;
  }
}
@media (max-width: 991px) {
  .serv-list1 .elementor-image-box-content {
    min-height: 352px !important;
  }
}

@media (max-width: 1199px) {
  .jwcolumn {
    flex-wrap: nowrap !important;
    width: 25% !important;
  }
}
@media (max-width: 991px) {
  .jwcolumn {
    flex-wrap: wrap !important;
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .jwcolumn {
    flex-wrap: wrap !important;
    width: 100% !important;
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .jwcolumn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1499px) {
  .fotr-sec .belw {
    display: block;
  }
}

@media (max-width: 991px) {
  .spc1 {
    padding-bottom: 5px !important;
  }
}

@media (max-width: 991px) {
  .to-up {
    padding-bottom: 0px;
    padding-top: 25px;
  }
}

.der {
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .sep {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .cm-spc {
    padding: 4px 0px 10px !important;
  }
}
@media (max-width: 991px) {
  .cm-spc.ster {
    padding: 4px 0px 15px !important;
  }
}

@media (max-width: 1199px) {
  .pad-botm p {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 1199px) {
  .pad-botm p + p {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 1199px) {
  .wraper {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .wraper .e-con-full {
    width: 100% !important;
  }
}

.fst-sec img {
  margin-left: 60px;
}
@media (max-width: 1499px) {
  .fst-sec img {
    max-width: 500px !important;
  }
}
@media (max-width: 767px) {
  .fst-sec img {
    max-width: 100% !important;
  }
}

.snd-sec img {
  margin-right: 60px;
}
@media (max-width: 1499px) {
  .snd-sec img {
    max-width: 500px !important;
  }
}
@media (max-width: 767px) {
  .snd-sec img {
    max-width: 100% !important;
  }
}

.mtser {
  margin-top: 40x !important;
}

@media (max-width: 1199px) {
  .hrd-scp {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .get-quote {
    padding-top: 20px !important;
  }
}
@media (max-width: 1199px) {
  .get-quote {
    padding-top: 0px !important;
  }
}

.space-comn {
  padding-top: 65px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 1199px) {
  .space-comn {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .space-comn {
    padding-top: 20px !important;
  }
}

.bot-spce {
  padding-bottom: 40px !important;
}
@media (max-width: 1199px) {
  .bot-spce {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .bot-spce {
    padding-bottom: 10px !important;
  }
}

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

body.no-banner {
  padding-top: 162px;
}
@media (max-width: 1599px) {
  body.no-banner {
    padding-top: 125px;
  }
}
body.no-banner .site_header {
  background: var(--primary-color);
}

.site_footer {
  border-top: 1px solid #EBF7FF;
}

.page-id-31 .site_footer {
  border-top: 0;
}

.page-id-3295 .back-btn,
.error404 .back-btn {
  display: none;
}

.request_quote {
  max-width: 1000px !important;
  margin: 0 auto;
  width: 100%;
}

h2.fs_25,
.fs_25 {
  font-size: 25px !important;
}
@media (max-width: 1600px) {
  h2.fs_25,
  .fs_25 {
    font-size: 23px !important;
  }
}
@media (max-width: 1199px) {
  h2.fs_25,
  .fs_25 {
    font-size: 20px !important;
  }
}

.img-wdth img {
  max-width: 565px !important;
}
@media (max-width: 1499px) {
  .img-wdth img {
    max-width: 485px !important;
  }
}
@media (max-width: 767px) {
  .img-wdth img {
    max-width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .pro_single {
    padding-top: 20px !important;
  }
}
.pro_row {
  max-width: 1000px;
  margin: 0 auto;
}
.pro_row .pro_pic {
  width: 48%;
}
.pro_row .pro_cnt {
  width: 48%;
}
.pro_row .pro_cnt .pro_price {
  font-weight: 600;
  padding: 15px 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .pro_row .pro_pic {
    width: 100%;
    padding-bottom: 20px;
  }
  .pro_row .pro_cnt {
    width: 100%;
  }
  .pro_row .pro_cnt .pro_price {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .get_wer {
    padding: 10px 0px 30px !important;
  }
}
@media (max-width: 991px) {
  .get_wer {
    padding: 10px 0px 30px !important;
  }
}
@media (max-width: 767px) {
  .get_wer {
    padding: 0px 0px 25px !important;
  }
}
@media (max-width: 991px) {
  .get_wer .e-con-inner {
    padding: 0 0 0px !important;
  }
}
@media (max-width: 767px) {
  .get_wer .e-con-inner {
    padding: 0px 0px !important;
  }
}

a.phon:hover {
  color: #fff !important;
}

a[href^=tel]:hover {
  color: #fff !important;
}

.mail-to:hover {
  color: #000 !important;
}

.headst h2 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .headst h2 {
    margin-bottom: 0px !important;
  }
}

.icon-box-items .elementor-icon-list-icon svg {
  fill: #2a5895;
  background-color: #2a5895;
  border-radius: 50%;
}
.icon-box-items .elementor-icon-list-text {
  margin: 15px 10px;
}
@media (max-width: 1024px) {
  .icon-box-items .elementor-icon-list-text {
    margin: 15px 0;
  }
}
.icon-box-items .elementor-icon-list-text span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2b5997 !important;
  font-size: 26px;
}
@media (max-width: 575px) {
  .icon-box-items .elementor-icon-list-text span {
    display: block;
    font-size: 20px;
  }
}

.icon-box-items li.elementor-icon-list-item {
  padding: 20px 10px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.4196078431);
  margin: 0 20px;
}

.icon-box-items li:last-child {
  border-bottom: none;
}

.icon-box-items .elementor-icon-list-icon svg {
  fill: #ffffff;
  padding: 0;
  margin: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.icon-box-items li span.elementor-icon-list-icon {
  padding: 15px !important;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #2b5997;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .icon-box-items li.elementor-icon-list-item {
    flex-flow: column;
    padding: 20px 0 !important;
  }
}

@media (max-width: 1024px) {
  .icon-sec-services-section .e-con-inner {
    flex-flow: column !important;
  }
}

@media (max-width: 1024px) {
  .icon-box-items .e-flex.e-con.e-child {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .left-img-icon-service {
    height: 350px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .icon-box-items li.elementor-icon-list-item {
    margin: 0 5px;
  }
}

.icon_group .elementor-icon-box-title {
  font-size: 25px !important;
  margin-bottom: 0px !important;
  min-height: 75px !important;
}
@media (max-width: 1499px) {
  .icon_group .elementor-icon-box-title {
    font-size: 20px !important;
    min-height: 60px !important;
  }
}
@media (max-width: 1199px) {
  .icon_group .elementor-icon-box-title {
    min-height: 0px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  .icon_group .elementor-icon-box-title {
    margin-bottom: 10px !important;
  }
}
.icon_group .commercial_icon .elementor-widget-container {
  position: relative;
}
.icon_group .commercial_icon .elementor-widget-container:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 0px;
  top: 87px;
  bottom: 50px;
  border-right: 1px dashed #fff;
  display: none;
}
@media (max-width: 1199px) {
  .icon_group .commercial_icon .elementor-widget-container:after {
    border-right: 0px;
    border-bottom: 1px dashed #fff;
  }
}

.elementor-element.elementor-element-e7fd0dc.elementor-widget__width-initial.elementor-view-default.elementor-position-top.elementor-mobile-position-top.elementor-widget.elementor-widget-icon-box .elementor-widget-container::after {
  display: none;
}

.commercial_icon .elementor-widget-container {
  position: relative;
}
.commercial_icon .elementor-widget-container:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 0px;
  top: 87px;
  bottom: 50px;
  border-right: 1px dashed #fff;
}
@media (max-width: 1199px) {
  .commercial_icon .elementor-widget-container:after {
    border-right: 0px;
    border-bottom: 1px dashed #fff;
  }
}

.icon-box-items .elementor-icon-list-icon svg {
  fill: #2a5895;
  background-color: #2a5895;
  border-radius: 50%;
}
.icon-box-items .elementor-icon-list-text {
  margin: 15px 10px;
}
@media (max-width: 1024px) {
  .icon-box-items .elementor-icon-list-text {
    margin: 15px 0;
  }
}
.icon-box-items .elementor-icon-list-text span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2b5997 !important;
  font-size: 26px;
}
@media (max-width: 575px) {
  .icon-box-items .elementor-icon-list-text span {
    display: block;
    font-size: 20px;
  }
}

.icon-box-items li.elementor-icon-list-item {
  padding: 20px 10px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.4196078431);
  margin: 0 20px;
}

.icon-box-items li:last-child {
  border-bottom: none;
}

.icon-box-items .elementor-icon-list-icon svg {
  fill: #ffffff;
  padding: 0;
  margin: 0 !important;
  height: 100% !important;
  width: 100% !important;
}

.icon-box-items li span.elementor-icon-list-icon {
  padding: 15px !important;
  width: 60px;
  height: 60px;
  min-width: 60px;
  background-color: #2b5997;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .icon-box-items li.elementor-icon-list-item {
    flex-flow: column;
    padding: 20px 0 !important;
  }
}

@media (max-width: 1024px) {
  .icon-sec-services-section .e-con-inner {
    flex-flow: column !important;
  }
}

@media (max-width: 1024px) {
  .icon-box-items .e-flex.e-con.e-child {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .left-img-icon-service {
    height: 350px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .icon-box-items li.elementor-icon-list-item {
    margin: 0 5px;
  }
}

.icon_box_widget .elementor-widget-icon-box:not(:last-child) {
  margin-bottom: 30px !important;
}
.icon_box_widget .elementor-icon-box-wrapper .elementor-icon {
  align-items: center;
  background-color: var(--primary-color) !important;
  display: flex !important;
  height: 50px !important;
  justify-content: center;
  padding: 10px !important;
  text-align: center;
  width: 50px !important;
}
.icon_box_widget .elementor-icon-box-wrapper .elementor-icon svg {
  fill: var(--global--color-white) !important;
  height: 20px !important;
  width: 20px !important;
}
.icon_box_widget .elementor-icon-box-wrapper .elementor-icon-box-title {
  color: var(--primary-color) !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon {
    height: 50px !important;
    width: 50px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon svg {
    height: 24px !important;
    width: 24px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon {
    height: 40px !important;
    width: 40px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon svg {
    height: 22px !important;
    width: 22px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon {
    height: 54px !important;
    width: 54px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon svg {
    height: 30px !important;
    width: 30px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1850px) {
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon {
    height: 60px !important;
    width: 60px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon svg {
    height: 32px !important;
    width: 32px !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 767px) {
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .icon_box_widget .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-bottom: 6px !important;
  }
}

[class*=icon_box_layout_boxed-] .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
[class*=icon_box_layout_boxed-] .elementor-widget-icon-box {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
[class*=icon_box_layout_boxed-] .elementor-widget-container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
[class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper {
  background-color: var(--global--color-white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  padding: 20px;
  position: relative;
}
[class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon {
  align-items: center;
  background-color: var(--primary-color) !important;
  display: flex !important;
  height: 60px !important;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px !important;
  text-align: center;
  width: 60px !important;
}
[class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon svg {
  fill: var(--global--color-white) !important;
  height: 24px !important;
  width: 24px !important;
}
[class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon-box-title {
  color: var(--primary-color) !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  [class*=icon_box_layout_boxed-].three_col_layout .elementor-widget-icon-box, [class*=icon_box_layout_boxed-].four_col_layout .elementor-widget-icon-box {
    flex: 0 0 50%;
    width: 50%;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon {
    height: 60px !important;
    width: 60px !important;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon svg {
    height: 28px !important;
    width: 28px !important;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  [class*=icon_box_layout_boxed-].two_col_layout .elementor-widget-icon-box {
    flex: 0 0 50%;
    width: 50%;
  }
  [class*=icon_box_layout_boxed-].three_col_layout .elementor-widget-icon-box {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  [class*=icon_box_layout_boxed-].four_col_layout .elementor-widget-icon-box {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (min-width: 1600px) {
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper {
    padding: 30px;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon {
    height: 80px !important;
    width: 80px !important;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon svg {
    height: 36px !important;
    width: 36px !important;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1850px) {
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon {
    height: 80px !important;
    width: 80px !important;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon svg {
    height: 36px !important;
    width: 36px !important;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 767px) {
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  [class*=icon_box_layout_boxed-] .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-bottom: 6px !important;
  }
}

.tree_shrub ul li.elementor-icon-list-item {
  margin: 0px 0px !important;
}

.child_page_grid {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  flex-flow: column wrap;
  height: 100%;
  position: relative;
}
.child_page_grid .child_page_thumb {
  background-color: rgba(var(--global--color-secondary), 0.3);
  line-height: 0;
  height: 250px;
  overflow: hidden;
}
.child_page_grid .child_page_thumb a {
  line-height: 0;
}
.child_page_grid .child_page_thumb a img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100% !important;
}
.child_page_grid .child_page_thumb a:hover img {
  opacity: 0.8;
}
.child_page_grid .child_page_brief {
  height: calc(100% - 250px);
  position: relative;
  flex-flow: column wrap;
  padding: 20px 20px 25px;
  text-align: center;
}
@media (max-width: 1199px) {
  .child_page_grid .child_page_brief {
    padding: 25px 20px 25px;
  }
}
@media (max-width: 991px) {
  .child_page_grid .child_page_brief {
    padding: 0px 20px 25px;
  }
}
@media (max-width: 767px) {
  .child_page_grid .child_page_brief {
    padding: 20px 20px 25px;
  }
}
.child_page_grid .child_page_brief .btn_small {
  background-color: var(--global--color-primary);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: var(--global--color-white);
  font-size: 18px !important;
  font-size: 1.125rem !important;
  display: inline-flex;
  height: 40px;
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 150px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .child_page_grid .child_page_brief .btn_small {
    font-size: 0.9rem !important;
  }
}
.child_page_grid .child_page_brief .btn_small:hover {
  background-color: var(--global--color-black);
}
.child_page_grid .child_page_brief .short_brief {
  padding-bottom: 20px;
}
.child_page_grid .child_page_brief h2 {
  padding-bottom: 15px;
}

@media (max-width: 1499px) {
  .yChoos .fs-28-all h3 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1199px) {
  .yChoos .fs-28-all h3 {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 991px) {
  .yChoos .fs-28-all h3 {
    font-size: 1.125rem !important;
  }
}

@media (max-width: 1499px) {
  .yChoos .fs-28-all h3 span {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 1199px) {
  .yChoos .fs-28-all h3 span {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 991px) {
  .yChoos .fs-28-all h3 span {
    font-size: 1.125rem !important;
  }
}

.page-id-25 .breadcrumb-container {
  position: relative;
  z-index: 9;
}

.about-top-box {
  padding: 120px 0 60px;
}
@media (max-width: 1599px) {
  .about-top-box {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.about-top-box .e-con-inner {
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner {
    flex-flow: wrap !important;
  }
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner .abt-top-img {
    width: 100% !important;
  }
}
.about-top-box .e-con-inner .abt-text-bx {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner .abt-text-bx {
    padding: 10px;
    width: 100% !important;
  }
}
@media (max-width: 1023px) {
  .about-top-box .e-con-inner .abt-text-bx {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .about-top-box .e-con-inner .abt-text-bx {
    padding: 10px;
  }
}
.about-top-box .e-con-inner .abt-text-bx .title_before {
  display: flex;
  align-items: center;
}
.about-top-box .e-con-inner .abt-text-bx .title_before:after {
  content: "";
  width: 27%;
  height: 2px;
  margin-left: 10px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner .abt-text-bx .title_before:after {
    display: none;
  }
}
.about-top-box .e-con-inner .abt-text-bx p {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1440px) {
  .about-top-box .e-con-inner .abt-text-bx p {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

.number-box-wrap .e-con-inner {
  margin: 0 auto;
  justify-content: center !important;
  align-items: center !important;
}
.number-box-wrap .e-con-inner .elementor-element {
  width: 16% !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 15px;
  padding: 15px;
}
@media (max-width: 1440px) {
  .number-box-wrap .e-con-inner .elementor-element {
    width: 20% !important;
  }
}
@media (max-width: 1199px) {
  .number-box-wrap .e-con-inner .elementor-element {
    width: 22% !important;
  }
}
@media (max-width: 768px) {
  .number-box-wrap .e-con-inner .elementor-element {
    margin: 0 5px;
    width: 24% !important;
  }
}
@media (max-width: 767px) {
  .number-box-wrap .e-con-inner .elementor-element {
    margin: 5px;
    width: 47% !important;
    padding: 10px;
  }
}
.number-box-wrap .e-con-inner .elementor-element .elementor-element {
  box-shadow: none !important;
  width: 100% !important;
  padding: 15px 0 0 !important;
  margin: 0 !important;
}
.number-box-wrap .e-con-inner .elementor-element .elementor-element p {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .number-box-wrap .e-con-inner .elementor-element .elementor-element p {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.number-box-wrap .e-con-inner .elementor-element .elementor-element + .elementor-element {
  padding: 0 !important;
}
.number-box-wrap .e-con-inner .elementor-element h2 {
  color: var(--primary-color);
  font-size: 65px !important;
  font-size: 4.0625rem !important;
}
@media (max-width: 1600px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (max-width: 1440px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1200px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 767px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.abt-md-txt-bx .pad-r {
  padding-right: 50px;
}
@media (max-width: 768px) {
  .abt-md-txt-bx .pad-r {
    width: 100% !important;
    padding-right: 0px;
  }
}
.abt-md-txt-bx .pad-l {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .abt-md-txt-bx .pad-l {
    width: 100% !important;
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .abt-md-txt-bx .img {
    width: 100% !important;
  }
}
.abt-md-txt-bx.top-space {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .abt-md-txt-bx.top-space {
    padding-bottom: 0px;
  }
}
.abt-md-txt-bx .e-con-inner {
  margin: 0 auto;
  justify-content: center !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  .abt-md-txt-bx .e-con-inner {
    flex-flow: wrap !important;
  }
}

.abt-bottom-call-bx {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx {
    padding: 30px 0;
  }
}
.abt-bottom-call-bx .e-con-inner {
  justify-content: center !important;
  align-content: center !important;
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .e-con-inner {
    flex-flow: wrap !important;
  }
}
.abt-bottom-call-bx .e-con-inner .cal-txt {
  width: 75% !important;
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .e-con-inner .cal-txt {
    width: 100% !important;
    order: 2;
    text-align: center;
  }
}
.abt-bottom-call-bx .e-con-inner .cal-img {
  width: 25% !important;
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .e-con-inner .cal-img {
    width: 100% !important;
    order: 1;
  }
}
.abt-bottom-call-bx .tlebf {
  position: relative;
}
.abt-bottom-call-bx .tlebf:after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  width: 15%;
  height: 2px;
  background-color: #80A6C4;
}
@media (max-width: 1440px) {
  .abt-bottom-call-bx .tlebf:after {
    top: 25px;
  }
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx .tlebf:after {
    display: none;
  }
}
.abt-bottom-call-bx .tlebf.bt:after {
  width: 80%;
}
@media (max-width: 1680px) {
  .abt-bottom-call-bx .tlebf.bt:after {
    width: 75%;
  }
}
.abt-bottom-call-bx .btn_white {
  color: #000 !important;
}
.abt-bottom-call-bx .btn_white:hover {
  color: #fff !important;
}
.abt-bottom-call-bx h2 {
  color: #fff;
  font-size: 65px !important;
  font-size: 4.0625rem !important;
}
@media (max-width: 1680px) {
  .abt-bottom-call-bx h2 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (max-width: 1440px) {
  .abt-bottom-call-bx h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 768px) {
  .abt-bottom-call-bx h2 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .abt-bottom-call-bx h2 span {
    display: block;
  }
}
.abt-bottom-call-bx h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 37px !important;
  font-size: 2.3125rem !important;
  margin: 20px 0 !important;
}
@media (max-width: 1600px) {
  .abt-bottom-call-bx h3 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (max-width: 1440px) {
  .abt-bottom-call-bx h3 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx h3 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.abt-bottom-call-bx .name-wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 25px 5px 15px;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 25px;
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx .name-wrap {
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .name-wrap {
    left: 27%;
  }
}
@media (max-width: 767px) {
  .abt-bottom-call-bx .name-wrap {
    left: 12px;
  }
}
.abt-bottom-call-bx .name-wrap .name {
  text-transform: uppercase;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
}
.abt-bottom-call-bx .name-wrap .name span {
  display: block;
  font-weight: 400;
  font-size: 16px !important;
  font-size: 1rem !important;
}

.number-box-wrap .elementor-counter .elementor-counter-number-wrapper {
  font-size: 64px;
  color: var(--primary-color);
}
.number-box-wrap .elementor-counter .elementor-counter-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3 !important;
}
@media (max-width: 1599px) {
  .number-box-wrap .elementor-counter .elementor-counter-number-wrapper {
    font-size: 50px;
  }
  .number-box-wrap .elementor-counter .elementor-counter-title {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .number-box-wrap .elementor-counter .elementor-counter-number-wrapper {
    font-size: 40px;
  }
  .number-box-wrap .elementor-counter .elementor-counter-title {
    font-size: 15px;
  }
}

@media (max-width: 1599px) {
  .number-box-wrap .e-con-inner .elementor-element {
    min-height: 100px;
  }
}
.faq_wrapper {
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .faq_wrapper {
    max-width: 85%;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .faq_wrapper {
    max-width: none;
  }
}
.faq_wrapper .faq_accordion li {
  margin-bottom: 25px;
}
.faq_wrapper .faq_accordion li .faq_content {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #000;
  padding: 35px 100px 20px 45px;
}
@media (max-width: 1699px) {
  .faq_wrapper .faq_accordion li .faq_content {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li .faq_content {
    padding: 20px 60px 0 40px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper .faq_accordion li .faq_content {
    padding: 20px 50px 0 20px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li .faq_content {
    padding: 20px 20px 0 20px;
  }
}
.faq_wrapper .faq_accordion li .faq_content ul li:before {
  width: 10px;
  height: 10px;
  top: 8px;
  left: 4px;
}
@media (max-width: 1680px) {
  .faq_wrapper .faq_accordion li .faq_content ul li:before {
    top: 5px;
    left: 9px;
  }
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li .faq_content ul li:before {
    width: 8px;
    height: 8px;
    top: 5px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li .faq_content ul li:before {
    top: 4px;
  }
}
.faq_wrapper .faq_accordion li header {
  box-shadow: 0px 4px 27px 11px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  padding: 28px 60px 28px 45px;
  position: relative;
}
@media (max-width: 1699px) {
  .faq_wrapper .faq_accordion li header {
    font-size: 18px;
    padding: 30px 60px 30px 45px;
  }
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li header {
    padding: 20px 50px 20px 40px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper .faq_accordion li header {
    font-size: 16px;
    padding: 20px 60px 20px 20px;
  }
}
.faq_wrapper .faq_accordion li header .expand {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 37px;
  right: 40px;
}
@media (max-width: 1699px) {
  .faq_wrapper .faq_accordion li header .expand {
    top: 34px;
    right: 35px;
    height: 18px;
    width: 18px;
  }
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li header .expand {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper .faq_accordion li header .expand {
    top: 24px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li header .expand {
    width: 16px;
    height: 16px;
    right: 19px;
    top: 26px;
  }
}
.faq_wrapper .faq_accordion li header .expand:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 8px;
  transition: all ease 0.3s;
  font-weight: 600;
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li header .expand:before {
    right: 1px;
  }
}
.faq_wrapper .faq_accordion li header .expand:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  transition: all ease 0.3s;
  font-weight: 600;
  width: 3px;
  height: 100%;
  background: #000;
}
@media (max-width: 1699px) {
  .faq_wrapper .faq_accordion li header .expand:after {
    top: 1px;
    right: 7px;
  }
}
.faq_wrapper .faq_accordion li.opened header {
  background: #095A95;
  color: #fff;
  box-shadow: 0px 4px 27px 11px rgba(3, 67, 114, 0.1);
}
.faq_wrapper .faq_accordion li.opened header .expand::before, .faq_wrapper .faq_accordion li.opened header .expand::after {
  background: #fff;
}
.faq_wrapper .faq_accordion li.opened .expand:after {
  display: none;
}
.faq_wrapper .faq_accordion li:hover header {
  cursor: pointer;
}

.faq_accordion {
  /*.opened {
    .faq_content {
      display: block;
    }
  }*/
}
.faq_accordion li .faq_content {
  display: none;
}

.site_footer .foot_top_band {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.site_footer .foot_top_band::before, .site_footer .foot_top_band::after {
  display: none;
}
.site_footer .divider {
  width: 1px;
  background: #d7d7d7;
}
.site_footer .foot_top_i {
  display: flex;
  align-items: center;
}
.site_footer .foot_top_i .foot_top_ico svg {
  width: 50px;
  height: 50px;
}
.site_footer .foot_top_i .foot_top_cnt {
  padding-left: 20px;
}
.site_footer .foot_top_i .foot_top_cnt .title_29 {
  text-transform: uppercase;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  color: #0F68A5;
  padding-bottom: 5px;
}
.site_footer .foot_top_i .foot_top_cnt a.mail_bx:hover {
  color: var(--primary-color);
  cursor: pointer;
  text-decoration: underline;
}
.site_footer .foot_top_i .foot_top_cnt a:hover {
  color: #000 !important;
  cursor: default;
}
@media (min-width: 768px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 40px;
    height: 40px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 10px;
    font-weight: 400;
  }
}
@media (min-width: 768px) and (min-width: 1600px) {
  .site_footer .foot_top_i .foot_top_cnt {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 50px;
    height: 50px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 10px;
  }
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 80px;
    height: 80px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 15px;
  }
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 88px;
    height: 88px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 20px;
  }
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (max-width: 767px) {
  .site_footer .foot_top_band {
    flex-flow: column wrap;
  }
}

.foot_L {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.foot_L::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.foot_L .foot_L_in {
  width: 100%;
  max-width: 820px;
  padding: 80px 50px 80px 0;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1700px) {
  .foot_L .foot_L_in {
    max-width: 740px;
  }
}
.foot_L .foot_L_top {
  text-align: center;
  font-size: 22px;
  color: #fff;
  max-width: 570px;
  margin: 0 auto 50px;
}
.foot_L .foot_L_top .foot_des {
  padding-top: 20px;
}
.foot_L .foot_L_btm {
  color: #fff;
}
.foot_L .foot_L_btm .info_ul li {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.foot_L .foot_L_btm .info_ul li svg {
  fill: #fff;
  margin-right: 25px;
}
.foot_L .foot_L_btm .info_ul li.location_li {
  align-items: self-start;
}
.foot_L .foot_L_btm .info_ul li.location_li svg {
  width: 19px;
  height: 26px;
}
.foot_L .foot_L_btm .info_ul li.mail_li svg {
  width: 21px;
  height: 14px;
}
.foot_L .foot_L_btm .info_ul li.mail_li a:hover {
  text-decoration: underline;
}
.foot_L .foot_L_btm .info_ul li.call_li {
  font-size: 35px;
  font-weight: 600;
}
.foot_L .foot_L_btm .info_ul li.call_li svg {
  width: 23px;
  height: 23px;
}
.foot_L .foot_L_btm .hours_bx {
  line-height: 2;
}
.foot_L .foot_L_btm .hours_bx strong {
  font-weight: 500;
}
.foot_L .foot_L_btm .hours_bx .hours_title {
  font-size: 20px;
  font-weight: 500;
}
.foot_L .foot_L_btm .hours_bx .contact_link {
  padding-top: 15px;
}
.foot_L .foot_L_btm .hours_bx .contact_link a:hover {
  text-decoration: underline;
}

.foot_R {
  width: 50%;
}
.foot_R .foot_R_btm {
  background: #000;
  color: #fff;
  padding: 40px 0;
}
.foot_R .foot_R_btm .foot_row {
  max-width: 690px;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .foot_R .foot_R_btm .foot_row {
    max-width: 670px;
  }
}
.foot_R .foot_R_btm .foot_row.fst_prt {
  justify-content: unset;
}
@media (max-width: 991px) {
  .foot_R .foot_R_btm .foot_row.fst_prt {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .foot_R .foot_R_btm .foot_row.fst_prt {
    justify-content: space-between;
  }
}
.foot_R .copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.foot_R .copyright .tw {
  padding-top: 10px;
}
.foot_R .copyright .tw svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
@media (max-width: 1499px) {
  .foot_R .copyright .tw svg {
    width: 25px;
    height: 25px;
  }
}
.foot_R .copyright .tw a:hover svg {
  fill: var(--primary-color);
}
@media (max-width: 767px) {
  .foot_R iframe {
    height: 300px;
  }
}

/*footer menu*/
.foot_col.foot_col1 {
  margin-right: 153px;
}
@media (max-width: 1700px) {
  .foot_col.foot_col1 {
    margin-right: 145px;
  }
}
@media (max-width: 1499px) {
  .foot_col.foot_col1 {
    margin-right: 108px;
  }
}
@media (max-width: 1200px) {
  .foot_col.foot_col1 {
    margin-right: 110px;
  }
}
@media (max-width: 1199px) {
  .foot_col.foot_col1 {
    margin-right: 80px;
  }
}
@media (max-width: 991px) {
  .foot_col.foot_col1 {
    margin-right: 126px;
  }
}
@media (max-width: 767px) {
  .foot_col.foot_col1 {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.foot_col.foot_col1 ul {
  -moz-columns: 2 auto;
       columns: 2 auto;
}
@media (max-width: 480px) {
  .foot_col.foot_col1 ul {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
.foot_col.foot_col3 #menu-footer-menu-3 .sub-menu {
  -moz-columns: 2 auto;
       columns: 2 auto;
}
@media (max-width: 480px) {
  .foot_col.foot_col3 #menu-footer-menu-3 .sub-menu {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
}
.foot_col .foot_nav li {
  padding-bottom: 12px;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .foot_col .foot_nav li {
    padding-bottom: 10px;
  }
}
.foot_col .foot_nav li a {
  display: inline-block;
  font-weight: 300;
}
.foot_col.foot_col2 .foot_nav > li > a, .foot_col.foot_col3 .foot_nav > li > a {
  font-weight: 600;
}
.foot_col.foot_col2 ul.sub-menu, .foot_col.foot_col3 ul.sub-menu {
  padding-top: 12px;
}
.foot_col.foot_col2 {
  max-width: 200px;
}
@media (max-width: 1199px) {
  .foot_col.foot_col2 {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .foot_col.foot_col2 {
    max-width: 100%;
  }
}
.foot_col.foot_col2 #menu-footer-menu-2 .sub-menu {
  -moz-columns: 2 auto;
       columns: 2 auto;
}
@media (max-width: 480px) {
  .foot_col.foot_col2 #menu-footer-menu-2 .sub-menu {
    -moz-columns: 1 auto;
         columns: 1 auto;
  }
}

/*end footer menu*/
.footform .form_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footform .form_row::before, .footform .form_row::after {
  display: none;
}
.footform .form_row .form_col {
  width: 48%;
}

.foot_form_sec .cmn-space {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
@media (max-width: 1599px) {
  .foot_form_sec .cmn-space {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.form_left {
  padding-right: 120px !important;
  max-width: 1148px !important;
  margin-left: auto !important;
  padding-left: 15px !important;
  margin-right: 0 !important;
}
.form_left .wpforms-container {
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  .foot_L .foot_L_top {
    font-size: 16px;
  }
  .foot_L .foot_L_in {
    max-width: 579px;
    padding-right: 30px;
  }
  .foot_R .foot_R_btm .foot_row {
    max-width: 550px;
  }
  .foot_L .foot_L_btm .info_ul li.call_li {
    font-size: 20px;
  }
  .foot_R {
    background: #000;
  }
}
@media (max-width: 1199px) {
  .foot_L .foot_L_in {
    max-width: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot_R .foot_R_btm .foot_row {
    max-width: 100%;
    padding: 0px 15px;
  }
  .foot_R .copyright {
    font-size: 12px !important;
  }
  .foot_L .foot_L_btm .hours_bx .hours_title {
    font-size: 16px;
  }
  .foot_col .foot_nav li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 1023px) {
  .foot_L .foot_L_in {
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .foot_L {
    width: 100%;
  }
  .foot_R {
    width: 100%;
  }
  .foot_R .foot_R_btm .foot_row {
    width: 100%;
    max-width: 715px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023px) and (max-width: 991px) {
  .foot_R .foot_R_btm .foot_row {
    max-width: 600px;
  }
}
@media (max-width: 1023px) {
  .site_footer .foot_top_band {
    display: block;
    padding: 20px 0;
  }
  .site_footer .foot_top_band .divider {
    width: 100%;
    height: 1px;
  }
  .site_footer .foot_top_i {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .site_footer .foot_top_band {
    padding-left: 10px;
    padding-right: 10px;
  }
  .foot_col {
    width: 100%;
  }
}
@media (max-width: 1700px) {
  .form_left {
    max-width: 1018px !important;
  }
}
@media (max-width: 1599px) {
  .form_left {
    max-width: 800px !important;
    padding-right: 80px !important;
  }
}
@media (max-width: 1199px) {
  .form_left {
    max-width: 954px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .foot_form_sec {
    background: #ebf7ff;
  }
  .foot_form_R {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .form_left {
    max-width: 730px !important;
  }
}
.footform .wpforms-container input.wpforms-field-medium {
  max-width: 100%;
  color: #000;
}
.footform .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -15px;
}
.footform .wpforms-field-container .wpforms-field {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.footform .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 20px;
  color: #000;
}
@media (max-width: 1599px) {
  .footform .wpforms-field-container .wpforms-field {
    padding-top: 0;
  }
  .footform .wpforms-field-container .wpforms-field.wpforms-field-textarea {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footform .wpforms-field-container .wpforms-field {
    width: 100%;
  }
}

.wpforms-submit-container {
  text-align: right;
}
.wpforms-submit-container button[type=submit] {
  background: #0F68A5;
  color: #fff;
  padding: 20px 60px;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.wpforms-submit-container button[type=submit]:hover {
  background: #000;
}
@media (min-width: 1600px) {
  .wpforms-submit-container button[type=submit] {
    font-size: 22px;
    width: 290px;
  }
}
@media (max-width: 1599px) {
  .wpforms-submit-container button[type=submit] {
    font-size: 15px;
    padding: 10px 20px;
  }
}

gwmw {
  display: none;
}

@media (min-width: 1200px) {
  .page_custom_title {
    padding-top: 30px;
  }
  .elementor-shortcode .foot_form_sec .form_left {
    padding-left: 30px !important;
  }
}
@media (min-width: 1600px) {
  .page_custom_title {
    padding-top: 40px;
  }
  .elementor-shortcode .foot_form_sec .form_left {
    padding-left: 80px !important;
  }
}
@media (max-width: 1599px) {
  .foot_L .foot_L_btm .hours_bx .hours_title {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .form_left.e-con.e-flex > .e-con-inner {
    max-width: 700px;
  }
}
.powered a:hover {
  text-decoration: underline;
}

.foot_col .foot_nav li a:hover {
  opacity: 0.7;
}

@media (max-width: 600px) {
  .footform .wpforms-field-container {
    margin: 0;
  }
}
/*footer stage selection*/
ul.foot_nav li a:hover {
  color: #fff;
}
ul.foot_nav li.current_page_item a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor a, ul.foot_nav li.current-product-parent a, ul.foot_nav li.current-product_cat-ancestor a {
  color: #0F68A5;
  font-weight: 500;
}
ul.foot_nav li.current_page_item li a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li a, ul.foot_nav li.current-menu-ancestor li a, ul.foot_nav li.current-product-parent li a, ul.foot_nav li.current-product_cat-ancestor li a {
  color: #fff;
  font-weight: 300;
}
ul.foot_nav li.current_page_item li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current_page_item li.current-menu-ancestor a, ul.foot_nav li.current_page_item li.current-product-parent a, ul.foot_nav li.current_page_item li.current-product_cat-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-product-parent a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-product_cat-ancestor a, ul.foot_nav li.current-menu-ancestor li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-product-parent a, ul.foot_nav li.current-menu-ancestor li.current-product_cat-ancestor a, ul.foot_nav li.current-product-parent li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-ancestor a, ul.foot_nav li.current-product-parent li.current-product-parent a, ul.foot_nav li.current-product-parent li.current-product_cat-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-product-parent a, ul.foot_nav li.current-product_cat-ancestor li.current-product_cat-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a {
  color: #0F68A5;
  font-weight: 500;
}

/*end footer stage selection*/
@media (max-width: 1600px) {
  .foot_L .foot_L_top img {
    max-width: 250px !important;
  }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px !important;
    }
}

@media (min-width: 1480px) {
  .half-container {
    max-width: calc(var(--tw-wrap-mid-xl) * 50 / 100) !important;
  }
}
/* From: custom 29-05-2024.css */
@charset "UTF-8";
:root {
  --font-roboto: "Poppins", sans-serif;
  /* Font Family */
  --global--font-primary: var(
    --font-roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-secondary: var(
    --font-roboto-condensed,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-tertiary: var(
    --font-sourse-sans-pro,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --primary-color: #2a5895;
  --primary-grey: #58585a;
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-oil-black: #242424;
  --global--color-box-bg: #e2e2e2;
  --global--color-border: #d1d0d0;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: #434242;
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-primary: var(--primary-color);
  --global--color-secondary: var(--primary-grey);
  --global--color-heading: var(--global--color-black);
  --global--shadow-black-20: 0px 1px 10px rgba(0, 0, 0, 0.2);
  --global--shadow-black-10: 0px 1px 10px rgba(0, 0, 0, 0.1);
  --global--opacity-black-20: rgba(0, 0, 0, 0.2);
  --global--opacity-black-50: rgba(0, 0, 0, 0.5);
  --global--opacity-black-80: rgba(0, 0, 0, 0.8);
  --global--opacity-white-30: rgba(255, 255, 255, 0.3);
  --global--opacity-white-50: rgba(255, 255, 255, 0.5);
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1660px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    background-color: transparent;
    color: inherit;
    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-primary); }
  h1 + p,
  h1 + ul,
  h1 + ol,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h6 + p,
  h6 + ul,
  h6 + ol {
    margin-top: 20px; }
  h1 + blockquote,
  h2 + blockquote,
  h3 + blockquote,
  h4 + blockquote,
  h5 + blockquote,
  h6 + blockquote {
    margin-top: 20px !important; }
  @media (max-width: 1599px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 10px; }
      h1 + p,
      h1 + ul,
      h1 + ol,
      h2 + p,
      h2 + ul,
      h2 + ol,
      h3 + p,
      h3 + ul,
      h3 + ol,
      h4 + p,
      h4 + ul,
      h4 + ol,
      h5 + p,
      h5 + ul,
      h5 + ol,
      h6 + p,
      h6 + ul,
      h6 + ol {
        margin-top: 10px; }
      h1 + blockquote,
      h2 + blockquote,
      h3 + blockquote,
      h4 + blockquote,
      h5 + blockquote,
      h6 + blockquote {
        margin-top: 10px !important; } }
  @media (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 7px; } }

h1 {
  font-size: 30px !important;
  font-size: calc($size / 16px)rem !important; }
  @media (min-width: 768px) {
    h1 {
      font-size: 33px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 40px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    h1 {
      font-size: 45px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    h1 {
      font-size: 52px !important;
      font-size: calc($size / 16px)rem !important; } }

h2 {
  font-size: 20px !important;
  font-size: calc($size / 16px)rem !important; }
  @media (min-width: 768px) {
    h2 {
      font-size: 22px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 35px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 25px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    h2 {
      font-size: 42px !important;
      font-size: calc($size / 16px)rem !important; } }

h3,
h4 {
  font-size: 18px !important;
  font-size: calc($size / 16px)rem !important; }
  @media (min-width: 768px) {
    h3,
    h4 {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    h3,
    h4 {
      font-size: 18px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    h3,
    h4 {
      font-size: 23px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    h3,
    h4 {
      font-size: 23px !important;
      font-size: calc($size / 16px)rem !important; } }

h5,
h6 {
  font-size: 17px !important;
  font-size: calc($size / 16px)rem !important; }
  @media (min-width: 768px) {
    h5,
    h6 {
      font-size: 19px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    h5,
    h6 {
      font-size: 17px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    h5,
    h6 {
      font-size: 22px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    h5,
    h6 {
      font-size: 22px !important;
      font-size: calc($size / 16px)rem !important; } }

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-black);
  display: block;
  line-height: 1;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: uppercase; }
  .elementor-widget-heading .elementor-heading-title {
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-transform: inherit; }
    .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 .sub-text {
    color: inherit;
    display: inline-block;
    font-family: var(--global--font-secondary);
    font-size: 18px !important;
    font-size: calc($size / 16px)rem !important;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative; }
  .elementor-widget-heading .elementor-heading-title {
    font-size: 26px !important;
    font-size: calc($size / 16px)rem !important; }
    .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important; }
    .elementor-widget-heading .elementor-heading-title.elementor-size-small {
      font-size: 21px !important;
      font-size: calc($size / 16px)rem !important; }
    .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
      font-size: 22px !important;
      font-size: calc($size / 16px)rem !important; }
    .elementor-widget-heading .elementor-heading-title.elementor-size-large {
      font-size: 23px !important;
      font-size: calc($size / 16px)rem !important; }
  .elementor-widget-heading.center {
    text-align: center; }
    .elementor-widget-heading.center .sub-text {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
    @media (min-width: 1200px) {
      .elementor-widget-heading.center .short-content {
        margin-left: auto;
        margin-right: auto;
        width: 85%; } }
  .elementor-widget-heading.no-transform {
    text-transform: none; }
  @media (min-width: 768px) {
    .elementor-widget-heading .sub-text {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important;
      margin-bottom: 16px; }
    .elementor-widget-heading .elementor-heading-title {
      font-size: 30px !important;
      font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
        font-size: 21px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-small {
        font-size: 22px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
        font-size: 23px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 24px !important;
        font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    .elementor-widget-heading .sub-text {
      font-size: 18px !important;
      font-size: calc($size / 16px)rem !important; }
    .elementor-widget-heading .elementor-heading-title {
      font-size: 35px !important;
      font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
        font-size: 20px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-small {
        font-size: 23px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
        font-size: 25px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 26px !important;
        font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    .elementor-widget-heading .sub-text {
      font-size: 29px !important;
      font-size: calc($size / 16px)rem !important;
      margin-bottom: 20px; }
    .elementor-widget-heading .elementor-heading-title {
      font-size: 40px !important;
      font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
        font-size: 33px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-small {
        font-size: 36px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
        font-size: 40px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 42px !important;
        font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    .elementor-widget-heading .sub-text {
      font-size: 31px !important;
      font-size: calc($size / 16px)rem !important;
      margin-bottom: 26px; }
    .elementor-widget-heading .elementor-heading-title {
      font-size: 42px !important;
      font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
        font-size: 35px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-small {
        font-size: 44px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
        font-size: 65px !important;
        font-size: calc($size / 16px)rem !important; }
      .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 98px !important;
        font-size: calc($size / 16px)rem !important; } }
  .elementor-widget-heading.primary-color {
    color: var(--global--color-primary) !important; }
  .elementor-widget-heading.text-white {
    color: var(--global--color-white) !important; }
  .elementor-widget-heading.secondary-color {
    color: var(--global--color-secondary) !important; }

.title_before .elementor-heading-title {
  font-size: 20px !important;
  letter-spacing: 22px;
  font-weight: 500; }

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

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

[class*="list_style_on_content-"] ol {
  padding-left: 18px; }

[class*="list_style_on_content-"] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important; }
  [class*="list_style_on_content-"] li a:hover {
    color: var(--global--color-primary) !important;
    text-decoration: none !important; }

[class*="list_style_on_content-"] li:not(:last-child) {
  margin-bottom: 8px; }
  @media (min-width: 1600px) {
    [class*="list_style_on_content-"] li:not(:last-child) {
      margin-bottom: 10px; } }

[class*="list_style_on_content-"] li p:not(:last-child) {
  margin-bottom: 6px !important; }
  @media (min-width: 1600px) {
    [class*="list_style_on_content-"] li p:not(:last-child) {
      margin-bottom: 10px !important; } }

[class*="list_style_on_content-"] ul {
  display: block; }
  [class*="list_style_on_content-"] ul li {
    display: block;
    line-height: 1.4;
    padding-left: 20px;
    position: relative; }
    [class*="list_style_on_content-"] ul li:before {
      background-color: var(--global--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      outline: none;
      content: "";
      display: block;
      height: 10px;
      left: 0;
      position: absolute;
      top: 4px;
      width: 10px; }
    @media (min-width: 768px) {
      [class*="list_style_on_content-"] ul li {
        padding-left: 22px; }
        [class*="list_style_on_content-"] ul li:before {
          background-size: 10px 10px;
          height: 10px;
          top: 3px;
          width: 10px; } }
    @media (min-width: 1200px) {
      [class*="list_style_on_content-"] ul li {
        padding-left: 22px; }
        [class*="list_style_on_content-"] ul li:before {
          background-size: 10px 10px;
          height: 10px;
          width: 10px; } }
    @media (min-width: 1600px) {
      [class*="list_style_on_content-"] ul li {
        padding-left: 30px; }
        [class*="list_style_on_content-"] ul li:before {
          background-size: 15px 15px;
          height: 15px;
          width: 15px; } }

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

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

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

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

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

@media (min-width: 1600px) {
  ul.cntList-4-cols {
    -webkit-columns: 4 auto;
    columns: 4 auto; } }

.btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border: 0 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 22px !important;
  font-size: calc($size / 16px)rem !important;
  font-weight: 600;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 36px;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  padding: 0 40px; }
  .btn:active, .elementor-button-wrapper .elementor-button:active, .elementor-button-wrapper a:active, .btn:focus, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper a:focus, .btn:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover, .btn:visited, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:visited {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .btn:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover {
    background-color: var(--global--color-black) !important; }
  .btn.btn_xs, .elementor-button-wrapper .btn_xs.elementor-button, .elementor-button-wrapper a.btn_xs {
    font-size: 14px !important;
    font-size: calc($size / 16px)rem !important;
    padding: 0 20px; }
  .btn.review_btn, .elementor-button-wrapper .review_btn.elementor-button, .elementor-button-wrapper a.review_btn {
    background: #4285F4 !important;
    font-size: 20px !important;
    font-size: calc($size / 16px)rem !important;
    text-transform: none;
    padding: 0 30px; }
    .btn.review_btn:hover, .elementor-button-wrapper .review_btn.elementor-button:hover, .elementor-button-wrapper a.review_btn:hover {
      background: #000 !important; }
  @media (max-width: 1599px) {
    .btn.review_btn, .elementor-button-wrapper .review_btn.elementor-button, .elementor-button-wrapper a.review_btn {
      font-size: 16px !important;
      font-size: calc($size / 16px)rem !important; } }

.elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  height: 36px;
  padding: 0 10px !important;
  position: relative; }
  .elementor-button-wrapper .elementor-button > *, .elementor-button-wrapper a > * {
    position: relative;
    z-index: 3; }
  .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:focus, .elementor-button-wrapper a:visited {
    color: var(--global--color-white); }

.elementor-button-wrapper .elementor-button:not(:last-child), .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px; }

.elementor-button-wrapper .elementor-size-xss {
  font-size: 12px !important;
  font-size: calc($size / 16px)rem !important;
  height: 36px; }

.elementor-button-wrapper .elementor-size-xs {
  font-size: 14px !important;
  font-size: calc($size / 16px)rem !important;
  height: 38px; }

.elementor-button-wrapper .elementor-size-md {
  font-size: 14px !important;
  font-size: calc($size / 16px)rem !important;
  height: 38px; }

.elementor-button-wrapper .elementor-size-lg {
  font-size: 15px !important;
  font-size: calc($size / 16px)rem !important;
  height: 40px; }

.elementor-button-wrapper .elementor-size-xl {
  font-size: 15px !important;
  font-size: calc($size / 16px)rem !important;
  height: 40px; }

@media (min-width: 768px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: calc($size / 16px)rem !important;
    height: 42px;
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 12px !important;
    font-size: calc($size / 16px)rem !important;
    height: 36px;
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 13px !important;
    font-size: calc($size / 16px)rem !important;
    height: 38px; }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 13px !important;
    font-size: calc($size / 16px)rem !important;
    height: 30px; }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 15px !important;
    font-size: calc($size / 16px)rem !important;
    height: 35px; }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 15px !important;
    font-size: calc($size / 16px)rem !important;
    height: 40px; } }

@media (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: calc($size / 16px)rem !important;
    height: 48px;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 12px !important;
    font-size: calc($size / 16px)rem !important;
    height: 36px;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 14px !important;
    font-size: calc($size / 16px)rem !important;
    height: 42px; }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 14px !important;
    font-size: calc($size / 16px)rem !important;
    height: 50px; }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 15px !important;
    font-size: calc($size / 16px)rem !important;
    height: 54px; }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 18px !important;
    font-size: calc($size / 16px)rem !important;
    height: 60px; } }

@media (min-width: 1600px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 20px !important;
    font-size: calc($size / 16px)rem !important;
    height: 64px;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 14px !important;
    font-size: calc($size / 16px)rem !important;
    height: 43px;
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 17px !important;
    font-size: calc($size / 16px)rem !important;
    height: 45px; }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 17px !important;
    font-size: calc($size / 16px)rem !important;
    height: 57px; }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 19px !important;
    font-size: calc($size / 16px)rem !important;
    height: 64px; }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 22px !important;
    font-size: calc($size / 16px)rem !important;
    height: 70px; } }

@media (min-width: 1850px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: calc($size / 16px)rem !important;
    height: 70px;
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 15px !important;
    font-size: calc($size / 16px)rem !important;
    height: 47px;
    padding-left: 24px !important;
    padding-right: 24px !important; }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 18px !important;
    font-size: calc($size / 16px)rem !important;
    height: 49px; }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 18px !important;
    font-size: calc($size / 16px)rem !important;
    height: 61px; }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 20px !important;
    font-size: calc($size / 16px)rem !important;
    height: 68px; }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 24px !important;
    font-size: calc($size / 16px)rem !important;
    height: 75px; } }

@media (max-width: 767px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    margin-top: 5px; }
    .elementor-button-wrapper .elementor-button:not(:last-child), .elementor-button-wrapper a:not(:last-child) {
      margin-right: 7px; } }

.btn_white .elementor-button-wrapper .elementor-button,
.btn_white .elementor-button-wrapper 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 {
    background-color: var(--global--color-black) !important;
    color: var(--global--color-white) !important; }

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

.btn-trans .elementor-button-wrapper .elementor-button,
.btn-trans .elementor-button-wrapper a {
  background-color: transparent !important;
  border: 2px solid var(--global--color-primary) !important;
  color: var(--global--color-white) !important; }
  .btn-trans .elementor-button-wrapper .elementor-button:hover,
  .btn-trans .elementor-button-wrapper a:hover {
    background-color: var(--global--color-primary) !important;
    color: var(--global--color-white) !important; }

#back-to-top {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--global--color-secondary);
  bottom: 0;
  color: var(--global--color-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 38px;
  z-index: 99; }
  #back-to-top span {
    display: none; }
  #back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0); }
  #back-to-top:before {
    content: '';
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 15px;
    left: 30%;
    position: absolute;
    top: 70%;
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -o-transform: rotate(45deg) translate(-50%, -50%);
    width: 15px; }
  #back-to-top:hover {
    background-color: var(--global--color-black);
    text-decoration: none; }
  @media (max-width: 1199px) {
    #back-to-top {
      display: none; } }

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

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

::-webkit-input-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1; }

:-moz-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1; }

::-moz-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1; }

:-ms-input-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1; }

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  display: block;
  background: #fff;
  padding: 13px 15px;
  border: 1px solid #C4DFF0;
  font-size: 16px; }
  input[type="text"]:focus, input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  textarea:focus {
    outline: none; }

textarea {
  resize: none;
  height: 95px; }

.input-holder {
  padding-bottom: 25px; }

.submit_wrap {
  text-align: right; }

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

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

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

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

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

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

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

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

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

/* Dots */
ul.slick-dots {
  position: absolute !important;
  bottom: 50px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 9;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%; }
  ul.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    width: 60px;
    height: 6px;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    background: #fff; }
    ul.slick-dots li button {
      border: 0;
      display: block;
      height: 5px;
      width: 100%;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer;
      border-radius: 0;
      background: transparent; }
      ul.slick-dots li button:hover, ul.slick-dots li button:focus {
        outline: none; }
    ul.slick-dots li.slick-active {
      background: #DCA346; }

/*slick custom nave*/
.slick_prev,
.slick_next {
  width: 24px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  left: -50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1; }
  .slick_prev svg,
  .slick_next svg {
    width: 24px;
    height: 45px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    fill: #fff; }
  .slick_prev:hover svg,
  .slick_next:hover svg {
    fill: var(--primary-color); }

.slick_prev {
  left: auto;
  right: -50px; }

@media (max-width: 1599px) {
  .slick_next {
    left: -24px; }
  .slick_prev {
    right: -24px; } }

@media (max-width: 1200px) {
  .slick_prev,
  .slick_next {
    display: none !important; } }

/*end slick custom nav*/
.accordionjs {
  position: relative; }
  .accordionjs .acc_section {
    position: relative; }
    .accordionjs .acc_section.acc_active > .acc_content {
      display: block; }

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

/*star rating*/
.jq-stars {
  display: inline-block; }

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana; }

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer; }

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%; }

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round; }

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }

/*end star rating*/
.top_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .top_nav > ul > li {
    padding: 0 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top_nav > ul > li i {
      margin-left: 6px; }
      .top_nav > ul > li i svg {
        width: 10px;
        height: 8px;
        fill: #fff; }
    .top_nav > ul > li > a {
      text-transform: uppercase;
      color: #fff;
      font-size: 19px;
      display: block; }
    .top_nav > ul > li > ul {
      display: none;
      position: absolute; }
    .top_nav > ul > li .sub-menu {
      position: absolute;
      left: 0;
      display: none;
      z-index: 1;
      padding-top: 20px;
      margin-top: 20px; }
      .top_nav > ul > li .sub-menu li {
        display: block;
        text-align: left;
        width: 250px;
        border-bottom: 1px solid #1b4277;
        padding: 0;
        line-height: 1.3; }
        .top_nav > ul > li .sub-menu li a {
          padding: 10px 15px;
          color: #fff;
          background: var(--primary-color);
          display: block;
          font-size: 16px; }
        .top_nav > ul > li .sub-menu li:last-child {
          border-bottom: 0; }
    .top_nav > ul > li:hover .sub-menu {
      display: block; }
    @media (max-width: 1699px) {
      .top_nav > ul > li {
        padding: 0 25px; }
        .top_nav > ul > li > a {
          font-size: 17px; } }
    @media (max-width: 1599px) {
      .top_nav > ul > li {
        padding: 0 10px; }
        .top_nav > ul > li > a {
          font-size: 15px; } }

/*stage selection mainMenu*/
.top_nav > ul li.current-menu-item > a,
.top_nav > ul li.current-menu-ancestor > a,
.top_nav > ul li.current-page-ancestor > a,
.top_nav > ul li.current-product-ancestor > a {
  font-weight: 600;
  position: relative; }
  .top_nav > ul li.current-menu-item > a::before,
  .top_nav > ul li.current-menu-ancestor > a::before,
  .top_nav > ul li.current-page-ancestor > a::before,
  .top_nav > ul li.current-product-ancestor > a::before {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #fff; }

.top_nav > ul li.current-menu-item ul,
.top_nav > ul li.current-menu-ancestor ul,
.top_nav > ul li.current-page-ancestor ul,
.top_nav > ul li.current-product-ancestor ul {
  /*li{
                    a{
                        color: var(--global--color-secondary);
                    }
                }*/ }
  .top_nav > ul li.current-menu-item ul li.current-menu-item a,
  .top_nav > ul li.current-menu-item ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-product-ancestor a {
    color: #000; }
  .top_nav > ul li.current-menu-item ul li.current-menu-item ul li a,
  .top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li a,
  .top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li a,
  .top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li a,
  .top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li a,
  .top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li a,
  .top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li a,
  .top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li a,
  .top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li a,
  .top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li a {
    color: var(--global--color-secondary); }
  .top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-menu-item a,
  .top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-menu-item a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-menu-item a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
  .top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
  .top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a {
    color: #000; }

/*end stage selection*/
/*hover effect*/
.top_nav > ul > li:hover > a {
  opacity: .7; }

.top_nav > ul > li:hover .sub-menu > li > a:hover {
  background: #1b4277; }

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

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

@media (max-width: 1199px) {
  .nav_expand {
    display: block;
    background: rgba(0, 0, 0, 0.7); }
  /*mobile menu*/
  .menu_trigger {
    display: block;
    position: relative;
    width: 32px;
    height: 28px;
    background: none;
    margin-left: auto;
    margin-left: 30px; }
    .menu_trigger span {
      position: absolute;
      left: 0;
      right: 0;
      height: 3px;
      top: 13px;
      background: #fff; }
      .menu_trigger span:before, .menu_trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        top: -9px;
        width: 100%;
        background: #fff;
        height: 3px; }
      .menu_trigger span:after {
        top: auto;
        bottom: -9px; }
  .top_nav {
    z-index: 9;
    position: fixed;
    right: -100%;
    top: 0;
    width: 360px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-align: left;
    background: #fff;
    padding: 0;
    height: 100vh;
    display: block;
    overflow: auto;
    padding: 15px; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    .top_nav {
      width: 300px; } }

@media (max-width: 1199px) {
    .top_nav.open_nav {
      right: 0; }
    .top_nav .mainMenu {
      display: block;
      text-align: left; }
      .top_nav .mainMenu li {
        display: block;
        padding: 0;
        position: relative;
        border-left: 0;
        border-bottom: 1px solid #565656; }
        .top_nav .mainMenu li a {
          color: #000;
          display: block;
          position: relative;
          padding: 10px 40px 10px 10px; }
        .top_nav .mainMenu li ul.sub-menu {
          display: none;
          position: static;
          padding-top: 0;
          width: 100%; }
          .top_nav .mainMenu li ul.sub-menu li {
            width: 100%; }
            .top_nav .mainMenu li ul.sub-menu li a {
              padding: 10px 40px 10px 15px;
              /*&:before{
                            display: block;
                            content: '-';
                            position: absolute;
                            left: 15px;
                            top: 8px;
                        }*/ }
          .top_nav .mainMenu li ul.sub-menu ul li a {
            background: #001a24; }
        .top_nav .mainMenu li:hover ul.sub-menu {
          display: none; }
        .top_nav .mainMenu li.menu-item-has-children {
          display: block; }
          .top_nav .mainMenu li.menu-item-has-children i {
            position: absolute;
            width: 40px;
            height: 44px;
            right: 0;
            z-index: 1;
            top: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer;
            background-size: 9px; } }
          @media (max-width: 1199px) and (min-width: 1800px) {
            .top_nav .mainMenu li.menu-item-has-children i {
              position: relative;
              top: -2px; } }

@media (max-width: 1199px) {
            .top_nav .mainMenu li.menu-item-has-children i svg {
              width: 8px;
              height: 15px;
              -webkit-transition: all ease .2s;
              -o-transition: all ease .2s;
              transition: all ease .2s;
              fill: #000; }
            .top_nav .mainMenu li.menu-item-has-children i:hover svg {
              fill: #333; }
        .top_nav .mainMenu li li i {
          height: 35px; }
      .top_nav .mainMenu li.opened i svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .top_nav .mainMenu li.opened a {
        color: var(--primary-color); }
      .top_nav .mainMenu li.opened li a {
        color: #fff; }
      .top_nav .mainMenu li.opened li i svg {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
      .top_nav .mainMenu li.opened li.opened2 i svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .top_nav .mainMenu li.opened li.opened2 li a {
        color: #fff; }
    .top_nav .contact_cta {
      padding: 10px 0; }
      .top_nav .contact_cta a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  /*end mobile menu*/ }

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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

blockquote,
q {
  quotes: none; }

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

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

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

[hidden],
template {
  display: none; }

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

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
    -webkit-box-shadow: none !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; } }

h2 {
  font-size: 42px; }
  @media (max-width: 1599px) {
    h2 {
      font-size: 34px; } }
  @media (max-width: 1199px) {
    h2 {
      font-size: 28px; } }
  @media (max-width: 1023px) {
    h2 {
      font-size: 23px; } }

html {
  font-family: var(--global--font-primary);
  font-size: 16px !important;
  font-weight: 400;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -ms-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-primary);
  font-size: 16px !important;
  font-size: calc($size / 16px)rem !important;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed; }
  @media (min-width: 768px) {
    body {
      font-size: 15px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    body {
      font-size: 14px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    body {
      font-size: 16px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    body {
      font-size: 18px !important;
      font-size: calc($size / 16px)rem !important; } }
  body p,
  body li {
    font-size: 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; }

li {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6; }

p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 15px;
  text-align: inherit; }
  p:not(:last-child) {
    margin-bottom: 10px; }
  p a {
    color: inherit;
    display: inline;
    text-decoration: underline !important; }
    p a:hover {
      color: var(--global--color-primary);
      text-decoration: none !important; }
  p + h1,
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6 {
    margin: 0;
    margin-top: 20px; }
    @media (max-width: 991px) {
      p + h1,
      p + h2,
      p + h3,
      p + h4,
      p + h5,
      p + h6 {
        margin-top: 10px; } }

blockquote:not(:last-child) {
  margin-bottom: 10px; }

blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6 {
  margin-top: 20px; }

ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 15px; }

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

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

button {
  border: 0; }

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

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

b,
strong {
  font-weight: 800; }

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2; }
  img.alignright {
    display: inline;
    float: right;
    margin: 12px 0 12px 20px; }
  img.alignleft {
    display: inline;
    float: left;
    margin: 12px 20px 12px 0; }
  img.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto; }
  img.alignnone {
    display: 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; } }

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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--tw-gutter-sm));
  margin-right: calc(-0.5 * var(--tw-gutter-sm)); }
  .tw-row > * {
    -ms-flex-negative: 0;
    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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    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; }

.slick-dots,
.container,
.container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%; }

.half-container,
.container-55 {
  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 {
      max-width: var(--tw-wrap-sm) !important; } }
  @media (min-width: 768px) {
    .half-container,
    .container-55 {
      max-width: var(--tw-wrap-md) !important; } }
  @media (min-width: 992px) {
    .half-container,
    .container-55 {
      max-width: var(--tw-wrap-lg) !important; } }
  @media (max-width: 1199px) {
    .half-container,
    .container-55 {
      margin-left: auto;
      margin-right: auto; } }

@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: 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: 1850px) {
  .container-55 {
    max-width: calc(((var(--tw-wrap-xxl) * 55) / 100) + 20px) !important; } }

.slick-dots,
.container,
.elementor-element.e-parent > .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) {
    .slick-dots,
    .container,
    .elementor-element.e-parent > .e-con-inner {
      max-width: var(--tw-wrap-sm) !important; } }
  @media (min-width: 768px) {
    .slick-dots,
    .container,
    .elementor-element.e-parent > .e-con-inner {
      max-width: var(--tw-wrap-md) !important; } }
  @media (min-width: 992px) {
    .slick-dots,
    .container,
    .elementor-element.e-parent > .e-con-inner {
      max-width: var(--tw-wrap-lg) !important; } }
  @media (min-width: 1200px) {
    .slick-dots,
    .container,
    .elementor-element.e-parent > .e-con-inner {
      max-width: var(--tw-wrap-xl) !important; } }
  @media (min-width: 1600px) {
    .slick-dots,
    .container,
    .elementor-element.e-parent > .e-con-inner {
      max-width: 1500px !important; } }
  @media (min-width: 1700px) {
    .slick-dots,
    .container,
    .elementor-element.e-parent > .e-con-inner {
      max-width: var(--tw-wrap-xxl) !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: 1840px !important;
      padding-left: 50px !important;
      padding-right: 50px !important; } }
  @media (min-width: 1600px) {
    .container-fluid {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

@media (min-width: 768px) {
  .tw-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%; } }

@media (min-width: 1200px) {
  .tw-col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .tw-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .tw-col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%; } }

.fs-34 {
  font-size: 18px !important;
  font-size: calc($size / 16px)rem !important; }
  .fs-34 p,
  .fs-34 li {
    font-size: inherit !important; }
  @media (min-width: 768px) {
    .fs-34 {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    .fs-34 {
      font-size: 19px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    .fs-34 {
      font-size: 31px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    .fs-34 {
      font-size: 34px !important;
      font-size: calc($size / 16px)rem !important; } }

.fs-42 {
  font-size: 19px !important;
  font-size: calc($size / 16px)rem !important; }
  .fs-42 p,
  .fs-42 li {
    font-size: inherit !important; }
  @media (min-width: 768px) {
    .fs-42 {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1200px) {
    .fs-42 {
      font-size: 21px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1600px) {
    .fs-42 {
      font-size: 34px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (min-width: 1850px) {
    .fs-42 {
      font-size: 42px !important;
      font-size: calc($size / 16px)rem !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; }

.blog-header .page-title {
  text-align: center;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 12px !important;
  font-family: "Poppins", sans-serif;
  padding-bottom: 40px; }
  .blog-header .page-title span {
    display: block;
    color: var(--primary-color);
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0px;
    margin-top: -15px; }
    @media (max-width: 1499px) {
      .blog-header .page-title span {
        font-size: 40px;
        line-height: 40px; } }
    @media (max-width: 480px) {
      .blog-header .page-title span br {
        display: none; } }

.blog-top-detail {
  padding-right: 50px; }
  @media (max-width: 1499px) {
    .blog-top-detail {
      padding-right: 15px; } }
  @media (max-width: 480px) {
    .blog-top-detail {
      padding-right: 0px; } }
  .blog-top-detail .blog-wrapper {
    height: 100%;
    position: relative;
    margin: 0 auto; }
    .blog-top-detail .blog-wrapper .blg-figure {
      height: 470px; }
      @media (max-width: 1499px) {
        .blog-top-detail .blog-wrapper .blg-figure {
          height: 285px; } }
      @media (max-width: 480px) {
        .blog-top-detail .blog-wrapper .blg-figure {
          height: 185px; } }
      .blog-top-detail .blog-wrapper .blg-figure a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ccc;
        height: 100%;
        line-height: 1; }
        .blog-top-detail .blog-wrapper .blg-figure a img {
          max-height: 100%; }
        .blog-top-detail .blog-wrapper .blg-figure a .blog_date {
          position: absolute;
          padding: 20px 50px;
          top: 0px;
          left: 0px;
          background: rgba(9, 90, 149, 0.8);
          color: #fff;
          z-index: 3;
          font-size: 22px;
          line-height: 38px;
          font-weight: 500; }
          @media (max-width: 1499px) {
            .blog-top-detail .blog-wrapper .blg-figure a .blog_date {
              padding: 15px 35px; } }
          @media (max-width: 480px) {
            .blog-top-detail .blog-wrapper .blg-figure a .blog_date {
              font-size: 16px;
              line-height: 25px;
              padding: 15px 18px; } }
    .blog-top-detail .blog-wrapper .post_brief {
      padding: 50px 30px;
      border: 0.88px solid #cfcfcf;
      background: #fff; }
      @media (max-width: 1499px) {
        .blog-top-detail .blog-wrapper .post_brief {
          padding: 20px 15px; } }
      @media (max-width: 480px) {
        .blog-top-detail .blog-wrapper .post_brief {
          height: calc(100% - 185px); } }
      .blog-top-detail .blog-wrapper .post_brief .blog-title {
        font-weight: 500;
        font-size: 33px !important;
        line-height: 39px;
        color: #000;
        padding-bottom: 15px; }
        @media (max-width: 1499px) {
          .blog-top-detail .blog-wrapper .post_brief .blog-title {
            font-size: 27px !important;
            line-height: 27px; } }
      .blog-top-detail .blog-wrapper .post_brief .blg-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px; }
        .blog-top-detail .blog-wrapper .post_brief .blg-content p a {
          color: #0f68a5 !important;
          text-decoration: none !important; }
          .blog-top-detail .blog-wrapper .post_brief .blg-content p a:hover {
            text-decoration: underline !important; }
  .blog-top-detail.blog-list {
    padding-right: 0px; }

@media (max-width: 1499px) {
  .post-by-topic {
    margin-left: 18px; } }

@media (max-width: 1499px) {
  .post-by-topic {
    margin-left: 0px; } }

.post-by-topic .recent-post {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .post-by-topic .recent-post {
      margin-bottom: 10px; } }
  .post-by-topic .recent-post .post-tile {
    background: #095a95;
    padding: 25px 0px 25px 30px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    border-top: 0px; }
    @media (max-width: 1499px) {
      .post-by-topic .recent-post .post-tile {
        font-size: 23px;
        padding: 15px 0px 15px 25px; } }
  .post-by-topic .recent-post .postWrap {
    padding: 25px 34px 15px;
    border: 1px solid #cfcfcf; }
    @media (max-width: 1499px) {
      .post-by-topic .recent-post .postWrap {
        padding: 15px 15px 0px; } }
    @media (max-width: 1199px) {
      .post-by-topic .recent-post .postWrap {
        line-height: 23px;
        padding: 15px 15px 15px; } }
    .post-by-topic .recent-post .postWrap .post-list li {
      line-height: 30px;
      position: relative;
      font-size: 18px;
      font-weight: 400;
      color: #0c1b30;
      padding: 17px 0px; }
      @media (max-width: 1499px) {
        .post-by-topic .recent-post .postWrap .post-list li {
          line-height: 22px; } }
      .post-by-topic .recent-post .postWrap .post-list li:after {
        position: absolute;
        bottom: 0px;
        top: auto;
        left: 0px;
        width: 100%;
        height: 1px;
        content: "";
        display: block;
        background: #ccc; }
      .post-by-topic .recent-post .postWrap .post-list li a:hover {
        color: #2a5895; }
      .post-by-topic .recent-post .postWrap .post-list li:last-child:after {
        display: none; }

.post-by-topic.popular-post .postWrap .post-list .item article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .post-by-topic.popular-post .postWrap .post-list .item article a {
    -ms-flex-preferred-size: 0 0 96px;
    flex-basis: 0 0 96px;
    margin-right: 20px;
    background: #ccc;
    height: 100%; }
    .post-by-topic.popular-post .postWrap .post-list .item article a figure {
      height: 58px;
      width: 94px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 1499px) {
        .post-by-topic.popular-post .postWrap .post-list .item article a figure {
          height: 50px; } }
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 23px;
    text-transform: capitalize; }
    @media (max-width: 1499px) {
      .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
        font-size: 15px !important;
        line-height: 18px; } }
    @media (max-width: 1199px) {
      .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
        font-size: 18px !important;
        line-height: 18px !important; } }
    @media (max-width: 1499px) {
      .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
        font-size: 16px !important; } }
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part a {
    background: unset; }
    @media (max-width: 1499px) {
      .post-by-topic.popular-post .postWrap .post-list .item article .right-part a {
        margin-right: 15px; } }

.post-by-topic.popular-post .postWrap .post-list .item:last-child:after {
  display: none; }

.postWrap .btn_xs {
  padding: 15px 25px !important;
  margin-top: 21px !important; }

button.btn.btn_xs, .elementor-button-wrapper button.btn_xs.elementor-button {
  margin-top: 23px !important; }

@media (max-width: 1499px) {
  button.btn.btn_xs, .elementor-button-wrapper button.btn_xs.elementor-button {
    margin-top: 10px !important; } }

.midle_wrap {
  text-align: center;
  background: #0F68A5;
  color: #fff;
  padding: 75px 0px; }
  @media (max-width: 1499px) {
    .midle_wrap {
      padding: 45px 0px !important; } }
  .midle_wrap .content p {
    font-size: 38px;
    font-weight: 400;
    line-height: 47px;
    padding-bottom: 0px !important; }
    @media (max-width: 1499px) {
      .midle_wrap .content p {
        font-size: 25px !important; } }
    @media (max-width: 1199px) {
      .midle_wrap .content p {
        font-size: 23px !important; } }
    @media (max-width: 991px) {
      .midle_wrap .content p {
        font-size: 22px !important;
        line-height: 25px !important; } }
    @media (max-width: 480px) {
      .midle_wrap .content p {
        font-size: 20px !important;
        line-height: 35px !important; } }
    .midle_wrap .content p span.phone {
      font-weight: 700;
      font-size: 60px;
      line-height: 45px; }
      @media (max-width: 1499px) {
        .midle_wrap .content p span.phone {
          font-size: 35px; } }
      @media (max-width: 1199px) {
        .midle_wrap .content p span.phone {
          font-size: 35px; } }
      @media (max-width: 480px) {
        .midle_wrap .content p span.phone {
          font-size: 22px !important; } }
      .midle_wrap .content p span.phone a:hover {
        cursor: default;
        color: #fff; }
    .midle_wrap .content p span.con-text {
      font-weight: 700; }
      .midle_wrap .content p span.con-text a {
        font-size: 38px;
        line-height: 45px;
        text-decoration: none !important; }
        @media (max-width: 1499px) {
          .midle_wrap .content p span.con-text a {
            font-size: 25px; } }
        @media (max-width: 1199px) {
          .midle_wrap .content p span.con-text a {
            font-size: 25px; } }
        @media (max-width: 480px) {
          .midle_wrap .content p span.con-text a {
            font-size: 20px !important; } }
        .midle_wrap .content p span.con-text a:hover {
          color: #fff;
          text-decoration: underline !important; }
    @media (max-width: 480px) {
      .midle_wrap .content p br {
        display: none; } }

.blog-list .tw-col-md-6 {
  margin-top: 0px;
  margin-bottom: 25px; }
  @media (max-width: 480px) {
    .blog-list .tw-col-md-6 {
      margin-bottom: 15px; } }
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 278px; }
    @media (max-width: 1699px) {
      .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
        height: 250px; } }
    @media (max-width: 1499px) {
      .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
        height: 187px; } }
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    padding: 35px 30px 35px;
    height: calc(100% - 270px); }
    @media (max-width: 1699px) {
      .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
        height: calc(100% - 250px);
        padding: 35px 20px 35px; } }
    @media (max-width: 1499px) {
      .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
        height: calc(100% - 188px);
        padding: 25px 20px 25px; } }
    @media (max-width: 480px) {
      .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
        padding: 15px 15px 15px; } }
    .blog-list .tw-col-md-6 .blog-wrapper .post_brief .blog-title {
      min-height: 95px; }
      @media (max-width: 1499px) {
        .blog-list .tw-col-md-6 .blog-wrapper .post_brief .blog-title {
          min-height: 0px; } }

.single .blog_page-wrap .blog-head h1 {
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
  text-transform: uppercase; }

.single .blg-content ul li {
  padding-left: 25px;
  position: relative;
  font-size: 18px !important;
  font-weight: 400;
  padding-bottom: 10px; }
  @media (max-width: 1499px) {
    .single .blg-content ul li {
      font-size: 16px; } }
  .single .blg-content ul li:before {
    position: absolute;
    top: 9px;
    left: 5px;
    display: block;
    border-radius: 50%;
    background: #2a5895;
    width: 10px;
    height: 10px;
    content: ""; }

.related-posts .recent-post .post-tile {
  background: unset;
  color: #000;
  text-transform: uppercase;
  padding: 20px 0px 20px 0px; }

.related-posts .recent-post .postWrap {
  padding: 10px 20px 20px; }
  .related-posts .recent-post .postWrap .post-list li {
    padding-bottom: 10px; }
    @media (max-width: 1199px) {
      .related-posts .recent-post .postWrap .post-list li {
        padding-bottom: 0px; } }
    .related-posts .recent-post .postWrap .post-list li:after {
      display: none; }
    .related-posts .recent-post .postWrap .post-list li a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #ccc;
      height: 100%;
      line-height: 1; }
    .related-posts .recent-post .postWrap .post-list li p {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      color: #000; }
      @media (max-width: 1199px) {
        .related-posts .recent-post .postWrap .post-list li p {
          padding-bottom: 0px !important; } }
      .related-posts .recent-post .postWrap .post-list li p a {
        text-decoration: none !important;
        background: #fff !important;
        line-height: 32px !important;
        font-size: 24px !important;
        font-weight: 400;
        display: block;
        text-align: left; }
        @media (max-width: 1499px) {
          .related-posts .recent-post .postWrap .post-list li p a {
            font-size: 20px !important;
            line-height: 20px !important; } }
        @media (max-width: 1199px) {
          .related-posts .recent-post .postWrap .post-list li p a {
            font-size: 18px !important; } }
    .related-posts .recent-post .postWrap .post-list li .post_img {
      height: 205px;
      margin-bottom: 25px !important; }
      @media (max-width: 1499px) {
        .related-posts .recent-post .postWrap .post-list li .post_img {
          height: 135px;
          margin-bottom: 20px !important; } }
      @media (max-width: 1199px) {
        .related-posts .recent-post .postWrap .post-list li .post_img {
          height: 108px; } }
      @media (max-width: 991px) {
        .related-posts .recent-post .postWrap .post-list li .post_img {
          height: 204px; } }
      @media (max-width: 767px) {
        .related-posts .recent-post .postWrap .post-list li .post_img {
          height: 225px; } }
      @media (max-width: 480px) {
        .related-posts .recent-post .postWrap .post-list li .post_img {
          height: 161px; } }
      .related-posts .recent-post .postWrap .post-list li .post_img a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ccc;
        height: 100%;
        line-height: 1; }
        .related-posts .recent-post .postWrap .post-list li .post_img a img {
          -o-object-fit: cover !important;
          object-fit: cover !important;
          width: 100% !important; }

@media (max-width: 1680px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 425px; } }

@media (max-width: 1499px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 285px; } }

@media (max-width: 1199px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 280px; } }

@media (max-width: 991px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 270px; } }

@media (max-width: 767px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 260px; } }

@media (max-width: 480px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 185px; } }

.single .blog-top-detail .blog-wrapper .blg-figure a:hover {
  cursor: default; }

.single .blog-top-detail .blog-wrapper .post_brief {
  padding: 40px 35px 30px; }
  @media (max-width: 1499px) {
    .single .blog-top-detail .blog-wrapper .post_brief {
      padding: 20px 15px 20px !important; } }
  @media (max-width: 1499px) {
    .single .blog-top-detail .blog-wrapper .post_brief .blg-content p {
      font-size: 16px; } }

@media (max-width: 1499px) {
  .single .post-by-topic {
    margin-left: 18px; } }

@media (max-width: 1199px) {
  .single .post-by-topic {
    margin-left: 5px; } }

@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .post-tile {
    font-size: 23px;
    padding: 15px 0px 15px 25px; } }

@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .postWrap {
    padding: 15px 15px 20px; } }

@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .postWrap .post-list li {
    font-size: 16px;
    line-height: 20px; } }

ol {
  counter-reset: item; }
  ol li {
    padding-left: 25px;
    position: relative;
    font-size: 18px !important;
    font-weight: 400;
    padding-bottom: 10px;
    list-style: none; }
    ol li:before {
      content: counters(item, ".") ".";
      counter-increment: item;
      display: inline-block;
      left: 0;
      position: absolute; }

@media (max-width: 1499px) {
  .related-posts .recent-post .post-tile {
    padding: 15px 0px 15px 0px !important; } }

.blog .midle_wrap {
  margin: 100px 0px !important; }
  @media (max-width: 1499px) {
    .blog .midle_wrap {
      margin: 50px 0px !important; } }
  @media (max-width: 480px) {
    .blog .midle_wrap {
      margin: 0px 0px 20px !important; } }

.tw-col- .blog-list .blog-wrapper .blg-figure {
  height: 277px; }
  @media (max-width: 1699px) {
    .tw-col- .blog-list .blog-wrapper .blg-figure {
      height: 250px; } }
  @media (max-width: 1499px) {
    .tw-col- .blog-list .blog-wrapper .blg-figure {
      height: 188px; } }
  @media (max-width: 480px) {
    .tw-col- .blog-list .blog-wrapper .blg-figure {
      height: 185px; } }

.tw-col- .blog-list .blog-wrapper .blg-content {
  min-height: 240px !important; }

.site_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding-right: 0px; }
  .site_pagination .wp-paginate li {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    padding: 0px 10px; }
    .site_pagination .wp-paginate li:first-child {
      display: none; }
    .site_pagination .wp-paginate li .title {
      color: var(--global--color-black);
      margin-right: 4px; }
    .site_pagination .wp-paginate li .page.current {
      background: transparent;
      color: #000;
      font-weight: 400;
      font-size: 18px;
      padding: 0px 0px;
      border: 0px; }
      .site_pagination .wp-paginate li .page.current:before {
        display: block;
        position: absolute;
        left: 8px;
        bottom: 0px;
        background: #0f68a5;
        content: "";
        width: 10px;
        height: 1px; }
        @media (max-width: 1499px) {
          .site_pagination .wp-paginate li .page.current:before {
            left: 8px;
            width: 11px; } }
      @media (max-width: 767px) {
        .site_pagination .wp-paginate li .page.current {
          font-size: 15px; } }
    .site_pagination .wp-paginate li a {
      border: 0px;
      color: var(--global--color-black);
      font-size: 18px;
      padding: 0px 0px;
      background: transparent; }
      @media (max-width: 767px) {
        .site_pagination .wp-paginate li a {
          margin-bottom: 15px;
          font-size: 15px; } }
      .site_pagination .wp-paginate li a.next, .site_pagination .wp-paginate li a.prev {
        background-color: #0f68a5 !important;
        color: var(--global--color-white) !important;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 11px;
        padding-bottom: 5px;
        font-size: 18px !important;
        height: 50px;
        border-radius: 0px !important;
        font-size: 15px;
        border-radius: 4px !important;
        margin-right: 0px !important; }
        @media (max-width: 767px) {
          .site_pagination .wp-paginate li a.next, .site_pagination .wp-paginate li a.prev {
            font-size: 14px !important;
            padding-top: 8px;
            padding-bottom: 6px;
            padding-left: 10px;
            padding-right: 10px;
            height: 35px; } }
        .site_pagination .wp-paginate li a.next:hover, .site_pagination .wp-paginate li a.prev:hover {
          background-color: #1e1d24; }
      .site_pagination .wp-paginate li a:hover {
        color: #0f68a5 !important; }
      .site_pagination .wp-paginate li a.next:hover {
        background-color: #000 !important;
        color: #fff !important; }
    .site_pagination .wp-paginate li .gap {
      color: var(--global--color-black); }
    .site_pagination .wp-paginate li:before {
      display: none; }
    .site_pagination .wp-paginate li:last-child {
      padding: 0px 0px !important; }

.curP {
  cursor: pointer; }

.dFlex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

.vhCenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.vCenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.hCenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.vBottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.hRight {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.vCenHRight {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.vhEnd {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.vBtmHcntr {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

.jc-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

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

.align-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center; }

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

.center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }
  .center .btn, .center .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .center .elementor-button, .center .elementor-button-wrapper a, .elementor-button-wrapper .center a {
    float: none;
    margin-left: auto;
    margin-right: auto; }

.cmn-space {
  padding-bottom: 40px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    .cmn-space {
      padding-bottom: 40px;
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .cmn-space {
      padding-bottom: 45px;
      padding-top: 45px; } }
  @media (min-width: 1600px) {
    .cmn-space {
      padding-bottom: 70px;
      padding-top: 70px; } }

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

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

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

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

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

.m-b-10 {
  margin-bottom: 10px !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: 20px !important; }

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

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

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

.flex_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex_bx::before, .flex_bx::after {
    display: none; }

.site_header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999; }
  .site_header .head_r {
    width: calc(100% - 240px); }
    .site_header .head_r .head_r_top {
      padding-bottom: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
      font-weight: 600;
      padding: 15px 30px;
      font-size: 17px !important; }
      @media (max-width: 1199px) {
        .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
          padding: 10px 20px;
          font-size: 15px !important; } }
      @media (max-width: 1199px) {
        .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
          padding: 10px;
          font-size: 14px !important; } }
    .site_header .head_r .head_r_btm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  @media (min-width: 1600px) {
    .site_header {
      padding-top: 25px; } }
  @media (min-width: 1850px) {
    .site_header {
      padding-top: 30px; }
      .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
        font-size: 18px !important;
        font-size: calc($size / 16px)rem !important;
        height: 49px; } }
  @media (max-width: 1599px) {
    .site_header .head_r {
      width: calc(100% - 200px); }
    .site_header .logo_bx {
      max-width: 160px; } }
  .site_header .call_cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500; }
    .site_header .call_cta a span.call_ico {
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 10px; }
      .site_header .call_cta a span.call_ico svg {
        width: 16px;
        height: 16px;
        fill: var(--primary-color); }
    @media (max-width: 1599px) {
      .site_header .call_cta a {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .site_header .call_cta a .call_num {
        display: none; } }
  .site_header.stick_head {
    background: var(--primary-color); }

.breadcrumb_wrap {
  padding-top: 15px; }
  .breadcrumb_wrap ul li {
    display: inline-block;
    padding-right: 20px; }
    .breadcrumb_wrap ul li:last-child {
      font-weight: 600;
      color: #0F68A5; }

/*breadcrumb*/
.breadcrumb_wrap {
  margin: 0;
  list-style: none; }

.breadcrumb_wrap ul li {
  display: inline-block;
  padding-right: 30px;
  position: relative; }

.breadcrumb_wrap ul li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.4 9.5' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M5.2 4.3L1 .2a.61.61 0 0 0-.8 0 .61.61 0 0 0 0 .8L4 4.7.3 8.5c-.3.3-.2.6 0 .9s.6.2.8 0l4.1-4.2c.3-.3.3-.7 0-.9z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 6px;
  position: absolute;
  right: 11px;
  bottom: 6px;
  width: 6px;
  height: 10px; }

.breadcrumb_wrap ul li:last-child {
  padding-right: 0; }

.breadcrumb_wrap ul li:last-child a:hover {
  color: var(--global--color-secondary); }

.breadcrumb_wrap ul li:last-child:after {
  display: none; }

/*end breadcrumb*/
.bnr_sec .bnr_slide_in {
  min-height: 900px;
  padding: 12% 0 50px; }
  .bnr_sec .bnr_slide_in .bnr_txt {
    text-align: center; }
    .bnr_sec .bnr_slide_in .bnr_txt span {
      display: block; }
      @media (max-width: 1199px) {
        .bnr_sec .bnr_slide_in .bnr_txt span {
          display: inline; } }
    .bnr_sec .bnr_slide_in .bnr_txt .bnr_lg {
      line-height: 1;
      text-transform: uppercase;
      color: #fff;
      font-weight: 500;
      padding-bottom: 15px; }
    .bnr_sec .bnr_slide_in .bnr_txt .bnr_md {
      text-transform: uppercase;
      font-weight: 500;
      color: #fff;
      padding-bottom: 20px; }
    .bnr_sec .bnr_slide_in .bnr_txt .btn_wrap .btn_white {
      margin-left: 20px; }
  .bnr_sec .bnr_slide_in .bnr_logos {
    margin-top: 0;
    margin-bottom: 0; }
    .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L {
      padding-top: 100px; }
      .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 22px !important;
        font-size: calc($size / 16px)rem !important;
        padding-bottom: 15px; }
        .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span {
          display: block;
          height: 1px;
          background: #fff;
          position: relative;
          margin-right: 10px;
          width: 50px; }
          .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span::before {
            content: '';
            position: absolute;
            left: 0;
            width: 5px;
            height: 5px;
            background: #fff;
            border-radius: 50%;
            top: -2px; }
          .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span:last-child {
            margin-left: 10px; }
            .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span:last-child::before {
              left: auto;
              right: 0;
              margin-right: 0; }
      .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul li {
          border-radius: 5px;
          background: #fff;
          margin-right: 10px;
          height: 54px;
          padding: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul li img {
            max-width: 100%;
            max-height: 100%; }

.bnr_sec .bnr_md {
  font-size: 16px !important;
  font-size: calc($size / 16px)rem !important; }

.bnr_sec .bnr_slider .bnr_lg {
  font-size: 34px !important;
  font-size: calc($size / 16px)rem !important; }
  @media (max-width: 1199px) {
    .bnr_sec .bnr_slider .bnr_lg {
      font-size: 26px !important;
      font-size: calc($size / 16px)rem !important; } }

.bnr_sec .inner_banner .bnr_slide_in {
  min-height: 600px; }
  .bnr_sec .inner_banner .bnr_slide_in .bnr_lg {
    font-size: 28px !important;
    font-size: calc($size / 16px)rem !important; }

@media (min-width: 768px) {
  .bnr_sec .bnr_md {
    font-size: 18px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 26px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 26px !important;
    font-size: calc($size / 16px)rem !important; } }

@media (min-width: 1200px) {
  .bnr_sec .bnr_md {
    font-size: 18px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 50px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 44px !important;
    font-size: calc($size / 16px)rem !important; } }

@media (min-width: 1600px) {
  .bnr_sec .bnr_md {
    font-size: 21px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 80px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 61px !important;
    font-size: calc($size / 16px)rem !important; } }

@media (min-width: 1850px) {
  .bnr_sec .bnr_md {
    font-size: 23px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 90px !important;
    font-size: calc($size / 16px)rem !important; }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 71px !important;
    font-size: calc($size / 16px)rem !important; } }

@media (max-width: 1599px) {
  .bnr_sec .bnr_slide_in {
    min-height: 750px; } }

@media (max-width: 1199px) {
  .bnr_sec .bnr_slide_in {
    min-height: 650px; } }

@media (max-width: 1023px) {
  .bnr_sec .bnr_slide_in {
    padding-top: 150px; }
  .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L {
    padding-top: 50px;
    margin: 0 auto; }
  .bnr_logo_R {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 20px; }
    .bnr_logo_R img {
      max-width: 150px; }
  .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title {
    font-size: 18px !important; }
  .bnr_sec .bnr_slide_in .bnr_txt .btn_wrap .btn_white {
    margin-left: 0;
    margin-top: 10px; }
  .bnr_sec .btn_wrap {
    display: block; } }

/*reviews*/
.review_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px; }
  .review_row .review_L {
    width: 300px; }
    .review_row .review_L .star_count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0; }
      .review_row .review_L .star_count .star_rating {
        margin-right: 15px; }
      .review_row .review_L .star_count .count {
        color: #fff; }
  .review_row .review_home {
    width: calc(100% - 350px); }
    .review_row .review_home .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.review_i {
  padding: 12px;
  height: auto; }
  .review_i .review_i_in {
    height: 100%;
    padding: 30px 35px 35px;
    background: #fff; }
    @media (max-width: 1599px) {
      .review_i .review_i_in {
        padding: 15px; } }
    .review_i .review_i_in .review_meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 10px; }
    .review_i .review_i_in .review_pic {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      background: #DD583B;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1;
      overflow: hidden;
      margin-right: 13px;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      color: #fff; }
      .review_i .review_i_in .review_pic img {
        display: block;
        width: 100%; }
    .review_i .review_i_in .review_name {
      font-weight: 400;
      font-size: 18px; }
      @media (max-width: 1599px) {
        .review_i .review_i_in .review_name {
          font-size: 15px; } }
    .review_i .review_i_in .g_logo {
      margin-left: auto;
      margin-right: 0; }
    .review_i .review_i_in .more_a {
      opacity: .5; }
    .review_i .review_i_in .review_txt {
      padding: 20px 0 10px; }

/*end reviews*/
/*home services*/
.ser_h_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-top: 30px; }
  .ser_h_row .ser_h_i {
    width: 25%;
    padding: 0 15px; }
    .ser_h_row .ser_h_i .ser_h_i_in {
      height: 490px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      .ser_h_row .ser_h_i .ser_h_i_in::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0px;
        background: rgba(9, 90, 149, 0.8);
        -webkit-transition: all ease .2s;
        -o-transition: all ease .2s;
        transition: all ease .2s; }
      .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 30px 30px 50px; }
        .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt svg {
          width: 32px;
          height: 32px;
          fill: #fff;
          margin-bottom: 10px; }
        .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title {
          text-transform: uppercase;
          font-size: 28px;
          font-weight: 600;
          line-height: 1.5; }
          .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title span {
            display: block;
            font-size: 13px;
            letter-spacing: 5px; }
        .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt p {
          display: none;
          padding-bottom: 10px;
          -webkit-transition: all ease .3s;
          -o-transition: all ease .3s;
          transition: all ease .3s; }
        .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .elementor-button-wrapper {
          -webkit-transition: all ease .3s;
          -o-transition: all ease .3s;
          transition: all ease .3s;
          display: none; }
      .ser_h_row .ser_h_i .ser_h_i_in:hover::before {
        height: 100%; }
      .ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: url(assets/images/ser-art.png) no-repeat center bottom; }
        .ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt p {
          display: block; }
        .ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt .elementor-button-wrapper {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }

/*end home services*/
/*our projects home*/
.projects_tab {
  max-width: 1260px;
  margin: 0 auto; }
  .projects_tab .tab_sec .project_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px; }
    .projects_tab .tab_sec .project_head h2.project_title {
      text-transform: uppercase;
      color: #fff; }
  .projects_tab .tab_sec ul.resp-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .projects_tab .tab_sec ul.resp-tabs-list li {
      color: #fff;
      text-transform: uppercase;
      margin-left: 70px;
      cursor: pointer;
      position: relative; }
      .projects_tab .tab_sec ul.resp-tabs-list li:first-child {
        margin-left: 0; }
      .projects_tab .tab_sec ul.resp-tabs-list li.resp-tab-active::after {
        width: 100%;
        content: '';
        position: absolute;
        height: 1px;
        background: #fff;
        left: 0;
        bottom: -20px; }
  .projects_tab .tab_sec .resp-tabs-container .resp-accordion {
    display: none; }
  .projects_tab .tab_sec .resp-tabs-container .tab_item {
    max-width: 1160px;
    display: none; }
    .projects_tab .tab_sec .resp-tabs-container .tab_item.resp-tab-content-active {
      display: block; }
  .projects_tab .pro_btn {
    max-width: 1160px; }

.project_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .project_row .project_i {
    padding: 20px;
    width: 50%; }
    .project_row .project_i a {
      display: block;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      .project_row .project_i a::before {
        content: '';
        display: block;
        padding-bottom: 82%; }

/*end our projects home*/
@media (max-width: 1199px) {
  .ser_h_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ser_h_row .ser_h_i {
    width: 50%;
    margin-bottom: 20px; }
  .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title {
    font-size: 18px !important; }
  .title_before .elementor-heading-title {
    font-size: 16px !important;
    letter-spacing: 10px; } }

@media (max-width: 1023px) {
  .review_row .review_L {
    width: 100%;
    text-align: center;
    padding-bottom: 20px; }
  .review_row .review_home {
    width: 100%; }
  .review_row .review_L .star_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .projects_tab .tab_sec .project_head h2.project_title {
    padding-bottom: 20px; }
  .project_row {
    margin: 0 -10px; }
  .project_row .project_i {
    padding: 10px; } }

@media (max-width: 767px) {
  .projects_tab .tab_sec ul.resp-tabs-list {
    display: none; }
  .projects_tab .tab_sec .resp-tabs-container .resp-accordion {
    display: block;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #efefef; }
    .projects_tab .tab_sec .resp-tabs-container .resp-accordion:after {
      content: '';
      position: absolute;
      right: 0;
      top: 18px;
      border-top: 5px solid #fff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
  .project_row .project_i {
    width: 100%; }
  .elementor-11 .elementor-element.elementor-element-c75d306:not(.elementor-motion-effects-element-type-background) {
    background-image: none;
    background-color: #0f67a6; }
  .projects_tab .tab_sec .project_head {
    padding-bottom: 0; }
  .ser_h_row .ser_h_i {
    width: 100%; } }

.why_choose {
  padding-top: 30px; }
  .why_choose .elementor-widget-image-box .elementor-image-box-img {
    height: 70px; }

.service_section {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 30px;
  margin-top: 50px; }
  @media (max-width: 1599px) {
    .service_section {
      margin: 0 -10px;
      margin-top: 25px;
      row-gap: 20px; } }
  @media (max-width: 1199px) {
    .service_section {
      margin-top: 20px; } }
  .service_section .serv_wrap {
    width: 25%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1599px) {
      .service_section .serv_wrap {
        padding: 0 10px; } }
    @media (max-width: 1199px) {
      .service_section .serv_wrap {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .service_section .serv_wrap {
        width: 50%; } }
    @media (max-width: 575px) {
      .service_section .serv_wrap {
        width: 100%; } }
    .service_section .serv_wrap .serv_bg {
      min-height: 490px;
      height: 490px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      @media (max-width: 1799px) {
        .service_section .serv_wrap .serv_bg {
          min-height: 450px;
          height: 450px; } }
      @media (max-width: 1599px) {
        .service_section .serv_wrap .serv_bg {
          min-height: 350px;
          height: 350px; } }
      @media (max-width: 991px) {
        .service_section .serv_wrap .serv_bg {
          min-height: 300px;
          height: 300px; } }
      @media (max-width: 767px) {
        .service_section .serv_wrap .serv_bg {
          min-height: 280px;
          height: 280px; } }
    .service_section .serv_wrap .inner_bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px;
      padding-bottom: 60px;
      z-index: 2; }
      @media (max-width: 1599px) {
        .service_section .serv_wrap .inner_bg {
          padding: 0 10px;
          padding-bottom: 30px; } }
      .service_section .serv_wrap .inner_bg svg {
        width: 33px;
        height: 33px; }
      .service_section .serv_wrap .inner_bg .fs-28 {
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        padding: 15px 0 5px 0; }
        .service_section .serv_wrap .inner_bg .fs-28 span {
          letter-spacing: 6px;
          text-transform: uppercase;
          color: #fff;
          font-weight: 600;
          font-size: 13px !important;
          font-size: calc($size / 16px)rem !important;
          display: block;
          padding-top: 5px; }
          @media (max-width: 991px) {
            .service_section .serv_wrap .inner_bg .fs-28 span {
              font-size: 12px !important;
              font-size: calc($size / 16px)rem !important; } }
    .service_section .serv_wrap .serv_cntnt {
      position: relative;
      text-align: center;
      background: white;
      padding: 20px 40px 50px;
      border: 1px solid rgba(15, 104, 165, 0.5);
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: background-position ease 1s;
      -o-transition: background-position ease 1s;
      transition: background-position ease 1s; }
      @media (max-width: 1599px) {
        .service_section .serv_wrap .serv_cntnt {
          padding: 20px 20px 30px; } }
      @media (max-width: 991px) {
        .service_section .serv_wrap .serv_cntnt {
          padding: 20px 10px 30px; } }
      .service_section .serv_wrap .serv_cntnt:after {
        position: absolute;
        content: "";
        background: url(assets/images/serv-bfr.png) no-repeat;
        width: 194px;
        height: 34px;
        background-size: 194px;
        top: -30px;
        right: auto;
        left: auto;
        display: none; }
        @media (max-width: 1599px) {
          .service_section .serv_wrap .serv_cntnt:after {
            background-size: 160px;
            width: 160px;
            height: 25px;
            top: -25px; } }
        @media (max-width: 991px) {
          .service_section .serv_wrap .serv_cntnt:after {
            background-size: 130px;
            width: 130px;
            top: -20px; } }
      .service_section .serv_wrap .serv_cntnt p {
        font-weight: 500;
        line-height: 1.8; }
      .service_section .serv_wrap .serv_cntnt .btn, .service_section .serv_wrap .serv_cntnt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .service_section .serv_wrap .serv_cntnt .elementor-button, .service_section .serv_wrap .serv_cntnt .elementor-button-wrapper a, .elementor-button-wrapper .service_section .serv_wrap .serv_cntnt a {
        margin-top: 20px;
        margin-top: auto; }
  .service_section .serv_wrap:hover .serv_cntnt {
    -webkit-box-shadow: 1px 1px 20px rgba(15, 104, 165, 0.5);
    box-shadow: 1px 1px 20px rgba(15, 104, 165, 0.5);
    border-color: #fff; }
    .service_section .serv_wrap:hover .serv_cntnt:after {
      display: block; }
  .service_section .serv_wrap:hover .serv_bg {
    position: relative; }
    .service_section .serv_wrap:hover .serv_bg::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(15, 104, 165, 0.5);
      -webkit-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      transition: all ease 0.2s; }

.fs-28 {
  font-size: 28px !important;
  font-size: calc($size / 16px)rem !important; }
  @media (max-width: 1799px) {
    .fs-28 {
      font-size: 26px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (max-width: 1599px) {
    .fs-28 {
      font-size: 24px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (max-width: 1199px) {
    .fs-28 {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (max-width: 991px) {
    .fs-28 {
      font-size: 18px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (max-width: 575px) {
    .fs-28 {
      font-size: 17px !important;
      font-size: calc($size / 16px)rem !important; } }

.fs-22 {
  font-size: 22px !important;
  font-size: calc($size / 16px)rem !important; }
  @media (max-width: 1599px) {
    .fs-22 {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (max-width: 1199px) {
    .fs-22 {
      font-size: 18px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (max-width: 991px) {
    .fs-22 {
      font-size: 17px !important;
      font-size: calc($size / 16px)rem !important; } }
  @media (max-width: 575px) {
    .fs-22 {
      font-size: 16px !important;
      font-size: calc($size / 16px)rem !important; } }

.service-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1599px) {
    .service-shop {
      margin: 0 -10px;
      margin-top: 20px; } }
  @media (max-width: 1199px) {
    .service-shop {
      row-gap: 20px; } }
  @media (max-width: 767px) {
    .service-shop {
      row-gap: 15px;
      margin-top: 10px; } }
  @media (max-width: 575px) {
    .service-shop {
      row-gap: 10px;
      margin: 0 -5px; } }
  .service-shop .shop_outer {
    padding: 0 15px;
    width: 20%; }
    @media (max-width: 1599px) {
      .service-shop .shop_outer {
        padding: 0 10px; } }
    @media (max-width: 991px) {
      .service-shop .shop_outer {
        width: 25%; } }
    @media (max-width: 767px) {
      .service-shop .shop_outer {
        width: 50%;
        padding: 0 7px; } }
    @media (max-width: 575px) {
      .service-shop .shop_outer {
        width: 100%;
        padding: 0 5px; } }
    .service-shop .shop_outer .shop_wrap {
      height: 300px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      position: relative;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 1799px) {
        .service-shop .shop_outer .shop_wrap {
          height: 280px; } }
      @media (max-width: 1599px) {
        .service-shop .shop_outer .shop_wrap {
          height: 240px; } }
      @media (max-width: 1199px) {
        .service-shop .shop_outer .shop_wrap {
          height: 210px; } }
      @media (max-width: 575px) {
        .service-shop .shop_outer .shop_wrap {
          height: 180px; } }
      .service-shop .shop_outer .shop_wrap:after {
        position: absolute;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1; }
      .service-shop .shop_outer .shop_wrap .shop_cnt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
        padding-bottom: 35px;
        text-align: center;
        z-index: 2; }
        @media (max-width: 1599px) {
          .service-shop .shop_outer .shop_wrap .shop_cnt {
            padding-bottom: 20px; } }
        .service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
          font-weight: 600;
          color: #fff;
          text-transform: uppercase;
          margin-bottom: 15px;
          line-height: 1; }
          @media (max-width: 1599px) {
            .service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
              margin-bottom: 10px; } }
        .service-shop .shop_outer .shop_wrap .shop_cnt .btn, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper a, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt a {
          margin-top: 0 !important;
          background-color: var(--global--color-white) !important;
          color: var(--global--color-black) !important; }
          .service-shop .shop_outer .shop_wrap .shop_cnt .btn:hover, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button:hover, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper a:hover, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt a:hover {
            background-color: var(--global--color-black) !important;
            color: var(--global--color-white) !important; }

.site_nav {
  padding-left: 25px; }
  .site_nav li {
    padding-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    padding: 10px 5px 5px; }
    .site_nav li a {
      padding-bottom: 0px;
      color: #000 !important;
      cursor: pointer;
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 400; }
      @media (max-width: 1499px) {
        .site_nav li a {
          font-size: 16px; } }
      .site_nav li a:hover {
        color: #2a5895 !important; }
    .site_nav li ul {
      padding-left: 20px; }
    .site_nav li:before {
      display: block;
      content: '';
      position: absolute;
      left: -12px;
      top: 21px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #2a5895; }
      @media (max-width: 1499px) {
        .site_nav li:before {
          top: 18px; } }

.page-id-25 .breadcrumb-container {
  background: #095A95; }

.about-top-box .e-con-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .about-top-box .e-con-inner .abt-text-bx {
    padding-left: 50px; }
    .about-top-box .e-con-inner .abt-text-bx .title_before {
      position: relative; }
      .about-top-box .e-con-inner .abt-text-bx .title_before:after {
        content: "";
        position: absolute;
        left: 23%;
        top: 10px;
        width: 42%;
        height: 2px;
        background-color: #fff; }
    .about-top-box .e-con-inner .abt-text-bx p {
      font-size: 16px !important;
      font-size: calc($size / 16px)rem !important; }

span.belw {
  display: block; }

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

.text-color {
  color: var(--global--color-primary); }
  .text-color p {
    color: #000; }

.test-sec {
  max-width: 72% !important;
  margin: 0 auto !important; }
  @media (max-width: 1199px) {
    .test-sec {
      max-width: 100% !important; } }

@media (max-width: 1199px) {
  .st-list .cntList-4-cols {
    -webkit-column-count: 3;
    column-count: 3;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .st-list .cntList-4-cols {
    -webkit-column-count: 2;
    column-count: 2; } }

.servic-list .elementor-image-box-img {
  margin-bottom: 0px !important; }

.servic-list .elementor-image-box-content {
  border: 1px solid rgba(9, 90, 149, 0.5);
  padding: 35px 15px 0px;
  margin-top: -10px;
  border-top: 0px;
  min-height: 325px !important; }
  @media (max-width: 1499px) {
    .servic-list .elementor-image-box-content {
      min-height: 275px !important; } }
  @media (max-width: 1199px) {
    .servic-list .elementor-image-box-content {
      min-height: 310px !important;
      padding: 35px 5px 0px !important; } }
  @media (max-width: 991px) {
    .servic-list .elementor-image-box-content {
      min-height: 233px !important;
      padding: 35px 15px 0px !important; } }
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    min-height: 68px;
    font-size: 27px !important; }
    @media (max-width: 1499px) {
      .servic-list .elementor-image-box-content h3.elementor-image-box-title {
        font-size: 22px !important;
        min-height: 50px; } }
    @media (max-width: 1199px) {
      .servic-list .elementor-image-box-content h3.elementor-image-box-title {
        font-size: 19px !important; } }
    @media (max-width: 767px) {
      .servic-list .elementor-image-box-content h3.elementor-image-box-title {
        min-height: 0px; } }
  .servic-list .elementor-image-box-content h3 .elementor-image-box-description {
    padding: 0px 15px 0px; }

.serv-list1 .elementor-image-box-content {
  min-height: 480px !important; }
  @media (max-width: 1499px) {
    .serv-list1 .elementor-image-box-content {
      min-height: 405px !important; } }
  @media (max-width: 1199px) {
    .serv-list1 .elementor-image-box-content {
      min-height: 500px !important; } }
  @media (max-width: 991px) {
    .serv-list1 .elementor-image-box-content {
      min-height: 352px !important; } }

@media (max-width: 1199px) {
  .jwcolumn {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    width: 25% !important; } }

@media (max-width: 991px) {
  .jwcolumn {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    width: 50% !important; } }

@media (max-width: 767px) {
  .jwcolumn {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    padding-left: 55px;
    padding-right: 55px; } }

@media (max-width: 480px) {
  .jwcolumn {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 1499px) {
  .fotr-sec .belw {
    display: block; } }

@media (max-width: 991px) {
  .spc1 {
    padding-bottom: 5px !important; } }

@media (max-width: 991px) {
  .to-up {
    padding-bottom: 0px;
    padding-top: 25px; } }

.der {
  max-width: 100% !important; }

@media (max-width: 991px) {
  .sep {
    padding-top: 0px; } }

@media (max-width: 991px) {
  .cm-spc {
    padding: 4px 0px 10px !important; } }

@media (max-width: 991px) {
  .cm-spc.ster {
    padding: 4px 0px 15px !important; } }

@media (max-width: 1199px) {
  .pad-botm p {
    padding-bottom: 0px !important; } }

@media (max-width: 1199px) {
  .pad-botm p + p {
    padding-bottom: 0px !important; } }

@media (max-width: 1199px) {
  .wraper {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; } }

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

.fst-sec img {
  margin-left: 60px; }
  @media (max-width: 1499px) {
    .fst-sec img {
      max-width: 500px !important; } }
  @media (max-width: 767px) {
    .fst-sec img {
      max-width: 100% !important; } }

.snd-sec img {
  margin-right: 60px; }
  @media (max-width: 1499px) {
    .snd-sec img {
      max-width: 500px !important; } }
  @media (max-width: 767px) {
    .snd-sec img {
      max-width: 100% !important; } }

.mtser {
  margin-top: 40x !important; }

@media (max-width: 1199px) {
  .hrd-scp {
    padding-top: 5px;
    padding-bottom: 5px; } }

@media (max-width: 1199px) {
  .get-quote {
    padding-top: 20px !important; } }

@media (max-width: 1199px) {
  .get-quote {
    padding-top: 0px !important; } }

.space-comn {
  padding-top: 65px !important;
  padding-bottom: 20px !important; }
  @media (max-width: 1199px) {
    .space-comn {
      padding-bottom: 0px !important;
      padding-top: 30px !important; } }
  @media (max-width: 767px) {
    .space-comn {
      padding-top: 20px !important; } }

.bot-spce {
  padding-bottom: 40px !important; }
  @media (max-width: 1199px) {
    .bot-spce {
      padding-bottom: 0px !important; } }
  @media (max-width: 767px) {
    .bot-spce {
      padding-bottom: 10px !important; } }

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

.page-id-25 .breadcrumb-container {
  background: #095A95;
  position: relative;
  z-index: 9; }

.about-top-box {
  padding: 120px 0 60px; }
  .about-top-box .e-con-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1199px) {
      .about-top-box .e-con-inner {
        -ms-flex-flow: wrap !important;
        flex-flow: wrap !important; } }
    @media (max-width: 1199px) {
      .about-top-box .e-con-inner .abt-top-img {
        width: 100% !important; } }
    .about-top-box .e-con-inner .abt-text-bx {
      padding-left: 50px; }
      @media (max-width: 1199px) {
        .about-top-box .e-con-inner .abt-text-bx {
          padding: 10px;
          width: 100% !important; } }
      .about-top-box .e-con-inner .abt-text-bx .title_before {
        position: relative; }
        .about-top-box .e-con-inner .abt-text-bx .title_before:after {
          content: "";
          position: absolute;
          left: 23%;
          top: 10px;
          width: 27%;
          height: 2px;
          background-color: #fff; }
          @media (max-width: 1199px) {
            .about-top-box .e-con-inner .abt-text-bx .title_before:after {
              display: none; } }
      .about-top-box .e-con-inner .abt-text-bx p {
        font-size: 16px !important;
        font-size: calc($size / 16px)rem !important; }
        @media (max-width: 1440px) {
          .about-top-box .e-con-inner .abt-text-bx p {
            font-size: 14px !important;
            font-size: calc($size / 16px)rem !important; } }

.number-box-wrap .e-con-inner {
  margin: 0 auto;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
  .number-box-wrap .e-con-inner .elementor-element {
    width: 16% !important;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin: 0 15px;
    padding: 15px; }
    @media (max-width: 1199px) {
      .number-box-wrap .e-con-inner .elementor-element {
        width: 22% !important; } }
    @media (max-width: 768px) {
      .number-box-wrap .e-con-inner .elementor-element {
        margin: 0 5px;
        width: 24% !important; } }
    @media (max-width: 767px) {
      .number-box-wrap .e-con-inner .elementor-element {
        margin: 5px;
        width: 47% !important; } }
    .number-box-wrap .e-con-inner .elementor-element .elementor-element {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      width: 100% !important;
      padding: 15px 0 0 !important;
      margin: 0 !important; }
      .number-box-wrap .e-con-inner .elementor-element .elementor-element p {
        font-weight: 600 !important; }
        @media (max-width: 768px) {
          .number-box-wrap .e-con-inner .elementor-element .elementor-element p {
            font-size: 12px !important;
            font-size: calc($size / 16px)rem !important; } }
      .number-box-wrap .e-con-inner .elementor-element .elementor-element + .elementor-element {
        padding: 0 !important; }
    .number-box-wrap .e-con-inner .elementor-element h2 {
      color: var(--primary-color);
      font-size: 65px !important;
      font-size: calc($size / 16px)rem !important; }
      @media (max-width: 1600px) {
        .number-box-wrap .e-con-inner .elementor-element h2 {
          font-size: 55px !important;
          font-size: calc($size / 16px)rem !important; } }
      @media (max-width: 1440px) {
        .number-box-wrap .e-con-inner .elementor-element h2 {
          font-size: 45px !important;
          font-size: calc($size / 16px)rem !important; } }
      @media (max-width: 1200px) {
        .number-box-wrap .e-con-inner .elementor-element h2 {
          font-size: 40px !important;
          font-size: calc($size / 16px)rem !important; } }
      @media (max-width: 768px) {
        .number-box-wrap .e-con-inner .elementor-element h2 {
          font-size: 35px !important;
          font-size: calc($size / 16px)rem !important; } }
      @media (max-width: 767px) {
        .number-box-wrap .e-con-inner .elementor-element h2 {
          font-size: 30px !important;
          font-size: calc($size / 16px)rem !important; } }

.abt-md-txt-bx .pad-r {
  padding-right: 50px; }
  @media (max-width: 768px) {
    .abt-md-txt-bx .pad-r {
      width: 100% !important;
      padding-right: 0px; } }

.abt-md-txt-bx .pad-l {
  padding-left: 50px; }
  @media (max-width: 768px) {
    .abt-md-txt-bx .pad-l {
      width: 100% !important;
      padding-left: 0px; } }

@media (max-width: 768px) {
  .abt-md-txt-bx .img {
    width: 100% !important; } }

.abt-md-txt-bx.top-space {
  padding-bottom: 50px; }
  @media (max-width: 1199px) {
    .abt-md-txt-bx.top-space {
      padding-bottom: 0px; } }

.abt-md-txt-bx .e-con-inner {
  margin: 0 auto;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }
  @media (max-width: 768px) {
    .abt-md-txt-bx .e-con-inner {
      -ms-flex-flow: wrap !important;
      flex-flow: wrap !important; } }

.abt-bottom-call-bx {
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .abt-bottom-call-bx {
      padding: 30px 0; } }
  .abt-bottom-call-bx .e-con-inner {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
    @media (max-width: 1023px) {
      .abt-bottom-call-bx .e-con-inner {
        -ms-flex-flow: wrap !important;
        flex-flow: wrap !important; } }
    .abt-bottom-call-bx .e-con-inner .cal-txt {
      width: 75% !important; }
      @media (max-width: 1023px) {
        .abt-bottom-call-bx .e-con-inner .cal-txt {
          width: 100% !important;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          text-align: center; } }
    .abt-bottom-call-bx .e-con-inner .cal-img {
      width: 25% !important; }
      @media (max-width: 1023px) {
        .abt-bottom-call-bx .e-con-inner .cal-img {
          width: 100% !important;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
  .abt-bottom-call-bx .tlebf {
    position: relative; }
    .abt-bottom-call-bx .tlebf:after {
      content: "";
      position: absolute;
      right: 0;
      top: 35px;
      width: 15%;
      height: 2px;
      background-color: #80A6C4; }
      @media (max-width: 1199px) {
        .abt-bottom-call-bx .tlebf:after {
          display: none; } }
    .abt-bottom-call-bx .tlebf.bt:after {
      width: 80%; }
  .abt-bottom-call-bx .btn_white {
    color: #000 !important; }
    .abt-bottom-call-bx .btn_white:hover {
      color: #fff !important; }
  .abt-bottom-call-bx h2 {
    color: #fff;
    font-size: 65px !important;
    font-size: calc($size / 16px)rem !important; }
    @media (max-width: 1600px) {
      .abt-bottom-call-bx h2 {
        font-size: 55px !important;
        font-size: calc($size / 16px)rem !important; } }
    @media (max-width: 1440px) {
      .abt-bottom-call-bx h2 {
        font-size: 45px !important;
        font-size: calc($size / 16px)rem !important; } }
    @media (max-width: 1199px) {
      .abt-bottom-call-bx h2 {
        font-size: 40px !important;
        font-size: calc($size / 16px)rem !important; } }
    @media (max-width: 768px) {
      .abt-bottom-call-bx h2 {
        font-size: 35px !important;
        font-size: calc($size / 16px)rem !important; } }
    @media (max-width: 767px) {
      .abt-bottom-call-bx h2 {
        font-size: 30px !important;
        font-size: calc($size / 16px)rem !important; } }
    .abt-bottom-call-bx h2 span {
      display: block; }
  .abt-bottom-call-bx h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 37px !important;
    font-size: calc($size / 16px)rem !important;
    margin: 20px 0 !important; }
    @media (max-width: 1600px) {
      .abt-bottom-call-bx h3 {
        font-size: 33px !important;
        font-size: calc($size / 16px)rem !important; } }
    @media (max-width: 1440px) {
      .abt-bottom-call-bx h3 {
        font-size: 27px !important;
        font-size: calc($size / 16px)rem !important; } }
    @media (max-width: 1199px) {
      .abt-bottom-call-bx h3 {
        font-size: 24px !important;
        font-size: calc($size / 16px)rem !important; } }
  .abt-bottom-call-bx .name-wrap {
    background: rgba(255, 255, 255, 0.7);
    padding: 5px 25px 5px 15px;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 25px; }
    @media (max-width: 1199px) {
      .abt-bottom-call-bx .name-wrap {
        left: 10px; } }
    @media (max-width: 1023px) {
      .abt-bottom-call-bx .name-wrap {
        left: 27%; } }
    @media (max-width: 767px) {
      .abt-bottom-call-bx .name-wrap {
        left: 12px; } }
    .abt-bottom-call-bx .name-wrap .name {
      text-transform: uppercase;
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important;
      font-weight: 600; }
      .abt-bottom-call-bx .name-wrap .name span {
        display: block;
        font-weight: 400;
        font-size: 16px !important;
        font-size: calc($size / 16px)rem !important; }

.faq_wrapper {
  max-width: 85%;
  margin: 0 auto; }
  @media (max-width: 1499px) {
    .faq_wrapper {
      max-width: 85%; } }
  .faq_wrapper .faq_accordion li {
    margin-bottom: 25px; }
    .faq_wrapper .faq_accordion li.opened header {
      -webkit-box-shadow: 0px 0px 17px 6px rgba(3, 67, 114, 0.2);
      box-shadow: 0px 0px 17px 6px rgba(3, 67, 114, 0.2);
      background: #095A95;
      color: #fff;
      font-size: 25px;
      font-weight: 400;
      padding: 35px 25px 35px 45px;
      position: relative; }
      @media (max-width: 1499px) {
        .faq_wrapper .faq_accordion li.opened header {
          padding: 20px 75px 20px 40px;
          font-size: 18px; } }
      @media (max-width: 1199px) {
        .faq_wrapper .faq_accordion li.opened header {
          font-size: 20px;
          padding: 25px 80px 25px 45px; } }
      @media (max-width: 767px) {
        .faq_wrapper .faq_accordion li.opened header {
          padding: 25px 80px 25px 45px; } }
      .faq_wrapper .faq_accordion li.opened header .expand {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 55px;
        right: 40px; }
        .faq_wrapper .faq_accordion li.opened header .expand:before {
          content: "";
          position: absolute;
          right: 31.5px;
          top: -2px;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          font-weight: 600;
          width: 18px;
          height: 3px;
          background: #fff;
          display: block; }
        .faq_wrapper .faq_accordion li.opened header .expand:after {
          display: none; }
      .faq_wrapper .faq_accordion li.opened header:hover {
        cursor: pointer; }
    .faq_wrapper .faq_accordion li .faq_content {
      font-size: 18px;
      font-weight: 300;
      line-height: 32px;
      color: #000;
      padding: 35px 100px 35px 45px; }
      @media (max-width: 1499px) {
        .faq_wrapper .faq_accordion li .faq_content {
          padding: 30px 75px 30px 40px;
          font-size: 14px; } }
      @media (max-width: 1199px) {
        .faq_wrapper .faq_accordion li .faq_content {
          padding: 30px 85px 30px 45px; } }
      @media (max-width: 767px) {
        .faq_wrapper .faq_accordion li .faq_content {
          padding: 30px 30px 15px 25px; } }
      .faq_wrapper .faq_accordion li .faq_content ul li:before {
        width: 10px;
        height: 10px;
        top: 8px;
        left: 4px; }
    .faq_wrapper .faq_accordion li header {
      -webkit-box-shadow: 0px 4px 27px 11px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 4px 27px 11px rgba(0, 0, 0, 0.05);
      background: #fff;
      color: #000;
      font-size: 25px;
      font-weight: 400;
      padding: 35px 25px 35px 45px;
      position: relative; }
      @media (max-width: 1499px) {
        .faq_wrapper .faq_accordion li header {
          padding: 20px 75px 20px 40px;
          font-size: 18px; } }
      @media (max-width: 1199px) {
        .faq_wrapper .faq_accordion li header {
          font-size: 20px;
          padding: 25px 80px 25px 45px; } }
      @media (max-width: 767px) {
        .faq_wrapper .faq_accordion li header {
          padding: 25px 80px 25px 45px; } }
      @media (max-width: 480px) {
        .faq_wrapper .faq_accordion li header {
          padding: 25px 60px 25px 15px !important;
          font-size: 19px !important; } }
      .faq_wrapper .faq_accordion li header .expand {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 57px;
        right: 40px; }
        @media (max-width: 1499px) {
          .faq_wrapper .faq_accordion li header .expand {
            top: 37px !important;
            right: 0px !important; } }
        @media (max-width: 1199px) {
          .faq_wrapper .faq_accordion li header .expand {
            top: 44px !important;
            right: -6px !important; } }
        @media (max-width: 767px) {
          .faq_wrapper .faq_accordion li header .expand {
            right: -9px !important; } }
        .faq_wrapper .faq_accordion li header .expand:before {
          content: " ";
          position: absolute;
          right: 31.5px;
          top: -2px;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          font-weight: 600;
          width: 18px;
          height: 3px;
          background: #000;
          display: block; }
        .faq_wrapper .faq_accordion li header .expand:after {
          content: "";
          position: absolute;
          right: 39px;
          top: -9px;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          font-weight: 600;
          width: 3px;
          height: 18px;
          background: #000; }
    .faq_wrapper .faq_accordion li:hover header {
      cursor: pointer; }

.faq_accordion .opened .faq_content {
  display: block; }

.faq_accordion li .faq_content {
  display: none; }

.site_footer .foot_top_band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0; }
  .site_footer .foot_top_band::before, .site_footer .foot_top_band::after {
    display: none; }

.site_footer .divider {
  width: 1px;
  background: #d7d7d7; }

.site_footer .foot_top_i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 50px;
    height: 50px; }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 20px; }
    .site_footer .foot_top_i .foot_top_cnt .title_29 {
      text-transform: uppercase;
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important;
      font-weight: 600;
      color: var(--primary-color);
      padding-bottom: 5px; }

@media (min-width: 768px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 40px;
    height: 40px; }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 10px; }
    .site_footer .foot_top_i .foot_top_cnt .title_29 {
      font-size: 20px !important;
      font-size: calc($size / 16px)rem !important; } }

@media (min-width: 1200px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 50px;
    height: 50px; }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 10px; }
    .site_footer .foot_top_i .foot_top_cnt .title_29 {
      font-size: 22px !important;
      font-size: calc($size / 16px)rem !important; } }

@media (min-width: 1600px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 80px;
    height: 80px; }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 15px; }
    .site_footer .foot_top_i .foot_top_cnt .title_29 {
      font-size: 27px !important;
      font-size: calc($size / 16px)rem !important; } }

@media (min-width: 1850px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 88px;
    height: 88px; }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 20px; }
    .site_footer .foot_top_i .foot_top_cnt .title_29 {
      font-size: 29px !important;
      font-size: calc($size / 16px)rem !important; } }

@media (max-width: 767px) {
  .site_footer .foot_top_band {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; } }

.foot_L {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .foot_L::before {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .foot_L .foot_L_in {
    width: 100%;
    max-width: 800px;
    padding: 80px 50px 80px 0;
    position: relative;
    margin-left: auto;
    margin-right: 0; }
  .foot_L .foot_L_top {
    text-align: center;
    font-size: 22px;
    color: #fff;
    max-width: 570px;
    margin: 0 auto 50px; }
    .foot_L .foot_L_top .foot_des {
      padding-top: 20px; }
  .foot_L .foot_L_btm {
    color: #fff; }
    .foot_L .foot_L_btm .info_ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 15px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .foot_L .foot_L_btm .info_ul li svg {
        fill: #fff;
        margin-right: 25px; }
      .foot_L .foot_L_btm .info_ul li.location_li {
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start; }
        .foot_L .foot_L_btm .info_ul li.location_li svg {
          width: 19px;
          height: 26px; }
      .foot_L .foot_L_btm .info_ul li.mail_li svg {
        width: 21px;
        height: 14px; }
      .foot_L .foot_L_btm .info_ul li.mail_li a:hover {
        text-decoration: underline; }
      .foot_L .foot_L_btm .info_ul li.call_li {
        font-size: 35px;
        font-weight: 600; }
        .foot_L .foot_L_btm .info_ul li.call_li svg {
          width: 23px;
          height: 23px; }
    .foot_L .foot_L_btm .hours_bx {
      line-height: 2; }
      .foot_L .foot_L_btm .hours_bx strong {
        font-weight: 500; }
      .foot_L .foot_L_btm .hours_bx .hours_title {
        font-size: 20px;
        font-weight: 500; }
      .foot_L .foot_L_btm .hours_bx .contact_link {
        padding-top: 15px; }
        .foot_L .foot_L_btm .hours_bx .contact_link a:hover {
          text-decoration: underline; }

.foot_R {
  width: 50%; }
  .foot_R .foot_R_btm {
    background: #000;
    color: #fff;
    padding: 40px 0; }
    .foot_R .foot_R_btm .foot_row {
      max-width: 730px;
      margin: 0 auto; }
  .foot_R .copyright {
    text-align: center;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%; }
    .foot_R .copyright .tw {
      padding-top: 10px; }
      .foot_R .copyright .tw svg {
        width: 32px;
        height: 32px;
        fill: #fff; }
      .foot_R .copyright .tw a:hover svg {
        fill: var(--primary-color); }

/*footer menu*/
.foot_col .foot_nav li a {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 300; }

.foot_col.foot_col2 .foot_nav > li > a, .foot_col.foot_col3 .foot_nav > li > a {
  font-weight: 600; }

.foot_col.foot_col2 {
  max-width: 250px; }

/*end footer menu*/
.footform .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .footform .form_row::before, .footform .form_row::after {
    display: none; }
  .footform .form_row .form_col {
    width: 48%; }

.form_left {
  padding-right: 120px;
  max-width: 1100px;
  margin-left: auto; }

@media (max-width: 1599px) {
  .foot_L .foot_L_top {
    font-size: 16px; }
  .foot_L .foot_L_in {
    max-width: 550px; }
  .foot_R .foot_R_btm .foot_row {
    max-width: 550px; }
  .foot_L .foot_L_btm .info_ul li.call_li {
    font-size: 20px; }
  .foot_R {
    background: #000; } }

@media (max-width: 1199px) {
  .foot_L_top img {
    max-width: 250px; }
  .foot_L .foot_L_in {
    max-width: 450px;
    padding-top: 50px;
    padding-bottom: 50px; }
  .foot_R .foot_R_btm .foot_row {
    max-width: 450px; }
  .foot_R .copyright {
    font-size: 12px !important; }
  .foot_L .foot_L_btm .hours_bx .hours_title {
    font-size: 16px; }
  .foot_col .foot_nav li a {
    padding-bottom: 5px; } }

@media (max-width: 1023px) {
  .foot_L .foot_L_in {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
  .foot_L {
    width: 100%; }
  .foot_R {
    width: 100%; }
  .foot_R .foot_R_btm .foot_row {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; }
  .site_footer .foot_top_band {
    display: block;
    padding: 20px 0; }
    .site_footer .foot_top_band .divider {
      display: none; }
  .site_footer .foot_top_i {
    padding: 10px 0; } }

@media (max-width: 767px) {
  .foot_col {
    width: 100%; } }

@media (max-width: 1700px) {
  .form_left {
    max-width: 1000px; } }

@media (max-width: 1599px) {
  .form_left {
    max-width: 778px;
    padding-right: 80px; } }

.form_left {
  padding-left: 15px; }

@media (max-width: 1199px) {
  .form_left {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px; }
  .foot_form_sec {
    background: #ebf7ff; }
  .foot_form_R {
    display: none; } }

@media (max-width: 1023px) {
  .form_left {
    max-width: 768px; } }

.footform .wpforms-container input.wpforms-field-medium {
  max-width: 100%; }

.footform .wpforms-field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -15px; }
  .footform .wpforms-field-container .wpforms-field {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .footform .wpforms-field-container .wpforms-field.wpforms-field-textarea {
      width: 100%;
      padding-top: 12px;
      padding-bottom: 12px; }
    @media (max-width: 767px) {
      .footform .wpforms-field-container .wpforms-field {
        width: 100%;
        padding-top: 0; } }

.footform .wpforms-submit-container {
  text-align: right; }
  .footform .wpforms-submit-container button[type="submit"] {
    background: #0F68A5;
    color: #fff;
    padding: 20px 60px;
    border-radius: 5px;
    text-transform: uppercase; }
    @media (min-width: 1600px) {
      .footform .wpforms-submit-container button[type="submit"] {
        font-size: 22px; } }
    @media (max-width: 1599px) {
      .footform .wpforms-submit-container button[type="submit"] {
        font-size: 15px;
        padding: 10px 20px; } }

gwmw {
  display: none; }

@media (min-width: 1200px) {
  .page_custom_title {
    padding-top: 30px; }
  .elementor-shortcode .foot_form_sec .form_left {
    padding-left: 30px; } }

@media (min-width: 1600px) {
  .page_custom_title {
    padding-top: 70px; }
  .elementor-shortcode .foot_form_sec .form_left {
    padding-left: 80px; } }

@media (max-width: 1599px) {
  .foot_L .foot_L_btm .hours_bx .hours_title {
    font-size: 16px; } }

.powered a:hover {
  text-decoration: underline; }

.foot_col .foot_nav li a:hover {
  opacity: .7; }

/* From: custom 30-05-2024.css */
@charset "UTF-8";
:root {
  --font-roboto: "Poppins", sans-serif;
  /* Font Family */
  --global--font-primary: var(
    --font-roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-secondary: var(
    --font-roboto-condensed,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --global--font-tertiary: var(
    --font-sourse-sans-pro,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  );
  --primary-color: #2a5895;
  --primary-grey: #58585a;
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-grey: #a8a8a8;
  --global--color-oil-black: #242424;
  --global--color-box-bg: #e2e2e2;
  --global--color-border: #d1d0d0;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: #434242;
  --global--color-fade-text: #797979;
  --global--color-fade-white: #efefef;
  --global--color-primary: var(--primary-color);
  --global--color-secondary: var(--primary-grey);
  --global--color-heading: var(--global--color-black);
  --global--shadow-black-20: 0px 1px 10px rgba(0, 0, 0, 0.2);
  --global--shadow-black-10: 0px 1px 10px rgba(0, 0, 0, 0.1);
  --global--opacity-black-20: rgba(0, 0, 0, 0.2);
  --global--opacity-black-50: rgba(0, 0, 0, 0.5);
  --global--opacity-black-80: rgba(0, 0, 0, 0.8);
  --global--opacity-white-30: rgba(255, 255, 255, 0.3);
  --global--opacity-white-50: rgba(255, 255, 255, 0.5);
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1660px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-color: transparent;
  color: inherit;
  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-primary);
}
h1 + p, h1 + ul, h1 + ol,
h2 + p,
h2 + ul,
h2 + ol,
h3 + p,
h3 + ul,
h3 + ol,
h4 + p,
h4 + ul,
h4 + ol,
h5 + p,
h5 + ul,
h5 + ol,
h6 + p,
h6 + ul,
h6 + ol {
  margin-top: 20px;
}
h1 + blockquote,
h2 + blockquote,
h3 + blockquote,
h4 + blockquote,
h5 + blockquote,
h6 + blockquote {
  margin-top: 20px !important;
}
@media (max-width: 1599px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  h1 + p, h1 + ul, h1 + ol,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h6 + p,
  h6 + ul,
  h6 + ol {
    margin-top: 10px;
  }
  h1 + blockquote,
  h2 + blockquote,
  h3 + blockquote,
  h4 + blockquote,
  h5 + blockquote,
  h6 + blockquote {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 7px;
  }
}

h1 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media (min-width: 768px) {
  h1 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1850px) {
  h1 {
    font-size: 52px !important;
    font-size: 3.25rem !important;
  }
}

h2 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  h2 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1850px) {
  h2 {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}

h3,
h4 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  h3,
  h4 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  h3,
  h4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  h3,
  h4 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1850px) {
  h3,
  h4 {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}

h5,
h6 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  h5,
  h6 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1200px) {
  h5,
  h6 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  h5,
  h6 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1850px) {
  h5,
  h6 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-black);
  display: block;
  line-height: 1;
  margin-bottom: 15px !important;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.elementor-widget-heading .elementor-heading-title {
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-transform: inherit;
}
.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 .sub-text {
  color: inherit;
  display: inline-block;
  font-family: var(--global--font-secondary);
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.elementor-widget-heading .elementor-heading-title {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xs {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
.elementor-widget-heading.center {
  text-align: center;
}
.elementor-widget-heading.center .sub-text {
  justify-content: center;
}
@media (min-width: 1200px) {
  .elementor-widget-heading.center .short-content {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
}
.elementor-widget-heading.no-transform {
  text-transform: none;
}
@media (min-width: 768px) {
  .elementor-widget-heading .sub-text {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    margin-bottom: 16px;
  }
  .elementor-widget-heading .elementor-heading-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .elementor-widget-heading .sub-text {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .elementor-widget-heading .elementor-heading-title {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1600px) {
  .elementor-widget-heading .sub-text {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
    margin-bottom: 20px;
  }
  .elementor-widget-heading .elementor-heading-title {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
}
@media (min-width: 1850px) {
  .elementor-widget-heading .sub-text {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
    margin-bottom: 26px;
  }
  .elementor-widget-heading .elementor-heading-title {
    font-size: 42px !important;
    font-size: 2.625rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-xs {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 65px !important;
    font-size: 4.0625rem !important;
  }
  .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 98px !important;
    font-size: 6.125rem !important;
  }
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.text-white {
  color: var(--global--color-white) !important;
}
.elementor-widget-heading.secondary-color {
  color: var(--global--color-secondary) !important;
}

.title_before .elementor-heading-title {
  font-size: 20px !important;
  letter-spacing: 22px;
  font-weight: 500;
}

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

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

[class*=list_style_on_content-] ol {
  padding-left: 18px;
}
[class*=list_style_on_content-] li a {
  color: inherit !important;
  display: inline;
  text-decoration: underline !important;
}
[class*=list_style_on_content-] li a:hover {
  color: var(--global--color-primary) !important;
  text-decoration: none !important;
}
[class*=list_style_on_content-] li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 1600px) {
  [class*=list_style_on_content-] li:not(:last-child) {
    margin-bottom: 10px;
  }
}
[class*=list_style_on_content-] li p:not(:last-child) {
  margin-bottom: 6px !important;
}
@media (min-width: 1600px) {
  [class*=list_style_on_content-] li p:not(:last-child) {
    margin-bottom: 10px !important;
  }
}
[class*=list_style_on_content-] ul {
  display: block;
}
[class*=list_style_on_content-] ul li {
  display: block;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
[class*=list_style_on_content-] ul li:before {
  background-color: var(--global--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  outline: none;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}
@media (min-width: 768px) {
  [class*=list_style_on_content-] ul li {
    padding-left: 22px;
  }
  [class*=list_style_on_content-] ul li:before {
    background-size: 10px 10px;
    height: 10px;
    top: 3px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  [class*=list_style_on_content-] ul li {
    padding-left: 22px;
  }
  [class*=list_style_on_content-] ul li:before {
    background-size: 10px 10px;
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1600px) {
  [class*=list_style_on_content-] ul li {
    padding-left: 30px;
  }
  [class*=list_style_on_content-] ul li:before {
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
  }
}

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

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

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

.btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border: 0 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  font-weight: 600;
  justify-content: center;
  height: 64px;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  padding: 0 40px;
}
@media (max-width: 1599px) {
  .btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    height: 40px;
  }
}
.btn:active, .elementor-button-wrapper .elementor-button:active, .elementor-button-wrapper a:active, .btn:focus, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper a:focus, .btn:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover, .btn:visited, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:visited {
  box-shadow: none;
  outline: none;
}
.btn:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover {
  background-color: var(--global--color-black) !important;
}
.btn.btn_xs, .elementor-button-wrapper .btn_xs.elementor-button, .elementor-button-wrapper a.btn_xs {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  padding: 0 20px;
}
.btn.review_btn, .elementor-button-wrapper .review_btn.elementor-button, .elementor-button-wrapper a.review_btn {
  background: #4285F4 !important;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  text-transform: none;
  padding: 0 30px;
}
.btn.review_btn:hover, .elementor-button-wrapper .review_btn.elementor-button:hover, .elementor-button-wrapper a.review_btn:hover {
  background: #000 !important;
}
@media (max-width: 1599px) {
  .btn.review_btn, .elementor-button-wrapper .review_btn.elementor-button, .elementor-button-wrapper a.review_btn {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  height: 36px;
  padding: 0 10px !important;
  position: relative;
}
.elementor-button-wrapper .elementor-button > *, .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:focus, .elementor-button-wrapper a:visited {
  color: var(--global--color-white);
}
.elementor-button-wrapper .elementor-button:not(:last-child), .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
.elementor-button-wrapper .elementor-size-xss {
  font-size: 12px !important;
  font-size: 0.75rem !important;
  height: 36px;
}
.elementor-button-wrapper .elementor-size-xs {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  height: 38px;
}
.elementor-button-wrapper .elementor-size-md {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  height: 38px;
}
.elementor-button-wrapper .elementor-size-lg {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 40px;
}
.elementor-button-wrapper .elementor-size-xl {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 40px;
}
@media (min-width: 768px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 42px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 36px;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 38px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    height: 30px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 35px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
    height: 48px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 36px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 42px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 50px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 54px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 60px;
  }
}
@media (min-width: 1600px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 64px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    height: 43px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 45px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 57px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    height: 64px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 70px;
  }
}
@media (min-width: 1850px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 70px;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .elementor-button-wrapper .elementor-size-xss {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    height: 47px;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 49px;
  }
  .elementor-button-wrapper .elementor-size-md {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 61px;
  }
  .elementor-button-wrapper .elementor-size-lg {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 68px;
  }
  .elementor-button-wrapper .elementor-size-xl {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .elementor-button-wrapper .elementor-button:not(:last-child),
  .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}

a.btn_white {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black) !important;
}
a.btn_white:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}

.btn_white .elementor-button-wrapper .elementor-button,
.btn_white .elementor-button-wrapper 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 {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}

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

.btn-trans .elementor-button-wrapper .elementor-button,
.btn-trans .elementor-button-wrapper a {
  background-color: transparent !important;
  border: 2px solid var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}
.btn-trans .elementor-button-wrapper .elementor-button:hover,
.btn-trans .elementor-button-wrapper a:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}

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

@media (max-width: 1599px) {
  .btn, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 15px !important;
  }
}
/*back button*/
.back-btn {
  align-items: center;
  -webkit-align-items: center;
  background-color: var(--primary-color);
  border: 0;
  bottom: 100px;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 32px;
  margin-top: 30px;
  min-width: 1px;
  padding: 0 10px 0 8px;
  position: fixed;
  right: 0;
  z-index: 100;
}
.back-btn:before {
  border-bottom: 16px solid transparent;
  border-right: 10px solid var(--primary-color);
  border-top: 16px solid transparent;
  content: "";
  display: block;
  left: -10px;
  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:hover {
  background-color: #58585a;
  color: #fff;
}
.back-btn:hover:before {
  border-right-color: #58585a;
}
@media (max-width: 1199px) {
  .back-btn {
    display: none;
  }
}

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

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

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

::-webkit-input-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

:-moz-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--global--color-base-text);
  font-family: var(--global--font-primary);
  font-weight: 400;
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  display: block;
  background: #fff;
  padding: 13px 15px;
  border: 1px solid #C4DFF0;
  font-size: 16px;
}
input[type=text]:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=tel]:focus,
textarea:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 95px;
}

.input-holder {
  padding-bottom: 25px;
}

.submit_wrap {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

/* Dots */
ul.slick-dots {
  position: absolute !important;
  bottom: 50px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 9;
  transform: translate(-50%, 0);
  left: 50%;
}
ul.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
  width: 60px;
  height: 6px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #fff;
}
ul.slick-dots li button {
  border: 0;
  display: block;
  height: 5px;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
}
ul.slick-dots li button:hover, ul.slick-dots li button:focus {
  outline: none;
}
ul.slick-dots li.slick-active {
  background: #DCA346;
}
/*slick custom nave*/
.slick_prev,
.slick_next {
  width: 24px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick_prev svg,
.slick_next svg {
  width: 24px;
  height: 45px;
  transition: all ease 0.2s;
  fill: #fff;
}
.slick_prev:hover svg,
.slick_next:hover svg {
  fill: var(--primary-color);
}

.slick_prev {
  left: auto;
  right: -50px;
}

@media (max-width: 1599px) {
  .slick_next {
    left: -24px;
  }
  .slick_prev {
    right: -24px;
  }
}
@media (max-width: 1200px) {
  .slick_prev,
  .slick_next {
    display: none !important;
  }
}
/*end slick custom nav*/
.accordionjs {
  position: relative;
}
.accordionjs .acc_section {
  position: relative;
}
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}

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

/*star rating*/
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

/*end star rating*/
.top_nav > ul {
  display: flex;
}
.top_nav > ul > li {
  padding: 0 25px;
  position: relative;
  display: flex;
}
.top_nav > ul > li i {
  margin-left: 6px;
}
.top_nav > ul > li i svg {
  width: 10px;
  height: 8px;
  fill: #fff;
}
.top_nav > ul > li > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  display: block;
}
.top_nav > ul > li > ul {
  display: none;
  position: absolute;
}
.top_nav > ul > li .sub-menu {
  position: absolute;
  left: 0;
  display: none;
  z-index: 1;
  padding-top: 20px;
  margin-top: 20px;
}
.top_nav > ul > li .sub-menu li {
  display: block;
  text-align: left;
  width: 250px;
  border-bottom: 1px solid #1b4277;
  padding: 0;
  line-height: 1.3;
}
.top_nav > ul > li .sub-menu li a {
  padding: 10px 15px;
  color: #fff;
  background: var(--primary-color);
  display: block;
  font-size: 16px;
}
.top_nav > ul > li .sub-menu li:last-child {
  border-bottom: 0;
}
.top_nav > ul > li:hover .sub-menu {
  display: block;
}
@media (max-width: 1699px) {
  .top_nav > ul > li {
    padding: 0 25px;
  }
  .top_nav > ul > li > a {
    font-size: 17px;
  }
}
@media (max-width: 1599px) {
  .top_nav > ul > li {
    padding: 0 10px;
  }
  .top_nav > ul > li > a {
    font-size: 15px;
  }
}

/*stage selection mainMenu*/
.top_nav > ul li.current-menu-item > a,
.top_nav > ul li.current-menu-ancestor > a,
.top_nav > ul li.current-page-ancestor > a,
.top_nav > ul li.current-product-ancestor > a {
  font-weight: 600;
  position: relative;
}
.top_nav > ul li.current-menu-item > a::before,
.top_nav > ul li.current-menu-ancestor > a::before,
.top_nav > ul li.current-page-ancestor > a::before,
.top_nav > ul li.current-product-ancestor > a::before {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  background: #fff;
}
.top_nav > ul li.current-menu-item ul,
.top_nav > ul li.current-menu-ancestor ul,
.top_nav > ul li.current-page-ancestor ul,
.top_nav > ul li.current-product-ancestor ul {
  /*li{
      a{
          color: var(--global--color-secondary);
      }
  }*/
}
.top_nav > ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-product-ancestor a {
  color: #000;
}
.top_nav > ul li.current-menu-item ul li.current-menu-item ul li a,
.top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li a,
.top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li a,
.top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li a,
.top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li a,
.top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li a {
  color: var(--global--color-secondary);
}
.top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-item ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-menu-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-page-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-menu-item a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-menu-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-page-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-item ul li.current-product-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-menu-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-page-ancestor ul li.current-product-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-item a,
.top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-menu-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-page-ancestor a,
.top_nav > ul li.current-product-ancestor ul li.current-product-ancestor ul li.current-product-ancestor a {
  color: #000;
}

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

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

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

@media (max-width: 1199px) {
  .nav_expand {
    display: block;
    background: rgba(0, 0, 0, 0.7);
  }
  /*mobile menu*/
  .menu_trigger {
    display: block;
    position: relative;
    width: 32px;
    height: 28px;
    background: none;
    margin-left: auto;
    margin-left: 30px;
  }
  .menu_trigger span {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    top: 13px;
    background: #fff;
  }
  .menu_trigger span:before, .menu_trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    background: #fff;
    height: 3px;
  }
  .menu_trigger span:after {
    top: auto;
    bottom: -9px;
  }
  .top_nav {
    z-index: 9;
    position: fixed;
    right: -100%;
    top: 0;
    width: 360px;
    transition: all ease 0.3s;
    text-align: left;
    background: #fff;
    padding: 0;
    height: 100vh;
    display: block;
    overflow: auto;
    padding: 15px;
  }
  /*end mobile menu*/
}
@media (max-width: 1199px) and (max-width: 767px) {
  .top_nav {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .top_nav.open_nav {
    right: 0;
  }
  .top_nav .mainMenu {
    display: block;
    text-align: left;
  }
  .top_nav .mainMenu li {
    display: block;
    padding: 0;
    position: relative;
    border-left: 0;
    border-bottom: 1px solid #565656;
  }
  .top_nav .mainMenu li a {
    color: #000;
    display: block;
    position: relative;
    padding: 10px 40px 10px 10px;
  }
  .top_nav .mainMenu li ul.sub-menu {
    display: none;
    position: static;
    padding-top: 0;
    width: 100%;
  }
  .top_nav .mainMenu li ul.sub-menu li {
    width: 100%;
  }
  .top_nav .mainMenu li ul.sub-menu li a {
    padding: 10px 40px 10px 15px;
    /*&:before{
                  display: block;
                  content: '-';
                  position: absolute;
                  left: 15px;
                  top: 8px;
              }*/
  }
  .top_nav .mainMenu li ul.sub-menu ul li a {
    background: #001a24;
  }
  .top_nav .mainMenu li:hover ul.sub-menu {
    display: none;
  }
  .top_nav .mainMenu li.menu-item-has-children {
    display: block;
  }
  .top_nav .mainMenu li.menu-item-has-children i {
    position: absolute;
    width: 40px;
    height: 44px;
    right: 0;
    z-index: 1;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-size: 9px;
  }
}
@media (max-width: 1199px) and (min-width: 1800px) {
  .top_nav .mainMenu li.menu-item-has-children i {
    position: relative;
    top: -2px;
  }
}
@media (max-width: 1199px) {
  .top_nav .mainMenu li.menu-item-has-children i svg {
    width: 8px;
    height: 15px;
    transition: all ease 0.2s;
    fill: #000;
  }
  .top_nav .mainMenu li.menu-item-has-children i:hover svg {
    fill: #333;
  }
  .top_nav .mainMenu li li i {
    height: 35px;
  }
  .top_nav .mainMenu li.opened i svg {
    transform: rotate(90deg);
  }
  .top_nav .mainMenu li.opened a {
    color: var(--primary-color);
  }
  .top_nav .mainMenu li.opened li a {
    color: #fff;
  }
  .top_nav .mainMenu li.opened li i svg {
    transform: none;
  }
  .top_nav .mainMenu li.opened li.opened2 i svg {
    transform: rotate(90deg);
  }
  .top_nav .mainMenu li.opened li.opened2 li a {
    color: #fff;
  }
  .top_nav .contact_cta {
    padding: 10px 0;
  }
  .top_nav .contact_cta a {
    justify-content: center;
  }
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: auto !important;
}

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

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

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

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

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

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

blockquote,
q {
  quotes: none;
}

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

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

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

[hidden],
template {
  display: none;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h2 {
  font-size: 42px;
}
@media (max-width: 1599px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 23px;
  }
}

html {
  font-family: var(--global--font-primary);
  font-size: 16px !important;
  font-weight: 400;
  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-primary);
  font-size: 16px !important;
  font-size: 1rem !important;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 0 !important;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
}
@media (min-width: 768px) {
  body {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
body p,
body li {
  font-size: 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;
}

li {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6;
}

p {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 15px;
  text-align: inherit;
}
p:not(:last-child) {
  margin-bottom: 10px;
}
p a {
  color: inherit;
  display: inline;
  text-decoration: underline !important;
}
p a:hover {
  color: var(--global--color-primary);
  text-decoration: none !important;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 991px) {
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 10px;
  }
}

blockquote:not(:last-child) {
  margin-bottom: 10px;
}
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6 {
  margin-top: 20px;
}

ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 15px;
}
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;
}

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

button {
  border: 0;
}

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

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

b,
strong {
  font-weight: 800;
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}
img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  display: 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;
  }
}

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

.slick-dots,
.container,
.container-fluid {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.half-container,
.container-55 {
  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 {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .half-container,
  .container-55 {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .half-container,
  .container-55 {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (max-width: 1199px) {
  .half-container,
  .container-55 {
    margin-left: auto;
    margin-right: auto;
  }
}

@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: 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: 1850px) {
  .container-55 {
    max-width: calc(var(--tw-wrap-xxl) * 55 / 100 + 20px) !important;
  }
}

.slick-dots,
.container,
.elementor-element.e-parent > .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) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: 1500px !important;
  }
}
@media (min-width: 1700px) {
  .slick-dots,
  .container,
  .elementor-element.e-parent > .e-con-inner {
    max-width: var(--tw-wrap-xxl) !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: 1840px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) {
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .tw-col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%;
  }
  .tw-col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}
.fs-34 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.fs-34 p,
.fs-34 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-34 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-34 {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-34 {
    font-size: 31px !important;
    font-size: 1.9375rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-34 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}

.fs-42 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}
.fs-42 p,
.fs-42 li {
  font-size: inherit !important;
}
@media (min-width: 768px) {
  .fs-42 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1600px) {
  .fs-42 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1850px) {
  .fs-42 {
    font-size: 42px !important;
    font-size: 2.625rem !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;
}

.blog-header .page-title {
  text-align: center;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 12px !important;
  font-family: "Poppins", sans-serif;
  padding-bottom: 40px;
}
.blog-header .page-title span {
  display: block;
  color: var(--primary-color);
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 0px;
  margin-top: -15px;
}
@media (max-width: 1499px) {
  .blog-header .page-title span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .blog-header .page-title span br {
    display: none;
  }
}

.blog-top-detail {
  padding-right: 50px;
}
@media (max-width: 1499px) {
  .blog-top-detail {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .blog-top-detail {
    padding-right: 0px;
  }
}
.blog-top-detail .blog-wrapper {
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.blog-top-detail .blog-wrapper .blg-figure {
  height: 470px;
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .blg-figure {
    height: 285px;
  }
}
@media (max-width: 480px) {
  .blog-top-detail .blog-wrapper .blg-figure {
    height: 185px;
  }
}
.blog-top-detail .blog-wrapper .blg-figure a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  height: 100%;
  line-height: 1;
}
.blog-top-detail .blog-wrapper .blg-figure a img {
  max-height: 100%;
}
.blog-top-detail .blog-wrapper .blg-figure a .blog_date {
  position: absolute;
  padding: 20px 50px;
  top: 0px;
  left: 0px;
  background: rgba(9, 90, 149, 0.8);
  color: #fff;
  z-index: 3;
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .blg-figure a .blog_date {
    padding: 15px 35px;
  }
}
@media (max-width: 480px) {
  .blog-top-detail .blog-wrapper .blg-figure a .blog_date {
    font-size: 16px;
    line-height: 25px;
    padding: 15px 18px;
  }
}
.blog-top-detail .blog-wrapper .post_brief {
  padding: 50px 30px;
  border: 0.88px solid rgb(207, 207, 207);
  background: #fff;
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .post_brief {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .blog-top-detail .blog-wrapper .post_brief {
    height: calc(100% - 185px);
  }
}
.blog-top-detail .blog-wrapper .post_brief .blog-title {
  font-weight: 500;
  font-size: 33px !important;
  line-height: 39px;
  color: #000;
  padding-bottom: 15px;
}
@media (max-width: 1499px) {
  .blog-top-detail .blog-wrapper .post_brief .blog-title {
    font-size: 27px !important;
    line-height: 27px;
  }
}
.blog-top-detail .blog-wrapper .post_brief .blg-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.blog-top-detail .blog-wrapper .post_brief .blg-content p a {
  color: rgb(15, 104, 165) !important;
  text-decoration: none !important;
}
.blog-top-detail .blog-wrapper .post_brief .blg-content p a:hover {
  text-decoration: underline !important;
}
.blog-top-detail.blog-list {
  padding-right: 0px;
}

@media (max-width: 1499px) {
  .post-by-topic {
    margin-left: 18px;
  }
}
@media (max-width: 1499px) {
  .post-by-topic {
    margin-left: 0px;
  }
}
.post-by-topic .recent-post {
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .post-by-topic .recent-post {
    margin-bottom: 10px;
  }
}
.post-by-topic .recent-post .post-tile {
  background: rgb(9, 90, 149);
  padding: 25px 0px 25px 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  border-top: 0px;
}
@media (max-width: 1499px) {
  .post-by-topic .recent-post .post-tile {
    font-size: 23px;
    padding: 15px 0px 15px 25px;
  }
}
.post-by-topic .recent-post .postWrap {
  padding: 25px 34px 15px;
  border: 1px solid rgb(207, 207, 207);
}
@media (max-width: 1499px) {
  .post-by-topic .recent-post .postWrap {
    padding: 15px 15px 0px;
  }
}
@media (max-width: 1199px) {
  .post-by-topic .recent-post .postWrap {
    line-height: 23px;
    padding: 15px 15px 15px;
  }
}
.post-by-topic .recent-post .postWrap .post-list li {
  line-height: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: rgb(12, 27, 48);
  padding: 17px 0px;
}
@media (max-width: 1499px) {
  .post-by-topic .recent-post .postWrap .post-list li {
    line-height: 22px;
  }
}
.post-by-topic .recent-post .postWrap .post-list li:after {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #ccc;
}
.post-by-topic .recent-post .postWrap .post-list li a:hover {
  color: #2a5895;
}
.post-by-topic .recent-post .postWrap .post-list li:last-child:after {
  display: none;
}
.post-by-topic.popular-post .postWrap .post-list .item article {
  display: flex;
}
.post-by-topic.popular-post .postWrap .post-list .item article a {
  flex-basis: 0 0 96px;
  margin-right: 20px;
  background: #ccc;
  height: 100%;
}
.post-by-topic.popular-post .postWrap .post-list .item article a figure {
  height: 58px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list .item article a figure {
    height: 50px;
  }
}
.post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 23px;
  text-transform: capitalize;
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
    font-size: 15px !important;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part .blg-sub-title {
    font-size: 16px !important;
  }
}
.post-by-topic.popular-post .postWrap .post-list .item article .right-part a {
  background: unset;
}
@media (max-width: 1499px) {
  .post-by-topic.popular-post .postWrap .post-list .item article .right-part a {
    margin-right: 15px;
  }
}
.post-by-topic.popular-post .postWrap .post-list .item:last-child:after {
  display: none;
}

.postWrap .btn_xs {
  padding: 15px 25px !important;
  margin-top: 21px !important;
}

button.btn.btn_xs, .elementor-button-wrapper button.btn_xs.elementor-button {
  margin-top: 23px !important;
}

@media (max-width: 1499px) {
  button.btn.btn_xs, .elementor-button-wrapper button.btn_xs.elementor-button {
    margin-top: 10px !important;
  }
}
.midle_wrap {
  text-align: center;
  background: #0F68A5;
  color: #fff;
  padding: 75px 0px;
}
@media (max-width: 1499px) {
  .midle_wrap {
    padding: 45px 0px !important;
  }
}
.midle_wrap .content p {
  font-size: 38px;
  font-weight: 400;
  line-height: 47px;
  padding-bottom: 0px !important;
}
@media (max-width: 1499px) {
  .midle_wrap .content p {
    font-size: 25px !important;
  }
}
@media (max-width: 1199px) {
  .midle_wrap .content p {
    font-size: 23px !important;
  }
}
@media (max-width: 991px) {
  .midle_wrap .content p {
    font-size: 22px !important;
    line-height: 25px !important;
  }
}
@media (max-width: 480px) {
  .midle_wrap .content p {
    font-size: 20px !important;
    line-height: 35px !important;
  }
}
.midle_wrap .content p span.phone {
  font-weight: 700;
  font-size: 60px;
  line-height: 45px;
}
@media (max-width: 1499px) {
  .midle_wrap .content p span.phone {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .midle_wrap .content p span.phone {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .midle_wrap .content p span.phone {
    font-size: 22px !important;
  }
}
.midle_wrap .content p span.phone a:hover {
  cursor: default;
  color: #fff;
}
.midle_wrap .content p span.con-text {
  font-weight: 700;
}
.midle_wrap .content p span.con-text a {
  font-size: 38px;
  line-height: 45px;
  text-decoration: none !important;
}
@media (max-width: 1499px) {
  .midle_wrap .content p span.con-text a {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .midle_wrap .content p span.con-text a {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .midle_wrap .content p span.con-text a {
    font-size: 20px !important;
  }
}
.midle_wrap .content p span.con-text a:hover {
  color: #fff;
  text-decoration: underline !important;
}
@media (max-width: 480px) {
  .midle_wrap .content p br {
    display: none;
  }
}

.blog-list .tw-col-md-6 {
  margin-top: 0px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .blog-list .tw-col-md-6 {
    margin-bottom: 15px;
  }
}
.blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
  height: 278px;
}
@media (max-width: 1699px) {
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 250px;
  }
}
@media (max-width: 1499px) {
  .blog-list .tw-col-md-6 .blog-wrapper .blg-figure {
    height: 187px;
  }
}
.blog-list .tw-col-md-6 .blog-wrapper .post_brief {
  padding: 35px 30px 35px;
  height: calc(100% - 270px);
}
@media (max-width: 1699px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    height: calc(100% - 250px);
    padding: 35px 20px 35px;
  }
}
@media (max-width: 1499px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    height: calc(100% - 188px);
    padding: 25px 20px 25px;
  }
}
@media (max-width: 480px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief {
    padding: 15px 15px 15px;
  }
}
.blog-list .tw-col-md-6 .blog-wrapper .post_brief .blog-title {
  min-height: 95px;
}
@media (max-width: 1499px) {
  .blog-list .tw-col-md-6 .blog-wrapper .post_brief .blog-title {
    min-height: 0px;
  }
}

.single .blog_page-wrap .blog-head h1 {
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.single .blg-content ul li {
  padding-left: 25px;
  position: relative;
  font-size: 18px !important;
  font-weight: 400;
  padding-bottom: 10px;
}
@media (max-width: 1499px) {
  .single .blg-content ul li {
    font-size: 16px;
  }
}
.single .blg-content ul li:before {
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  border-radius: 50%;
  background: #2a5895;
  width: 10px;
  height: 10px;
  content: "";
}

.related-posts .recent-post .post-tile {
  background: unset;
  color: #000;
  text-transform: uppercase;
  padding: 20px 0px 20px 0px;
}
.related-posts .recent-post .postWrap {
  padding: 10px 20px 20px;
}
.related-posts .recent-post .postWrap .post-list li {
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li {
    padding-bottom: 0px;
  }
}
.related-posts .recent-post .postWrap .post-list li:after {
  display: none;
}
.related-posts .recent-post .postWrap .post-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  height: 100%;
  line-height: 1;
}
.related-posts .recent-post .postWrap .post-list li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li p {
    padding-bottom: 0px !important;
  }
}
.related-posts .recent-post .postWrap .post-list li p a {
  text-decoration: none !important;
  background: #fff !important;
  line-height: 32px !important;
  font-size: 24px !important;
  font-weight: 400;
  display: block;
  text-align: left;
}
@media (max-width: 1499px) {
  .related-posts .recent-post .postWrap .post-list li p a {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li p a {
    font-size: 18px !important;
  }
}
.related-posts .recent-post .postWrap .post-list li .post_img {
  height: 205px;
  margin-bottom: 25px !important;
}
@media (max-width: 1499px) {
  .related-posts .recent-post .postWrap .post-list li .post_img {
    height: 135px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1199px) {
  .related-posts .recent-post .postWrap .post-list li .post_img {
    height: 108px;
  }
}
@media (max-width: 991px) {
  .related-posts .recent-post .postWrap .post-list li .post_img {
    height: 204px;
  }
}
@media (max-width: 767px) {
  .related-posts .recent-post .postWrap .post-list li .post_img {
    height: 225px;
  }
}
@media (max-width: 480px) {
  .related-posts .recent-post .postWrap .post-list li .post_img {
    height: 161px;
  }
}
.related-posts .recent-post .postWrap .post-list li .post_img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  height: 100%;
  line-height: 1;
}
.related-posts .recent-post .postWrap .post-list li .post_img a img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
}

@media (max-width: 1680px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 425px;
  }
}
@media (max-width: 1499px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 285px;
  }
}
@media (max-width: 1199px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 260px;
  }
}
@media (max-width: 480px) {
  .single .blog-top-detail .blog-wrapper .blg-figure {
    height: 185px;
  }
}
.single .blog-top-detail .blog-wrapper .blg-figure a:hover {
  cursor: default;
}
.single .blog-top-detail .blog-wrapper .post_brief {
  padding: 40px 35px 30px;
}
@media (max-width: 1499px) {
  .single .blog-top-detail .blog-wrapper .post_brief {
    padding: 20px 15px 20px !important;
  }
}
@media (max-width: 1499px) {
  .single .blog-top-detail .blog-wrapper .post_brief .blg-content p {
    font-size: 16px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic {
    margin-left: 18px;
  }
}
@media (max-width: 1199px) {
  .single .post-by-topic {
    margin-left: 5px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .post-tile {
    font-size: 23px;
    padding: 15px 0px 15px 25px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .postWrap {
    padding: 15px 15px 20px;
  }
}
@media (max-width: 1499px) {
  .single .post-by-topic .recent-post .postWrap .post-list li {
    font-size: 16px;
    line-height: 20px;
  }
}

ol {
  counter-reset: item;
}
ol li {
  padding-left: 25px;
  position: relative;
  font-size: 18px !important;
  font-weight: 400;
  padding-bottom: 10px;
  list-style: none;
}
ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}

@media (max-width: 1499px) {
  .related-posts .recent-post .post-tile {
    padding: 15px 0px 15px 0px !important;
  }
}

.blog .midle_wrap {
  margin: 100px 0px !important;
}
@media (max-width: 1499px) {
  .blog .midle_wrap {
    margin: 50px 0px !important;
  }
}
@media (max-width: 480px) {
  .blog .midle_wrap {
    margin: 0px 0px 20px !important;
  }
}

.tw-col- .blog-list .blog-wrapper .blg-figure {
  height: 277px;
}
@media (max-width: 1699px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 250px;
  }
}
@media (max-width: 1499px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 188px;
  }
}
@media (max-width: 480px) {
  .tw-col- .blog-list .blog-wrapper .blg-figure {
    height: 185px;
  }
}
.tw-col- .blog-list .blog-wrapper .blg-content {
  min-height: 240px !important;
}

.site_pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding-right: 0px;
}
.site_pagination .wp-paginate li {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0px 10px;
}
.site_pagination .wp-paginate li:first-child {
  display: none;
}
.site_pagination .wp-paginate li .title {
  color: var(--global--color-black);
  margin-right: 4px;
}
.site_pagination .wp-paginate li .page.current {
  background: transparent;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  padding: 0px 0px;
  border: 0px;
}
.site_pagination .wp-paginate li .page.current:before {
  display: block;
  position: absolute;
  left: 8px;
  bottom: 0px;
  background: rgb(15, 104, 165);
  content: "";
  width: 10px;
  height: 1px;
}
@media (max-width: 1499px) {
  .site_pagination .wp-paginate li .page.current:before {
    left: 8px;
    width: 11px;
  }
}
@media (max-width: 767px) {
  .site_pagination .wp-paginate li .page.current {
    font-size: 15px;
  }
}
.site_pagination .wp-paginate li a {
  border: 0px;
  color: var(--global--color-black);
  font-size: 18px;
  padding: 0px 0px;
  background: transparent;
}
@media (max-width: 767px) {
  .site_pagination .wp-paginate li a {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.site_pagination .wp-paginate li a.next, .site_pagination .wp-paginate li a.prev {
  background-color: rgb(15, 104, 165) !important;
  color: var(--global--color-white) !important;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 11px;
  padding-bottom: 5px;
  font-size: 18px !important;
  height: 50px;
  border-radius: 0px !important;
  font-size: 15px;
  border-radius: 4px !important;
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .site_pagination .wp-paginate li a.next, .site_pagination .wp-paginate li a.prev {
    font-size: 14px !important;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
  }
}
.site_pagination .wp-paginate li a.next:hover, .site_pagination .wp-paginate li a.prev:hover {
  background-color: #1e1d24;
}
.site_pagination .wp-paginate li a:hover {
  color: rgb(15, 104, 165) !important;
}
.site_pagination .wp-paginate li a.next:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.site_pagination .wp-paginate li .gap {
  color: var(--global--color-black);
}
.site_pagination .wp-paginate li:before {
  display: none;
}
.site_pagination .wp-paginate li:last-child {
  padding: 0px 0px !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;
}

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

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

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

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

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

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

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

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

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

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

.center {
  justify-content: center;
  text-align: center;
}
.center .btn, .center .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .center .elementor-button, .center .elementor-button-wrapper a, .elementor-button-wrapper .center a {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.cmn-space {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .cmn-space {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 45px;
    padding-top: 45px;
  }
}
@media (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

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

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

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

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

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

.m-b-10 {
  margin-bottom: 10px !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: 20px !important;
}

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

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

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

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

.site_header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.site_header .head_r {
  width: calc(100% - 240px);
}
.site_header .head_r .head_r_top {
  padding-bottom: 15px;
  display: flex;
  justify-content: flex-end;
}
.site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
  font-weight: 600;
  padding: 15px 30px;
  font-size: 17px !important;
}
@media (max-width: 1199px) {
  .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
    padding: 10px 20px;
    font-size: 15px !important;
  }
}
@media (max-width: 1199px) {
  .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
    padding: 10px;
    font-size: 14px !important;
  }
}
.site_header .head_r .head_r_btm {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1600px) {
  .site_header {
    padding-top: 25px;
  }
}
@media (min-width: 1850px) {
  .site_header {
    padding-top: 30px;
  }
  .site_header .head_r .btn, .site_header .head_r .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .site_header .head_r .elementor-button, .site_header .head_r .elementor-button-wrapper a, .elementor-button-wrapper .site_header .head_r a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 49px;
  }
}
@media (max-width: 1599px) {
  .site_header .head_r {
    width: calc(100% - 200px);
  }
  .site_header .logo_bx {
    max-width: 160px;
  }
}
.site_header .call_cta a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.site_header .call_cta a span.call_ico {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.site_header .call_cta a span.call_ico svg {
  width: 16px;
  height: 16px;
  fill: var(--primary-color);
}
@media (max-width: 1599px) {
  .site_header .call_cta a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .site_header .call_cta a .call_num {
    display: none;
  }
}
.site_header.stick_head {
  background: var(--primary-color);
}

.breadcrumb_wrap {
  padding-top: 15px;
}
.breadcrumb_wrap ul li {
  display: inline-block;
  padding-right: 20px;
}
.breadcrumb_wrap ul li:last-child {
  font-weight: 600;
  color: #0F68A5;
}

/*breadcrumb*/
.breadcrumb_wrap {
  margin: 0;
  list-style: none;
}

.breadcrumb_wrap ul li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.breadcrumb_wrap ul li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.4 9.5' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M5.2 4.3L1 .2a.61.61 0 0 0-.8 0 .61.61 0 0 0 0 .8L4 4.7.3 8.5c-.3.3-.2.6 0 .9s.6.2.8 0l4.1-4.2c.3-.3.3-.7 0-.9z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 6px;
  position: absolute;
  right: 11px;
  bottom: 8px;
  width: 6px;
  height: 10px;
}

.breadcrumb_wrap ul li:last-child {
  padding-right: 0;
}

.breadcrumb_wrap ul li:last-child a:hover {
  color: var(--global--color-secondary);
}

.breadcrumb_wrap ul li:last-child:after {
  display: none;
}

.page-about-us .breadcrumb_wrap .breadcrumb-item {
  color: #fff;
}
.page-about-us .breadcrumb_wrap .breadcrumb-item a {
  color: #fff;
}
.page-about-us .breadcrumb_wrap .breadcrumb-item a:hover {
  text-decoration: underline;
}
.page-about-us .breadcrumb_wrap ul li:after {
  background-image: url(assets/images/breadcrumb-w.png);
}

/*end breadcrumb*/
.bnr_sec .bnr_slide_in {
  min-height: 900px;
  padding: 12% 0 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bnr_sec .bnr_slide_in .bnr_txt {
  text-align: center;
}
.bnr_sec .bnr_slide_in .bnr_txt span {
  display: block;
}
@media (max-width: 1199px) {
  .bnr_sec .bnr_slide_in .bnr_txt span {
    display: inline;
  }
}
.bnr_sec .bnr_slide_in .bnr_txt .bnr_lg {
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
}
.bnr_sec .bnr_slide_in .bnr_txt .bnr_md {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
}
.bnr_sec .bnr_slide_in .bnr_txt .btn_wrap .btn_white {
  margin-left: 20px;
}
.bnr_sec .bnr_slide_in .bnr_logos {
  margin-top: 0;
  margin-bottom: 0;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L {
  padding-top: 100px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  padding-bottom: 15px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span {
  display: block;
  height: 1px;
  background: #fff;
  position: relative;
  margin-right: 10px;
  width: 50px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  top: -2px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span:last-child {
  margin-left: 10px;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title span:last-child::before {
  left: auto;
  right: 0;
  margin-right: 0;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul {
  display: flex;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul li {
  border-radius: 5px;
  background: #fff;
  margin-right: 10px;
  height: 54px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L ul li img {
  max-width: 100%;
  max-height: 100%;
}
.bnr_sec .bnr_md {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.bnr_sec .bnr_slider .bnr_lg {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}
@media (max-width: 1199px) {
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
.bnr_sec .inner_banner .bnr_slide_in {
  min-height: 600px;
}
.bnr_sec .inner_banner .bnr_slide_in .bnr_lg {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media (min-width: 768px) {
  .bnr_sec .bnr_md {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 26px !important;
    font-size: 1.625rem !important;
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .bnr_sec .bnr_md {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 50px !important;
    font-size: 3.125rem !important;
  }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 44px !important;
    font-size: 2.75rem !important;
  }
}
@media (min-width: 1600px) {
  .bnr_sec .bnr_md {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 61px !important;
    font-size: 3.8125rem !important;
  }
}
@media (min-width: 1850px) {
  .bnr_sec .bnr_md {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
  .bnr_sec .bnr_slider .bnr_lg {
    font-size: 90px !important;
    font-size: 5.625rem !important;
  }
  .bnr_sec .inner_banner .bnr_lg {
    font-size: 71px !important;
    font-size: 4.4375rem !important;
  }
}

@media (max-width: 1599px) {
  .bnr_sec .bnr_slide_in {
    min-height: 750px;
  }
}
@media (max-width: 1199px) {
  .bnr_sec .bnr_slide_in {
    min-height: 650px;
  }
}
@media (max-width: 1023px) {
  .bnr_sec .bnr_slide_in {
    padding-top: 150px;
  }
  .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L {
    padding-top: 50px;
    margin: 0 auto;
  }
  .bnr_logo_R {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }
  .bnr_logo_R img {
    max-width: 150px;
  }
  .bnr_sec .bnr_slide_in .bnr_logos .bnr_logo_L .logo_title {
    font-size: 18px !important;
  }
  .bnr_sec .bnr_slide_in .bnr_txt .btn_wrap .btn_white {
    margin-left: 0;
    margin-top: 10px;
  }
  .bnr_sec .btn_wrap {
    display: block;
  }
}
@media (min-width: 1600px) {
  .bnr_sec .inner_banner .bnr_slide_in .bnr_lg {
    font-size: 70px !important;
    font-size: 4.375rem !important;
  }
}
.bnr_sec .inner_banner .bnr_slide_in .bnr_logos {
  position: relative;
}
.bnr_sec .inner_banner .bnr_slide_in .bnr_logos .bnr_logo_R {
  position: absolute;
  right: 0;
  top: -100px;
}
@media (max-width: 1199px) {
  .bnr_sec .inner_banner .bnr_slide_in .bnr_logos .bnr_logo_R {
    position: static;
    margin: 20px auto 0;
  }
}
.bnr_sec .whatsup_link {
  position: absolute;
  right: 0;
  top: 200px;
}
@media (max-width: 767px) {
  .bnr_sec .whatsup_link {
    display: none;
  }
}
@media (max-width: 1600px) {
  .bnr_sec .whatsup_link img {
    width: 40px !important;
  }
}

@media (max-width: 1199px) {
  .bnr_sec .inner_banner .bnr_slide_in {
    min-height: 500px;
  }
}
/*reviews*/
.review_row {
  align-items: center;
  padding-top: 30px;
}
.review_row .review_L {
  width: 300px;
}
.review_row .review_L .star_count {
  display: flex;
  padding: 20px 0;
}
.review_row .review_L .star_count .star_rating {
  margin-right: 15px;
}
.review_row .review_L .star_count .count {
  color: #fff;
}
.review_row .review_home {
  width: calc(100% - 350px);
}
.review_row .review_home .slick-track {
  display: flex;
}

.review_i {
  padding: 12px;
  height: auto;
}
.review_i .review_i_in {
  height: 100%;
  padding: 30px 35px 35px;
  background: #fff;
}
@media (max-width: 1599px) {
  .review_i .review_i_in {
    padding: 15px;
  }
}
.review_i .review_i_in .review_meta {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.review_i .review_i_in .review_pic {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background: #DD583B;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  margin-right: 13px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
}
.review_i .review_i_in .review_pic img {
  display: block;
  width: 100%;
}
.review_i .review_i_in .review_name {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 1599px) {
  .review_i .review_i_in .review_name {
    font-size: 15px;
  }
}
.review_i .review_i_in .g_logo {
  margin-left: auto;
  margin-right: 0;
}
.review_i .review_i_in .more_a {
  opacity: 0.5;
}
.review_i .review_i_in .review_txt {
  padding: 20px 0 10px;
}

/*end reviews*/
/*home services*/
.ser_h_row {
  display: flex;
  margin: 0 -15px;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .ser_h_row {
    padding-top: 0;
  }
}
.ser_h_row .ser_h_i {
  width: 25%;
  padding: 0 15px;
}
.ser_h_row .ser_h_i .ser_h_i_in {
  height: 490px;
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ser_h_row .ser_h_i .ser_h_i_in::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background: rgba(9, 90, 149, 0.8);
  transition: all ease 0.2s;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 30px 30px 50px;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  margin-bottom: 10px;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title span {
  display: block;
  font-size: 13px;
  letter-spacing: 5px;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt p {
  display: none;
  padding-bottom: 10px;
  transition: all ease 0.3s;
}
.ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .elementor-button-wrapper {
  transition: all ease 0.3s;
  display: none;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover::before {
  height: 100%;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt {
  justify-content: center;
  background: url(assets/images/ser-art.png) no-repeat center bottom;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt p {
  display: block;
}
.ser_h_row .ser_h_i .ser_h_i_in:hover .ser_h_cnt .elementor-button-wrapper {
  display: inline-flex;
}

/*end home services*/
/*our projects home*/
.projects_tab {
  max-width: 1260px;
  margin: 0 auto;
}
.projects_tab .tab_sec .project_head {
  align-items: center;
  padding-bottom: 30px;
}
.projects_tab .tab_sec .project_head h2.project_title {
  text-transform: uppercase;
  color: #fff;
}
.projects_tab .tab_sec ul.resp-tabs-list {
  display: flex;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.projects_tab .tab_sec ul.resp-tabs-list li {
  color: #fff;
  text-transform: uppercase;
  margin-left: 70px;
  cursor: pointer;
  position: relative;
}
.projects_tab .tab_sec ul.resp-tabs-list li:first-child {
  margin-left: 0;
}
.projects_tab .tab_sec ul.resp-tabs-list li.resp-tab-active::after {
  width: 100%;
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -20px;
}
.projects_tab .tab_sec .resp-tabs-container .resp-accordion {
  display: none;
}
.projects_tab .tab_sec .resp-tabs-container .tab_item {
  max-width: 1160px;
  display: none;
}
.projects_tab .tab_sec .resp-tabs-container .tab_item.resp-tab-content-active {
  display: block;
}
.projects_tab .pro_btn {
  max-width: 1160px;
}

.project_row {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.project_row .project_i {
  padding: 20px;
  width: 50%;
}
.project_row .project_i a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.project_row .project_i a::before {
  content: "";
  display: block;
  padding-bottom: 82%;
}

/*end our projects home*/
@media (max-width: 1199px) {
  .ser_h_row {
    flex-wrap: wrap;
  }
  .ser_h_row .ser_h_i {
    width: 50%;
    margin-bottom: 20px;
  }
  .ser_h_row .ser_h_i .ser_h_i_in .ser_h_cnt .ser_title {
    font-size: 18px !important;
  }
  .title_before .elementor-heading-title {
    font-size: 16px !important;
    letter-spacing: 10px;
  }
}
@media (max-width: 1023px) {
  .review_row .review_L {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .review_row .review_home {
    width: 100%;
  }
  .review_row .review_L .star_count {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .projects_tab .tab_sec .project_head h2.project_title {
    padding-bottom: 20px;
  }
  .project_row {
    margin: 0 -10px;
  }
  .project_row .project_i {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .ser_h_row .ser_h_i:last-child {
    margin-bottom: 0;
  }
  .projects_tab .tab_sec ul.resp-tabs-list {
    display: none;
  }
  .projects_tab .tab_sec .resp-tabs-container .resp-accordion {
    display: block;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #efefef;
  }
  .projects_tab .tab_sec .resp-tabs-container .resp-accordion:after {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .project_row .project_i {
    width: 100%;
  }
  .elementor-11 .elementor-element.elementor-element-c75d306:not(.elementor-motion-effects-element-type-background) {
    background-image: none;
    background-color: #0f67a6;
  }
  .projects_tab .tab_sec .project_head {
    padding-bottom: 0;
  }
  .ser_h_row .ser_h_i {
    width: 100%;
  }
}
.why_choose {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .why_choose {
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.why_choose .elementor-widget-image-box {
  width: 25%;
  position: relative;
  /*@include min(1200){
    &:after{
      content: '';
      position: absolute;
      width: 1px;
      right: 0;
      top: 50px;
      bottom: 50px;
      border-right: 1px dashed #afcbe4;
    }
    &:last-child{
      &::after{
        display: none;
      }
    }
  }*/
}
@media (max-width: 1199px) {
  .why_choose .elementor-widget-image-box {
    width: 50%;
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .why_choose .elementor-widget-image-box {
    width: 100%;
  }
}
.why_choose .elementor-widget-image-box .elementor-image-box-img {
  height: 70px;
}

@media (min-width: 1200px) {
  .ipad_br,
  .ipad_break {
    display: block;
  }
}
body.home .about-top-box {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1199px) {
  body.home .about-top-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.step_wrap .elementor-widget-image-box {
  width: 25%;
  padding: 20px;
  position: relative;
}
.step_wrap .elementor-widget-image-box:after {
  content: "";
  position: absolute;
  width: 1px;
  right: 0;
  top: 50px;
  bottom: 50px;
  border-right: 1px dashed #afcbe4;
}
.step_wrap .elementor-widget-image-box:last-child::after {
  display: none;
}
.step_wrap .elementor-widget-image-box .elementor-image-box-title {
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .step_wrap {
    flex-wrap: wrap !important;
  }
  .step_wrap .elementor-widget-image-box {
    width: 50%;
    padding: 0 15px;
  }
  .step_wrap .elementor-widget-image-box:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .step_wrap .elementor-widget-image-box {
    width: 100%;
  }
  .step_wrap .elementor-widget-image-box:last-child {
    padding-bottom: 0;
  }
  .step_wrap .elementor-widget-image-box:last-child p {
    padding-bottom: 0;
  }
}

.service_section {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1599px) {
  .service_section {
    margin: 0 -10px;
    margin-top: 25px;
    row-gap: 20px;
  }
}
@media (max-width: 1199px) {
  .service_section {
    margin-top: 20px;
  }
}
.service_section .serv_wrap {
  width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .service_section .serv_wrap {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .service_section .serv_wrap {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .service_section .serv_wrap {
    width: 100%;
  }
}
.service_section .serv_wrap .serv_bg {
  min-height: 490px;
  height: 490px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1799px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 450px;
    height: 450px;
  }
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 350px;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .service_section .serv_wrap .serv_bg {
    min-height: 280px;
    height: 280px;
  }
}
.service_section .serv_wrap .inner_bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 60px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .inner_bg {
    padding: 0 10px;
    padding-bottom: 30px;
  }
}
.service_section .serv_wrap .inner_bg svg {
  width: 33px;
  height: 33px;
}
.service_section .serv_wrap .inner_bg .fs-28 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 15px 0 5px 0;
}
.service_section .serv_wrap .inner_bg .fs-28 span {
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  display: block;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .service_section .serv_wrap .inner_bg .fs-28 span {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.service_section .serv_wrap .serv_cntnt {
  position: relative;
  text-align: center;
  background: white;
  padding: 20px 40px 50px;
  border: 1px solid rgba(15, 104, 165, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: background-position ease 1s;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .serv_cntnt {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 991px) {
  .service_section .serv_wrap .serv_cntnt {
    padding: 20px 10px 30px;
  }
}
.service_section .serv_wrap .serv_cntnt:after {
  position: absolute;
  content: "";
  background: url(assets/images/serv-bfr.png) no-repeat;
  width: 194px;
  height: 34px;
  background-size: 194px;
  top: -30px;
  right: auto;
  left: auto;
  display: none;
}
@media (max-width: 1599px) {
  .service_section .serv_wrap .serv_cntnt:after {
    background-size: 160px;
    width: 160px;
    height: 25px;
    top: -25px;
  }
}
@media (max-width: 991px) {
  .service_section .serv_wrap .serv_cntnt:after {
    background-size: 130px;
    width: 130px;
    top: -20px;
  }
}
.service_section .serv_wrap .serv_cntnt p {
  font-weight: 500;
  line-height: 1.8;
}
.service_section .serv_wrap .serv_cntnt .btn, .service_section .serv_wrap .serv_cntnt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .service_section .serv_wrap .serv_cntnt .elementor-button, .service_section .serv_wrap .serv_cntnt .elementor-button-wrapper a, .elementor-button-wrapper .service_section .serv_wrap .serv_cntnt a {
  margin-top: 20px;
  margin-top: auto;
}
.service_section .serv_wrap:hover .serv_cntnt {
  box-shadow: 1px 1px 20px rgba(15, 104, 165, 0.5);
  border-color: #fff;
}
.service_section .serv_wrap:hover .serv_cntnt:after {
  display: block;
}
.service_section .serv_wrap:hover .serv_bg {
  position: relative;
}
.service_section .serv_wrap:hover .serv_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 104, 165, 0.5);
  transition: all ease 0.2s;
}

.fs-28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}
@media (max-width: 1799px) {
  .fs-28 {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (max-width: 1599px) {
  .fs-28 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
@media (max-width: 1199px) {
  .fs-28 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}

.fs-22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (max-width: 1599px) {
  .fs-22 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1199px) {
  .fs-22 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 991px) {
  .fs-22 {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 575px) {
  .fs-22 {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}

.service-shop {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 1599px) {
  .service-shop {
    margin: 0 -10px;
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .service-shop {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .service-shop {
    row-gap: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .service-shop {
    row-gap: 10px;
    margin: 0 -5px;
  }
}
.service-shop .shop_outer {
  padding: 0 15px;
  width: 20%;
}
@media (max-width: 1599px) {
  .service-shop .shop_outer {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .service-shop .shop_outer {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .service-shop .shop_outer {
    width: 50%;
    padding: 0 7px;
  }
}
@media (max-width: 575px) {
  .service-shop .shop_outer {
    width: 100%;
    padding: 0 5px;
  }
}
.service-shop .shop_outer .shop_wrap {
  height: 300px;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1799px) {
  .service-shop .shop_outer .shop_wrap {
    height: 280px;
  }
}
@media (max-width: 1599px) {
  .service-shop .shop_outer .shop_wrap {
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .service-shop .shop_outer .shop_wrap {
    height: 210px;
  }
}
@media (max-width: 575px) {
  .service-shop .shop_outer .shop_wrap {
    height: 180px;
  }
}
.service-shop .shop_outer .shop_wrap:after {
  position: absolute;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.service-shop .shop_outer .shop_wrap .shop_cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 35px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 1599px) {
  .service-shop .shop_outer .shop_wrap .shop_cnt {
    padding-bottom: 20px;
  }
}
.service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 1599px) {
  .service-shop .shop_outer .shop_wrap .shop_cnt .fs-22 {
    margin-bottom: 10px;
  }
}
.service-shop .shop_outer .shop_wrap .shop_cnt .btn, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper a, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt a {
  margin-top: 0 !important;
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black) !important;
}
.service-shop .shop_outer .shop_wrap .shop_cnt .btn:hover, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button:hover, .service-shop .shop_outer .shop_wrap .shop_cnt .elementor-button-wrapper a:hover, .elementor-button-wrapper .service-shop .shop_outer .shop_wrap .shop_cnt a:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}

.site_nav {
  padding-left: 25px;
}
.site_nav li {
  padding-left: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 10px 5px 5px;
}
.site_nav li a {
  padding-bottom: 0px;
  color: #000 !important;
  cursor: pointer;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
}
@media (max-width: 1499px) {
  .site_nav li a {
    font-size: 16px;
  }
}
.site_nav li a:hover {
  color: #2a5895 !important;
}
.site_nav li ul {
  padding-left: 20px;
}
.site_nav li:before {
  display: block;
  content: "";
  position: absolute;
  left: -12px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a5895;
}
@media (max-width: 1499px) {
  .site_nav li:before {
    top: 18px;
  }
}

.page-id-25 .breadcrumb-container {
  background: #095A95;
}

.about-top-box .e-con-inner {
  justify-content: center;
  align-items: center;
}
.about-top-box .e-con-inner .abt-text-bx {
  padding-left: 50px;
}
.about-top-box .e-con-inner .abt-text-bx .title_before {
  position: relative;
}
.about-top-box .e-con-inner .abt-text-bx .title_before:after {
  content: "";
  position: absolute;
  left: 23%;
  top: 10px;
  width: 42%;
  height: 2px;
  background-color: #fff;
}
.about-top-box .e-con-inner .abt-text-bx p {
  font-size: 16px !important;
  font-size: 1rem !important;
}

span.belw {
  display: block;
}

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

.text-color {
  color: var(--global--color-primary);
}
.text-color p {
  color: #000;
}

.test-sec {
  max-width: 72% !important;
  margin: 0 auto !important;
}
@media (max-width: 1199px) {
  .test-sec {
    max-width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .st-list .cntList-4-cols {
    -moz-column-count: 3;
         column-count: 3;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .st-list .cntList-4-cols {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.servic-list .elementor-image-box-img {
  margin-bottom: 0px !important;
}
.servic-list .elementor-image-box-content {
  border: 1px solid rgba(9, 90, 149, 0.5);
  padding: 35px 15px 0px;
  margin-top: -10px;
  border-top: 0px;
  min-height: 325px !important;
}
@media (max-width: 1499px) {
  .servic-list .elementor-image-box-content {
    min-height: 275px !important;
  }
}
@media (max-width: 1199px) {
  .servic-list .elementor-image-box-content {
    min-height: 310px !important;
    padding: 35px 5px 0px !important;
  }
}
@media (max-width: 991px) {
  .servic-list .elementor-image-box-content {
    min-height: 233px !important;
    padding: 35px 15px 0px !important;
  }
}
.servic-list .elementor-image-box-content h3.elementor-image-box-title {
  min-height: 68px;
  font-size: 27px !important;
}
@media (max-width: 1499px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 22px !important;
    min-height: 50px;
  }
}
@media (max-width: 1199px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .servic-list .elementor-image-box-content h3.elementor-image-box-title {
    min-height: 0px;
  }
}
.servic-list .elementor-image-box-content h3 .elementor-image-box-description {
  padding: 0px 15px 0px;
}

.serv-list1 .elementor-image-box-content {
  min-height: 480px !important;
}
@media (max-width: 1499px) {
  .serv-list1 .elementor-image-box-content {
    min-height: 405px !important;
  }
}
@media (max-width: 1199px) {
  .serv-list1 .elementor-image-box-content {
    min-height: 500px !important;
  }
}
@media (max-width: 991px) {
  .serv-list1 .elementor-image-box-content {
    min-height: 352px !important;
  }
}

@media (max-width: 1199px) {
  .jwcolumn {
    flex-wrap: nowrap !important;
    width: 25% !important;
  }
}
@media (max-width: 991px) {
  .jwcolumn {
    flex-wrap: wrap !important;
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .jwcolumn {
    flex-wrap: wrap !important;
    width: 100% !important;
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (max-width: 480px) {
  .jwcolumn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1499px) {
  .fotr-sec .belw {
    display: block;
  }
}

@media (max-width: 991px) {
  .spc1 {
    padding-bottom: 5px !important;
  }
}

@media (max-width: 991px) {
  .to-up {
    padding-bottom: 0px;
    padding-top: 25px;
  }
}

.der {
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .sep {
    padding-top: 0px;
  }
}

@media (max-width: 991px) {
  .cm-spc {
    padding: 4px 0px 10px !important;
  }
}
@media (max-width: 991px) {
  .cm-spc.ster {
    padding: 4px 0px 15px !important;
  }
}

@media (max-width: 1199px) {
  .pad-botm p {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 1199px) {
  .pad-botm p + p {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 1199px) {
  .wraper {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1199px) {
  .wraper .e-con-full {
    width: 100% !important;
  }
}

.fst-sec img {
  margin-left: 60px;
}
@media (max-width: 1499px) {
  .fst-sec img {
    max-width: 500px !important;
  }
}
@media (max-width: 767px) {
  .fst-sec img {
    max-width: 100% !important;
  }
}

.snd-sec img {
  margin-right: 60px;
}
@media (max-width: 1499px) {
  .snd-sec img {
    max-width: 500px !important;
  }
}
@media (max-width: 767px) {
  .snd-sec img {
    max-width: 100% !important;
  }
}

.mtser {
  margin-top: 40x !important;
}

@media (max-width: 1199px) {
  .hrd-scp {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .get-quote {
    padding-top: 20px !important;
  }
}
@media (max-width: 1199px) {
  .get-quote {
    padding-top: 0px !important;
  }
}

.space-comn {
  padding-top: 65px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 1199px) {
  .space-comn {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .space-comn {
    padding-top: 20px !important;
  }
}

.bot-spce {
  padding-bottom: 40px !important;
}
@media (max-width: 1199px) {
  .bot-spce {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .bot-spce {
    padding-bottom: 10px !important;
  }
}

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

.page-id-25 .breadcrumb-container {
  background: #095A95;
  position: relative;
  z-index: 9;
}

.about-top-box {
  padding: 120px 0 60px;
}
.about-top-box .e-con-inner {
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner {
    flex-flow: wrap !important;
  }
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner .abt-top-img {
    width: 100% !important;
  }
}
.about-top-box .e-con-inner .abt-text-bx {
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner .abt-text-bx {
    padding: 10px;
    width: 100% !important;
  }
}
.about-top-box .e-con-inner .abt-text-bx .title_before {
  position: relative;
}
.about-top-box .e-con-inner .abt-text-bx .title_before:after {
  content: "";
  position: absolute;
  left: 23%;
  top: 10px;
  width: 27%;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .about-top-box .e-con-inner .abt-text-bx .title_before:after {
    display: none;
  }
}
.about-top-box .e-con-inner .abt-text-bx p {
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (max-width: 1440px) {
  .about-top-box .e-con-inner .abt-text-bx p {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}

.number-box-wrap .e-con-inner {
  margin: 0 auto;
  justify-content: center !important;
  align-items: center !important;
}
.number-box-wrap .e-con-inner .elementor-element {
  width: 16% !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 15px;
  padding: 15px;
}
@media (max-width: 1199px) {
  .number-box-wrap .e-con-inner .elementor-element {
    width: 22% !important;
  }
}
@media (max-width: 768px) {
  .number-box-wrap .e-con-inner .elementor-element {
    margin: 0 5px;
    width: 24% !important;
  }
}
@media (max-width: 767px) {
  .number-box-wrap .e-con-inner .elementor-element {
    margin: 5px;
    width: 47% !important;
  }
}
.number-box-wrap .e-con-inner .elementor-element .elementor-element {
  box-shadow: none !important;
  width: 100% !important;
  padding: 15px 0 0 !important;
  margin: 0 !important;
}
.number-box-wrap .e-con-inner .elementor-element .elementor-element p {
  font-weight: 600 !important;
}
@media (max-width: 768px) {
  .number-box-wrap .e-con-inner .elementor-element .elementor-element p {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
.number-box-wrap .e-con-inner .elementor-element .elementor-element + .elementor-element {
  padding: 0 !important;
}
.number-box-wrap .e-con-inner .elementor-element h2 {
  color: var(--primary-color);
  font-size: 65px !important;
  font-size: 4.0625rem !important;
}
@media (max-width: 1600px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (max-width: 1440px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1200px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 767px) {
  .number-box-wrap .e-con-inner .elementor-element h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}

.abt-md-txt-bx .pad-r {
  padding-right: 50px;
}
@media (max-width: 768px) {
  .abt-md-txt-bx .pad-r {
    width: 100% !important;
    padding-right: 0px;
  }
}
.abt-md-txt-bx .pad-l {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .abt-md-txt-bx .pad-l {
    width: 100% !important;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .abt-md-txt-bx .img {
    width: 100% !important;
  }
}
.abt-md-txt-bx.top-space {
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .abt-md-txt-bx.top-space {
    padding-bottom: 0px;
  }
}
.abt-md-txt-bx .e-con-inner {
  margin: 0 auto;
  justify-content: center !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  .abt-md-txt-bx .e-con-inner {
    flex-flow: wrap !important;
  }
}

.abt-bottom-call-bx {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx {
    padding: 30px 0;
  }
}
.abt-bottom-call-bx .e-con-inner {
  justify-content: center !important;
  align-content: center !important;
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .e-con-inner {
    flex-flow: wrap !important;
  }
}
.abt-bottom-call-bx .e-con-inner .cal-txt {
  width: 75% !important;
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .e-con-inner .cal-txt {
    width: 100% !important;
    order: 2;
    text-align: center;
  }
}
.abt-bottom-call-bx .e-con-inner .cal-img {
  width: 25% !important;
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .e-con-inner .cal-img {
    width: 100% !important;
    order: 1;
  }
}
.abt-bottom-call-bx .tlebf {
  position: relative;
}
.abt-bottom-call-bx .tlebf:after {
  content: "";
  position: absolute;
  right: 0;
  top: 35px;
  width: 15%;
  height: 2px;
  background-color: #80A6C4;
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx .tlebf:after {
    display: none;
  }
}
.abt-bottom-call-bx .tlebf.bt:after {
  width: 80%;
}
.abt-bottom-call-bx .btn_white {
  color: #000 !important;
}
.abt-bottom-call-bx .btn_white:hover {
  color: #fff !important;
}
.abt-bottom-call-bx h2 {
  color: #fff;
  font-size: 65px !important;
  font-size: 4.0625rem !important;
}
@media (max-width: 1600px) {
  .abt-bottom-call-bx h2 {
    font-size: 55px !important;
    font-size: 3.4375rem !important;
  }
}
@media (max-width: 1440px) {
  .abt-bottom-call-bx h2 {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx h2 {
    font-size: 40px !important;
    font-size: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .abt-bottom-call-bx h2 {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
  }
}
@media (max-width: 767px) {
  .abt-bottom-call-bx h2 {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
.abt-bottom-call-bx h2 span {
  display: block;
}
.abt-bottom-call-bx h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 37px !important;
  font-size: 2.3125rem !important;
  margin: 20px 0 !important;
}
@media (max-width: 1600px) {
  .abt-bottom-call-bx h3 {
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (max-width: 1440px) {
  .abt-bottom-call-bx h3 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx h3 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
  }
}
.abt-bottom-call-bx .name-wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 25px 5px 15px;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 25px;
}
@media (max-width: 1199px) {
  .abt-bottom-call-bx .name-wrap {
    left: 10px;
  }
}
@media (max-width: 1023px) {
  .abt-bottom-call-bx .name-wrap {
    left: 27%;
  }
}
@media (max-width: 767px) {
  .abt-bottom-call-bx .name-wrap {
    left: 12px;
  }
}
.abt-bottom-call-bx .name-wrap .name {
  text-transform: uppercase;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
}
.abt-bottom-call-bx .name-wrap .name span {
  display: block;
  font-weight: 400;
  font-size: 16px !important;
  font-size: 1rem !important;
}

.faq_wrapper {
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  .faq_wrapper {
    max-width: 85%;
  }
}
.faq_wrapper .faq_accordion li {
  margin-bottom: 25px;
}
.faq_wrapper .faq_accordion li.opened header {
  box-shadow: 0px 0px 17px 6px rgba(3, 67, 114, 0.2);
  background: #095A95;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  padding: 35px 25px 35px 45px;
  position: relative;
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li.opened header {
    padding: 20px 75px 20px 40px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper .faq_accordion li.opened header {
    font-size: 20px;
    padding: 25px 80px 25px 45px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li.opened header {
    padding: 25px 80px 25px 45px;
  }
}
.faq_wrapper .faq_accordion li.opened header .expand {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 55px;
  right: 40px;
}
.faq_wrapper .faq_accordion li.opened header .expand:before {
  content: "";
  position: absolute;
  right: 31.5px;
  top: -2px;
  transition: all ease 0.3s;
  font-weight: 600;
  width: 18px;
  height: 3px;
  background: #fff;
  display: block;
}
.faq_wrapper .faq_accordion li.opened header .expand:after {
  display: none;
}
.faq_wrapper .faq_accordion li.opened header:hover {
  cursor: pointer;
}
.faq_wrapper .faq_accordion li .faq_content {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #000;
  padding: 35px 100px 35px 45px;
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li .faq_content {
    padding: 30px 75px 30px 40px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper .faq_accordion li .faq_content {
    padding: 30px 85px 30px 45px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li .faq_content {
    padding: 30px 30px 15px 25px;
  }
}
.faq_wrapper .faq_accordion li .faq_content ul li:before {
  width: 10px;
  height: 10px;
  top: 8px;
  left: 4px;
}
.faq_wrapper .faq_accordion li header {
  box-shadow: 0px 4px 27px 11px rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  padding: 35px 25px 35px 45px;
  position: relative;
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li header {
    padding: 20px 75px 20px 40px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper .faq_accordion li header {
    font-size: 20px;
    padding: 25px 80px 25px 45px;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li header {
    padding: 25px 80px 25px 45px;
  }
}
@media (max-width: 480px) {
  .faq_wrapper .faq_accordion li header {
    padding: 25px 60px 25px 15px !important;
    font-size: 19px !important;
  }
}
.faq_wrapper .faq_accordion li header .expand {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 57px;
  right: 40px;
}
@media (max-width: 1499px) {
  .faq_wrapper .faq_accordion li header .expand {
    top: 37px !important;
    right: 0px !important;
  }
}
@media (max-width: 1199px) {
  .faq_wrapper .faq_accordion li header .expand {
    top: 44px !important;
    right: -6px !important;
  }
}
@media (max-width: 767px) {
  .faq_wrapper .faq_accordion li header .expand {
    right: -9px !important;
  }
}
.faq_wrapper .faq_accordion li header .expand:before {
  content: " ";
  position: absolute;
  right: 31.5px;
  top: -2px;
  transition: all ease 0.3s;
  font-weight: 600;
  width: 18px;
  height: 3px;
  background: #000;
  display: block;
}
.faq_wrapper .faq_accordion li header .expand:after {
  content: "";
  position: absolute;
  right: 39px;
  top: -9px;
  transition: all ease 0.3s;
  font-weight: 600;
  width: 3px;
  height: 18px;
  background: #000;
}
.faq_wrapper .faq_accordion li:hover header {
  cursor: pointer;
}

.faq_accordion .opened .faq_content {
  display: block;
}
.faq_accordion li .faq_content {
  display: none;
}

.site_footer .foot_top_band {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.site_footer .foot_top_band::before, .site_footer .foot_top_band::after {
  display: none;
}
.site_footer .divider {
  width: 1px;
  background: #d7d7d7;
}
.site_footer .foot_top_i {
  display: flex;
  align-items: center;
}
.site_footer .foot_top_i .foot_top_ico svg {
  width: 50px;
  height: 50px;
}
.site_footer .foot_top_i .foot_top_cnt {
  padding-left: 20px;
}
.site_footer .foot_top_i .foot_top_cnt .title_29 {
  text-transform: uppercase;
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  color: var(--primary-color);
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 40px;
    height: 40px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 10px;
  }
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 50px;
    height: 50px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 10px;
  }
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (min-width: 1600px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 80px;
    height: 80px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 15px;
  }
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 27px !important;
    font-size: 1.6875rem !important;
  }
}
@media (min-width: 1850px) {
  .site_footer .foot_top_i .foot_top_ico svg {
    width: 88px;
    height: 88px;
  }
  .site_footer .foot_top_i .foot_top_cnt {
    padding-left: 20px;
  }
  .site_footer .foot_top_i .foot_top_cnt .title_29 {
    font-size: 29px !important;
    font-size: 1.8125rem !important;
  }
}
@media (max-width: 767px) {
  .site_footer .foot_top_band {
    flex-flow: column wrap;
  }
}

.foot_L {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.foot_L::before {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.foot_L .foot_L_in {
  width: 100%;
  max-width: 800px;
  padding: 80px 50px 80px 0;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
.foot_L .foot_L_top {
  text-align: center;
  font-size: 22px;
  color: #fff;
  max-width: 570px;
  margin: 0 auto 50px;
}
.foot_L .foot_L_top .foot_des {
  padding-top: 20px;
}
.foot_L .foot_L_btm {
  color: #fff;
}
.foot_L .foot_L_btm .info_ul li {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
}
.foot_L .foot_L_btm .info_ul li svg {
  fill: #fff;
  margin-right: 25px;
}
.foot_L .foot_L_btm .info_ul li.location_li {
  align-items: self-start;
}
.foot_L .foot_L_btm .info_ul li.location_li svg {
  width: 19px;
  height: 26px;
}
.foot_L .foot_L_btm .info_ul li.mail_li svg {
  width: 21px;
  height: 14px;
}
.foot_L .foot_L_btm .info_ul li.mail_li a:hover {
  text-decoration: underline;
}
.foot_L .foot_L_btm .info_ul li.call_li {
  font-size: 35px;
  font-weight: 600;
}
.foot_L .foot_L_btm .info_ul li.call_li svg {
  width: 23px;
  height: 23px;
}
.foot_L .foot_L_btm .hours_bx {
  line-height: 2;
}
.foot_L .foot_L_btm .hours_bx strong {
  font-weight: 500;
}
.foot_L .foot_L_btm .hours_bx .hours_title {
  font-size: 20px;
  font-weight: 500;
}
.foot_L .foot_L_btm .hours_bx .contact_link {
  padding-top: 15px;
}
.foot_L .foot_L_btm .hours_bx .contact_link a:hover {
  text-decoration: underline;
}

.foot_R {
  width: 50%;
}
.foot_R .foot_R_btm {
  background: #000;
  color: #fff;
  padding: 40px 0;
}
.foot_R .foot_R_btm .foot_row {
  max-width: 730px;
  margin: 0 auto;
}
.foot_R .copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
.foot_R .copyright .tw {
  padding-top: 10px;
}
.foot_R .copyright .tw svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.foot_R .copyright .tw a:hover svg {
  fill: var(--primary-color);
}

/*footer menu*/
.foot_col .foot_nav li a {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: 300;
}
.foot_col.foot_col2 .foot_nav > li > a, .foot_col.foot_col3 .foot_nav > li > a {
  font-weight: 600;
}
.foot_col.foot_col2 {
  max-width: 250px;
}

/*end footer menu*/
.footform .form_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footform .form_row::before, .footform .form_row::after {
  display: none;
}
.footform .form_row .form_col {
  width: 48%;
}

.form_left {
  padding-right: 120px;
  max-width: 1100px;
  margin-left: auto;
}

@media (max-width: 1599px) {
  .foot_L .foot_L_top {
    font-size: 16px;
  }
  .foot_L .foot_L_in {
    max-width: 550px;
  }
  .foot_R .foot_R_btm .foot_row {
    max-width: 550px;
  }
  .foot_L .foot_L_btm .info_ul li.call_li {
    font-size: 20px;
  }
  .foot_R {
    background: #000;
  }
}
@media (max-width: 1199px) {
  .foot_L_top img {
    max-width: 250px;
  }
  .foot_L .foot_L_in {
    max-width: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .foot_R .foot_R_btm .foot_row {
    max-width: 450px;
  }
  .foot_R .copyright {
    font-size: 12px !important;
  }
  .foot_L .foot_L_btm .hours_bx .hours_title {
    font-size: 16px;
  }
  .foot_col .foot_nav li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 1023px) {
  .foot_L .foot_L_in {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .foot_L {
    width: 100%;
  }
  .foot_R {
    width: 100%;
  }
  .foot_R .foot_R_btm .foot_row {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site_footer .foot_top_band {
    display: block;
    padding: 20px 0;
  }
  .site_footer .foot_top_band .divider {
    display: none;
  }
  .site_footer .foot_top_i {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .foot_col {
    width: 100%;
  }
}
@media (max-width: 1700px) {
  .form_left {
    max-width: 1000px;
  }
}
@media (max-width: 1599px) {
  .form_left {
    max-width: 778px;
    padding-right: 80px;
  }
}
.form_left {
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .form_left {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .foot_form_sec {
    background: #ebf7ff;
  }
  .foot_form_R {
    display: none;
  }
}
@media (max-width: 1023px) {
  .form_left {
    max-width: 768px;
  }
}
.footform .wpforms-container input.wpforms-field-medium {
  max-width: 100%;
}
.footform .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -15px;
}
.footform .wpforms-field-container .wpforms-field {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.footform .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .footform .wpforms-field-container .wpforms-field {
    width: 100%;
    padding-top: 0;
  }
}
.footform .wpforms-submit-container {
  text-align: right;
}
.footform .wpforms-submit-container button[type=submit] {
  background: #0F68A5;
  color: #fff;
  padding: 20px 60px;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.footform .wpforms-submit-container button[type=submit]:hover {
  background: #000;
}
@media (min-width: 1600px) {
  .footform .wpforms-submit-container button[type=submit] {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .footform .wpforms-submit-container button[type=submit] {
    font-size: 15px;
    padding: 10px 20px;
  }
}

gwmw {
  display: none;
}

@media (min-width: 1200px) {
  .page_custom_title {
    padding-top: 30px;
  }
  .elementor-shortcode .foot_form_sec .form_left {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  .page_custom_title {
    padding-top: 70px;
  }
  .elementor-shortcode .foot_form_sec .form_left {
    padding-left: 80px;
  }
}
@media (max-width: 1599px) {
  .foot_L .foot_L_btm .hours_bx .hours_title {
    font-size: 16px;
  }
}
.powered a:hover {
  text-decoration: underline;
}

.foot_col .foot_nav li a:hover {
  opacity: 0.7;
}

@media (max-width: 600px) {
  .footform .wpforms-field-container {
    margin: 0;
  }
}
/*footer stage selection*/
ul.foot_nav li a:hover {
  color: #fff;
}
ul.foot_nav li.current_page_item a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor a, ul.foot_nav li.current-product-parent a, ul.foot_nav li.current-product_cat-ancestor a {
  color: #0F68A5;
}
ul.foot_nav li.current_page_item li a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li a, ul.foot_nav li.current-menu-ancestor li a, ul.foot_nav li.current-product-parent li a, ul.foot_nav li.current-product_cat-ancestor li a {
  color: #fff;
}
ul.foot_nav li.current_page_item li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current_page_item li.current-menu-ancestor a, ul.foot_nav li.current_page_item li.current-product-parent a, ul.foot_nav li.current_page_item li.current-product_cat-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-product-parent a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-product_cat-ancestor a, ul.foot_nav li.current-menu-ancestor li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-product-parent a, ul.foot_nav li.current-menu-ancestor li.current-product_cat-ancestor a, ul.foot_nav li.current-product-parent li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-ancestor a, ul.foot_nav li.current-product-parent li.current-product-parent a, ul.foot_nav li.current-product-parent li.current-product_cat-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current_page_item a, ul.foot_nav li.current_page_item li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-product-parent a, ul.foot_nav li.current-product_cat-ancestor li.current-product_cat-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-menu-ancestor li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-product-parent li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current_page_item li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-menu-item ul.foot_nav li.current-page-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-menu-ancestor li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-product-parent li.current-page-ancestor a, ul.foot_nav li.current-product_cat-ancestor li.current-menu-item ul.foot_nav li.current-product_cat-ancestor li.current-page-ancestor a {
  color: #0F68A5;
}

/*end footer stage selection*//*# sourceMappingURL=custom.css.map */